Actions
Task #5897
closedfix javadoc for methods using InvariantChecks.checkNotNull
Start date:
05/05/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
20150701
Description
In the nearest Fortress release the InvariantChecks.checkNotNull(Object obj)
will throw IllegalArgumentException
instead of NullPointerException
.
This should be reflected in the Retrascope project javadoc for those methods that use it.
Actions