Skip to content

Conversation

@jdneo
Copy link
Collaborator

@jdneo jdneo commented Dec 23, 2019

This PR is to enable the SonarLint Java support in VS Code.

The context background can be found here: SonarSource/sonarlint-vscode#28

Related PR for JDT.LS: eclipse-jdtls/eclipse.jdt.ls#1312

Note: Please do not merge it until the design is tested and verified. The discussion is here.

Signed-off-by: Sheng Chen sheche@microsoft.com

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

determines whether the result should contain tests or not

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file that needs

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file that needs

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

settings we want

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better show an example with multiple settings

jdneo added 2 commits January 13, 2020 10:14
Signed-off-by: Sheng Chen <sheche@microsoft.com>
Signed-off-by: Sheng Chen <sheche@microsoft.com>
* but the classpaths might still be the same as before.
* 3. The Uri points to the project root path.
*/
readonly onDidClasspathUpdate: Event<Uri>;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of a multi-module project, changing a version in the parent pom only trigger an event with Uri of the root module, while all modules classpaths are affected. I don't think we can easily rebuild module hierarchy on our side, because of possible flat layout, so I wonder if you could fire multiple events (one per affected modules) in this case?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fbricon fbricon merged commit e29f6df into redhat-developer:master Feb 10, 2020
@fbricon
Copy link
Collaborator

fbricon commented Feb 10, 2020

@akaroml please give the latest CI build to your QA team as I can't generate an RC build as I'm on vacation

@jdneo jdneo deleted the cs/new-api branch February 11, 2020 01:47
@testforstephen
Copy link
Collaborator

@fbricon is this the latest ci build? https://download.jboss.org/jbosstools/jdt.ls/staging/?C=M;O=D

@fbricon
Copy link
Collaborator

fbricon commented Feb 11, 2020

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants