Commit 9c17bb6
committed
Map one more varargs diagnostic
Cases like:
```
!ENTRY org.eclipse.jdt.core 4 0 2025-01-22 10:50:27.539
!MESSAGE Could not accurately convert diagnostic
(compiler.warn.varargs.unsafe.use.varargs.param)
/home/akurtakov/git/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/list/ListDiffTest.java:148:
warning: [varargs] Varargs method could cause heap pollution from
non-reifiable varargs parameter differences
return Diffs.createListDiff(differences);
```
should be properly mapped now.1 parent 7fe0c91 commit 9c17bb6
File tree
1 file changed
+1
-1
lines changed- org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/javac
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| |||
0 commit comments