Alexander Kriegisch
Alexander Kriegisch
This PR supersedes the remaining part of #342 which was not part of #343, because the original description does not fit the content of that PR anymore. ### Refactor javac...
On Eclipse 2024-03 Java IDE, the Windows Defender exclusion check runs again and again, no matter how often I permit it to add an exception with admin privileges. If it...
While Codehaus was still hosting the Groovy documentation, there was an [alphabetical widgets list](https://web.archive.org/web/20140702234519/http://groovy.codehaus.org/Alphabetical+Widgets+List) for the `SwingBuilder` DSL plus detail pages, e.g. for [`tabbedPane`](https://web.archive.org/web/20140702235752/http://groovy.codehaus.org/SwingBuilder.tabbedPane). Now, I can only find those...
Java cannot use default package classes from classes in other packages. This makes the solution pretty unflexible. Maybe you can add an option to specify another package for the class...
### Fix failing Maven build on Windows Two parametrised test iterations using symlinks on native file systems were failing on Windows, because there we do not have UNIX-style symlinks. Skipping...
Page https://plugin.jcabi.com/example-ajc.html falsely says: > Another alternative is [aspectj-maven-plugin](http://mojo.codehaus.org/aspectj-maven-plugin/), but it can't weave binaries, as [explained here](http://stackoverflow.com/questions/3660547/apt-and-aop-in-the-same-project-using-maven). Firstly, the plugin fork recommended by the [AspectJ project](https://github.com/eclipse-aspectj/aspectj/blob/master/docs/developer/IDE.md#maven) is the better maintained...
Previously, there was discussion at https://github.com/junit-team/junit5/discussions/3526, which finally led to creation of this feature request. ## Use case and benefit As a test automation developer, I want to be able...
These topics are mentioned in the release notes, but not reflected in the Spock manual.