You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vyom Yadav (Jira)" <ji...@apache.org> on 2022/10/13 13:00:00 UTC

[jira] [Updated] (MNG-7565) Maven output out of order in windows

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

Vyom Yadav updated MNG-7565:
----------------------------
    Description: 
Maven output is appearing out of order in windows. This may be related to maven or may be related to windows.

In the cmd prompt, I get the output:
{code:java}
[WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
found : @Initialized @Nullable PkgImportControl
[WARNING]
required: @Initialized @NonNull PkgImportControl{{}}{code}

instead of:
{code:java}
[WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
found : @Initialized @Nullable PkgImportControl
required: @Initialized @NonNull PkgImportControl
[WARNING]................{code}

 

The full log is present in [this gist|https://gist.githubusercontent.com/Vyom-Yadav/f2d88a6e765e3ad8547012d2c82b6837/raw/1476e8baa11461808f5e9011e61ae4a0a075e1d2/log.txt]

 

The issue is stable, I have tried it multiple times, feel free to ask for any other information.

 

  was:
Maven output is appearing out of order in windows. This may be related to maven or may be related to windows.

In the cmd prompt, I get the output:

 
[WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
  found   : @Initialized @Nullable PkgImportControl
[WARNING]
  required: @Initialized @NonNull PkgImportControl{{}}
instead of:

 
[WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
  found   : @Initialized @Nullable PkgImportControl
  required: @Initialized @NonNull PkgImportControl
[WARNING]................
 

The full log is present in [this gist|https://gist.githubusercontent.com/Vyom-Yadav/f2d88a6e765e3ad8547012d2c82b6837/raw/1476e8baa11461808f5e9011e61ae4a0a075e1d2/log.txt]

 

The issue is stable, I have tried it multiple times, feel free to ask for any other information.

 


> Maven output out of order in windows
> ------------------------------------
>
>                 Key: MNG-7565
>                 URL: https://issues.apache.org/jira/browse/MNG-7565
>             Project: Maven
>          Issue Type: Bug
>          Components: Logging
>    Affects Versions: 3.8.6
>         Environment: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
> Maven home: E:\Downloads\apache-maven-3.8.6-bin\apache-maven-3.8.6
> Java version: 11.0.16.1, vendor: Azul Systems, Inc., runtime: D:\zulu
> Default locale: en_IN, platform encoding: Cp1252
> OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
>            Reporter: Vyom Yadav
>            Priority: Major
>
> Maven output is appearing out of order in windows. This may be related to maven or may be related to windows.
> In the cmd prompt, I get the output:
> {code:java}
> [WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
> found : @Initialized @Nullable PkgImportControl
> [WARNING]
> required: @Initialized @NonNull PkgImportControl{{}}{code}
> instead of:
> {code:java}
> [WARNING] D:\checkstyle\src\main\java\com\puppycrawl\tools\checkstyle\checks\imports\ImportControlLoader.java:[185,78] [argument] incompatible argument for parameter parent of FileImportControl.
> found : @Initialized @Nullable PkgImportControl
> required: @Initialized @NonNull PkgImportControl
> [WARNING]................{code}
>  
> The full log is present in [this gist|https://gist.githubusercontent.com/Vyom-Yadav/f2d88a6e765e3ad8547012d2c82b6837/raw/1476e8baa11461808f5e9011e61ae4a0a075e1d2/log.txt]
>  
> The issue is stable, I have tried it multiple times, feel free to ask for any other information.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)