Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » HELIOS & Checkstyle(CHECKSTYLE:OFF is not working)
HELIOS & Checkstyle [message #631480] Thu, 07 October 2010 16:18 Go to next message
Rainer H. is currently offline Rainer H.Friend
Messages: 21
Registered: July 2009
Junior Member
Hi,

I've installed Helios SR1 and Checkstyle 5.1.1 on my computer.

Checkstyle is configured and working.

But suppressing checkstyle warnings with CHECKSTYLE:OFF in comments is not working. The warnings are already displayed.

Have anybody an idea what's wrong, or to fix the problem?

In the following example I see two warnings. One about class data abstraction and one about missing javadoc comment.


example code:
// CHECKSTYLE:OFF
public class OComAnalyzer extends rh.base.Object
implements Application {
// /** The main frame of the application. */
private JFrame frame;


Thanks
Rainer
icon6.gif  Re: HELIOS & Checkstyle [message #631495 is a reply to message #631480] Thu, 07 October 2010 17:39 Go to previous message
Rainer H. is currently offline Rainer H.Friend
Messages: 21
Registered: July 2009
Junior Member
I found the problem. If I active the suppression comment filter in checkstyle the switching on/off in code works now fine.
Previous Topic:Deprecated getKeySequenceBindings
Next Topic:How to get the item shown by the property view
Goto Forum:
  


Current Time: Fri Apr 26 22:22:34 GMT 2024

Powered by FUDForum. Page generated in 0.02992 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top