Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.puppycrawl.tools.checkstyle.checks.j2ee

Class Summary
AbstractBeanCheck Abstract class for checks that verify Bean implementation.
AbstractInterfaceCheck Abstract class for checking interface requirements.
AbstractJ2eeCheck Abstract class for J2ee component checking.
BeanManagedMethodChecker Checks methods of entity beans with bean-managed persistence.
BeanMethodChecker Root class for bean method checks.
ContainerManagedMethodChecker Checks methods of entity beans with container-managed persistence.
EntityBeanCheck Checks that an EntityBean implementation satisfies EntityBean requirements.
EntityBeanCheckTest  
EntityBeanMethodChecker Root class for entity bean method checks.
FinalStaticCheck Checks that all static fields are declared final.
FinalStaticCheckTest  
HomeInterfaceMethodChecker Checks the methods of a home interface.
LocalHomeInterfaceCheck Checks the local home interface requirements: every method must not throw the java.rmi.RemoteException Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.
LocalHomeInterfaceCheckTest  
LocalHomeInterfaceMethodChecker Checks the local home interface requirements: every method must not throw the java.rmi.RemoteException Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.
LocalInterfaceCheck Checks the methods of a local interface.
LocalInterfaceCheckTest  
LocalInterfaceMethodChecker Checks methods of a local interface.
MessageBeanCheck Checks that a MessageBean implementation satisfies MessageBean requirements.
MessageBeanCheckTest  
MessageBeanMethodChecker Checks the methods of a message bean.
MethodChecker Root class for method checks for a client Check.
PersistenceOption Represents the policy for checking entity bean restrictions according to whether persistence is bean-managed, container-managed, or mixed.
RemoteHomeInterfaceCheck Checks the methods of a remote home interface.
RemoteHomeInterfaceCheckTest  
RemoteHomeInterfaceMethodChecker Checks methods of a remote home interface check.
RemoteInterfaceCheck Checks the methods of a remote interface.
RemoteInterfaceCheckTest  
RemoteInterfaceMethodChecker Checks methods of a remote interface.
SessionBeanCheck Checks that a SessionBean implementation satisfies SessionBean requirements.
SessionBeanCheckTest  
SessionBeanMethodChecker Checks the methods of a session bean.
ThisParameterCheck Checks that 'this' is not a parameter of any method calls or constructors for a bean.
ThisParameterCheckTest  
ThisReturnCheck Checks that 'this' is not returned by a bean method.
ThisReturnCheckTest  
Utils J2EE check utility methods.