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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -