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

Summary: Use final classes for AntSession, AntEvent, and TaskStructure rather than interfaces
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: mmetelka
Priority: P2 Keywords: API
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42525    

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.