You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
I encounter the following problem after importing Alitheia in Eclipse as a maven project.
(The alitheia version is the latest one, where the ArtifactID Eclipse problem has been resolved)
Description: gr.aueb.metrics.findbugsscala cannot be resolved to a type
Resource: Activator.java
Path: /findbugs/src/main/java/gr/aueb/metrics/findbugs
Location: line 49
I also noticed that the path /findbugs/src/main/java/gr/aueb/metrics/findbugs is from the module metrics which is not a Java project in eclipse as you can see in the attached image. So probably this is the problem. Eclipse cannot refer to a Class in the workspace with the class not being inside a Java Project
The text was updated successfully, but these errors were encountered:
This is not a problem with Alitheia Core per se. Alitheia Core's Maven setup works fine on the command line and with IntelliJ. You can try this instead.
I encounter the following problem after importing Alitheia in Eclipse as a maven project.
(The alitheia version is the latest one, where the ArtifactID Eclipse problem has been resolved)
Description: gr.aueb.metrics.findbugsscala cannot be resolved to a type
Resource: Activator.java
Path: /findbugs/src/main/java/gr/aueb/metrics/findbugs
Location: line 49
I also noticed that the path /findbugs/src/main/java/gr/aueb/metrics/findbugs is from the module metrics which is not a Java project in eclipse as you can see in the attached image. So probably this is the problem. Eclipse cannot refer to a Class in the workspace with the class not being inside a Java Project
The text was updated successfully, but these errors were encountered: