D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/tggraphlayout-1.22-8.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BjGzDd + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf TGGraphLayout + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/TGGL_122_jre11.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd TGGraphLayout + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tggraphlayout-javadoc.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch ++ find . -name '*.jar' + for j in $(find . -name "*.jar") + mv ./TGGraphLayout.jar ./TGGraphLayout.jar.no ++ find . -name '*.class' + mv 'TGGL ReleaseNotes.txt' TGGL_ReleaseNotes.txt + mkdir -p classes + mkdir -p apidocs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.13C1xf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd TGGraphLayout + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export ClASSPATH=%Java_home/jre/lib/rt.jar + ClASSPATH=%Java_home/jre/lib/rt.jar ++ find com/ -name '*.java' + javac -d classes com/touchgraph/graphlayout/Node.java com/touchgraph/graphlayout/TGPanel.java com/touchgraph/graphlayout/TGPaintListener.java com/touchgraph/graphlayout/TGPoint2D.java com/touchgraph/graphlayout/interaction/DragNodeUI.java com/touchgraph/graphlayout/interaction/TGAbstractMousePausedUI.java com/touchgraph/graphlayout/interaction/TGAbstractClickUI.java com/touchgraph/graphlayout/interaction/TGAbstractMouseMotionUI.java com/touchgraph/graphlayout/interaction/TGSelfDeactivatingUI.java com/touchgraph/graphlayout/interaction/DragMultiselectUI.java com/touchgraph/graphlayout/interaction/TGUIManager.java com/touchgraph/graphlayout/interaction/RotateScroll.java com/touchgraph/graphlayout/interaction/DragAddUI.java com/touchgraph/graphlayout/interaction/GLEditUI.java com/touchgraph/graphlayout/interaction/GLNavigateUI.java com/touchgraph/graphlayout/interaction/HVRotateDragUI.java com/touchgraph/graphlayout/interaction/HVScroll.java com/touchgraph/graphlayout/interaction/HyperScroll.java com/touchgraph/graphlayout/interaction/ZoomScroll.java com/touchgraph/graphlayout/interaction/TGAbstractDragUI.java com/touchgraph/graphlayout/interaction/LocalityScroll.java com/touchgraph/graphlayout/interaction/TGUserInterface.java com/touchgraph/graphlayout/LocalityUtils.java com/touchgraph/graphlayout/GLPanel.java com/touchgraph/graphlayout/graphelements/TGForEachNodePair.java com/touchgraph/graphlayout/graphelements/TGNodeQueue.java com/touchgraph/graphlayout/graphelements/VisibleLocality.java com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java com/touchgraph/graphlayout/graphelements/TGForEachEdge.java com/touchgraph/graphlayout/graphelements/GraphEltSet.java com/touchgraph/graphlayout/graphelements/Locality.java com/touchgraph/graphlayout/graphelements/GESUtils.java com/touchgraph/graphlayout/graphelements/TGForEachNode.java com/touchgraph/graphlayout/GraphListener.java com/touchgraph/graphlayout/GraphLayoutApplet.java com/touchgraph/graphlayout/TGScrollPane.java com/touchgraph/graphlayout/TGLayout.java com/touchgraph/graphlayout/TGLensSet.java com/touchgraph/graphlayout/TGAbstractLens.java com/touchgraph/graphlayout/TGException.java com/touchgraph/graphlayout/Edge.java com/touchgraph/graphlayout/Node.java:336: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int edgeNum() { ^ com/touchgraph/graphlayout/TGPanel.java:183: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int nodeNum() { ^ com/touchgraph/graphlayout/TGPanel.java:351: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int edgeNum() { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:100: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int nodeNum() { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:166: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int edgeNum() { ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:74: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int nodeNum(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:85: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int edgeNum(); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 warnings ++ find com/ -name '*.java' + javadoc -d apidocs com/touchgraph/graphlayout/Node.java com/touchgraph/graphlayout/TGPanel.java com/touchgraph/graphlayout/TGPaintListener.java com/touchgraph/graphlayout/TGPoint2D.java com/touchgraph/graphlayout/interaction/DragNodeUI.java com/touchgraph/graphlayout/interaction/TGAbstractMousePausedUI.java com/touchgraph/graphlayout/interaction/TGAbstractClickUI.java com/touchgraph/graphlayout/interaction/TGAbstractMouseMotionUI.java com/touchgraph/graphlayout/interaction/TGSelfDeactivatingUI.java com/touchgraph/graphlayout/interaction/DragMultiselectUI.java com/touchgraph/graphlayout/interaction/TGUIManager.java com/touchgraph/graphlayout/interaction/RotateScroll.java com/touchgraph/graphlayout/interaction/DragAddUI.java com/touchgraph/graphlayout/interaction/GLEditUI.java com/touchgraph/graphlayout/interaction/GLNavigateUI.java com/touchgraph/graphlayout/interaction/HVRotateDragUI.java com/touchgraph/graphlayout/interaction/HVScroll.java com/touchgraph/graphlayout/interaction/HyperScroll.java com/touchgraph/graphlayout/interaction/ZoomScroll.java com/touchgraph/graphlayout/interaction/TGAbstractDragUI.java com/touchgraph/graphlayout/interaction/LocalityScroll.java com/touchgraph/graphlayout/interaction/TGUserInterface.java com/touchgraph/graphlayout/LocalityUtils.java com/touchgraph/graphlayout/GLPanel.java com/touchgraph/graphlayout/graphelements/TGForEachNodePair.java com/touchgraph/graphlayout/graphelements/TGNodeQueue.java com/touchgraph/graphlayout/graphelements/VisibleLocality.java com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java com/touchgraph/graphlayout/graphelements/TGForEachEdge.java com/touchgraph/graphlayout/graphelements/GraphEltSet.java com/touchgraph/graphlayout/graphelements/Locality.java com/touchgraph/graphlayout/graphelements/GESUtils.java com/touchgraph/graphlayout/graphelements/TGForEachNode.java com/touchgraph/graphlayout/GraphListener.java com/touchgraph/graphlayout/GraphLayoutApplet.java com/touchgraph/graphlayout/TGScrollPane.java com/touchgraph/graphlayout/TGLayout.java com/touchgraph/graphlayout/TGLensSet.java com/touchgraph/graphlayout/TGAbstractLens.java com/touchgraph/graphlayout/TGException.java com/touchgraph/graphlayout/Edge.java Loading source file com/touchgraph/graphlayout/Node.java... Loading source file com/touchgraph/graphlayout/TGPanel.java... Loading source file com/touchgraph/graphlayout/TGPaintListener.java... Loading source file com/touchgraph/graphlayout/TGPoint2D.java... Loading source file com/touchgraph/graphlayout/interaction/DragNodeUI.java... Loading source file com/touchgraph/graphlayout/interaction/TGAbstractMousePausedUI.java... Loading source file com/touchgraph/graphlayout/interaction/TGAbstractClickUI.java... Loading source file com/touchgraph/graphlayout/interaction/TGAbstractMouseMotionUI.java... Loading source file com/touchgraph/graphlayout/interaction/TGSelfDeactivatingUI.java... Loading source file com/touchgraph/graphlayout/interaction/DragMultiselectUI.java... Loading source file com/touchgraph/graphlayout/interaction/TGUIManager.java... Loading source file com/touchgraph/graphlayout/interaction/RotateScroll.java... Loading source file com/touchgraph/graphlayout/interaction/DragAddUI.java... Loading source file com/touchgraph/graphlayout/interaction/GLEditUI.java... Loading source file com/touchgraph/graphlayout/interaction/GLNavigateUI.java... Loading source file com/touchgraph/graphlayout/interaction/HVRotateDragUI.java... Loading source file com/touchgraph/graphlayout/interaction/HVScroll.java... Loading source file com/touchgraph/graphlayout/interaction/HyperScroll.java... Loading source file com/touchgraph/graphlayout/interaction/ZoomScroll.java... Loading source file com/touchgraph/graphlayout/interaction/TGAbstractDragUI.java... Loading source file com/touchgraph/graphlayout/interaction/LocalityScroll.java... Loading source file com/touchgraph/graphlayout/interaction/TGUserInterface.java... Loading source file com/touchgraph/graphlayout/LocalityUtils.java... Loading source file com/touchgraph/graphlayout/GLPanel.java... Loading source file com/touchgraph/graphlayout/graphelements/TGForEachNodePair.java... Loading source file com/touchgraph/graphlayout/graphelements/TGNodeQueue.java... Loading source file com/touchgraph/graphlayout/graphelements/VisibleLocality.java... Loading source file com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java... Loading source file com/touchgraph/graphlayout/graphelements/TGForEachEdge.java... Loading source file com/touchgraph/graphlayout/graphelements/GraphEltSet.java... Loading source file com/touchgraph/graphlayout/graphelements/Locality.java... Loading source file com/touchgraph/graphlayout/graphelements/GESUtils.java... Loading source file com/touchgraph/graphlayout/graphelements/TGForEachNode.java... Loading source file com/touchgraph/graphlayout/GraphListener.java... Loading source file com/touchgraph/graphlayout/GraphLayoutApplet.java... Loading source file com/touchgraph/graphlayout/TGScrollPane.java... Loading source file com/touchgraph/graphlayout/TGLayout.java... Loading source file com/touchgraph/graphlayout/TGLensSet.java... Loading source file com/touchgraph/graphlayout/TGAbstractLens.java... Loading source file com/touchgraph/graphlayout/TGException.java... Loading source file com/touchgraph/graphlayout/Edge.java... Constructing Javadoc information... Standard Doclet version 11.0.9-ea Building tree for all the packages and classes... Generating apidocs/com/touchgraph/graphlayout/graphelements/GESUtils.html... com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for ges public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for focusNode public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for radius public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for maxAddEdgeCount public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for maxExpandEdgeCount public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @param for unidirectional public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:76: warning: no @return public static Hashtable calculateDistances(GraphEltSet ges, Node focusNode, int radius, ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:112: warning: no @param for ges public static Hashtable getLargestConnectedSubgraph(GraphEltSet ges) { ^ com/touchgraph/graphlayout/graphelements/GESUtils.java:112: warning: no @return public static Hashtable getLargestConnectedSubgraph(GraphEltSet ges) { ^ Generating apidocs/com/touchgraph/graphlayout/graphelements/GraphEltSet.html... com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:69: warning: no @return public int nodeCount(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:72: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the nodeCount() method. ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:74: warning: no @return public int nodeNum(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:80: warning: no @return public int edgeCount(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:83: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the edgeCount() method. ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:85: warning: no @return public int edgeNum(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:90: error: tag not supported in the generated HTML version: tt /** Return the Node whose ID matches the String id, null if no match is found. */ ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:91: warning: no @param for id public Node findNode( String id ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:91: warning: no @return public Node findNode( String id ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:97: error: tag not supported in the generated HTML version: tt /** Return the first Nodes whose label contains the String substring, ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:99: warning: no @param for substring public Node findNodeLabelContaining( String substring ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:99: warning: no @return public Node findNodeLabelContaining( String substring ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:101: error: tag not supported in the generated HTML version: tt /** Return an Edge spanning Node from to Node to. */ ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:101: error: tag not supported in the generated HTML version: tt /** Return an Edge spanning Node from to Node to. */ ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:102: warning: no @param for from public Edge findEdge( Node from, Node to ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:102: warning: no @param for to public Edge findEdge( Node from, Node to ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:102: warning: no @return public Edge findEdge( Node from, Node to ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:105: warning: no @return public Node getRandomNode(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:108: warning: no @return public Node getFirstNode(); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:111: warning: no @param for fen public void forAllNodes( TGForEachNode fen ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:114: warning: no @param for fenp public void forAllNodePairs( TGForEachNodePair fenp ); ^ com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.java:117: warning: no @param for fee public void forAllEdges( TGForEachEdge fee ); ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:91: error: tag not supported in the generated HTML version: tt /** Return the Node at int index, null if none are available. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:92: warning: no @param for i protected Node nodeAt( int i ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:92: warning: no @return protected Node nodeAt( int i ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:98: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the nodeCount() method. ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:124: error: tag not supported in the generated HTML version: tt /** Add the Node node to the graph, and ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:126: warning: no @param for node public synchronized void addNode( Node node ) throws TGException { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:126: warning: no @throws for com.touchgraph.graphlayout.TGException public synchronized void addNode( Node node ) throws TGException { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:150: error: tag not supported in the generated HTML version: tt /** Returns true if the graph contains the Node node. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:151: warning: no @param for node public boolean contains( Node node ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:151: warning: no @return public boolean contains( Node node ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:157: error: tag not supported in the generated HTML version: tt /** Return the Edge at int index, null if none are available. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:158: warning: no @param for index protected Edge edgeAt( int index ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:158: warning: no @return protected Edge edgeAt( int index ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:164: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the edgeCount() method. ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:183: error: tag not supported in the generated HTML version: tt /** Add the Edge edge to the graph. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:184: warning: no @param for edge public void addEdge( Edge edge ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:193: error: tag not supported in the generated HTML version: tt /** Add an Edge from Node from to Node to, ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:193: error: tag not supported in the generated HTML version: tt /** Add an Edge from Node from to Node to, ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:194: error: tag not supported in the generated HTML version: tt * with tension of int tension, returning the Edge. ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:196: warning: no @param for from public Edge addEdge( Node from, Node to, int tension ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:196: warning: no @param for to public Edge addEdge( Node from, Node to, int tension ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:196: warning: no @param for tension public Edge addEdge( Node from, Node to, int tension ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:196: warning: no @return public Edge addEdge( Node from, Node to, int tension ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:205: error: tag not supported in the generated HTML version: tt /** Returns true if the graph contains the Edge edge. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:206: warning: no @param for edge public boolean contains( Edge edge ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:206: warning: no @return public boolean contains( Edge edge ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:210: error: tag not supported in the generated HTML version: tt /** Return the Node whose ID matches the String id, null if no match is found. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:216: error: tag not supported in the generated HTML version: tt /** Return the Node whose URL matches the String strURL, null if no match is found. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:217: warning: no @param for strURL public Node findNodeByURL( String strURL ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:217: warning: no @return public Node findNodeByURL( String strURL ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:246: error: tag not supported in the generated HTML version: tt /** Return the first Nodes whose label contains the String substring, ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:264: error: tag not supported in the generated HTML version: tt /** Return an Edge spanning Node from to Node to. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:264: error: tag not supported in the generated HTML version: tt /** Return an Edge spanning Node from to Node to. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:273: error: tag not supported in the generated HTML version: tt /** Delete the Edge edge. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:274: warning: no @param for edge public boolean deleteEdge( Edge edge ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:274: warning: no @return public boolean deleteEdge( Edge edge ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:284: error: tag not supported in the generated HTML version: tt /** Delete the Edges contained within the Vector edgedToDelete. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:285: warning: no @param for edgesToDelete public void deleteEdges( Vector edgesToDelete ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:293: error: tag not supported in the generated HTML version: tt /** Delete the Edge spanning Node from to Node to, ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:293: error: tag not supported in the generated HTML version: tt /** Delete the Edge spanning Node from to Node to, ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:295: warning: no @param for from public boolean deleteEdge( Node from, Node to ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:295: warning: no @param for to public boolean deleteEdge( Node from, Node to ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:295: warning: no @return public boolean deleteEdge( Node from, Node to ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:303: error: tag not supported in the generated HTML version: tt /** Delete the Node node, returning true if successful. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:304: warning: no @param for node public boolean deleteNode( Node node ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:304: warning: no @return public boolean deleteNode( Node node ) { ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:327: error: tag not supported in the generated HTML version: tt /** Delete the Nodes contained within the Vector nodesToDelete. */ ^ com/touchgraph/graphlayout/graphelements/GraphEltSet.java:328: warning: no @param for nodesToDelete public void deleteNodes( Vector nodesToDelete ) { ^ Generating apidocs/com/touchgraph/graphlayout/graphelements/ImmutableGraphEltSet.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/Locality.html... com/touchgraph/graphlayout/graphelements/Locality.java:77: error: tag not supported in the generated HTML version: tt /** Constructor with GraphEltSet ges. ^ com/touchgraph/graphlayout/graphelements/Locality.java:79: warning: no @param for ges public Locality(GraphEltSet ges) { ^ Generating apidocs/com/touchgraph/graphlayout/graphelements/TGForEachEdge.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/TGForEachNode.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/TGForEachNodePair.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/TGNodeQueue.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/VisibleLocality.html... Generating apidocs/com/touchgraph/graphlayout/Edge.html... com/touchgraph/graphlayout/Edge.java:78: warning: no @param for f public Edge(Node f, Node t, int len) { ^ com/touchgraph/graphlayout/Edge.java:78: warning: no @param for t public Edge(Node f, Node t, int len) { ^ com/touchgraph/graphlayout/Edge.java:78: warning: no @param for len public Edge(Node f, Node t, int len) { ^ com/touchgraph/graphlayout/Edge.java:88: warning: no @param for f public Edge(Node f, Node t) { ^ com/touchgraph/graphlayout/Edge.java:88: warning: no @param for t public Edge(Node f, Node t) { ^ com/touchgraph/graphlayout/Edge.java:99: warning: no @return public Node getFrom() { return from; } ^ com/touchgraph/graphlayout/Edge.java:102: warning: no @return public Node getTo() { return to; } ^ com/touchgraph/graphlayout/Edge.java:105: warning: no @return public Color getColor() { ^ com/touchgraph/graphlayout/Edge.java:109: error: tag not supported in the generated HTML version: tt /** Set the color of this Edge to the Color color. */ ^ com/touchgraph/graphlayout/Edge.java:110: warning: no @param for color public void setColor( Color color ) { ^ com/touchgraph/graphlayout/Edge.java:115: warning: no @return public String getID() ^ com/touchgraph/graphlayout/Edge.java:120: error: tag not supported in the generated HTML version: tt /** Set the ID of this Edge to the String id. */ ^ com/touchgraph/graphlayout/Edge.java:121: warning: no @param for id public void setID( String id ) ^ com/touchgraph/graphlayout/Edge.java:127: warning: no @return public int getLength() { ^ com/touchgraph/graphlayout/Edge.java:131: error: tag not supported in the generated HTML version: tt /** Set the length of this Edge to the int len. */ ^ com/touchgraph/graphlayout/Edge.java:132: warning: no @param for len public void setLength(int len) { ^ com/touchgraph/graphlayout/Edge.java:136: error: tag not supported in the generated HTML version: tt /** Set the visibility of this Edge to the boolean v. */ ^ com/touchgraph/graphlayout/Edge.java:137: warning: no @param for v public void setVisible( boolean v) { ^ com/touchgraph/graphlayout/Edge.java:142: warning: no @return public boolean isVisible() { ^ Generating apidocs/com/touchgraph/graphlayout/GLPanel.html... com/touchgraph/graphlayout/GLPanel.java:136: warning: no @return public TGPanel getTGPanel() { ^ com/touchgraph/graphlayout/GLPanel.java:143: warning: no @return public HVScroll getHVScroll() ^ com/touchgraph/graphlayout/GLPanel.java:149: warning: no @return public HyperScroll getHyperScroll() ^ com/touchgraph/graphlayout/GLPanel.java:155: error: tag not supported in the generated HTML version: tt * given a Point p. ^ com/touchgraph/graphlayout/GLPanel.java:157: warning: no @param for p public void setOffset( Point p ) { ^ com/touchgraph/graphlayout/GLPanel.java:162: warning: no @return public Point getOffset() { ^ com/touchgraph/graphlayout/GLPanel.java:169: warning: no @return public RotateScroll getRotateScroll() ^ com/touchgraph/graphlayout/GLPanel.java:175: warning: no @param for angle public void setRotationAngle( int angle ) { ^ com/touchgraph/graphlayout/GLPanel.java:180: warning: no @return public int getRotationAngle() { ^ com/touchgraph/graphlayout/GLPanel.java:187: warning: no @return public LocalityScroll getLocalityScroll() ^ com/touchgraph/graphlayout/GLPanel.java:195: warning: no @param for radius public void setLocalityRadius( int radius ) { ^ com/touchgraph/graphlayout/GLPanel.java:200: warning: no @return public int getLocalityRadius() { ^ com/touchgraph/graphlayout/GLPanel.java:207: warning: no @return public ZoomScroll getZoomScroll() ^ com/touchgraph/graphlayout/GLPanel.java:213: warning: no @param for zoomValue public void setZoomValue( int zoomValue ) { ^ com/touchgraph/graphlayout/GLPanel.java:218: warning: no @return public int getZoomValue() { ^ Generating apidocs/com/touchgraph/graphlayout/GraphLayoutApplet.html... Generating apidocs/com/touchgraph/graphlayout/GraphListener.html... Generating apidocs/com/touchgraph/graphlayout/LocalityUtils.html... com/touchgraph/graphlayout/LocalityUtils.java:241: warning: no @param for n public void expandNode(final Node n) { ^ com/touchgraph/graphlayout/LocalityUtils.java:272: warning: no @param for hideNode public synchronized void hideNode( final Node hideNode ) { ^ com/touchgraph/graphlayout/LocalityUtils.java:300: warning: no @param for collapseNode public synchronized void collapseNode( final Node collapseNode ) { ^ Generating apidocs/com/touchgraph/graphlayout/Node.html... com/touchgraph/graphlayout/Node.java:153: error: tag not supported in the generated HTML version: tt /** Constructor with the required ID id, using defaults ^ com/touchgraph/graphlayout/Node.java:157: warning: no @param for id public Node( String id ) ^ com/touchgraph/graphlayout/Node.java:163: error: tag not supported in the generated HTML version: tt /** Constructor with Strings for ID id and label, using defaults ^ com/touchgraph/graphlayout/Node.java:163: error: tag not supported in the generated HTML version: tt /** Constructor with Strings for ID id and label, using defaults ^ com/touchgraph/graphlayout/Node.java:167: warning: no @param for id public Node( String id, String label ) ^ com/touchgraph/graphlayout/Node.java:167: warning: no @param for label public Node( String id, String label ) ^ com/touchgraph/graphlayout/Node.java:174: error: tag not supported in the generated HTML version: tt /** Constructor with a String ID id, an int type, Background Color bgColor, ^ com/touchgraph/graphlayout/Node.java:174: error: tag not supported in the generated HTML version: tt /** Constructor with a String ID id, an int type, Background Color bgColor, ^ com/touchgraph/graphlayout/Node.java:174: error: tag not supported in the generated HTML version: tt /** Constructor with a String ID id, an int type, Background Color bgColor, ^ com/touchgraph/graphlayout/Node.java:175: error: tag not supported in the generated HTML version: tt * and a String label. If the label is null, it will be taken from the ID value. ^ com/touchgraph/graphlayout/Node.java:179: warning: no @param for id public Node( String id, int type, Color color, String label ) ^ com/touchgraph/graphlayout/Node.java:179: warning: no @param for type public Node( String id, int type, Color color, String label ) ^ com/touchgraph/graphlayout/Node.java:179: warning: no @param for color public Node( String id, int type, Color color, String label ) ^ com/touchgraph/graphlayout/Node.java:179: warning: no @param for label public Node( String id, int type, Color color, String label ) ^ com/touchgraph/graphlayout/Node.java:215: error: tag not supported in the generated HTML version: tt /** Set the ID of this Node to the String id. ^ com/touchgraph/graphlayout/Node.java:217: warning: no @param for id public void setID( String id ) { ^ com/touchgraph/graphlayout/Node.java:223: warning: no @return public String getID() { ^ com/touchgraph/graphlayout/Node.java:227: error: tag not supported in the generated HTML version: tt /** Set the location of this Node provided the Point p. ^ com/touchgraph/graphlayout/Node.java:229: warning: no @param for p public void setLocation( Point p ) { ^ com/touchgraph/graphlayout/Node.java:237: warning: no @return public Point getLocation() { ^ com/touchgraph/graphlayout/Node.java:241: error: tag not supported in the generated HTML version: tt /** Set the visibility of this Node to the boolean v. ^ com/touchgraph/graphlayout/Node.java:243: warning: no @param for v public void setVisible( boolean v) { ^ com/touchgraph/graphlayout/Node.java:249: warning: no @return public boolean isVisible() { ^ com/touchgraph/graphlayout/Node.java:253: error: tag not supported in the generated HTML version: tt /** Set the type of this Node to the int type. ^ com/touchgraph/graphlayout/Node.java:260: warning: no @param for type public void setType( int type ) { ^ com/touchgraph/graphlayout/Node.java:270: warning: no @return public int getType() { ^ com/touchgraph/graphlayout/Node.java:274: error: tag not supported in the generated HTML version: tt /** Set the font of this Node to the Font font. */ ^ com/touchgraph/graphlayout/Node.java:275: warning: no @param for font public void setFont( Font font ) { ^ com/touchgraph/graphlayout/Node.java:284: error: tag not supported in the generated HTML version: tt /** Set the background color of this Node to the Color bgColor. */ ^ com/touchgraph/graphlayout/Node.java:295: error: tag not supported in the generated HTML version: tt /** Set the text color of this Node to the Color txtColor. */ ^ com/touchgraph/graphlayout/Node.java:308: error: tag not supported in the generated HTML version: tt /** Set the label of this Node to the String label. */ ^ com/touchgraph/graphlayout/Node.java:319: error: tag not supported in the generated HTML version: tt /** Set the fixed status of this Node to the boolean fixed. */ ^ com/touchgraph/graphlayout/Node.java:334: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the edgeCount() method. ^ com/touchgraph/graphlayout/Node.java:358: error: tag not supported in the generated HTML version: tt /** Return the Edge at int index. */ ^ com/touchgraph/graphlayout/Node.java:363: error: tag not supported in the generated HTML version: tt /** Add the Edge edge to the graph. */ ^ com/touchgraph/graphlayout/Node.java:369: error: tag not supported in the generated HTML version: tt /** Remove the Edge edge from the graph. */ ^ com/touchgraph/graphlayout/Node.java:392: error: tag not supported in the generated HTML version: tt /** Returns true if this Node intersects Dimension d. */ ^ com/touchgraph/graphlayout/Node.java:397: error: tag not supported in the generated HTML version: tt /** Returns true if this Node contains the Point px,py. */ ^ com/touchgraph/graphlayout/Node.java:403: error: tag not supported in the generated HTML version: tt /** Returns true if this Node contains the Point p. */ ^ Generating apidocs/com/touchgraph/graphlayout/TGAbstractLens.html... Generating apidocs/com/touchgraph/graphlayout/TGException.html... Generating apidocs/com/touchgraph/graphlayout/TGLayout.html... com/touchgraph/graphlayout/TGLayout.java:95: error: tag not supported in the generated HTML version: tt /** Constructor with a supplied TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/TGLensSet.html... Generating apidocs/com/touchgraph/graphlayout/TGPaintListener.html... Generating apidocs/com/touchgraph/graphlayout/TGPanel.html... com/touchgraph/graphlayout/TGPanel.java:181: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the visibleNodeCount() method. ^ com/touchgraph/graphlayout/TGPanel.java:192: error: tag not supported in the generated HTML version: tt /** Return the Node whose ID matches the String id, null if no match is found. ^ com/touchgraph/graphlayout/TGPanel.java:202: error: tag not supported in the generated HTML version: tt /** Return the Node whose URL matches the String strURL, null if no match is found. ^ com/touchgraph/graphlayout/TGPanel.java:221: error: tag not supported in the generated HTML version: tt /** Return the first Nodes whose label contains the String substring, ^ com/touchgraph/graphlayout/TGPanel.java:261: error: tag not supported in the generated HTML version: tt /** Add the Node node to the visibleLocality, checking for ID uniqueness. */ ^ com/touchgraph/graphlayout/TGPanel.java:349: error: tag not supported in the generated HTML version: tt * @deprecated this method has been replaced by the visibleEdgeCount() method. ^ Generating apidocs/com/touchgraph/graphlayout/TGPanel.AdjustOriginLens.html... Generating apidocs/com/touchgraph/graphlayout/TGPanel.SwitchSelectUI.html... Generating apidocs/com/touchgraph/graphlayout/TGPoint2D.html... Generating apidocs/com/touchgraph/graphlayout/TGScrollPane.html... com/touchgraph/graphlayout/TGScrollPane.java:79: error: tag not supported in the generated HTML version: tt * given a Point p. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/DragAddUI.html... com/touchgraph/graphlayout/interaction/TGAbstractDragUI.java:73: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ com/touchgraph/graphlayout/interaction/DragAddUI.java:73: error: tag not supported in the generated HTML version: tt /** Constructor with provided TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/DragMultiselectUI.html... Generating apidocs/com/touchgraph/graphlayout/interaction/DragNodeUI.html... com/touchgraph/graphlayout/interaction/DragNodeUI.java:78: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/GLEditUI.html... com/touchgraph/graphlayout/interaction/GLEditUI.java:92: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/GLNavigateUI.html... Generating apidocs/com/touchgraph/graphlayout/interaction/HVRotateDragUI.html... com/touchgraph/graphlayout/interaction/HVRotateDragUI.java:76: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp, HVScroll hvs ^ com/touchgraph/graphlayout/interaction/HVRotateDragUI.java:76: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp, HVScroll hvs ^ com/touchgraph/graphlayout/interaction/HVRotateDragUI.java:77: error: tag not supported in the generated HTML version: tt * and a RotateScroll rs. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/HVScroll.html... com/touchgraph/graphlayout/interaction/HVScroll.java:89: error: tag not supported in the generated HTML version: tt /** Constructor with a TGPanel tgp and TGLensSet tgls. ^ com/touchgraph/graphlayout/interaction/HVScroll.java:89: error: tag not supported in the generated HTML version: tt /** Constructor with a TGPanel tgp and TGLensSet tgls. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/HyperScroll.html... Generating apidocs/com/touchgraph/graphlayout/interaction/LocalityScroll.html... Generating apidocs/com/touchgraph/graphlayout/interaction/RotateScroll.html... com/touchgraph/graphlayout/interaction/RotateScroll.java:77: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/TGAbstractClickUI.html... Generating apidocs/com/touchgraph/graphlayout/interaction/TGAbstractDragUI.html... Generating apidocs/com/touchgraph/graphlayout/interaction/TGAbstractMouseMotionUI.html... com/touchgraph/graphlayout/interaction/TGAbstractMouseMotionUI.java:70: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/TGAbstractMousePausedUI.html... com/touchgraph/graphlayout/interaction/TGAbstractMousePausedUI.java:72: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/interaction/TGSelfDeactivatingUI.html... Generating apidocs/com/touchgraph/graphlayout/interaction/TGUIManager.html... Generating apidocs/com/touchgraph/graphlayout/interaction/TGUserInterface.html... Generating apidocs/com/touchgraph/graphlayout/interaction/ZoomScroll.html... com/touchgraph/graphlayout/interaction/ZoomScroll.java:71: error: tag not supported in the generated HTML version: tt /** Constructor with TGPanel tgp. ^ Generating apidocs/com/touchgraph/graphlayout/package-summary.html... Generating apidocs/com/touchgraph/graphlayout/package-tree.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/package-summary.html... Generating apidocs/com/touchgraph/graphlayout/graphelements/package-tree.html... Generating apidocs/com/touchgraph/graphlayout/interaction/package-summary.html... Generating apidocs/com/touchgraph/graphlayout/interaction/package-tree.html... Generating apidocs/constant-values.html... Generating apidocs/serialized-form.html... Building index for all the packages and classes... Generating apidocs/overview-tree.html... Generating apidocs/index-all.html... Building index for all classes... Generating apidocs/allclasses-index.html... Generating apidocs/allpackages-index.html... Generating apidocs/deprecated-list.html... Building index for all classes... Generating apidocs/allclasses.html... Generating apidocs/allclasses.html... Generating apidocs/index.html... Generating apidocs/overview-summary.html... Generating apidocs/help-doc.html... 78 errors 100 warnings error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.13C1xf (%build) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.13C1xf (%build) I: [iurt_root_command] ERROR: chroot