Hi, all. I have a simple Java Project and my pom has 10 dependencies. When i
run this:
public class WhySoLongError {
  public static void main(String[] args) {
    throw new RuntimeException("Click here to see!!!!");
  }

}

The first time I click in "at test.SearchSourceError.main(
SearchSourceError.java:9)" eclipse take too long in finding the class.
If I add more dependencies more time took.
This is a bug?

Please help me, thanks

Reply via email to