Details
Description
in
http://svn.codehaus.org/sonar-plugins/trunk/flex/src/main/resources/org/sonar/plugins/flex/flexpmd/rules.xml
no difference is made between message and name.
If we add that parameter, no field can be used to store both the name and message since only one can be stored in the sonar org.sonar.api.rules.Rule class (message is stored in name field and it does not makes any sense to have a rule named "This private attribute (
) does not seem to be used "
Issue Links
- relates to
-
SONARPLUGINS-745
Confusing Flex PMD rules name
-
Manually tested