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 2826

Summary: Wrong order of compiler output in Output Window.
Product: java Reporter: issues@www <issues>
Component: UnsupportedAssignee: issues@www <issues>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description issues@www 1999-07-27 22:40:30 UTC
Code lines are printed before lines with error description. They are separated with compiler final statement.


See example:

    t.suspend();
Note: TestCompile uses or overrides a deprecated API.  Please consult the documentation for a better alternative.
2 warnings

TestCompile.java [31:13] Note: The method void suspend() in class java.lang.Thread has been deprecated