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 23156 - Incomaptible change in new version jemmy (JPopupMenuOperator)
Summary: Incomaptible change in new version jemmy (JPopupMenuOperator)
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-06 08:26 UTC by Marian Mirilovic
Modified: 2011-02-17 09:32 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 Marian Mirilovic 2002-05-06 08:26:33 UTC
test result from [nb_dev](20020506) shows last
changes aren't compatible :

java.lang.NoSuchMethodError:
org.netbeans.jemmy.operators.JPopupMenuOperator.pushMenuNoBlock(Ljava/lang/String;Ljava/lang/String;ZZ)V
        at
org.netbeans.test.oo.gui.jello.JettyTreePropertiesWindow.pushPopupMenuNoBlock(JettyTreePropertiesWindow.java:249)
        at
org.netbeans.test.oo.gui.jello.JettyTreePropertiesWindow.pushPopupMenuNoBlock(JettyTreePropertiesWindow.java:299)
        at
org.netbeans.test.oo.gui.jello.JettyTreePropertiesWindow.pushPopupMenuNoBlock(JettyTreePropertiesWindow.java:289)
Comment 1 Jiri Skrivanek 2002-05-06 08:41:32 UTC
Fixed.
Last jelly-nb.jar was accidentally build against jemmy2 sources but
Xtest uses jemmy.jar built from jemmy1 sources. That's why described
failures appear.
Comment 2 Marian Mirilovic 2002-05-06 13:58:27 UTC
verified, new results are ok, 
thanks.