You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Anthony Vanelverdinghe (Jira)" <ji...@apache.org> on 2021/03/03 17:10:00 UTC

[jira] [Updated] (NETBEANS-5402) Don't create .LCKmodule-info.java~ files

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

Anthony Vanelverdinghe updated NETBEANS-5402:
---------------------------------------------
    Description: 
To reproduce, simply open a Java source file.

I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy.

Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java.

!image-2021-03-03-18-04-03-520.png!

 

  was:
To reproduce:
 * generate a simple Maven project, e.g. via mvn org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="maven-archetype-quickstart" -DarchetypeGroupId="org.apache.maven.archetypes" -DarchetypeVersion="1.4"
 * add a module-info.java file and add the module declaration in it

I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy.

Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java.

!image-2021-03-03-18-04-03-520.png!

 


> Don't create .LCKmodule-info.java~ files
> ----------------------------------------
>
>                 Key: NETBEANS-5402
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5402
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: vscode
>         Environment: Windows 10
>            Reporter: Anthony Vanelverdinghe
>            Priority: Major
>         Attachments: image-2021-03-03-18-04-03-520.png
>
>
> To reproduce, simply open a Java source file.
> I don't know what the purpose of these is (some kind of locking, I assume), but on Windows, files aren't hidden just because they start with a dot, so this looks messy.
> Even if they'd be hidden properly, I'd still consider it problematic that my IDE creates non-Java "helper" files under src/main/java.
> !image-2021-03-03-18-04-03-520.png!
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists