Bug 3750 - frysk.cli.hpd uses Vector, which is old school
Summary: frysk.cli.hpd uses Vector, which is old school
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
Depends on:
Blocks: 2246 3729
  Show dependency treegraph
 
Reported: 2006-12-18 15:52 UTC by Andrew Cagney
Modified: 2006-12-22 16:00 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 Andrew Cagney 2006-12-18 15:52:52 UTC
The Vector class, from Java 1.0 was largely replaced by the Collection and its
sub classes, added to Java 1.2.
Comment 1 Stan Cox 2006-12-20 17:24:03 UTC
	* hpd/AllPTSet.java (taskSets): Use ArrayList instead of Vector.
	* hpd/CLI.java (handle): Likewise.
	* hpd/Command.java (myParameters): Likewise.
	* hpd/DynamicPTSet.java (getTasks): Likewise.
	* hpd/ExecPTSet.java (getTasks): Likewise.
	* hpd/Preprocessor.java (preprocess): Likewise.
	* hpd/ProcTasks.java (getTaskData): Likewise.
	* hpd/SetNotationParser.java (parse): Likewise.
	* hpd/StaticPTSet.java (getProcs): Likewise.
	* hpd/StatePTSet.java (getTasks): Likewise.
	* hpd/UserHelp.java (getCmdList): Likewise.
Comment 2 Stan Cox 2006-12-22 16:00:47 UTC
Replaced Vector with ArrayList