Clément Fournier
0ef6dd144d
Merge branch 'master' into 7.0.x
2020-03-20 18:04:17 +01:00
Andreas Dangel
56d5a6afa3
[swift] Add unit test for #628
...
Closes #628
2020-03-20 13:55:04 +01:00
Andreas Dangel
4c020bfbf7
[maven-release-plugin] prepare for next development iteration
2020-03-12 15:15:18 +01:00
Andreas Dangel
eb93aaeca7
[maven-release-plugin] prepare release pmd_releases/6.22.0
2020-03-12 15:15:09 +01:00
Andreas Dangel
d994700617
[maven-release-plugin] prepare for next development iteration
2020-01-24 17:20:47 +01:00
Andreas Dangel
a28e9e22e5
[maven-release-plugin] prepare release pmd_releases/6.21.0
2020-01-24 17:20:38 +01:00
Clément Fournier
53b2b4f201
Definitely fix swift impl
2020-01-17 14:01:20 +01:00
Clément Fournier
db424fc1e6
Changes to antlr impl
...
* AntlrBaseVisitor does not extend AbstractRule anymore
* An AntlrBaseRule *uses* a visitor, it *is* not a visitor
2020-01-17 13:41:52 +01:00
Andreas Dangel
00392cefc2
[maven-release-plugin] prepare for next development iteration
2019-11-29 19:46:14 +01:00
Andreas Dangel
78da370fb8
[maven-release-plugin] prepare release pmd_releases/6.20.0
2019-11-29 19:46:05 +01:00
Andreas Dangel
deec9c44b2
[maven-release-plugin] prepare for next development iteration
2019-10-31 18:36:51 +01:00
Andreas Dangel
2881b6f585
[maven-release-plugin] prepare release pmd_releases/6.19.0
2019-10-31 18:36:42 +01:00
Clément Fournier
12d04beb9b
Fix some pr comments
2019-10-07 00:03:17 +02:00
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