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 66351 - Warning inside console when using 'Zoom
Summary: Warning inside console when using 'Zoom
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Image (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Peska
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2005-10-10 08:53 UTC by Max Sauer
Modified: 2013-11-22 02:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (1.54 KB, patch)
2013-09-08 19:20 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-10-10 08:53:12 UTC
Following message is typed inside console when using zoom in-out button

Warning - org.netbeans.modules.image.ZoomInAction should override
CallableSystemAction.asynchronous() to return false
Comment 1 Max Sauer 2005-10-10 08:54:48 UTC
[200510061800, JDK 1.5.0_05, solaris 10 / sparc]
Comment 2 Alexei Mokeev 2008-11-10 08:22:22 UTC
Still true for 6.5 FCS
Comment 3 Victor Vasilyev 2009-11-16 11:02:36 UTC
Still true for:

Product Version: NetBeans IDE Dev (Build 091106-f5d5199cf7a0)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 4 matthias42 2013-09-08 19:20:53 UTC
Created attachment 139801 [details]
proposed patch v1

The methods of the actions should be called in the EDT, so mark the actions as not supporting asynchronous invocation.
Comment 5 Jan Peska 2013-11-19 09:20:30 UTC
Patch applied, 

Thanks Matthias

fix: http://hg.netbeans.org/core-main/rev/3208d51ae9ca
Comment 6 Quality Engineering 2013-11-22 02:46:16 UTC
Integrated into 'main-silver', will be available in build *201311220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3208d51ae9ca
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #66351 - Warning inside console when using 'Zoom
Override zoom actions as synchronous