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 4248 - First compilation of class with error displays 3 lines of source code.
Summary: First compilation of class with error displays 3 lines of source code.
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-05 23:53 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-10-05 23:53:26 UTC
JDK 1.2.2 + HotSpot 1.0.1

1. Add class from attachement to Repository.
2. Set Internal Compiler service
3. Compile class.

Folowing output is printed:

TestCompile.java [7:13] Package com.netbeans.test not found in import.
import com.netbeans.test.*;
TestCompile.java [15:3] Superclass Compile of class TestCompile not found.
  /** Creates new TestCompile uses in classpath Compile from Test2.jar */
2 errors

4. When another error is done in source code compilation output is OK.
------------------------------------------------------
A.N.: The problem is that the line -  TestCompile.java [15:3] Superclass Compile of class TestCompile not found. - likely was not red. So there are not three lines of code. However, I can not reproduc
e this bug.
Comment 1 Quality Engineering 2003-07-02 15:34:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 15:42:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.