I am trying to test out Karma on my eclipse project but I got hung up with this error when first trying to convert it to AngularJS:
An internal error occurred during: "Converting 'AngularTest' to angular project...". loader constraint violation: when resolving method "tern.resources.TernProject.set(Ljava/lang/String;Lcom/eclipsesource/json/JsonValue;)Lcom/eclipsesource/json/JsonObject;" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, tern/eclipse/ide/internal/core/resources/IDETernProject, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for resolved class, tern/resources/TernProject, have different Class objects for the type java/lang/String;Lcom/eclipsesource/json/JsonValue;)Lcom/eclipsesource/json/JsonObject; used in the signature
any help would be appreciated