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 53486 - Warning from dd.actions - asynchronous() should return false
Summary: Warning from dd.actions - asynchronous() should return false
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 09:34 UTC by Jiri Skrivanek
Modified: 2006-03-24 13:15 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 Jiri Skrivanek 2005-01-17 09:34:10 UTC
If you call 'Check XML' or 'Validate XML' on
'web.xml' file, a warning is printed out to the
console:

Warning -
org.netbeans.modules.web.dd.actions.CheckXmlAction
should override
CallableSystemAction.asynchronous() to return false
Warning -
org.netbeans.modules.web.dd.actions.ValidateXmlAction
should override
CallableSystemAction.asynchronous() to return false

Build 20050117-0600, JDK1.5.0_02, WindowsXP.
Comment 2 Jiri Skrivanek 2005-01-31 15:03:39 UTC
Verified.