coding-blocks / DigitalOceanApp

Admin Console for Digital Ocean
GNU General Public License v3.0
56 stars 75 forks source link

Remove unused imports and creator comments #88

Closed arya-ayush closed 6 years ago

arya-ayush commented 6 years ago

Fixed issue #76

codecov[bot] commented 6 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is 30%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #88   +/-   ##
=========================================
  Coverage     27.39%   27.39%           
  Complexity       33       33           
=========================================
  Files            83       83           
  Lines          1865     1865           
  Branches         91       91           
=========================================
  Hits            511      511           
  Misses         1319     1319           
  Partials         35       35
Impacted Files Coverage Δ Complexity Δ
...java/in/tosc/doandroidlib/common/ResourceType.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...a/in/tosc/doandroidlib/objects/StatisticsData.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...va/in/tosc/doandroidlib/common/StatisticsType.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...n/java/in/tosc/doandroidlib/common/ActionType.java 82.5% <ø> (ø) 2 <0> (ø) :arrow_down:
...tosc/digitaloceanapp/adapters/DropletsAdapter.java 72.72% <ø> (ø) 0 <0> (ø) :arrow_down:
...sc/digitaloceanapp/adapters/DataCenterAdapter.java 69.23% <ø> (ø) 0 <0> (ø) :arrow_down:
...in/java/in/tosc/doandroidlib/common/ImageType.java 50% <ø> (ø) 2 <0> (ø) :arrow_down:
...ava/in/tosc/doandroidlib/common/DropletStatus.java 53.33% <ø> (ø) 2 <0> (ø) :arrow_down:
.../java/in/tosc/doandroidlib/objects/Statistics.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...p/src/main/java/in/tosc/digitaloceanapp/DOApp.java 100% <ø> (ø) 0 <0> (ø) :arrow_down:
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a793a3...0b627a1. Read the comment docs.

championswimmer commented 6 years ago

not supposed to remove creator comments. removing imports and variables is ok