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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,992,702 | Lucene42NormsFormat.java | jimaguere_Maskana-Gestor-de-Conocimiento/lib/lucene-4.6/core/src/java/org/apache/lucene/codecs/lucene42/Lucene42NormsFormat.java | package org.apache.lucene.codecs.lucene42;
/*
* 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 Licen... | 3,178 | Java | .java | 73 | 40.589041 | 133 | 0.776554 | jimaguere/Maskana-Gestor-de-Conocimiento | 2 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:59:28 PM (Europe/Amsterdam) | false | true | true | false | true | true | true | true | 3,178 |
3,513,343 | ThreadPlayerLookupUUID.java | pvginkel_Tweakkit-Server/src/main/java/net/minecraft/server/ThreadPlayerLookupUUID.java | package net.minecraft.server;
import java.math.BigInteger;
import java.util.UUID;
import net.minecraft.util.com.mojang.authlib.GameProfile;
import net.minecraft.util.com.mojang.authlib.exceptions.AuthenticationUnavailableException;
// CraftBukkit start
import org.bukkit.craftbukkit.util.Waitable;
import org.bukkit.e... | 4,970 | Java | .java | 94 | 41.755319 | 167 | 0.640403 | pvginkel/Tweakkit-Server | 3 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:30:47 PM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 4,970 |
1,407,699 | Term.java | sing1ee_textrank-java/src/main/java/textrank/tagger/Term.java | package textrank.tagger;
/**
* Created by zhangcheng on 15/3/2.
*/
public class Term {
private String text;
private String pos;
public Term() {
}
public Term(String text, String pos) {
this.text = text;
this.pos = pos;
}
public String getText() {
return text;
... | 523 | Java | .java | 26 | 14.730769 | 42 | 0.582822 | sing1ee/textrank-java | 28 | 6 | 0 | GPL-2.0 | 9/4/2024, 7:49:32 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 523 |
1,315,185 | TestClass_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/Bugzilla/46189/TestClass_out.java | package p;
public class TestClass {
public static TestClass createTestClass() {
return new TestClass();
}
private TestClass() {
}
}
class UseTestClass {
public void foo() {
/*[*/TestClass.createTestClass();
}
}
| 224 | Java | .java | 13 | 15.230769 | 44 | 0.730769 | 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 | 224 |
3,298,432 | SpringCacheProvider.java | chenbo19867758_jeecmsX1_2/jeecms-common/src/main/java/com/jeecms/common/web/cache/SpringCacheProvider.java | package com.jeecms.common.web.cache;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.Cache;
import org.springframework.cache.Cache.ValueWrapper;
import org.springframework.cache.CacheManager;
import org.springframework.stereotype.Component;
... | 1,741 | Java | .java | 62 | 23.870968 | 74 | 0.75096 | 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 | 1,635 |
4,788,904 | NodeChangeEvent.java | mateor_PDroidHistory/libcore/luni/src/main/java/java/util/prefs/NodeChangeEvent.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 not... | 3,193 | Java | .java | 84 | 33.75 | 95 | 0.717651 | mateor/PDroidHistory | 1 | 2 | 0 | GPL-3.0 | 9/5/2024, 12:31:53 AM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 3,193 |
1,786,322 | StaticList.java | stefandmn_AREasy/src/java/org/areasy/common/data/type/list/StaticList.java | package org.areasy.common.data.type.list;
/*
* Copyright (c) 2007-2020 AREasy Runtime
*
* This library, AREasy Runtime and API for BMC Remedy AR System, is free software ("Licensed Software");
* you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
* License as published... | 7,508 | Java | .java | 261 | 24.490421 | 106 | 0.655832 | stefandmn/AREasy | 10 | 1 | 3 | LGPL-3.0 | 9/4/2024, 8:18:34 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 7,508 |
48,224 | PermissionAttachment.java | Bukkit_Bukkit/src/main/java/org/bukkit/permissions/PermissionAttachment.java | package org.bukkit.permissions;
import java.util.LinkedHashMap;
import java.util.Map;
import org.bukkit.plugin.Plugin;
/**
* Holds information about a permission attachment on a {@link Permissible}
* object
*/
public class PermissionAttachment {
private PermissionRemovedExecutor removed;
private final Map<... | 4,060 | Java | .java | 125 | 26.296 | 115 | 0.660546 | Bukkit/Bukkit | 2,394 | 1,051 | 70 | GPL-3.0 | 9/4/2024, 7:04:55 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 4,060 |
1,552,555 | RequestRecipeBookDestroy.java | Elfocrash_L2jTesla/src/main/java/dev/l2j/tesla/gameserver/network/clientpackets/RequestRecipeBookDestroy.java | package dev.l2j.tesla.gameserver.network.clientpackets;
import dev.l2j.tesla.gameserver.network.SystemMessageId;
import dev.l2j.tesla.gameserver.network.serverpackets.RecipeBookItemList;
import dev.l2j.tesla.gameserver.network.serverpackets.SystemMessage;
import dev.l2j.tesla.gameserver.data.xml.RecipeData;
import dev... | 1,269 | Java | .java | 35 | 33.628571 | 123 | 0.808197 | Elfocrash/L2jTesla | 20 | 11 | 0 | GPL-3.0 | 9/4/2024, 7:58:53 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 1,269 |
1,313,084 | HTMLTagCompletionProposalComputer.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java | /*******************************************************************************
* Copyright (c) 2000, 2014 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
... | 8,059 | Java | .java | 212 | 34.863208 | 200 | 0.747758 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 8,059 |
3,655,207 | SecurityService.java | CarlosSanabriaM_RedSocialSpring/red-social-spring/src/main/java/com/uniovi/services/SecurityService.java | package com.uniovi.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.context.SecurityContextH... | 1,629 | Java | .java | 38 | 40.157895 | 109 | 0.85124 | CarlosSanabriaM/RedSocialSpring | 3 | 0 | 7 | GPL-3.0 | 9/4/2024, 11:37:07 PM (Europe/Amsterdam) | false | true | false | false | true | true | true | true | 1,629 |
1,316,477 | A_test11_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_test11_out.java | //change to j k i
package p;
class A{
private void m(int j, int k, int i){
}
private void foo(){
m(2,
3,
3+ 1);
}
} | 130 | Java | .java | 11 | 9.545455 | 37 | 0.566667 | 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 | 130 |
596,850 | DataTable.java | BhavyaC16_Plants-Vs-Zombies/PlantVsZombies/src/sample/DataTable.java | package sample;
import javafx.scene.layout.Pane;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
public class DataTable implements Serializable {
privat... | 3,770 | Java | .java | 104 | 29.75 | 233 | 0.680472 | BhavyaC16/Plants-Vs-Zombies | 135 | 47 | 5 | GPL-3.0 | 9/4/2024, 7:08:18 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,770 |
4,513,934 | AbstractInfo.java | geryfauzi_Damang/app/src/main/java/unikom/gery/damang/service/devices/miband/AbstractInfo.java | /* Copyright (C) 2015-2021 Carsten Pfeiffer
This file is part of Gadgetbridge.
Gadgetbridge 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 Free Software Foundation, either version 3 of the License, or
(at you... | 1,021 | Java | .java | 20 | 46.15 | 76 | 0.743719 | geryfauzi/Damang | 2 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:15:40 AM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 1,021 |
1,873,444 | CloseIQProvider.java | masach_FaceWhat/FacewhatDroid/asmack/org/jivesoftware/smackx/bytestreams/ibb/provider/CloseIQProvider.java | /**
* All rights reserved. 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 writing,... | 1,131 | Java | .java | 29 | 36.448276 | 87 | 0.76776 | masach/FaceWhat | 12 | 12 | 0 | GPL-3.0 | 9/4/2024, 8:21:42 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 1,131 |
1,311,616 | IntroduceParameterRefactoring.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java | /*******************************************************************************
* Copyright (c) 2000, 2023 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
... | 30,272 | Java | .java | 556 | 51.197842 | 286 | 0.808781 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 30,272 |
1,315,635 | Test.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/UseSupertypeWherePossible/testNew13/in/Test.java | package p;
class Test{
void test(){
A a= new A();
test(a);
}
void test(A b){
b.foo();
}
} | 100 | Java | .java | 10 | 8 | 16 | 0.555556 | 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 | 100 |
1,525,358 | X11GraphicsDevice.java | nilsvanvelzen_mac_ppc_openjdk8u60/jdk/src/solaris/classes/sun/awt/X11GraphicsDevice.java | /*
* Copyright (c) 1997, 2014, 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 ... | 18,277 | Java | .java | 467 | 28.614561 | 141 | 0.600169 | nilsvanvelzen/mac_ppc_openjdk8u60 | 21 | 3 | 2 | GPL-2.0 | 9/4/2024, 7:56:33 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 18,277 |
3,259,171 | StoreRegisterActionItem.java | wholesky_ffdec/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java | /*
* Copyright (C) 2010-2018 JPEXS, All rights reserved.
*
* 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 3.0 of the License, or (at your option) any later versi... | 4,290 | Java | .java | 114 | 31.824561 | 159 | 0.72281 | wholesky/ffdec | 4 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:08:47 PM (Europe/Amsterdam) | false | false | false | true | false | true | false | true | 4,290 |
2,986,225 | Utils.java | perye_survey/src/main/java/com/apsd/common/plugs/ipaddr/Utils.java | package com.apsd.common.plugs.ipaddr;
import java.io.UnsupportedEncodingException;
import org.springframework.beans.factory.annotation.Autowired;
/**
*
*/
public class Utils {
@Autowired
private IPSeeker ipSeeker;
/**
* 从ip的字符串形式得到字节数组形式
* @param ip 字符串形式的ip
* @return 字节数组形式的ip
*/
... | 3,262 | Java | .java | 91 | 23.538462 | 87 | 0.589678 | perye/survey | 5 | 10 | 0 | AGPL-3.0 | 9/4/2024, 10:40:34 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 2,850 |
4,122,168 | DecimalFormatter.java | KouChengjian_PhoneMate/PhoneSuperviser/src/com/kcj/phonesuperviser/widget/textcounter/DecimalFormatter.java | package com.kcj.phonesuperviser.widget.textcounter;
import java.text.DecimalFormat;
/**
* Created by prem on 10/28/14.
*/
public class DecimalFormatter implements Formatter {
private final DecimalFormat format = new DecimalFormat("#.0");
@Override
public String format(String prefix, String suffix, ... | 398 | Java | .java | 12 | 29.416667 | 69 | 0.744063 | KouChengjian/PhoneMate | 2 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:03:39 AM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 398 |
3,183,754 | BaseDataStreamMarshaller.java | DiamondLightSource_daq-eclipse/uk.ac.diamond.org.apache.activemq/org/apache/activemq/openwire/v9/BaseDataStreamMarshaller.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... | 24,725 | Java | .java | 579 | 30.08981 | 111 | 0.575225 | DiamondLightSource/daq-eclipse | 4 | 9 | 3 | EPL-1.0 | 9/4/2024, 11:03:38 PM (Europe/Amsterdam) | true | true | true | true | true | true | true | true | 24,725 |
1,316,504 | A_testAll52_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testAll52_in.java | package p;
class A{
A(){
}
}
class B extends A{
B(){
this(3);
}
B(int y){
}
} | 85 | Java | .java | 12 | 5.5 | 18 | 0.540541 | 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 | 85 |
1,314,773 | A_testString_in.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testString_in.java |
class A_testString_in {
public static void bar(){
String s = new String();
s.toString();
}
}
| 100 | Java | .java | 6 | 14.5 | 26 | 0.666667 | 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 | 100 |
1,826,863 | StatsWriterFactory.java | bobbui_Direct-File-Downloader/src/src/org/gudy/azureus2/core3/stats/StatsWriterFactory.java | /*
* File : StatsWriterFactory.java
* Created : 23-Oct-2003
* By : parg
*
* Azureus - a Java Bittorrent client
*
* 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 ... | 1,382 | Java | .java | 44 | 29.318182 | 76 | 0.772352 | bobbui/Direct-File-Downloader | 18 | 3 | 0 | GPL-2.0 | 9/4/2024, 8:19:54 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 1,382 |
4,402,311 | User1.java | prakriti-gupta_College-Selector-App/app/src/main/java/com/example/hp/selectorcollege/User1.java | package com.example.hp.selectorcollege;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ViewFlipper;
public class User1 extends AppCompatActivity {
... | 3,629 | Java | .java | 95 | 27.747368 | 106 | 0.601251 | prakriti-gupta/College-Selector-App | 2 | 0 | 0 | LGPL-2.1 | 9/5/2024, 12:11:47 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,629 |
4,411,224 | TrippleKeyCommand.java | JOM3C4_nHCFSource/src/com/zdev/hcf/tripplekeys/TrippleKeyCommand.java | package com.zdev.hcf.tripplekeys;
import java.util.Collections;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabCompleter;
import com.zdev.... | 3,407 | Java | .java | 83 | 37.156627 | 104 | 0.718088 | JOM3C4/nHCFSource | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:12:08 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,407 |
1,315,542 | A_testFail8.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameParameters/cannotRename/A_testFail8.java | //cannot rename to: j
package p;
interface B{
int j= 0;
}
class A implements B{
int m(int i){
i= j;
return 0;
};
} | 121 | Java | .java | 11 | 9.454545 | 21 | 0.648649 | 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 | 121 |
2,538,742 | CraftWitherSkeleton.java | FukkitMC_Fukkit-Old/src/main/java/org/bukkit/craftbukkit/entity/CraftWitherSkeleton.java | package org.bukkit.craftbukkit.entity;
import net.minecraft.server.EntitySkeletonWither;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.WitherSkeleton;
public class CraftWitherSkeleton extends CraftSkeleton implements WitherSkeleton {
public CraftWitherSk... | 706 | Java | .java | 22 | 27.363636 | 82 | 0.764012 | FukkitMC/Fukkit-Old | 7 | 0 | 0 | LGPL-3.0 | 9/4/2024, 9:47:40 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 706 |
936,884 | ISkeletonAbstract.java | brainsynder-Dev_SimplePets/plugin-api/src/simplepets/brainsynder/api/entity/misc/ISkeletonAbstract.java | package simplepets.brainsynder.api.entity.misc;
import simplepets.brainsynder.api.entity.IEntityPet;
public interface ISkeletonAbstract extends IEntityPet {
default boolean isArmsRaised() {return false;}
default void setArmsRaised(boolean flag) {}
}
| 261 | Java | .java | 6 | 40.666667 | 55 | 0.825397 | brainsynder-Dev/SimplePets | 60 | 37 | 21 | GPL-3.0 | 9/4/2024, 7:09:48 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 261 |
2,941,666 | ArrayInitEmpty.java | MIT-PAC_obj-sens-soot/systests/java_tests/ArrayInitEmpty.java | public class ArrayInitEmpty {
public static void main(String [] args) {
int [] i = {};
}
}
| 113 | Java | .java | 5 | 17.2 | 45 | 0.578431 | MIT-PAC/obj-sens-soot | 5 | 1 | 0 | LGPL-2.1 | 9/4/2024, 10:36:36 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | true | 113 |
2,269,346 | DERNull.java | jaeksoft_jcifs-krb5/src/jcifs/spnego/asn1/DERNull.java | /* Copyright (c) 2000 The Legion Of The Bouncy Castle
* (http://www.bouncycastle.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limit... | 1,746 | Java | .java | 49 | 30.142857 | 81 | 0.691801 | jaeksoft/jcifs-krb5 | 9 | 7 | 2 | LGPL-2.1 | 9/4/2024, 8:47:09 PM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 1,746 |
4,138,908 | TTYStreamProvider.java | zapster_graal-core/graal/com.oracle.graal.debug/src/com/oracle/graal/debug/TTYStreamProvider.java | /*
* Copyright (c) 2015, 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 Softwa... | 1,275 | Java | .java | 30 | 40.533333 | 85 | 0.766693 | zapster/graal-core | 2 | 48 | 0 | GPL-2.0 | 9/5/2024, 12:04:12 AM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 1,275 |
3,288,883 | LauncherAnimationRunner.java | tetrafolium_Lawnchair/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java | /*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... | 4,814 | Java | .java | 122 | 31.295082 | 103 | 0.670445 | tetrafolium/Lawnchair | 4 | 1 | 0 | GPL-3.0 | 9/4/2024, 11:10:33 PM (Europe/Amsterdam) | false | false | false | true | true | true | true | true | 4,814 |
527,329 | AdapterItemSpecifications.java | NearbyShops_Nearby-Shops-Android-app/app/src/main/java/org/nearbyshops/whitelabelapp/DetailScreens/DetailItem/AdapterItemSpecifications.java | package org.nearbyshops.whitelabelapp.DetailScreens.DetailItem;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recy... | 3,662 | Java | .java | 98 | 30.265306 | 109 | 0.684646 | NearbyShops/Nearby-Shops-Android-app | 165 | 89 | 26 | GPL-3.0 | 9/4/2024, 7:07:37 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 3,662 |
4,566,051 | Xray.java | pauln07org_Pentium-plus/src/main/java/pauln07/pentiumplus/systems/modules/render/Xray.java | /*
* This file is part of the Pentium plus (https://github.com/pauln07org/Pentium-plus).
* Copyright (c) 2022 Pentium plus.
*/
package pauln07.pentiumplus.systems.modules.render;
import pauln07.pentiumplus.events.render.RenderBlockEntityEvent;
import pauln07.pentiumplus.events.world.AmbientOcclusionEvent;
import ... | 4,195 | Java | .java | 108 | 31.416667 | 182 | 0.674121 | pauln07org/Pentium-plus | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:17:35 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 4,195 |
1,312,428 | ActiveTestSuite.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ActiveTestSuite.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,818 | Java | .java | 66 | 24.651515 | 116 | 0.733487 | 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,818 |
3,379,804 | MybatisPlusConfig.java | ZengLingWeii_srb_hfb/hfb/src/main/java/com/heepay/config/MybatisPlusConfig.java | package com.heepay.config;
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
im... | 916 | Java | .java | 26 | 29.769231 | 82 | 0.804348 | ZengLingWeii/srb_hfb | 4 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:16:59 PM (Europe/Amsterdam) | false | true | false | true | false | true | true | true | 858 |
4,858,096 | EnumHashBiMap.java | zhangjianying_12306-android-Decompile/src/com/google/common/collect/EnumHashBiMap.java | package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import com.google.common.annotations.GwtIncompatible;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.EnumMap;
import java.util.HashMap;
import java.util.Map;
import ... | 2,450 | Java | .java | 65 | 34.353846 | 137 | 0.775148 | zhangjianying/12306-android-Decompile | 1 | 1 | 0 | GPL-3.0 | 9/5/2024, 12:33:53 AM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 2,442 |
1,316,043 | SwitchCaseUpdates.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractClass/testSwitchCaseUpdates/out/SwitchCaseUpdates.java | package p;
public class SwitchCaseUpdates {
private SwitchCaseUpdatesParameter parameterObject = new SwitchCaseUpdatesParameter();
private void foo() {
switch (parameterObject.getTest()) {
case 5: parameterObject.setTest(7);
break;
case 7: parameterObject.setTest(5);
}
}
}
| 290 | Java | .java | 11 | 23.909091 | 87 | 0.776978 | 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 | 290 |
3,893,968 | IotHuaWeiNacosApplication.java | hupengwu_Fox-Edge-Server/fox-edge-server-iot-cloud/fox-edge-server-iot-huawei/fox-edge-server-iot-huawei-nacos/src/main/java/cn/foxtech/huawei/iotda/service/IotHuaWeiNacosApplication.java | package cn.foxtech.huawei.iotda.service;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
public cl... | 477 | Java | .java | 10 | 44.7 | 79 | 0.848812 | hupengwu/Fox-Edge-Server | 3 | 2 | 0 | GPL-3.0 | 9/4/2024, 11:47:25 PM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 477 |
1,940,541 | JWTUtil.java | jerryshell_polls-server/src/main/java/cn/jerryshell/polls/util/JWTUtil.java | package cn.jerryshell.polls.util;
import com.auth0.jwt.JWT;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.exceptions.JWTDecodeException;
import com.auth0.jwt.exceptions.JWTVerificationException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environ... | 1,744 | Java | .java | 50 | 27.48 | 109 | 0.663108 | jerryshell/polls-server | 14 | 0 | 1 | GPL-3.0 | 9/4/2024, 8:24:04 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 1,744 |
5,069,076 | RestResponse.java | alexandruatomei9_GetSocial/GetSocialAPI/src/main/java/info/getsocial/domain/RestResponse.java | package info.getsocial.domain;
public class RestResponse {
private int status;
private String message;
private Object data;
public RestResponse() {}
public RestResponse(int status, Object data) {
this.setStatus(status);
this.setData(data);
}
// getters and setters
public int getStatus() {
return st... | 625 | Java | .java | 30 | 18.3 | 47 | 0.746575 | alexandruatomei9/GetSocial | 1 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:40:16 AM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 625 |
2,511,117 | EntitySelectEventHandler.java | Krubster_MineDonate/forge 1.7.10/src/main/java/ru/alastar/minedonate/events/EntitySelectEventHandler.java | package ru.alastar.minedonate.events;
import cpw.mods.fml.common.eventhandler.EventPriority;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlaye... | 3,411 | Java | .java | 51 | 52.098039 | 205 | 0.688707 | Krubster/MineDonate | 7 | 10 | 0 | GPL-3.0 | 9/4/2024, 9:43:24 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 3,388 |
1,284,887 | GT_BookAndLootLoader.java | Nukepowered_GregTech4/src/main/java/gregtechmod/loaders/postload/GT_BookAndLootLoader.java | package gregtechmod.loaders.postload;
import gregtechmod.GT_Mod;
import gregtechmod.api.enums.GT_Items;
import gregtechmod.api.enums.Materials;
import gregtechmod.api.enums.OrePrefixes;
import gregtechmod.api.util.GT_Log;
import gregtechmod.api.util.GT_OreDictUnificator;
import gregtechmod.api.util.GT_Utility;
import ... | 60,513 | Java | .java | 408 | 138.171569 | 275 | 0.73248 | Nukepowered/GregTech4 | 30 | 17 | 9 | GPL-3.0 | 9/4/2024, 7:31:27 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 60,513 |
5,088,731 | HelloWorldFX.java | sanke69_fr_xs_jtk/src/test/java/fr/xs/jtk/graphics/HelloWorldFX.java | package fr.xs.jtk.graphics;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.StackPane;
import javafx.stage.Stage;
public class HelloWorldFX extends Application ... | 989 | Java | .java | 29 | 26.482759 | 58 | 0.650844 | sanke69/fr.xs.jtk | 1 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:40:57 AM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 989 |
273,913 | AdapterConstants.java | yaxim-org_yaxim/src/org/yaxim/androidclient/util/AdapterConstants.java | package org.yaxim.androidclient.util;
public class AdapterConstants {
public static final String[] GROUP_NAME = {"groupName"};
public static final String[] CHILD_DATA_KEYS = {"screenName","statusMode"};
public static final String CONTACT_ID = "contactId";
}
| 272 | Java | .java | 6 | 42.5 | 77 | 0.746212 | yaxim-org/yaxim | 486 | 238 | 72 | GPL-3.0 | 9/4/2024, 7:06:07 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 272 |
2,659,162 | ValueOperation.java | exoplatform_jcr/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/ValueOperation.java | /*
* Copyright (C) 2009 eXo Platform SAS.
*
* This 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 so... | 1,996 | Java | .java | 67 | 25.119403 | 75 | 0.653243 | exoplatform/jcr | 6 | 20 | 1 | AGPL-3.0 | 9/4/2024, 10:01:50 PM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 1,996 |
4,148,571 | BasedirType.java | RedHatQE_polarize/src/main/java/com/github/redhatqe/polarize/configuration/BasedirType.java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.11.... | 2,230 | Java | .java | 83 | 22.26506 | 122 | 0.631086 | RedHatQE/polarize | 2 | 2 | 18 | GPL-3.0 | 9/5/2024, 12:04:22 AM (Europe/Amsterdam) | false | true | false | true | true | true | true | true | 2,230 |
4,900,803 | InvalidMapException.java | johan-martenson_settlers/src/main/java/org/appland/settlers/maps/InvalidMapException.java | package org.appland.settlers.maps;
public class InvalidMapException extends Exception {
public InvalidMapException(String s) {
super(s);
}
}
| 158 | Java | .java | 6 | 22.5 | 52 | 0.748344 | johan-martenson/settlers | 1 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:35:15 AM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 158 |
1,312,878 | CoreUtility.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/CoreUtility.java | /*******************************************************************************
* Copyright (c) 2000, 2023 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,025 | Java | .java | 176 | 36.096591 | 172 | 0.731147 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 7,025 |
2,659,523 | InternalQName.java | exoplatform_jcr/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/datamodel/InternalQName.java | /*
* Copyright (C) 2009 eXo Platform SAS.
*
* This 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 software i... | 2,919 | Java | .java | 88 | 28.284091 | 102 | 0.660284 | exoplatform/jcr | 6 | 20 | 1 | AGPL-3.0 | 9/4/2024, 10:01:50 PM (Europe/Amsterdam) | false | false | false | true | false | false | false | true | 2,919 |
3,180,833 | GameConstants.java | WELTEN_dojo-ibl/src/main/java/org/celstec/arlearn2/portal/client/author/ui/game/i18/GameConstants.java | package org.celstec.arlearn2.portal.client.author.ui.game.i18;
import com.google.gwt.i18n.client.Constants;
public interface GameConstants extends Constants {
//Table Headings
@DefaultStringValue("Games")
String games();
@DefaultStringValue("Title")
String title();
@DefaultStringValue("License")
String li... | 3,106 | Java | .java | 94 | 29.521277 | 97 | 0.766052 | WELTEN/dojo-ibl | 4 | 1 | 52 | LGPL-3.0 | 9/4/2024, 11:03:29 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 3,106 |
1,312,881 | SelectionUtil.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SelectionUtil.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
... | 5,256 | Java | .java | 140 | 34.542857 | 135 | 0.718014 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 5,256 |
4,504,979 | ShareAlert.java | iwondev_iwon-Android/TMessagesProj/src/main/java/org/telegram/ui/Components/ShareAlert.java | /*
* This is the source code of Telegram for Android v. 5.x.x.
* It is licensed under GNU GPL v. 2 or later.
* You should have received a copy of the license in this archive (see LICENSE).
*
* Copyright Nikolai Kudashov, 2013-2018.
*/
package org.telegram.ui.Components;
import android.animation.Animator;
import... | 72,170 | Java | .java | 1,333 | 37.80045 | 294 | 0.568364 | iwondev/iwon-Android | 2 | 2 | 1 | GPL-2.0 | 9/5/2024, 12:15:15 AM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 72,170 |
1,312,703 | JavaTextTools.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java | /*******************************************************************************
* Copyright (c) 2000, 2019 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
... | 14,860 | Java | .java | 374 | 36.949198 | 145 | 0.77374 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 14,860 |
1,318,903 | A_test614.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ExtractMethodWorkSpace/ExtractMethodTests/expression_out/A_test614.java | package expression_out;
import java.io.File;
public class A_test614 {
public void foo() {
A a= null;
a.useFile(extracted(a));
}
protected File extracted(A a) {
return /*[*/a.getFile()/*]*/;
}
}
| 207 | Java | .java | 11 | 16.636364 | 32 | 0.673575 | 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 | 207 |
3,387,879 | Util.java | FzArnob_Covidease/sources/com/bumptech/glide/util/Util.java | package com.bumptech.glide.util;
import android.annotation.TargetApi;
import android.graphics.Bitmap;
import android.os.Build;
import android.os.Looper;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Queue;
public final class Util {
pr... | 5,860 | Java | .java | 168 | 25.190476 | 126 | 0.573343 | FzArnob/Covidease | 4 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:17:41 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 5,860 |
4,684,454 | EntityZapEvent.java | CSneko_nya-folia/Folia-API/src/main/java/com/destroystokyo/paper/event/entity/EntityZapEvent.java | package com.destroystokyo.paper.event.entity;
import com.google.common.base.Preconditions;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LightningStrike;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
import org.bukkit.event.entity.EntityTransformEvent;
import java.util.Collecti... | 1,816 | Java | .java | 54 | 28.592593 | 135 | 0.736301 | CSneko/nya-folia | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:21:38 AM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 1,816 |
482,009 | Potion.java | spoutcraft_Spoutcraft/src/main/java/net/minecraft/src/Potion.java | package net.minecraft.src;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.UUID;
import com.google.common.collect.Maps;
import com.prupe.mcpatcher.cc.ColorizeItem;
public class Potion {
/** The array of potion types. */
public static final Potion[] potionTypes = new ... | 11,758 | Java | .java | 250 | 44.092 | 249 | 0.741206 | spoutcraft/Spoutcraft | 187 | 77 | 0 | LGPL-3.0 | 9/4/2024, 7:07:37 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 11,758 |
3,669,921 | GameLoop.java | ghaffarian_java2D-game-template/src/game/sample/ball/GameLoop.java | /*** In The Name of Allah ***/
package game.sample.ball;
/**
* A very simple structure for the main game loop.
* THIS IS NOT PERFECT, but works for most situations.
* Note that to make this work, none of the 2 methods
* in the while loop (update() and render()) should be
* long running! Both must execute very q... | 1,556 | Java | .java | 56 | 24.767857 | 69 | 0.711603 | ghaffarian/java2D-game-template | 3 | 2 | 0 | GPL-3.0 | 9/4/2024, 11:37:36 PM (Europe/Amsterdam) | false | false | false | true | false | false | true | true | 1,556 |
3,773,228 | IntegrationTest.java | matsim-scenarios_matsim-nyc/src/test/java/org/matsim/codeexamples/programming/eventsHandler/IntegrationTest.java | package org.matsim.codeexamples.programming.eventsHandler;
import static org.junit.Assert.fail;
import java.io.File;
import org.junit.Test;
import org.matsim.codeexamples.events.eventsHandling.RunEventsHandlingWithControlerExample;
import org.matsim.core.utils.io.IOUtils;
public class IntegrationTest {
@Te... | 960 | Java | .java | 24 | 36.666667 | 114 | 0.782937 | matsim-scenarios/matsim-nyc | 3 | 8 | 0 | GPL-3.0 | 9/4/2024, 11:41:48 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 960 |
4,566,431 | ItemListSettingScreen.java | pauln07org_Pentium-plus/src/main/java/pauln07/pentiumplus/gui/screens/settings/ItemListSettingScreen.java | /*
* This file is part of the Pentium plus (https://github.com/pauln07org/Pentium-plus).
* Copyright (c) 2022 Pentium plus.
*/
package pauln07.pentiumplus.gui.screens.settings;
import pauln07.pentiumplus.gui.GuiTheme;
import pauln07.pentiumplus.gui.widgets.WWidget;
import pauln07.pentiumplus.settings.ItemListSett... | 1,233 | Java | .java | 32 | 34.28125 | 86 | 0.754401 | pauln07org/Pentium-plus | 2 | 0 | 0 | GPL-3.0 | 9/5/2024, 12:17:35 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 1,233 |
2,062,647 | MultipleWarningsTest.java | openjdk_jdk6/jdk/test/sun/security/tools/jarsigner/warnings/MultipleWarningsTest.java | /*
* Copyright (c) 2013, 2015, 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 ... | 6,784 | Java | .java | 149 | 34.469799 | 80 | 0.613454 | openjdk/jdk6 | 19 | 18 | 0 | GPL-2.0 | 9/4/2024, 8:28:13 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 6,784 |
4,327,744 | LineArrowShape.java | YeeYoungHan_springsample/TestHwp/src/main/java/kr/dogfoot/hwplib/object/bodytext/control/gso/shapecomponent/lineinfo/LineArrowShape.java | package kr.dogfoot.hwplib.object.bodytext.control.gso.shapecomponent.lineinfo;
/**
* 선 끝에 화살표 모양
*
* @author neolord
*/
public enum LineArrowShape {
/**
* 모양 없음
*/
None((byte) 0),
/**
* 화살표
*/
Arrow((byte) 1),
/**
* 오목한 화살표
*/
ConcaveArrow((byte) 2),
/**
... | 1,662 | Java | .java | 78 | 11.589744 | 78 | 0.479905 | YeeYoungHan/springsample | 2 | 5 | 2 | GPL-3.0 | 9/5/2024, 12:09:19 AM (Europe/Amsterdam) | false | false | true | true | true | true | true | true | 1,352 |
1,317,210 | SomeClass.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameType/testSimilarElements13/in/SomeClass.java | package p;
/**
* Local variables: Prefix "pm", Suffix "_pm"
* Parameters: Prefix "lv", Suffix "_lv"
*
*/
public class SomeClass {
public void foo1(SomeClass pmSomeClass) {
SomeClass lvSomeClass;
SomeClass lvSomeClass_lv;
SomeClass someClass_lv;
SomeClass pmSomeClass_pm; // wrong prefixes, but rename any... | 432 | Java | .java | 18 | 21.5 | 65 | 0.740741 | 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 | 432 |
734,295 | SplitUtils.java | MesquiteProject_MesquiteCore/LibrarySource/pal/tree/SplitUtils.java | // SplitUtils.java
//
// (c) 1999-2001 PAL Development Core Team
//
// This package may be distributed under the
// terms of the Lesser GNU General Public License (LGPL)
package pal.tree;
import pal.misc.*;
/**
* utilities for split systems
*
* @version $Id: SplitUtils.java,v 1.4 2001/07/13 14:39:13 korbinian Exp... | 3,300 | Java | .java | 139 | 20.302158 | 89 | 0.664191 | MesquiteProject/MesquiteCore | 97 | 27 | 36 | LGPL-3.0 | 9/4/2024, 7:08:37 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 3,300 |
870,423 | SlotChiselPlayer.java | Chisel-2_Chisel-2/src/main/java/com/cricketcraft/chisel/inventory/SlotChiselPlayer.java | package com.cricketcraft.chisel.inventory;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
public class SlotChiselPlayer extends Slot {
public SlotChiselPlayer(ContainerChisel container, In... | 841 | Java | .java | 30 | 25.733333 | 95 | 0.80798 | Chisel-2/Chisel-2 | 70 | 34 | 59 | GPL-2.0 | 9/4/2024, 7:09:22 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 841 |
3,387,991 | GifFrameResourceDecoder.java | FzArnob_Covidease/sources/com/bumptech/glide/load/resource/gif/GifFrameResourceDecoder.java | package com.bumptech.glide.load.resource.gif;
import android.graphics.Bitmap;
import com.bumptech.glide.gifdecoder.GifDecoder;
import com.bumptech.glide.load.ResourceDecoder;
import com.bumptech.glide.load.engine.Resource;
import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
import com.bumptech.glide.load.... | 893 | Java | .java | 21 | 38.047619 | 78 | 0.775087 | FzArnob/Covidease | 4 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:17:41 PM (Europe/Amsterdam) | false | false | false | true | false | false | true | true | 893 |
3,014,176 | ZalcanoPlugin.java | Owain94_OpenOSRS-RL-hub/hubzalcano/src/main/java/com/zalcano/ZalcanoPlugin.java | /*
* Copyright (c) 2018, Tomas Slusny <slusnucky@gmail.com>
* 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, thi... | 8,114 | Java | .java | 282 | 25.826241 | 108 | 0.756542 | Owain94/OpenOSRS-RL-hub | 5 | 16 | 6 | GPL-3.0 | 9/4/2024, 10:42:50 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 8,114 |
1,313,248 | OverrideIndicatorImageProvider.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/OverrideIndicatorImageProvider.java | /*******************************************************************************
* Copyright (c) 2000, 2010 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,623 | Java | .java | 64 | 38.53125 | 124 | 0.75442 | 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 | 2,623 |
4,997,984 | HashMapConfigItem.java | dungba88_xblog/xblog/src/main/java/org/xblog/framework/configs/HashMapConfigItem.java | package org.xblog.framework.configs;
import java.util.HashMap;
public class HashMapConfigItem implements XblogConfigItem {
private HashMap<String, Object> map;
@Override
public Object get(String key) {
if (map != null)
return map.get(key);
return null;
}
public HashMap<String, Object> getMap() {
ret... | 408 | Java | .java | 17 | 21.411765 | 59 | 0.751958 | dungba88/xblog | 1 | 0 | 0 | GPL-2.0 | 9/5/2024, 12:38:27 AM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 408 |
4,213,808 | AppManagerActivity.java | MurshidMac_vimo/app/src/main/java/vimo/activities/appmanager/AppManagerActivity.java | package vimo.activities.appmanager;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.a... | 7,208 | Java | .java | 183 | 30.322404 | 104 | 0.655656 | MurshidMac/vimo | 2 | 0 | 0 | AGPL-3.0 | 9/5/2024, 12:05:57 AM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 7,208 |
2,061,992 | DatatypeConverter.java | openjdk_jdk6/jaxws/drop_included/jaxws_src/src/javax/xml/bind/DatatypeConverter.java | /*
* Copyright (c) 2005, 2006, 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 ... | 23,373 | Java | .java | 600 | 33.325 | 205 | 0.676625 | openjdk/jdk6 | 19 | 18 | 0 | GPL-2.0 | 9/4/2024, 8:28:13 PM (Europe/Amsterdam) | false | true | true | true | true | true | true | true | 23,373 |
3,225,458 | CompositionDialogRoutine.java | sxnwlfkk_daily_routines/app/src/main/java/com/sxnwlfkk/dailyroutines/classes/CompositionDialogRoutine.java | package com.sxnwlfkk.dailyroutines.classes;
/**
* Created by sxnwlfkk on 2017.07.17..
*/
public class CompositionDialogRoutine {
private long id;
private String name;
private String settings;
private long length;
public long getId() {
return id;
}
public void setId(long id) {
this.id = id;
}
public... | 664 | Java | .java | 34 | 17.088235 | 43 | 0.736672 | sxnwlfkk/daily_routines | 4 | 0 | 2 | GPL-3.0 | 9/4/2024, 11:06:24 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 664 |
1,312,493 | BCOViewSelectionProvider.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.bcoview/src/org/eclipse/jdt/bcoview/views/BCOViewSelectionProvider.java | /*******************************************************************************
* Copyright (c) 2023 Andrey Loskutov 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
* http... | 3,337 | Java | .java | 92 | 33.782609 | 127 | 0.758599 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 3,337 |
1,315,203 | TwoTypeParams.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceFactory/positive/TwoTypeParams.java | package p;
public class TwoTypeParams_in {
public void foo() {
Pair<String,String> p1= Pair.createPair("", "");
Pair<Integer,String> p2= Pair.createPair(3, "");
Pair<Float,Object> p3= Pair.createPair(3.14F, null);
}
}
class Pair<T1,T2> {
public static <T1, T2> Pair<T1, T2> createPair(T1 t1, T2 t2) {
return ... | 444 | Java | .java | 19 | 21.263158 | 63 | 0.653302 | 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 | 444 |
4,505,192 | InteractionHelper.java | Marsunpaisti_openosrs-plugins/paistisuite/src/main/java/net/runelite/client/plugins/paistisuite/api/WebWalker/walker_engine/interaction_handling/InteractionHelper.java | package net.runelite.client.plugins.paistisuite.api.WebWalker.walker_engine.interaction_handling;
import net.runelite.api.NPC;
import net.runelite.client.plugins.paistisuite.api.PInteraction;
import net.runelite.client.plugins.paistisuite.api.PUtils;
import net.runelite.client.plugins.paistisuite.api.WebWalker.walker_... | 2,807 | Java | .java | 63 | 37.714286 | 118 | 0.689239 | Marsunpaisti/openosrs-plugins | 2 | 22 | 0 | GPL-3.0 | 9/5/2024, 12:15:15 AM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 2,807 |
3,415,996 | Library.java | thepaul_libjna-java/src/com/sun/jna/Library.java | /* 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.
* <p/>
* This library is distributed in the hope that it ... | 9,392 | Java | .java | 203 | 35.758621 | 97 | 0.623617 | thepaul/libjna-java | 3 | 0 | 0 | LGPL-2.1 | 9/4/2024, 11:24:11 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | true | 9,392 |
4,773,641 | Bind.java | RestComm_jain-slee_xmpp/resources/xmpp/library/src/main/java/org/jivesoftware/smack/packet/Bind.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011, Red Hat, Inc. and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms o... | 2,518 | Java | .java | 64 | 33.703125 | 95 | 0.674877 | RestComm/jain-slee.xmpp | 1 | 10 | 2 | AGPL-3.0 | 9/5/2024, 12:30:59 AM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 2,518 |
5,030,088 | FriendListFragment.java | whhhhhhh_-/OneKey/src/com/team/view/FriendListFragment.java | package com.team.view;
import com.teamwork.onekey.R;
import com.teamwork.onekey.R.layout;
import controller.UserListAdapter;
import android.app.ListFragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class FriendListFragment extends... | 603 | Java | .java | 17 | 32.529412 | 95 | 0.82669 | whhhhhhh/- | 1 | 1 | 0 | GPL-2.0 | 9/5/2024, 12:39:19 AM (Europe/Amsterdam) | false | false | true | false | false | true | false | true | 603 |
1,314,721 | A_testReturnType2.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeTypeRefactoring/positive/A_testReturnType2.java | package p;
import java.util.*;
public class A_testReturnType2 {
void bar(){
A_testReturnType_in ww = new A_testReturnType_in();
Object pp = ww.foo();
}
}
| 162 | Java | .java | 8 | 18.25 | 53 | 0.710526 | 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 | 162 |
3,838,929 | RowRecord.java | futureappssolutions_Document-Reader---PDF-Reader/app/src/main/java/com/docreader/docviewer/pdfcreator/pdfreader/filereader/office/fc/hssf/record/RowRecord.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 Y... | 11,841 | Java | .java | 298 | 33.496644 | 110 | 0.635446 | futureappssolutions/Document-Reader---PDF-Reader | 3 | 4 | 1 | GPL-3.0 | 9/4/2024, 11:44:46 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 11,841 |
1,589,950 | CustomRestError.java | evrentan_community-workspace/community-manager/src/main/java/evrentan/community/communitymanager/dto/exception/CustomRestError.java | package evrentan.community.communitymanager.dto.exception;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class CustomRestError {
private final Integer status;
private final String message;
}
| 222 | Java | .java | 9 | 22.333333 | 58 | 0.832536 | evrentan/community-workspace | 22 | 2 | 0 | GPL-3.0 | 9/4/2024, 8:01:31 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 222 |
1,316,985 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/testEnablement13/in/A.java | package p;
class A<T> extends Outer.B<T>{
}
class Outer{
class B<S>{
/**
* comment
*/
void f(){}
}
} | 112 | Java | .java | 11 | 8.181818 | 30 | 0.568627 | 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 | 112 |
3,111,281 | WeatherCommand.java | anhcraft_minecraft-course/essentials-lite/src/main/java/dev/anhcraft/essentialslite/command/WeatherCommand.java | package dev.anhcraft.essentialslite.command;
import org.bukkit.ChatColor;
import org.bukkit.WeatherType;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
public class Weathe... | 1,317 | Java | .java | 31 | 37.774194 | 132 | 0.73751 | anhcraft/minecraft-course | 5 | 0 | 0 | GPL-3.0 | 9/4/2024, 10:49:55 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | true | 1,294 |
1,243,592 | ECPublicKey.java | nebulasio_neb_java/src/main/java/io/nebulas/crypto/keystore/secp256k1/ECPublicKey.java | package io.nebulas.crypto.keystore.secp256k1;
import io.nebulas.crypto.keystore.Algorithm;
import io.nebulas.crypto.keystore.PublicKey;
import io.nebulas.crypto.util.Utils;
public class ECPublicKey implements PublicKey {
byte[] pubKey;
public ECPublicKey(byte[] pub) {
this.pubKey = pub;
}
@... | 848 | Java | .java | 30 | 22.966667 | 75 | 0.687268 | nebulasio/neb.java | 31 | 18 | 9 | LGPL-3.0 | 9/4/2024, 7:27:35 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | true | 848 |
3,838,767 | AutoShape.java | futureappssolutions_Document-Reader---PDF-Reader/app/src/main/java/com/docreader/docviewer/pdfcreator/pdfreader/filereader/office/fc/hslf/model/AutoShape.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 Y... | 5,383 | Java | .java | 123 | 37.406504 | 120 | 0.685097 | futureappssolutions/Document-Reader---PDF-Reader | 3 | 4 | 1 | GPL-3.0 | 9/4/2024, 11:44:46 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 5,383 |
1,002,404 | ClassicalRungeKuttaIntegratorTest.java | cacheonix_cacheonix-core/3rdparty/commons-math-1.2-src/src/test/org/apache/commons/math/ode/ClassicalRungeKuttaIntegratorTest.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 ... | 7,289 | Java | .java | 162 | 36.679012 | 97 | 0.664692 | cacheonix/cacheonix-core | 52 | 19 | 9 | LGPL-2.1 | 9/4/2024, 7:10:22 PM (Europe/Amsterdam) | false | false | true | false | false | true | true | true | 7,289 |
1,315,333 | A_test49_out.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameTemp/canRename/A_test49_out.java | package p;
class A {
{
String newname= "xx";
String y= ( newname );
}
} | 77 | Java | .java | 7 | 9.285714 | 24 | 0.605634 | 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 | 77 |
3,387,678 | zai.java | FzArnob_Covidease/sources/com/google/android/gms/common/internal/service/zai.java | package com.google.android.gms.common.internal.service;
import android.content.Context;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Looper;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.internal.ClientSettings;
import com.google.android.gm... | 1,768 | Java | .java | 37 | 41.783784 | 207 | 0.747972 | FzArnob/Covidease | 4 | 0 | 0 | GPL-3.0 | 9/4/2024, 11:17:41 PM (Europe/Amsterdam) | false | false | false | true | false | false | true | true | 1,768 |
1,316,371 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/DelegateCreator/testm08/out/A.java | package p;
import e.E;
public class A {
/**
* @deprecated Use {@link E#foo()} instead
*/
static void foo() {
E.foo();
}
static void foo() { }
}
| 158 | Java | .java | 11 | 12.090909 | 43 | 0.601399 | 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 |
3,838,774 | ActiveXShape.java | futureappssolutions_Document-Reader---PDF-Reader/app/src/main/java/com/docreader/docviewer/pdfcreator/pdfreader/filereader/office/fc/hslf/model/ActiveXShape.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 Y... | 7,912 | Java | .java | 182 | 35.862637 | 124 | 0.680721 | futureappssolutions/Document-Reader---PDF-Reader | 3 | 4 | 1 | GPL-3.0 | 9/4/2024, 11:44:46 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 7,912 |
1,314,098 | IJUnitHelpContextIds.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/IJUnitHelpContextIds.java | /*******************************************************************************
* Copyright (c) 2000, 2008 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,343 | Java | .java | 42 | 53.738095 | 120 | 0.693112 | eclipse-jdt/eclipse.jdt.ui | 35 | 86 | 242 | EPL-2.0 | 9/4/2024, 7:34:16 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | true | 2,343 |
1,316,930 | A.java | eclipse-jdt_eclipse_jdt_ui/org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/testVisibility3/out/A.java | package p;
class A {
static class T{}
}
class B extends A {
public T f() {
return new T();
}
} | 101 | Java | .java | 9 | 9.555556 | 19 | 0.637363 | 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 | 101 |
964,545 | AlbumInfo.java | rohanoid5_Muzesto/app/src/main/java/com/rohan/app/lastfmapi/models/AlbumInfo.java | /*
* Copyright (C) 2015 Naman Dwivedi
*
* Licensed under the GNU General Public License v3
*
* This 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) a... | 819 | Java | .java | 20 | 38.45 | 104 | 0.778058 | rohanoid5/Muzesto | 55 | 22 | 0 | GPL-3.0 | 9/4/2024, 7:10:21 PM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 819 |
4,130,042 | CrfVersionType.java | ddRPB_rpb/radplanbio-core/src/main/java/org/openclinica/ws/beans/CrfVersionType.java |
package org.openclinica.ws.beans;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
import javax.xml.bind.an... | 2,329 | Java | .java | 84 | 21.928571 | 96 | 0.609888 | ddRPB/rpb | 2 | 3 | 39 | GPL-3.0 | 9/5/2024, 12:03:50 AM (Europe/Amsterdam) | false | true | true | false | false | true | true | true | 2,329 |
677,037 | ConfigurationMetadataRepositoryJsonBuilderTests.java | TAKETODAY_today-infrastructure/infra-build/infra-configuration-processor/src/test/java/cn/taketoday/context/properties/metadata/ConfigurationMetadataRepositoryJsonBuilderTests.java | /*
* Copyright 2017 - 2023 the original author or authors.
*
* 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.
*
*... | 14,708 | Java | .java | 250 | 53.348 | 114 | 0.743107 | TAKETODAY/today-infrastructure | 111 | 12 | 20 | GPL-3.0 | 9/4/2024, 7:08:19 PM (Europe/Amsterdam) | false | true | false | false | false | true | true | true | 14,708 |
305,946 | IJJTPythonGrammarState.java | fabioz_Pydev/plugins/org.python.pydev.parser/src/org/python/pydev/parser/grammarcommon/IJJTPythonGrammarState.java | /**
* Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Eclipse Public License (EPL).
* Please see the license.txt included with this distribution for details.
* Any modifications to this file must keep this entire header intact.
*/
package org.python.pydev.parser... | 494 | Java | .java | 12 | 38.666667 | 74 | 0.790356 | fabioz/Pydev | 396 | 239 | 5 | EPL-1.0 | 9/4/2024, 7:06:25 PM (Europe/Amsterdam) | false | false | true | true | false | true | false | true | 494 |
1,380,344 | ChannelAct.java | caipiao_Lottery/src/com/jeecms/cms/action/admin/main/ChannelAct.java | package com.jeecms.cms.action.admin.main;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
i... | 15,925 | Java | .java | 433 | 31.963048 | 102 | 0.719413 | caipiao/Lottery | 24 | 17 | 0 | GPL-2.0 | 9/4/2024, 7:47:27 PM (Europe/Amsterdam) | false | true | true | true | false | true | true | true | 15,611 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.