SemmleCode J2EE Style Checks Library

         
EJB-Component
       
  fields
    Modifiers
     
EntityBean (general)
  types
    Top Level
  callables
    Constructor; finalize; ejbCreate; ejbPostCreate; Match ejbCreate and ejbPostCreate; ejbHome;
     
EntityBean (bean-managed persistence)
  types
    Modifiers
  callables
    ejbFind; ejbFindByPrimaryKey;
     
EntityBean (container-managed persistence)
  types
    Modifiers
  callables
    ejbCreate; ejbSelect;
Remote Interface
  callables
    Exceptions;
Remote Home Interface
  callables
    Exceptions; create; find; findByPrimaryKey;
Local Interface
  callables
    Exceptions;
Local Home Interface
  callables
    Exceptions; create; find; findByPrimaryKey;
MessageBean
  types
    Modifiers; Top Level;
  callables
    Constructor; finalize; ejbCreate; ejbRemove;
SessionBean (general)
  types
    Modifiers; Top Level;
  callables
    Constructor; finalize; ejbCreate;
SessionBean (stateful)
  callables
    ejbCreate;
SessionBean (stateless)
  callables
    ejbCreate;