Andreas Dangel
d4cc311486
Merge branch 'pr-1302'
2018-09-09 17:07:04 +02:00
Juan Martín Sotuyo Dodero
4588879062
Merge branch 'pr-1336'
2018-09-09 02:28:42 -03:00
Juan Martín Sotuyo Dodero
b8accbb01a
Merge branch 'master' into issue-1325
2018-09-08 22:11:35 -03:00
Juan Martín Sotuyo Dodero
94d298168b
Merge branch 'pr-1337'
2018-09-08 22:04:33 -03:00
Juan Martín Sotuyo Dodero
d14c7a9636
Use typeres to detect proper AtomicBooleans
2018-09-08 22:04:11 -03:00
Andreas Dangel
06be510702
[java] ConsecutiveLiteralAppends: Fix further FPs/FNs
2018-09-07 16:31:58 +02:00
Andreas Dangel
212bf46be8
[java] LinguisticNaming should support AtomicBooleans
...
Fixes #1334
2018-09-07 15:21:01 +02:00
Andreas Dangel
7d3f287f38
[java] False positive in ConsecutiveLiteralAppends
...
Fixes #1325
2018-09-07 14:30:16 +02:00
Travis CI (pmd-bot)
98807dae25
Update documentation
...
TRAVIS_JOB_NUMBER=2805.1
TRAVIS_COMMIT_RANGE=e3018c3892bb...4999c5f9ffdf
2018-09-05 04:34:34 +00:00
Juan Martín Sotuyo Dodero
4999c5f9ff
Merge branch 'pr-1331'
2018-09-05 01:16:24 -03:00
Juan Martín Sotuyo Dodero
b0336d3616
Update changelog, refs #1331
2018-09-05 01:16:04 -03:00
Clément Fournier
492f1798d8
Fix tests
2018-09-04 11:44:16 +02:00
Clément Fournier
16f0633193
Fix #1329
2018-09-04 11:34:34 +02:00
Andreas Dangel
e3018c3892
[doc] Update gems
2018-09-02 15:36:38 +02:00
Andreas Dangel
848a0761fe
Fix release scripts
...
* fix language var LANG
* fix bundle install command
* automate creation of release notes post in pmd.github.io
* add var "is_release_notes_processor"
* Always install the gems for rendering release notes
2018-09-02 15:31:01 +02:00
Clément Fournier
849cb30054
Remove Beta annotation
2018-09-02 15:11:21 +02:00
Clément Fournier
89d286be59
Merge branch 'master' into api-deprecation-annotations
2018-09-02 15:08:07 +02:00
Andreas Dangel
65a3e1a3f7
Fix old release notes
2018-09-02 14:33:51 +02:00
Andreas Dangel
86c89040b4
Prepare next development version
2018-09-02 14:30:21 +02:00
Andreas Dangel
291d36d841
[maven-release-plugin] prepare for next development iteration
2018-09-02 14:27:42 +02:00
Andreas Dangel
b98bd0bb96
[maven-release-plugin] prepare release pmd_releases/6.7.0
pmd_releases/6.7.0
2018-09-02 14:27:33 +02:00
Andreas Dangel
d8c51db85e
Prepare pmd release 6.7.0
2018-09-02 14:19:37 +02:00
Andreas Dangel
acdab9df56
[ci] Fix java10 installation for sonar
2018-09-02 12:31:11 +02:00
Andreas Dangel
7a8847bacb
[ci] Fix sonar configuration
...
For now, we need to use java10 with sonar, until sonarjava 5.8.0
is released, which adds support for java11.
Apparantly sonar also loads the classfiles and can't yet load
java11 classes, leading to many errors
"Unsupported class file major version 55" while analyzing
the project.
Also update SONAR_TOKEN
See https://jira.sonarsource.com/browse/SONARJAVA-2877
2018-09-02 12:15:45 +02:00
Andreas Dangel
c9f686903e
[ci] Coveralls hasn't built the project since June 25th
...
The previous fix was not enough. Coveralls maven plugin depends on
javax.xml.bind, which has been removed with JDK11, since it is
a EE feature.
Workaround is now, to add the jaxb-api as a plugin dependency, so
that the utility class javax.xml.bind.DatatypeConverter is
available.
Fixes #1317
2018-09-02 10:53:02 +02:00
Juan Martín Sotuyo Dodero
2eaaaa42aa
Merge branch 'pr-1327'
2018-09-01 21:18:48 -03:00
Juan Martín Sotuyo Dodero
dc19269491
Merge branch 'master' into issue-1323
2018-09-01 20:16:13 -03:00
Andreas Dangel
921d4190d7
[ci] Coveralls hasn't built the project since June 25th
...
Fixes #1317
2018-09-01 23:15:29 +02:00
Andreas Dangel
2264d3c964
[ci] Fix sonar / coveralls build after switching to jdk 11
...
Also update jacoco plugin to 0.8.2
2018-09-01 23:11:12 +02:00
Travis CI (pmd-bot)
ff5e83b21d
Update documentation
...
TRAVIS_JOB_NUMBER=2790.1
TRAVIS_COMMIT_RANGE=b9501e5c7791...d0efb3cad751
2018-09-01 20:11:10 +00:00
Andreas Dangel
7ebcb30aaa
No need to check for missing ':'
2018-09-01 21:41:05 +02:00
Andreas Dangel
d0efb3cad7
Merge branch 'pr-1319'
2018-09-01 21:32:08 +02:00
Andreas Dangel
58b1985509
Merge branch 'pr-1324'
2018-09-01 21:32:03 +02:00
Travis CI (pmd-bot)
b9501e5c77
Update documentation
...
TRAVIS_JOB_NUMBER=2786.1
TRAVIS_COMMIT_RANGE=ff63c5681a73...bec314ef276d
2018-09-01 19:29:55 +00:00
Andreas Dangel
378bfe5948
Update release notes, refs #1327
2018-09-01 21:21:03 +02:00
Juan Martín Sotuyo Dodero
bec314ef27
Merge branch 'pr-1266'
2018-09-01 16:13:02 -03:00
Andreas Dangel
2fb3cd13cb
[java] AvoidUsingHardCodedIP false positive for ":bee"
...
"::bee" (two colons) is a valid IPv6 address, while ":bee"
is not.
Refs #1323
2018-09-01 21:12:29 +02:00
Juan Martín Sotuyo Dodero
ff63c5681a
Merge branch 'pr-1326'
2018-09-01 16:07:30 -03:00
Juan Martín Sotuyo Dodero
ded5c1ca51
Add 'as' a a valid transformation prefix
2018-09-01 16:07:13 -03:00
Andreas Dangel
a30d23e587
[java] LinguisticNaming - make tranform method names configurable
...
Follow-up for #1252
2018-08-31 11:29:55 +02:00
Juan Martín Sotuyo Dodero
03124c5673
Update changelog, refs #1323
2018-08-30 14:11:10 -03:00
Juan Martín Sotuyo Dodero
6ef3b5a583
[java] Remove no longer used property
...
- Fixes #1323
2018-08-30 13:54:59 -03:00
Andreas Dangel
c6b529dde8
[ci] update github oauth token
2018-08-30 10:50:22 +02:00
Andreas Dangel
0a026a8142
[ci] pmd-regression-tester - disable exit immediately for uploading baseline
...
See also pmd/pmd-regression-tester#40
It fails at the very last step (determining result code), so
the baseline is created and can be uploaded.
2018-08-30 10:38:41 +02:00
Clément Fournier
079fe95152
Merge branch 'pr-1320'
2018-08-27 20:03:14 +02:00
Travis CI (pmd-bot)
f25a2e08aa
Update documentation
...
TRAVIS_JOB_NUMBER=2772.1
TRAVIS_COMMIT_RANGE=f3c54cf7ec47...348a11f11995
2018-08-27 16:37:28 +00:00
Juan Martín Sotuyo Dodero
348a11f119
Merge branch 'pr-1303'
2018-08-27 13:21:52 -03:00
Juan Martín Sotuyo Dodero
df64d8bfce
Merge branch 'master' into deprecate-old-naming-conventions-rules
2018-08-27 12:58:18 -03:00
Juan Martín Sotuyo Dodero
2cf941dd4e
[core] Upgrade PMD on self
2018-08-27 12:24:33 -03:00
Travis CI (pmd-bot)
f3c54cf7ec
Update documentation
...
TRAVIS_JOB_NUMBER=2768.1
TRAVIS_COMMIT_RANGE=d743303f2e06...982effe7440a
2018-08-27 07:38:24 +00:00