[GitHub] commons-lang pull request: Replace string

2015-02-24 Thread otaviojava
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] commons-lang pull request: Replace string

2015-02-24 Thread otaviojava
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] commons-lang pull request: Replace string

2014-10-23 Thread otaviojava
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] commons-lang pull request: add isNull and isNotNull methods

2014-05-16 Thread otaviojava
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

commons-lang pull request: add isNull and isNotNull methods

2014-02-04 Thread otaviojava
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