This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spotless will make automatic code formatting across all files. This allows having a unified look across all files. The process of formatting is automated using Elegant Git.
- Loading branch information
Showing
95 changed files
with
597 additions
and
619 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
with: | ||
java-version: 1.8 | ||
- name: Build with Gradle | ||
run: ./gradlew clean ready | ||
run: ./workflows testing | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -17,3 +17,4 @@ build/ | |
_build/ | ||
.python-version | ||
*.iml | ||
out/ |
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 @@ | ||
save-work-after |
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 @@ | ||
save-work-ahead |
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,2 @@ | ||
#!/usr/bin/env bash | ||
./workflows testing |
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,2 @@ | ||
#!/usr/bin/env bash | ||
./workflows formatting |
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
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
4 changes: 1 addition & 3 deletions
4
sunshine-core-deps/src/main/java/org/tatools/testng/DisabledTest.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,10 +1,8 @@ | ||
package org.tatools.testng; | ||
|
||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.1 | ||
*/ | ||
public class DisabledTest { | ||
} | ||
public class DisabledTest {} |
4 changes: 1 addition & 3 deletions
4
sunshine-core-deps/src/main/java/org/tatools/testng/FailedTest.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,10 +1,8 @@ | ||
package org.tatools.testng; | ||
|
||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.1 | ||
*/ | ||
public class FailedTest { | ||
} | ||
public class FailedTest {} |
4 changes: 1 addition & 3 deletions
4
sunshine-core-deps/src/main/java/org/tatools/testng/PassedTest.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,10 +1,8 @@ | ||
package org.tatools.testng; | ||
|
||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.1 | ||
*/ | ||
public class PassedTest { | ||
} | ||
public class PassedTest {} |
4 changes: 1 addition & 3 deletions
4
sunshine-core-deps/src/main/java/org/tatools/testng/SkippedTest.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,10 +1,8 @@ | ||
package org.tatools.testng; | ||
|
||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
* @since 0.1 | ||
*/ | ||
public class SkippedTest { | ||
} | ||
public class SkippedTest {} |
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 |
---|---|---|
|
@@ -7,5 +7,4 @@ | |
* @version $Id$ | ||
* @since 0.1 | ||
*/ | ||
public class Test1 { | ||
} | ||
public class Test1 {} |
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
3 changes: 1 addition & 2 deletions
3
sunshine-core/src/main/java/org/tatools/sunshine/core/DirectoryBase.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,12 +1,11 @@ | ||
package org.tatools.sunshine.core; | ||
|
||
import lombok.EqualsAndHashCode; | ||
|
||
import java.io.IOException; | ||
import java.nio.file.FileVisitOption; | ||
import java.nio.file.Files; | ||
import java.nio.file.Path; | ||
import java.util.Comparator; | ||
import lombok.EqualsAndHashCode; | ||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
|
7 changes: 3 additions & 4 deletions
7
sunshine-core/src/main/java/org/tatools/sunshine/core/DirectorySafe.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,13 +1,12 @@ | ||
package org.tatools.sunshine.core; | ||
|
||
import lombok.EqualsAndHashCode; | ||
|
||
import java.io.IOException; | ||
import java.nio.file.Path; | ||
import lombok.EqualsAndHashCode; | ||
|
||
/** | ||
* The class allows communicating with a {@link Directory} object safely. This means it does not touch real file system | ||
* until it's really needed. | ||
* The class allows communicating with a {@link Directory} object safely. This means it does not | ||
* touch real file system until it's really needed. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
|
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
3 changes: 1 addition & 2 deletions
3
sunshine-core/src/main/java/org/tatools/sunshine/core/FileBase.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,10 +1,9 @@ | ||
package org.tatools.sunshine.core; | ||
|
||
import lombok.EqualsAndHashCode; | ||
|
||
import java.io.IOException; | ||
import java.nio.file.Files; | ||
import java.nio.file.Path; | ||
import lombok.EqualsAndHashCode; | ||
|
||
/** | ||
* @author Dmytro Serdiuk ([email protected]) | ||
|
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
4 changes: 2 additions & 2 deletions
4
sunshine-core/src/main/java/org/tatools/sunshine/core/FileSystemException.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,8 +1,8 @@ | ||
package org.tatools.sunshine.core; | ||
|
||
/** | ||
* The {@link FileSystemException} class is a default exception to handle errors which may occur in the implementations of | ||
* a {@link FileSystem} interface. | ||
* The {@link FileSystemException} class is a default exception to handle errors which may occur in | ||
* the implementations of a {@link FileSystem} interface. | ||
* | ||
* @author Dmytro Serdiuk ([email protected]) | ||
* @version $Id$ | ||
|
3 changes: 1 addition & 2 deletions
3
sunshine-core/src/main/java/org/tatools/sunshine/core/FileSystemFiltered.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
Oops, something went wrong.