Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
CTPath
src/main/java/org/opentripplanner/routing/algorithm/strategies
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
src/main/java/org/opentripplanner/routing/algorithm/strategies
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (19 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
0
Critical
0
Major
50
Minor
13
Info
6
Rule
Control structures should use curly braces
10
Statements should be on separate lines
8
A close curly brace should be located at the beginning of a line
8
Methods should not be empty
8
Methods should not be too complex
3
Sections of code should not be "commented out"
3
Local variable and method parameter names should comply with a naming convention
2
Loggers should be "private static final" and should share a naming convention
2
Local variables should not shadow class fields
1
"FIXME" tags should be handled
1
Collection.isEmpty() should be used to test for emptiness
1
Empty arrays and collections should be returned instead of null
1
Method parameters, caught exceptions and foreach variables should not be reassigned
1
Loops should not contain more than a single "break" or "continue" statement
1
Comments should not be located at the end of lines of code
7
Magic numbers should not be used
2
Useless imports should be removed
2
Modifiers should be declared in the correct order
1
Tabulation characters should not be used
1
"TODO" tags should be handled
6
InterleavedBidirectionalHeuristic.java
46
EuclideanRemainingWeightHeuristic.java
12
TrivialRemainingWeightHeuristic.java
7
RemainingWeightHeuristic.java
2
MultiTargetTerminationStrategy.java
2