DaGeRe
DaGeRe
When using this with current Java 11, the following error appears: ``` [ERROR] java.lang.reflect.InaccessibleObjectException: Unable to make field private static final jdk.internal.misc.Unsafe jdk.internal.misc.Unsafe.theUnsafe accessible: module java.base does not "opens jdk.internal.misc"...
If `StatisticalSummaryValues` are created manually, its easier if the sum does not need to be passed.
While DescriptiveStatistics can be initialized with double[] or Double[], this is not possible for SummaryStatistics. To easy the use, I recommend to add constructors enabling this initialization.
When I try to add an onlyenv-Stuff for 3 slides in one frame, the following notes are two slides too early: ``` \documentclass[hyperref={pdfpagelabels=false}]{beamer} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage{pdfpcnotes} \begin{document} \begin{frame}{} My Title...
**Describe the bug** I would expect an implementation of the Myers diff algorithm to behave (at least asymptotically) equal. Unfortunately, this is not the case for this implementation: Starting with...
**Describe the bug** When comparing two LinkedList-Instances, the performance is very poor. I compared ~1,1 million lines, and VisualVM showed me that several minutes where spent at https://github.com/java-diff-utils/java-diff-utils/blob/bc65f9703c137b3a7d2906eeaf064588dd36c125/java-diff-utils/src/main/java/com/github/difflib/algorithm/myers/MeyersDiff.java#L115. With an...
This pull request provides the example project for an integration test, that checks whether selectors are able to select parameterized tests, e.g. `package.TestClazz#method[1]`, where 1 is the index of the...
It makes no sense to duplicate code, like the sleep method, just to keep the interface private.
# Pull Request ## Contribution This pull request provides the following contribution to Kieker - Contribution 1 Add first executeExample.sh files for automatic example execution - Contribution 2 Remove runtimeOnly...
`java:8` is not longer a Docker image, instead, the concrete JVM (e.g., `eclipse-temurin:8`) should be specified. Using `java:8` results in errors like > [ERROR] Failed to execute goal com.spotify:docker-maven-plugin:0.4.9:build (default-cli)...