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 83975 - Reverse engineer operation action shows warning: should return false asynchronous method
Summary: Reverse engineer operation action shows warning: should return false asynchro...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 00:19 UTC by Craig Conover
Modified: 2006-10-19 13:52 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 Craig Conover 2006-09-01 00:19:41 UTC
This message is shown in the command line window:
Warning - org.netbeans.modules.uml.ui.addins.reguiaddin.REOperationAction should
 override CallableSystemAction.asynchronous() to return false
Comment 1 Craig Conover 2006-09-01 00:25:09 UTC
Overloaded the method to return false as recommended.

    protected boolean asynchronous()
    {
        return false;
    }

message no longer shows.
Comment 2 Andrew Korostelev 2006-10-19 13:52:35 UTC
verified in all-nbms-griffin-061018_35