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 2525 <unit id =" org.mockito.mockito-core" version =" 0.0.0" />
2626 <unit id =" org.apache.commons.commons-io" version =" 0.0.0" />
2727 <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/" />
2929 </location >
3030 <location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
3131 <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 {
947947 buf .append (" return null;\n " );
948948 buf .append (" }\n " );
949949 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 ());
951951
952952 buf = new StringBuilder ();
953953 buf .append ("package test1;\n " );
You can’t perform that action at this time.
0 commit comments