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 129563 - NPE in XSLTEditorOperator.bindSourceToMethoid
Summary: NPE in XSLTEditorOperator.bindSourceToMethoid
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Zlamal
URL: http://hlemyzd-2.czech/hudson/job/NB_...
Keywords: TEST
: 133857 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-07 16:38 UTC by Jesse Glick
Modified: 2008-10-27 16:35 UTC (History)
2 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 Jesse Glick 2008-03-07 16:38:30 UTC
Observed in production build.

java.lang.NullPointerException
	at org.netbeans.test.xslt.lib.XSLTEditorOperator.bindSourceToMethoid(XSLTEditorOperator.java:88)
	at org.netbeans.test.xslt.AcceptanceTestCase.editXSLT(AcceptanceTestCase.java:242)
Comment 1 Andrei Chistiakov 2008-03-13 14:16:50 UTC
This most likely happens because MouseRobotDriver which is used by the tests may work incorrectly with non-gnome window
manager. Please configure the test machine to use GNome window manager.
Comment 2 Jesse Glick 2008-03-17 22:42:13 UTC
Michal can make changes to the test environment, but surely the test should fail with something other than a NPE if its
environment is not configured correctly.
Comment 3 Andrei Chistiakov 2008-03-18 15:02:40 UTC
Test indicated that an attempt of editing failed (method editXSLT() failed). There are too many possible reasons of such
failure. It can be caused by a bug in XSLT module, by MouseRobotDriver/display manager, by a screen saver which is
suddenly turned on, etc. The analysis should be done by engineer, not by the test.

Comment 4 Jesse Glick 2008-03-18 16:59:17 UTC
Well someone needs to resolve.
Comment 5 Andrei Chistiakov 2008-04-28 14:04:02 UTC
*** Issue 133857 has been marked as a duplicate of this issue. ***
Comment 6 Michal Zlamal 2008-04-29 10:44:15 UTC
changed the window manager to gnome.
BTW: Shouldn't this be fixed in tests?
Why other tests are OK?
Comment 7 rpoon 2008-10-19 02:44:25 UTC
Need more information to verify.
Comment 8 rpoon 2008-10-24 00:27:18 UTC
Please provide instructions/project etc. on how to verify this problem.
Comment 9 Michal Zlamal 2008-10-24 07:19:07 UTC
Production builds' commit validation passes, there is probably nothing more to validate.
Comment 10 rpoon 2008-10-27 16:35:28 UTC
No longer an issue the Design time for XSL editor was removed for this GFESB release.