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: src/test/resources/oracle/tse-dataset/checkstyle.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -929,7 +929,7 @@
929
929
{
930
930
"type": "RENAME_VARIABLE",
931
931
"description": "Rename Variable\tembeddedExpressionEnd : DetailAstImpl to stringTemplateMiddle : DetailAstImpl in method private buildStringTemplateMiddle(ctx JavaLanguageParser.StringTemplateMiddleContext) : DetailAstImpl from class com.puppycrawl.tools.checkstyle.JavaAstVisitor",
932
-
"validation": false
932
+
"validation": true
933
933
}
934
934
]
935
935
},
@@ -1047,7 +1047,7 @@
1047
1047
{
1048
1048
"type": "EXTRACT_VARIABLE",
1049
1049
"description": "Extract Variable\tfilePath : File in method public testWithCheckNotHavingTreeWalkerAsParent() : void from class com.puppycrawl.tools.checkstyle.TreeWalkerTest",
0 commit comments