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

Summary: "Iterator<Bound>"
Product: contrib Reporter: Jesse Glick <jglick>
Component: JackpotAssignee: issues@contrib <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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