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

remove unused classes #2178

Merged
merged 1 commit into from
Apr 13, 2018
Merged

remove unused classes #2178

merged 1 commit into from
Apr 13, 2018

Conversation

theScrabi
Copy link
Contributor

@theScrabi theScrabi commented Apr 10, 2018

remove classes listed in #2153

@@ -1879,9 +1879,6 @@ private void showUntrustedCertDialog(RemoteOperationResult result) {

}

/**
* Called from SslValidatorDialog when a new server certificate was correctly saved.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this method being used now that SslValidatorDialog has been also deleted?

@@ -1879,9 +1879,6 @@ private void showUntrustedCertDialog(RemoteOperationResult result) {

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Update the year and include your name as @author at the top of the class

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

/**
* Called from SslValidatorDialog when a new server certificate could not be saved
* when the user requested it.
*/
@Override
public void onFailedSavingCertificate() {
Copy link
Contributor

@davigonz davigonz Apr 10, 2018

Choose a reason for hiding this comment

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

And this method? Is being used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, this is also an override. Overides should not be removed even if they are not used.
I've updated the issue because of that.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, you're right, I didn't see the Override label

@@ -1,39 +0,0 @@
/**
Copy link
Contributor

Choose a reason for hiding this comment

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

This class was included in methods to delete in #2153, I've just moved it to classes to delete and checked it as done.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed that

@davigonz
Copy link
Contributor

Code approved, no QA needed in my opinion since we are deleting non-used classes, what do you think @jesmrec?

@jesmrec
Copy link
Collaborator

jesmrec commented Apr 11, 2018

Only assuring that the app is not losing the basic functionality, only smoke testing. Checks to perform:

  • App built and installed
  • Login
  • Upload
  • Download

All OK. Approved

remove unused radiobuttonpref. class

remove navigation drawer item

update copyright and author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants