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

Summary: Get CompilerSet methods addTool and addNewTool in order
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.