Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roxane MARECHAL
Source Code Analyzer
Commits
b1d7551b
Commit
b1d7551b
authored
Dec 22, 2019
by
Roxane Kang Maréchal
Browse files
Merge with fix/905-TooFewBranchesForASwitchStatement
parents
39e735a5
410f0953
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/main/atl/analysis.atl
View file @
b1d7551b
...
...
@@ -1439,7 +1439,7 @@ rule MeasureTestClassWithoutTest(w: java!CompilationUnit) {
}
}
--- Rule that creates an instance of Measure
for the
switch statement
with
too few branches
passed in parameter
--- Rule that creates an instance of Measure
when a
switch statement
has
too few branches
rule MeasureTooFewBranchesForASwitchStatement(switchStatement: java!SwitchStatement) {
to
om: smm!ObservedMeasure (
...
...
src/main/atl/performance.atl
View file @
b1d7551b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment