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 84721

Summary: [cc] CC doesn't show column names on Windows
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: EditorAssignee: issues@javaee <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: adding example of reproducing project

Description Jindrich Sedek 2006-09-12 16:24:14 UTC
package test;

import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.Table;

/**
 *
 * @author js201828
 */
@Entity
@Table(name="CUSTOMER")
public class TestDBCompletion {
    
    @ManyToOne()
    @Column(name=|)
    public TestDBCompletion() {
      }
    
}

using this piece of code cc doesn't show column names on Windows, but it works
on unix platforms. J2EE completion test fails since Build 2006 09 10
verified not working for 2006 09 12, but working for 2006 09 07
Comment 1 Jindrich Sedek 2006-09-12 16:25:22 UTC
Created attachment 33836 [details]
adding example of reproducing project
Comment 2 Jindrich Sedek 2007-11-22 16:31:09 UTC

*** This issue has been marked as a duplicate of 106653 ***
Comment 3 Jindrich Sedek 2007-11-22 16:31:45 UTC
v.