[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/297 ---

[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-09 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/297#discussion_r143555903 --- Diff: src/main/java/org/apache/commons/lang3/time/FormatCache.java --- @@ -240,7 +240,7 @@ public boolean equals(final Object obj) {

[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-09 Thread BruceKuiLiu
GitHub user BruceKuiLiu reopened a pull request: https://github.com/apache/commons-lang/pull/297 Add a rule of Locale.ENGLISH to String.toUpperCase() method. A String is being converted to upper case, using the platform's default encoding. This may result in improper

[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-09 Thread BruceKuiLiu
Github user BruceKuiLiu closed the pull request at: https://github.com/apache/commons-lang/pull/297 ---

[GitHub] commons-lang pull request #297: Add a rule of Locale.ENGLISH to String.toUpp...

2017-10-09 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/commons-lang/pull/297 Add a rule of Locale.ENGLISH to String.toUpperCase() method. A String is being converted to upper case, using the platform's default encoding. This may result in improper conversions