File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
src/main/java/org/nautilus/plugin/nrp/util Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.nautilus.plugin</groupId >
66 <artifactId >nautilus-plugin-nrp</artifactId >
7- <version >1. 0.0</version >
7+ <version >0.0.2 </version >
88 <name >Nautilus Plugin NRP</name >
99 <description >A Next Release Problem plugin for Nautilus Framework</description >
1010 <properties >
1919 <url >http://github.com/thiagodnf</url >
2020 </organization >
2121 <dependencies >
22- <dependency >
23- <groupId >com.github.javafaker</groupId >
24- <artifactId >javafaker</artifactId >
25- <version >0.15</version >
26- </dependency >
2722 <dependency >
2823 <groupId >org.nautilus</groupId >
2924 <artifactId >nautilus-core</artifactId >
Original file line number Diff line number Diff line change 66import org .nautilus .plugin .nrp .encoding .model .Requirement ;
77import org .uma .jmetal .util .pseudorandom .JMetalRandom ;
88
9- import com .github .javafaker .Faker ;
10-
119public class GenerateRandomInstance {
1210
1311 protected static JMetalRandom random = JMetalRandom .getInstance ();
1412
15- protected static Faker faker = new Faker ();
16-
1713 public static String generate (int numberOfRequirements ) {
1814
1915 StringBuilder builder = new StringBuilder ();
You can’t perform that action at this time.
0 commit comments