Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
CTPath
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
Compare
CTPath
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (19 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
15
Critical
50
Major
7,718
Minor
7,894
Info
398
Rule
Control structures should use curly braces
1,316
Class variable fields should not have public accessibility
952
Local variable and method parameter names should comply with a naming convention
510
Branches should have sufficient coverage by unit tests
396
Useless parentheses around expressions should be removed to prevent any misunderstanding
395
Sections of code should not be "commented out"
385
Field names should comply with a naming convention
385
Statements should be on separate lines
358
Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
289
Methods should not be too complex
257
Package names should comply with a naming convention
175
Exception handlers should preserve the original exceptions
160
Generic exceptions should never be thrown
147
A close curly brace should be located at the beginning of a line
138
Nested code blocks should not be used
118
Strings literals should be placed on the left side when checking for equality
111
"FIXME" tags should be handled
95
Method parameters, caught exceptions and foreach variables should not be reassigned
95
"switch case" clauses should not have too many lines
92
Unused local variables should be removed
90
Local variables should not shadow class fields
88
Collapsible "if" statements should be merged
80
Collection.isEmpty() should be used to test for emptiness
78
Standard outputs should not be used directly to log anything
78
Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line
76
Method names should comply with a naming convention
72
Source files should not have any duplicated blocks
72
Loops should not contain more than a single "break" or "continue" statement
68
Methods should not be empty
54
Unused "private" fields should be removed
53
Loggers should be "private static final" and should share a naming convention
50
Empty arrays and collections should be returned instead of null
49
Unused method parameters should be removed
40
"switch" statements should end with "default" clauses
39
Utility classes should not have public constructors
33
Expressions should not be too complex
24
Nested blocks of code should not be left empty
23
Labels should not be used
21
Classes that override "clone" should be "Cloneable" and call "super.clone()"
20
"public static" fields should be constant
20
Exception classes should be immutable
19
Empty statements should be removed
18
Methods should not have too many parameters
16
Public methods should throw at most one checked exception
16
Classes should not be too complex
16
Octal values should not be used
16
Constant names should comply with a naming convention
14
Type parameter names should comply with a naming convention
13
Deprecated elements should have both the annotation and the Javadoc tag
12
Generic wildcard types should not be used in return parameters
12
Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used
11
Public constants and fields initialized at declaration should be "static final" rather than merely "final"
10
Lambdas and anonymous classes should not have too many lines
9
An open curly brace should be located at the end of a line
8
Try-catch blocks should not be nested
7
A field should not duplicate the name of its containing class
6
"for" loop stop conditions should be invariant
4
Case insensitive string comparisons should be made without intermediate upper or lower casing
2
Return of boolean expressions should not be wrapped into an "if-then-else" statement
2
IP addresses should not be hardcoded
1
Classes from "sun.*" packages should not be used
1
"Object.finalize()" should remain protected (versus public) when overriding
1
Class names should comply with a naming convention
1
Long suffix "L" should be upper case
1
src/main/java/org/opentripplanner/routing/util
6
src/main/java/org/opentripplanner/common/geometry
6
src/test/java/org/opentripplanner/graph_builder/module/shapefile
5
src/main/java/org/opentripplanner/routing/trippattern
4
src/main/java/org/opentripplanner/routing/services/notes
4
src/main/java/org/opentripplanner/graph_builder/module/map
3
src/main/java/org/opentripplanner/util/xml
3
src/main/java/org/opentripplanner/api/adapters
3
src/main/java/org/opentripplanner/routing/impl
3
src/main/java/org/opentripplanner/graph_builder/module/osm
3
src/main/java/org/opentripplanner/routing/edgetype/loader
2
src/main/java/org/opentripplanner/graph_builder/module/ned
1
src/main/java/org/opentripplanner/routing/edgetype/factory
1
src/main/java/org/opentripplanner/routing/core
1
src/main/java/org/opentripplanner/api/model
1
src/main/java/org/opentripplanner/routing/algorithm/strategies
1
src/main/java/org/opentripplanner/profile
1
src/main/java/org/opentripplanner/analyst/core
1
NullExtraEdges.java
6
StubSimpleFeature.java
5
XmlDataListDownloader.java
3
GraphPathFinder.java
3
TripTimes.java
2
Area.java
2
LinkRequest.java
2
Deduplicator.java
2
StreetNotesService.java
2
StreetMatcher.java
2
AgencyAndIdArrayListAdapter.java
2
PackedCoordinateSequence.java
2
DlugoszVarLenIntPacker.java
2
CompactLineString.java
1
CompactElevationProfile.java
1
UnifiedGridCoverage.java
1
GTFSPatternHopFactory.java
1
TraverseMode.java
1
ElevationAdapter.java
1
StaticStreetNotesSource.java
1
StopAgencyAndIdArrayListAdapter.java
1
EndMatchState.java
1
InterleavedBidirectionalHeuristic.java
1
StreetSegment.java
1
DynamicStreetNotesSource.java
1
WayPropertySet.java
1
DynamicTile.java
1