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 207828

Summary: AssertionError: org.netbeans.modules.db.explorer.node.SchemaNode[name=null][Name=null, displayName=null] has display name.
Product: db Reporter: gtg <gtg>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: schkovich
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183850
Attachments: stacktrace
stacktrace

Description gtg 2012-01-27 12:40:38 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8575-on-20120124)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
GUEST: estava abrindo as a arvore para vizualizar as tabelas do banco...
Driver utilizado foi o Jaybird 1.6 para conexao com firebird SQL 2.5

GUEST: connect toadvanatge DB




Stacktrace: 
java.lang.AssertionError: org.netbeans.modules.db.explorer.node.SchemaNode[name=null][Name=null, displayName=null] has display name.
   at org.netbeans.modules.db.explorer.node.SchemaNodeProvider$SchemaComparator.compare(SchemaNodeProvider.java:153)
   at org.netbeans.modules.db.explorer.node.SchemaNodeProvider$SchemaComparator.compare(SchemaNodeProvider.java:149)
   at java.util.TreeMap.compare(TreeMap.java:1188)
   at java.util.TreeMap.put(TreeMap.java:531)
   at java.util.TreeSet.add(TreeSet.java:255)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:334)
Comment 1 gtg 2012-01-27 12:40:54 UTC
Created attachment 115309 [details]
stacktrace
Comment 2 schkovich 2012-02-22 02:14:00 UTC
Created attachment 116005 [details]
stacktrace

refrehing tables node
Comment 3 Jan Peska 2012-04-19 13:57:03 UTC

*** This bug has been marked as a duplicate of bug 201380 ***