Menu

#3 Project classpath not set

open
nobody
None
9
2005-08-03
2005-04-05
Anonymous
No

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).

Discussion

  • Hippe

    Hippe - 2005-04-05

    Logged In: YES
    user_id=825305

    It was I who submitted the above issue (I'm logged in now ;).

     
  • Dennis Lundberg

    Dennis Lundberg - 2005-08-03
    • priority: 5 --> 9
     
  • Andreas Guther

    Andreas Guther - 2006-04-14

    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.

     
  • Andreas Guther

    Andreas Guther - 2006-05-29

    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

     

Log in to post a comment.