434881edac
Fix tests
2020-04-23 19:59:52 +02:00
11d7aeb10f
Add GenericNode & JjtreeNode interfaces
2020-04-23 19:59:52 +02:00
0735011c7c
Move AbstractNode in .impl package
2020-04-23 19:59:52 +02:00
13cacee11f
Cleanup AbstractNode
2020-04-23 19:59:51 +02:00
60a938e2b1
[scala] fix duplicated license header
2020-04-23 12:22:07 +02:00
8097d5b769
Checkstyle
2020-04-20 11:43:54 +02:00
28adf89fed
Move scala parser into ast package
2020-04-20 11:42:10 +02:00
efbc1ce36f
Cleanup scala module
2020-04-20 11:40:56 +02:00
af4504293c
Hide some deprecated APIs
2020-04-20 11:14:30 +02:00
12135cbd51
[scala] Internalize AST constructors
2020-04-18 09:22:38 +02:00
3621eed40d
Merge remote-tracking branch 'origin/master' into pmd/7.0.x
2020-04-13 12:34:03 +02:00
ac21dc95b1
Merge branch 'pr-2407'
...
[core] Deprecate Jaxen and XPath internal API #2407
2020-04-13 12:17:58 +02:00
5067c79eb2
Cleanup a test
2020-04-08 21:38:10 +02:00
5cbfdfdd99
Use ascii printer for tree dumps
...
Some environments may not display
the structure correctly otherwise. See
eg https://travis-ci.org/github/pmd/pmd/jobs/668122788#L9312-L9322
2020-03-29 09:21:38 +02:00
f36835638f
Add some scala tests
2020-03-28 17:46:33 +01:00
3cdcba2299
Fix file name for token manager error
2020-03-20 18:07:56 +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
ec1eb208eb
Merge branch 'master' into 7.0.x
2020-01-24 23:48:22 +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
a28e9e22e5
[maven-release-plugin] prepare release pmd_releases/6.21.0
2020-01-24 17:20:38 +01:00
b5b0bcb921
Replace more direct usages of parser
2020-01-19 08:36:35 +01:00
aa9a9c2bed
Merge branch 'master' into 7.0.x
2020-01-19 05:59:09 +01:00
27d7a6c02c
Accomodate children iterable for specialization
2020-01-19 05:57:39 +01:00
7756ad9de0
Merge branch 'master' into 7.0.x
2020-01-17 16:09:45 +01:00
4450d826f7
Merge branch 'pr-2225'
...
[core] CPD: report endLine / column informations for found duplications
2020-01-17 14:59:02 +01:00
240b1fe68a
Fix build
2020-01-17 14:48:43 +01:00
817c3d1127
CPD: Remove deprecations in Mark / TokenEntry
...
* Provide these values for more languages
2020-01-17 14:47:23 +01:00
ecef88aa0a
Merge branch 'master' into 7.0.x
2020-01-17 12:10:51 +01:00
d9ad819dab
Replace usages of node methods everywhere
2020-01-17 11:57:19 +01:00
f53993427c
Merge branch 'pr-2172'
...
[core] Deprecate jjtree methods from the Node interface
2020-01-17 08:18:50 +01:00
83c568a881
Fix compilation
2020-01-12 19:55:28 +01:00
820edada4f
Add 'children' iterable method to Node interface
2020-01-12 18:18:38 +01:00
ea86a23b73
Merge branch 'master' into pmd/7.0.x
2020-01-10 14:41:27 +01:00
398b683565
Merge branch 'pr-2177'
...
[lang-test] Factorize parsing logic for tests
2020-01-10 14:07:29 +01:00
cf89b742b0
Merge branch 'pr-2177'
...
[lang-test] Factorize parsing logic for tests
2020-01-10 12:29:38 +01:00
c53d9508e9
Small changes from code review
...
* rename BaseParserHelper
* Not using org.jetbrains.annotations.NotNull
2020-01-10 12:18:43 +01:00
4269fd1b73
Refactor tests for javascript, jsp, plsql, scala, visualforce, xml
...
using BaseParsingHelper
Revert "REVERT ME Remove some diff"
This reverts commit f72810088d
.
2020-01-10 12:12:34 +01:00
e335e069f8
Merge branch 'master' into deprecate-jjtree-methods
2020-01-05 23:17:25 +01:00
0459d0379c
Merge branch 'master' into 7.0.x
2020-01-05 20:31:39 +01:00
05870c98cc
Deprecate RulesetFactory constructors
2019-12-24 14:39:20 +01:00
f72810088d
REVERT ME Remove some diff
2019-12-20 18:32:47 +01:00
8afe5ae7a8
Abstract away parser utils
...
Convert a few pieces of code
Share with modelica
Remove yet another dup
Fix tests
Doc
Share with plsql
Fix tests
Fix build
Cleanup
Minimize diff
Share with JSP module
Share with JS module
Share with XML module
Share with VisualForce module
Share with Scala module
Fix last tests
2019-12-20 18:30:17 +01:00
87eaaef9fd
Fix compil
2019-12-18 19:52:02 +01:00
627e258458
Revert
2019-12-17 17:49:01 +01:00
86b274c681
Make generic visitor superclass
...
Use raw supertype to avoid conflicts
2019-12-17 17:39:13 +01:00
2f37e1c256
Deprecate jjt* methods
2019-12-17 17:39:13 +01:00
eb6ceef085
Add comments and update release notes
2019-12-05 15:23:07 +01:00
bb7478cd0a
Deprecate RuleViolationFactory impls
...
Internal APIs
2019-12-05 15:18:35 +01:00