We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd045fb commit 5977dbdCopy full SHA for 5977dbd
lib-extra/src/jdt/java/com/diffplug/spotless/extra/glue/jdt/EclipseJdtSortMembers.java
@@ -159,6 +159,10 @@ public ICompilationUnit getPrimary() {
159
private static class JavaProject extends org.eclipse.jdt.internal.core.JavaProject {
160
static final JavaProject INSTANCE = new JavaProject();
161
162
+ JavaProject() {
163
+ super(null, null);
164
+ }
165
+
166
@Override
167
public Map<String, String> getOptions(boolean inheritJavaCoreOptions) {
168
return Map.of();
0 commit comments