Shi Chen

Results 151 comments of Shi Chen

related issue: https://github.com/redhat-developer/vscode-extension-tester/issues/450

Yes. Actually we should create a terminal and "delegate" the export task to it. A new export task should not influence the existing tasks and should be executed separately.

in eclipse, it's "export java source files and resources" option ![image](https://user-images.githubusercontent.com/45906942/177090307-72b05879-731b-43b5-ba8c-a183a07c4665.png)

in IDEA, it seems we can add module sources via ![image](https://user-images.githubusercontent.com/45906942/177090599-d31e837f-5ad1-4d5e-a471-ba2c38cfa58c.png)

see also: https://github.com/microsoft/vscode/issues/142704

@rgrunber let's continue https://github.com/redhat-developer/vscode-java/issues/1693#issuecomment-1248294591 here :) > it isn't really affecting users who don't choose to use it. It will not affect users who don't choose to use it overall,...

it seems that we should check the analysis type (e.g., javax.annotation.Nonnull) is in the classpath first.. ``` Annotation type 'javax.annotation.Nonnull' cannot be found on the build path, which is implicitly...

Since the null analysis type should be available in the classpath, I just change the implementation to check the classpath at the client side on demand (e.g.,: https://github.com/redhat-developer/vscode-java/pull/2677/files#diff-d09bd91ab5c960ab619864434f60b35b363e614f20acb7ef19b898c7bec28ee7R123), and at...

@alyssajotice is there any update on this issue?

@setaskin Is there any update on this issue?