I've noticed a small bug in the constructor of StorkPEPSException: public StorkPEPSException(String errorCode, String errorMessage) { super(errorMessage, errorMessage); } I suppose it should be public StorkPEPSException(String errorCode, String errorMessage) { super(errorCode, errorMessage); } This is in PEPS 0.4.
Hardware | None |
Product | None |
Operating System | None |
Component | None |
Version | None |
Severity | None |
Resolution | Fixed |
Component
CodeCategory
Bugs
Login or
create an account to comment.
Comments
Already fixed in version 0.4.2.
Fixed since April 2010