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 - Not compileable using JDK 1.6
Summary: Not compileable using JDK 1.6
Status: RESOLVED DUPLICATE of bug 60508
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 16:25 UTC by _ pkuzel
Modified: 2006-01-24 13:21 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 _ 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 ***