Apache Commons Lang
Go to file
Henri Yandell 2550d4cfa2 Rewriting OctalUnescaper as a hand rolled parser (all of 4 characters), instead of trying to handle the conversion via repeated attempts to convert the numbers. This fixes bugs, see LANG-929, and also changes the behaviour for 'illegal' octals such as \999. Instead of throwing NumberFormatException, it will now ignore them. This seems the better behaviour.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1535914 13f79535-47bb-0310-9956-ffa450edef68
2013-10-26 02:45:39 +00:00
src Rewriting OctalUnescaper as a hand rolled parser (all of 4 characters), instead of trying to handle the conversion via repeated attempts to convert the numbers. This fixes bugs, see LANG-929, and also changes the behaviour for 'illegal' octals such as \999. Instead of throwing NumberFormatException, it will now ignore them. This seems the better behaviour. 2013-10-26 02:45:39 +00:00
.gitignore Fix typo 2013-09-01 17:04:20 +00:00
LICENSE.txt Add blank line 2004-02-19 21:23:04 +00:00
NOTICE.txt developed by => developed at 2013-01-30 21:43:00 +00:00
RELEASE-NOTES.txt LANG-801: Add Conversion utility to convert between data types on byte level 2012-09-27 18:09:08 +00:00
build.properties.sample sync with pom.xml 2012-10-09 10:44:31 +00:00
build.xml Tab police 2012-09-27 13:12:09 +00:00
checkstyle.xml Update Maven plugins: 2011-09-02 00:36:44 +00:00
default.properties sync with pom.xml 2012-10-09 10:37:01 +00:00
doap_lang.rdf LANG-894 some doap files have incorrect download page 2013-05-19 10:53:43 +00:00
findbugs-exclude-filter.xml Add FindBugs exclusion for replacement of deprecated method 2013-10-23 19:15:54 +00:00
pom.xml ASF Branding 2013-10-21 15:45:22 +00:00