Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
CTPath
src/main/java/org/opentripplanner/routing/spt
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
src/main/java/org/opentripplanner/routing/spt
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (19 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
0
Critical
0
Major
58
Minor
17
Info
4
Rule
Control structures should use curly braces
19
Standard outputs should not be used directly to log anything
9
Sections of code should not be "commented out"
7
Class variable fields should not have public accessibility
5
A close curly brace should be located at the beginning of a line
3
Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
3
Branches should have sufficient coverage by unit tests
2
Methods should not be too complex
2
Method parameters, caught exceptions and foreach variables should not be reassigned
2
Generic wildcard types should not be used in return parameters
2
Useless parentheses around expressions should be removed to prevent any misunderstanding
2
"FIXME" tags should be handled
1
Loops should not contain more than a single "break" or "continue" statement
1
GraphPath.java
2
MultiStateShortestPathTree.java
1