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 118817

Summary: Wrong error reporting on startup
Product: java Reporter: i30817 <i30817>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: The project with a error

Description i30817 2007-10-13 23:54:12 UTC
I want to report a heisen-bug that happens with some valid java files that on large projects is reported to have an
error notification in the projects tree view, the first time the ide is opened with the (large) project. I believe this
to be a memoization problem, but not because of different project versions, since i've moved the files to a new project
in different netbeans versions. The error notification doesn't prevent running or compiling the project.

Specifically i think its a problem in the interaction of the visual designer form file parsing with the projects tree
view since all files affected have an associated form file.

The behavior is not observed with a small project with --only-- one of the affected files.

If the projects tree view thinks there is an error, modifying (insert a space and save) the file removes the error,
however if the ide is closed and started the error appears again.

As i can't reproduce the error with a small example, I'm going to include my project in the bug description. 

The bug was visible in Microsoft Windows XP [Version 5.1.2600], linux, on
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)
and another java sdk version that i don't recall.

on netbeans beta 1
Comment 1 i30817 2007-10-13 23:59:42 UTC
Created attachment 50908 [details]
The project with a error
Comment 2 i30817 2007-10-14 00:04:13 UTC
Forgot to tell - the only type of thing marked as error in the options dialog -> java code tab -> hints tab, is Wrong
package, and even if that is unmarked nothing happens (and shouldn't because the packages are correct).
Comment 3 Tomas Zezula 2007-11-01 22:02:59 UTC

*** This issue has been marked as a duplicate of 119669 ***