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 205276 - Not all children in Loaders/text/x-jnlp+xml/Factories/ marked with the position attribute
Summary: Not all children in Loaders/text/x-jnlp+xml/Factories/ marked with the positi...
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 205271 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-18 09:45 UTC by Jiri Skrivanek
Modified: 2012-01-25 17:52 UTC (History)
2 users (show)

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 Jiri Skrivanek 2011-11-18 09:45:21 UTC
Please, fix ordering.

WARNING [org.openide.filesystems.Ordering]: Not all children in Loaders/text/x-jnlp+xml/Factories/ marked with the position attribute: [org-netbeans-modules-javawebstart-JnlpDataLoader.instance], but some are: [org.netbeans.modules.javawebstart.xml-ergonomics.instance]
Comment 1 Jaroslav Tulach 2011-11-21 13:05:31 UTC
It is hard to ergonomics to know whether the loaders have position attributes or not. Sometimes they do, sometimes they don't. Anyway, I don't think we need a fix for this issue.
Comment 2 Jiri Skrivanek 2011-11-21 13:49:57 UTC
I filed several similar issues because such a warning messages pollute messages.log. If this warning message is not valid or somehow useless, please stop to produce such messages.
Comment 3 Jesse Glick 2011-11-21 17:24:48 UTC
Could be suppressed in org.openide.filesystems.Ordering I suppose - filename.contains("ergonomics")?
Comment 4 Jaroslav Tulach 2011-12-05 12:38:20 UTC
ergonomics#6a24c421977c
Comment 5 Quality Engineering 2011-12-07 12:14:32 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6a24c421977c
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #205276: Ignore warnings about ergonomics
Comment 6 Jaroslav Tulach 2012-01-25 17:52:12 UTC
*** Bug 205271 has been marked as a duplicate of this bug. ***