-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from allegro/repackage
package changed
- Loading branch information
Showing
55 changed files
with
70 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
language: java | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
||
script: | ||
- "./gradlew check" | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- oracle-java8-installer | ||
|
||
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...box/opel/ArgumentsListExpressionNode.java → ...ech/opel/ArgumentsListExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.util.ArrayList; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...x/opel/BinaryOperationExpressionNode.java → ...h/opel/BinaryOperationExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x/opel/CompareOperatorExpressionNode.java → ...h/opel/CompareOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.util.concurrent.CompletableFuture; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ox/opel/DivideOperatorExpressionNode.java → ...ch/opel/DivideOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...box/opel/EqualOperatorExpressionNode.java → ...ech/opel/EqualOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...va/pl/allegro/opbox/opel/EvalContext.java → ...ava/pl/allegro/tech/opel/EvalContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
|
||
import java.util.Collections; | ||
|
2 changes: 1 addition & 1 deletion
2
...pl/allegro/opbox/opel/ExpressionNode.java → .../pl/allegro/tech/opel/ExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.util.concurrent.CompletableFuture; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...gro/opbox/opel/ExpressionNodeFactory.java → ...egro/tech/opel/ExpressionNodeFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pbox/opel/ExpressionValidationResult.java → ...tech/opel/ExpressionValidationResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...opbox/opel/FieldAccessExpressionNode.java → .../tech/opel/FieldAccessExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pbox/opel/FunctionCallExpressionNode.java → ...tech/opel/FunctionCallExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/pl/allegro/opbox/opel/FutureUtil.java → ...java/pl/allegro/tech/opel/FutureUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../opbox/opel/IdentifierExpressionNode.java → ...o/tech/opel/IdentifierExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.util.concurrent.CompletableFuture; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../allegro/opbox/opel/IfExpressionNode.java → ...l/allegro/tech/opel/IfExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...llegro/opbox/opel/ImplicitConversion.java → ...allegro/tech/opel/ImplicitConversion.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import org.apache.commons.lang3.ClassUtils; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ro/opbox/opel/ImplicitConversionUnit.java → ...gro/tech/opel/ImplicitConversionUnit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o/opbox/opel/MapAccessExpressionNode.java → ...ro/tech/opel/MapAccessExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../opbox/opel/MethodCallExpressionNode.java → ...o/tech/opel/MethodCallExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gro/opbox/opel/MethodExecutionFilter.java → ...egro/tech/opel/MethodExecutionFilter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.lang.reflect.Method; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ro/opbox/opel/MethodExecutionFilters.java → ...gro/tech/opel/MethodExecutionFilters.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.lang.reflect.Method; | ||
|
||
|
3 changes: 1 addition & 2 deletions
3
...box/opel/MinusOperatorExpressionNode.java → ...ech/opel/MinusOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../opel/MultiplyOperatorExpressionNode.java → .../opel/MultiplyOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../opel/NegationOperatorExpressionNode.java → .../opel/NegationOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...allegro/opbox/opel/OpelAsyncFunction.java → .../allegro/tech/opel/OpelAsyncFunction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/pl/allegro/opbox/opel/OpelEngine.java → ...java/pl/allegro/tech/opel/OpelEngine.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../pl/allegro/opbox/opel/OpelException.java → ...a/pl/allegro/tech/opel/OpelException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/pl/allegro/opbox/opel/OpelParser.java → ...java/pl/allegro/tech/opel/OpelParser.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...allegro/opbox/opel/OpelParsingResult.java → .../allegro/tech/opel/OpelParsingResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/pl/allegro/opbox/opel/Operator.java → ...n/java/pl/allegro/tech/opel/Operator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
enum Operator { | ||
PLUS, | ||
|
2 changes: 1 addition & 1 deletion
2
...opbox/opel/SumOperatorExpressionNode.java → .../tech/opel/SumOperatorExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...legro/opbox/opel/ValueExpressionNode.java → ...llegro/tech/opel/ValueExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel; | ||
package pl.allegro.tech.opel; | ||
|
||
import java.util.concurrent.CompletableFuture; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ro/opbox/opel/VariableExpressionNode.java → ...gro/tech/opel/VariableExpressionNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../CompareOperatorExpressionNodeSpec.groovy → .../CompareOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/DivideOperatorExpressionNodeSpec.groovy → ...l/DivideOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...el/EqualOperatorExpressionNodeSpec.groovy → ...el/EqualOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...opel/FieldAccessExpressionNodeSpec.groovy → ...opel/FieldAccessExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...pel/FunctionCallExpressionNodeSpec.groovy → ...pel/FunctionCallExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../allegro/opbox/opel/FutureUtilSpec.groovy → ...l/allegro/tech/opel/FutureUtilSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../opel/IdentifierExpressionNodeSpec.groovy → .../opel/IdentifierExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ro/opbox/opel/IfExpressionNodeSpec.groovy → ...gro/tech/opel/IfExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../opbox/opel/ImplicitConversionSpec.groovy → ...o/tech/opel/ImplicitConversionSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ox/opel/ImplicitConversionUnitSpec.groovy → ...ch/opel/ImplicitConversionUnitSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../LogicalOperatorExpressionNodeSpec.groovy → .../LogicalOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...x/opel/MapAccessExpressionNodeSpec.groovy → ...h/opel/MapAccessExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../opel/MethodCallExpressionNodeSpec.groovy → .../opel/MethodCallExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...el/MinusOperatorExpressionNodeSpec.groovy → ...el/MinusOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...MultiplyOperatorExpressionNodeSpec.groovy → ...MultiplyOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...NegationOperatorExpressionNodeSpec.groovy → ...NegationOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../allegro/opbox/opel/OpelEngineSpec.groovy → ...l/allegro/tech/opel/OpelEngineSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...opel/SumOperatorExpressionNodeSpec.groovy → ...opel/SumOperatorExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...opbox/opel/ValueExpressionNodeSpec.groovy → .../tech/opel/ValueExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ox/opel/VariableExpressionNodeSpec.groovy → ...ch/opel/VariableExpressionNodeSpec.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package pl.allegro.opbox.opel | ||
package pl.allegro.tech.opel | ||
|
||
import spock.lang.Specification | ||
|
||
|