Andrew Bayer
|
3a11a5ac71
|
Fixing NOTICE.txt
|
2013-05-28 11:37:04 -07:00 |
Andrew Phillips
|
5344ed482e
|
Move license header after opening <?xml... in Checkstyle config
|
2013-05-24 17:11:58 -04:00 |
adriancole
|
7420cb7186
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:33:44 -07:00 |
adriancole
|
eae78ced92
|
JCLOUDS-31. manually adjusted license header on checkstyle and terremark xml files
|
2013-05-16 21:33:41 -07:00 |
adriancole
|
762055a8aa
|
JCLOUDS-31. remove malformed, duplicate, or unnecessary headers
|
2013-05-16 21:33:40 -07:00 |
Andrew Bayer
|
97fdc2655d
|
JCLOUDS-37. Fix RAT violations in incubator-jclouds, 1.6.x branch
|
2013-05-13 19:17:37 -07:00 |
Andrew Bayer
|
efc0e9dcd2
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 13:10:06 -07:00 |
Andrew Bayer
|
ebf5286ce6
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 13:10:05 -07:00 |
adriancole
|
0ed3d64cc7
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-27 08:23:16 -07:00 |
adriancole
|
51cddcb841
|
[maven-release-plugin] prepare release jclouds-1.6.0
|
2013-04-27 08:23:15 -07:00 |
adriancole
|
f567124dbe
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-22 00:01:42 -07:00 |
adriancole
|
063b795393
|
[maven-release-plugin] prepare release jclouds-1.6.0-rc.5
|
2013-04-22 00:01:40 -07:00 |
Andrew Gaul
|
bdd48ca5bf
|
Address Checkstyle violations
This commit requires temporarily disabling some checks.
|
2013-04-17 17:33:06 -07:00 |
adriancole
|
bf1b7f50c9
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-10 13:04:14 -07:00 |
adriancole
|
60468e5ba8
|
[maven-release-plugin] prepare release jclouds-1.6.0-rc.4
|
2013-04-10 13:04:13 -07:00 |
adriancole
|
0d34d0729d
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-03 18:25:58 -07:00 |
adriancole
|
985f3b5c0f
|
[maven-release-plugin] prepare release jclouds-1.6.0-rc.3
|
2013-04-03 18:25:57 -07:00 |
adriancole
|
bfd5b114d7
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-25 20:50:05 -07:00 |
adriancole
|
db9d422a04
|
[maven-release-plugin] prepare release jclouds-1.6.0-rc.2
|
2013-03-25 20:50:04 -07:00 |
Adrian Cole
|
3ec76d3072
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-08 20:27:16 -08:00 |
Adrian Cole
|
1221795f36
|
[maven-release-plugin] prepare release jclouds-1.6.0-rc.1
|
2013-03-08 20:27:15 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
b9e4543cdb
|
Enforce no use of star imports via Checkstyle
|
2012-11-13 20:51:59 -08:00 |
Andrew Gaul
|
d7380114a6
|
Enforce use of Atomics.newReference via Checkstyle
Avoids duplicating types.
|
2012-11-12 11:56:48 -08:00 |
Andrew Gaul
|
42a3f4a3f9
|
Enforce use of StringBuilder via Checkstyle
Callers usually do not intend to use a synchronized StringBuffer.
EasyMock requires use of StringBuffer in some situations.
|
2012-11-12 08:24:36 -08:00 |
Andrew Gaul
|
3ad36d25d5
|
Enforce no unnecessary parentheses via Checkstyle
|
2012-11-10 13:22:12 -08:00 |
Andrew Gaul
|
a601f63a9a
|
Disable Checkstyle line length checks
While we would like to enforce this, we have too many violations to do
this in the near-term.
|
2012-11-10 13:07:02 -08:00 |
Andrew Gaul
|
de82496aae
|
Ensure simple boolean expressions via Checkstyle
|
2012-11-05 11:41:16 -08:00 |
Adrian Cole
|
64a8fd0cbb
|
Merge pull request #961 from andrewgaul/checkstyle-collection-helpers
Enforce use of Collection helpers via Checkstyle
|
2012-11-05 11:38:49 -08:00 |
Andrew Gaul
|
3d191253ec
|
Enforce use of Collection helpers via Checkstyle
This ensures that we do not repeat the type name. Some instances remain
due to auto-generated code in dmtf/cim/Cim*.
|
2012-11-04 20:45:49 -08:00 |
Andrew Gaul
|
9d643b569a
|
Enforce a single variable declaration per line
|
2012-11-04 17:37:16 -08:00 |
Andrew Gaul
|
41154d552c
|
Enforce no illegal throws via Checkstyle
Also remove a stray unused import.
|
2012-11-04 15:48:44 -08:00 |
Adrian Cole
|
a63f927deb
|
Issue 1116: update and centralize plugin version for maven-remote-resources-plugin
|
2012-11-04 08:32:56 -08:00 |
Andrew Gaul
|
08b9982384
|
Enforce modifier order via Checkstyle
Also fix violations, via:
find -name \*.java | xargs sed -i 's/final static/static final/'
find -name \*.java | xargs sed -i 's/static private/private static/'
find -name \*.java | xargs sed -i 's/static abstract/abstract static/'
|
2012-11-01 20:01:30 -07:00 |
Andrew Gaul
|
88d53b8792
|
Enforce no empty statements via Checkstyle
|
2012-11-01 18:59:18 -07:00 |
Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -07:00 |
Andrew Gaul
|
709ca69a2d
|
Enforce that all imports are used via Checkstyle
Also remove all unused imports, via:
mvn checkstyle:checkstyle -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | awk -v FS=: '/warning/{print "sed -i " $2 "d " $1}' | while read i; do $i; done
|
2012-10-29 17:11:08 -07:00 |
Andrew Gaul
|
44f6318759
|
Add Checkstyle configuration for line length
Enforces line length of 120 characters, which fails due to many
violations.
|
2012-10-26 10:11:42 -07:00 |
Adrian Cole
|
97004c7f32
|
updated remote-resources plugin version
|
2012-10-21 16:41:23 -07:00 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Adrian Cole
|
26016fde77
|
updated notice file
|
2012-09-16 18:38:42 -07:00 |
Adrian Cole
|
fa7f81c4e7
|
Issue 847:version updates
|
2012-02-23 15:11:05 +02:00 |
Adrian Cole
|
5830665a74
|
HP Cloud Identity Services/CDN
|
2012-02-09 06:36:09 +01:00 |
Jeremy Daggett
|
d2a4bfa2a9
|
Updated NOTICE.txt and inserted correct production URL for PropertiesBuilder
|
2012-02-06 11:18:53 -08:00 |