File tree Expand file tree Collapse file tree
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/preferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1002,6 +1002,10 @@ private static void initializeNullAnalysisClasspathStorage() {
10021002
10031003 nonnullClasspathStorage .put ("org.jetbrains.annotations.NotNull" , getClasspathSubStringFromArtifact ("org.jetbrains:annotations" ));
10041004 nullableClasspathStorage .put ("org.jetbrains.annotations.Nullable" , getClasspathSubStringFromArtifact ("org.jetbrains:annotations" ));
1005+
1006+ nonnullClasspathStorage .put ("org.jspecify.annotations.NonNull" , getClasspathSubStringFromArtifact ("org.jspecify:jspecify" ));
1007+ nullableClasspathStorage .put ("org.jspecify.annotations.Nullable" , getClasspathSubStringFromArtifact ("org.jspecify:jspecify" ));
1008+ nonnullbydefaultClasspathStorage .put ("org.jspecify.annotations.NullMarked" , getClasspathSubStringFromArtifact ("org.jspecify:jspecify" ));
10051009 }
10061010
10071011 private static List <String > getClasspathSubStringFromArtifact (String artifact ) {
You can’t perform that action at this time.
0 commit comments