Skip to content

Conversation

@KirillTurchinskii
Copy link
Contributor

@KirillTurchinskii KirillTurchinskii commented May 2, 2020

What is this PR for?

Some code refactoring is done, annotations added, and some of warnings has been removed

What type of PR is it?

Refactoring

Todos

Refactoring and Annotations added

###What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3225?filter=12348928

How should this be tested?

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update?
  • Is there breaking changes for older versions?
  • Does this needs documentation?

@alexott alexott changed the title Minor fix [ZEPPELIN-3225] Minor fix for missing annotations May 3, 2020
@alexott
Copy link
Contributor

alexott commented May 3, 2020

Can you please add Travis CI link?

@KirillTurchinskii
Copy link
Contributor Author

KirillTurchinskii commented May 3, 2020 via email

@alexott
Copy link
Contributor

alexott commented May 3, 2020

Can you restart only failed jobs? (click icon on the right of the job)

* @return
*/
protected String createLoginPayload(String login, char[] pwd) {
protected String createLoginPayload(String login, char ... pwd) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the reason for this change?

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

I would prefer a list of imports and no wildcard.

Copy link
Contributor

Choose a reason for hiding this comment

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

checkstyle plugin should catchup this, at least in main code....

@KirillTurchinskii KirillTurchinskii deleted the minorFix branch May 4, 2020 08:23
@KirillTurchinskii KirillTurchinskii restored the minorFix branch May 4, 2020 08:31
@KirillTurchinskii
Copy link
Contributor Author

New pull request
#3760
This has to many problems, so I decided to start over.

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