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 100649

Summary: NPE during renaming in Page Flow editor
Product: javaee Reporter: Petr Pisl <ppisl>
Component: JSFAssignee: Joelle Lam <joellelam>
Status: RESOLVED FIXED    
Severity: blocker CC: non_migrated_user
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: The NPE

Description Petr Pisl 2007-04-11 18:20:37 UTC
The npe is attached
Comment 1 Petr Pisl 2007-04-11 18:21:10 UTC
Created attachment 40760 [details]
The NPE
Comment 2 Joelle Lam 2007-04-11 18:49:28 UTC
If the navRule does not have a from view id then it returns null.  I need to
check for the null case.  
Comment 3 Joelle Lam 2007-04-11 19:21:07 UTC
I believe I fixed all occurrences of this issue.

IDE:-------------------------------------------------
IDE: [4/11/07 11:19 AM] Committing "Page Navigation Editor" started
Checking in PageFlowView.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowView.java,v
 <--  PageFlowView.java
new revision: 1.56; previous revision: 1.55
done
Checking in PageFlowController.java;
/cvs/web/jsf/navigation/src/org/netbeans/modules/web/jsf/navigation/PageFlowController.java,v
 <--  PageFlowController.java
new revision: 1.61; previous revision: 1.60
done
IDE: [4/11/07 11:19 AM] Committing "Page Navigation Editor" finished
Comment 4 Joelle Lam 2007-04-12 05:10:04 UTC
*** Issue 100722 has been marked as a duplicate of this issue. ***