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 82414 - "Iterator<Bound>"
Summary: "Iterator<Bound>"
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 20:03 UTC by Jesse Glick
Modified: 2010-04-27 18:41 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 Jesse Glick 2006-08-10 20:03:00 UTC
I had some rule which matched an expression in a catch block. Jackpot suggested
a replacement for the catch block body, but as usual also offered to completely
reformat the try block body. Among its suggestions was to change

Iterator<? extends Object> it = lookup.lookupAll(Object.class).iterator();

to

Iterator<Bound> it = lookup.lookupAll(Object.class).iterator();

which of course is not valid code.
Comment 1 Jesse Glick 2010-04-27 18:41:33 UTC
The old Jackpot module is no longer maintained. There is a rewrite in progress at: http://bitbucket.org/jlahoda/jackpot30/wiki/Home