Clément Fournier
f8ee148f68
Add XPath syntax highlighter to Rouge
...
This is only used when building the site, like the Liquid extensions
2018-05-31 10:20:00 +02:00
Clément Fournier
63e22779bc
Enforce fx:id naming convention
...
Refs pmd/build-tools#7
2018-05-31 07:41:38 +02:00
Juan Martín Sotuyo Dodero
48861e1da2
Merge branch 'pr-1161'
2018-05-30 20:52:17 -03:00
Juan Martín Sotuyo Dodero
6035620bdb
Update changelog, refs #1161
2018-05-30 20:51:08 -03:00
Clément Fournier
e4b9befd44
Fix issue 1158
2018-05-30 22:41:06 +02:00
Andreas Dangel
677cf9a298
Change starter script to support early access java builds
2018-05-30 22:09:01 +02:00
Clément Fournier
9a935d8ae3
Merge branch 'pr-1156'
2018-05-30 21:50:16 +02:00
Clément Fournier
ab536988d8
Fix starter script
...
It didn't consume correctly trailing info (eg date on java 10).
This is a horribly mistake and makes the script fail on a JRE 10.
We could consider updating the binary distribution for 6.4.0...
@jsotuyod @adangel
2018-05-30 17:58:46 +02:00
Travis CI (pmd-bot)
753a8d236d
Update documentation
2018-05-30 14:54:04 +00:00
Juan Martín Sotuyo Dodero
0c52c6520e
Merge branch 'pr-1157'
2018-05-30 11:40:37 -03:00
Andreas Dangel
81c5051832
Fixes #715 : [xml] ProjectVersionAsDependencyVersion false positive
2018-05-30 09:23:00 +02:00
Andreas Dangel
fddd0d84af
Merge branch 'pr-1152'
2018-05-30 09:01:11 +02:00
Andreas Dangel
eced574622
Minor tweaks for release script: RELEASE_RULESET var and more header lines for release_notes_old.md
2018-05-30 09:01:00 +02:00
Juan Martín Sotuyo Dodero
26b942d529
[ci] Use latest pmd on self
2018-05-30 01:21:21 -03:00
Juan Martín Sotuyo Dodero
e3065c388e
Automatically update release_notes_old.md
2018-05-29 17:42:27 -03:00
Juan Martín Sotuyo Dodero
d333cc87be
Make sure to include the release ruleset if necessary
2018-05-29 17:11:40 -03:00
Juan Martín Sotuyo Dodero
59d7834df1
Fix release ruleset name
2018-05-29 16:55:12 -03:00
Juan Martín Sotuyo Dodero
191b887ff1
Run in batch mode
2018-05-29 16:43:58 -03:00
Juan Martín Sotuyo Dodero
32c34d43cb
Automatically reset the release notes
2018-05-29 16:08:48 -03:00
Juan Martín Sotuyo Dodero
9e86b00968
Clean backup poms after release
2018-05-29 15:56:45 -03:00
Juan Martín Sotuyo Dodero
3edb87360a
Add new ruleset for 6.4.0 new rules
2018-05-29 15:32:30 -03:00
Juan Martín Sotuyo Dodero
31667cdb89
Fix reference to sitemap_generator.sh
2018-05-29 14:56:54 -03:00
Juan Martín Sotuyo Dodero
7aea5b126f
Prepare next development version
2018-05-29 14:05:00 -03:00
Juan Martín Sotuyo Dodero
a788d4b586
[maven-release-plugin] prepare for next development iteration
2018-05-29 13:58:54 -03:00
Juan Martín Sotuyo Dodero
e9d78ede3c
[maven-release-plugin] prepare release pmd_releases/6.4.0
pmd_releases/6.4.0
2018-05-29 13:58:44 -03:00
Juan Martín Sotuyo Dodero
7a1207323d
Prepare pmd release 6.4.0
2018-05-29 13:47:13 -03:00
Juan Martín Sotuyo Dodero
50aa05ffa3
Add missing deprecations to changelog
2018-05-29 13:28:08 -03:00
Juan Martín Sotuyo Dodero
805aa8a9dc
Merge branch 'pr-1073'
2018-05-29 13:21:56 -03:00
Juan Martín Sotuyo Dodero
45a390aafb
Update changelog
2018-05-29 13:21:34 -03:00
Juan Martín Sotuyo Dodero
5359f4d89d
Minor review improvements
2018-05-29 13:19:58 -03:00
Andreas Dangel
1b190be3b1
Replace nbsp (U+00A0) with normal space (U+0020)
...
Avoiding bash error:
run.sh: line 82: $'[\302\240pmd': command not found
2018-05-28 21:54:32 +02:00
Andreas Dangel
3c6a292407
Merge branch 'master' into java10-basic-support
2018-05-28 21:28:12 +02:00
Andreas Dangel
a46288547d
Rework "var" support for java10 using void production for LocalVariableType
2018-05-28 21:18:59 +02:00
Andreas Dangel
0b0479d7c0
Prevent using "var" as type name, annotation name or enum with Java 10
2018-05-28 20:07:10 +02:00
Andreas Dangel
4b096b4f96
Don't return "var" as typeImage for inferred variable types
2018-05-28 19:38:16 +02:00
Juan Martín Sotuyo Dodero
47286ac8c5
Merge pull request #1135 from adangel/ci-scripts
...
Update to ci scripts
2018-05-27 17:53:18 -03:00
Clément Fournier
a6062bd5a4
Merge branch 'pr-1148'
2018-05-27 18:05:28 +02:00
Clément Fournier
e6b141c30d
Update release notes, refs #1148
2018-05-27 18:04:23 +02:00
Clément Fournier
3aa703e7d0
Improve doc
2018-05-27 17:58:04 +02:00
Travis CI (pmd-bot)
6b23baf659
Update documentation
2018-05-27 08:49:06 +00:00
Andreas Dangel
879727b653
Merge branch 'pr-1149'
2018-05-27 10:27:55 +02:00
Andreas Dangel
540c1e22a4
Update release notes, refs #1149
2018-05-27 10:27:42 +02:00
Juan Martín Sotuyo Dodero
456bd44c62
[java] Fix doc for CommentDefaultAccessModifierRule
...
- We now create docs from the properties registered on the class, so
the default was undocumented. Therefore, I moved the default from XML to
code
- I take the chance to convert the property to a RegexProperty as it's
most apropriate
- I take the chance to allow `/* package */` as valid too by default
2018-05-27 04:21:31 -03:00
Andreas Dangel
932517bb79
Merge branch 'pr-1133', fixes #1131
2018-05-27 08:59:33 +02:00
Juan Martín Sotuyo Dodero
bc7c31fc96
Update changelog
2018-05-26 20:16:40 -03:00
Juan Martín Sotuyo Dodero
989126ba9b
Use ClassUtils to load classes
2018-05-26 20:12:09 -03:00
Juan Martín Sotuyo Dodero
15c2eb928b
Merge pull request #1117 from oowekyala/issue1108-refactor-premature-declaration
...
[java] Refactor PrematureDeclaration
2018-05-26 19:23:45 -03:00
Juan Martín Sotuyo Dodero
2eb0f39546
Improve release notes
2018-05-26 18:57:57 -03:00
Juan Martín Sotuyo Dodero
61677e6ee9
Update changelog, refs #1131
2018-05-26 18:06:57 -03:00
Juan Martín Sotuyo Dodero
6fa5a45e62
Improvements for consistency
2018-05-26 18:05:37 -03:00