Apps-android-commons: [GCI Ideas] Remove unused imports from classes

Created on 8 Nov 2019  Â·  8Comments  Â·  Source: commons-app/apps-android-commons

Summary:

Currently, some classes contain unused imports. To improve code quality and make the app-building faster, these unused imports should be removed.

A few files that contain unused imports are:

  • SessionManager.java
  • BookmarkPicturesController.java
  • Bookmark.java
  • CacheController.java
  • CampaignsPresenter.java

Similarly, go through other classes and remove all unused imports. Unused imports show up in a dull gray color when the file is opened in android studio, unlike used imports which appear in white color.

Would you like to work on the issue?

Opening for GCI

GCI Ideas assigned enhancement

All 8 comments

@neslihanturan @ashishkumar468 @nicolas-raoul please tell if this is a good task for GCI.

Summary:

Currently, some classes contain unused imports. To improve code quality and make the app-building faster, these unused imports should be removed.

A few files that contain unused imports are:

  • SessionManager.java
  • BookmarkPicturesController.java
  • Bookmark.java
  • CacheController.java
  • CampaignsPresenter.java

Similarly, go through other classes and remove all unused imports. Unused imports show up in a dull gray color when the file is opened in android studio, unlike used imports which appear in white color.

Would you like to work on the issue?

Opening for GCI

Can I work on this issue?

@GearGit this is a GCI task. So if you are a GCI student, please wait till December 2nd to officially claim the task and then start working on it.
If you are not a GCI student, please go for a non-GCI issue :)

@GearGit Thanks for your comprehension :-)

No problem, I will revisit this issue after 2nd December.

Working on it

All the best @m-alzam. Let me know if you face any difficulties.

Was this page helpful?
0 / 5 - 0 ratings