lintool / warcbase

Warcbase is an open-source platform for managing analyzing web archives
http://warcbase.org/
161 stars 47 forks source link

Non-Critical Error while Building Warcbase #223

Closed ianmilligan1 closed 8 years ago

ianmilligan1 commented 8 years ago

I notice that this pops up when building warcbase. Hasn't affected functionality, but it might annoy or worry some of our users.

[WARNING] /home/i2millig/warcbase/src/main/scala/org/warcbase/spark/matchbox/NERCombinedJson.scala:86: warning: non-variable type argument String in type pattern List[String] is unchecked since it is eliminated by erasure
[INFO]               case (nerType, entityList: List[String]) => (nerType, entityList.groupBy(identity).mapValues(_.size).toList)
[INFO]                                          ^
[WARNING] one warning found
jrwiebe commented 8 years ago

Yeah, that was me. I'll take care of that.