svn commit: r1773000 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java

2016-12-06 Thread dbrosius
Author: dbrosius Date: Wed Dec 7 01:38:05 2016 New Revision: 1773000 URL: http://svn.apache.org/viewvc?rev=1773000&view=rev Log: Jira Issue #284 Handle InvokeDynamic.getReferenceType() sanely Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.

svn commit: r1804943 - /commons/proper/discovery/trunk/src/main/java/org/apache/commons/discovery/log/SimpleLog.java

2017-08-13 Thread dbrosius
Author: dbrosius Date: Sun Aug 13 19:33:21 2017 New Revision: 1804943 URL: http://svn.apache.org/viewvc?rev=1804943&view=rev Log: use StringBuilder over StringBuffer Modified: commons/proper/discovery/trunk/src/main/java/org/apache/commons/discovery/log/SimpleLog.java Modified: com

svn commit: r1811486 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java

2017-10-08 Thread dbrosius
Author: dbrosius Date: Sun Oct 8 12:49:43 2017 New Revision: 1811486 URL: http://svn.apache.org/viewvc?rev=1811486&view=rev Log: fix javadoc typo: patch by Michael Ernst Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java Modified: com

svn commit: r1819186 - in /commons/proper/beanutils/trunk: ./ src/main/java/org/apache/commons/beanutils/ src/main/java/org/apache/commons/beanutils/locale/ src/test/java/org/apache/commons/beanutils/

2017-12-23 Thread dbrosius
Author: dbrosius Date: Sat Dec 23 22:22:43 2017 New Revision: 1819186 URL: http://svn.apache.org/viewvc?rev=1819186&view=rev Log: BEANUTILS-500: upgrade to commons-collections4 Modified: commons/proper/beanutils/trunk/pom.xml commons/proper/beanutils/trunk/src/main/java/org/ap

commons-scxml git commit: break out of search loop after correct custom action is found

2017-12-24 Thread dbrosius
Repository: commons-scxml Updated Branches: refs/heads/master 99d942b55 -> a721a26fa break out of search loop after correct custom action is found Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/a721a26f Tr

commons-scxml git commit: remove collecting of attributes as they are not used

2017-12-24 Thread dbrosius
Repository: commons-scxml Updated Branches: refs/heads/master a721a26fa -> 526c83a5f remove collecting of attributes as they are not used Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/526c83a5 Tree: http:

commons-scxml git commit: call static methods from static contexts

2017-12-24 Thread dbrosius
Repository: commons-scxml Updated Branches: refs/heads/master 526c83a5f -> 9fb7a6368 call static methods from static contexts Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/9fb7a636 Tree: http://git-wip-us

svn commit: r1819243 - in /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils: BeanMap.java PropertyUtilsBean.java WrapDynaClass.java

2017-12-25 Thread dbrosius
Author: dbrosius Date: Mon Dec 25 11:55:51 2017 New Revision: 1819243 URL: http://svn.apache.org/viewvc?rev=1819243&view=rev Log: use enhanced for loops where possible Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanMap.java commons/pr

svn commit: r1819244 - in /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils: BeanUtilsBean.java ConvertUtilsBean.java PropertyUtilsBean.java locale/LocaleConvertUtilsBean.java

2017-12-25 Thread dbrosius
Author: dbrosius Date: Mon Dec 25 11:59:20 2017 New Revision: 1819244 URL: http://svn.apache.org/viewvc?rev=1819244&view=rev Log: fix logging contexts Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java commons/proper/beanutils/t

svn commit: r1819245 - in /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils: ./ converters/ locale/converters/

2017-12-25 Thread dbrosius
Author: dbrosius Date: Mon Dec 25 12:29:26 2017 New Revision: 1819245 URL: http://svn.apache.org/viewvc?rev=1819245&view=rev Log: don't use boxed primitive constructors Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BasicDynaBean.java commo

svn commit: r1819251 - in /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils: ./ converters/

2017-12-25 Thread dbrosius
Author: dbrosius Date: Mon Dec 25 17:16:22 2017 New Revision: 1819251 URL: http://svn.apache.org/viewvc?rev=1819251&view=rev Log: better generics handling Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/JDBCDynaClass.java commons/proper/beanu

