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

Summary: NullPointerException at com.sun.tools.javac.comp.Check.validateAnnotation
Product: java Reporter: Jana Maleckova <janie>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152191    
Attachments: 110042_1
110042_2

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.