Merge branch 'master' into pmd/7.0.x

This commit is contained in:
Andreas Dangel
2020-07-17 16:12:06 +02:00
79 changed files with 5252 additions and 527 deletions

View File

@@ -81,10 +81,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
@@ -93,21 +89,12 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>

View File

@@ -16,7 +16,7 @@ public class PLSQLLanguageModule extends BaseLanguageModule {
public PLSQLLanguageModule() {
super(NAME, null, TERSE_NAME,
"sql",
"sql",
"trg", // Triggers
"prc", "fnc", // Standalone Procedures and Functions
"pld", // Oracle*Forms