Bug 16966

Summary: NPE in Custom Plug-in Wizard
Product: [Eclipse Project] PDE Reporter: Jason Montojo <Jason_Montojo>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.