twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Error: unknown artifact in the build.sbt file,and error:cannot resovle symbol in some files #93

Closed yufenyan closed 4 years ago

yufenyan commented 5 years ago

I tried to open the code using InteliJ IDEA,and find some errors :

  1. build.sbt some dependencies warn:"unknown artifact,Not resolved or indexed".

eg1: "com.twitter" %% "finagle-http" % "6.28.0", "com.twitter" %% "finagle-thriftmux" % "6.28.0", "com.twitter" %% "scrooge-generator" % "4.0.0",

eg2: "org.scalacheck" %% "scalacheck" % "1.12.4", "org.scalatest" %% "scalatest" % "2.2.5"

2.some scala/java files cannot import some dependencies ,and warn "cannot resovle symbol",for example:

eg1 import com.google.inject.internal.util.ImmutableSet; import com.google.inject.internal.util.Sets;

i tried many ways to solve these problems ,but with no reply,look forward to your reply.