File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
org.eclipse.jdt.ls.target
org.eclipse.jdt.ls.tests/src/org/eclipse/jdt/ls/core/internal/correction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
<unit id =" org.mockito.mockito-core" version =" 0.0.0" />
26
26
<unit id =" org.apache.commons.commons-io" version =" 0.0.0" />
27
27
<unit id =" org.eclipse.jdt.apt.pluggable.core" version =" 0.0.0" />
28
- <repository location =" https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240728 -1800/" />
28
+ <repository location =" https://download.eclipse.org/eclipse/updates/4.33-I-builds/I20240820 -1800/" />
29
29
</location >
30
30
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
31
31
<unit id =" org.eclipse.jdt.core.compiler.batch" version =" 0.0.0" />
Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ public void testMismatchingReturnType2() throws Exception {
947
947
buf .append (" return null;\n " );
948
948
buf .append (" }\n " );
949
949
buf .append ("}\n " );
950
- Expected e1 = new Expected ("Change return type of 'getCollection(..)' to 'List'" , buf .toString ());
950
+ Expected e1 = new Expected ("Change return type of 'getCollection(..)' to 'List<E> '" , buf .toString ());
951
951
952
952
buf = new StringBuilder ();
953
953
buf .append ("package test1;\n " );
You can’t perform that action at this time.
0 commit comments