Tomasz Linkowski
Tomasz Linkowski
What worked for me was placing the following four resources on the same Windows drive: 1. project containing the benchmark 2. JDK 3. Gradle user home dir (can be set...
@grv87 Basil, thanks for the patch! Unfortunately, I won't be able to test it (at least not easily) because, after all & for some other reasons, I migrated everything to...
Hi, I haven't read the entire conversation in detail, but I've noticed the discussion about the _generalization of the `transform` method_ from ```java R transform(Function
Sure - will try to submit a PR within a couple of days.
I come here from @aalmiray's [Kordamp Licensing Plugin](https://aalmiray.github.io/kordamp-gradle-plugins/#_org_kordamp_gradle_licensing), which applies this plugin. I'm also looking for "wiser" copyright year ranges, which would reflect file creation time and last modification time....
This still occurs for `unij-bundle-*` projects if we try to enable `javadoc`, even after #42 has been fixed.
Wonder how it works for JDK's `java.se` module, which also has no public or protected classes to document, and yet it's Javadoc gets generated: - source: https://github.com/openjdk/jdk/blob/master/src/java.se/share/classes/module-info.java - javadoc: https://docs.oracle.com/en/java/javase/11/docs/api/java.se/module-summary.html...
This is a bigger problem - even other modules for which the JavaDoc is generated don't have proper info about modules they require, etc. The main problem here is this...
Some related links: - https://stackoverflow.com/questions/53973319/how-to-generate-javadoc-for-multiple-modules - https://stackoverflow.com/questions/49476559/java-9-error-not-in-a-module-on-the-module-source-path
Hi Antony, thanks! The main policy is expressed in the [notes](https://github.com/tlinkowski/UniJ#notes): > UniJ may **only** introduce new APIs that directly correspond to APIs in the latest stable release of the...