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
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,18 @@ In the plug-in development, we used the Eclipse IDE (Oxygen), the Java Developme
17
17
18
18
- Java 8 or higher
19
19
- Eclipse IDE Oxygen or higher
20
-
- jUnit 5 (5.4.0)
21
-
- org.eclipse.ui (3.109.0 or higher)
22
-
- org.eclipse.core.resources (3.12.0 or higher)
23
-
- org.eclipse.jdt.core (3.8.3 or higher)
24
-
- org.eclipse.core.runtime (3.13.0 or higher)
20
+
- jUnit 5 (org.junit.jupiter.api, org.junit.jupiter.engine and org.junit.jupiter.params - 5.4.0)
21
+
- org.eclipse.ui (3.113.0 or higher)
22
+
- org.eclipse.core.resources (3.13.400 or higher)
23
+
- org.eclipse.jdt.core (3.18.0 or higher)
24
+
- org.eclipse.core.runtime (3.15.300 or higher)
25
+
- org.eclipse.jface.text (3.15.200 or higher)
25
26
26
27
## How to use as an Eclipse Application
27
28
28
29
o3smeasures can be used as an Eclipse Application, importing the project into your workspace.
29
30
After import the o3smeasures project, with the right mouse button you need select the option
30
-
<b>Run as</b> -> <b>Eclipse Application</b>. In the runtime eclipse application, select a Java project to be measured and with the right mouse button, go to <b>O3SMeasures</b> -> <b>Measure</b>.
31
+
<b>Run as</b> -> <b>Eclipse Application</b>. In the runtime eclipse application, select a Java project to be measured and with the right mouse button, go to <b>O3SMeasures</b> -> <b>Analyze Java project</b>.
31
32
32
33
## Executing tests
33
34
@@ -39,7 +40,7 @@ After import the o3smeasures project, with the right mouse button you need selec
39
40
### On dropins directory
40
41
41
42
o3smeasures plug-in is installed in the Eclipse directory. You need to paste the .jar on the <b>dropins</b> directory (<b>eclipse</b> -> <b>dropins</b>).
42
-
After installed the o3smeasures project into your workspace, select a Java project to be measured and with the right mouse button, go to <b>O3SMeasures</b> -> <b>Measure</b>.
43
+
After installed the o3smeasures project into your workspace, select a Java project to be measured and with the right mouse button, go to <b>O3SMeasures</b> -> <b>Analyze Java project</b>.
0 commit comments