-
It would be nice if the project provided a [Bill of Materials (BOM) POMs](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms) that contai…
-
Hi, I'm trying to use Reneri, but I have some problems.
I created a simple Java project, then I executed Descartes, generating the report in different formats (`JSON`, `METHODS`, and `ISSUES`). The…
-
| --- | --- |
| Bugzilla Link | [456518](https://bugs.eclipse.org/bugs/show_bug.cgi?id=456518) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jan 02, 2015 07:17 EDT |
| Modified | Mar…
-
To reproduce:
1. Generate a source file with: [GenerateJava.zip](https://github.com/user-attachments/files/16548553/GenerateJava.zip)
2. Copy it to a new Java project with default settings.
3. Fi…
-
In #1679, we deleted flaky tests that were using these Collectors as if they were thread-safe from a parallel test. It's not clear to me if all Collectors must be thread-safe. Currently they are not t…
-
I have a project with sub-projects (https://github.com/i23098/Collections) that compiles correctly on the command-line. When I try to import the project in Eclipse I get an error and tells me to check…
-
Hello GEF-Team,
we encountered a problem in the class org.eclipse.gef.mvc.fx.behaviors.ContentBehavior. We are on version 5.2.0.
The exception:
`java.lang.IndexOutOfBoundsException: Index: 32, Si…
-
I saw this one-off error in Travis and I don't want to lose track of it.
```
13:38:40:796 [ERROR] Tests run: 64, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.594 s
-
Hi @labra, @andrewsu pointed out to me that I could be more clear in my compilation output from the `sbt packageBin` command (see below). Still unable to find the wdsub command for execution. Thoughts…
-
Background
My organization has a mission system mostly written in a dated Java, which heavily uses the collection framework. Looking at modern Java, the addition of the Stream API certainly helps, …