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 33747 - Write a layer validation suite for Windows2/ directory
Summary: Write a layer validation suite for Windows2/ directory
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-19 18:05 UTC by Jaroslav Tulach
Modified: 2016-05-25 06:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
sets height to 0 and removes some unneeded separators (2.39 KB, patch)
2004-01-21 21:54 UTC, _ mruflin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-05-19 18:05:47 UTC
In order to make the usability of layer.xml based
API much better, I suggest to write a suite of
tests that would verify the correctness and
consistency of informations provided by modules in
their layers. Please see 

http://www.netbeans.org/source/browse/core/windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java?rev=1&content-type=text/x-cvsweb-markup

that tests the correctness of objects in Menu.
Such suite could lower the number of people that
ask for help on nbdev@ mailing list.
Comment 1 Marian Mirilovic 2003-11-26 12:58:17 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 2 Jaroslav Tulach 2003-11-26 15:08:35 UTC
However this is still valid for new window system and shall really be
done.
Comment 3 _ mruflin 2004-01-21 21:54:05 UTC
Created attachment 13014 [details]
sets height to 0 and removes some unneeded separators
Comment 4 _ mruflin 2004-01-21 21:58:10 UTC
Oups, please ignore.
Sorry for this one - I have no clue what I exactly did. Patch was 
meant for another issue.
Comment 5 David Simonek 2005-05-05 15:33:27 UTC
Still valid, win XMLs are hard to debug even now.