svn commit: r1819380 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/MethodUtils.java

2017-12-27 Thread dbrosius
Author: dbrosius Date: Wed Dec 27 23:25:40 2017 New Revision: 1819380 URL: http://svn.apache.org/viewvc?rev=1819380&view=rev Log: delay execution of code unless/until needed Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/MethodUtils.java Modi

svn commit: r1819412 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/BeanMap.java

2017-12-28 Thread dbrosius
Author: dbrosius Date: Thu Dec 28 09:52:09 2017 New Revision: 1819412 URL: http://svn.apache.org/viewvc?rev=1819412&view=rev Log: remove unnecessary field masking from local variables Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/BeanMap.java Modi

commons-imaging git commit: IMAGING-213: presize collections where possible

2018-01-01 Thread dbrosius
Repository: commons-imaging Updated Branches: refs/heads/master 7862d6028 -> 51880b788 IMAGING-213: presize collections where possible Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/51880b78 Tree: http

commons-imaging git commit: IMAGING-212: use StandardCharsets to avoid reflection and UnsupportedEncodingExceptions

2018-01-01 Thread dbrosius
Repository: commons-imaging Updated Branches: refs/heads/master 4701b9628 -> 7862d6028 IMAGING-212: use StandardCharsets to avoid reflection and UnsupportedEncodingExceptions Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/c

commons-imaging git commit: IMAGING-214: avoid code execution unless/until it is needed

2018-01-01 Thread dbrosius
Repository: commons-imaging Updated Branches: refs/heads/master 51880b788 -> 0a61492fd IMAGING-214: avoid code execution unless/until it is needed Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/0a61492

svn commit: r1762198 - /commons/proper/el/trunk/src/java/org/apache/commons/el/FunctionInvocation.java

2016-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 12:43:05 2016 New Revision: 1762198 URL: http://svn.apache.org/viewvc?rev=1762198&view=rev Log: throw proper exception, instead of NPE when the target can't be found Modified: commons/proper/el/trunk/src/java/org/apache/commons/el/FunctionInvoca

svn commit: r1767112 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/MemorySensitiveClassPathRepository.java

2016-10-29 Thread dbrosius
Author: dbrosius Date: Sat Oct 29 16:24:05 2016 New Revision: 1767112 URL: http://svn.apache.org/viewvc?rev=1767112&view=rev Log: follow BCEL's field naming pattern Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/MemorySensitiveClassPathRepository.java

svn commit: r1602784 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/Action.java

2014-06-15 Thread dbrosius
Author: dbrosius Date: Mon Jun 16 00:57:57 2014 New Revision: 1602784 URL: http://svn.apache.org/r1602784 Log: guard against npes Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/Action.java Modified: commons/proper/scxml/trunk/src/main/java/org/apache

svn commit: r1695412 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/StackMapTableEntry.java generic/AnnotationEntryGen.java generic/InstructionList.java

2015-08-11 Thread dbrosius
Author: dbrosius Date: Tue Aug 11 23:53:59 2015 New Revision: 1695412 URL: http://svn.apache.org/r1695412 Log: use StringBuilder correctly Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/StackMapTableEntry.java commons/proper/bcel/trunk/src/main

svn commit: r1695413 - /commons/proper/bcel/trunk/pom.xml

2015-08-11 Thread dbrosius
Author: dbrosius Date: Wed Aug 12 00:03:14 2015 New Revision: 1695413 URL: http://svn.apache.org/r1695413 Log: the developer svn url starts with https: Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1697267 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ verifier/structurals/

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:19:04 2015 New Revision: 1697267 URL: http://svn.apache.org/r1697267 Log: remove the need for casting at the clone() call site Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Attribute.java commons/proper/bcel

svn commit: r1697268 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/Class2HTML.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:25:22 2015 New Revision: 1697268 URL: http://svn.apache.org/r1697268 Log: use a static set for base types, for more readable code Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/Class2HTML.java Modified: commons/proper

svn commit: r1697269 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Utility.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:28:37 2015 New Revision: 1697269 URL: http://svn.apache.org/r1697269 Log: use stringbuilders right Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Utility.java Modified: commons/proper/bcel/trunk/src/main/java/org

