Bug 18924 - [ExternalTools] NPE in EditDialog
Summary: [ExternalTools] NPE in EditDialog
Status: RESOLVED DUPLICATE of bug 18774
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 critical (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Ryan Cooper CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-06-03 17:13 EDT by Rodrigo Peretti CLA
Modified: 2002-09-18 13:58 EDT (History)
2 users (show)

See Also:


Attachments
log file (3.33 KB, text/plain)
2002-06-03 17:13 EDT, Rodrigo Peretti CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Peretti CLA 2002-06-03 17:13:28 EDT
build F2

I have no idea how I've got this one. Tried to reproduce but was not 
successful. Attaching .log file.
Comment 1 Rodrigo Peretti CLA 2002-06-03 17:13:46 EDT
Created attachment 1201 [details]
log file
Comment 2 Nick Edgar CLA 2002-06-03 22:42:20 EDT
Lines 395 and 396 of EditDialog.java are:
    Object[] results = dialog.getResult();
    String selectedDirectory = (String)results[0];

So it looks like getResult() return null.

Comment 3 Ryan Cooper CLA 2002-06-06 10:06:31 EDT

*** This bug has been marked as a duplicate of 18774 ***