PMD Results
The following document contains the results of PMD
Files
mupisim/event/IteratorEventDispatcher.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/event/ObservableProcedureDecorator.java
Violation | Line |
---|
No need to import a type that's in the same package | 24 |
mupisim/event/ScheduledEventObservable.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/event/ScheduledProcedure.java
Violation | Line |
---|
No need to import a type that's in the same package | 23 |
mupisim/event/AbstractEventObservable.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/event/EventUtil.java
Violation | Line |
---|
No need to import a type that's in the same package | 24 |
mupisim/event/AbstractLogEnabledEventObservable.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/event/SimpleEventScheduler.java
Violation | Line |
---|
No need to import a type that's in the same package | 22 |
mupisim/net/complete/CompleteNetworkUtil.java
Violation | Line |
---|
Overriding method merely calls super | 107 - 110 |
mupisim/net/grid/GridUtil.java
Violation | Line |
---|
Overriding method merely calls super | 176 - 179 |
mupisim/net/SimpleNetwork.java
Violation | Line |
---|
Overriding method merely calls super | 36 - 39 |
mupisim/sim/SimpleProcessesFactory.java
Violation | Line |
---|
No need to import a type that's in the same package | 24 |
mupisim/sim/ProcessesFactory.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/sim/event/ProcessEvent.java
Violation | Line |
---|
Avoid duplicate imports such as 'mupisim.event.MupisimEvent' | 24 |
mupisim/sim/processes/RandomServerProcess.java
Violation | Line |
---|
Avoid unused private fields such as 'RANDOM' | 40 |
Avoid unused private fields such as 'requestExecutionTime' | 44 |
Avoid unused private fields such as 'meanRequestExecutionTime' | 45 |
Avoid unused local variables such as 'cycleEvent' | 111 |
mupisim/sim/ProcessUtil.java
Violation | Line |
---|
No need to import a type that's in the same package | 21 |
mupisim/stats/SimulationObserver.java
Violation | Line |
---|
Avoid empty if statements | 322 |
mupisim/Mupisim.java
Violation | Line |
---|
Avoid unused private fields such as 'verbose' | 99 |
Avoid unused private fields such as 'quiet' | 100 |