The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
113 | 0 | 0 | 1215 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 0 | Error |
NewlineAtEndOfFile | 5 | Error |
Translation | 0 | Error |
JavadocMethod | 317 | Error |
JavadocType
|
30 | Error |
JavadocVariable
|
43 | Error |
JavadocStyle | 5 | Error |
ConstantName | 11 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 1 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 8 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
LineLength
|
28 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter
|
0 | Error |
NoWhitespaceBefore
|
0 | Error |
WhitespaceAfter
|
132 | Error |
WhitespaceAround
|
2 | Error |
OperatorWrap | 15 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 0 | Error |
ModifierOrder | 6 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 46 | Error |
RightCurly | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 200 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 137 | Error |
FinalClass | 1 | Error |
HideUtilityClassConstructor | 3 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 175 | Error |
GenericIllegalRegexp
|
49 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Method 'toLegDTO' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'fromDTO' is not designed for extension - needs to be abstract, final or empty. | 51 |
Violation | Message | Line |
---|---|---|
Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 18 |
Violation | Message | Line |
---|---|---|
'if' construct must use '{}'s. | 54 | |
'if' construct must use '{}'s. | 55 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 21 |
Violation | Message | Line |
---|---|---|
Method 'listShippingLocations' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'bookNewCargo' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter origin should be final. | 49 | |
Parameter destination should be final. | 49 | |
Parameter arrivalDeadline should be final. | 49 | |
Line has trailing spaces. | 51 | |
Method 'loadCargoForRouting' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter trackingId should be final. | 59 | |
Method 'assignCargoToRoute' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter trackingIdStr should be final. | 66 | |
Parameter routeCandidateDTO should be final. | 66 | |
Line is longer than 120 characters. | 67 | |
Method 'changeDestination' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter trackingId should be final. | 74 | |
Parameter destinationUnLocode should be final. | 74 | |
Method 'listAllCargos' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'requestPossibleRoutesForCargo' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter trackingId should be final. | 90 | |
Method 'setBookingService' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter bookingService should be final. | 102 | |
Method 'setLocationRepository' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter locationRepository should be final. | 106 | |
Method 'setCargoRepository' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter cargoRepository should be final. | 110 | |
Method 'setVoyageRepository' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter voyageRepository should be final. | 114 |
Violation | Message | Line |
---|---|---|
Method 'setSessionFactory' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Missing a Javadoc comment. | 14 | |
Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Method 'getTrackingId' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Method 'setTrackingId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter trackingId should be final. | 21 | |
Method 'getLegs' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setLegs' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter legs should be final. | 29 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 68 | |
Parameter fromDate should be final. | 68 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 76 | |
Parameter toDate should be final. | 76 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
Method 'fetchRoutesForSpecification' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter routeSpecification should be final. | 37 | |
Missing a Javadoc comment. | 77 | |
Parameter transitPath should be final. | 77 | |
Missing a Javadoc comment. | 85 | |
Parameter edge should be final. | 85 | |
Method 'setGraphTraversalService' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter graphTraversalService should be final. | 94 | |
Method 'setLocationRepository' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter locationRepository should be final. | 98 | |
Method 'setVoyageRepository' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter voyageRepository should be final. | 102 | |
Line has trailing spaces. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 9 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 |
Violation | Message | Line |
---|---|---|
Method 'find' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter tid should be final. | 17 | |
Method 'store' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter cargo should be final. | 24 | |
Method 'nextTrackingId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 30 | |
Parameter trackingId should be final. | 30 | |
Expected @param tag for 'trackingId'. | 30 | |
Parameter origin should be final. | 30 | |
Expected @param tag for 'origin'. | 30 | |
Parameter finalDestination should be final. | 30 | |
Expected @param tag for 'finalDestination'. | 30 | |
Parameter arrivalDeadline should be final. | 30 | |
Expected @param tag for 'arrivalDeadline'. | 30 | |
Parameter misrouted should be final. | 30 | |
Expected @param tag for 'misrouted'. | 30 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 51 | |
Parameter voyageNumber should be final. | 51 | |
Parameter from should be final. | 51 | |
Parameter to should be final. | 51 | |
Parameter loadTime should be final. | 51 | |
Parameter unloadTime should be final. | 51 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
Method 'findWebApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 8 | |
Missing a Javadoc comment. | 8 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 15 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 33 | |
Parameter request should be final. | 34 | |
Parameter binder should be final. | 34 | |
Missing a Javadoc comment. | 39 | |
Parameter request should be final. | 39 | |
Parameter response should be final. | 39 | |
Missing a Javadoc comment. | 54 | |
Parameter request should be final. | 54 | |
Parameter response should be final. | 54 | |
Parameter command should be final. | 55 | |
Missing a Javadoc comment. | 63 | |
Parameter request should be final. | 63 | |
Parameter response should be final. | 63 | |
Missing a Javadoc comment. | 71 | |
Parameter request should be final. | 71 | |
Parameter response should be final. | 71 | |
Missing a Javadoc comment. | 79 | |
Parameter request should be final. | 79 | |
Parameter response should be final. | 79 | |
Line is longer than 120 characters. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter request should be final. | 92 | |
Parameter response should be final. | 92 | |
Parameter command should be final. | 92 | |
Missing a Javadoc comment. | 112 | |
Parameter request should be final. | 112 | |
Parameter response should be final. | 112 | |
Missing a Javadoc comment. | 125 | |
Parameter request should be final. | 125 | |
Parameter response should be final. | 125 | |
Missing a Javadoc comment. | 132 | |
Parameter bookingServiceFacade should be final. | 132 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Parameter unLocode should be final. | 13 | |
Parameter name should be final. | 13 | |
Method 'getUnLocode' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 25 |
Violation | Message | Line |
---|---|---|
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 42 | |
Parameter session should be final. | 46 | |
Missing a Javadoc comment. | 52 | |
Parameter session should be final. | 56 | |
Missing a Javadoc comment. | 62 | |
Parameter session should be final. | 66 | |
Missing a Javadoc comment. | 72 | |
Parameter jmsOperations should be final. | 72 | |
Missing a Javadoc comment. | 76 | |
Parameter destination should be final. | 76 | |
Missing a Javadoc comment. | 80 | |
Parameter destination should be final. | 80 | |
Missing a Javadoc comment. | 84 | |
Parameter destination should be final. | 84 | |
Missing a Javadoc comment. | 88 | |
Parameter destination should be final. | 88 | |
Missing a Javadoc comment. | 92 | |
Parameter destination should be final. | 92 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 120 characters. | 73 | |
Missing a Javadoc comment. | 78 | |
Parameter handlingReport should be final. | 78 | |
Parameter errors should be final. | 78 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 8 | |
Method 'and' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Method 'or' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Method 'not' is not designed for extension - needs to be abstract, final or empty. | 32 |
Violation | Message | Line |
---|---|---|
Method 'store' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Method 'lookupHandlingHistoryOfCargo' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Type Javadoc comment is missing an @param <T> tag. | 7 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 12 | |
Name 'FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 120 characters. | 33 | |
Parameter cargo should be final. | 33 | |
Expected @param tag for 'cargo'. | 33 | |
Parameter messageSource should be final. | 33 | |
Expected @param tag for 'messageSource'. | 33 | |
Parameter locale should be final. | 33 | |
Expected @param tag for 'locale'. | 33 | |
Parameter handlingEvents should be final. | 33 | |
Expected @param tag for 'handlingEvents'. | 33 | |
Parameter location should be final. | 48 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 81 | |
Missing a Javadoc comment. | 106 | |
'if' construct must use '{}'s. | 109 | |
'else' construct must use '{}'s. | 110 | |
Missing a Javadoc comment. | 113 | |
'+' should be on a new line. | 123 | |
'+' should be on a new line. | 127 | |
Parameter handlingEvent should be final. | 153 | |
Missing a Javadoc comment. | 193 | |
',' is not followed by whitespace. | 220 | |
',' is not followed by whitespace. | 220 | |
Line has trailing spaces. | 224 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 24 | |
Method 'voyageNumber' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Method 'schedule' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter o should be final. | 52 | |
'if' construct must use '{}'s. | 53 | |
'if' construct must use '{}'s. | 54 | |
'if' construct must use '{}'s. | 55 | |
Method 'sameIdentityAs' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter other should be final. | 63 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 81 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 97 | |
Parameter arrivalLocation should be final. | 97 | |
Parameter departureTime should be final. | 97 | |
Parameter arrivalTime should be final. | 97 | |
Missing a Javadoc comment. | 104 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 7 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 16 | |
Parameter dao should be final. | 16 | |
Method 'findShortestPath' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 68 | |
Parameter date should be final. | 68 | |
'1000' is a magic number. | 69 | |
'500' is a magic number. | 69 | |
Missing a Javadoc comment. | 72 | |
'3' is a magic number. | 73 | |
'3' is a magic number. | 73 | |
Missing a Javadoc comment. | 76 | |
Parameter allLocations should be final. | 76 | |
'4' is a magic number. | 79 | |
'5' is a magic number. | 79 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 22 | |
Method 'inspectCargo' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 9 |
Violation | Message | Line |
---|---|---|
Method 'legs' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'isExpected' is not designed for extension - needs to be abstract, final or empty. | 48 | |
'if' construct must use '{}'s. | 62 | |
'&&' should be on a new line. | 62 | |
'if' construct must use '{}'s. | 72 | |
'&&' should be on a new line. | 72 | |
Method 'initialDepartureLocation' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'finalArrivalLocation' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method 'finalArrivalDate' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'lastLeg' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
'if' construct must use '{}'s. | 146 | |
'if' construct must use '{}'s. | 147 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 159 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 8 | |
Utility classes should not have a public or default constructor. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Parameter id should be final. | 22 | |
Parameter from should be final. | 22 | |
Parameter to should be final. | 22 | |
Missing a Javadoc comment. | 30 | |
'static' modifier out of order with the JLS suggestions. | 30 | |
Name 'v100' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Missing a Javadoc comment. | 34 | |
'static' modifier out of order with the JLS suggestions. | 34 | |
Name 'v200' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Name 'v300' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Missing a Javadoc comment. | 45 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
Name 'v400' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
First sentence should end with a period. | 51 | |
First sentence should end with a period. | 65 | |
First sentence should end with a period. | 76 | |
First sentence should end with a period. | 88 | |
First sentence should end with a period. | 98 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 130 | |
Parameter voyageNumber should be final. | 130 | |
Line has trailing spaces. | 133 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 33 | |
Method 'type' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'location' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'voyage' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'if' construct must use '{}'s. | 75 | |
'if' construct must use '{}'s. | 76 | |
'if' construct must use '{}'s. | 77 | |
Missing a Javadoc comment. | 84 | |
Line has trailing spaces. | 87 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 6 | |
Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter arrivalDeadline should be final. | 32 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 6 | |
Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Parameter e should be final. | 12 | |
Missing a Javadoc comment. | 16 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 11 | |
Utility classes should not have a public or default constructor. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter unLocode should be final. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Name 'random' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 | |
Method 'listLocations' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 120 characters. | 14 | |
Method 'getVoyageNumber' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter from should be final. | 18 | |
Parameter to should be final. | 18 | |
'if' construct must use '{}'s. | 20 | |
'if' construct must use '{}'s. | 21 | |
'if' construct must use '{}'s. | 22 | |
'if' construct must use '{}'s. | 23 | |
'3' is a magic number. | 23 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter message should be final. | 14 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 20 | |
Method 'updateOnRouting' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter routeSpecification should be final. | 48 | |
Parameter itinerary should be final. | 48 | |
Line is longer than 120 characters. | 63 | |
Parameter routeSpecification should be final. | 63 | |
Parameter itinerary should be final. | 63 | |
Parameter handlingHistory should be final. | 63 | |
Parameter lastEvent should be final. | 79 | |
Parameter itinerary should be final. | 79 | |
Parameter routeSpecification should be final. | 79 | |
Method 'transportStatus' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'lastKnownLocation' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method 'currentVoyage' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'isMisdirected' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'estimatedTimeOfArrival' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'nextExpectedActivity' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'isUnloadedAtDestination' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'routingStatus' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Method 'calculatedAt' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 174 | |
Missing a Javadoc comment. | 193 | |
Missing a Javadoc comment. | 201 | |
Missing a Javadoc comment. | 209 | |
Parameter itinerary should be final. | 209 | |
Missing a Javadoc comment. | 217 | |
Parameter itinerary should be final. | 217 | |
Missing a Javadoc comment. | 225 | |
Parameter routeSpecification should be final. | 225 | |
Parameter itinerary should be final. | 225 | |
'if' construct must use '{}'s. | 226 | |
'if' construct must use '{}'s. | 228 | |
Missing a Javadoc comment. | 266 | |
Parameter itinerary should be final. | 266 | |
Parameter routeSpecification should be final. | 266 | |
Missing a Javadoc comment. | 278 | |
Parameter routeSpecification should be final. | 278 | |
'&&' should be on a new line. | 279 | |
'&&' should be on a new line. | 280 | |
Missing a Javadoc comment. | 284 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 288 | |
Missing a Javadoc comment. | 288 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 304 | |
Missing a Javadoc comment. | 304 | |
'if' construct must use '{}'s. | 306 | |
'if' construct must use '{}'s. | 307 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Missing a Javadoc comment. | 314 | |
Missing a Javadoc comment. | 330 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
'static' modifier out of order with the JLS suggestions. | 33 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Method 'submitReport' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 120 characters. | 36 | |
Parameter handlingReport should be final. | 36 | |
Method 'setApplicationEvents' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter applicationEvents should be final. | 63 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 6 | |
Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - se.citerus.dddsample.domain.model.cargo.*. | 14 | |
Using the '.*' form of import should be avoided - se.citerus.dddsample.domain.model.handling.*. | 15 | |
Line has trailing spaces. | 37 | |
Name 'base' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
'1000L' is a magic number. | 41 | |
'60' is a magic number. | 41 | |
'60' is a magic number. | 41 | |
'24' is a magic number. | 41 | |
'100' is a magic number. | 41 | |
Missing a Javadoc comment. | 47 | |
Parameter jdbcTemplate should be final. | 47 | |
'+' should be on a new line. | 49 | |
'4' is a magic number. | 55 | |
'5' is a magic number. | 55 | |
'14' is a magic number. | 56 | |
'14' is a magic number. | 56 | |
'5' is a magic number. | 56 | |
'15' is a magic number. | 57 | |
'15' is a magic number. | 57 | |
'5' is a magic number. | 57 | |
'30' is a magic number. | 58 | |
'30' is a magic number. | 58 | |
'6' is a magic number. | 58 | |
'33' is a magic number. | 59 | |
'33' is a magic number. | 59 | |
'6' is a magic number. | 59 | |
'34' is a magic number. | 60 | |
'34' is a magic number. | 60 | |
'3' is a magic number. | 60 | |
'60' is a magic number. | 61 | |
'60' is a magic number. | 61 | |
'3' is a magic number. | 61 | |
'70' is a magic number. | 62 | |
'71' is a magic number. | 62 | |
'4' is a magic number. | 62 | |
'75' is a magic number. | 63 | |
'75' is a magic number. | 63 | |
'4' is a magic number. | 63 | |
'88' is a magic number. | 64 | |
'88' is a magic number. | 64 | |
'100' is a magic number. | 65 | |
'102' is a magic number. | 65 | |
'200' is a magic number. | 68 | |
'201' is a magic number. | 68 | |
'3' is a magic number. | 68 | |
'202' is a magic number. | 69 | |
'202' is a magic number. | 69 | |
'3' is a magic number. | 69 | |
'208' is a magic number. | 70 | |
'208' is a magic number. | 70 | |
'7' is a magic number. | 70 | |
'3' is a magic number. | 70 | |
'212' is a magic number. | 71 | |
'212' is a magic number. | 71 | |
'7' is a magic number. | 71 | |
'3' is a magic number. | 71 | |
'230' is a magic number. | 72 | |
'230' is a magic number. | 72 | |
'6' is a magic number. | 72 | |
'3' is a magic number. | 72 | |
'235' is a magic number. | 73 | |
'235' is a magic number. | 73 | |
'6' is a magic number. | 73 | |
'3' is a magic number. | 73 | |
'20' is a magic number. | 76 | |
'21' is a magic number. | 76 | |
'4' is a magic number. | 79 | |
'10' is a magic number. | 80 | |
'11' is a magic number. | 80 | |
'4' is a magic number. | 80 | |
'20' is a magic number. | 81 | |
'21' is a magic number. | 81 | |
'7' is a magic number. | 81 | |
'4' is a magic number. | 81 | |
'100' is a magic number. | 84 | |
'160' is a magic number. | 84 | |
'3' is a magic number. | 84 | |
'5' is a magic number. | 84 | |
'150' is a magic number. | 85 | |
'110' is a magic number. | 85 | |
'3' is a magic number. | 85 | |
'3' is a magic number. | 85 | |
'5' is a magic number. | 85 | |
'200' is a magic number. | 88 | |
'220' is a magic number. | 88 | |
'6' is a magic number. | 88 | |
'6' is a magic number. | 88 | |
'300' is a magic number. | 89 | |
'330' is a magic number. | 89 | |
'6' is a magic number. | 89 | |
'3' is a magic number. | 89 | |
'6' is a magic number. | 89 | |
'400' is a magic number. | 90 | |
'440' is a magic number. | 90 | |
'5' is a magic number. | 90 | |
'3' is a magic number. | 90 | |
'6' is a magic number. | 90 | |
Missing a Javadoc comment. | 95 | |
Parameter jdbcTemplate should be final. | 95 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 100 | |
'3' is a magic number. | 101 | |
',' is not followed by whitespace. | 101 | |
Line is longer than 120 characters. | 106 | |
'+' should be on a new line. | 106 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 111 | |
'5' is a magic number. | 111 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
'5' is a magic number. | 112 | |
',' is not followed by whitespace. | 112 | |
'6' is a magic number. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
'3' is a magic number. | 113 | |
',' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 113 | |
'6' is a magic number. | 113 | |
',' is not followed by whitespace. | 113 | |
'3' is a magic number. | 113 | |
',' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 113 | |
'4' is a magic number. | 114 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 114 | |
'3' is a magic number. | 114 | |
',' is not followed by whitespace. | 114 | |
'4' is a magic number. | 114 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 114 | |
'3' is a magic number. | 114 | |
'5' is a magic number. | 115 | |
',' is not followed by whitespace. | 115 | |
',' is not followed by whitespace. | 115 | |
'4' is a magic number. | 115 | |
',' is not followed by whitespace. | 115 | |
',' is not followed by whitespace. | 115 | |
',' is not followed by whitespace. | 115 | |
',' is not followed by whitespace. | 115 | |
'4' is a magic number. | 115 | |
'7' is a magic number. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
'7' is a magic number. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 118 | |
'8' is a magic number. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 119 | |
'7' is a magic number. | 119 | |
',' is not followed by whitespace. | 119 | |
'6' is a magic number. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 119 | |
'9' is a magic number. | 120 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 120 | |
'6' is a magic number. | 120 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 120 | |
'6' is a magic number. | 121 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 121 | |
'5' is a magic number. | 121 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 121 | |
'3' is a magic number. | 121 | |
'10' is a magic number. | 124 | |
',' is not followed by whitespace. | 124 | |
'3' is a magic number. | 124 | |
',' is not followed by whitespace. | 124 | |
'3' is a magic number. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 124 | |
'11' is a magic number. | 125 | |
',' is not followed by whitespace. | 125 | |
'3' is a magic number. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
'5' is a magic number. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
'12' is a magic number. | 126 | |
',' is not followed by whitespace. | 126 | |
'3' is a magic number. | 126 | |
',' is not followed by whitespace. | 126 | |
'6' is a magic number. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
'13' is a magic number. | 127 | |
',' is not followed by whitespace. | 127 | |
'3' is a magic number. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
'7' is a magic number. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 127 | |
'3' is a magic number. | 127 | |
'14' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
'3' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
'7' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
'4' is a magic number. | 128 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 128 | |
'4' is a magic number. | 128 | |
Missing a Javadoc comment. | 133 | |
Parameter jdbcTemplate should be final. | 133 | |
Line is longer than 120 characters. | 135 | |
'+' should be on a new line. | 135 | |
'10' is a magic number. | 139 | |
'100' is a magic number. | 139 | |
'5' is a magic number. | 140 | |
'20' is a magic number. | 140 | |
'100' is a magic number. | 140 | |
'3' is a magic number. | 141 | |
'30' is a magic number. | 141 | |
'100' is a magic number. | 141 | |
'4' is a magic number. | 142 | |
'5' is a magic number. | 142 | |
'5' is a magic number. | 142 | |
'40' is a magic number. | 142 | |
'100' is a magic number. | 142 | |
Line is longer than 120 characters. | 143 | |
'5' is a magic number. | 143 | |
'3' is a magic number. | 143 | |
'5' is a magic number. | 143 | |
'50' is a magic number. | 143 | |
'100' is a magic number. | 143 | |
'6' is a magic number. | 144 | |
'6' is a magic number. | 144 | |
'6' is a magic number. | 144 | |
'4' is a magic number. | 144 | |
'60' is a magic number. | 144 | |
'100' is a magic number. | 144 | |
Missing a Javadoc comment. | 149 | |
Parameter jdbcTemplate should be final. | 149 | |
'+' should be on a new line. | 151 | |
'3' is a magic number. | 157 | |
'4' is a magic number. | 158 | |
'5' is a magic number. | 159 | |
'6' is a magic number. | 160 | |
'7' is a magic number. | 161 | |
Missing a Javadoc comment. | 166 | |
Parameter jdbcTemplate should be final. | 166 | |
Line is longer than 120 characters. | 168 | |
'+' should be on a new line. | 168 | |
',' is not followed by whitespace. | 173 | |
'5' is a magic number. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
'3' is a magic number. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 174 | |
'5' is a magic number. | 174 | |
',' is not followed by whitespace. | 174 | |
',' is not followed by whitespace. | 174 | |
',' is not followed by whitespace. | 174 | |
',' is not followed by whitespace. | 174 | |
'3' is a magic number. | 174 | |
',' is not followed by whitespace. | 174 | |
'4' is a magic number. | 174 | |
',' is not followed by whitespace. | 174 | |
'3' is a magic number. | 175 | |
',' is not followed by whitespace. | 175 | |
'5' is a magic number. | 175 | |
',' is not followed by whitespace. | 175 | |
',' is not followed by whitespace. | 175 | |
',' is not followed by whitespace. | 175 | |
'5' is a magic number. | 175 | |
',' is not followed by whitespace. | 175 | |
'4' is a magic number. | 175 | |
',' is not followed by whitespace. | 175 | |
'5' is a magic number. | 175 | |
',' is not followed by whitespace. | 175 | |
'4' is a magic number. | 177 | |
',' is not followed by whitespace. | 177 | |
'6' is a magic number. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
'6' is a magic number. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 177 | |
'5' is a magic number. | 178 | |
',' is not followed by whitespace. | 178 | |
'6' is a magic number. | 178 | |
',' is not followed by whitespace. | 178 | |
',' is not followed by whitespace. | 178 | |
',' is not followed by whitespace. | 178 | |
'7' is a magic number. | 178 | |
',' is not followed by whitespace. | 178 | |
'3' is a magic number. | 178 | |
',' is not followed by whitespace. | 178 | |
'4' is a magic number. | 178 | |
',' is not followed by whitespace. | 178 | |
'6' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
'6' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
',' is not followed by whitespace. | 179 | |
'7' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
'4' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
'5' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
'6' is a magic number. | 179 | |
',' is not followed by whitespace. | 179 | |
Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Parameter event should be final. | 184 | |
Line is longer than 120 characters. | 185 | |
Line is longer than 120 characters. | 187 | |
Missing a Javadoc comment. | 200 | |
Parameter context should be final. | 200 | |
Parameter cls should be final. | 200 | |
Line is longer than 120 characters. | 204 | |
Missing a Javadoc comment. | 204 | |
Parameter tt should be final. | 204 | |
Parameter status should be final. | 208 | |
Line has trailing spaces. | 233 | |
Line is longer than 120 characters. | 241 | |
Line is longer than 120 characters. | 246 | |
Line is longer than 120 characters. | 280 | |
Line is longer than 120 characters. | 285 | |
Line is longer than 120 characters. | 290 | |
Missing a Javadoc comment. | 306 | |
Parameter event should be final. | 306 | |
'{' is not followed by whitespace. | 306 | |
'}' is not preceded with whitespace. | 306 | |
Missing a Javadoc comment. | 308 | |
Parameter transactionTemplate should be final. | 308 | |
Parameter status should be final. | 310 | |
Missing a Javadoc comment. | 320 | |
Parameter jdbcTemplate should be final. | 320 | |
Parameter sql should be final. | 320 | |
Parameter args should be final. | 320 | |
Missing a Javadoc comment. | 326 | |
Parameter hours should be final. | 326 | |
'1000L' is a magic number. | 327 | |
'60' is a magic number. | 327 | |
'60' is a magic number. | 327 | |
Missing a Javadoc comment. | 330 | |
Parameter hours should be final. | 330 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Parameter voyage should be final. | 23 | |
Parameter loadLocation should be final. | 23 | |
Parameter unloadLocation should be final. | 23 | |
Parameter loadTime should be final. | 23 | |
Parameter unloadTime should be final. | 23 | |
Line has trailing spaces. | 25 | |
Method 'voyage' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'loadLocation' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'unloadLocation' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'loadTime' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'unloadTime' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'if' construct must use '{}'s. | 66 | |
'if' construct must use '{}'s. | 67 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 85 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 15 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Method 'setHandlingEventService' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter handlingEventService should be final. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 11 | |
Missing a Javadoc comment. | 11 | |
Parameter location should be final. | 11 | |
Method 'toDTOList' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter allLocations should be final. | 15 |
Violation | Message | Line |
---|---|---|
Unused import - se.citerus.dddsample.domain.model.handling.HandlingEvent. | 4 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 71 | |
Method 'trackingId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'origin' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'delivery' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'itinerary' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'routeSpecification' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line has trailing spaces. | 105 | |
Method 'specifyNewRoute' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'assignToRoute' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Method 'deriveDeliveryProgress' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'sameIdentityAs' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 165 | |
'if' construct must use '{}'s. | 167 | |
'if' construct must use '{}'s. | 168 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 187 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Missing a Javadoc comment. | 14 | |
Parameter number should be final. | 14 | |
Line has trailing spaces. | 16 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter o should be final. | 21 | |
'if' construct must use '{}'s. | 22 | |
'if' construct must use '{}'s. | 23 | |
'if' construct must use '{}'s. | 24 | |
Line has trailing spaces. | 27 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter other should be final. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'idString' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 120 characters. | 59 | |
Line is longer than 120 characters. | 62 | |
Missing a Javadoc comment. | 67 | |
Parameter cargoRepository should be final. | 67 | |
Missing a Javadoc comment. | 71 | |
Parameter handlingEventRepository should be final. | 71 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 67 | |
Line has trailing spaces. | 71 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Parameter departureLocation should be final. | 37 | |
Parameter arrivalLocation should be final. | 38 | |
Parameter departureTime should be final. | 39 | |
Parameter arrivalTime should be final. | 40 | |
Missing a Javadoc comment. | 76 | |
'if' construct must use '{}'s. | 78 | |
'if' construct must use '{}'s. | 79 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 96 | |
Parameter other should be final. | 97 | |
Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 9 | |
Expected @param tag for 'voyageNumber'. | 28 | |
Expected @param tag for 'fromUnLocode'. | 29 | |
Expected @param tag for 'toUnLocode'. | 30 | |
Expected @param tag for 'fromDate'. | 31 | |
Expected @param tag for 'toDate'. | 32 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <ID> tag. | 9 | |
Type Javadoc comment is missing an @param <T> tag. | 9 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 31 | |
'+' should be on a new line. | 48 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 63 | |
'if' construct must use '{}'s. | 65 | |
'if' construct must use '{}'s. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Unused @throws tag for 'UnknownVoyageException'. | 39 | |
Unused @throws tag for 'UnknownCargoException'. | 40 | |
Unused @throws tag for 'UnknownLocationException'. | 41 | |
Line is longer than 120 characters. | 44 | |
Method 'createHandlingEvent' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter registrationTime should be final. | 44 | |
Parameter completionTime should be final. | 44 | |
Parameter trackingId should be final. | 44 | |
Parameter voyageNumber should be final. | 44 | |
Parameter unlocode should be final. | 44 | |
Parameter type should be final. | 44 | |
Expected @throws tag for 'CannotCreateHandlingEventException'. | 45 | |
Missing a Javadoc comment. | 61 | |
Parameter trackingId should be final. | 61 | |
'if' construct must use '{}'s. | 63 | |
Missing a Javadoc comment. | 67 | |
Parameter voyageNumber should be final. | 67 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 21 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 76 | |
Parameter other should be final. | 77 | |
Line is longer than 120 characters. | 85 | |
Line is longer than 120 characters. | 118 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 158 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 166 | |
Missing a Javadoc comment. | 170 | |
'if' construct must use '{}'s. | 172 | |
'if' construct must use '{}'s. | 173 | |
Missing a Javadoc comment. | 180 | |
Missing a Javadoc comment. | 191 | |
Missing a Javadoc comment. | 202 | |
Line has trailing spaces. | 210 | |
Missing a Javadoc comment. | 218 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 12 | |
Parameter voyageNumber should be final. | 12 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Type Javadoc comment is missing an @param <ID> tag. | 7 | |
Type Javadoc comment is missing an @param <T> tag. | 7 | |
',' is not followed by whitespace. | 7 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'voyageNumber'. | 26 | |
Expected @param tag for 'from'. | 26 | |
Expected @param tag for 'to'. | 26 | |
Parameter loadTime should be final. | 26 | |
Expected @param tag for 'loadTime'. | 26 | |
Parameter unloadTime should be final. | 26 | |
Expected @param tag for 'unloadTime'. | 26 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - se.citerus.dddsample.domain.model.cargo.*. | 7 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
'if' construct must use '{}'s. | 44 | |
'if' construct must use '{}'s. | 45 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 57 | |
Parameter other should be final. | 58 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 67 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 29 | |
Method 'setCargoInspectionService' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter cargoInspectionService should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Line has trailing spaces. | 15 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Unused @throws tag for 'IllegalArgumentException'. | 30 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 91 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Type Javadoc comment is missing an @param <T> tag. | 9 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 15 | |
Method 'origin' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Method 'destination' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'arrivalDeadline' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'&&' should be on a new line. | 62 | |
'&&' should be on a new line. | 63 | |
'&&' should be on a new line. | 64 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
'if' construct must use '{}'s. | 79 | |
'if' construct must use '{}'s. | 80 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 96 | |
Line has trailing spaces. | 99 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 7 | |
Type Javadoc comment is missing an @param <T> tag. | 9 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Type Javadoc comment is missing an @param <T> tag. | 7 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 4 | |
Class DomainObjectUtils should be declared as final. | 7 | |
Parameter actual should be final. | 15 | |
Parameter safe should be final. | 15 | |
Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Method 'carrierMovements' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
'if' construct must use '{}'s. | 42 | |
'if' construct must use '{}'s. | 43 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
'static' modifier out of order with the JLS suggestions. | 34 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Method 'run' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 77 | |
'5' is a magic number. | 79 | |
'3' is a magic number. | 80 | |
'4' is a magic number. | 80 | |
'4' is a magic number. | 81 | |
'3' is a magic number. | 82 | |
Line is longer than 120 characters. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter completionTimeStr should be final. | 88 | |
Parameter trackingIdStr should be final. | 88 | |
Parameter voyageNumberStr should be final. | 88 | |
Parameter unLocodeStr should be final. | 88 | |
Parameter eventTypeStr should be final. | 88 | |
Line is longer than 120 characters. | 98 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 111 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Method 'setUploadDirectory' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter uploadDirectory should be final. | 132 | |
Method 'setParseFailureDirectory' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter parseFailureDirectory should be final. | 136 | |
Method 'setApplicationEvents' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter applicationEvents should be final. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 8 | |
Missing a Javadoc comment. | 31 | |
Parameter o should be final. | 32 | |
'if' construct must use '{}'s. | 33 | |
'if' construct must use '{}'s. | 34 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 46 | |
Parameter other should be final. | 47 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 6 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Parameter handlingEvents should be final. | 19 | |
Method 'distinctEventsByCompletionTime' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Method 'mostRecentlyCompletedEvent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'sameValueAs' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter other should be final. | 49 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter o should be final. | 54 | |
'if' construct must use '{}'s. | 55 | |
'if' construct must use '{}'s. | 56 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 |
Violation | Message | Line |
---|---|---|
Type Javadoc comment is missing an @param <T> tag. | 9 |