-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcheckstyle-WhitespaceAroundCheck-isNotRelevantSituation-ast.json
25 lines (25 loc) · 1.74 KB
/
checkstyle-WhitespaceAroundCheck-isNotRelevantSituation-ast.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"repositoryName": "checkstyle",
"repositoryWebURL": "https://github.com/checkstyle/checkstyle.git",
"filePath": "src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.java",
"functionName": "isNotRelevantSituation",
"functionKey": "src/main/java/com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck#isNotRelevantSituation(DetailAST, int)",
"functionStartLine": 406,
"variableName": "ast",
"variableKey": "src/main/java/com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck#isNotRelevantSituation(DetailAST, int)$ast:DetailAST(412)",
"variableStartLine": 412,
"startCommitId": "119fd4fb33bef9f5c66fc950396669af842c21a3",
"expectedChanges": [
{
"parentCommitId": "ec426aa0db5829cd799814d5e0e61b4cd2e42a46",
"commitId": "779aa37ffc447d1d85ea1b082759e4040657191d",
"commitTime": 1434344165,
"changeType": "introduced",
"elementFileBefore": "src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.java",
"elementNameBefore": "src/main/java/com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck#isNotRelevantSituation(DetailAST, int)$ast:DetailAST(389)",
"elementFileAfter": "src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.java",
"elementNameAfter": "src/main/java/com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck#isNotRelevantSituation(DetailAST, int)$ast:DetailAST(389)",
"comment": "Extract Method private isNotRelevantSituation(ast DetailAST, currentType int) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck"
}
]
}