File tree Expand file tree Collapse file tree
main/java/gr/gousiosg/callgraph
test/java/gr/gousiosg/callgraph Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,7 @@ nbproject/private/
77* ~
88target /
99bin /
10+ .classpath
11+ .project
12+ .settings /
1013
Original file line number Diff line number Diff line change 1515 </properties >
1616
1717 <dependencies >
18- <dependency >
19- <groupId >junit</groupId >
20- <artifactId >junit</artifactId >
21- <version >3.8.1</version >
22- <scope >test</scope >
23- </dependency >
18+ <dependency >
19+ <groupId >junit</groupId >
20+ <artifactId >junit</artifactId >
21+ <version >4.8.2</version >
22+ <type >jar</type >
23+ <scope >compile</scope >
24+ </dependency >
25+ <dependency >
26+ <groupId >asm</groupId >
27+ <artifactId >asm-all</artifactId >
28+ <version >3.3</version >
29+ <type >jar</type >
30+ <scope >compile</scope >
31+ </dependency >
2432 </dependencies >
2533</project >
Original file line number Diff line number Diff line change 11package gr .gousiosg .callgraph ;
22
3- /**
4- * Hello world!
5- *
6- */
7- public class App
3+ public class JCallGraph
84{
95 public static void main ( String [] args )
106 {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments