You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2020/07/06 08:12:00 UTC

[jira] [Updated] (IGNITE-13218) System view walker generator wrong sorts imports

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

Amelchev Nikita updated IGNITE-13218:
-------------------------------------
    Description: 
{{SystemViewRowAttributeWalkerGenerator}} wrong sorts imports.

1. Run SystemViewRowAttributeWalkerGenerator
2. Run check codestyle to obtain the error:
{noformat}
ComputeJobViewWalker.java:23: Wrong lexicographical order for 'org.apache.ignite.spi.systemview.view.ComputeJobView' import. Should be before 'org.apache.ignite.spi.systemview.view.ComputeJobView.ComputeJobState'. [CustomImportOrder]
Audit done.
{noformat}


  was:
{{SystemViewRowAttributeWalkerGenerator}} wrong sorts imports.

1. Run SystemViewRowAttributeWalkerGenerator
2. Run check codestyle to occurs error:
{noformat}
ComputeJobViewWalker.java:23: Wrong lexicographical order for 'org.apache.ignite.spi.systemview.view.ComputeJobView' import. Should be before 'org.apache.ignite.spi.systemview.view.ComputeJobView.ComputeJobState'. [CustomImportOrder]
Audit done.
{noformat}



> System view walker generator wrong sorts imports
> ------------------------------------------------
>
>                 Key: IGNITE-13218
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13218
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Amelchev Nikita
>            Priority: Major
>              Labels: newbie
>
> {{SystemViewRowAttributeWalkerGenerator}} wrong sorts imports.
> 1. Run SystemViewRowAttributeWalkerGenerator
> 2. Run check codestyle to obtain the error:
> {noformat}
> ComputeJobViewWalker.java:23: Wrong lexicographical order for 'org.apache.ignite.spi.systemview.view.ComputeJobView' import. Should be before 'org.apache.ignite.spi.systemview.view.ComputeJobView.ComputeJobState'. [CustomImportOrder]
> Audit done.
> {noformat}



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