[jira] [Commented] (CARBONDATA-3568) optimize java code checkstyle for @Override rule

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

[jira] [Commented] (CARBONDATA-3568) optimize java code checkstyle for @Override rule

Akash R Nilugal (Jira)

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

Rabi Kumar K C commented on CARBONDATA-3568:
--------------------------------------------

Hi [~lamber-ken] I am new to Carbondata and would like to contribute starting with this ticket if it's okay with you. I have already subscribed to dev mailing list for carbondata but it seems that I can't assign ticket to myself. I would very much appreciate your help here if I can be added to contributor list.

> optimize java code checkstyle for @Override rule
> ------------------------------------------------
>
>                 Key: CARBONDATA-3568
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3568
>             Project: CarbonData
>          Issue Type: Improvement
>          Components: core, flink-integration, hadoop-integration, presto-integration
>    Affects Versions: 1.6.1
>            Reporter: lamber-ken
>            Priority: Major
>             Fix For: 2.0.0
>
>
> @Override should at one line in java code file. for a bad example
> {code:java}
> @Override public int hashCode() {
>   int result = order;
>   result = 31 * result + (dataMap != null ? dataMap.hashCode() : 0);
>   return result;
> }
> {code}
>  



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