java - How to disable message "Parameter x is not assigned and could be declared final" in Eclipse? -


i cannot find place in eclipse preferences can disable message:

parameter pjp not assigned , declared final

where place?

your warning message never produced eclipse's built-in checks. produced eclipse plug-in called pmd, supports wider range of code checks.

the specific pmd rule name methodargumentcouldbefinal.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -