Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Checkstyle integration to Maven. #2428

Merged
merged 2 commits into from
Sep 7, 2016
Merged

Added Checkstyle integration to Maven. #2428

merged 2 commits into from
Sep 7, 2016

Conversation

HSAR
Copy link
Contributor

@HSAR HSAR commented Sep 7, 2016

No description provided.

@@ -22,7 +22,7 @@ import tl = require('vsts-task-lib/task');
*/
export abstract class BaseTool implements IAnalysisTool {

constructor(private toolName: string, protected buildOutput: BuildOutput, private uiInputName: string) {
constructor(protected toolName: string, protected buildOutput: BuildOutput, private uiInputName: string) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to allow subclasses to access this field.

@HSAR HSAR force-pushed the users/sschen/javatools branch from 15ac4ba to a90a205 Compare September 7, 2016 13:27
@@ -8,9 +8,7 @@ import util = require('util');
import {ToolRunner} from 'vsts-task-lib/toolrunner';
import tl = require('vsts-task-lib/task');

import {ModuleAnalysis} from './moduleanalysis';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removing unused imports.

return toolRunner;
}

/**
Copy link
Member

Choose a reason for hiding this comment

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

I believe you haven't bumped the gradle task version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

While there is no real cost to doing so, there is also no functional change to the Gradle task in this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Accepted - there may be new bugs that come up with this version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved, done.

@bgavrilMS
Copy link
Member

LGTM

@HSAR HSAR force-pushed the users/sschen/javatools branch from a9380c0 to 9a3df29 Compare September 7, 2016 15:31
@HSAR HSAR merged commit 8d7da89 into master Sep 7, 2016
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.

3 participants