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 147155

Summary: CompilerSet addDirectory() vs getDirectory()
Product: cnd Reporter: ivan <ivan>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description ivan 2008-09-13 00:24:36 UTC
Having an addDirectory() and a getDirectory() which returns one string
seems inconsistent.

One would expect either a set to match the get or the get to return a List<>
or Collection().
Comment 1 Thomas Preisler 2008-12-17 01:32:33 UTC
Not really a defect. Changing to task.
Comment 2 Alexey Vladykin 2010-05-11 18:29:02 UTC
Fixed during toolchain API refactoring.