Showing content from https://github.com/pmd/pmd/issues/3937 below:
[java] AvoidDuplicateLiterals - uncompilable test cases · Issue #3937 · pmd/pmd · GitHub
Skip to content Navigation Menu
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Additional navigation options
[java] AvoidDuplicateLiterals - uncompilable test cases #3937
Description
Affects PMD Version: 6.42.0
Rule: AvoidDuplicateLiterals
Description:
In this Link, line 11 and line 26 are two test cases, but they miss the method buz
definition. Thanks for your consideration.
- public class Foo { private void bar() { buz("Howdy"); buz("Howdy"); buz("Howdy"); buz("Howdy"); } }
- public class Foo { private void bar() { buz(2); } }
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4