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 48834 - [40cat] Synchronization misses polymorphic implementations
Summary: [40cat] Synchronization misses polymorphic implementations
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-10 11:29 UTC by skesper
Modified: 2007-09-26 09:14 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 skesper 2004-09-10 11:29:55 UTC
[ BUILD # : 200409081800 ]
[ JDK VERSION : J2SE 1.5.0 ]

Try to implement java.sql.Statement interface. Synchronization creates:
public boolean execute(String str, int[] values)
public int executeUpdate(String str)

but does not create:
public boolean execute(String str, String[] values)
public boolean execute(String str, int value)
public int executeUpdate(String str,String[] strs)
public int executeUpdate(String str,int i)
Comment 1 Daniel Prusa 2004-09-13 15:03:26 UTC
/cvs/java/src/org/netbeans/modules/java/tools/OverridePanel2.java,v 
<--  OverridePanel2.java
new revision: 1.6; previous revision: 1.5