https://bz.apache.org/bugzilla/show_bug.cgi?id=59995

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #8 from Philippe Mouawad <[email protected]> ---
(In reply to Felix Schumacher from comment #6)
> Date: Fri Feb 10 20:35:29 2017
> New Revision: 1782519
> 
> URL: http://svn.apache.org/viewvc?rev=1782519&view=rev
> Log:
> Use instanceof instead of a string compare to get the font objects to scale.
> Differentiate between Fonts and the more special FontUIResource instances.
> Store the new Font instances in the UIDefaults instead of the UIManager.
> The last change is needed on ubuntu to make the zoom feature usable for more
> then one step.
> 
> Bugzilla Id: 59995
> 
> Modified:
>     jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java

HI Felix,
On MacOS it does not work.
2017-02-10 21:55:15,583 ERROR o.a.j.JMeter: Uncaught exception: 
java.util.ConcurrentModificationException: null
        at java.util.Hashtable$Enumerator.next(Hashtable.java:1378)
~[?:1.8.0_112]
        at org.apache.jmeter.util.JMeterUtils.lambda$0(JMeterUtils.java:1174)
~[ApacheJMeter_core.jar:3.2-SNAPSHOT.20170210]
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
~[?:1.8.0_112]
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
~[?:1.8.0_112]
        at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_112]
        at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_112]
        at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_112]
        at java.security.AccessController.doPrivileged(Native Method)
~[?:1.8.0_112]
        at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
~[?:1.8.0_112]
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
~[?:1.8.0_112]
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
[?:1.8.0_112]
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
[?:1.8.0_112]
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
[?:1.8.0_112]
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[?:1.8.0_112]
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
[?:1.8.0_112]
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[?:1.8.0_112]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to