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

Get Rid of Compiler Warningings in the vector Package #2965

Closed
jbouffard opened this issue Jun 5, 2019 · 3 comments
Closed

Get Rid of Compiler Warningings in the vector Package #2965

jbouffard opened this issue Jun 5, 2019 · 3 comments
Labels
good first issue technical debt https://en.wikipedia.org/wiki/Technical_debt

Comments

@jbouffard
Copy link
Contributor

When implementing the easy imports for the vector package, there was an oversight, and WKT and WKB were imported twice in the same file. This leads to the following warning when compiling:

[warn] /home/jake/Documents/projects/geotrellis/vector/src/main/scala/geotrellis/vector/io/package.scala:19:33: imported `WKB' is permanently hidden by definition of value WKB in package vector
[warn] import geotrellis.vector.io.wkb.WKB
[warn]                                 ^
[warn] /home/jake/Documents/projects/geotrellis/vector/src/main/scala/geotrellis/vector/io/package.scala:20:33: imported `WKT' is permanently hidden by definition of value WKT in package vector
[warn] import geotrellis.vector.io.wkt.WKT

We should should get remove the double import so those warnings will go away.

@jbouffard jbouffard added good first issue technical debt https://en.wikipedia.org/wiki/Technical_debt labels Jun 5, 2019
@jbouffard
Copy link
Contributor Author

We're probably going to want to get this resolved before the 3.0 release.

@jpolchlo
Copy link
Contributor

jpolchlo commented Jun 5, 2019

This will be handled by #2932, if it gets accepted

@pomadchin
Copy link
Member

Closed via #2932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue technical debt https://en.wikipedia.org/wiki/Technical_debt
Projects
None yet
Development

No branches or pull requests

3 participants