id int64 | file_name string | file_path string | content string | size int64 | language string | extension string | total_lines int64 | avg_line_length float64 | max_line_length int64 | alphanum_fraction float64 | repo_name string | repo_stars int64 | repo_forks int64 | repo_open_issues int64 | repo_license string | repo_extraction_date string | exact_duplicates_redpajama bool | near_duplicates_redpajama bool | exact_duplicates_githubcode bool | exact_duplicates_stackv2 bool | exact_duplicates_stackv1 bool | near_duplicates_githubcode bool | near_duplicates_stackv1 bool | near_duplicates_stackv2 bool | length int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,317,042 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameTypeParameter/test6/in/A.java | package p;
class A<R,S>{
private int f;
class B<T,R>{
}
} | 60 | Java | .java | 6 | 8.666667 | 15 | 0.636364 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 60 |
1,315,007 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/MultiMove/test0/in/p1/A.java | package p1;
import p2.C;
public class A{
C c;
p2.C p2c;
} | 59 | Java | .java | 6 | 8.666667 | 15 | 0.703704 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 59 |
1,319,476 | A_test616.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_in/A_test616.java | package expression_in;
public class A_test616 {
public void foo() {
A a= null;
/*]*/a.getFile()/*]*/.getName();
}
}
| 123 | Java | .java | 7 | 15.571429 | 34 | 0.626087 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 123 |
4,315,797 | ParserPool.java | hzio_OpenJDK10/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/ParserPool.java | /*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 3,148 | Java | .java | 76 | 35.421053 | 144 | 0.70817 | hzio/OpenJDK10 | 2 | 4 | 0 | GPL-2.0 | 9/5/2024, 12:08:58 AM (Europe/Amsterdam) | false | false | true | true | false | true | true | true | 3,148 |
43,822 | ZoomModel.java | JoanZapata_android-pdfview/android-pdfview/src/main/java/org/vudroid/core/models/ZoomModel.java | package org.vudroid.core.models;
import org.vudroid.core.events.BringUpZoomControlsEvent;
import org.vudroid.core.events.EventDispatcher;
import org.vudroid.core.events.ZoomChangedEvent;
import org.vudroid.core.events.ZoomListener;
public class ZoomModel extends EventDispatcher
{
private float zoom = 1.0... | 1,657 | Java | .java | 59 | 20.491525 | 76 | 0.63198 | JoanZapata/android-pdfview | 2,832 | 783 | 141 | GPL-3.0 | 9/4/2024, 7:04:55 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 1,657 |
1,312,424 | TestDecorator.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestDecorator.java | package junit.extensions;
/*-
* #%L
* org.eclipse.jdt.ui.junit.sampleproject
* %%
* Copyright (C) 2020 Eclipse Foundation
* %%
* This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompanies this dist... | 1,249 | Java | .java | 44 | 26.136364 | 116 | 0.752508 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 1,249 |
1,315,610 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/test29/in/A.java | package p;
class A implements I {
public void m() {}
public void m1() {}
protected A g() {
return this;
}
}
class A1 extends A{
protected A g() {
g().m1();
return this;
}
} | 187 | Java | .java | 14 | 11.357143 | 22 | 0.624277 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 187 |
1,319,668 | TestCompoundWrite.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/SefWorkSpace/SefTests/object_in/TestCompoundWrite.java | package object_in;
public class TestCompoundWrite {
String field;
public void foo() {
field+= "d";
}
}
| 111 | Java | .java | 7 | 13.714286 | 32 | 0.722772 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 111 |
1,314,877 | Foo.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test20/in/Foo.java | package p;
public class Foo<E, F, G extends Comparable<E>> {
<H> H getFoo(H h) {
return null;
}
{
Foo f= new Foo();
f.getFoo(null); // <-- invoke here
}
}
| 171 | Java | .java | 10 | 14.5 | 49 | 0.606452 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 171 |
3,529,159 | DefCardTyp.java | MEDEVIT_ecard/bundles/core/at.chipkarte.client/src/at/chipkarte/client/base/soap/constants/DefCardTyp.java | /*
* Sämtliche Werknutzungs-und Verwertungsrechte an dieser Software liegen beim Hauptverband der österreichischen
* Sozialversicherungsträger. Insbesondere ist die Veränderung der Software oder einzelner Teile untersagt.
*/
package at.chipkarte.client.base.soap.constants;
/**
* Konstanten für den Kartent... | 979 | Java | .java | 33 | 25.212121 | 113 | 0.695043 | MEDEVIT/ecard | 3 | 0 | 0 | EPL-1.0 | 9/4/2024, 11:31:34 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 973 |
3,599,647 | SampleList.java | opensensorhub_osh-video/sensorhub-service-video/src/main/java/org/mp4parser/muxer/samples/SampleList.java | package org.mp4parser.muxer.samples;
import org.mp4parser.Container;
import org.mp4parser.muxer.RandomAccessSource;
import org.mp4parser.muxer.Sample;
import org.mp4parser.tools.Path;
import java.util.AbstractList;
import java.util.List;
/**
* Creates a list of <code>ByteBuffer</code>s that represent the samples of... | 928 | Java | .java | 28 | 28.178571 | 90 | 0.712682 | opensensorhub/osh-video | 3 | 7 | 2 | MPL-2.0 | 9/4/2024, 11:34:47 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 928 |
1,316,281 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test63/in/A.java | package p;
class A {
public void m() {}
public void m1() {}
void t(){
new A(){
void g() throws InterruptedException{
A.super.wait();
}
};
}
} | 161 | Java | .java | 12 | 10.833333 | 40 | 0.583893 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 161 |
1,318,774 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test25/in/A.java | class A
{
public static class Inner
{
}
public A()
{
super();
new A.Inner();
}
} | 94 | Java | .java | 11 | 6.363636 | 26 | 0.604938 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 94 |
2,417,159 | ProductCompositeServiceImpl.java | AcornPublishing_microservices-spring/Chapter13/microservices/product-composite-service/src/main/java/se/magnus/microservices/composite/product/services/ProductCompositeServiceImpl.java | package se.magnus.microservices.composite.product.services;
import io.github.resilience4j.circuitbreaker.CircuitBreakerOpenException;
import io.github.resilience4j.reactor.retry.RetryExceptionWrapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired... | 8,460 | Java | .java | 146 | 48.40411 | 192 | 0.690913 | AcornPublishing/microservices-spring | 8 | 4 | 0 | GPL-3.0 | 9/4/2024, 9:22:36 PM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 8,460 |
3,596,977 | MethodVisitor.java | TANGO-Project_code-profiler-plugin/bundles/org.jvmmonitor.agent/src/org/jvmmonitor/internal/agent/asm/MethodVisitor.java | /***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2007 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistribution... | 18,514 | Java | .java | 366 | 45.032787 | 94 | 0.642585 | TANGO-Project/code-profiler-plugin | 3 | 1 | 0 | EPL-2.0 | 9/4/2024, 11:34:47 PM (Europe/Amsterdam) | true | true | true | true | false | true | true | true | 18,514 |
1,316,576 | A_testVararg04_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testVararg04_in.java | package p;
class A {
public void use(String... args) { }
public void call() {
use();
use("one");
use("one", "two");
use(new String[] {"one", "two"});
use(null);
use((String[]) null);
use((String) null);
}
} | 226 | Java | .java | 13 | 14.923077 | 36 | 0.56872 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 226 |
3,354,128 | MaterialCardView_OnCheckedChangeListenerImplementor.java | IShiraiKurokoI_DLUTToolBoxMobile/DLUTToolBoxMobile/DLUTToolBoxMobile.Android/obj/Debug/120/android/src/mono/com/google/android/material/card/MaterialCardView_OnCheckedChangeListenerImplementor.java | package mono.com.google.android.material.card;
public class MaterialCardView_OnCheckedChangeListenerImplementor
extends java.lang.Object
implements
mono.android.IGCUserPeer,
com.google.android.material.card.MaterialCardView.OnCheckedChangeListener
{
/** @hide */
public static final String __md_methods;
static... | 1,737 | Java | .java | 39 | 41.897436 | 274 | 0.808171 | IShiraiKurokoI/DLUTToolBoxMobile | 4 | 0 | 0 | GPL-2.0 | 9/4/2024, 11:14:57 PM (Europe/Amsterdam) | false | true | false | true | true | true | true | true | 1,737 |
1,315,745 | Constructor1.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceParameter/simple/Constructor1.java | //selection: 25, 33, 25, 41
//name: string -> name
package simple;
/**
* @see Constructor1#create(int num)
* @see #create(int)
*
* @see Constructor1#Constructor1(String)
* @see #Constructor1(String name)
*/
public class Constructor1 {
/**
* @param name the name
*/
private Constructor1(String name) {
Sys... | 514 | Java | .java | 26 | 17.653846 | 49 | 0.678279 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 514 |
1,319,633 | A_test503.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_out/A_test503.java | package locals_out;
public class A_test503 {
public void foo() {
int x= 10;
extracted(x);
}
protected void extracted(int x) {
/*[*/x++;/*]*/
}
} | 159 | Java | .java | 10 | 13.5 | 34 | 0.627586 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 159 |
1,314,796 | A_testParametricEmptySelection_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricEmptySelection_in.java | import java.util.Arrays;
import java.util.List;
import java.util.Vector;
public class A_testParametricEmptySelection_in {
String fValue2 = "Eclipse";
List<String> fValue = Arrays.asList("Eclipse");
String test(String arg) { return null;}
List<String> test2(java.util.List<Object> aList, List<Object... | 478 | Java | .java | 19 | 21.157895 | 69 | 0.691964 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 478 |
4,948,027 | CustomerCreditMemoDetailReportDataHolder.java | ua-eas_ua-kfs-5_3/work/src/org/kuali/kfs/module/ar/report/util/CustomerCreditMemoDetailReportDataHolder.java | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Fre... | 5,991 | Java | .java | 139 | 36.431655 | 120 | 0.748364 | ua-eas/ua-kfs-5.3 | 1 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:36:54 AM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 5,991 |
1,315,946 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test27/out/A.java | package p;
class A {
{
for (int i = new int[]{}.length; i < new int[]{}.length; new int[]{}[i] = i)
;
}
}
| 114 | Java | .java | 7 | 14.142857 | 78 | 0.509434 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 114 |
4,492,714 | WrapperLoginServerSetCompression.java | TheGreatRambler_AdvancedReplay2/src/main/java/com/comphenix/packetwrapper/WrapperLoginServerSetCompression.java | /**
* PacketWrapper - ProtocolLib wrappers for Minecraft packets
* Copyright (C) dmulloy2 <http://dmulloy2.net>
* Copyright (C) Kristian S. Strangeland
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softwa... | 1,705 | Java | .java | 49 | 32.44898 | 79 | 0.758788 | TheGreatRambler/AdvancedReplay2 | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:14:53 AM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 1,705 |
1,315,522 | A_test20_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameParameters/canRename/A_test20_out.java | //renaming to: j
package p;
class A{
Object m(i j){
j.i.i= j.i;
i:{
while(true){
break i;
}
}
return j;
};
}
class i{
i i;
} | 145 | Java | .java | 16 | 6.8125 | 16 | 0.538462 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 145 |
210,880 | BenchmarkTest00726.java | OWASP-Benchmark_BenchmarkJava/src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00726.java | /**
* OWASP Benchmark Project v1.2
*
* <p>This file is part of the Open Web Application Security Project (OWASP) Benchmark Project. For
* details, please see <a
* href="https://owasp.org/www-project-benchmark/">https://owasp.org/www-project-benchmark/</a>.
*
* <p>The OWASP Benchmark is free software: you can red... | 1,975 | Java | .java | 45 | 39.6 | 100 | 0.748699 | OWASP-Benchmark/BenchmarkJava | 656 | 1,037 | 15 | GPL-2.0 | 9/4/2024, 7:05:34 PM (Europe/Amsterdam) | false | true | true | true | false | true | true | true | 1,975 |
1,318,863 | BBB.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/BBB.java | public class BBB {
public void foo() {
int i= 0;
BBB b= new BBB();
BBB[] bb= new BBB[10];
if (i == 0 && i == 10 && b instanceof BBB)
foo();
while(i++ == 10) {
foo();
}
i--;
while(i++ == 10)
foo();
i--;
do {
} while (i < 10);
for (int x= 0, o= 0; x < 10; x++, o++);
{
foo... | 546 | Java | .java | 40 | 10.025 | 44 | 0.442857 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 546 |
4,948,052 | CustomerInvoiceWriteoffLookupSummaryAction.java | ua-eas_ua-kfs-5_3/work/src/org/kuali/kfs/module/ar/web/struts/CustomerInvoiceWriteoffLookupSummaryAction.java | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Fre... | 7,001 | Java | .java | 99 | 61.606061 | 286 | 0.770318 | ua-eas/ua-kfs-5.3 | 1 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:36:54 AM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 7,001 |
2,762,330 | ClientToolbar.java | zeruth_RuneLitePlus-Injector/RuneLitePlus/src/main/java/net/runelite/client/ui/ClientToolbar.java | /*
* Copyright (c) 2017, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... | 2,452 | Java | .java | 74 | 30.918919 | 82 | 0.776981 | zeruth/RuneLitePlus-Injector | 6 | 8 | 0 | AGPL-3.0 | 9/4/2024, 10:13:45 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 2,452 |
1,311,888 | TypeVariable2.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TypeVariable2.java | /*******************************************************************************
* Copyright (c) 2000, 2011 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
... | 2,319 | Java | .java | 67 | 32.179104 | 135 | 0.712243 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 2,319 |
1,320,668 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testFail45/in/A.java | package p;
interface J{
void m();
}
interface I extends J{
void m();
}
interface I1 extends J{
void m();
} | 106 | Java | .java | 10 | 9.7 | 23 | 0.721649 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 106 |
1,318,782 | Inner.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/MoveInnerToTopLevel/test30/out/Inner.java | import static java.lang.Math.E;
public class Inner
{
/** Comment */
private A a;
Inner(A a) {
this.a= a;
int f= this.a.foo();
int g= this.a.bar();
double e= E;
}
} | 177 | Java | .java | 12 | 12.666667 | 31 | 0.621951 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 177 |
1,315,672 | A1.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/test57/in/A1.java | package p;
public class A1 extends A{
protected A f(){
return this;
}
void test(){
f().m();
}
} | 104 | Java | .java | 9 | 9.666667 | 26 | 0.631579 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 104 |
4,041,683 | RegistryMBean.java | deathspeeder_class-guard/apache-tomcat-7.0.53-src/java/org/apache/tomcat/util/modeler/RegistryMBean.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 5,016 | Java | .java | 127 | 34.204724 | 90 | 0.689167 | deathspeeder/class-guard | 2 | 2 | 0 | GPL-2.0 | 9/5/2024, 12:00:55 AM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 5,016 |
1,317,699 | A_test19_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test19_out.java | package p;
class A{
void m(int i){
int temp= f();
if (temp == 0){
int t= temp;
}
}
int f(){
return 5;
}
} | 120 | Java | .java | 12 | 7.833333 | 17 | 0.522936 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 120 |
1,312,599 | QualifiedTypeNameHistory.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/QualifiedTypeNameHistory.java | /*******************************************************************************
* Copyright (c) 2000, 2015 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
... | 1,963 | Java | .java | 50 | 36.82 | 90 | 0.71722 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 1,963 |
1,316,314 | I.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test7/out/I.java | package p;
import java.io.IOException;
import java.util.List;
import java.util.Set;
/** typecomment template*/
interface I {
List m(Set set, Set set1) throws IOException;
} | 177 | Java | .java | 8 | 20.625 | 46 | 0.783133 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | true | true | true | true | true | 177 |
1,315,105 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testGenerics2/out/A.java | package p;
class A<T> {
T g;
public T getG() {
return g;
}
public void setG(T f) {
this.g = f;
}
}
| 146 | Java | .java | 10 | 8.9 | 27 | 0.456 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 146 |
1,310,076 | ZGetMessageParams.java | zextras_carbonio-mailbox/client/src/main/java/com/zimbra/client/ZGetMessageParams.java | // SPDX-FileCopyrightText: 2022 Synacor, Inc.
// SPDX-FileCopyrightText: 2022 Zextras <https://www.zextras.com>
//
// SPDX-License-Identifier: GPL-2.0-only
package com.zimbra.client;
import com.zimbra.common.util.StringUtil;
public class ZGetMessageParams {
private String mId;
private boolean mMarkRead;
... | 2,862 | Java | .java | 95 | 22.926316 | 65 | 0.635764 | zextras/carbonio-mailbox | 32 | 6 | 6 | GPL-2.0 | 9/4/2024, 7:33:43 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 2,862 |
1,319,075 | A_test576.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/locals_in/A_test576.java | package locals_in;
public class A_test576 {
public void foo() {
/*[*/int avail= 10;/*]*/
for (;;) {
try {
} finally {
avail= 20;
}
}
}
}
| 160 | Java | .java | 12 | 10.416667 | 26 | 0.527397 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 160 |
2,193,111 | ItemEmptyMap.java | Cats-Club_Impact-3_0/net/minecraft/item/ItemEmptyMap.java | package net.minecraft.item;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Items;
import net.minecraft.stats.StatList;
import net.minecraft.util.ActionResult;
import net.minecraft.util.EnumActionResult;
import net.minecraft.util.EnumHand;
impor... | 1,667 | Java | .java | 43 | 31.883721 | 127 | 0.705374 | Cats-Club/Impact-3.0 | 19 | 1 | 0 | MPL-2.0 | 9/4/2024, 8:32:05 PM (Europe/Amsterdam) | false | false | true | true | false | true | true | true | 1,667 |
1,316,496 | A_test20_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_test20_in.java | package p;
class A {
void m(int a, int b[]){}
} | 49 | Java | .java | 4 | 11 | 25 | 0.6 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 49 |
4,492,515 | ConsumerRepository.java | OpenGlobes_Core/core-commons/src/main/java/com/lmax/disruptor/dsl/ConsumerRepository.java | /*
* Copyright 2011 LMAX Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 4,359 | Java | .java | 91 | 41.318681 | 110 | 0.730416 | OpenGlobes/Core | 2 | 2 | 0 | AGPL-3.0 | 9/5/2024, 12:14:53 AM (Europe/Amsterdam) | false | true | false | true | true | true | true | true | 4,359 |
1,381,511 | PDFDictionary.java | alex73_mmscomputing/src/uk/co/mmscomputing/imageio/pdf/PDFDictionary.java | package uk.co.mmscomputing.imageio.pdf;
import java.io.*;
import java.util.*;
public class PDFDictionary extends PDFObject{
private Vector list = new Vector();
public void put(String key,PDFObject obj){
if(obj instanceof PDFIndirectObject){
obj=new PDFIndirectReference((PDFIndirectObject)obj);
}
... | 3,782 | Java | .java | 108 | 29.462963 | 130 | 0.644341 | alex73/mmscomputing | 21 | 31 | 2 | LGPL-3.0 | 9/4/2024, 7:47:27 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 3,782 |
1,319,496 | A_test130.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test130.java | package invalidSelection;
public class A_test130 {
public void foo() {
class Inner {
}
/*]*/Inner inner= new Inner();
foo();/*[*/
}
} | 147 | Java | .java | 9 | 13.888889 | 32 | 0.637037 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 147 |
1,316,245 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test24/in/A.java | package p;
class A {
public void m() {}
public void m1() {}
void g() {
A a= (A)new A();
((A)this).m1();
((A)this).m();
(((A)this)).m();
}
} | 152 | Java | .java | 11 | 11.727273 | 20 | 0.48227 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 152 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4