|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ checks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.bcel.checks
Class UnreadFieldCheck

java.lang.Objectcom.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
com.puppycrawl.tools.checkstyle.bcel.AbstractCheckVisitor
com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck
com.puppycrawl.tools.checkstyle.bcel.checks.UnreadFieldCheck
- All Implemented Interfaces:
- com.puppycrawl.tools.checkstyle.api.Configurable, com.puppycrawl.tools.checkstyle.api.Contextualizable, com.puppycrawl.tools.checkstyle.bcel.IObjectSetVisitor
- public class UnreadFieldCheck
- extends AbstractReferenceCheck
Checks for unread, non-final fields
| Field Summary |
| Fields inherited from class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck |
|
| Fields inherited from class com.puppycrawl.tools.checkstyle.bcel.AbstractCheckVisitor |
|
| Fields inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
|
| Fields inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
|
| Constructor Summary | |
UnreadFieldCheck()
|
|
| Method Summary | |
void |
leaveSet(java.util.Set aJavaClasses)
Finish the visit of a set. |
void |
setScope(java.lang.String aFrom)
Sets the scope for recorded references. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.bcel.checks.AbstractReferenceCheck |
findJavaClassDef, getReferenceDAO, getVisitor, ignore, setIgnoreClassName, setIgnoreName |
| Methods inherited from class com.puppycrawl.tools.checkstyle.bcel.AbstractCheckVisitor |
destroy, getClassFileVisitor, getGenericVisitor, init, leaveObject, log, log, setMessages, visitObject, visitSet |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
getMessageBundle, getSeverity, getSeverityLevel, log, log, log, log, log, log, setSeverity |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
configure, contextualize, finishLocalSetup, getConfiguration, setupChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
UnreadFieldCheck
public UnreadFieldCheck()
| Method Detail |
setScope
public void setScope(java.lang.String aFrom)
- Description copied from class:
AbstractReferenceCheck - Sets the scope for recorded references.
- Overrides:
setScopein classAbstractReferenceCheck
leaveSet
public void leaveSet(java.util.Set aJavaClasses)
- Description copied from interface:
com.puppycrawl.tools.checkstyle.bcel.IObjectSetVisitor - Finish the visit of a set.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ checks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC