-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
annotation.removeValue("regex") doesn't remove the attribute regex.
The error is in AnnotationImpl#removeValue(String)
if (pair.getValue().toString().equals(name))
should be replaced with somthing like this
if (pair.getName().toString().equals(name))