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.
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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://
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
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
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
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
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/
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
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
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
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
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
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
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/
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
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
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
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
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/
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
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/
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/
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
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/
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
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
=
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
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
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
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
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
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 - 100 of 110 matches
Mail list logo