Closed GoogleCodeExporter closed 8 years ago
Hello,
Thanks for reporting this. Are you running on a Mac?
It looks like the method ModuleRootManager.getCompilerOutputPath(...) doesn't
exist
when running on Intellij with JDK 1.5 (e.g. Mac OSX). CheckThread requires
running
intellij with JRE 1.6 or later. I know the mac doesn't have 1.6 yet - so this
is an
intellij compatability bug. There is not much I can since I need that method in
order
for the plugin to work.
Original comment by joe.jco...@gmail.com
on 21 Apr 2009 at 11:43
JDK 1.6.0_12, Win XP
Original comment by den.or...@gmail.com
on 22 Apr 2009 at 12:08
Fixed in checkthread intellj plugin version 1.0.9.1.
The method, getCompilerOutputPath() was moved into a new class when upgrading to
Intellij 8, that causes the exception. It would have been nice if the Intellij
team
deprecated the method first before removing it. The fix requires doing some
reflection to see which method we can call. This plugin will work on both 7 and
8.
Original comment by joe.jco...@gmail.com
on 29 Apr 2009 at 11:28
Original issue reported on code.google.com by
den.or...@gmail.com
on 21 Apr 2009 at 4:11