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 52202 - [api] Run sigtest daily on your API packages
Summary: [api] Run sigtest daily on your API packages
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: rbalada
URL:
Keywords:
Depends on:
Blocks: 52016
  Show dependency tree
 
Reported: 2004-12-08 14:01 UTC by Jaroslav Tulach
Modified: 2007-04-03 18:02 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 2004-12-08 14:01:00 UTC
Please contact Rudolf to setup daily signrature
tests for your API packages and send change
reports to api-changes@netbeans.org.

See
http://openide.netbeans.org/tutorial/api.html#sigtest
Comment 1 Jan Becicka 2005-01-27 08:09:11 UTC
Rudo, please setup signature tests. Thanks
Comment 2 rbalada 2005-01-27 08:33:48 UTC
Honzo,

please provide me with exact list of packages (package trees) to run
tests on.

For example "org.openide" is good for whole package tree of OpenIDE APIs.
Comment 3 Jan Becicka 2005-01-27 08:42:05 UTC
Here you are:
org.netbeans.modules.refactoring.api
org.netbeans.modules.refactoring.api.ui
org.netbeans.modules.refactoring.spi

Note: 
there is a package org.netbeans.modules.refactoring.spi.ui, which is
not yet official API package. Please do not include this packages.
Comment 4 rbalada 2005-01-27 08:49:45 UTC
OK,

I'll exclude the package org.netbeans.modules.refactoring.spi.ui from
tests. Once the package is public, let me know so I can update test suite.
Comment 5 rbalada 2005-01-27 09:36:25 UTC
Done. The future build #200501271900 will test for changes in
refactoring API. Don't be surprised of loooong report with list of
"added" classes, methods, fields etc.

BTW: I'm not sure if there was refactoring in NB 4.0, but the
infrastructure doesn't do test against NB 4.0
Comment 6 rbalada 2005-01-27 09:48:55 UTC
BTW: I've added packages

org.netbeans.modules.refactoring.api
org.netbeans.modules.refactoring.api.ui
org.netbeans.modules.refactoring.spi

to exclude list in signature test of NetBeans IDE's public packages.
Comment 7 Jiri Prox 2005-07-20 10:05:19 UTC
Jardo, can you verify this issue? Thanks.
Comment 8 Jaroslav Tulach 2005-07-21 13:07:56 UTC
The tests do run. I've seen few reports recently.