You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java
+13
Original file line number
Diff line number
Diff line change
@@ -6500,11 +6500,24 @@ public static IModuleDescription getAutomaticModuleDescription(IJavaElement elem
6500
6500
* @param allSystemRoots all physically available system modules, represented by their package fragment roots
6501
6501
* @return the list of names of default root modules
6502
6502
* @since 3.14
6503
+
* @deprecated This method cannot distinguish strategies for old (9/10) vs new (11+) JDK versions. Please use {@link #defaultRootModules(Iterable, String)}
@@ -792,30 +794,50 @@ public void computePackageFragmentRoots(
792
794
}
793
795
}
794
796
795
-
/** Implements selection of root modules per JEP 261. */
797
+
/**
798
+
* Implements selection of root modules per JEP 261.
799
+
* @deprecated This method cannot distinguish strategies for old (9/10) vs new (11+) JDK versions. Please use {@link #defaultRootModules(Iterable, String)}
0 commit comments