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 228568 - EIIE at org.netbeans.jellytools.OutputOperator.<clinit>
Summary: EIIE at org.netbeans.jellytools.OutputOperator.<clinit>
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 7.4
Hardware: PC All
: P2 normal (vote)
Assignee: Jiri Skrivanek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-04-15 13:07 UTC by Petr Cyhelsky
Modified: 2013-04-16 18:41 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 Petr Cyhelsky 2013-04-15 13:07:41 UTC
Profiler tests fail on following error - likely caused by change in bundle message...

java.lang.ExceptionInInitializerError
	at org.netbeans.jellytools.OutputOperator.<clinit>(OutputOperator.java:81)
	at org.netbeans.jellytools.OutputTabOperator.<init>(OutputTabOperator.java:164)
	at org.netbeans.jellytools.OutputTabOperator.<init>(OutputTabOperator.java:155)
	at org.netbeans.test.profiler.ProfilerValidationTest.testProfiler(ProfilerValidationTest.java:285)
	at org.netbeans.jellytools.JellyTestCase.runTest(JellyTestCase.java:217)
	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:97)
	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:431)
	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:357)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.netbeans.jemmy.JemmyException: "Menu/Window/Output" key was not found
	at org.netbeans.jellytools.Bundle.getString(Bundle.java:100)
	at org.netbeans.jellytools.Bundle.getStringTrimmed(Bundle.java:133)
	at org.netbeans.jellytools.actions.OutputWindowViewAction.<clinit>(OutputWindowViewAction.java:55)
Comment 1 Jiri Skrivanek 2013-04-15 20:20:16 UTC
Fixed in main #7aa67a2e2dcc.
Comment 2 Quality Engineering 2013-04-16 18:41:48 UTC
Integrated into 'main-golden', will be available in build *201304161616* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7aa67a2e2dcc
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #228568 - Window menu reorganized.