Project classpath not set
Status: Beta
Brought to you by:
dennislundberg
The project classpath is not set within the checkstyle
idea plugin.
Now, when I have 'allowUndeclaredRTE' set to true I get
the following errors:
Unable to get class information for @throws tag
'...Exception'.
According to the following Checkstyle bugreport this is
due to the exception missing on the Checkstyle classpath:
http://sourceforge.net/tracker/index.php?func=detail&aid=923914&group_id=29721&atid=397078
I have checked this by making an Ant build script for
running Checkstyle. When the classpath within the
checkstyle task is set everything works correct (I
don't get the above errors any more).
Logged In: YES
user_id=825305
It was I who submitted the above issue (I'm logged in now ;).
Logged In: YES
user_id=280883
I am using JetStyle on a regular basis and it would be great
if this problem could be fixed. The bug seems to be
reported a year ago. Is this project still alive?
This is in my eyes a very helpful plug-in and I would be
happy to see the Exception problem be fixed.
Logged In: YES
user_id=280883
I have no experience with IntelliJ plug-in coding and cannot
estimate if this is an easy to fix problem.
How complicated is it to pass in the class path to the
plug-in or vice versa for the plug-in to get the classpath
from the IDE and then pass it to checkstyle?
Andreas