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 |
3,299,482 | StatisticsFlowServiceImpl.java | chenbo19867758_jeecmsX1_2/jeecms-component/src/main/java/com/jeecms/statistics/service/impl/StatisticsFlowServiceImpl.java | /*
* @Copyright: 江西金磊科技发展有限公司 All rights reserved.Notice 仅限于授权后使用,禁止非授权传阅以及私自用于商业目的。
*/
package com.jeecms.statistics.service.impl;
import static com.jeecms.statistics.domain.dto.StatisticsDto.ORDER_TYPE_IP;
import static com.jeecms.statistics.domain.dto.StatisticsDto.ORDER_TYPE_JUMP;
import static com.jeecms.sta... | 98,074 | Java | .java | 2,252 | 38.129218 | 284 | 0.721889 | chenbo19867758/jeecmsX1.2 | 4 | 7 | 11 | GPL-3.0 | 9/4/2024, 11:11:18 PM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 95,182 |
3,081,546 | PlayerInfoSerializer.java | hungnguyennaz_ZCord/proxy/src/main/java/net/md_5/bungee/PlayerInfoSerializer.java | package net.md_5.bungee;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.google.gson.JsonSerializationContext;
import com.google.gson.JsonSerializer;
... | 1,416 | Java | .java | 37 | 32.837838 | 138 | 0.717091 | hungnguyennaz/ZCord | 5 | 1 | 0 | GPL-3.0 | 9/4/2024, 10:46:59 PM (Europe/Amsterdam) | false | false | false | true | true | true | true | true | 1,416 |
1,001,707 | OptionHandler.java | cacheonix_cacheonix-core/3rdparty/apache-log4j-1.2.15/src/main/java/org/apache/log4j/spi/OptionHandler.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 ... | 2,146 | Java | .java | 50 | 39.04 | 75 | 0.746641 | cacheonix/cacheonix-core | 52 | 19 | 9 | LGPL-2.1 | 9/4/2024, 7:10:22 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 2,146 |
1,318,366 | A_test311.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/SelectionAnalyzerWorkSpace/SelectionAnalyzerTests/validSelection/A_test311.java | package validSelection;
public class A_test311 {
public void foo() {
/*]*/foo();/*[*/
try {
foo();
} catch (Exception e) {
foo();
}
}
} | 152 | Java | .java | 11 | 11.363636 | 25 | 0.567376 | 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 |
4,948,023 | CustomerStatementResultHolder.java | ua-eas_ua-kfs-5_3/work/src/org/kuali/kfs/module/ar/report/util/CustomerStatementResultHolder.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... | 2,725 | Java | .java | 83 | 26.53012 | 97 | 0.68112 | ua-eas/ua-kfs-5.3 | 1 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:36:54 AM (Europe/Amsterdam) | true | true | true | true | false | true | false | true | 2,725 |
1,314,510 | MockPluginView.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/model/MockPluginView.java | /*******************************************************************************
* Copyright (c) 2005, 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
... | 7,460 | Java | .java | 196 | 35.005102 | 130 | 0.771847 | 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 | 7,460 |
3,799,414 | CalculatorKeysPanel.java | openjump-gis_sextante-extension/sextante-algorithm/src/main/java/es/unex/sextante/nonSpatial/calculator/CalculatorKeysPanel.java | package es.unex.sextante.nonSpatial.calculator;
import info.clearthought.layout.TableLayout;
import info.clearthought.layout.TableLayoutConstants;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JTextArea;
public clas... | 5,408 | Java | .java | 165 | 24.248485 | 112 | 0.603409 | openjump-gis/sextante-extension | 3 | 2 | 1 | GPL-3.0 | 9/4/2024, 11:42:59 PM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 5,408 |
1,320,590 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/testDelegate01/out/A.java | package p;
public interface I {
/**
* @deprecated Use {@link #k()} instead
*/
public void m();
public void k();
}
| 126 | Java | .java | 8 | 13.25 | 40 | 0.628319 | 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 | 126 |
1,317,161 | SomeClass.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements22/in/SomeClass.java | package p;
public class SomeClass {
{
class InInitializer {
SomeClass someClassInInitializer;
}
}
}
| 115 | Java | .java | 8 | 11.5 | 36 | 0.762376 | 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 | 115 |
1,316,632 | Foo.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test33/out/Foo.java | package p;
public class Foo {
private Bar _bar;
private void foo() {
_bar.foo();
}
}
| 92 | Java | .java | 7 | 11.142857 | 21 | 0.662651 | 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 | 92 |
1,316,142 | C.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractInterface/test75/out/C.java | package p;
public class C {
I fA;
void f(){
B b= new B(2, fA);
}
}
| 73 | Java | .java | 7 | 8.571429 | 20 | 0.569231 | 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 | 73 |
1,316,520 | A_testAdd33_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAdd33_in.java | package p;
class A{
private void m(){
m();
}
} | 50 | Java | .java | 6 | 6.833333 | 18 | 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 | 50 |
1,317,216 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test60/in/A.java | package p;
/**
* p.A
* AA A
*/
public class A{
A a;//A
String aa= "C:\\A.java";
};
| 89 | Java | .java | 9 | 8.222222 | 25 | 0.525 | 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 | 89 |
1,314,844 | Foo.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test04/out/Foo.java | package p;
public class Foo {
/**
* @param foo
*/
public static void bar(Foo foo) {
foo.foo();
}
// Test qualification with outer type
void foo() {
Bar bar= new Bar() {
{
Foo.bar(Foo.this); // <--- invoke here
}
};
}
}
class Bar {
}
| 271 | Java | .java | 19 | 11.263158 | 42 | 0.5875 | 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 | 271 |
1,314,947 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu17/in/A.java | package p;
class A {
void f(){}
/**
*
*/
void fs(){}
}
| 67 | Java | .java | 8 | 5.875 | 12 | 0.454545 | 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 | 67 |
4,948,603 | ProposalInquirable.java | ua-eas_ua-kfs-5_3/work/src/org/kuali/kfs/module/cg/businessobject/inquiry/ProposalInquirable.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... | 1,220 | Java | .java | 26 | 43.653846 | 116 | 0.765152 | ua-eas/ua-kfs-5.3 | 1 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:36:54 AM (Europe/Amsterdam) | true | true | true | true | false | true | true | true | 1,220 |
963,242 | Video.java | ajscape_PixaToon/libraries/opencv/src/org/opencv/video/Video.java |
//
// This file is auto-generated. Please don't modify it!
//
package org.opencv.video;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Mat;
import org.opencv.core.MatOfByte;
import org.opencv.core.MatOfFloat;
import org.opencv.core.MatOfPoint2f;
import org.opencv.core.Rect;
import org.openc... | 15,138 | Java | .java | 209 | 65.066986 | 370 | 0.750972 | ajscape/PixaToon | 56 | 15 | 3 | GPL-3.0 | 9/4/2024, 7:10:21 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 15,138 |
1,311,239 | SortedSet.java | TheLogicMaster_clearwing-vm/runtime/src/java/util/SortedSet.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... | 4,730 | Java | .java | 110 | 38.027273 | 82 | 0.658997 | TheLogicMaster/clearwing-vm | 38 | 3 | 1 | GPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 4,730 |
3,190,928 | LongMap.java | Lux-Vacuos_LightEngine/lightengine-utils/src/main/java/com/badlogic/gdx/utils/LongMap.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | 23,770 | Java | .java | 755 | 27.984106 | 129 | 0.672834 | Lux-Vacuos/LightEngine | 4 | 0 | 5 | GPL-3.0 | 9/4/2024, 11:03:47 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 23,770 |
61,697 | SkeletonHorse.java | Luohuayu_CatServer/src/main/java/org/bukkit/entity/SkeletonHorse.java | package org.bukkit.entity;
/**
* Represents a SkeletonHorse - variant of {@link AbstractHorse}.
*/
public interface SkeletonHorse extends AbstractHorse { }
| 159 | Java | .java | 5 | 30.2 | 65 | 0.784314 | Luohuayu/CatServer | 1,967 | 211 | 97 | LGPL-3.0 | 9/4/2024, 7:04:55 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 159 |
1,319,446 | A_test733.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/return_out/A_test733.java | package return_in;
public class A_test733 {
public int foo() {
return extracted();
}
protected int extracted() {
/*[*/
int x = 1;
if (x > 0) {
throw new IllegalArgumentException();
}
return x;
/*]*/
}
}
| 227 | Java | .java | 15 | 12.533333 | 40 | 0.62201 | 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 | 227 |
1,317,243 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testFail82/in/A.java | package p;
class A{}
class X{
class B extends A{}
} | 52 | Java | .java | 5 | 9.4 | 20 | 0.708333 | 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 | 52 |
1,319,515 | A_test121.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/invalidSelection/A_test121.java | package invalidSelection;
public class A_test121 {
public void foo() {
int x= 1;
int y= 2;
/*]*/x= y + x;
y= x + y;/*[*/
x++;
y++;
}
} | 155 | Java | .java | 11 | 11.272727 | 25 | 0.528986 | 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 | 155 |
1,315,990 | B.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineConstant/canInline/test10/in/B.java | // 9, 28 -> 9, 37 replaceAll == false
package p2;
import p1.A;
class B {
public static void main(String[] args) {
System.out.println(A.ELYSIUM);
}
} | 158 | Java | .java | 8 | 17.75 | 41 | 0.668919 | 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 | 158 |
1,316,368 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenamePrivateMethod/test10/in/A.java | package p;
//renaming A.m to k
class A {
private void m(){}
}
class B {
void m(){}
} | 86 | Java | .java | 8 | 9.625 | 19 | 0.632911 | 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 | 86 |
3,068,768 | SFTPFileSystemPolicyXMLHandler.java | Tostis_areca/src/main/java/com/application/areca/adapters/SFTPFileSystemPolicyXMLHandler.java | package com.application.areca.adapters;
import org.w3c.dom.Node;
import com.application.areca.AbstractTarget;
import com.application.areca.adapters.read.TargetXMLReader;
import com.application.areca.impl.policy.FileSystemPolicy;
import com.application.areca.impl.policy.SFTPFileSystemPolicy;
import com.myJava.util.xml... | 8,171 | Java | .java | 136 | 51.397059 | 271 | 0.700355 | Tostis/areca | 5 | 0 | 3 | GPL-2.0 | 9/4/2024, 10:46:08 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 8,171 |
1,317,070 | B.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testFail96/in/B.java | package p1;
import p2.*;
public class B extends C {
}
| 54 | Java | .java | 4 | 12.5 | 26 | 0.74 | 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 | 54 |
2,044,641 | CursorValue.java | AstroImageJ_astroimagej/Nom_Fits/src/main/java/nom/tam/util/CursorValue.java | package nom.tam.util;
/*
* #%L
* nom.tam FITS library
* %%
* Copyright (C) 1996 - 2024 nom-tam-fits
* %%
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a ... | 1,635 | Java | .java | 44 | 34.681818 | 74 | 0.741814 | AstroImageJ/astroimagej | 13 | 10 | 36 | GPL-3.0 | 9/4/2024, 8:27:28 PM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 1,635 |
1,320,594 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameMethodInInterface/test11/in/A.java | //renaming I.m to k
package p;
interface I{
void m();
}
interface I2{
void m();
}
interface I3 extends I, I2{
} | 111 | Java | .java | 10 | 10.2 | 27 | 0.715686 | 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,938 | Foo.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test05/in/Foo.java | package p;
public class Foo extends Bar {
// Test correct "thisification".
void foo() {
X x= new X() {
{
getDisplay(); // <- invoke here
}
};
}
}
class X {
}
| 189 | Java | .java | 13 | 11.153846 | 35 | 0.58642 | 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 | 189 |
1,317,251 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testFail61/in/A.java | package p;
class A{
}
class X{
class B{
}
boolean m(Object o){
return o instanceof A;
}
}
| 96 | Java | .java | 10 | 8 | 24 | 0.686047 | 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 | 96 |
1,317,784 | A_test115_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractTemp/canExtract/A_test115_in.java | package p; //7, 17, 7, 22
public class A {
void m() {
int x = 9;
int y = 10;
int j = x + y + (x + y);
}
}
| 139 | Java | .java | 8 | 12.25 | 32 | 0.384615 | 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 | 139 |
1,710,781 | ICommand.java | andrew-nguyen_ucanaccess/src/main/java/net/ucanaccess/commands/ICommand.java | /*
Copyright (c) 2012 Marco Amadei.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in th... | 1,162 | Java | .java | 28 | 39.5 | 68 | 0.808969 | andrew-nguyen/ucanaccess | 13 | 10 | 1 | LGPL-2.1 | 9/4/2024, 8:15:43 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 1,162 |
4,906,161 | DefaultStartExi.java | aryantaheri_controller/opendaylight/netconf/netconf-impl/src/main/java/org/opendaylight/controller/netconf/impl/mapping/operations/DefaultStartExi.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
packa... | 3,217 | Java | .java | 61 | 46.262295 | 146 | 0.775191 | aryantaheri/controller | 1 | 0 | 0 | EPL-1.0 | 9/5/2024, 12:35:26 AM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 3,217 |
4,474,759 | GetMine.java | GeoscienceAustralia_FSDF-Metadata-Tool/services/src/main/java/org/fao/geonet/guiservices/groups/GetMine.java | //=============================================================================
//=== Copyright (C) 2001-2007 Food and Agriculture Organization of the
//=== United Nations (FAO-UN), United Nations World Food Programme (WFP)
//=== and United Nations Environment Programme (UNEP)
//===
//=== This program is free software;... | 3,999 | Java | .java | 80 | 45.7125 | 128 | 0.647858 | GeoscienceAustralia/FSDF-Metadata-Tool | 2 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:14:28 AM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 3,999 |
4,324,598 | TelegraphButtonAction.java | bfetter1234_Mars-Sim-Alpha/mars-sim-ui/src/main/java/org/mars_sim/msp/ui/swing/notification/TelegraphButtonAction.java | /*
* JTelegraph -- a Java message notification library
* Copyright (c) 2012, Paulo Roberto Massa Cereda
* 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. Redistributi... | 2,436 | Java | .java | 57 | 40.649123 | 80 | 0.754836 | bfetter1234/Mars-Sim-Alpha | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:09:08 AM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 2,436 |
1,317,307 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/test63/in/anotherp/A.java | package another.p;
/**
* See also another.p.A {@link another.p.A} and p.A, and A.
* @see another.p.A
*/
public class A {
String a= "A";
String pA= "p.A";
String anotherpA= "another.p.A";
}
| 196 | Java | .java | 10 | 17.9 | 59 | 0.643243 | 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 | 196 |
1,314,898 | Bar.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test27/out/Bar.java | package p1;
import p0.Foo;
public class Bar {
/**
* @param foo
*/
public static void bar(Foo foo) {
foo.foo();
}
}
| 128 | Java | .java | 10 | 10.5 | 34 | 0.640351 | 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 | 128 |
4,537,345 | SplashScreen.java | SergioFLS_lampiro-fork/src/it/yup/screens/SplashScreen.java | // #condition !UI
//@/* Copyright (c) 2008-2009-2010 Bluendo S.r.L.
//@ * See about.html for details about license.
//@ *
//@ * $Id: SplashScreen.java 2310 2010-11-04 12:18:13Z luca $
//@*/
//@
//@package it.yup.screens;
//@
//@import java.util.TimerTask;
//@
//@import it.yup.util.Utils;
//@
//@import javax.microeditio... | 2,251 | Java | .java | 80 | 26.525 | 115 | 0.584523 | SergioFLS/lampiro-fork | 2 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:16:26 AM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 2,251 |
1,487,035 | ArrayAccessNode.java | stg-tud_MUDetect/aug/src/main/java/de/tu_darmstadt/stg/mudetect/aug/model/actions/ArrayAccessNode.java | package de.tu_darmstadt.stg.mudetect.aug.model.actions;
import de.tu_darmstadt.stg.mudetect.aug.visitors.NodeVisitor;
public class ArrayAccessNode extends MethodCallNode {
public ArrayAccessNode(String arrayTypeName) {
super(arrayTypeName, "arrayget()");
}
public ArrayAccessNode(String arrayTypeN... | 604 | Java | .java | 18 | 28.277778 | 72 | 0.719449 | stg-tud/MUDetect | 24 | 8 | 16 | MPL-2.0 | 9/4/2024, 7:53:45 PM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 604 |
3,199,156 | ConcatenationTest.java | aitoralmeida_c4a_data_repository/LinkedDataInterface/src/ruleEngine/test/de/fuberlin/wiwiss/d2rq/expr/ConcatenationTest.java | package de.fuberlin.wiwiss.d2rq.expr;
import java.util.Arrays;
import java.util.Collections;
import junit.framework.TestCase;
import de.fuberlin.wiwiss.d2rq.algebra.Attribute;
public class ConcatenationTest extends TestCase {
public void testCreateEmpty() {
assertEquals(new Constant(""), Concatenation.create(Col... | 1,145 | Java | .java | 27 | 39.703704 | 92 | 0.768051 | aitoralmeida/c4a_data_repository | 4 | 2 | 7 | GPL-3.0 | 9/4/2024, 11:04:39 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 1,145 |
285,900 | UPCEReader.java | iluhcm_QrCodeScanner/zxing/src/main/java/com/google/zxing/oned/UPCEReader.java | /*
* Copyright 2008 ZXing authors
*
* 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 ... | 5,732 | Java | .java | 162 | 30.654321 | 98 | 0.636036 | iluhcm/QrCodeScanner | 445 | 126 | 5 | GPL-3.0 | 9/4/2024, 7:06:16 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 5,732 |
4,490,935 | BlockStateProvider.java | PatchworkMC_crabwork/src/main/forge/net/minecraftforge/client/model/generators/BlockStateProvider.java | /*
* Minecraft Forge, Patchwork Project
* Copyright (c) 2016-2020, 2019-2020
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* This library is di... | 27,461 | Java | .java | 517 | 44.398453 | 205 | 0.68405 | PatchworkMC/crabwork | 2 | 0 | 0 | LGPL-2.1 | 9/5/2024, 12:14:53 AM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 27,461 |
1,381,558 | SFFImageReader.java | alex73_mmscomputing/src/uk/co/mmscomputing/imageio/sff/SFFImageReader.java | package uk.co.mmscomputing.imageio.sff;
import java.io.*;
import java.util.*;
import java.awt.image.*;
import javax.imageio.*;
import javax.imageio.spi.*;
import javax.imageio.stream.*;
import javax.imageio.metadata.*;
import uk.co.mmscomputing.io.*;
public class SFFImageReader extends ImageReader{
static privat... | 7,477 | Java | .java | 192 | 32.375 | 112 | 0.628186 | 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 | 7,477 |
1,662,497 | Deserializer.java | mdaniel_svn-caucho-com-resin/modules/hessian/src/com/caucho/hessian/io/Deserializer.java | /*
* Copyright (c) 2001-2004 Caucho Technology, Inc. All rights reserved.
*
* The Apache Software License, Version 1.1
*
* 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 mu... | 3,801 | Java | .java | 96 | 36.09375 | 74 | 0.745039 | mdaniel/svn-caucho-com-resin | 18 | 17 | 0 | GPL-2.0 | 9/4/2024, 8:12:19 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 3,801 |
1,314,759 | A_testParametricTypeWithNonParametricSuperType_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testParametricTypeWithNonParametricSuperType_in.java | import java.util.List;
public class A_testParametricTypeWithNonParametricSuperType_in {
void foo(){
List<String> x = null;
}
}
| 132 | Java | .java | 6 | 20.166667 | 64 | 0.784 | 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 | 132 |
1,315,184 | TestClass.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46189/TestClass.java | package p;
public class TestClass {
public TestClass() {
}
}
class UseTestClass {
public void foo() {
/*[*/new TestClass()/*]*/;
}
}
| 141 | Java | .java | 10 | 12.3 | 28 | 0.658915 | 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 | 141 |
1,381,614 | ImageTypeConvertOpPanel.java | alex73_mmscomputing/src/uk/co/mmscomputing/image/operators/ImageTypeConvertOpPanel.java | package uk.co.mmscomputing.image.operators;
import java.util.*;
import java.awt.*;
import java.awt.image.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.border.*;
import javax.imageio.*;
import uk.co.mmscomputing.concurrent.Semaphore;
public class ImageTypeConvertOpP... | 7,850 | Java | .java | 219 | 30.557078 | 109 | 0.713815 | alex73/mmscomputing | 21 | 31 | 2 | LGPL-3.0 | 9/4/2024, 7:47:27 PM (Europe/Amsterdam) | false | false | true | true | false | true | true | true | 7,850 |
4,739,410 | ExGetBossRecord.java | ichiro101_l2adena-l2j-core/java/com/l2jserver/gameserver/network/serverpackets/ExGetBossRecord.java | /*
* 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 Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will... | 1,938 | Java | .java | 69 | 24.347826 | 86 | 0.704741 | ichiro101/l2adena-l2j-core | 1 | 2 | 0 | GPL-3.0 | 9/5/2024, 12:29:04 AM (Europe/Amsterdam) | false | false | false | true | true | false | true | true | 1,938 |
3,032,108 | FlatGeneratorInfo.java | SelfMadeSystem_PasteL/src/main/java/net/minecraft/world/gen/FlatGeneratorInfo.java | package net.minecraft.world.gen;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import net.minecraft.block.Block;
import net.minecraf... | 10,057 | Java | .java | 299 | 19.48495 | 109 | 0.425685 | SelfMadeSystem/PasteL | 5 | 0 | 0 | GPL-3.0 | 9/4/2024, 10:43:25 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 10,057 |
1,797,458 | AbstractSVGPathSegList.java | git-moss_Push2Display/lib/batik-1.8/sources/org/apache/batik/dom/svg/AbstractSVGPathSegList.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... | 33,621 | Java | .java | 833 | 27.854742 | 109 | 0.579613 | git-moss/Push2Display | 16 | 3 | 0 | LGPL-3.0 | 9/4/2024, 8:19:01 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 33,621 |
3,990,796 | AbstractDataset.java | pablopatarca_proyecto-teoria-control-utn-frro/jfreechart-1.0.16/source/org/jfree/data/general/AbstractDataset.java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | 9,302 | Java | .java | 234 | 33.431624 | 80 | 0.656582 | pablopatarca/proyecto-teoria-control-utn-frro | 2 | 0 | 0 | GPL-2.0 | 9/4/2024, 11:59:28 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 9,302 |
1,316,833 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/MoveInstanceMethod/canMove/test68/in/A.java | public class A extends C {
public A() {
i= 1;
}
public int m(D d) {
B b= new B() {
public int n() {
return i;
}
};
return b.n();
}
public static void main(String[] args) {
System.out.println(new A().m(new D()));
}
}
class B extends C {
public int n() {
return -1;
}
}
class C {
public... | 347 | Java | .java | 26 | 10.884615 | 41 | 0.576433 | 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 | false | true | true | 347 |
1,820,085 | FAtribuicao.java | cams7_erp/freedom/src/main/java/org/freedom/modulos/atd/view/frame/crud/plain/FAtribuicao.java | /**
* @version 02/11/2003 <BR>
* @author Setpoint Informática Ltda./Fernando Oliveira da Silva <BR>
*
* Projeto: Freedom <BR>
*
* Pacote: org.freedom.modulos.atd <BR>
* Classe: @(#)FAtribuicao.java <BR>
*
* Este arquivo é parte do sistema Freedom-ERP, o Freedom-ERP é um softw... | 4,803 | Java | .java | 119 | 36.831933 | 128 | 0.679074 | cams7/erp | 12 | 13 | 0 | GPL-3.0 | 9/4/2024, 8:19:45 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 4,758 |
1,316,593 | A_testAll39_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll39_out.java | package p;
//to public
class A{
public int m(boolean jj, Object x, int i){
return m(false, x, m(jj, x, i));
}
}
class B extends A{
public int m(boolean jj, Object x, int i){
return m(false, x, m(jj, x, i));
}
} | 218 | Java | .java | 12 | 16.583333 | 43 | 0.637681 | 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 | 218 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.