False positive for VariableNamingConventions
A source code analyzer
Brought to you by:
adangel,
juansotuyo
The following line gives me a false positive:
private static final RemoteRepository<remoteportfoliostrategyrepository> REMOTE = new RemoteRepository<>();</remoteportfoliostrategyrepository>
Hi Sebastian,
I can't reproduce this. Your example doesn't trigger this rule for me.
Which version of PMD are you using?
Thanks,
Andreas
I'm using the PMD plugin for eclipse (3.2.6.v200903300643)
Hi,
I've added a test case (locally) to try to reproduce this error with PMD trunk. No false+ was triggered. I move this bug to eclipse-plugin
I still can't reproduce the issue.
Did you use any special parameters for the rule, as it can be configured?
Can you try to reproduce it with the latest eclipse plugin 4.0.0.v20130510-1000?