JaroslavTulach opened a new pull request #2464:
URL: https://github.com/apache/netbeans/pull/2464


   When a Gradle project is initially created/opened, it usually misses its JAR 
libraries. It makes little sense to parse its sources. For that one can use 
`getFlags() => Flag.INCOMPLETE` to prevent the Java parsing infrastructure from 
attempting to parse the source.
   
   Moreover the infrastructure adds a hint to the first line of the source file 
to show `ProjectProblems` dialog or, in case of VSCode, to build the workspace.
   
   After the (priming) build, the project state should be re-checked and the 
classpath should remove its `INCOMPLETE` flag.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to