You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/06/08 03:43:11 UTC

[jira] Commented: (HARMONY-6543) [classlib][swing] javax.swing.plaf.basic.BasicArrowButton

    [ https://issues.apache.org/jira/browse/HARMONY-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876515#action_12876515 ] 

Sebb commented on HARMONY-6543:
-------------------------------

Note: this was found by Findbugs, which complains:

"Write to static field from instance method"

> [classlib][swing] javax.swing.plaf.basic.BasicArrowButton
> ---------------------------------------------------------
>
>                 Key: HARMONY-6543
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6543
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sebb
>             Fix For: 5.0M14
>
>
> javax.swing.plaf.basic.BasicArrowButton defines shadow and darkShadow as *static* fields.
> This is wrong; they should be instance fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.