File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
java/ql/integration-tests/java/query-suite Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingMethodNam
7777ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql
7878ql/java/ql/src/Violations of Best Practice/Naming Conventions/LocalShadowsFieldConfusing.ql
7979ql/java/ql/src/Violations of Best Practice/Naming Conventions/SameNameAsSuper.ql
80+ ql/java/ql/src/Violations of Best Practice/Records/UselessMembersOfTheRecordsClass.ql
8081ql/java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToStringToString.ql
8182ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DefaultToString.ql
8283ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingMethodNam
7575ql/java/ql/src/Violations of Best Practice/Naming Conventions/ConfusingOverloading.ql
7676ql/java/ql/src/Violations of Best Practice/Naming Conventions/LocalShadowsFieldConfusing.ql
7777ql/java/ql/src/Violations of Best Practice/Naming Conventions/SameNameAsSuper.ql
78+ ql/java/ql/src/Violations of Best Practice/Records/UselessMembersOfTheRecordsClass.ql
7879ql/java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToStringToString.ql
7980ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DefaultToString.ql
8081ql/java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql
You can’t perform that action at this time.
0 commit comments