svn commit: r1697270 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6: classfile/ generic/ util/

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:34:57 2015 New Revision: 1697270 URL: http://svn.apache.org/r1697270 Log: avoid possible NPEs in toStrings, and simplify Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ArrayElementValue.java commons/proper/bcel

svn commit: r1697272 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/AnnotationEntry.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:38:49 2015 New Revision: 1697272 URL: http://svn.apache.org/r1697272 Log: reduce allocations Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/AnnotationEntry.java Modified: commons/proper/bcel/trunk/src/main/java/org

svn commit: r1697273 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/MethodGen.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:45:15 2015 New Revision: 1697273 URL: http://svn.apache.org/r1697273 Log: reduce allocations Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/MethodGen.java Modified: commons/proper/bcel/trunk/src/main/java/org/apache

svn commit: r1697274 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassSet.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:46:36 2015 New Revision: 1697274 URL: http://svn.apache.org/r1697274 Log: reduce allocations Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassSet.java Modified: commons/proper/bcel/trunk/src/main/java/org/apache

svn commit: r1697275 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionFactory.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:50:52 2015 New Revision: 1697275 URL: http://svn.apache.org/r1697275 Log: switch to more typical (idiomatic) java Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionFactory.java Modified: commons/proper/bcel

svn commit: r1697276 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/Verifier.java

2015-08-23 Thread dbrosius
Author: dbrosius Date: Sun Aug 23 22:52:57 2015 New Revision: 1697276 URL: http://svn.apache.org/r1697276 Log: simplify array building Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/Verifier.java Modified: commons/proper/bcel/trunk/src/main/java/org

svn commit: r1700377 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/AnnotationEntry.java

2015-08-31 Thread dbrosius
Author: dbrosius Date: Tue Sep 1 01:20:17 2015 New Revision: 1700377 URL: http://svn.apache.org/r1700377 Log: fix AnnotationEntryValue.stringifyValue to return something other than the hash Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile

svn commit: r1700378 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java

2015-08-31 Thread dbrosius
Author: dbrosius Date: Tue Sep 1 01:23:38 2015 New Revision: 1700378 URL: http://svn.apache.org/r1700378 Log: no need for toString on a String Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java Modified: commons/proper/bcel/trunk/src

[math] push down allocations/calculations to where they are needed

2015-12-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master d1123894d -> fb83ba3fd push down allocations/calculations to where they are needed Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/fb83ba3f Tree: h

[math] simplify: instanceof checks for nulls

2015-12-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master fb83ba3fd -> e779883b2 simplify: instanceof checks for nulls Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e779883b Tree: http://git-wip-us.apach

[math] use short-circuiting ops

2015-12-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master e779883b2 -> a71c820ba use short-circuiting ops Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a71c820b Tree: http://git-wip-us.apache.org/repos/a

[math] simplify: remove dead params

2015-12-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master a71c820ba -> a4eff51be simplify: remove dead params Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a4eff51b Tree: http://git-wip-us.apache.org/rep

svn commit: r1722481 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java

2015-12-31 Thread dbrosius
Author: dbrosius Date: Fri Jan 1 01:42:04 2016 New Revision: 1722481 URL: http://svn.apache.org/viewvc?rev=1722481&view=rev Log: use long math when calculating a long Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java Modified: commons/proper/io/trunk

svn commit: r1728607 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionList.java

2016-02-04 Thread dbrosius
Author: dbrosius Date: Fri Feb 5 06:09:42 2016 New Revision: 1728607 URL: http://svn.apache.org/viewvc?rev=1728607&view=rev Log: Issue BCEL-269: make sure instruction list gets completely written, patch by emopers Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/b

svn commit: r1745834 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java

2016-05-27 Thread dbrosius
Author: dbrosius Date: Sat May 28 05:29:40 2016 New Revision: 1745834 URL: http://svn.apache.org/viewvc?rev=1745834&view=rev Log: add support for invokedynamic Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java Modified: commons/proper/bcel/trunk

svn commit: r1745933 - in /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util: ClassPathRepository.java MemorySensitiveClassPathRepository.java SyntheticRepository.java

