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 - CompilerSet addDirectory() vs getDirectory()
Summary: CompilerSet addDirectory() vs getDirectory()
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-13 00:24 UTC by ivan
Modified: 2010-05-11 18:29 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.