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 116599 - Ability to detect primitive types (or their wrappers) in instanceof clauses
Summary: Ability to detect primitive types (or their wrappers) in instanceof clauses
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 02:28 UTC by _ tboudreau
Modified: 2009-12-04 02:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-09-25 02:28:53 UTC
A template for a case statement will require either an enum or a primitive type.  It would be nice if I could specify, e.g.

${foo instanceof="&PRIMITIVE"}

or some similar syntax to detect primitive types.