jbang
jbang copied to clipboard
package of main file not honored with jbang edit
jbang edit x.java on project does not honor package in x.java.
it does honor package for dependent classes.
Could you give a bit more details, or perhaps even steps/files to reproduce? :-)
Just noted it down when I saw it :)
Class main: Package blah;
Use class A.
Class A: Package blah;
Only class A gets linked from dir "blah".
Somehow main class package statement is ignored.