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 - [cc] CC doesn't show column names on Windows
Summary: [cc] CC doesn't show column names on Windows
Status: VERIFIED DUPLICATE of bug 106653
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 16:24 UTC by Jindrich Sedek
Modified: 2007-11-22 16:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
adding example of reproducing project (36.26 KB, application/x-compressed)
2006-09-12 16:25 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.