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 45491 - Use final classes for AntSession, AntEvent, and TaskStructure rather than interfaces
Summary: Use final classes for AntSession, AntEvent, and TaskStructure rather than int...
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
Depends on:
Blocks: 42525
  Show dependency tree
 
Reported: 2004-06-23 18:43 UTC by Jesse Glick
Modified: 2006-03-24 10:18 UTC (History)
1 user (show)

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 Jesse Glick 2004-06-23 18:43:56 UTC
See issue #42525 for background.
Comment 1 Jesse Glick 2004-06-26 17:39:14 UTC
committed   * Up-To-Date  1.11       
ant/src-bridge/org/apache/tools/ant/module/bridge/impl/NbBuildLogger.java
added       * Up-To-Date  1.1        
ant/src/org/apache/tools/ant/module/run/LoggerTrampoline.java
committed   * Up-To-Date  1.3        
ant/src/org/apache/tools/ant/module/spi/AntEvent.java
committed   * Up-To-Date  1.3        
ant/src/org/apache/tools/ant/module/spi/AntSession.java
committed   * Up-To-Date  1.3        
ant/src/org/apache/tools/ant/module/spi/TaskStructure.java
Comment 2 Jaromir Uhrik 2005-07-14 16:20:30 UTC
Verified.