Bug 16966 - NPE in Custom Plug-in Wizard
Summary: NPE in Custom Plug-in Wizard
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-22 14:37 EDT by Jason Montojo CLA
Modified: 2002-05-23 20:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Montojo CLA 2002-05-22 14:37:56 EDT
Build F1

Happens in Win2k, and Linux/GTK (SuSe 7.3)

The following causes a NullPointerException:
  1) Select Plug-in Development->Plug-in Project
  2) Click "Next"
  3) Assign a name to the project and click "Next"
  4) Click "Next" again
  5) Choose the "Custom Plug-in wizard" and click "Next"
  6) Click "Finish"
Comment 1 Jason Montojo CLA 2002-05-22 15:30:44 EDT
I forgot to mention that the steps listed above should be done after going 
through File->New->Project.
Comment 2 Dejan Glozic CLA 2002-05-23 20:46:34 EDT
Fixed. The problem was that templates were used to generate code but their 
pages were never visited, thus leaving them uninitialized. Reordering code 
fixed the problem.