2016-05-28 Thread dbrosius
Author: dbrosius Date: Sat May 28 20:31:42 2016 New Revision: 1745933 URL: http://svn.apache.org/viewvc?rev=1745933&view=rev Log: Issue BCEL-73: Allow for instance based repositories Added: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassPathRepository.

[math] avoid allocating distribution bounds if there are no successes

2016-05-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master 91b2f4294 -> 02dd98a04 avoid allocating distribution bounds if there are no successes Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/02dd98a0 Tree

[math] remove useless local initialization before assignment

2016-05-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master 02dd98a04 -> 7c12a85bf remove useless local initialization before assignment Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7c12a85b Tree: http://

[math] use StringBuilder correctly

2016-05-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master 7c12a85bf -> 292b6ab08 use StringBuilder correctly Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/292b6ab0 Tree: http://git-wip-us.apache.org/repo

[math] no need for Double allocation just to get hashCode

2016-05-29 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master 292b6ab08 -> 803e1a6f4 no need for Double allocation just to get hashCode Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/803e1a6f Tree: http://git

[math] Revert "no need for Double allocation just to get hashCode"

2016-05-30 Thread dbrosius
Repository: commons-math Updated Branches: refs/heads/master 803e1a6f4 -> ffc1caada Revert "no need for Double allocation just to get hashCode" a java 8 method This reverts commit 803e1a6f4bfcc0ce77cd9b63cf70d264aa8a90ad. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Com

svn commit: r1747124 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InvokeInstruction.java

2016-06-06 Thread dbrosius
Author: dbrosius Date: Tue Jun 7 02:43:06 2016 New Revision: 1747124 URL: http://svn.apache.org/viewvc?rev=1747124&view=rev Log: revert erroneous override of getClassName in InvokeInstruction, introduced in r1702349 Modified: commons/proper/bcel/trunk/src/main/java/org/apache/com

svn commit: r1748636 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AccessFlags.java

2016-06-15 Thread dbrosius
Author: dbrosius Date: Wed Jun 15 20:45:17 2016 New Revision: 1748636 URL: http://svn.apache.org/viewvc?rev=1748636&view=rev Log: add missing isVarArgs to AccessFlags Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AccessFlags.java Modified: commons/proper/

svn commit: r1749184 - /commons/proper/bcel/trunk/pom.xml

2016-06-19 Thread dbrosius
Author: dbrosius Date: Sun Jun 19 16:10:00 2016 New Revision: 1749184 URL: http://svn.apache.org/viewvc?rev=1749184&view=rev Log: add source jar plugin Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1751107 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java

2016-07-02 Thread dbrosius
Author: dbrosius Date: Sun Jul 3 02:41:18 2016 New Revision: 1751107 URL: http://svn.apache.org/viewvc?rev=1751107&view=rev Log: Gracefully handle ecj's odd generation of LocalVariableTypeTable types, prefixed by \!, or \!+ or \!* Modified: commons/proper/bcel/trunk/src/main

svn commit: r1463375 - /commons/proper/bcel/trunk/pom.xml

2013-04-01 Thread dbrosius
Author: dbrosius Date: Tue Apr 2 03:59:29 2013 New Revision: 1463375 URL: http://svn.apache.org/r1463375 Log: add javadoc plugin to pom Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk

svn commit: r1481383 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: classfile/ generic/ verifier/structurals/

2013-05-11 Thread dbrosius
Author: dbrosius Date: Sat May 11 17:34:32 2013 New Revision: 1481383 URL: http://svn.apache.org/r1481383 Log: incorporate changes used by Findbugs from BCEL-163 Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Constant.java commons/proper/bcel/trunk/src/main

svn commit: r1482346 - /commons/proper/bcel/trunk/RELEASE-NOTES.txt

2013-05-14 Thread dbrosius
Author: dbrosius Date: Tue May 14 14:32:33 2013 New Revision: 1482346 URL: http://svn.apache.org/r1482346 Log: update release notes for bcel-163 Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc

svn commit: r1346228 - /commons/sandbox/classscan/trunk/src/main/java/org/apache/commons/classscan/bcel/FileClassLocation.java

