forked from phoedos/pmd
Upgrade Summit AST dependency to release version 2.0.0.
Update code to remove reference to deleted MODULO operator. Change-Id: I39d9f7adc0407aafa9af31d3b2253c6c37c735b1
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.summit</groupId>
|
||||
<artifactId>summit-ast</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@@ -302,7 +302,6 @@ class ApexTreeBuilder(val sourceCode: String, val parserOptions: ApexParserOptio
|
||||
BinaryExpression.Operator.SUBTRACTION,
|
||||
BinaryExpression.Operator.MULTIPLICATION,
|
||||
BinaryExpression.Operator.DIVISION,
|
||||
BinaryExpression.Operator.MODULO,
|
||||
BinaryExpression.Operator.LEFT_SHIFT,
|
||||
BinaryExpression.Operator.RIGHT_SHIFT_SIGNED,
|
||||
BinaryExpression.Operator.RIGHT_SHIFT_UNSIGNED,
|
||||
|
5
pom.xml
5
pom.xml
@@ -959,6 +959,11 @@
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-nexus-google</id>
|
||||
<name>Sonatype Nexus - Google</name>
|
||||
<url>https://google.oss.sonatype.org/content/repositories/releases</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-nexus-snapshots-google</id>
|
||||
<name>Sonatype Nexus Snapshots - Google</name>
|
||||
|
Reference in New Issue
Block a user