Clément Fournier
|
936289af6b
|
Merge branch 'master' into 7.0.x
|
2021-03-26 16:37:11 +01:00 |
|
Andreas Dangel
|
35790704b4
|
Merge branch 'master' into pr-3161
|
2021-03-25 20:00:25 +01:00 |
|
Andreas Dangel
|
efbf023648
|
[plsql] Rework SQLCommand keywords vs. identifiers
|
2021-03-25 19:49:03 +01:00 |
|
Andreas Dangel
|
b35f22d4e0
|
Fix pmd warning
|
2021-03-25 16:51:43 +01:00 |
|
Andreas Dangel
|
a5478c7358
|
[plsql] Document PMD Exclusions
|
2021-03-25 16:44:54 +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 |
|
Andreas Dangel
|
e0de01ebe9
|
[maven-release-plugin] prepare for next development iteration
|
2021-02-27 09:44:05 +01:00 |
|
Andreas Dangel
|
0848e230d0
|
[maven-release-plugin] prepare release pmd_releases/6.32.0
|
2021-02-27 09:43:58 +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
|
c4fe303393
|
Replaced StringBuffer with StringBuilder again
|
2021-02-24 10:32:19 +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 |
|
Henning von Bargen
|
64d5ccad78
|
Fix for issue #3106 ParseException for EXECUTE IMMEDIATE str1||str2;
|
2021-02-10 17:54:10 +01:00 |
|
Andreas Dangel
|
2ea0328678
|
[maven-release-plugin] prepare for next development iteration
|
2021-01-30 18:04:17 +01:00 |
|
Andreas Dangel
|
7d6e6239c5
|
[maven-release-plugin] prepare release pmd_releases/6.31.0
|
2021-01-30 18:04:08 +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 |
|
Andreas Dangel
|
d284ea9634
|
[maven-release-plugin] prepare for next development iteration
|
2020-12-12 09:42:10 +01:00 |
|
Andreas Dangel
|
d2e4fb4ca3
|
[maven-release-plugin] prepare release pmd_releases/6.30.0
|
2020-12-12 09:42:02 +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 |
|
Andreas Dangel
|
4837c8dbc8
|
[maven-release-plugin] prepare for next development iteration
|
2020-10-24 10:17:24 +02:00 |
|
Andreas Dangel
|
81f12d3e5d
|
[maven-release-plugin] prepare release pmd_releases/6.29.0
|
2020-10-24 10:17:15 +02:00 |
|
Clément Fournier
|
5c59de5d52
|
Checkout changes to test utils
|
2020-09-28 19:46:34 +02:00 |
|
Andreas Dangel
|
aa245c6e1b
|
[maven-release-plugin] prepare for next development iteration
|
2020-09-26 10:25:16 +02:00 |
|
Andreas Dangel
|
722f3ca997
|
[maven-release-plugin] prepare release pmd_releases/6.28.0
|
2020-09-26 10:25:05 +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 |
|
Andreas Dangel
|
c59af0aee6
|
[maven-release-plugin] prepare for next development iteration
|
2020-08-31 18:30:18 +02:00 |
|
Andreas Dangel
|
856950f0d2
|
[maven-release-plugin] prepare release pmd_releases/6.27.0
|
2020-08-31 18:30:09 +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 |
|