[java] Reference correct issues in test cases

This commit is contained in:
Andreas Dangel committed 2024-04-03 20:31:29 +02:00
1 parent 6834b3f18c
commit 2f29801187
2 files changed
+2 -2

No files matched your search

@@ -3678,7 +3678,7 @@ public class UnusedAssignmentUnusedVariableFP {
]]></code>
</test-code>
<test-code>
<description>Problem with assignment to field</description>
<description>Problem with assignment to field #4618</description>
<expected-problems>0</expected-problems>
<code><![CDATA[
class Foo {
@@ -83,7 +83,7 @@ public class Foo {
</test-code>
<test-code>
<description>#3364 dont skip statics</description>
<description>#3694 dont skip statics</description>
<expected-problems>1</expected-problems>
<code><![CDATA[
public class Foo {