GitHub user otaviojava reopened a pull request:
https://github.com/apache/commons-lang/pull/36
Replace string
During the Java compilation performance the JDK does improvements with
String, this way, these may be replaced with java.lang.String expressions which
results in simpler
Github user otaviojava closed the pull request at:
https://github.com/apache/commons-lang/pull/36
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user otaviojava opened a pull request:
https://github.com/apache/commons-lang/pull/36
Replace string
During the Java compilation performance the JDK does improvements with
String, this way, these may be replaced with java.lang.String expressions which
results in simpler and
Github user otaviojava closed the pull request at:
https://github.com/apache/commons-lang/pull/16
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user otaviojava opened a pull request:
https://github.com/apache/commons-lang/pull/16
add isNull and isNotNull methods
Sugestion to add two simple and useful methods, with tests, on ObjectsUtil
to get the code cleaner. isnull and isNotNull. So you can use if