Details
Description
Collapsed imports should have a proceding newline as does the the java editor. It appears as though the editor is removing the newline if it exists.
Collapsed imports should have a proceding newline as does the the java editor. It appears as though the editor is removing the newline if it exists.
I'm guessing that this has something to do with a lack of semi-colon on the package statement. I don't know if there is much we can do about this since it is all handled by JDT.