Author: sebb
Date: Thu Aug 20 23:47:37 2015
New Revision: 1696882
URL: http://svn.apache.org/r1696882
Log:
Removed lots of unnecessary parentheses
Modified:
commons/proper/bcel/trunk/checkstyle.xml
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/AnnotationEntry
Author: sebb
Date: Thu Aug 20 23:10:24 2015
New Revision: 1696877
URL: http://svn.apache.org/r1696877
Log:
CheckStyle
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/verifier/AbstractVerifierTestCase.java
commons/proper/bcel/trunk/src/test/java/org/apache/comm
Author: sebb
Date: Thu Aug 20 23:06:23 2015
New Revision: 1696875
URL: http://svn.apache.org/r1696875
Log:
Add EOL at EOF
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/AnonymousClassTestCase.java
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bce
Author: sebb
Date: Thu Aug 20 23:04:58 2015
New Revision: 1696873
URL: http://svn.apache.org/r1696873
Log:
Checkstyle imports
Modified:
commons/proper/bcel/trunk/src/test/java/org/apache/commons/bcel6/ElementValueGenTestCase.java
commons/proper/bcel/trunk/src/test/java/org/apache/common
Author: sebb
Date: Thu Aug 20 22:57:32 2015
New Revision: 1696872
URL: http://svn.apache.org/r1696872
Log:
Update to latest Checkstyle, which does not support RedundantThrows or
DoubleCheckedLocking
Fix up so both Maven and Eclipse can find the suppressions file
Added:
commons/proper/bcel/tr
Author: sebb
Date: Thu Aug 20 22:56:09 2015
New Revision: 1696871
URL: http://svn.apache.org/r1696871
Log:
Magic number
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/ConstantPoolGen.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commo
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X b1f4a30aa -> 0820703df
MATH-1261
Avoid unnecessary overflow. Thanks to Osamu Ikeuchi.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0820703d
Author: sebb
Date: Thu Aug 20 22:29:26 2015
New Revision: 1696868
URL: http://svn.apache.org/r1696868
Log:
Swing uses lots of numbers
Modified:
commons/proper/bcel/trunk/checkstyle_suppressions.xml
Modified: commons/proper/bcel/trunk/checkstyle_suppressions.xml
URL:
http://svn.apache.org/vi
Repository: commons-math
Updated Branches:
refs/heads/master 44c6d267a -> 3aa34dbc9
MATH-1261
Avoid unnecessary overflow. Thanks to Osamu Ikeuchi.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4c4b3e2e
Tr
Backport tracking.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3aa34dbc
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3aa34dbc
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/3
Author: sebb
Date: Thu Aug 20 21:47:14 2015
New Revision: 1696863
URL: http://svn.apache.org/r1696863
Log:
Checkstyle multiple defs
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/LineNumberTable.java
commons/proper/bcel/trunk/src/main/java/org/apach
Author: sebb
Date: Thu Aug 20 21:36:33 2015
New Revision: 1696858
URL: http://svn.apache.org/r1696858
Log:
Checkstyle - line length
Added:
commons/proper/bcel/trunk/checkstyle_suppressions.xml (with props)
Modified:
commons/proper/bcel/trunk/checkstyle.xml
commons/proper/bcel/trunk/
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/structurals/InstConstraintVisitor.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/structurals/InstConstraintVisitor.java?rev=1696858&r1=1696857&r2=1
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/statics/Pass2Verifier.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/statics/Pass2Verifier.java?rev=1696858&r1=1696857&r2=1696858&view=diff
===
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 7934bfea1 -> b1f4a30aa
refs/heads/master 5ca0a1c35 -> 44c6d267a
MATH-1258: added entry to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/c
MATH-1258: added entry to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b1f4a30a
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b1f4a30a
Diff: http://git-wip-us.apache.org/repos/asf/c
Author: sebb
Date: Thu Aug 20 18:13:40 2015
New Revision: 1696835
URL: http://svn.apache.org/r1696835
Log:
BCEL-211 Some additional clone methods should be public.
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6
Author: sebb
Date: Thu Aug 20 17:33:13 2015
New Revision: 1696828
URL: http://svn.apache.org/r1696828
Log:
Checkstyle
Modified:
commons/proper/bcel/trunk/checkstyle.xml
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Utility.java
commons/proper/bcel/trunk/
Author: sebb
Date: Thu Aug 20 17:27:07 2015
New Revision: 1696827
URL: http://svn.apache.org/r1696827
Log:
Checkstyle
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionList.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons
Author: sebb
Date: Thu Aug 20 17:26:40 2015
New Revision: 1696826
URL: http://svn.apache.org/r1696826
Log:
Checkstyle
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ClassParser.java
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/cl
Author: sebb
Date: Thu Aug 20 17:25:34 2015
New Revision: 1696825
URL: http://svn.apache.org/r1696825
Log:
Doh! obvious now
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassPath.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bc
Author: sebb
Date: Thu Aug 20 17:19:27 2015
New Revision: 1696824
URL: http://svn.apache.org/r1696824
Log:
Revert r1696811 - causes several test failures
Not yet obvious why.
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassPath.java
Modified:
commons/pr
Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=40229&projectId=241
Build statistics:
State: Failed
Previous State: Ok
Started at: Thu 20 Aug 2015 16:20:02 +
Finished at: Thu 20 Aug 2015 16:20:56 +
Total time: 53s
Build Trigger: Schedule
Author: sebb
Date: Thu Aug 20 16:05:28 2015
New Revision: 1696814
URL: http://svn.apache.org/r1696814
Log:
Suppress last checkstyle errors
Modified:
commons/proper/bcel/trunk/checkstyle.xml
Modified: commons/proper/bcel/trunk/checkstyle.xml
URL:
http://svn.apache.org/viewvc/commons/proper/b
Author: sebb
Date: Thu Aug 20 16:03:18 2015
New Revision: 1696813
URL: http://svn.apache.org/r1696813
Log:
Checkstyle
Modified:
commons/proper/bcel/trunk/checkstyle.xml
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/Class2HTML.java
commons/proper/bcel/trunk/sr
Author: sebb
Date: Thu Aug 20 16:02:02 2015
New Revision: 1696811
URL: http://svn.apache.org/r1696811
Log:
Simplify
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/ClassPath.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 9cb16d5b1 -> 7934bfea1
refs/heads/master f70741c9b -> 5ca0a1c35
MATH-1258: check for equal array lengths in distance functions
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org
MATH-1258: check for equal array lengths in distance functions
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7934bfea
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7934bfea
Diff: http://git-wip-
Author: sebb
Date: Thu Aug 20 15:06:07 2015
New Revision: 1696806
URL: http://svn.apache.org/r1696806
Log:
Checkstyle
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/BootstrapMethod.java
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel
Author: sebb
Date: Thu Aug 20 15:05:08 2015
New Revision: 1696805
URL: http://svn.apache.org/r1696805
Log:
Use blocks
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/BCELifier.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ut
Author: sebb
Date: Thu Aug 20 15:04:30 2015
New Revision: 1696804
URL: http://svn.apache.org/r1696804
Log:
Impossible exceptions
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/co
Author: sebb
Date: Thu Aug 20 14:43:27 2015
New Revision: 1696801
URL: http://svn.apache.org/r1696801
Log:
Temporarily quieten checkstyle
Modified:
commons/proper/bcel/trunk/checkstyle.xml
Modified: commons/proper/bcel/trunk/checkstyle.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bc
Author: sebb
Date: Thu Aug 20 14:42:36 2015
New Revision: 1696800
URL: http://svn.apache.org/r1696800
Log:
Allow Checkstyle to be run by the CLI
Modified:
commons/proper/bcel/trunk/pom.xml
Modified: commons/proper/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trun
Author: sebb
Date: Thu Aug 20 14:42:04 2015
New Revision: 1696799
URL: http://svn.apache.org/r1696799
Log:
Checksytle changes
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Except
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConstants.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConstants.java?rev=1696799&r1=1696798&r2=1696799&view=diff
===
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java?rev=1696799&r1=1696798&r2=1696799&view=diff
Author: sebb
Date: Thu Aug 20 14:34:36 2015
New Revision: 1696796
URL: http://svn.apache.org/r1696796
Log:
Missing EOL
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/NameSignatureInstruction.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apac
Author: sebb
Date: Thu Aug 20 14:17:13 2015
New Revision: 1696792
URL: http://svn.apache.org/r1696792
Log:
Redundant import from same package
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/ClassElementValueGen.java
Modified:
commons/proper/bcel/trunk/src
Author: sebb
Date: Thu Aug 20 14:07:49 2015
New Revision: 1696790
URL: http://svn.apache.org/r1696790
Log:
Simplify
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/JavaClass.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6
Author: sebb
Date: Thu Aug 20 14:01:44 2015
New Revision: 1696788
URL: http://svn.apache.org/r1696788
Log:
No need for the variables to be package-protected
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/GraphicalVerifier.java
commons/proper/bcel/tru
Author: sebb
Date: Thu Aug 20 12:19:42 2015
New Revision: 1696777
URL: http://svn.apache.org/r1696777
Log:
BCEL-249 Check for max Short seems wrong
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/BranchI
Author: sebb
Date: Thu Aug 20 12:15:46 2015
New Revision: 1696776
URL: http://svn.apache.org/r1696776
Log:
Fix bad comment wrapping
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/InstructionFinder.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/a
Author: sebb
Date: Thu Aug 20 11:30:47 2015
New Revision: 1696766
URL: http://svn.apache.org/r1696766
Log:
BCEL-127 Document that Instruction Factory returns singleton instances
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
Modified: commons/proper/bcel/trunk/src/changes/change
Author: sebb
Date: Thu Aug 20 11:28:00 2015
New Revision: 1696765
URL: http://svn.apache.org/r1696765
Log:
BCEL-127 Document that Instruction Factory returns singleton instances
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionFactory.java
Modifi
Author: sebb
Date: Thu Aug 20 11:25:33 2015
New Revision: 1696763
URL: http://svn.apache.org/r1696763
Log:
Javadoc - add more JVM references
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apach
Repository: commons-math
Updated Branches:
refs/heads/MATH_3_X 49a9e6e87 -> 9cb16d5b1
MATH-1258
New utility "checkEqualLength" to consistently report failed precondition.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-
Repository: commons-math
Updated Branches:
refs/heads/master a7ef0455c -> f70741c9b
MATH-1258
New utility "checkEqualLength" to consistently report failed precondition.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-ma
Author: ggregory
Date: Thu Aug 20 09:28:15 2015
New Revision: 10234
Log:
commons-csv 1.2-rc1
Added:
dev/commons/csv/RELEASE-NOTES.txt
Added: dev/commons/csv/RELEASE-NOTES.txt
==
--- dev/commons/csv/RELEASE-NOTES.txt
Author: ggregory
Date: Thu Aug 20 09:22:12 2015
New Revision: 10233
Log:
commons-csv 1.2-rc1
Modified:
dev/commons/csv/binaries/commons-csv-1.2-bin.tar.gz
dev/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.asc
dev/commons/csv/binaries/commons-csv-1.2-bin.tar.gz.md5
dev/commons/cs
Author: sebb
Date: Thu Aug 20 09:21:49 2015
New Revision: 1696735
URL: http://svn.apache.org/r1696735
Log:
Javadoc
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic/GOTO.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/generic
Author: sebb
Date: Thu Aug 20 09:20:53 2015
New Revision: 1696734
URL: http://svn.apache.org/r1696734
Log:
Fix up refs; these instructions have shared sections
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Constants.java
Modified:
commons/proper/bcel/trunk/src/
Message from: https://repository.apache.orgDescription:Nexus Close for Apache Commons CSV 1.2-RC1.Deployer properties:"userAgent" = "Apache-Maven/3.3.3 (Java 1.7.0_79; Windows 7 6.1)""userId" = "ggregory""ip" = "108.0.108.194"Details:The following artifacts have been staged/org/apache/commons/commo
Author: ggregory
Date: Thu Aug 20 08:44:16 2015
New Revision: 1696728
URL: http://svn.apache.org/r1696728
Log:
Creating csv-1.2-RC1 tag
Added:
commons/proper/csv/tags/csv-1.2-RC1/
- copied from r1696725, commons/proper/csv/trunk/
Author: ggregory
Date: Thu Aug 20 08:42:08 2015
New Revision: 1696727
URL: http://svn.apache.org/r1696727
Log:
Delete csv-1.2-RC1 tag, no VOTE taken
Removed:
commons/proper/csv/tags/csv-1.2-RC1/
Author: ggregory
Date: Thu Aug 20 08:39:42 2015
New Revision: 1696726
URL: http://svn.apache.org/r1696726
Log:
Creating csv-1.2-RC1 tag
Added:
commons/proper/csv/tags/csv-1.2-RC1/
- copied from r1696725, commons/proper/csv/trunk/
Author: ggregory
Date: Thu Aug 20 08:35:56 2015
New Revision: 1696725
URL: http://svn.apache.org/r1696725
Log:
Delete csv-1.2-RC1 tag, no VOTE taken
Removed:
commons/proper/csv/tags/csv-1.2-RC1/
Message from: https://repository.apache.orgDescription:Drop Apache Commons CSV 1.2-RC1; no VOTE taken.Deployer properties:"userAgent" = "Apache-Maven/3.3.3 (Java 1.7.0_79; Windows 7 6.1)""userId" = "ggregory""ip" = "108.0.108.194"Details:The orgapachecommons-1107 staging repository has been dropped
Author: ggregory
Date: Thu Aug 20 08:30:26 2015
New Revision: 1696724
URL: http://svn.apache.org/r1696724
Log:
Prepare release 1.2.
Modified:
commons/proper/csv/trunk/src/site/site.xml
commons/proper/csv/trunk/src/site/xdoc/index.xml
Modified: commons/proper/csv/trunk/src/site/site.xml
U
58 matches
Mail list logo