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 - NPE during renaming in Page Flow editor
Summary: NPE during renaming in Page Flow editor
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords:
: 100722 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-11 18:20 UTC by Petr Pisl
Modified: 2007-04-12 05:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The NPE (2.36 KB, text/plain)
2007-04-11 18:21 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***