RFR: JMC-7798: Make the frame type extensible [v2]
Jaroslav Bachorik
jbachorik at openjdk.java.net
Fri May 27 07:12:34 UTC 2022
On Wed, 25 May 2022 16:43:32 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> Ok. I moved it to the indicated location. However, this breaks the IDE integration for IntelliJ but you are probably aware of that.
>
> 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 :(
-------------
PR: https://git.openjdk.java.net/jmc/pull/401
More information about the jmc-dev
mailing list