Bug 23350 - Possible NPE
Summary: Possible NPE
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-09 17:56 EDT by DJ Houghton CLA
Modified: 2002-10-07 10:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-09-09 17:56:25 EDT
org.eclipse.ant.internal.core.ant.ProgressBuildListener.countTarget

There was a case (bug 23095) where target being passed in was null.
We should handle this case and not NPE.
Comment 1 Darin Swanson CLA 2002-09-18 10:49:08 EDT
Fixed in ProgressBuildListener#countTarget(Target)
Please verify (Jared)
Comment 2 Darin Swanson CLA 2002-09-27 11:32:24 EDT
Please verify (Joe)
Comment 3 Darin Swanson CLA 2002-10-07 10:54:16 EDT
We have decided that since this is an internal class, it is an error case to 
have a null target passed to countTarget.

Closed.