Skip to main content

StorkPEPSException constructor ignores code and duplicates message

Published on: 24/05/2010 Discussion Archived

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.



HardwareNone
ProductNone
Operating SystemNone
ComponentNone
VersionNone
SeverityNone
ResolutionFixed

Component

Code

Category

Bugs

Comments

hmagalhaes (not verified) Fri, 18/06/2010 - 16:21

Already fixed in version 0.4.2.

Anonymous (not verified) Wed, 14/12/2011 - 10:27

Fixed since April 2010

Login or create an account to comment.