Unnamed: 0 int64 0 305k | body stringlengths 7 52.9k | name stringlengths 1 185 |
|---|---|---|
53,200 | void () { } | doSomething |
53,201 | int () { return first; } | getFirst |
53,202 | String () { return second; } | getSecond |
53,203 | Foo (int first) { this.first = first; return this; } | setFirst |
53,204 | Foo (String second) { this.second = second; return this; } | setSecond |
53,205 | int () { doSomething(); return x; } | getX |
53,206 | void () { } | doSomething |
53,207 | int () { doSomething(); return x; } | getX |
53,208 | void (int x) { doSomething(); this.x = x; } | setX |
53,209 | void () { } | doSomething |
53,210 | int () { doSomething(); return x; } | getX |
53,211 | void (int x) { doSomething(); this.x = x; } | setX |
53,212 | void () { } | doSomething |
53,213 | int () { doSomething(); return x; } | getX |
53,214 | void () { } | doSomething |
53,215 | int () { doSomething(); return x; } | getX |
53,216 | void (int x) { doSomething(); this.x = x; } | setX |
53,217 | void () { } | doSomething |
53,218 | int () { doSomething(); return x; } | getX |
53,219 | void () { } | doSomething |
53,220 | int () { doSomething(); return x; } | getX |
53,221 | void () { } | doSomething |
53,222 | int () { doSomething(); return x; } | getX |
53,223 | void (int x) { doSomething(); this.x = x; } | setX |
53,224 | void () { } | doSomething |
53,225 | int () { doSomething(); return x; } | getX |
53,226 | void (int x) { doSomething(); this.x = x; } | setX |
53,227 | void () { } | doSomething |
53,228 | int () { doSomething(); return x; } | getX |
53,229 | void () { } | doSomething |
53,230 | int () { doSomething(); return x; } | getX |
53,231 | void (int x) { doSomething(); this.x = x; } | setX |
53,232 | void () { } | doSomething |
53,233 | int () { doSomething(); return x; } | getX |
53,234 | void () { } | doSomething |
53,235 | void (String x, String y) { } | set |
53,236 | int (int key, int value) { return value; } | put |
53,237 | String () { return ""; } | getText |
53,238 | String () { return ""; } | getText |
53,239 | void () { Sealed sealedInsideMethod = SubSealed.INSTANCE; SubSealed.INSTANCE.toString(); // Will be deleted because Java doesn't allow a expression to be used as a statement } | testSeal |
53,240 | void () { Sealed sealedInsideMethod = new SubSealed(); new SubSealed().toString(); // Will be deleted because Java doesn't allow a expression to be used as a statement new SubSealed(); } | testSeal |
53,241 | void () { new SubSealed.Nested(); Supplier<SubSealed.Nested> nestedSupplier = SubSealed.Nested::new; SubSealed.INSTANCE.internalFunction(); Runnable noArgFunction = SubSealed.INSTANCE::internalFunction; } | testNesting |
53,242 | void () { new SubSealed.Nested(); Supplier<SubSealed.Nested> nestedSupplier = SubSealed.Nested::new; new SubSealed().internalFunction(); Runnable noArgFunction = new SubSealed()::internalFunction; } | testNesting |
53,243 | void () { new Foo(); foo(); } | test |
53,244 | void () { new Foo(); TestKt.foo(); } | test |
53,245 | void () { new Foo(); foo(); } | test |
53,246 | void () { new Foo(); TestKt.foo(); } | test |
53,247 | void () { new Foo(); foo(); } | test |
53,248 | void () { new bar.Foo(); bar.TestKt.foo(); } | test |
53,249 | void () { new Foo(); foo(); } | test |
53,250 | void () { new bar.Foo(); bar.TestKt.foo(); } | test |
53,251 | void () { new Foo(); foo(); } | test |
53,252 | void () { new Foo(); TestKt.foo(); } | test |
53,253 | void () { new Foo(); foo(); } | test |
53,254 | void () { new Foo(); TestKt.foo(); } | test |
53,255 | void () { new Foo(); foo(); } | test |
53,256 | void () { new source.Foo(); source.TestKt.foo(); } | test |
53,257 | void () { new Foo(); foo(); } | test |
53,258 | void () { new source.Foo(); source.TestKt.foo(); } | test |
53,259 | void () { new Foo(); foo(); } | test |
53,260 | void () { new Foo(); TestKt.foo(); } | test |
53,261 | void () { new Foo(); foo(); } | test |
53,262 | void () { new source.Foo(); source.TestKt.foo(); } | test |
53,263 | void (String[] args) { new WithInternalConstructor(); } | main |
53,264 | void (String[] args) { new WithInternalConstructor(); } | main |
53,265 | int () { return Foo.INSTANCE.getBar(); } | getNumber |
53,266 | int () { return Foo.INSTANCE.getBar(); } | getNumber |
53,267 | void () {} | test |
53,268 | void () {} | test |
53,269 | Reproducer () { return new Reproducer(); } | test |
53,270 | int () { return 42; } | number |
53,271 | Reproducer () { return new Reproducer(); } | test |
53,272 | int () { return 42; } | number |
53,273 | Reproducer () { return new Reproducer(); } | test |
53,274 | int () { return 42; } | number |
53,275 | Reproducer () { return new Reproducer(); } | test |
53,276 | int () { return 42; } | number |
53,277 | void () {} | test |
53,278 | void () {} | test |
53,279 | void () {} | test |
53,280 | void () {} | test |
53,281 | void () {} | test |
53,282 | void () {} | test |
53,283 | String () { return ""; } | getStr |
53,284 | String () { return ""; } | getStr |
53,285 | String () { return ""; } | getStr |
53,286 | String () { return ""; } | getStr |
53,287 | void () { } | testA |
53,288 | void () { } | testB |
53,289 | void () { } | staticMethod |
53,290 | void () {} | subject |
53,291 | void () { } | run |
53,292 | void (String[] args) { <selection>String s = 1;</selection> } | main |
53,293 | String () { return ""; } | foo |
53,294 | void (String[] args) { qualifier.<selection>reference(arg)</selection>; } | main |
53,295 | String () { return "#org.jetbrains.kotlin.idea.refactoring.safeDelete.KotlinOverridingDialog"; } | getDimensionServiceKey |
53,296 | ArrayList<UsageInfo> () { ArrayList<UsageInfo> result = new ArrayList<UsageInfo>(); for (int i = 0; i < myChecked.length; i++) { if (myChecked[i]) { result.add(myOverridingMethods.get(i)); } } return result; } | getSelected |
53,297 | void (String[]args) { a + <selection>b - c + d</selection> - e } | main |
53,298 | void (String[] args) { //sdasd } | main |
53,299 | void (String[] args) { <selection>qualifier</selection>.reference(arg); } | main |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.