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
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
Statements should be on separate lines
3
Local variable and method parameter names should comply with a naming convention
3
Unused method parameters should be removed
3
Methods should not be too complex
3
Branches should have sufficient coverage by unit tests
2
Unused "private" fields should be removed
1
Utility classes should not have public constructors
1
"FIXME" tags should be handled
1
Field names should comply with a naming convention
1
Method parameters, caught exceptions and foreach variables should not be reassigned
1
Unused local variables should be removed
1
AStar.java
2
GenericDijkstra.java
1