[
https://issues.apache.org/jira/browse/CAMEL-19492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otavio Rodolfo Piske resolved CAMEL-19492.
------------------------------------------
Resolution: Fixed
Fixed with the linked PR by Rohit Taneja.
> camel-xml-io: fix modifier orders to comply with the JLS
> --------------------------------------------------------
>
> Key: CAMEL-19492
> URL: https://issues.apache.org/jira/browse/CAMEL-19492
> Project: Camel
> Issue Type: Task
> Components: camel-xml-io
> Reporter: Otavio Rodolfo Piske
> Assignee: Otavio Rodolfo Piske
> Priority: Major
> Labels: easy, help-wanted
>
> The fields on the class
> [MXParser|https://github.com/apache/camel/blob/283da849670d2f39867a6aa620abd2cbf1986479/core/camel-xml-io/src/main/java/org/apache/camel/xml/io/MXParser.java#L56-L65]
> do not comply with the JLS: they are declared as:
>
> {code:java}
> protected final static{code}
> They should be declared as:
>
> {code:java}
> protected static final {code}
> It's a [minor
> warning|https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS1124&id=apache_camel]
> on our code analysis.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)