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 - ClassCastException while editing java file
Summary: ClassCastException while editing java file
Status: RESOLVED DUPLICATE of bug 231049
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 14:06 UTC by aldobrucale
Modified: 2013-07-03 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (85.61 KB, text/x-log)
2013-07-03 14:06 UTC, aldobrucale
Details
TxDao_1.dump (12.86 KB, application/octet-stream)
2013-07-03 14:07 UTC, aldobrucale
Details

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