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 200954 - XmlMultiViewDataObject.getActiveMultiViewElement() returns null
Summary: XmlMultiViewDataObject.getActiveMultiViewElement() returns null
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2011-08-15 09:08 UTC by Jiri Skrivanek
Modified: 2011-08-16 13:56 UTC (History)
0 users

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 Jiri Skrivanek 2011-08-15 09:08:01 UTC
In tests we use XmlMultiViewDataObject.getActiveMultiViewElement() but it now returns null. To reproduce:

- open j2ee.kit\test\qa-functional\src\org\netbeans\test\j2ee\multiview\EjbModuleTest.java in NetBeans
- run the test (Ctrl+F6)
- you can debug it (Ctrl+Shift+F5). See line 202.

Product Version: NetBeans IDE Dev (Build 201108140601)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2011-08-15 14:16:31 UTC
Passing now 7fb31cdf3622.
Comment 2 Quality Engineering 2011-08-16 13:56:30 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7fb31cdf3622
User: phejl@netbeans.org
Log: #200954 XmlMultiViewDataObject.getActiveMultiViewElement() returns null