From 73fc215e2c0b98b1d8afcbac034fd99491aa93d4 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 26 Dec 2005 17:18:27 +0000 Subject: [PATCH] Correct output, after updating to JDK 1.5.0_06, which fixes a javadoc bug. --- testdata/dot-ref/MyVector.dot | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/testdata/dot-ref/MyVector.dot b/testdata/dot-ref/MyVector.dot index 7f19c0b..23dc2ac 100644 --- a/testdata/dot-ref/MyVector.dot +++ b/testdata/dot-ref/MyVector.dot @@ -1,7 +1,7 @@ #!/usr/local/bin/dot # # Class diagram -# Generated by $Id$ +# Generated by UmlGraph version 4.2 (http://www.spinellis.gr/sw/umlgraph) # digraph G { @@ -10,17 +10,17 @@ digraph G { // MyVector c1 [label="{MyVector\\n||~ addAll(index : int, c : Collection\) : boolean\l~ foo(x : MyVector\\>) : MyVector\\l~ removeAll(c : Collection\) : boolean\l~ set(index : int, element : E) : E\l}", fontname="Helvetica", fontcolor="black", fontsize=10.0]; //MyVector extends java.util.Vector - // java.util.Vector - c2 [label="{Vector\\n|# elementData : Object[]\l# elementCount : int\l# capacityIncrement : int\l- serialVersionUID : long\l|+ copyInto(arg0 : Object[])\l+ trimToSize()\l+ ensureCapacity(arg0 : int)\l- ensureCapacityHelper(arg0 : int)\l+ setSize(arg0 : int)\l+ capacity() : int\l+ size() : int\l+ isEmpty() : boolean\l+ elements() : Enumeration\\l+ contains(arg0 : Object) : boolean\l+ indexOf(arg0 : Object) : int\l+ indexOf(arg0 : Object, arg0 : int) : int\l+ lastIndexOf(arg0 : Object) : int\l+ lastIndexOf(arg0 : Object, arg0 : int) : int\l+ elementAt(arg0 : int) : E\l+ firstElement() : E\l+ lastElement() : E\l+ setElementAt(arg0 : E, arg0 : int)\l+ removeElementAt(arg0 : int)\l+ insertElementAt(arg0 : E, arg0 : int)\l+ addElement(arg0 : E)\l+ removeElement(arg0 : Object) : boolean\l+ removeAllElements()\l+ clone() : Object\l+ toArray() : Object[]\l+ toArray(arg0 : T[]) : T[]\l+ get(arg0 : int) : E\l+ set(arg0 : int, arg0 : E) : E\l+ add(arg0 : E) : boolean\l+ remove(arg0 : Object) : boolean\l+ add(arg0 : int, arg0 : E)\l+ remove(arg0 : int) : E\l+ clear()\l+ containsAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : Collection\) : boolean\l+ removeAll(arg0 : Collection\) : boolean\l+ retainAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : int, arg0 : Collection\) : boolean\l+ equals(arg0 : Object) : boolean\l+ hashCode() : int\l+ toString() : String\l+ subList(arg0 : int, arg0 : int) : List\\l# removeRange(arg0 : int, arg0 : int)\l- writeObject(arg0 : ObjectOutputStream)\l}", fontname="Helvetica", fontcolor="black", fontsize=10.0]; c2 -> c1 [dir=back,arrowtail=empty]; - // java.util.List - c3 [label="{Ğinterfaceğ \nList\\n||+ size() : int\l+ isEmpty() : boolean\l+ contains(arg0 : Object) : boolean\l+ iterator() : Iterator\\l+ toArray() : Object[]\l+ toArray(arg0 : T[]) : T[]\l+ add(arg0 : E) : boolean\l+ remove(arg0 : Object) : boolean\l+ containsAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : int, arg0 : Collection\) : boolean\l+ removeAll(arg0 : Collection\) : boolean\l+ retainAll(arg0 : Collection\) : boolean\l+ clear()\l+ equals(arg0 : Object) : boolean\l+ hashCode() : int\l+ get(arg0 : int) : E\l+ set(arg0 : int, arg0 : E) : E\l+ add(arg0 : int, arg0 : E)\l+ remove(arg0 : int) : E\l+ indexOf(arg0 : Object) : int\l+ lastIndexOf(arg0 : Object) : int\l+ listIterator() : ListIterator\\l+ listIterator(arg0 : int) : ListIterator\\l+ subList(arg0 : int, arg0 : int) : List\\l}", fontname="Helvetica-Oblique", fontcolor="black", fontsize=10.0]; c3 -> c1 [dir=back,arrowtail=empty,style=dashed]; //MyVector implements java.util.List - // java.util.RandomAccess - c4 [label="Ğinterfaceğ \nRandomAccess", fontname="Helvetica-Oblique", fontcolor="black", fontsize=10.0]; c4 -> c1 [dir=back,arrowtail=empty,style=dashed]; //MyVector implements java.util.RandomAccess + c5 -> c1 [dir=back,arrowtail=empty,style=dashed]; //MyVector implements java.lang.Cloneable // java.lang.Cloneable c5 [label="Ğinterfaceğ \nCloneable", fontname="Helvetica-Oblique", fontcolor="black", fontsize=10.0]; - c5 -> c1 [dir=back,arrowtail=empty,style=dashed]; //MyVector implements java.lang.Cloneable + // java.util.RandomAccess + c4 [label="Ğinterfaceğ \nRandomAccess", fontname="Helvetica-Oblique", fontcolor="black", fontsize=10.0]; + // java.util.Vector + c2 [label="{Vector\\n|# elementData : Object[]\l# elementCount : int\l# capacityIncrement : int\l- serialVersionUID : long\l|+ copyInto(arg0 : Object[])\l+ trimToSize()\l+ ensureCapacity(arg0 : int)\l- ensureCapacityHelper(arg0 : int)\l+ setSize(arg0 : int)\l+ capacity() : int\l+ size() : int\l+ isEmpty() : boolean\l+ elements() : Enumeration\\l+ contains(arg0 : Object) : boolean\l+ indexOf(arg0 : Object) : int\l+ indexOf(arg0 : Object, arg1 : int) : int\l+ lastIndexOf(arg0 : Object) : int\l+ lastIndexOf(arg0 : Object, arg1 : int) : int\l+ elementAt(arg0 : int) : E\l+ firstElement() : E\l+ lastElement() : E\l+ setElementAt(arg0 : E, arg1 : int)\l+ removeElementAt(arg0 : int)\l+ insertElementAt(arg0 : E, arg1 : int)\l+ addElement(arg0 : E)\l+ removeElement(arg0 : Object) : boolean\l+ removeAllElements()\l+ clone() : Object\l+ toArray() : Object[]\l+ toArray(arg0 : T[]) : T[]\l+ get(arg0 : int) : E\l+ set(arg0 : int, arg1 : E) : E\l+ add(arg0 : E) : boolean\l+ remove(arg0 : Object) : boolean\l+ add(arg0 : int, arg1 : E)\l+ remove(arg0 : int) : E\l+ clear()\l+ containsAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : Collection\) : boolean\l+ removeAll(arg0 : Collection\) : boolean\l+ retainAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : int, arg1 : Collection\) : boolean\l+ equals(arg0 : Object) : boolean\l+ hashCode() : int\l+ toString() : String\l+ subList(arg0 : int, arg1 : int) : List\\l# removeRange(arg0 : int, arg1 : int)\l- writeObject(arg0 : ObjectOutputStream)\l}", fontname="Helvetica", fontcolor="black", fontsize=10.0]; + // java.util.List + c3 [label="{Ğinterfaceğ \nList\\n||+ size() : int\l+ isEmpty() : boolean\l+ contains(arg0 : Object) : boolean\l+ iterator() : Iterator\\l+ toArray() : Object[]\l+ toArray(arg0 : T[]) : T[]\l+ add(arg0 : E) : boolean\l+ remove(arg0 : Object) : boolean\l+ containsAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : Collection\) : boolean\l+ addAll(arg0 : int, arg1 : Collection\) : boolean\l+ removeAll(arg0 : Collection\) : boolean\l+ retainAll(arg0 : Collection\) : boolean\l+ clear()\l+ equals(arg0 : Object) : boolean\l+ hashCode() : int\l+ get(arg0 : int) : E\l+ set(arg0 : int, arg1 : E) : E\l+ add(arg0 : int, arg1 : E)\l+ remove(arg0 : int) : E\l+ indexOf(arg0 : Object) : int\l+ lastIndexOf(arg0 : Object) : int\l+ listIterator() : ListIterator\\l+ listIterator(arg0 : int) : ListIterator\\l+ subList(arg0 : int, arg1 : int) : List\\l}", fontname="Helvetica-Oblique", fontcolor="black", fontsize=10.0]; }