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
Clément Fournier
50f67945bb
Fix names
2019-01-24 01:15:46 +01:00
Clément Fournier
3de2d87abf
Merge commit '33513f49d' into designer-breadcrumbbar
2019-01-24 00:34:26 +01:00
Clément Fournier
e4ea6d7f71
Improve resilience to unknown language version
2019-01-24 00:25:58 +01:00
Clément Fournier
70ab933d2c
Fix tooltip
2019-01-24 00:09:31 +01:00
Clément Fournier
ec4ff88fd5
Merge branch 'master' into designer-breadcrumbbar
2019-01-24 00:04:44 +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
Andreas Dangel
b4d545b0c1
Multiple columns are not possible with ROW update
2019-01-20 10:28:14 +01:00
Andreas Dangel
b745f331b8
CPD: Fix error handling for lexical errors
...
* TokenMgrError must not be caught by the tokenizer. This is handled
by CPD itself
* The token managers need to know the filename for proper error messages
2019-01-20 10:18:56 +01:00
Andreas Dangel
a8e1364072
[cpp] CPD: Lexical error in file (no file name provided)
...
Fixes #1559
2019-01-20 10:18:52 +01:00
Juan Martín Sotuyo Dodero
1326fe5aca
Merge pull request #1585 from oowekyala/designer-hide-event-log
...
[ui] Convert event log into a popup
2019-01-20 03:20:00 -02:00
Matias Fraga
bbef52feb2
Add final modifiers
2019-01-19 14:44:08 -03:00
Andreas Dangel
d8647b77aa
Merge branch 'pr-1584'
2019-01-19 18:08:46 +01:00
Andreas Dangel
add3957b71
Update release notes, refs #1584 , fixes #1196
2019-01-19 18:07:46 +01:00
Bruno Ferreira
214dc7f8c7
Starts using the PathFileComparator from apache commons instead of custom comparator.
...
Moves the sort to the private method that scans directories and starts listing files instead of paths, avoiding the creation of new File instances on our own.
2019-01-19 12:34:47 +00: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
5be2027654
[core] CPD: Add unit test for file order relevance
...
Refs #1196
2019-01-18 12:19:43 +01:00
Andreas Dangel
f61fb1491d
Update release notes, fixes #1546
2019-01-18 09:47:12 +01:00