2012-06-04 Thread dbrosius
Author: dbrosius Date: Tue Jun 5 04:01:53 2012 New Revision: 1346228 URL: http://svn.apache.org/viewvc?rev=1346228&view=rev Log: make sure file streams get closed Modified: commons/sandbox/classscan/trunk/src/main/java/org/apache/commons/classscan/bcel/FileClassLocation.java Modi

svn commit: r1149777 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/SimpleElementValue.java

2011-07-22 Thread dbrosius
Author: dbrosius Date: Sat Jul 23 01:48:37 2011 New Revision: 1149777 URL: http://svn.apache.org/viewvc?rev=1149777&view=rev Log: simplify logic Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/SimpleElementValue.java Modified: commons/proper/bcel/trunk/src/

svn commit: r1149778 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SimpleElementValueGen.java

2011-07-22 Thread dbrosius
Author: dbrosius Date: Sat Jul 23 01:49:24 2011 New Revision: 1149778 URL: http://svn.apache.org/viewvc?rev=1149778&view=rev Log: simplify logic Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SimpleElementValueGen.java Modified: commons/proper/bcel/trunk

svn commit: r1149779 - in /commons/proper/bcel/trunk/src: main/java/org/apache/bcel/generic/Select.java test/java/org/apache/bcel/GeneratingAnnotatedClassesTestCase.java

2011-07-22 Thread dbrosius
Author: dbrosius Date: Sat Jul 23 01:52:52 2011 New Revision: 1149779 URL: http://svn.apache.org/viewvc?rev=1149779&view=rev Log: remove needless casting Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java commons/proper/bcel/trunk/src/test/java

svn commit: r1150277 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java

2011-07-23 Thread dbrosius
Author: dbrosius Date: Sun Jul 24 03:57:18 2011 New Revision: 1150277 URL: http://svn.apache.org/viewvc?rev=1150277&view=rev Log: remove typo of duplicate closing of jdbc statement Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java Modi

svn commit: r1151706 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Pass3bVerifier.java

2011-07-27 Thread dbrosius
Author: dbrosius Date: Thu Jul 28 03:15:18 2011 New Revision: 1151706 URL: http://svn.apache.org/viewvc?rev=1151706&view=rev Log: apply patch: Bug 51565 - [patch] Pass3bVerifier crashes on empty methods Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structu

svn commit: r1151709 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java

2011-07-27 Thread dbrosius
Author: dbrosius Date: Thu Jul 28 03:21:13 2011 New Revision: 1151709 URL: http://svn.apache.org/viewvc?rev=1151709&view=rev Log: apply patch: Bug 51563 - [patch] InstConstraintVisitor does not handle class constants Modified: commons/proper/bcel/trunk/src/main/java/org/apache/

svn commit: r1151711 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Constants.java

2011-07-27 Thread dbrosius
Author: dbrosius Date: Thu Jul 28 03:27:59 2011 New Revision: 1151711 URL: http://svn.apache.org/viewvc?rev=1151711&view=rev Log: add constants for java 1.7 internal version numbers Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Constants.java Modified: commons/pr

svn commit: r1151716 - in /commons/proper/bcel/trunk/src: examples/ main/java/org/apache/bcel/classfile/ main/java/org/apache/bcel/generic/ main/java/org/apache/bcel/util/ main/java/org/apache/bcel/ve

2011-07-27 Thread dbrosius
Author: dbrosius Date: Thu Jul 28 03:58:16 2011 New Revision: 1151716 URL: http://svn.apache.org/viewvc?rev=1151716&view=rev Log: switch to using enhanced for loops Modified: commons/proper/bcel/trunk/src/examples/Package.java commons/proper/bcel/trunk/src/main/java/org/apache/

svn commit: r1152074 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationElementValue.java

2011-07-28 Thread dbrosius
Author: dbrosius Date: Fri Jul 29 02:05:55 2011 New Revision: 1152074 URL: http://svn.apache.org/viewvc?rev=1152074&view=rev Log: simplify Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationElementValue.java Modified: commons/proper/bcel/trunk/src/

svn commit: r1152075 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ElementValue.java

2011-07-28 Thread dbrosius
Author: dbrosius Date: Fri Jul 29 02:09:53 2011 New Revision: 1152075 URL: http://svn.apache.org/viewvc?rev=1152075&view=rev Log: simplify Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ElementValue.java Modified: commons/proper/bcel/trunk/src/main/java

