-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcheckstyle-WhitespaceAroundCheck-isNotRelevantSituation-colonOfCaseOrDefaultOrForEach.json
25 lines (25 loc) · 1.83 KB
/
checkstyle-WhitespaceAroundCheck-isNotRelevantSituation-colonOfCaseOrDefaultOrForEach.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": "colonOfCaseOrDefaultOrForEach",
"variableKey": "src/main/java/com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck#isNotRelevantSituation(DetailAST, int)$colonOfCaseOrDefaultOrForEach:boolean(420)",
"variableStartLine": 420,
"startCommitId": "119fd4fb33bef9f5c66fc950396669af842c21a3",
"expectedChanges": [
{
"parentCommitId": "e9ec5bfbd5ab91852c3ec1b30492df5c06cdd3b1",
"commitId": "904de34fcd984edce3d6042a5a17e2a969254588",
"commitTime": 1440827395,
"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)$colonOfCaseOrDefaultOrForEach:boolean(404)",
"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)$colonOfCaseOrDefaultOrForEach:boolean(404)",
"comment": "Extract Variable colonOfCaseOrDefaultOrForEach : boolean in method private isNotRelevantSituation(ast DetailAST, currentType int) : boolean from class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck"
}
]
}