9cfe485888
Merge branch 'pr-2746' into pmd/7.0.x
...
[core, ...] Finish generic visitors #2746
Fixes #880
2020-09-13 09:49:14 +02:00
95048b061a
Merge branch '7.0.x' into remove-more-deprecated-things
2020-08-30 21:36:04 +02:00
7384fd6fb2
Merge branch 'master' into 7.0.x
2020-08-28 14:58:10 +02:00
627fb430bd
improve to improvement
2020-08-27 11:52:17 +08:00
244a39db0f
fix typos.
2020-08-27 11:47:11 +08:00
c5f8d16caf
Cleanup wrapper script
2020-08-26 19:10:32 +02:00
6c3a42f78c
Fix base visitor classes
2020-08-26 19:10:32 +02:00
eed8a1609a
Same for VM module
2020-08-26 19:10:32 +02:00
5f8e5fc1ff
Remove ImmutableLanguage
2020-08-25 15:23:22 +02:00
285e7f2e94
Merge branch 'master' into 7.0.x
2020-08-25 14:53:48 +02:00
e949bf5162
Merge branch 'avoid_compiling_patterns_times_to_times' into master
...
Refs #2731
2020-08-24 20:29:21 +02:00
33e4f98274
StringBuffer to StringBuilder
2020-08-24 16:45:11 +08:00
d9d4b31a3a
avoid compiling patterns times to times
2020-08-24 16:22:33 +08:00
d5f48c4741
Merge branch '7.0.x' into update-saxon-version
2020-08-23 17:45:21 +02:00
5853d44c06
Fix VM compil
2020-08-11 14:12:10 +02:00
1e85519045
Merge branch '7.0.x' into update-saxon-version
2020-08-08 02:54:04 +02:00
384dd20319
Merge branch 'master' into pmd/7.0.x
2020-07-30 11:51:53 +02:00
eb683569af
Merge branch 'pr-2617'
...
[core] Deprecate missing language attribute on rule definition #2617
2020-07-30 10:19:03 +02:00
49ab75aeb7
[maven-release-plugin] prepare for next development iteration
2020-07-25 13:45:36 +02:00
a9632e2a06
[maven-release-plugin] prepare release pmd_releases/6.26.0
2020-07-25 13:45:27 +02:00
dcaa8a1167
Merge branch 'master' into pmd/7.0.x
2020-07-17 16:13:02 +02:00
7b3d31246e
Merge branch 'master' into pr-2624
2020-07-17 15:16:24 +02:00
7ae424a35b
Add deprecation javadocs
2020-07-17 14:43:43 +02:00
370c0b0b6d
Remove unused dependency, explicitly declare used dependencies
2020-07-02 15:12:31 +02:00
c7ccb8a087
javacc is only needed during parser generation
2020-07-02 10:27:26 +02:00
49635c2a66
Deprecate Rulechain visitors
2020-07-01 11:27:38 +02:00
659066ee02
Deprecate BaseLanguageModule constructor
2020-07-01 11:27:38 +02:00
d7f96e08d9
Uniformize apply across languages
2020-07-01 11:27:38 +02:00
3dd49db9cc
Reorder attributes
...
(name first)
2020-06-27 18:08:30 +02:00
a2506692b9
Fix vm rules
2020-06-27 17:59:20 +02:00
95d8e80c1b
[maven-release-plugin] prepare for next development iteration
2020-06-27 11:31:27 +02:00
a219b2e1be
[maven-release-plugin] prepare release pmd_releases/6.25.0
2020-06-27 11:31:16 +02:00
ad3e8b1fd5
Merge branch '7.0.x' into update-saxon-version
2020-06-26 23:08:50 +02:00
18f5c7f624
Remove xpath version properties in category xmls
...
Update default version to 3.1
2020-06-25 23:50:43 +02:00
47667a0e35
Merge branch '7.0.x' into type-heap
2020-06-14 21:42:38 +02:00
b71adce5b9
Merge branch '7.0.x' into update-saxon-version
2020-06-14 14:09:15 +02:00
c3219b91c5
Merge branch 'master' into pmd/7.0.x
2020-06-12 14:21:10 +02:00
8defb2fde2
Add missing relativePath configuration in all pom modules
2020-06-07 12:36:58 +02:00
510d5c633a
Merge branch 'master' into pmd/7.0.x
2020-05-24 17:47:30 +02:00
ab04bdacdd
[maven-release-plugin] prepare for next development iteration
2020-05-24 17:34:34 +02:00
229cb2bdca
[maven-release-plugin] prepare release pmd_releases/6.24.0
2020-05-24 17:34:25 +02:00
a3a292d591
Remove unnecessary source-type tags in rule tests
...
source-type is actually only needed if
* the language supports more than one version
* the parser behaves differently with different versions
(this has to do with compatibility, e.g. assert/enum keywords
in java)
* the test needs a newer version than the default version
(e.g. to test new language features)
* the test needs an older version than the default version
(e.g. the rule has a maximumLanguageVersion specified)
* the rule behaves differently for different versions
(e.g. BigIntegerInstantiation)
2020-05-23 14:16:13 +02:00
2dae9c085f
Merge branch 'master' into pmd/7.0.x
2020-05-23 11:42:20 +02:00
8f13dd82f0
Replace Node#apply(List<Node>) with apply(Node)
2020-05-18 14:57:54 +02:00
60d276c2a0
Remove old rulechain impl
2020-05-18 14:57:53 +02:00
fef1ad76c6
[vm] Cleanup rule test xml files
...
Avoid unnecessary CDATA for description
Use 4 space indentation instead of tabs
Remove trailing whitespace
End file with a newline
2020-05-16 18:56:05 +02:00
d39378eb71
Merge branch '7.0.x' into update-saxon-version
2020-05-08 03:43:40 +02:00
1a6d7b393c
Add a type parameter to AbstractNode
2020-04-26 19:04:31 +02:00
cda02a2754
Update saxon version
...
Remove Jaxen, port function defs
Use enum to represent XPath version
Move to internal package
Fix style
Refactor functions
2020-04-24 13:59:08 +02:00
4308c545e5
[maven-release-plugin] prepare for next development iteration
2020-04-24 10:53:12 +02:00