diff --git a/java-exception-stacktraces/README.MD b/java-exception-stacktraces/README.MD new file mode 100644 index 0000000..e69de29 diff --git a/java-exception-stacktraces/pom.xml b/java-exception-stacktraces/pom.xml new file mode 100644 index 0000000..4973fcb --- /dev/null +++ b/java-exception-stacktraces/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + + com.pivovarit + 1.0 + java-exception-stacktraces + + java-exception-stacktraces + + + + org.apache.maven.plugins + maven-compiler-plugin + + 22 + 22 + + + + maven-surefire-plugin + 2.19.1 + + + org.junit.platform + junit-platform-surefire-provider + 1.1.0 + + + + + + + + + org.junit.jupiter + junit-jupiter-engine + 5.10.2 + test + + + org.assertj + assertj-core + 3.22.0 + test + + + diff --git a/java-exception-stacktraces/src/main/java/com/pivovarit/exception/StacktraceDropExample.java b/java-exception-stacktraces/src/main/java/com/pivovarit/exception/StacktraceDropExample.java new file mode 100644 index 0000000..9acbb94 --- /dev/null +++ b/java-exception-stacktraces/src/main/java/com/pivovarit/exception/StacktraceDropExample.java @@ -0,0 +1,4 @@ +package com.pivovarit.exception; + +class StacktraceDropExample { +} diff --git a/pom.xml b/pom.xml index da6f3ab..6a1d53d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,7 @@ kotlin-collections hamming-error-correction kotlin-type-inference + java-exception-stacktraces java-sneaky-throws-lambda java-priorityqueue-stream-order java-stream-mapmulti