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 70590

Summary: Not compileable using JDK 1.6
Product: db Reporter: _ pkuzel <pkuzel>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ pkuzel 2005-12-19 16:25:13 UTC
java version "1.6.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-rc-b64)
Java HotSpot(TM) Client VM (build 1.6.0-rc-b64, mixed mode, sharing)

   [repeat]
/data/cvs/netbeans/release50/nb_all/db/libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java:30:
org.netbeans.lib.ddl.adaptors.DefaultAdaptor is not abstract and does not
override abstract method providesQueryObjectGenerator() in java.sql.DatabaseMetaData
   [repeat] public class DefaultAdaptor implements DatabaseMetaDataAdaptor,
Serializable {


It's probably JDK incompatability, then please forward to JDK's bugster db.
Comment 1 Andrei Badea 2005-12-20 10:41:06 UTC
Yeah, incompatibility in JDK, but I'm sure the JDBC team is aware of it. I don't
think there's any point in filing a bug for this.

*** This issue has been marked as a duplicate of 60508 ***