EJB.THISRET
Avoid returning the "this" reference as a result
Description
This rule flags code that returns the "this" reference as a result. Instead if returning the "this" reference as a result, use getEJBObject () available in SessionContext or EntityContext.
Reference
Sanjay Mahapatra, "Programming restrictions on EJB." JavaWorld, August 2000.
|