[jira] [Commented] (OFBIZ-11904) Case indentation for all switch statements should be 0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11904) Case indentation for all switch statements should be 0

Nicolas Malin (Jira)

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

ASF subversion and git services commented on OFBIZ-11904:
---------------------------------------------------------

Commit f4f2722d36839610008e514b18ab6da3cd0fe325 in ofbiz-framework's branch refs/heads/trunk from Suraj Khurana
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f4f2722 ]

Improved: Updated case indentation to 0 for all switch statements in framework component. Also done formatting changes as per checkstyle best practices.
(OFBIZ-11904)


> Case indentation for all switch statements should be 0
> ------------------------------------------------------
>
>                 Key: OFBIZ-11904
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11904
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Suraj Khurana
>            Assignee: Suraj Khurana
>            Priority: Major
>         Attachments: OFBIZ-11904-plugins.patch, OFBIZ-11904.patch
>
>
> Currently in java code all switch statements are indented to 4 or more than zero.
> As perĀ [https://www.oracle.com/technetwork/java/codeconventions-150003.pdf]
> and same configured in checkstyle.xml, we need to make 'case' indentation to 0 in all java code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)