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 - Wrong order of compiler output in Output Window.
Summary: Wrong order of compiler output in Output Window.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-27 22:40 UTC by issues@www
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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