You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "jiatao.tao (JIRA)" <ji...@apache.org> on 2018/09/25 07:13:00 UTC

[jira] [Commented] (KYLIN-3592) Synchronized should be placed after static in declaration

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

jiatao.tao commented on KYLIN-3592:
-----------------------------------

see in : https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html

The order is:  !screenshot-1.png! 

In kylin, some places occur `synchronized static`, some occur `static synchronized`, should be unified.

> Synchronized should be placed after static in declaration
> ---------------------------------------------------------
>
>                 Key: KYLIN-3592
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3592
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: jiatao.tao
>            Assignee: jiatao.tao
>            Priority: Trivial
>         Attachments: screenshot-1.png
>
>




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