Andreas Dangel
|
0d43acc11a
|
[plsql] Fix PMD dogfood issues
|
2022-02-03 12:49:31 +01:00 |
|
Andreas Dangel
|
784c3437c4
|
[plsql] Fix unit test
|
2021-09-25 14:08:48 +02:00 |
|
Andreas Dangel
|
1d3f8eec02
|
Merge branch 'master' into pmd/7.0.x
|
2021-09-25 13:58:22 +02:00 |
|
Andreas Dangel
|
6458f95c4d
|
[plsql] Parsing exception SELECT...INTO on Associative Arrays Types
Fixes #3515
|
2021-09-23 19:57:56 +02:00 |
|
Andreas Dangel
|
5285946451
|
[plsql] Fix TreeDumpTest
|
2021-09-23 13:50:12 +02:00 |
|
Andreas Dangel
|
cacfeda085
|
Merge branch 'origin/master' into pr-3498
|
2021-09-23 13:25:40 +02:00 |
|
Andreas Dangel
|
8a6bb312e1
|
Merge pull request #3501 from adangel:issue-3487-plsql-open-cursor
[plsql] Parsing exception OPEN ref_cursor_name FOR statement #3501
|
2021-09-23 10:49:15 +02:00 |
|
Andreas Dangel
|
ef3b1a8fa1
|
[plsql] Parsing exception OPEN ref_cursor_name FOR statement
Fixes #3487
|
2021-09-10 15:01:15 +02:00 |
|
Andreas Dangel
|
b1d7e030cf
|
Fix code duplications and checkstyle
|
2021-09-09 10:52:14 +02:00 |
|
Andreas Dangel
|
d192abff5a
|
Merge remote-tracking branch 'adangel/fix-cpd' into pmd7-fix-cpd
|
2021-09-09 09:56:01 +02:00 |
|
Andreas Dangel
|
64ef8957bc
|
Fix code duplications
|
2021-09-07 20:12:27 +02:00 |
|
Andreas Dangel
|
5fbf9b2921
|
Merge branch 'master' into pmd/7.0.x
|
2021-06-10 17:52:32 +02:00 |
|
Andreas Dangel
|
4fb19e2a5e
|
Bump pmd from 6.34.0 to 6.35.0
|
2021-05-29 09:06:39 +02:00 |
|
Clément Fournier
|
936289af6b
|
Merge branch 'master' into 7.0.x
|
2021-03-26 16:37:11 +01:00 |
|
Andreas Dangel
|
b35f22d4e0
|
Fix pmd warning
|
2021-03-25 16:51:43 +01:00 |
|
Andreas Dangel
|
90675d9df0
|
[plsql] Move ParsingExclusion to internal package
|
2021-03-25 16:26:38 +01:00 |
|
Andreas Dangel
|
595ab39015
|
[plsql] Move ParsingExclusion test to PlsqlTreeDumpTest
|
2021-03-25 16:14:12 +01:00 |
|
Andreas Dangel
|
f77608899f
|
[plsql] Add test for #195 - SqlPlus lexical variables
|
2021-03-25 16:09:15 +01:00 |
|
Henning von Bargen
|
2eb2ce863f
|
Reacted to comments in the PR:Some refactoring
|
2021-03-22 16:40:41 +01:00 |
|
Henning von Bargen
|
9d66782457
|
Avoid PMD warning.
|
2021-03-12 11:58:37 +01:00 |
|
hvbargen
|
3040c3461e
|
Support for detecting excluded ranges in the top-level Input node with rules.
|
2021-03-10 11:36:03 +01:00 |
|
Henning von Bargen
|
64dfebf618
|
Test cases and bug fixes for lexical parameters and exclusion
|
2021-03-05 17:24:49 +01:00 |
|
hvbargen
|
46e368a3e0
|
Allow excluding lines from the parser using comments -- PMD-EXCLUDE-BEGIN and -- PMD-EXCLUDE-END. This is to workaround bugs in the PL/SQL parser - some valid statements cannot be parsed. by wrapping them inside PMD-EXCLUDE-BEGIN/END the parser just ignores them and continues parsing with the next line.
|
2021-02-26 19:11:27 +01:00 |
|
hvbargen
|
475f750216
|
Support for common SQL*Plus command abbreviations, support for special characters in HOST, REMARK, REM commands.
|
2021-02-25 16:30:56 +01:00 |
|
hvbargen
|
387dee88f1
|
No longer accept arbitrary lines as SQL*Plus commands.
|
2021-02-25 14:43:09 +01:00 |
|
hvbargen
|
017e40ba67
|
Accept double ampersand as well
|
2021-02-24 10:28:24 +01:00 |
|
hvbargen
|
fd973e7db5
|
Basic support for ampersand and backslash characters. At least the parser now accepts these characters and can parse a lot more typical scripts.
|
2021-02-24 09:48:51 +01:00 |
|
Andreas Dangel
|
28a644cd8e
|
Merge branch 'master' into pmd/7.0.x
|
2021-02-19 09:26:59 +01:00 |
|
Henning von Bargen
|
ac1b5ed159
|
Issue 3106: Use StringExpression, test case renamed, moved plsql to resource folder.
|
2021-02-12 09:48:27 +01:00 |
|
Henning von Bargen
|
34eb080884
|
Added unit test for issue #3106
|
2021-02-11 09:02:30 +01:00 |
|
Clément Fournier
|
e9b1499508
|
Merge branch 'remove-xml-dom-rule' into core-parser-tasks
|
2021-01-24 16:42:24 +01:00 |
|
Andreas Dangel
|
f7909ae78a
|
Merge branch 'master' into pr-2963-update
|
2021-01-21 11:43:01 +01:00 |
|
Andreas Dangel
|
f27dc1bde5
|
Merge branch 'master' into pmd/7.0.x
|
2021-01-16 19:29:09 +01:00 |
|
Andreas Dangel
|
c37f208d3e
|
Call jjtree/javacc with UTF-8 as default encoding
Fixes #2970
|
2020-12-17 18:31:13 +01:00 |
|
Clément Fournier
|
2623efbc8a
|
Delete ParserOptions
|
2020-12-13 00:39:05 +01:00 |
|
Clément Fournier
|
823f78c425
|
Merge branch 'master' into 7.0.x
Refs #2864
|
2020-12-11 10:11:40 +01:00 |
|
Maikel Steneker
|
af31b3a773
|
Add GenericToken.getKind() to interface
|
2020-12-10 12:10:47 +01:00 |
|
Clément Fournier
|
d4ad2f5011
|
Fix compil
|
2020-11-15 18:47:23 +01:00 |
|
Clément Fournier
|
c8488c5996
|
Update rest of modules
|
2020-11-15 18:01:08 +01:00 |
|
Clément Fournier
|
7c45eb0ca9
|
Use a wrapper 'AstInfo'
|
2020-11-15 17:35:10 +01:00 |
|
Clément Fournier
|
6d88cb9cff
|
Plsql + modelica
|
2020-11-15 17:07:49 +01:00 |
|
Clément Fournier
|
5c59de5d52
|
Checkout changes to test utils
|
2020-09-28 19:46:34 +02:00 |
|
Andreas Dangel
|
9cfe485888
|
Merge branch 'pr-2746' into pmd/7.0.x
[core, ...] Finish generic visitors #2746
Fixes #880
|
2020-09-13 09:49:14 +02:00 |
|
Andreas Dangel
|
5bcdee24f5
|
Fix PLSQL Tests due to different rule violation sorting
|
2020-09-13 09:47:00 +02:00 |
|
Clément Fournier
|
95048b061a
|
Merge branch '7.0.x' into remove-more-deprecated-things
|
2020-08-30 21:36:04 +02:00 |
|
Clément Fournier
|
7384fd6fb2
|
Merge branch 'master' into 7.0.x
|
2020-08-28 14:58:10 +02:00 |
|
XenoAmess
|
244a39db0f
|
fix typos.
|
2020-08-27 11:47:11 +08:00 |
|
Clément Fournier
|
c1eb426142
|
Use camelCase name for PLSQL
|
2020-08-26 19:25:21 +02:00 |
|
Clément Fournier
|
d3d3d637e7
|
Cleanup some usages of jjtAccept
|
2020-08-26 19:10:32 +02:00 |
|
Clément Fournier
|
9fb4bfd1d4
|
Adapt PLSQL module
|
2020-08-26 19:10:32 +02:00 |
|