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 157403 - Jemmy breaks API check
Summary: Jemmy breaks API check
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 08:34 UTC by Jaroslav Tulach
Modified: 2011-02-17 09:31 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 Jaroslav Tulach 2009-01-25 08:34:35 UTC
If I update to "hg update -C 867855b1005a" and try to

ant -f jemmy/build.xml gen-sigtest

I'll get following errors:

 [sigtest] RETURN TYPE FOR SwingTextKeyboardDriver::getKeys CHANGED FROM org.netbeans.jemmy.drivers.text.NavigationKey 
TO java.lang.Object
  [sigtest] RETURN TYPE FOR TextKeyboardDriver::getKeys CHANGED FROM org.netbeans.jemmy.drivers.text.NavigationKey TO 
java.lang.Object
  [sigtest] RETURN TYPE FOR AWTTextKeyboardDriver::getKeys CHANGED FROM org.netbeans.jemmy.drivers.text.NavigationKey 
TO java.lang.Object
  [sigtest] Selected by -Package: 1888 classes

This breaks api check for NetBeans modules and also due to this problem I had to revert the 867855b1005a commit. 
Please make the getKeys method package private.

PS: I would do it myself, if the sources were in hg repository. But they seem to be elsewhere.
Comment 1 Marian Mirilovic 2011-02-17 08:55:37 UTC
Jemmy sources/the whole project was moved to java.nt. In case  you still want
to get issue fixed, please report it here :
http://java.net/jira/browse/JEMMY