You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Tzvika Barenholz (JIRA)" <ji...@apache.org> on 2007/11/21 15:23:43 UTC

[jira] Updated: (DIRMINA-482) ProfilerTimerFilter synchronizes on a non-final lock object

     [ https://issues.apache.org/jira/browse/DIRMINA-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tzvika Barenholz updated DIRMINA-482:
-------------------------------------

    Attachment: ProfilerTimerFilterLocking.diff

tiny patch

> ProfilerTimerFilter synchronizes on a non-final lock object
> -----------------------------------------------------------
>
>                 Key: DIRMINA-482
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-482
>             Project: MINA
>          Issue Type: Improvement
>          Components: Filter
>            Reporter: Tzvika Barenholz
>            Priority: Minor
>         Attachments: ProfilerTimerFilterLocking.diff
>
>
> I found that in the ProfilerTimerFilter  there is a synchronization on an specially created lock object, but it is not declared final. not really a bug, because it is never re-assigned - but a potential bug if someone accidentally assigns it. trivial patch forthcoming.

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