svn commit: r1152077 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: classfile/ generic/ util/ verifier/structurals/

2011-07-28 Thread dbrosius
Author: dbrosius Date: Fri Jul 29 02:29:42 2011 New Revision: 1152077 URL: http://svn.apache.org/viewvc?rev=1152077&view=rev Log: use StringBuilder Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java commons/proper/bcel/trunk/src/main/

svn commit: r1152079 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java

2011-07-28 Thread dbrosius
Author: dbrosius Date: Fri Jul 29 02:39:57 2011 New Revision: 1152079 URL: http://svn.apache.org/viewvc?rev=1152079&view=rev Log: remove mistaken double annotation Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java Modified: commons/pr

svn commit: r1158060 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: classfile/ generic/ util/ verifier/ verifier/structurals/

2011-08-15 Thread dbrosius
Author: dbrosius Date: Mon Aug 15 23:17:19 2011 New Revision: 1158060 URL: http://svn.apache.org/viewvc?rev=1158060&view=rev Log: methods in interfaces are both public and abstract by default Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/AttributeReader.

svn commit: r1158063 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Type.java

2011-08-15 Thread dbrosius
Author: dbrosius Date: Mon Aug 15 23:26:12 2011 New Revision: 1158063 URL: http://svn.apache.org/viewvc?rev=1158063&view=rev Log: use enhanced loop Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Type.java Modified: commons/proper/bcel/trunk/src/main/java

svn commit: r1175574 - /commons/proper/betwixt/trunk/build.xml

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 20:58:53 2011 New Revision: 1175574 URL: http://svn.apache.org/viewvc?rev=1175574&view=rev Log: quell warnings about including ant runtimes for javac Modified: commons/proper/betwixt/trunk/build.xml Modified: commons/proper/betwixt/trunk/build.xml

svn commit: r1175578 - /commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 21:09:30 2011 New Revision: 1175578 URL: http://svn.apache.org/viewvc?rev=1175578&view=rev Log: apply patch: BETWIXT-71 [patch] remove minor code stutter Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.

svn commit: r1175629 - /commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 23:57:04 2011 New Revision: 1175629 URL: http://svn.apache.org/viewvc?rev=1175629&view=rev Log: Commons Betwixt BETWIXT-70 [patch] Fix LocalComplexType.equals typo due to copy/paste Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/bet

svn commit: r1177384 - /commons/proper/collections/trunk/build.xml

2011-09-29 Thread dbrosius
Author: dbrosius Date: Thu Sep 29 18:13:06 2011 New Revision: 1177384 URL: http://svn.apache.org/viewvc?rev=1177384&view=rev Log: add ignoreantruntime flag to quell build warnings Modified: commons/proper/collections/trunk/build.xml Modified: commons/proper/collections/trunk/build.xml

svn commit: r1177393 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java

2011-09-29 Thread dbrosius
Author: dbrosius Date: Thu Sep 29 18:37:26 2011 New Revision: 1177393 URL: http://svn.apache.org/viewvc?rev=1177393&view=rev Log: fix invalid parameter check -- only problem could be that it is null, not, not instanceof Class Modified: commons/proper/collections/trunk/src/java/org/ap

svn commit: r1177491 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCache.java

2011-09-29 Thread dbrosius
Author: dbrosius Date: Fri Sep 30 03:28:51 2011 New Revision: 1177491 URL: http://svn.apache.org/viewvc?rev=1177491&view=rev Log: avoid unnecessary map allocation Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/LateralCache.java Modified: commons/proper

svn commit: r1177529 - in /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml: env/SimpleErrorReporter.java io/SCXMLSerializer.java

2011-09-29 Thread dbrosius
Author: dbrosius Date: Fri Sep 30 06:32:40 2011 New Revision: 1177529 URL: http://svn.apache.org/viewvc?rev=1177529&view=rev Log: use string buffers correctly Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/env/SimpleErrorReporter.java commons/proper/s

svn commit: r1180639 - /commons/sandbox/nabla/trunk/pom.xml

