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 62937

Summary: Java type typed by user should be validated
Product: contrib Reporter: Jean-francois Denise <jfdenise>
Component: JMXAssignee: Jean-francois Denise <jfdenise>
Status: STARTED ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jean-francois Denise 2005-08-24 13:35:59 UTC
Today, no check is made for type existency.
Type existency should be implemented everywhere it makes sense
Comment 1 Jean-francois Denise 2007-11-29 23:21:57 UTC
Changed from RFE to bug. Types need to be checked is the only safe way to do (JAVAC API are very strict)
Currently onl tAttribute added thanks to Add Attribute Operation are checked.
Need to apply to all.
Question : How to access to a CompilationControler without any JavaSource... We are in a wizard to generated this
JavaSource?