Ticket #220 (closed defect: fixed)

Opened 8 months ago

Last modified 3 months ago

Random Node Deletion Throws IllegalArgumentException

Reported by: kelleyt@IU.EDU Assigned to: kelleyt@IU.EDU
Priority: high Milestone:
Component: Algorithm Version:
Severity: critical Keywords:
Cc:

Description

Running Random Node Deletion on a Random Graph using the build made on April 1st at 00:19 when run with any number as a parameter generates the following error:

java.lang.IllegalArgumentException?: This vertex is not in this graph

at edu.uci.ics.jung.graph.impl.AbstractSparseGraph?.removeVertex(AbstractSparseGraph?.java:168) at edu.iu.iv.errortolerance.ErrorTolerance?.testErrorTolerance(ErrorTolerance?.java:38) at edu.iu.iv.errortolerance.ErrorToleranceAlgorithm?.execute(ErrorToleranceAlgorithm?.java:33) at org.cishell.reference.gui.menumanager.menu.AlgorithmWrapper?.execute(AlgorithmWrapper?.java:170) at org.cishell.reference.app.service.scheduler.AlgorithmTask?.run(SchedulerServiceImpl?.java:680) at java.lang.Thread.run(Thread.java:595)

Change History

04/01/08 11:30:02 changed by kelleyt@IU.EDU

Fixed.

07/02/08 10:28:12 changed by huangb@IU.EDU

  • owner changed from nwb to kelleyt@IU.EDU.

08/13/08 12:35:06 changed by mwlinnem@IU.EDU

  • status changed from new to closed.
  • resolution set to fixed.

Just tested this out, and it seems to work. Assuming Tim fixed it as stated above. Closing.