2011-10-09 Thread dbrosius
Author: dbrosius Date: Sun Oct 9 16:21:26 2011 New Revision: 1180639 URL: http://svn.apache.org/viewvc?rev=1180639&view=rev Log: add asm-util dependency to fix build Modified: commons/sandbox/nabla/trunk/pom.xml Modified: commons/sandbox/nabla/trunk/pom.xml URL: http://svn.apache

svn commit: r1187656 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/util/Flags.java

2011-10-21 Thread dbrosius
Author: dbrosius Date: Sat Oct 22 06:31:53 2011 New Revision: 1187656 URL: http://svn.apache.org/viewvc?rev=1187656&view=rev Log: Add Cloneable interface to Flags as it has a clone() method, without it - which doesn't make sense Modified: commons/proper/validator/trunk/src/main

svn commit: r1187661 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/ValidatorAction.java

2011-10-21 Thread dbrosius
Author: dbrosius Date: Sat Oct 22 06:57:52 2011 New Revision: 1187661 URL: http://svn.apache.org/viewvc?rev=1187661&view=rev Log: use StringBuffers correctly Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/ValidatorAction.java Modified: commons/pr

svn commit: r1517404 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 01:05:11 2013 New Revision: 1517404 URL: http://svn.apache.org/r1517404 Log: remove dead store to 'resultb' Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java Modified: commons/proper/math/trunk/src/mai

svn commit: r1517416 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: random/EmpiricalDistribution.java random/SobolSequenceGenerator.java random/ValueServer.java util/DefaultTr

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 03:04:38 2013 New Revision: 1517416 URL: http://svn.apache.org/r1517416 Log: simplify string to primitive conversion Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java commons/proper/math/trunk

svn commit: r1517418 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: analysis/differentiation/ distribution/ distribution/fitting/ geometry/euclidean/threed/ geometry/euclidean

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 03:18:55 2013 New Revision: 1517418 URL: http://svn.apache.org/r1517418 Log: presize collections Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/DSCompiler.java commons/proper/math/trunk/src/main/java

svn commit: r1532170 - in /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2: ./ impl/

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 02:52:47 2013 New Revision: 1532170 URL: http://svn.apache.org/r1532170 Log: update junit usage to version 4 Modified: commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestBaseKeyedPoolableObjectFactory.java commons/proper/pool/trunk

svn commit: r1532192 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 05:27:08 2013 New Revision: 1532192 URL: http://svn.apache.org/r1532192 Log: avoid unnecessary allocations Modified: commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java Modified: commons/proper/pool/trunk/src

svn commit: r1532197 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: classfile/ generic/

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 05:52:15 2013 New Revision: 1532197 URL: http://svn.apache.org/r1532197 Log: make clone() more user friendly Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Attribute.java commons/proper/bcel/trunk/src/main/java/org/apache

svn commit: r1532198 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:00:57 2013 New Revision: 1532198 URL: http://svn.apache.org/r1532198 Log: add hashCode() Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel

svn commit: r1532202 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: util/ verifier/statics/ verifier/structurals/

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:13:17 2013 New Revision: 1532202 URL: http://svn.apache.org/r1532202 Log: simplify and avoid NPEs Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/AttributeHTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util

svn commit: r1532204 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassPath.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:17:32 2013 New Revision: 1532204 URL: http://svn.apache.org/r1532204 Log: only allocate the archive filter once Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassPath.java Modified: commons/proper/bcel/trunk/src/main/java/org

svn commit: r1532205 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:21:06 2013 New Revision: 1532205 URL: http://svn.apache.org/r1532205 Log: only allocate the instructionhandle q once per MethodGen Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java Modified: commons

svn commit: r1532219 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: classfile/ConstantUtf8.java generic/ObjectType.java verifier/VerifierAppFrame.java verifier/VerifierFactoryListModel

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:46:05 2013 New Revision: 1532219 URL: http://svn.apache.org/r1532219 Log: fix generics problems Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel

svn commit: r1532221 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile: PMGClass.java Signature.java SourceFile.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:49:16 2013 New Revision: 1532221 URL: http://svn.apache.org/r1532221 Log: remove unnecessary casts Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel

svn commit: r1532227 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/CodeHTML.java

