Skip to content

Commit adc87ba

Browse files
committed
SONARJAVA-1272 Disable new issue report apis for release
1 parent a93c294 commit adc87ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public void addIssue(File file, JavaCheck check, int line, String message) {
284284
* FIXME(mpaladin) DO NOT GO ON RELEASE WITH THIS CONSTANT SET TO TRUE
285285
*
286286
* **/
287-
private static final boolean ENABLE_NEW_APIS = true;
287+
private static final boolean ENABLE_NEW_APIS = false;
288288

289289
@Override
290290
public void reportIssue(JavaCheck javaCheck, Tree tree, String message) {

0 commit comments

Comments
 (0)