Open GoogleCodeExporter opened 9 years ago
it happens only when you have a big project and lot of maven dependencies, and
then idea tries to save classpath to a file, and uses a custom classloader
which loads this classpath
Original comment by iir...@gmail.com
on 15 Oct 2014 at 8:45
Same thing happens to me. Any workaround we can do?
Original comment by archmi...@gmail.com
on 16 Jun 2015 at 12:51
Possible workarounds:
- open .idea/workspace.xml and set dynamic.classpath to false (may not work if
your classpath is too long)
- start tests not with idea but with idea Maven integration
- use something else for patching (eg AspectJ)
Original comment by iir...@gmail.com
on 16 Jun 2015 at 1:03
Original issue reported on code.google.com by
iir...@gmail.com
on 15 Oct 2014 at 8:25