|
3498cde1f9
|
Add CodingStyleExample.pls for parsing tests
|
2018-09-11 13:12:12 +02:00 |
|
|
c5fdf94b03
|
Support simple FunctionCall
|
2018-09-11 13:07:32 +02:00 |
|
|
dea38d44c9
|
Own AST node for FloatingPointCondition
|
2018-09-11 11:49:40 +02:00 |
|
|
38d97c72a9
|
Reuse IsNullCondition
|
2018-09-11 11:46:54 +02:00 |
|
|
d47b130a89
|
Fix unit tests
|
2018-09-10 20:42:35 +02:00 |
|
|
db767317e1
|
Support IsTypeOfCondition
|
2018-09-10 20:42:35 +02:00 |
|
|
849e3ada8d
|
Support Between Condition, add test case for In Condition
|
2018-09-10 20:42:35 +02:00 |
|
|
3760f53ab1
|
Support NullCondition
|
2018-09-10 20:42:31 +02:00 |
|
|
78c5ce4636
|
Support LikeCondition
|
2018-09-10 19:31:34 +02:00 |
|
|
7f2a052d00
|
Merge branch 'origin/master' into plsql-sql-statements
|
2018-09-10 19:11:13 +02:00 |
|
|
291d36d841
|
[maven-release-plugin] prepare for next development iteration
|
2018-09-02 14:27:42 +02:00 |
|
|
b98bd0bb96
|
[maven-release-plugin] prepare release pmd_releases/6.7.0
|
2018-09-02 14:27:33 +02:00 |
|
|
ec011cc885
|
Add additional test cases for expressions in where clauses
|
2018-08-16 17:19:22 +02:00 |
|
|
ec665de1a2
|
[plsql] Add support for GroupByClause
* Restructure FromClause to have one node with multiple table references
|
2018-08-16 16:14:57 +02:00 |
|
|
319c6cd073
|
Update grammar comment
|
2018-08-10 15:22:40 +02:00 |
|
|
414e4a13fb
|
Add JoinClause tests, fix outer join with using,
add support for query partition clause
|
2018-08-09 17:44:49 +02:00 |
|
|
e3dfda3cca
|
Simplify grammar
|
2018-08-09 16:34:22 +02:00 |
|
|
7192663c1a
|
[plsql] Improvements on the AST for SELECT
* SubqueryOperation is now available
* FromClause is a node on its own
* OuterJoinType is available
|
2018-08-03 16:50:48 +02:00 |
|
|
b9344ef6f6
|
[plsql] Add support for OrderBy and RowLimiting clauses for SELECT
|
2018-08-03 15:48:23 +02:00 |
|
|
3820bdc36c
|
Merge branch 'pr-1236'
|
2018-07-30 02:01:49 -03:00 |
|
|
20f52700b4
|
[maven-release-plugin] prepare for next development iteration
|
2018-07-29 12:07:05 +02:00 |
|
|
868f262c21
|
[maven-release-plugin] prepare release pmd_releases/6.6.0
|
2018-07-29 12:06:56 +02:00 |
|
|
580c92c550
|
[plsql] Add initial support for SELECT INTO - still WIP
|
2018-07-27 15:54:45 +02:00 |
|
|
be76e2809f
|
[plsql] Extend CursorForLoopNaming and rename to ForLoopNaming
It covers now both cursor for loops and index for loops.
|
2018-07-20 15:26:50 +02:00 |
|
|
b088c20a96
|
[plsql] CursorForLoopNaming: Add parameters "allowSimpleLoops" and "pattern"
|
2018-07-20 15:26:50 +02:00 |
|
|
387a8abca9
|
[plsql] Verify issue #681: it's fixed
|
2018-07-20 15:26:11 +02:00 |
|
|
ecb1ddb451
|
[plsql] SELECT INTO with parentheses
This fixes partially #1047
|
2018-07-20 15:26:11 +02:00 |
|
|
58268812f6
|
[plsql] New Rule: CursorForLoopNaming
|
2018-07-20 15:26:09 +02:00 |
|
|
0b264d5feb
|
Fix encoding (from cp1252 -> utf-8)
|
2018-07-20 15:24:24 +02:00 |
|
|
9c4486f2fb
|
[plsql] Add basic support for CursorForLoop statement
|
2018-07-20 15:23:27 +02:00 |
|
|
bb3426f584
|
Merge branch 'pr-1238'
|
2018-07-15 17:39:03 -03:00 |
|
|
cc9d9f47bd
|
Merge branch 'pr-1241'
|
2018-07-15 17:30:47 -03:00 |
|
|
832687b042
|
Add the new tokens as unreserved keywords
|
2018-07-15 20:31:33 +02:00 |
|
|
19a3d5446f
|
[plsql] plsql.ast.ParseException for CREATE TABLE
Fixes #980
|
2018-07-15 19:10:22 +02:00 |
|
|
251abe223e
|
[plsql] plsql.ast.ParseException when parsing VIEW
Fixes #981
|
2018-07-15 18:30:32 +02:00 |
|
|
413c98c2f6
|
[plsql] plsql.ast.ParseException when parsing EXECUTE IMMEDIATE
Fixes #1047
|
2018-07-15 14:35:20 +02:00 |
|
|
444beeb220
|
[maven-release-plugin] prepare for next development iteration
|
2018-06-26 09:34:01 +02:00 |
|
|
211002bb34
|
[maven-release-plugin] prepare release pmd_releases/6.5.0
|
2018-06-26 09:07:11 +02:00 |
|
|
f38a4f95c6
|
[java] MissingOverrideRule exception when analyzing PMD under Java 9
Fixes #1074
Jaxen is now shaded into pmd-core, without org.w3c.dom.**
|
2018-06-25 21:54:53 +02:00 |
|
|
5a7bbe19a2
|
dogfood: fix missing override
Note: the rule is disabled for pmd-xml, refs #1074
|
2018-06-16 17:48:36 +02:00 |
|
|
a788d4b586
|
[maven-release-plugin] prepare for next development iteration
|
2018-05-29 13:58:54 -03:00 |
|
|
e9d78ede3c
|
[maven-release-plugin] prepare release pmd_releases/6.4.0
|
2018-05-29 13:58:44 -03:00 |
|
|
85874e7e9c
|
[maven-release-plugin] prepare for next development iteration
|
2018-04-29 09:54:45 +02:00 |
|
|
10c66fbf38
|
[maven-release-plugin] prepare release pmd_releases/6.3.0
|
2018-04-29 09:54:36 +02:00 |
|
|
b965090cc7
|
[plsql] Support comment-based CPD suppressions
|
2018-04-15 14:21:42 -03:00 |
|
|
f3ab54d6da
|
[maven-release-plugin] prepare for next development iteration
|
2018-03-26 09:23:23 +02:00 |
|
|
59b360a60a
|
[maven-release-plugin] prepare release pmd_releases/6.2.0
|
2018-03-26 09:23:14 +02:00 |
|
|
f335e83043
|
Cleanup pom.xml files
|
2018-03-23 10:21:16 +01:00 |
|
|
8bd1e3b486
|
Fix PMD dogfood: UncommentedEmptyMethodBody, SimplifyBooleanReturns,
UnnecessaryLocalBeforeReturn, OptimizableToArrayCall,
ClassWithOnlyPrivateConstructorsShouldBeFinal,
UseLocaleWithCaseConversions, NonStaticInitializer, UseCollectionIsEmpty
|
2018-03-10 12:04:50 +01:00 |
|
|
cf88117820
|
Fix PMD dogfood: UnusedFormalParameter, UselessParentheses and UselessOverridingMethod
|
2018-03-09 12:52:20 +01:00 |
|