This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163612 - Get CompilerSet methods addTool and addNewTool in order
Summary: Get CompilerSet methods addTool and addNewTool in order
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 15:46 UTC by Vladimir Kvashin
Modified: 2011-05-16 10:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2009-04-24 15:46:11 UTC
There are two methods in Compiler Set that designed poorly:
  public Tool addTool(ExecutionEnvironment env, String name, String path, int kind)
  public Tool addNewTool(ExecutionEnvironment env, String name, String path, int kind)
The ExecutionEnvironment isn't an external thing for CompilerSet, but is rather its in integral property.
This needs to be refactored.