Code styles issues in IGNITE-11750

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Code styles issues in IGNITE-11750

Nikolay Izhikov-2
Hello, Igniters.

Please, pay attention to commits quality.

1. Please, writer Javadocs.
2. Please, make the new lines according to code style.

Issues like [1] has to be fixed *BEFORE* commit.


[1] https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/diagnostic/pagelocktracker/SharedPageLockTracker.java#L45


signature.asc (499 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Code styles issues in IGNITE-11750

agura
Big +1 from me.
Make code base clean and clear.

On Fri, Jun 7, 2019 at 3:26 PM Nikolay Izhikov <[hidden email]> wrote:

>
> Hello, Igniters.
>
> Please, pay attention to commits quality.
>
> 1. Please, writer Javadocs.
> 2. Please, make the new lines according to code style.
>
> Issues like [1] has to be fixed *BEFORE* commit.
>
>
> [1] https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/diagnostic/pagelocktracker/SharedPageLockTracker.java#L45
>
Reply | Threaded
Open this post in threaded view
|

Re: Code styles issues in IGNITE-11750

Andrew Mashenkov
Nikolay,

+1.
I'd add my 50 cents.
There should no TODOs without any ticket link, otherwise such TODOs will
never be fixed.

On Fri, Jun 7, 2019 at 4:23 PM Andrey Gura <[hidden email]> wrote:

> Big +1 from me.
> Make code base clean and clear.
>
> On Fri, Jun 7, 2019 at 3:26 PM Nikolay Izhikov <[hidden email]>
> wrote:
> >
> > Hello, Igniters.
> >
> > Please, pay attention to commits quality.
> >
> > 1. Please, writer Javadocs.
> > 2. Please, make the new lines according to code style.
> >
> > Issues like [1] has to be fixed *BEFORE* commit.
> >
> >
> > [1]
> https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/diagnostic/pagelocktracker/SharedPageLockTracker.java#L45
> >
>


--
Best regards,
Andrey V. Mashenkov