it/tidalwave/ui/core/BoundProperty.java
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
44 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
44 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
44 |
Error |
whitespace |
WhitespaceAround |
'=' is not preceded with whitespace. |
44 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
44 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
54 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
71 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
80 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
82 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
89 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
95 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
98 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
102 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
104 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
108 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
110 |
it/tidalwave/ui/core/ChangingSource.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
37 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
42 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
51 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
55 |
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
49 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
50 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
51 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
66 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
74 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
78 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
84 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
88 |
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
30 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
38 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
46 |
it/tidalwave/ui/core/annotation/EnableMessageBus.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 144). |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
48 |
it/tidalwave/ui/core/message/PowerOnEvent.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
40 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
51 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
59 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
62 |
it/tidalwave/ui/core/role/ActionProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
35 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
46 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
49 |
it/tidalwave/ui/core/role/Changeable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
28 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
it/tidalwave/ui/core/role/Displayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
39 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
43 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
55 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
57 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
60 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
80 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
86 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
93 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
100 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
107 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
115 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
122 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
132 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
139 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
147 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
154 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
159 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
166 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
172 |
it/tidalwave/ui/core/role/HtmlRenderable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
28 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
39 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
43 |
it/tidalwave/ui/core/role/IconProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
38 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
72 |
it/tidalwave/ui/core/role/LocalizedDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
57 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
65 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
69 |
it/tidalwave/ui/core/role/MutableDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
36 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
60 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
63 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
71 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
75 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
78 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
82 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
85 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
89 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
92 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
105 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
113 |
it/tidalwave/ui/core/role/MutableIconProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
32 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
36 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
60 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
67 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
71 |
it/tidalwave/ui/core/role/MutableLocalizedDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
35 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
60 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
it/tidalwave/ui/core/role/PlainTextRenderable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
51 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'stringBuilder'. |
52 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'args'. |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'printWriter'. |
62 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'args'. |
63 |
it/tidalwave/ui/core/role/Presentable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
35 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
55 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
67 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
71 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
77 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
85 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
91 |
it/tidalwave/ui/core/role/PresentationModel.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
45 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
53 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
55 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
66 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
69 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
76 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
81 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
84 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
88 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
91 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
96 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
99 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
104 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
107 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
111 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
115 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
120 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
124 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
130 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
138 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
145 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
154 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
162 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
170 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
175 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
184 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
193 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 121). |
195 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
203 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
211 |
it/tidalwave/ui/core/role/PresentationModelAggregate.java
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
63 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
82 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
89 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
91 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
100 |
it/tidalwave/ui/core/role/PresentationModelFactory.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
53 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
57 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
63 |
it/tidalwave/ui/core/role/Selectable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
28 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
32 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
37 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
it/tidalwave/ui/core/role/StringRenderable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
35 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
62 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
74 |
it/tidalwave/ui/core/role/Styleable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
32 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
35 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
36 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
45 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
46 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
50 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
63 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
69 |
it/tidalwave/ui/core/role/UserAction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
51 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
54 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
62 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
77 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
84 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
92 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
it/tidalwave/ui/core/role/UserActionProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
46 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
48 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
63 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
87 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
94 |
it/tidalwave/ui/core/role/Visibility.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
28 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
32 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
40 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
it/tidalwave/ui/core/role/impl/AsDisplayableComparator.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
38 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 124). |
62 |
it/tidalwave/ui/core/role/impl/DefaultDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
38 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
65 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
69 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
75 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
81 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
89 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
91 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
100 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
107 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
109 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
116 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
118 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
125 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
127 |
it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
39 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
74 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
80 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
87 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
89 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
96 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
105 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
107 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
114 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
116 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
123 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
125 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
134 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
136 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
145 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
147 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
156 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
158 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
165 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
167 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
174 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
176 |
it/tidalwave/ui/core/role/impl/DefaultPresentable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
38 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
51 |
it/tidalwave/ui/core/role/impl/DefaultPresentationModel.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
59 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'owner'. |
62 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'roles'. |
62 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
77 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
79 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
101 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
117 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
119 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
134 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
140 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
142 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
156 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
157 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
158 |
it/tidalwave/ui/core/role/impl/DefaultStyleable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
39 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
40 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
49 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
50 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
54 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
55 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
59 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
61 |
it/tidalwave/ui/core/role/impl/DefaultUserAction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
61 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'callback'. |
62 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'roles'. |
62 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
71 |
Error |
javadoc |
JavadocMethod |
Expected an @return tag. |
72 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'roles'. |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
91 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
93 |
it/tidalwave/ui/core/role/impl/DisplayableComparator.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
it/tidalwave/ui/core/role/spi/ActionProviderSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
35 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
it/tidalwave/ui/core/role/spi/DefaultPresentationModelFactory.java
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
41 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
46 |
it/tidalwave/ui/core/role/spi/DefaultUserActionProvider.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
35 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
40 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
it/tidalwave/ui/core/role/spi/MutableIconProviderSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
34 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
42 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
49 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
56 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
65 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
76 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
81 |
it/tidalwave/ui/core/role/spi/PresentationModelCollectors.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
52 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
57 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
58 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
61 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
72 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
79 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
82 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
85 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
88 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
90 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
109 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
110 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
116 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
123 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
125 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
126 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
127 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
131 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
132 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
134 |
it/tidalwave/ui/core/role/spi/SimpleCompositePresentable.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
javadoc |
JavadocType |
Unknown tag 'stereotype'. |
51 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
55 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
111 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
113 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
119 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
122 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
131 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
133 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
140 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
142 |
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
47 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
57 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
76 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
78 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
95 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
101 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
105 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
109 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
112 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
117 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 129). |
118 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
120 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
122 |
Severity |
Category |
Rule |
Message |
Line |
Error |
misc |
NewlineAtEndOfFile |
File does not end with a newline. |
|
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
44 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
54 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
65 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
67 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 122). |
70 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
73 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
77 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
88 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
94 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
98 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
102 |
it/tidalwave/ui/function/AndFunction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
it/tidalwave/ui/function/BooleanBoundFunctionSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
38 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
58 |
it/tidalwave/ui/function/BoundFunction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
30 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
35 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <CODOMAIN_TYPE> tag. |
36 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <DOMAIN_TYPE> tag. |
36 |
it/tidalwave/ui/function/BoundFunctionSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <CODOMAIN_TYPE> tag. |
37 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <DOMAIN_TYPE> tag. |
37 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
43 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
45 |
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
it/tidalwave/ui/function/NonEmptyFunction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
55 |
it/tidalwave/ui/function/OrFunction.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
39 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
45 |
it/tidalwave/ui/function/UnaryBoundFunctionSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
31 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
36 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <CODOMAIN_TYPE> tag. |
37 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <DOMAIN_TYPE> tag. |
37 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
49 |
Error |
whitespace |
WhitespaceAfter |
'typecast' is not followed by whitespace. |
49 |
it/tidalwave/ui/function/WeakCopyFunctionSupport.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
2 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
9 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
11 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 158). |
16 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 153). |
17 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
19 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
24 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
33 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 160). |
40 |
Error |
javadoc |
JavadocType |
Type Javadoc comment is missing an @param <T> tag. |
41 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
47 |