Clément Fournier
ead4a78c3b
unused imports
2019-01-23 19:13:09 +01:00
Clément Fournier
f17b5f4722
Merge branch 'xpath-apex-attributes' of github.com:oowekyala/pmd into xpath-apex-attributes
2019-01-23 18:41:16 +01:00
Clément Fournier
032fae401e
Remove unnecessary override
2019-01-23 18:41:11 +01:00
Clément Fournier
22107beac4
Merge branch 'master' into xpath-apex-attributes
2019-01-23 18:37:33 +01:00
Clément Fournier
7c1c5d54e7
Expose jorje attributes manually
2019-01-23 18:35:11 +01:00
Andreas Dangel
26ff9e3c3e
[apex] Fix unit test
2019-01-18 18:09:24 +01:00
Juan Martín Sotuyo Dodero
94a928eddb
Merge branch 'pr-1562'
2019-01-18 12:28:38 -02:00
Juan Martín Sotuyo Dodero
45477e8b37
[apex] Bump language version
2019-01-18 12:28:19 -02:00
Andreas Dangel
57ece42cb9
[apex] Fix method name for constructors
2019-01-17 21:43:39 +01:00
Clément Fournier
d823a5db4a
Update ASTBooleanExpression.java
2019-01-09 18:26:11 +01:00
Clément Fournier
2d0081a73a
Add tests
2019-01-09 18:15:54 +01:00
Clément Fournier
9673d51fbf
Add the attributes of the underlying node to Apex xpath nodes
2019-01-09 17:50:03 +01:00
Andreas Dangel
6c9cfbc4a1
[apex] Update jorje parser lib
2019-01-07 21:41:01 +01:00
Clément Fournier
ad078fad59
Deprecate StatisticalRule
2018-12-30 16:34:57 +01:00
Andreas Dangel
4cc34459c1
Fix comment
2018-12-22 23:41:25 +01:00
Andreas Dangel
1f07baeb81
Merge branch 'pr-1542'
2018-12-22 23:38:31 +01:00
Juan Martín Sotuyo Dodero
f9926c9305
Include the documentation category
...
- it's not empty!
2018-12-22 15:01:23 -03:00
Andreas Dangel
dcb8bb42a2
[maven-release-plugin] prepare for next development iteration
2018-12-09 10:42:20 +01:00
Andreas Dangel
27374d8592
[maven-release-plugin] prepare release pmd_releases/6.10.0
2018-12-09 10:42:09 +01:00
Clément Fournier
fa28c4ebc8
Convert some usages
2018-12-06 16:29:45 +01:00
Andreas Dangel
f41df32480
Merge branch 'pr-1502'
2018-12-05 20:25:39 +01:00
Clément Fournier
a6e71f34e7
Fix line length
2018-12-04 23:44:27 +01:00
Clément Fournier
81c9d39bd8
Remove most usages of BooleanProperty
2018-12-04 13:49:35 +01:00
Clément Fournier
37dfa19687
Migrate usages of StringMultiProperty
2018-12-04 10:54:31 +01:00
Andreas Dangel
d7f5b0b536
Remove clean configuration from (very) old site generation
2018-12-02 10:30:36 +01:00
Clément Fournier
3268d223e9
Deprecate DoubleProperty
2018-11-29 01:45:43 +01:00
Clément Fournier
71713026ce
Deprecate integer property
2018-11-26 23:32:50 +01:00
Andreas Dangel
d17e85b0bb
Merge branch 'pr-1470'
2018-11-26 19:21:59 +01:00
Andreas Dangel
e735ee0f84
Dogfood - IdenticalCatchBranches, AvoidFileStream
2018-11-25 16:00:47 +01:00
Andreas Dangel
8daa8a6e59
Fix more missing diamond operator cases
2018-11-21 20:53:09 +01:00
Clément Fournier
2229905257
Fix build
2018-11-16 17:46:39 +01:00
Clément Fournier
356dfbfb4f
Simplify builder hierarchy
2018-11-05 00:35:16 +01:00
Clément Fournier
993d80d2df
Fix compilation
2018-11-05 00:33:22 +01:00
Clément Fournier
de176384f7
Try to integrate in current framework
2018-11-05 00:33:22 +01:00
Clément Fournier
b9a15b405a
Move towards java7 compat
2018-11-05 00:33:22 +01:00
Andreas Dangel
3c50db2439
[maven-release-plugin] prepare for next development iteration
2018-10-28 16:49:09 +01:00
Andreas Dangel
7e4e859c5f
[maven-release-plugin] prepare release pmd_releases/6.9.0
2018-10-28 16:48:57 +01:00
Juan Martín Sotuyo Dodero
673a846b29
Merge branch 'pr-1408'
2018-10-27 22:21:21 -03:00
Clément Fournier
39f87ca5f3
Update schema location in rulesets
2018-10-27 21:02:16 +02:00
Andreas Dangel
9af7ea18b5
Directly delegate to visit(AbstractApexNodeBase)
...
Deprecate visit(ApexNode<?>)
2018-10-24 08:59:08 +02:00
Andreas Dangel
471c96cee9
Use visit(AbstractApexNodeBase)
...
This will visit all node types, including ASTFormalComment.
No need to explicitly implement visit(ASTFormalComment) in
AbstractNcssCountRule and ExcessiveNodeCountRule
2018-10-24 08:45:13 +02:00
Andreas Dangel
c97ae833d8
Merge branch 'jeffhube-cce' into issue-1396
2018-10-24 08:40:18 +02:00
Andreas Dangel
81f8b9f7c4
[apex] ClassCastException caused by Javadoc
...
* Add test cases for the affected rules
* refs #1396
2018-10-19 15:11:03 +02:00
Jeff Hube
91a1b5ffd6
Fix ASTFormalComment ClassCastException
2018-10-17 14:16:04 -04:00
Andreas Dangel
dc6b4e90a9
Merge branch 'pr-1382'
2018-10-17 08:46:47 +02:00
Will Herrmann
cba4e87acd
Replacing deprecated IO methods with ones that specify a charset
...
Standardizing with StandardCharsets.UTF_8, given that it was used in
several places of code already, and it provides compile-time checking
(as opposed to "UTF-8")
2018-10-12 17:25:08 -05:00
Andreas Dangel
fd19cdcb01
[apex] Convert rule test ApexDoc
2018-10-05 20:43:03 +02:00
Andreas Dangel
1f7c827323
Merge branch 'master' into unit-test-split
2018-10-05 20:39:22 +02:00
Andreas Dangel
6d00e74142
Use new base class PmdRuleTst for rule tests
2018-10-05 20:33:38 +02:00
Andreas Dangel
d8586382f6
[maven-release-plugin] prepare for next development iteration
2018-09-30 10:10:21 +02:00