|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
abstract
keyword.
abstract
keyword.
=
(assignment) operator.
=
(assignment) operator.
regular expression
.AbstractFormatCheck
instance.
AbstractNameCheck
instance.
AbstractOption
instance.
AbstractOptionCheck
instance.
Token
.AuditEvent
instance.
AuditEvent
instance.
AuditEvent
instance.
AuditEvent
instance.
&
(bitwise AND) operator.
&
(bitwise AND) operator.
&=
(bitwise AND assignment) operator.
&=
(bitwise AND assignment) operator.
~
(bitwise complement) operator.
~
(bitwise complement) operator.
|
(bitwise OR) operator.
|
(bitwise OR) operator.
|=
(bitwise OR assignment) operator.
|=
(bitwise OR assignment) operator.
>>>
(unsigned shift right) operator.
>>>
(unsigned shift right) operator.
>>>=
(unsigned right shift assignment)
operator.
>>>=
(unsigned right shift assignment)
operator.
^
(bitwise exclusive OR) operator.
^
(bitwise exclusive OR) operator.
^=
(bitwise exclusive OR assignment) operator.
^=
(bitwise exclusive OR assignment) operator.
BeanManagedMethodChecker
.
:
(colon) operator.
:
(colon) operator.
,
(comma) operator.
,
(comma) operator.
Checker
instance.
Checker
instance.
CheckstyleException
instance.
CheckstyleException
instance
that was caused by another exception.
CheckstyleException
instance.
CheckstyleException
instance
that was caused by another exception.
ClassResolver
instance.
ConstantNameCheck
instance.
FullIdent
for given type node.
--
(prefix decrement) operator.
--
(prefix decrement) operator.
/
(division) operator.
/
(division) operator.
/=
(division assignment) operator.
/=
(division assignment) operator.
.
(dot) operator.
.
(dot) operator.
while
in do-while loop.
while
in do-while loop.
default
is after all the case
s
in a switch
statement.DefaultLogger
instance.
DefaultLogger
instance.
DefaultLogger
instance.
DefaultLogger
instance.
enum
keyword.
enum
keyword.
==
(equal) operator.
==
(equal) operator.
EmptyBlockCheck
instance.
EntityBeanCheck
instance.
ExecutableStatementCountCheck
.
null
for object
references, zero for numeric types and char
and false
for boolean
.final
keyword.
final
keyword.
FileContents
instance.
FileContents
instance.
The default implementation does nothing.
The default implementation does nothing.
>=
(greater than or equal) operator.
>=
(greater than or equal) operator.
>
(greater than) operator.
>
(greater than) operator.
IndentationCheck
property.
IndentationCheck
property.
column
.
column
.
FileSetCheck
work (debug()
should be used).
FileSetCheck
work (debug()
should be used).
PersistenceOption
.
node
,
at column number column
.
++
(prefix increment) operator.
++
(prefix increment) operator.
IllegalImportCheck
instance.
String s = Integer.toString(i = 2);
.node
,
at column number column
is editable.
RuntimeException
or Error
&&
(conditional AND) operator.
&&
(conditional AND) operator.
{
).
{
).
<=
(less than or equal) operator.
<=
(less than or equal) operator.
assert
keyword.
assert
keyword.
boolean
keyword.
boolean
keyword.
break
keyword.
break
keyword.
byte
keyword.
byte
keyword.
case
keyword.
case
keyword.
catch
keyword.
catch
keyword.
char
keyword.
char
keyword.
class
keyword.
class
keyword.
continue
keyword.
continue
keyword.
default
keyword.
default
keyword.
do
keyword.
do
keyword.
double
keyword.
double
keyword.
else
keyword.
else
keyword.
false
keyword.
false
keyword.
finally
keyword.
finally
keyword.
float
keyword.
float
keyword.
for
keyword.
for
keyword.
if
keyword.
if
keyword.
instanceof
operator.
instanceof
operator.
int
keyword.
int
keyword.
interface
keyword.
interface
keyword.
long
keyword.
long
keyword.
native
keyword.
native
keyword.
new
keyword.
new
keyword.
null
keyword.
null
keyword.
private
keyword.
private
keyword.
protected
keyword.
protected
keyword.
public
keyword.
public
keyword.
return
keyword.
return
keyword.
short
keyword.
short
keyword.
static
keyword.
static
keyword.
super
keyword.
super
keyword.
switch
keyword.
switch
keyword.
synchronized
keyword.
synchronized
keyword.
this
keyword.
this
keyword.
throw
keyword.
throw
keyword.
throws
keyword.
throws
keyword.
transient
keyword.
transient
keyword.
true
keyword.
true
keyword.
try
keyword.
try
keyword.
void
keyword.
void
keyword.
volatile
keyword.
volatile
keyword.
while
keyword.
while
keyword.
!
(logical complement) operator.
!
(logical complement) operator.
||
(conditional OR) operator.
||
(conditional OR) operator.
(
).
(
).
<
(less than) operator.
<
(less than) operator.
LITERAL_CATCH
, LITERAL_DO
, LITERAL_ELSE
, LITERAL_FINALLY
, LITERAL_FOR
, LITERAL_IF
, LITERAL_SWITCH
, LITERAL_SYNCHRONIZED
, LITERAL_TRY
, LITERAL_WHILE
.'{'
.LineLengthCheck
instance.
LocalFinalVariableNameCheck
instance.
java.rmi.RemoteException
Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.LocalHomeInterfaceCheck
.
java.rmi.RemoteException
Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.LocalInterfaceCheck
.
LocalInterfaceMethodChecker
for a local
interface check.
LocalVariableNameCheck
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
LocalizedMessage
instance.
message collector
.
message collector
.
message collector
.
message collector
.
-
(subtraction) operator.
-
(subtraction) operator.
-=
(subtraction assignment) operator.
-=
(subtraction assignment) operator.
%
(remainder) operator.
%
(remainder) operator.
%=
(remainder assignment) operator.
%=
(remainder assignment) operator.
MemberNameCheck
instance.
MessageBeanCheck
.
MessageBeanMethodChecker
.
MethodChecker
.
MethodNameCheck
instance.
EOL
rule.
!=
(not equal) operator.
!=
(not equal) operator.
+
(addition) operator.
+
(addition) operator.
+=
(addition assignment) operator.
+=
(addition assignment) operator.
--
(postfix decrement) operator.
--
(postfix decrement) operator.
++
(postfix increment) operator.
++
(postfix increment) operator.
PackageHtmlCheck
instance.
PackageNameCheck
instance.
ParameterNameCheck
instance.
Properties
object.Properties
object.?
(conditional) operator.
?
(conditional) operator.
]
symbol.
]
symbol.
}
).
}
).
)
).
)
).
regular expression
for each line of the source header.RemoteHomeInterfaceCheck
.
RemoteInterfaceCheck
.
RemoteInterfaceMethodChecker
for a
remote interface check.
'}'
.;
).
;
).
<<
(shift left) operator.
<<
(shift left) operator.
<<=
(left shift assignment) operator.
<<=
(left shift assignment) operator.
>>
(signed shift right) operator.
>>
(signed shift right) operator.
>>=
(signed right shift assignment)
operator.
>>=
(signed right shift assignment)
operator.
*
(multiplication or wildcard) operator.
*
(multiplication or wildcard) operator.
*=
(multiplication assignment) operator.
*=
(multiplication assignment) operator.
strictfp
keyword.
strictfp
keyword.
SessionBeanCheck
.
AuditEvents
of a given severity have been generated.AuditEvents
of a given severity have been generated.StaticVariableNameCheck
instance.
==
or !=
.SuppressElement
for a
file name pattern and and a check class pattern.
SuppressElement
for a
file name pattern and and a check class pattern.
node
,
at column number column
.
TodoCommentCheck
instance.
TranslationCheck
instance.
TreeWalker
instance.
TreeWalker
instance.
TypeNameCheck
instance.
+
(unary plus) operator.
+
(unary plus) operator.
-
(unary minus) operator.
-
(unary minus) operator.
XMLLogger
instance.
XMLLogger
instance.
|
Back to the Checkstyle Home Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |