Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
CTPath
src/main/java/org/opentripplanner/routing/algorithm
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
src/main/java/org/opentripplanner/routing/algorithm
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (19 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
0
Critical
1
Major
62
Minor
24
Info
5
Rule
Execution of the Garbage Collector should be triggered only by the JVM
1
Control structures should use curly braces
13
Class variable fields should not have public accessibility
12
Standard outputs should not be used directly to log anything
9
Loops should not contain more than a single "break" or "continue" statement
4
Sections of code should not be "commented out"
4
Methods should not be too complex
3
Unused method parameters should be removed
3
Local variable and method parameter names should comply with a naming convention
3
Statements should be on separate lines
3
Branches should have sufficient coverage by unit tests
2
Unused local variables should be removed
1
Method parameters, caught exceptions and foreach variables should not be reassigned
1
"FIXME" tags should be handled
1
Utility classes should not have public constructors
1
Unused "private" fields should be removed
1
Field names should comply with a naming convention
1
Control flow statements "if", "for", "while", "switch" and "try" should not be nested too deeply
10
Magic numbers should not be used
7
Comments should not be located at the end of lines of code
7
"TODO" tags should be handled
5
AStar.java
45
GenericDijkstra.java
24
EarliestArrivalSearch.java
19
GraphLibrary.java
4