This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102304 - Please provide Checkstyle support
Summary: Please provide Checkstyle support
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 11:00 UTC by tomzi
Modified: 2013-07-12 22:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2007-04-24 11:00:24 UTC
It would be great to have checkstyle implemented in NB. Our company uses it, but
since nbcheckstyle seems not to work with nb 5.5.1 and 6.0 I have to switch to
eclipse for this task -> http://eclipse-cs.sourceforge.net/screen_shots.html
Comment 1 Peter Pis 2008-08-22 08:29:18 UTC
checkstyle module should be available http://checkstyle.sourceforge.net/


Comment 2 puce 2010-02-25 03:27:27 UTC
I also think, checkstyle should be a standard part of the IDE.

The formatting should respect the checkstyle configuration.
Comment 3 puce 2010-07-07 16:07:44 UTC
Until this is a standard part, it might be a good idea to add the following update center by default:

http://deadlock.netbeans.org/hudson/job/sqe/lastStableBuild/artifact/build/full-sqe-updatecenter/updates.xml

(from project Software Quality Environment: http://kenai.com/projects/sqe/pages/Home )
Comment 4 markiewb 2013-07-12 22:53:57 UTC
It is supported at least for maven projects. Open the properties of a maven project and there is a category "Formatting/Checkstyle Formatting". (Tested in 7.3)