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 232206

Summary: ClassCastException while editing java file
Product: java Reporter: aldobrucale <aldobrucale>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: ide log
TxDao_1.dump

Description aldobrucale 2013-07-03 14:06:07 UTC
Created attachment 136660 [details]
ide log

Hit enter after writing the following line:

    jdbcTemplate.query("SELECT username, schedule, status FROM tx_list WHERE id=?", new ResultSetExtractor<ImportTransaction>, txId);


ResultSetExtractor is an interface, and both the parentheses and the implementation body are missing.
Comment 1 aldobrucale 2013-07-03 14:07:33 UTC
Created attachment 136661 [details]
TxDao_1.dump
Comment 2 Jan Lahoda 2013-07-03 14:31:15 UTC
Seems like a duplicate of bug #231049. Thanks for the report anyway.

*** This bug has been marked as a duplicate of bug 231049 ***