Marc R. Hoffmann
Marc R. Hoffmann
While we already exclude internal packages for our all-in-one Javadoc we still publish them for the individual Maven modules. See for example: https://javadoc.io/doc/org.jacoco/org.jacoco.core/0.8.8/index.html
* Add warning configuration for latest Eclipse versions * Avoid warnings on missing `@Override` on interface implementations (not allowed in Java 5) * Fix autoboxing warning
Since commit https://github.com/openjdk/jdk/commit/b3dbf28bc0614bee2f7137af95389134155c9511 our Scala integration test fails with the following error message: ``` error: scala.reflect.internal.FatalError: bad constant pool index: 0 at pos: 47919 while compiling: during phase: globalPhase=, enteringPhase=...
* Try to make code more readable by adding a utility class to track types and variable positions on locals * Re-use locals array to avoid object creations ---- While...
First of all thanks for providing this very useful integration! While using the extension for GitHub code spaces we noticed that since 1.6.6 editors are not working any more in...
First of thanks for providing this fantastic tool! We use it for an internal knowledge base project. Integration into the publishing process via GitHub actions just works and the usability...
An aggregates search should be added to quickly find various Java resources. An experimental deployment is available at https://javaalmanac.io/find/. ## TODO - [x] Index javaalmanac.io content - [x] Add last...
Currently with every build all pages and resources are uploaded, even if unchanged. Improve upload of rendered site once aws/aws-cli#599 is implemented.