4837c8dbc8
[maven-release-plugin] prepare for next development iteration
2020-10-24 10:17:24 +02:00
81f12d3e5d
[maven-release-plugin] prepare release pmd_releases/6.29.0
2020-10-24 10:17:15 +02:00
7f70cac7ca
Merge branch 'pr-2834' into master
...
[vf] Allow attributes with dot in Visualforce #2834
2020-10-22 09:48:36 +02:00
7e7182b26d
Modifying VF tokenizer test content to keep up with the minor grammar change
...
Streamlined IDENTIFIED_DOTTED logic. Added a couple more negative tests
2020-10-16 09:31:43 -07:00
aa245c6e1b
[maven-release-plugin] prepare for next development iteration
2020-09-26 10:25:16 +02:00
722f3ca997
[maven-release-plugin] prepare release pmd_releases/6.28.0
2020-09-26 10:25:05 +02:00
5ea116fa52
First draft of change to allow dotted attributes in Visualforce
2020-09-18 13:45:43 -07:00
c59af0aee6
[maven-release-plugin] prepare for next development iteration
2020-08-31 18:30:18 +02:00
856950f0d2
[maven-release-plugin] prepare release pmd_releases/6.27.0
2020-08-31 18:30:09 +02:00
244a39db0f
fix typos.
2020-08-27 11:47:11 +08:00
06d2225b27
[vf] Deprecate VfSimpleCharStream
2020-08-20 10:38:41 +02:00
23bc58f23c
[vf] Use tabSize=1 as well
2020-08-20 10:38:19 +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
044d7aea2d
Merge branch 'pr-2638'
...
[visualforce] add new safe resource for VfUnescapeEl #2638
2020-07-17 15:29:25 +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
94afdb117d
Add test engines as surefire plugin dependencies
...
This removes junit-vintage-engine as a test dependency
as well as kotlintest-runner-junit5.
The engines are only needed during test execution, but should
not be available for test compilation.
For this to work, the latest surefire plugin is required.
2020-07-17 12:03:45 +02:00
d89a6d080d
[visualforce] Add test for VfUnescapeEl with $MessageChannel
2020-07-09 12:20:09 +02:00
2fb196b16a
[visualforce] added new global variable name to safe resources
...
Cherry-picked from 7f0f91f71a
2020-07-09 12:19:54 +02:00
5e50b16e05
[visualforce] added new global variable name to safe resources
...
Cherry-picked from 25cb8de645
2020-07-09 12:19:38 +02:00
8add323403
Fix other offenders
2020-07-06 14:02:21 +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
715626bfc4
Revert "[visualforce] add new safe resource for VfUnescapeEl"
2020-06-30 14:37:14 +02:00
7f0f91f71a
added new global variable name to safe resources
2020-06-30 08:18:45 +01:00
25cb8de645
added new global variable name to safe resources
2020-06-30 08:15:25 +01: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
8defb2fde2
Add missing relativePath configuration in all pom modules
2020-06-07 12:36:58 +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
edc40521a3
[visualforce] 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
4308c545e5
[maven-release-plugin] prepare for next development iteration
2020-04-24 10:53:12 +02:00
921c65f5ab
[maven-release-plugin] prepare release pmd_releases/6.23.0
2020-04-24 10:53:00 +02:00
bcf90ceb8a
Externalize creator for XPath rule
2020-04-08 21:35:34 +02:00
c24ac34c03
Merge branch 'master' into deprecate-vf-ast
2020-03-17 14:46:53 +01:00
e1069b4a33
Fix *ParserVisitor itf being deprecated
...
refs #2239
2020-03-17 14:42:29 +01:00
eae54da5d0
Merge branch 'master' into deprecate-vf-ast
2020-03-17 14:34:31 +01:00
9f4bc75829
Internalize token manager
2020-03-17 14:33:16 +01:00
4c020bfbf7
[maven-release-plugin] prepare for next development iteration
2020-03-12 15:15:18 +01:00
eb93aaeca7
[maven-release-plugin] prepare release pmd_releases/6.22.0
2020-03-12 15:15:09 +01:00
5f7216f374
[vf] Deprecate AST constructors and setters
...
Also remove useless javadoc comments and fix license header
2020-03-05 20:39:05 +01:00
d90d5d267c
Remove trailing whitespace everywhere
2020-01-24 23:40:06 +01:00
d994700617
[maven-release-plugin] prepare for next development iteration
2020-01-24 17:20:47 +01:00