Skip to content

Should IDE created classes be synched back to project? #1087

Answered by quintesse
paulrobinson asked this question in Q&A
Discussion options

You must be logged in to vote

It's expected in the way that we know about it, but it's not exactly what we would like :-)
We're currently trying to define how we want edit to behave and how to implement that.

Just to give a bit of an idea as to the kind of problems we're facing here:

  • JBang allows files without .java extension (eg jbang run myprog)
  • JBang allows files to not be in their proper package folder (eg. a file defining package my.org does not need to be in a folder called my/org)
  • JBang allows completely unrelated (and possibly conflicting) files to reside in the same folder (eg. several files define a non-public class with the same name)

These are all issues that would trip up an IDE, so to make sure that ev…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paulrobinson
Comment options

Answer selected by paulrobinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants