Clément Fournier
|
f6b909d844
|
Fix designer default version
|
2019-02-20 13:38:26 +01:00 |
|
Andreas Dangel
|
c4ce925997
|
Update release notes, refs #1663
|
2019-02-18 19:46:06 +01:00 |
|
Juan Martín Sotuyo Dodero
|
c6375185c2
|
Merge branch 'pr-1621'
|
2019-02-18 00:49:49 -03:00 |
|
Juan Martín Sotuyo Dodero
|
08df72dfbd
|
Merge branch 'pr-1657'
|
2019-02-18 00:45:48 -03:00 |
|
Juan Martín Sotuyo Dodero
|
43c055121d
|
Merge branch 'pr-1655'
|
2019-02-17 23:34:34 -03:00 |
|
Juan Martín Sotuyo Dodero
|
52c4d6ed37
|
Update changelog, refs #1655
|
2019-02-17 23:34:15 -03:00 |
|
lsoncini
|
7ba565f9b4
|
Merge branch 'kotlin-tokenizer-refactor' of https://github.com/teamraptor/pmd into kotlin-tokenizer-refactor
|
2019-02-17 20:31:19 -03:00 |
|
lsoncini
|
55c2c00e7a
|
merge fixes
|
2019-02-17 20:28:57 -03:00 |
|
lsoncini
|
9b12f1e3d0
|
Merge branch 'master' of https://github.com/pmd/pmd into kotlin-tokenizer-refactor
|
2019-02-17 19:26:26 -03:00 |
|
Juan Martín Sotuyo Dodero
|
91e3f699f5
|
Merge branch 'pr-1654'
|
2019-02-17 18:52:23 -03:00 |
|
Juan Martín Sotuyo Dodero
|
4a0bb348b6
|
Update docs, reflect changes to CPD suppression
|
2019-02-17 18:52:05 -03:00 |
|
Juan Martín Sotuyo Dodero
|
4199064c2c
|
Update changelog, refs #1654
|
2019-02-17 18:50:32 -03:00 |
|
Tomi De Lucca
|
60aa1b5c2b
|
Moved base token filter to internal package
|
2019-02-17 18:36:55 -03:00 |
|
Tomi De Lucca
|
321f4b0f33
|
Merge branch 'master' of github.com:pmd/pmd into feature/token-filter
|
2019-02-17 17:45:48 -03:00 |
|
Tomi De Lucca
|
decb969491
|
Antlr token manager now is responsible of filtering non default tokens
|
2019-02-17 17:36:15 -03:00 |
|
Juan Martín Sotuyo Dodero
|
b74527cb8e
|
Merge branch 'pr-1598'
|
2019-02-17 16:33:33 -03:00 |
|
Juan Martín Sotuyo Dodero
|
2cf10b9759
|
Internalize the AntrlTokenizer
|
2019-02-17 16:31:56 -03:00 |
|
Travis CI (pmd-bot)
|
dd175ff4e5
|
Update documentation
TRAVIS_JOB_NUMBER=3448.1
TRAVIS_COMMIT_RANGE=4835b29f88f0...9f4341e70e02
|
2019-02-17 17:58:25 +00:00 |
|
Juan Martín Sotuyo Dodero
|
9f4341e70e
|
[core] Add release sourceset
|
2019-02-17 14:43:32 -03:00 |
|
Juan Martín Sotuyo Dodero
|
4835b29f88
|
Merge branch 'pr-1538'
|
2019-02-17 14:37:52 -03:00 |
|
Juan Martín Sotuyo Dodero
|
4938fa8272
|
The rule will be part of 6.12.0
|
2019-02-17 14:33:41 -03:00 |
|
Andreas Dangel
|
f3771d2401
|
Update release notes, fixes #1656
|
2019-02-16 22:23:06 +01:00 |
|
Andreas Dangel
|
c32daec699
|
[plsql] Avoiding tokens for "FIRST" and "REPLACE"
|
2019-02-16 20:28:05 +01:00 |
|
Andreas Dangel
|
7333ed4595
|
[plsql] New reserved words are: COLUMNS, INDEXES, OVERLAPS
Separated reserved words tokens from keyword tokens
|
2019-02-16 20:28:00 +01:00 |
|
Andreas Dangel
|
c94e87e1b0
|
[plsql] Add operator for ComparisonCondition
|
2019-02-16 20:27:53 +01:00 |
|
Andreas Dangel
|
fcd6006b56
|
[plsql] Support TRIM function
|
2019-02-16 20:27:45 +01:00 |
|
Andreas Dangel
|
e7e1262b00
|
[plsql] Fix function calls in order by clause
|
2019-02-16 20:27:29 +01:00 |
|
Andreas Dangel
|
c7f104a357
|
[plsql] SELECT is a reserved word
|
2019-02-16 20:27:22 +01:00 |
|
Andreas Dangel
|
808c03f532
|
[plsql] Add SimpleExpressionNode, allow expressions with REGEXP_LIKE
|
2019-02-16 20:25:50 +01:00 |
|
Matias Fraga
|
22aaa70983
|
Add final modifier
|
2019-02-16 16:20:03 -03:00 |
|
Andreas Dangel
|
984928ad52
|
[plsql] Add more code samples
|
2019-02-16 20:13:48 +01:00 |
|
Andreas Dangel
|
d81e708db0
|
[plsql] Improved UPDATE statement
|
2019-02-16 20:13:39 +01:00 |
|
Andreas Dangel
|
80f3f07166
|
[plsql] Allow subqueries in SELECT columns
|
2019-02-16 20:13:27 +01:00 |
|
Andreas Dangel
|
e8ed43d7e2
|
[plsql] Fix parsing of union in SELECT INTO statements
Also allow "normal" SELECT statement (without INTO).
|
2019-02-16 20:13:18 +01:00 |
|
Andreas Dangel
|
f43e261243
|
[plsql] Support more than simple names for order by and select into.
|
2019-02-16 20:13:00 +01:00 |
|
Andreas Dangel
|
4814ece9ac
|
[plsql] Support ListaggOverflowClause for LISTAGG function
|
2019-02-16 20:12:38 +01:00 |
|
Andreas Dangel
|
892b53dc6f
|
[plsql] Support WithinClause for LISTAGG function (and similar)
|
2019-02-16 20:09:54 +01:00 |
|
Andreas Dangel
|
d56bdc1c84
|
[plsql] Support AnalyticClause
|
2019-02-16 20:09:48 +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
|
0a26a3bb17
|
Merge remote-tracking branch 'adangel/issue-1587' into plsql-parser-fixes2
|
2019-02-16 20:00:39 +01:00 |
|
lsoncini
|
72f2e425b2
|
KotlinTokenizer refactor
|
2019-02-16 15:49:03 -03:00 |
|
Tomi De Lucca
|
3cff4f3d22
|
Minor fixes
|
2019-02-16 01:19:05 -03:00 |
|
Tomi De Lucca
|
017f50df3e
|
Merge branch 'master' of github.com:pmd/pmd into feature/token-filter
|
2019-02-16 00:25:10 -03:00 |
|
Tomi De Lucca
|
f049a36e5c
|
Refactored token filter
|
2019-02-16 00:24:16 -03:00 |
|
Andreas Dangel
|
833119e00c
|
[plsql] Fix test cases
* table is a reserved word and cannot be used as an identifier
* correctly name test class for TableCollectionExpressionTest
|
2019-02-10 10:41:58 +01:00 |
|
Andreas Dangel
|
b32e5b0910
|
[plsql] Support REGEXP_LIKE condition
|
2019-02-10 10:30:23 +01:00 |
|
Andreas Dangel
|
2e07139f8d
|
[plsql] Add multiset condition in where clause
|
2019-02-10 10:30:23 +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 |
|