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 142588

Summary: C/V test failed
Product: db Reporter: Ivan Sidorkin <ivansidorkin>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ivan Sidorkin 2008-08-01 15:13:29 UTC
APIChangeTest Report

Base version:   1.24.1
Tested version: 1.25.0

Missing Classes
---------------

org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter:      class public static
org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter

Incompatible change: Class is not protected in the new implementation
---------------------------------------------------------------------

org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter:      class public static
org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter
org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter:      class public static abstract
org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter

Incompatible change: Class is interface in the new implementation
-----------------------------------------------------------------

org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter:      method public final java.lang.String
org.netbeans.api.db.sql.support.SQLIdentifiers$Quoter.quoteIfNeeded(java.lang.String)
Comment 1 Andrei Badea 2008-08-01 16:07:05 UTC
Should be fixed already in 17dfb1b81097.
Comment 2 Ivan Sidorkin 2008-08-01 16:13:44 UTC
*** Issue 142592 has been marked as a duplicate of this issue. ***
Comment 3 Ivan Sidorkin 2008-08-04 11:29:38 UTC
verified