Thomas Mueller created JCR-3396:
-----------------------------------
Summary: Simplify the code when possible
Key: JCR-3396
URL: https://issues.apache.org/jira/browse/JCR-3396
Project: Jackrabbit Content Repository
Issue Type: Improvement
Reporter: Thomas Mueller
Priority: Minor
Sometimes it's possible to simplify the code, for example:
- making methods static when possible, so a reader knows the method doesn't
change the state of an object
- the "else" is unnecessary if the "if" block always returns
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira