Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Novice
Description
The fields on the class MXParser do not comply with the JLS: they are declared as:
protected final static
They should be declared as:
protected static final
It's a minor warning on our code analysis.
Attachments
Issue Links
- links to