RFR: JMC-7798: Make the frame type extensible [v2]
Christoph Langer
clanger at openjdk.java.net
Tue May 31 08:30:33 UTC 2022
On Fri, 27 May 2022 07:09:32 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
>> Hm, is there some style guide or something? I'm using Eclipse...
>
> It's not because of style - apparently, Intellij has some assumptions about the source structure based on the gradle structure (eg. you should have tests in a test source root etc.) and having the tests in the main source root makes compilation and running such tests in IDE to fail miserably :(
Ah, sorry, I thought this comment was about the import order.
Well, you mean the assumptions about maven project layout? I think that's somehow true but I guess it was a deliberate choice to have this kind of layout. See also #354. No idea about Intellij, though, since I have only used Eclipse so far for JMC.
-------------
PR: https://git.openjdk.java.net/jmc/pull/401
More information about the jmc-dev
mailing list