Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
CTPath
src/main/java/org/opentripplanner/graph_builder/module/shapefile
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
src/main/java/org/opentripplanner/graph_builder/module/shapefile
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (19 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
0
Critical
0
Major
62
Minor
24
Info
1
Rule
Package names should comply with a naming convention
14
Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
12
Branches should have sufficient coverage by unit tests
11
Field names should comply with a naming convention
8
Control structures should use curly braces
3
Generic exceptions should never be thrown
3
Loggers should be "private static final" and should share a naming convention
3
Strings literals should be placed on the left side when checking for equality
2
Class variable fields should not have public accessibility
2
Loops should not contain more than a single "break" or "continue" statement
2
Method parameters, caught exceptions and foreach variables should not be reassigned
1
Methods should not be too complex
1
Magic numbers should not be used
15
Tabulation characters should not be used
3
The members of an interface declaration or class should appear in a pre-defined order
2
Control flow statements "if", "for", "while", "switch" and "try" should not be nested too deeply
2
Array designators "[]" should be on the type, not the variable
1
Comments should not be located at the end of lines of code
1
"TODO" tags should be handled
1
ShapefileFeatureSourceFactoryImpl.java
1