You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (Jira)" <ji...@apache.org> on 2020/07/14 12:14:00 UTC

[jira] [Issue Comment Deleted] (OFBIZ-11886) Allow single line statements in checkstyle

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

Jacques Le Roux updated OFBIZ-11886:
------------------------------------
    Comment: was deleted

(was: Commit 33ca531db450d757399ff26a7300546731be0cef in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=33ca531 ]

Improved: correct formatting of LoginServices

This was a WIP related to "Allow single line statements in checkstyle"
(OFBIZ-11886) but not really part of it.
See OFBIZ-11886-format-LoginServices-checkNewPassword.patch.

It may also include changes from
"Checkstyle formatting issues: 'typecast' is not followed by whitespace"
(OFBIZ-11887)
)

> Allow single line statements in checkstyle
> ------------------------------------------
>
>                 Key: OFBIZ-11886
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11886
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>            Reporter: Suraj Khurana
>            Assignee: Suraj Khurana
>            Priority: Major
>         Attachments: OFBIZ-11886-format-LoginServices-checkNewPassword.patch, OFBIZ-11886.patch
>
>
> We need to add this module in checkstyle.xml
> <module name="NeedBraces">
>     <property name="allowSingleLineStatement" value="true"/>
>  </module>
> After this, single line statements like:
> if (Debug.verboseOn()) Debug.logVerbose(...)
> Will be considered safe.



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