Shubham
|
746dc4e602
|
Code review changes
All overridden methods are ignored now.
|
2019-01-28 20:51:06 +05:30 |
|
Shubham
|
1b9e63b4f4
|
#1543 [java] LinguisticNaming should ignore overriden methods
Overriden methods are ignored from LinguisticNamingRule.
|
2019-01-28 16:50:51 +05:30 |
|
Shubham
|
189bb46ea1
|
UnusedImports false positive for method parameter type in @see Javadoc
Updated SEE_PATTERN regex pattern.
|
2019-01-28 14:39:08 +05:30 |
|
Tomi De Lucca
|
16fe20af0e
|
Restored imports order
|
2019-01-28 01:34:17 -03:00 |
|
Tomi De Lucca
|
8a46cea437
|
Added AntlrTokenFilter
|
2019-01-28 01:26:10 -03:00 |
|
Andreas Dangel
|
dd66f9c5a2
|
[ci] fix path to travis_wait, more usages of travis_wait
|
2019-01-27 19:39:31 +01:00 |
|
Andreas Dangel
|
b0eb46379e
|
[ci] Fail the build if uploading the baseline fails
|
2019-01-27 18:31:21 +01:00 |
|
Andreas Dangel
|
017b6c3275
|
[ci] use travis_wait while uploading to sourceforge
|
2019-01-27 18:30:57 +01:00 |
|
Bobby Wertman
|
ea022f0e68
|
[java] Fix lombok.AllArgsConstructor support
|
2019-01-27 10:55:45 -05:00 |
|
Andreas Dangel
|
72900e25f6
|
Prepare next development version
|
2019-01-27 14:08:22 +01:00 |
|
Andreas Dangel
|
63cd6d0f5c
|
[maven-release-plugin] prepare for next development iteration
|
2019-01-27 13:25:00 +01:00 |
|
Andreas Dangel
|
ea2776f70c
|
[maven-release-plugin] prepare release pmd_releases/6.11.0
pmd_releases/6.11.0
|
2019-01-27 13:24:51 +01:00 |
|
Andreas Dangel
|
8a7cc8c910
|
Prepare pmd release 6.11.0
|
2019-01-27 13:16:20 +01:00 |
|
Andreas Dangel
|
5f0d4d04fb
|
Fix release notes
|
2019-01-27 13:14:50 +01:00 |
|
Andreas Dangel
|
ea2fb21924
|
Merge branch 'pr-1450'
|
2019-01-27 11:51:29 +01:00 |
|
Andreas Dangel
|
59f032dbbd
|
Update release notes, mention plsql
|
2019-01-27 11:40:39 +01:00 |
|
Andreas Dangel
|
df169f7027
|
[plsql] Fix build: table is a reserved word so can't be used as a table name
|
2019-01-27 11:34:01 +01:00 |
|
Juan Martín Sotuyo Dodero
|
76f6ceab79
|
Merge pull request #1594 from adangel/issue-1526
[plsql] ParseException when using TableCollectionExpression
|
2019-01-26 19:31:44 -03:00 |
|
Juan Martín Sotuyo Dodero
|
21d683743c
|
Merge pull request #1616 from adangel/issue-1588
[plsql] Parse Exception with function calls in WHERE clause
|
2019-01-26 19:26:24 -03:00 |
|
Juan Martín Sotuyo Dodero
|
d68b579d79
|
Fix typo in release notes
|
2019-01-26 16:22:24 -03:00 |
|
Andreas Dangel
|
2912486b21
|
Merge branch 'pr-1591'
|
2019-01-26 19:45:14 +01:00 |
|
Andreas Dangel
|
89c8f47b2b
|
Move JavaCCTokenizer to internal package
|
2019-01-26 19:19:46 +01:00 |
|
Andreas Dangel
|
8609aa314f
|
Merge branch 'pr-1558'
|
2019-01-26 18:45:06 +01:00 |
|
Andreas Dangel
|
6c4317547d
|
Update versions
|
2019-01-26 18:41:59 +01:00 |
|
Clément Fournier
|
2465e5395c
|
Update pmd-java/src/main/resources/category/java/bestpractices.xml
Co-Authored-By: adangel <andreas.dangel@adangel.org>
|
2019-01-26 13:02:40 +01:00 |
|
Andreas Dangel
|
f499927486
|
Merge remote-tracking branch 'origin/master' into use-try-with-resources
|
2019-01-26 12:27:00 +01:00 |
|
Andreas Dangel
|
ac1ea34c4c
|
[java] UseTryWithResources: fix false positive with no autocloseable
|
2019-01-26 12:16:19 +01:00 |
|
Andreas Dangel
|
99d63cd261
|
[java] UseTryWithResources: Fix false negative
|
2019-01-26 11:59:04 +01:00 |
|
Andreas Dangel
|
57d6ff9e30
|
Merge remote-tracking branch 'origin/master' into issue-1559
|
2019-01-26 11:28:36 +01:00 |
|
Andreas Dangel
|
08b7dd49dd
|
[core] Add a generic JavaCCTokenizer for CPD
|
2019-01-26 11:24:32 +01:00 |
|
Andreas Dangel
|
8a208b7027
|
[doc] fix regex, union needs to be enclosed in extra parentheses
|
2019-01-25 20:56:59 +01:00 |
|
Andreas Dangel
|
17fe6694ba
|
[core] Failed build on Windows with source zip archive
Fixes #1462
|
2019-01-25 18:41:46 +01:00 |
|
Andreas Dangel
|
79767a0191
|
Update release notes
|
2019-01-25 18:16:53 +01:00 |
|
Andreas Dangel
|
bac9d03cea
|
Merge branch 'pr-1571'
|
2019-01-25 18:09:37 +01:00 |
|
Andreas Dangel
|
d61cccade5
|
[apex] Expose operator of BinaryExpression, add test for boolean expression op
|
2019-01-25 18:09:19 +01:00 |
|
Andreas Dangel
|
d43e65761b
|
[core] Undo changes to AttributeAxisIterator / Attribute, so that
we only can iterate on the node's attribute
|
2019-01-25 18:08:29 +01:00 |
|
Andreas Dangel
|
2def07b542
|
Fixes from PR review
|
2019-01-23 21:31:34 +01:00 |
|
Andreas Dangel
|
46ddd7d1f6
|
[plsql] ParseException when using TableCollectionExpression
Fixes #1526
Also adding InsertStatement
|
2019-01-23 21:31:34 +01:00 |
|
Andreas Dangel
|
b173d11508
|
[plsql] Parse Exception with function calls in WHERE clause
Fixes #1588
|
2019-01-23 20:56:44 +01:00 |
|
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
|
ecd60e8e3e
|
Danger: Update PmdTester execution to report also configuration errors
Refs pmd/pmd-regression-tester#57
|
2019-01-20 20:18:45 +01:00 |
|
Juan Martín Sotuyo Dodero
|
dbe2442a2a
|
Merge pull request #1596 from adangel/issue-1586
[plsql] Parse Exception when functions are used with LIKE
|
2019-01-20 12:08:33 -02:00 |
|
Andreas Dangel
|
a79d4aeb4f
|
Fix asserts
|
2019-01-20 11:47:59 +01:00 |
|
Andreas Dangel
|
872f4e90e2
|
[plsql] Parse Exception when functions are used with LIKE
Fixes #1586
|
2019-01-20 11:01:17 +01:00 |
|
Andreas Dangel
|
4665509c44
|
Merge branch 'pr-1554'
|
2019-01-20 10:30:29 +01:00 |
|
Andreas Dangel
|
1b75d6c49c
|
Update release notes, refs #1554, fixes #1583
|
2019-01-20 10:29:43 +01:00 |
|