2013-10-14 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 06:55:44 2013 New Revision: 1532227 URL: http://svn.apache.org/r1532227 Log: remove dead parameter Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/CodeHTML.java Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util

svn commit: r1532229 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier: VerifierAppFrame.java VerifierFactoryListModel.java

2013-10-15 Thread dbrosius
Author: dbrosius Date: Tue Oct 15 07:07:43 2013 New Revision: 1532229 URL: http://svn.apache.org/r1532229 Log: List only is generified in jdk7 so strip for now Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java commons/proper/bcel/trunk/src

svn commit: r1532630 - /commons/proper/jelly/trunk/pom.xml

2013-10-15 Thread dbrosius
Author: dbrosius Date: Wed Oct 16 02:22:06 2013 New Revision: 1532630 URL: http://svn.apache.org/r1532630 Log: an initial attempt at having a maven2 pom Added: commons/proper/jelly/trunk/pom.xml Added: commons/proper/jelly/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper

svn commit: r1532631 - /commons/proper/jelly/trunk/pom.xml

2013-10-15 Thread dbrosius
Author: dbrosius Date: Wed Oct 16 02:25:48 2013 New Revision: 1532631 URL: http://svn.apache.org/r1532631 Log: update relocated jar references Modified: commons/proper/jelly/trunk/pom.xml Modified: commons/proper/jelly/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly

svn commit: r1532637 [4/4] - in /commons/proper/scxml/trunk: ./ src/test/java/org/apache/commons/scxml2/ src/test/java/org/apache/commons/scxml2/env/ src/test/java/org/apache/commons/scxml2/env/faces/

2013-10-15 Thread dbrosius
Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/model/DatamodelTest.java URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/model/DatamodelTest.java?rev=1532637&r1=1532636&r2=1532637&view=diff =

svn commit: r1532946 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java

2013-10-16 Thread dbrosius
Author: dbrosius Date: Thu Oct 17 01:10:12 2013 New Revision: 1532946 URL: http://svn.apache.org/r1532946 Log: remove deprecation with equivalent method (naming) Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java Modified: commons/proper/scxml

svn commit: r1532951 - /commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/TriggerEventTest.java

2013-10-16 Thread dbrosius
Author: dbrosius Date: Thu Oct 17 01:37:21 2013 New Revision: 1532951 URL: http://svn.apache.org/r1532951 Log: fix junit assert usage Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/TriggerEventTest.java Modified: commons/proper/scxml/trunk/src/test/java/org

svn commit: r1533849 - /commons/dormant/clazz/trunk/src/java/org/apache/commons/clazz/bean/BeanClazz.java

2013-10-19 Thread dbrosius
Author: dbrosius Date: Sun Oct 20 02:58:40 2013 New Revision: 1533849 URL: http://svn.apache.org/r1533849 Log: 'operations' cache was not actually updated in refreshOperationCache, fixed Modified: commons/dormant/clazz/trunk/src/java/org/apache/commons/clazz/bean/BeanClazz.java

svn commit: r1547656 - in /commons/proper/bcel/trunk/src/main/java/org/apache/bcel: ./ classfile/ generic/ util/

2013-12-03 Thread dbrosius
Author: dbrosius Date: Wed Dec 4 00:43:17 2013 New Revision: 1547656 URL: http://svn.apache.org/r1547656 Log: initial support for INVOKE_DYNAMIC. Patch by Bill Pugh, reviewed by dbrosius Added: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java commons

svn commit: r1551450 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/

2013-12-16 Thread dbrosius
Author: dbrosius Date: Tue Dec 17 02:51:54 2013 New Revision: 1551450 URL: http://svn.apache.org/r1551450 Log: more invoke dynamic implementation, split out from FieldOrMethod as not truly a subclass - patch by Bill Pugh reviewed by dbrosius Added: commons/proper/bcel/trunk/src/main/java

svn commit: r1447116 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Constants.java

2013-02-17 Thread dbrosius
Author: dbrosius Date: Mon Feb 18 01:23:22 2013 New Revision: 1447116 URL: http://svn.apache.org/r1447116 Log: add constant for version 8 class file format[52] Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Constants.java Modified: commons/proper/bcel/trunk/src/main/java

  1   2   >