Andreas Dangel
f3771d2401
Update release notes, fixes #1656
2019-02-16 22:23:06 +01:00
Andreas Dangel
18afdad101
Merge remote-tracking branch 'adangel/issue-1590' into plsql-parser-fixes2
2019-02-16 20:07:03 +01:00
Andreas Dangel
ee3dd2db7a
Merge remote-tracking branch 'adangel/issue-1589' into plsql-parser-fixes2
2019-02-16 20:02:09 +01:00
Andreas Dangel
06eb3e24eb
[plsql] Parse Exception with EXISTS
...
Fixes #1587
2019-02-10 10:30:23 +01:00
Andreas Dangel
fcdded6d5d
[plsql] ParseException with subqueries in WHERE clause
...
Fixes #1589
2019-02-10 10:27:42 +01:00
Andreas Dangel
c03910fb99
Update release notes, refs #1590
2019-02-10 10:25:13 +01:00
Juan Martín Sotuyo Dodero
f012dca515
Update changelog, refs #1646
2019-02-09 13:12:47 -03:00
Juan Martín Sotuyo Dodero
189c5990f4
Split test cases for granularity
2019-02-09 13:11:16 -03:00
Juan Martín Sotuyo Dodero
cfe07822be
Merge branch 'pr-1644'
2019-02-05 23:33:41 -03:00
Juan Martín Sotuyo Dodero
be73856c7c
Update changelog, refs #1644
2019-02-05 23:32:52 -03:00
Juan Martín Sotuyo Dodero
3f436ddbbd
Update changelog, refs #1645
2019-02-05 22:52:54 -03:00
tomdaly
37f5031769
Merge branch 'master' of git://github.com/pmd/pmd into enhancement-1573
2019-02-04 10:51:41 +00:00
tomdaly
295c945978
Add property to allow apex test methods to contain underscores
...
Add a 'skipTestMethodUnderscore' boolean property that allows an
annotated Apex test method (@isTest or testMethod) to contain underscores
Fixes issue #1573
2019-02-03 19:11:40 +00:00
Juan Martín Sotuyo Dodero
db2348baec
Merge branch 'pr-1637'
2019-02-02 13:58:39 -03:00
Juan Martín Sotuyo Dodero
f1c0afddab
Update changelog, refs #1637
2019-02-02 13:58:00 -03:00
Juan Martín Sotuyo Dodero
6d17dc2e45
Update changelog, refs #1640
2019-02-01 19:25:35 -03:00
Travis CI (pmd-bot)
bd7c6c3a17
Update documentation
...
TRAVIS_JOB_NUMBER=3387.1
TRAVIS_COMMIT_RANGE=0ae9ed045b8e...e2a4b744fd54
2019-01-30 15:45:01 +00:00
Juan Martín Sotuyo Dodero
e2a4b744fd
Merge branch 'pr-1634'
2019-01-30 12:27:17 -03:00
Juan Martín Sotuyo Dodero
db3d1c8362
Update changelog, refs #1634
2019-01-30 12:26:17 -03:00
Juan Martín Sotuyo Dodero
0703b041a8
Update changelog, refs #1635
2019-01-30 12:15:53 -03:00
Travis CI (pmd-bot)
dab1fb24c6
Update documentation
...
TRAVIS_JOB_NUMBER=3376.1
TRAVIS_COMMIT_RANGE=add4a78b57a2...8a7913a30d93
2019-01-29 03:22:02 +00:00
Juan Martín Sotuyo Dodero
8a7913a30d
Merge branch 'pr-1628'
2019-01-29 00:04:40 -03:00
Juan Martín Sotuyo Dodero
754a812ad2
Update changelog, refs #1628
2019-01-29 00:03:44 -03:00
Juan Martín Sotuyo Dodero
add4a78b57
Merge branch 'pr-1625'
2019-01-29 00:00:11 -03:00
Juan Martín Sotuyo Dodero
212fd100aa
Update changelog, refs #1625
2019-01-28 23:59:30 -03:00
Juan Martín Sotuyo Dodero
c76c9734e0
Update changelog, refs #1623
2019-01-28 23:46:03 -03:00
Andreas Dangel
72900e25f6
Prepare next development version
2019-01-27 14:08:22 +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
59f032dbbd
Update release notes, mention plsql
2019-01-27 11:40:39 +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
8609aa314f
Merge branch 'pr-1558'
2019-01-26 18:45:06 +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
57d6ff9e30
Merge remote-tracking branch 'origin/master' into issue-1559
2019-01-26 11:28:36 +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
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
22107beac4
Merge branch 'master' into xpath-apex-attributes
2019-01-23 18:37:33 +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
a8e1364072
[cpp] CPD: Lexical error in file (no file name provided)
...
Fixes #1559
2019-01-20 10:18:52 +01: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
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