You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to report that I checked the automated reformatting tool with some other Java code (i.e., code that is not in this repository) and I discovered that it breaks imports like these:
My understanding is that you should not mix imports from programmer-defined Java classes with those that are a part of the standard Java library. However, the import tool does do this for the sample projects that I tried.
Can you confirm that this is a problem? Can you think of a workaround? If not, then we may need to either remove the tool from this sample repository. What do you think @corlettim and @schultzh?
The text was updated successfully, but these errors were encountered:
I believe I am seeing the same errors with this issue. I am not sure of a workaround but I am going to investigate a little bit more on this! I will let you know more once I experiment @gkapfham !
Thanks for investigating this issue @corlettim. I think that this would be the easiest to replicate with a different example, perhaps one that contains multiple Java classes, some of which that are imported by the other Java classes. Let me know what you find, okay?
I wanted to report that I checked the automated reformatting tool with some other Java code (i.e., code that is not in this repository) and I discovered that it breaks imports like these:
My understanding is that you should not mix imports from programmer-defined Java classes with those that are a part of the standard Java library. However, the import tool does do this for the sample projects that I tried.
Can you confirm that this is a problem? Can you think of a workaround? If not, then we may need to either remove the tool from this sample repository. What do you think @corlettim and @schultzh?
The text was updated successfully, but these errors were encountered: