225 Commits

Author SHA1 Message Date
Clément Fournier
b270076e13 Remove useless violation factories 2019-10-07 00:03:00 +02:00
Clément Fournier
2d74ec4012 Merge branch 'wire-processing-stages' into 7.0.x 2019-10-05 15:58:47 +02:00
Clément Fournier
e293d57681 Checkstyle 2019-09-25 11:06:03 +02:00
Clément Fournier
b51c02f93b Reorganise antlr files
Antlr root nodes need to implement RootNode.

Also, I didn't like the fact that the swift
module didn't use the conventional package
structure (lang.swift.ast) but was rolling
its own convention (lang.swift.antlr4).

I moved base classes for the antlr implementations
into nspmd.lang.ast.impl.antlr4. The fact that a
module is implemented with antlr is an implementation
detail, and it doesn't deserve its own toplevel package
in nspmd.lang.
2019-09-25 03:49:36 +02:00
Clément Fournier
4890905699 Remove Parser#canParse 2019-09-24 09:13:15 +02:00
Andreas Dangel
e536ca1947 [maven-release-plugin] prepare for next development iteration 2019-09-15 10:14:14 +02:00
Andreas Dangel
3f42cca200 [maven-release-plugin] prepare release pmd_releases/6.18.0 2019-09-15 10:14:05 +02:00
Juan Martín Sotuyo Dodero
a46aef3b40 Use Void in ProhibitedInterfaceBuilderRule 2019-08-14 14:44:26 -03:00
Tomi De Lucca
6281f81ea9 Adding to rulechain 2019-08-13 23:46:51 -03:00
Tomi De Lucca
da6aec2000 Merge branch 'pmd/7.0.x' of github.com:pmd/pmd into feature/swift-available-rule 2019-08-13 23:15:28 -03:00
Juan Martín Sotuyo Dodero
be4bef7427 Merge branch 'pr-1877' into pmd/7.0.x 2019-08-13 17:24:42 -03:00
Juan Martín Sotuyo Dodero
53eba5549c Fix RuleChain indexation
- Remove Context suffix from Antlr grammar XPath names
2019-08-12 01:25:42 -03:00
Clément Fournier
85404876f4 Fix swift source generation bound to process-sources
By convention it should be the phase generate-sources
2019-08-05 15:49:44 +02:00
Tomi De Lucca
89ede940d3 Addressed some PR comments 2019-08-04 15:25:30 -03:00
Tomi De Lucca
0f89950bfc PR Review 2019-08-04 14:49:45 -03:00
Tomi De Lucca
56a9979417 Documentation changes
Co-Authored-By: Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
2019-08-04 14:23:52 -03:00
Andreas Dangel
7a7971f64d [maven-release-plugin] prepare for next development iteration 2019-07-28 10:24:51 +02:00
Andreas Dangel
365e1c9e8b [maven-release-plugin] prepare release pmd_releases/6.17.0 2019-07-28 10:24:43 +02:00
Andreas Dangel
73a8e4cc69 [maven-release-plugin] prepare for next development iteration 2019-06-30 10:33:08 +02:00
Andreas Dangel
45facbd323 [maven-release-plugin] prepare release pmd_releases/6.16.0 2019-06-30 10:32:58 +02:00
Tomi De Lucca
6d9066067d Improved rule description 2019-06-21 16:36:23 -03:00
Tomi De Lucca
4fca74b0e0 Merge branch 'feature/swift-rules' of github.com:teamraptor/pmd into feature/swift-available-rule 2019-06-21 16:24:15 -03:00
Matias Fraga
499a31ca85 Enhance rules description 2019-06-21 13:26:08 -03:00
Tomi De Lucca
7425bbe54c Remove test 2019-06-21 01:40:29 -03:00
Tomi De Lucca
623764ebb0 Minor fixes 2019-06-21 01:35:40 -03:00
Tomi De Lucca
ec031d6ad7 Merge branch 'feature/swift-rules' of github.com:teamraptor/pmd into feature/swift-available-rule 2019-06-20 23:06:28 -03:00
Matias Fraga
93a52b7669 Fix checkstyle 2019-06-20 22:50:57 -03:00
Matias Fraga
07c19ff631 Add another xpath rule 2019-06-20 22:27:37 -03:00
Tomi De Lucca
af1b8a12aa Optimizing rule 2019-06-20 21:51:05 -03:00
Matias Fraga
ca39fc36e6 PR review 2019-06-20 21:31:48 -03:00
Tomi De Lucca
a81e68f6da Added UnavailableFunctionRule 2019-06-20 20:36:42 -03:00
Matias Fraga
cf6b1ac2b2 remove old rule 2019-06-20 20:14:13 -03:00
Matias Fraga
0f57fa460f remove unused method 2019-06-20 20:10:56 -03:00
Matias Fraga
766ccf578a Adjust some xpath rules 2019-06-20 20:02:50 -03:00
Matias Fraga
56040b403c Remove deprecated method 2019-06-20 18:30:29 -03:00
Matias Fraga
14618259dc Merge branch 'pmd/7.0.x' of github.com:pmd/pmd into feature/swift-rules 2019-06-20 18:05:33 -03:00
Andreas Dangel
dcc718d10b Merge branch 'pr-1774' into pmd/7.0.x 2019-06-15 12:17:54 +02:00
Andreas Dangel
5ac687918a [maven-release-plugin] prepare for next development iteration 2019-05-26 11:02:26 +02:00
Andreas Dangel
ba2d795f59 [maven-release-plugin] prepare release pmd_releases/6.15.0 2019-05-26 11:02:18 +02:00
Matias Fraga
e984eff27b Add rule visitor 2019-05-25 00:15:23 -03:00
lsoncini
cd71c35a0b rule fixes to match name conventions 2019-05-24 23:31:31 -03:00
lsoncini
33983cbf55 swift ruleset boilerplate + rule tests + rules advance 2019-05-24 18:43:41 -03:00
Matias Fraga
f2f0494566 PR review 2019-05-24 12:28:44 -03:00
Andreas Dangel
ca9c859c0b [maven-release-plugin] prepare for next development iteration 2019-04-28 10:35:44 +02:00
Andreas Dangel
cd8b2e3217 [maven-release-plugin] prepare release pmd_releases/6.14.0 2019-04-28 10:35:36 +02:00
lsoncini
3469834ebc abstract getRootNode method 2019-04-21 02:13:04 -03:00
lsoncini
10bbe24c45 added AntlrBaseParser adapter and SwiftParserAdapter 2019-04-21 02:13:04 -03:00
lsoncini
dd841d6ccb ant file to make all swift nodes implement Node 2019-04-21 02:13:04 -03:00
Andreas Dangel
5818abc0c7 [maven-release-plugin] prepare for next development iteration 2019-03-31 12:07:07 +02:00
Andreas Dangel
4ed549f0b2 [maven-release-plugin] prepare release pmd_releases/6.13.0 2019-03-31 12:06:56 +02:00