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 180356 - com.puppycrawl.tools.checkstyle.api.CheckstyleException: FileLength is not allowed as a child in Checker
Summary: com.puppycrawl.tools.checkstyle.api.CheckstyleException: FileLength is not al...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 16:36 UTC by drampulla
Modified: 2010-06-17 18:55 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161066


Attachments
stacktrace (986 bytes, text/plain)
2010-02-05 16:36 UTC, drampulla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drampulla 2010-02-05 16:36:00 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
drampulla: Just viewing code with compilation errors.

GUEST: Only run checkstyle




Stacktrace: 
com.puppycrawl.tools.checkstyle.api.CheckstyleException: FileLength is not allowed as a child in Checker
   at com.puppycrawl.tools.checkstyle.Checker.setupChild(Checker.java:165)
   at com.puppycrawl.tools.checkstyle.api.AutomaticBean.configure(AutomaticBean.java:207)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.CheckstyleScannerJob.init(CheckstyleScannerJob.java:122)
   at org.nbheaven.sqe.tools.checkstyle.codedefects.core.CheckstyleScannerJob.scan(CheckstyleScannerJob.java:143)
   at org.nbheaven.sqe.codedefects.core.spi.SQECodedefectScanner$Job.run(SQECodedefectScanner.java:54)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
Comment 1 drampulla 2010-02-05 16:36:04 UTC
Created attachment 93925 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-03-01 03:58:29 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=161066
Comment 3 Jesse Glick 2010-06-17 18:55:41 UTC
Sven, do you have some idea what this means?