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 50765 - Annotation: Exception occurred in Request Processor
Summary: Annotation: Exception occurred in Request Processor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-23 02:50 UTC by jyeary
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log file (32.25 KB, text/plain)
2004-10-23 02:56 UTC, jyeary
Details
message.log file (91.84 KB, text/plain)
2004-10-28 00:39 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2004-10-23 02:50:42 UTC
Exception occurs when selecting a new project from the 
Welcome page. The Exception does not occur when a new 
project is selected from the File Menu. After a new project is 
selected from the File --> New Project menu, the exception 
seems to disappear from the Welcome page when a new project 
is selected. I will attach logs.
Comment 1 jyeary 2004-10-23 02:56:19 UTC
Created attachment 18462 [details]
message.log file
Comment 2 David Simonek 2004-10-26 17:52:43 UTC
Looks like a problem of Mac JVM...
Comment 3 jyeary 2004-10-28 00:32:29 UTC
I have replaced by previous build with the daily build from 26 October, and now I have 
another annotation error. This one occurs everytime the code completion is activated, or 
when I use ctrl+space. I have attached additional logs.
Comment 4 jyeary 2004-10-28 00:39:28 UTC
Created attachment 18573 [details]
message.log file
Comment 5 Jaroslav Tulach 2004-10-28 13:48:43 UTC
According to reporter, the first problem disappeared by updating to
newer version, the second is different. Due to NullPointerException
at javacore.parser.Scope.createTypeScope this probably belongs to java
module.

Comment 6 Martin Matula 2004-10-28 15:03:57 UTC
This was fixed recently. It was caused by a bug in the parser error
recovery.

User: pflaska 
  Date: 04/10/28 03:33:56

  Modified:    javacore/src/org/netbeans/modules/javacore/parser
                        ASTRepairer.java
 
Comment 7 Quality Engineering 2007-09-20 09:50:20 UTC
Reorganization of java component