-
Notifications
You must be signed in to change notification settings - Fork 11
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
EPMRPP-87332 || Send launchNumber to analyzer #357
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@@ -53,6 +53,9 @@ public class IndexLaunch { | |||
@JsonProperty("clusters") | |||
private Map<Long, String> clusters; | |||
|
|||
@JsonProperty("launchNumber") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@@ -53,6 +53,9 @@ public class IndexLaunch { | |||
@JsonProperty("clusters") | |||
private Map<Long, String> clusters; | |||
|
|||
@JsonProperty("launchNumber") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'member def modifier' has incorrect indentation level 8, expected level should be 2.
@@ -53,6 +53,9 @@ public class IndexLaunch { | |||
@JsonProperty("clusters") | |||
private Map<Long, String> clusters; | |||
|
|||
@JsonProperty("launchNumber") | |||
private Long launchNumber; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@@ -111,4 +114,12 @@ public Map<Long, String> getClusters() { | |||
public void setClusters(Map<Long, String> clusters) { | |||
this.clusters = clusters; | |||
} | |||
|
|||
public Long getLaunchNumber() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
@@ -111,4 +114,12 @@ public Map<Long, String> getClusters() { | |||
public void setClusters(Map<Long, String> clusters) { | |||
this.clusters = clusters; | |||
} | |||
|
|||
public Long getLaunchNumber() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def modifier' has incorrect indentation level 8, expected level should be 2.
return launchNumber; | ||
} | ||
|
||
public void setLaunchNumber(Long launchNumber) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def modifier' has incorrect indentation level 8, expected level should be 2.
} | ||
|
||
public void setLaunchNumber(Long launchNumber) { | ||
this.launchNumber = launchNumber; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
} | ||
|
||
public void setLaunchNumber(Long launchNumber) { | ||
this.launchNumber = launchNumber; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def' child has incorrect indentation level 16, expected level should be 4.
|
||
public void setLaunchNumber(Long launchNumber) { | ||
this.launchNumber = launchNumber; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains a tab character.
|
||
public void setLaunchNumber(Long launchNumber) { | ||
this.launchNumber = launchNumber; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'method def rcurly' has incorrect indentation level 8, expected level should be 2.
No description provided.