warbler icon indicating copy to clipboard operation
warbler copied to clipboard

Java classes should not be in default package

Open headius opened this issue 2 months ago • 0 comments

With the new modularized set-up of the JDK, it is generally discouraged to have any classes in the default package (i.e. no package, root of jar). We need to modify warbler to put any copied or generated Java classes inside a package.

This will relate to modularization, which I'll open a separate issue for.

headius avatar Oct 17 '25 18:10 headius