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 115673 - "return ;" in default action event handler
Summary: "return ;" in default action event handler
Status: RESOLVED DUPLICATE of bug 115704
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
: 115685 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-17 10:35 UTC by Roman Mostyka
Modified: 2007-09-17 18:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-09-17 10:35:18 UTC
1. Create web application with "Visual Web JSF" framework.
2. Add Button component to a page.
3. Double click added button.

Result: Action event handler is added. It have to return String, but "return ;" is in the end of this method instead of
"return null;" (as before).
Comment 1 _ sandipchitale 2007-09-17 15:17:39 UTC
Deva, I think this is the issue we saw on Friday. Please add your observations/findings to the bug and assign to
java/source or mark this duplicate if you have filed the other bug.
Comment 2 _ sandipchitale 2007-09-17 17:27:54 UTC
*** Issue 115685 has been marked as a duplicate of this issue. ***
Comment 3 _ sandipchitale 2007-09-17 17:31:05 UTC
Pavel, this is a heads up. This one may be coming to you. We are in the process of preparing the info.
Comment 4 Jan Lahoda 2007-09-17 17:55:56 UTC
Sandip, please update java/source (esp. VeryPretty) - this might be caused by issue #115704, which should be already fixed.
Comment 5 _ sandipchitale 2007-09-17 18:07:57 UTC
This may be a duplicate of issue # 112270 which is now fixed.

Actually, I am not able to reproduce the problem in VW project now.
Comment 6 _ sandipchitale 2007-09-17 18:11:46 UTC
Actually this is a duplicate of issue # 115704, which is now fixed.

*** This issue has been marked as a duplicate of 115704 ***