[Fedora-directory-commits] console/src/com/netscape/management/client/topology TopologyModel.java, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Tue Jul 15 17:27:01 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/console/src/com/netscape/management/client/topology
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441/console/src/com/netscape/management/client/topology

Modified Files:
	TopologyModel.java 
Log Message:
Bump version to 1.1.2
Disable SSLv2 ciphers by default - they are disabled on the server side anyway, so you can't enable them, but this just makes it clear what's going on
Do not use thread.stop - this causes threading issues with modern JVMs
Added support for debugging in Eclipse
Added more debugging log information



Index: TopologyModel.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/TopologyModel.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- TopologyModel.java	18 Jul 2005 00:34:20 -0000	1.1.1.1
+++ TopologyModel.java	15 Jul 2008 17:26:58 -0000	1.2
@@ -245,7 +245,7 @@
       */
     private void expandFirstNode(IPage viewInstance) {
         ResourceObject root = (ResourceObject) getRoot();
-        if (!root.isLeaf()) {
+        if (!root.isLeaf() && (root.getChildCount() > 0)) {
             ResourceObject firstChild = (ResourceObject) getChild(root, 0);
             if (firstChild instanceof DomainNode)
                 fireExpandTreeNode(viewInstance,




More information about the Fedora-directory-commits mailing list