Bug 3904 - RunState is using java.util.Vector
Summary: RunState is using java.util.Vector
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2007-01-22 20:52 UTC by Mike Cvet
Modified: 2007-01-22 22:56 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2007-01-22 20:52:27 UTC
And should be using another list type instead. Build system should catch this?
Comment 1 Mike Cvet 2007-01-22 21:26:03 UTC
	* RunState.java (setUpStep): Removed redundant try statement.
	(LineBreakpoint): Changed Vector members to LinkedList, via #3904.
	(LineBreakpoint.addBreakpoint): Some changes addressing above.
	(LineBreakpoint.deleteBreakpoint): Ditto.
Comment 2 Andrew Cagney 2007-01-22 22:56:24 UTC
Index: frysk-core/common/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

	* Makefile.rules (checked-for-java-util-vector): New rule.
	
Index: frysk-core/frysk/cli/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

	* hpd/CLI.java: Delete unused import java.util.Vector;

Index: frysk-core/frysk/dom/ChangeLog
2007-01-22  Andrew Cagney  <cagney@redhat.com>

	* DOMFrysk.java: Delete commented out import java.util.Vector;