For example the tool prints (format plain) :
Definition required but not found in javax.xml.ws.Service$Mode
CLASS public static !enum javax.xml.ws.Service$Mode
Definition found but not permitted in javax.xml.ws.Service$Mode
CLASS public final static !enum javax.xml.ws.Service$Mode
But actually it means only one error - "final" modifier found in tested API but not found in signature file.
Definition required but not found in javax.xml.ws.Service$Mode
CLASS public static !enum javax.xml.ws.Service$Mode
Definition found but not permitted in javax.xml.ws.Service$Mode
CLASS public final static !enum javax.xml.ws.Service$Mode
But actually it means only one error - "final" modifier found in tested API but not found in signature file.
- relates to
-
CODETOOLS-6657085 Unclear error messages in case superclass not found
- Closed