You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2019/05/01 14:31:00 UTC

[jira] [Comment Edited] (OFBIZ-11004) Add missing ‘synchronized’ modifier

    [ https://issues.apache.org/jira/browse/OFBIZ-11004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831021#comment-16831021 ] 

Mathieu Lirzin edited comment on OFBIZ-11004 at 5/1/19 2:30 PM:
----------------------------------------------------------------

This is not a bug fix since I didn't observe any undesired behavior, but to be safe I think it would be a good idea to backport this patch to releases branches. What do people think?


was (Author: mthl):
This is not a bug fix since I didn't observe any undesired behavior, but to be safe I think I is a good idea to backport this patch to releases branches. What do people think?

> Add missing ‘synchronized’ modifier
> -----------------------------------
>
>                 Key: OFBIZ-11004
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11004
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Mathieu Lirzin
>            Priority: Major
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-11004_Add-missing-synchronized-modifier.patch
>
>
> Overidding a synchronized method with a non-synchronized one can
> introduce potential runtime concurrency bugs. Since
> ‘ExtendedProperties#loadFromXML’ is overridding
> ‘Propertiers#loadFromXML’ which is synchronized, it is safer to mark
> it as synchonized.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)