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 53733 - filter merged lookup
Summary: filter merged lookup
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 53058
Blocks:
  Show dependency tree
 
Reported: 2005-01-20 11:08 UTC by David Konecny
Modified: 2006-03-24 13:07 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 David Konecny 2005-01-20 11:08:50 UTC
In
<http://ant.netbeans.org/source/browse/ant/freeform/src/org/netbeans/modules/ant/freeform/FreeformProject.java.diff?r1=1.32&r2=1.33>
the filtering of merged lookup was commented out.
Once the issue 53058 is resolved uncomment it again.
Comment 1 David Konecny 2005-01-23 20:34:45 UTC
Fixed in:
src/org/netbeans/modules/ant/freeform/FreeformProject.java;
new revision: 1.34; previous revision: 1.33
test/unit/src/org/netbeans/modules/ant/freeform/spi/ProjectNatureTest.java;
new revision: 1.4; previous revision: 1.3
Comment 2 Jaromir Uhrik 2005-07-14 16:17:55 UTC
Verified.