Skip to content

Commit 6ebbcc9

Browse files
committed
Disable precise issue location
1 parent 696015c commit 6ebbcc9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java-squid/src/main/java/org/sonar/java/model/DefaultJavaFileScannerContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
import javax.annotation.CheckForNull;
4343
import javax.annotation.Nullable;
44+
4445
import java.io.File;
4546
import java.util.List;
4647
import java.util.Set;
@@ -132,7 +133,7 @@ public void addIssue(File file, JavaCheck check, int line, String message) {
132133
/**
133134
* FIXME(mpaladin) DO NOT GO ON RELEASE WITH THIS CONSTANT SET TO TRUE
134135
**/
135-
private static final boolean ENABLE_NEW_APIS = true;
136+
private static final boolean ENABLE_NEW_APIS = false;
136137

137138
@Override
138139
public void reportIssue(JavaCheck javaCheck, Tree tree, String message) {

0 commit comments

Comments
 (0)