MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / main

Method main

src/test/Derivative.java:108–149  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

106 }
107
108 public static void main(String[] args) {
109
110 System.out.println(System.getProperty("java.version") + " " + System.getProperty("os.arch"));
111 unwrappedFI(f, false);
112 wrappedFI(wrappedFirst, false);
113 directCalc(false);
114
115 directCalc(true);
116 directCalc(true);
117 directCalc(true);
118 unwrappedFI(f, true);
119 unwrappedFI(f, true);
120 unwrappedFI(f, true);
121 wrappedFI(wrappedFirst, true);
122 wrappedFI(wrappedFirst, true);
123 wrappedFI(wrappedFirst, true);
124
125 directCalc(true);
126 unwrappedFI(f, true);
127 wrappedFI(wrappedFirst, true);
128 directCalc(true);
129 unwrappedFI(f, true);
130 wrappedFI(wrappedFirst, true);
131 directCalc(true);
132 unwrappedFI(f, true);
133 wrappedFI(wrappedFirst, true);
134
135 wrappedFI(wrappedFirst, true);
136 wrappedFI(wrappedFirst, true);
137 wrappedFI(wrappedFirst, true);
138 unwrappedFI(f, true);
139 unwrappedFI(f, true);
140 unwrappedFI(f, true);
141 directCalc(true);
142 directCalc(true);
143 directCalc(true);
144
145 wrappedFI(wrappedFirst, false);
146 unwrappedFI(f, false);
147 directCalc(false);
148
149 }
150
151}

Callers

nothing calls this directly

Calls 5

unwrappedFIMethod · 0.95
wrappedFIMethod · 0.95
directCalcMethod · 0.95
printlnMethod · 0.65
getPropertyMethod · 0.65

Tested by

no test coverage detected