Dashboards
Projects
Recent Projects
All Projects
Measures
Issues
Rules
Quality Profiles
Quality Gates
Log in
hitul
Dashboard
Issues
Time Machine
Tools
Components
Issues Drilldown
Design
Libraries
Compare
hitul
[
hide
]
[
hide
]
[
hide
]
Time changes...
Δ since previous analysis (14 Oct 2015)
Δ over 30 days (14 Oct 2015)
Severity
Blocker
0
Critical
0
Major
552
Minor
554
Info
14
Rule
An open curly brace should be located at the end of a line
147
Sections of code should not be "commented out"
48
Standard outputs should not be used directly to log anything
48
Control structures should use curly braces
36
Local variable and method parameter names should comply with a naming convention
31
Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used
28
Field names should comply with a naming convention
27
Generic exceptions should never be thrown
26
Exception handlers should preserve the original exceptions
17
Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line
16
Useless parentheses around expressions should be removed to prevent any misunderstanding
15
Empty statements should be removed
12
Unused local variables should be removed
11
Methods should not be too complex
10
Source files should not have any duplicated blocks
9
Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
8
A close curly brace should be located at the beginning of a line
8
Strings literals should be placed on the left side when checking for equality
7
Utility classes should not have public constructors
7
Constant names should comply with a naming convention
7
Method names should comply with a naming convention
4
Class names should comply with a naming convention
4
Statements should be on separate lines
4
Public methods should throw at most one checked exception
4
Unused "private" fields should be removed
3
Loops should not contain more than a single "break" or "continue" statement
2
"switch" statements should end with "default" clauses
2
Unused method parameters should be removed
2
Collection.isEmpty() should be used to test for emptiness
2
Class variable fields should not have public accessibility
2
Method parameters, caught exceptions and foreach variables should not be reassigned
1
Local variables should not shadow class fields
1
A field should not duplicate the name of its containing class
1
Methods should not be empty
1
Methods should not have too many parameters
1
hitul/src/main/java/es/uma/lcc/neo/util
207
hitul/src/main/java/es/uma/lcc/neo/tlproblem
184
hitul/src/main/java/es/uma/lcc/neo/entities
50
hitul/src/main/java/es/uma/lcc/neo/algorithms
50
hitul/src/main/java/es/uma/lcc/neo/basicalgorithms
33
hitul/src/main/java/es/uma/lcc/neo/test
24
hitul/src/test/java/es/uma/lcc/neo
4
CoordinateConversion.java
136
Simulation.java
96
TLProblem.java
88
PropUtils.java
29
GenerationalGA_TL.java
25
RandomSearch.java
24
DataBaseConection.java
19
InstanceGenerator.java
19
TestSolution.java
18
TrafficLight.java
15
NSGAII_TL.java
14
Instance.java
11
Algorithm.java
9
HumanDesign.java
9
SUMOMap.java
8
NSGAIIBuilder_new.java
4
AppTest.java
4
GeneticAlgorithmBuilder_new.java
3
JPATest.java
3
TestInstance.java
3
SumoToDb.java
3
GenerationalGAMeasures.java
2
Schedule.java
2
Phase.java
2
Goal.java
2
IntegerCrossover.java
1
Plan.java
1
HibernateUtil.java
1
SinglePointCrossover.java
1