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 110042 - NullPointerException at com.sun.tools.javac.comp.Check.validateAnnotation
Summary: NullPointerException at com.sun.tools.javac.comp.Check.validateAnnotation
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2007-07-17 17:09 UTC by Jana Maleckova
Modified: 2008-12-09 15:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
110042_1 (16.13 KB, text/plain)
2007-07-17 17:11 UTC, Jana Maleckova
Details
110042_2 (16.43 KB, text/plain)
2007-07-17 17:11 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2007-07-17 17:09:47 UTC
Product Version: NetBeans IDE Dev (Build 070717) Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 System: Windows
XP version 5.1 running on x86; Cp1252; en_GB (nb)

Description:
============
I have method which contains multibyte characters in its name in form class. This exception occurred when I tried to
switch from source code to design in my form. Not reproducible. Dump files are attached.

StackTrace:
===========
java.lang.NullPointerException
	at com.sun.tools.javac.comp.Check.validateAnnotation(Check.java:1754)
	at com.sun.tools.javac.comp.Check.validateAnnotation(Check.java:1680)
	at com.sun.tools.javac.comp.Check.validateAnnotations(Check.java:1674)
	at com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:650)
Comment 1 Jana Maleckova 2007-07-17 17:11:29 UTC
Created attachment 45231 [details]
110042_1
Comment 2 Jana Maleckova 2007-07-17 17:11:57 UTC
Created attachment 45232 [details]
110042_2
Comment 3 Jan Becicka 2008-08-28 14:57:52 UTC
Not reproducible. Corner case.
Comment 4 Dusan Balek 2008-12-09 15:39:32 UTC
Should not happen anymore since the text sig files have been removed.