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 - AssertionError: org.netbeans.modules.db.explorer.node.SchemaNode[name=null][Name=null, displayName=null] has display name.
Summary: AssertionError: org.netbeans.modules.db.explorer.node.SchemaNode[name=null][N...
Status: RESOLVED DUPLICATE of bug 201380
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-27 12:40 UTC by gtg
Modified: 2012-04-19 13:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183850


Attachments
stacktrace (1.86 KB, text/plain)
2012-01-27 12:40 UTC, gtg
Details
stacktrace (1.86 KB, text/plain)
2012-02-22 02:14 UTC, schkovich
Details

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