Anthony Vanelverdinghe created NETBEANS-5402:
------------------------------------------------

             Summary: 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
         Attachments: image-2021-03-03-18-04-03-520.png

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!

 



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

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

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

Reply via email to