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 3176 - Problems if source has parsing error.
Summary: Problems if source has parsing error.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-05 18:20 UTC by L Martinek
Modified: 2008-12-23 10:55 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 L Martinek 1999-08-05 18:20:40 UTC
Add some parsing error to file so the icon in explorer has red cross, e.g.:

  ...
  public App() {  }

  error

  public static void main (String args[]) { ...

Open property sheet, switch to source tab, click on three dot button in package property and then click on Cancel. Look at package in source - it will be "package <parsing error>;" Notice that you cli
ck on Cancel, no OK.

Remove error, compile it and click on explorer. Java Object still has red cross.


[Petr] "Source" tab was removed
Comment 1 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).