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
Yannis LE BARS
Source Code Analyzer
Commits
623a7089
Commit
623a7089
authored
Dec 13, 2019
by
E19C506H
Browse files
fix issus #699, #738, #780, #784, #799, #819, #862
parent
7e87790d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/atl/codestyle.atl
View file @
623a7089
...
...
@@ -67,6 +67,9 @@ helper def: longVariable() : Set(smm!Measure) =
-> select( variable | variable.name.size() > 17)
-> collect (variable | thisModule.MeasureLongVariable(variable));
---- heloer for issus #699, #738, #780, #784, #799, #819, #862
-- Rule for metrics noPackageDeclaration : return the set of class Measures that violates the rule.
helper def: noPackageDeclaration() : Set(smm!Measure) =
java!CompilationUnit.allInstances()
...
...
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