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 - Java type typed by user should be validated
Summary: Java type typed by user should be validated
Status: STARTED
Alias: None
Product: contrib
Classification: Unclassified
Component: JMX (show other bugs)
Version: 5.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Jean-francois Denise
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 13:35 UTC by Jean-francois Denise
Modified: 2007-11-29 23:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?