code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
package org.skyve.metadata.controller;
import java.io.FilterInputStream;
import java.io.IOException;
import java.io.InputStream;
/**
* An InputStream that will only be closed by Skyve once its contents have been processed.
* This stream is used in download and upload actions.
*
* @author mike
*/
public class We... | skyvers/skyve | skyve-core/src/main/java/org/skyve/metadata/controller/WebFileInputStream.java | Java | lgpl-2.1 | 625 |
package de.skyshards.gui.core;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import de.skyshards.core.SkyShardsMod;
import de.skyshards.gui.TestGuiElementProvider;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.entity.player.EntityPlayer;
import net.... | kyrious/SkyShards | src/main/java/de/skyshards/gui/core/SkyShardsGuiHandler.java | Java | lgpl-2.1 | 2,546 |
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.orbeon.dom4j.tree;
import org.orbeon.dom4j.Element;
/**
* <p>
* <code>DefaultCDATA</code> is the default CDATA implementation. It is a
* doubly lin... | brunobuzzi/orbeon-forms | xupdate/src/main/java/org/orbeon/dom4j/tree/DefaultCDATA.java | Java | lgpl-2.1 | 3,349 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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
* th... | xwiki/xwiki-platform | xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/GetgroupsPageTest.java | Java | lgpl-2.1 | 6,444 |
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2012 Eric Lafortune (eric@graphics.cornell.edu)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as publ... | tobiassodergren/proguard4.8-enhanced | src/proguard/evaluation/value/Value.java | Java | lgpl-2.1 | 5,377 |
// Code2HeapReference.java, created Tue Feb 27 2:59:43 2001 by joewhaley
// Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
// Licensed under the terms of the GNU LGPL; see COPYING for details.
package Assembler.x86;
import java.io.DataOutput;
import java.io.IOException;
import Memory.CodeAddress;
import Mem... | wctaiwan/joeq | Assembler/x86/Code2HeapReference.java | Java | lgpl-2.1 | 1,406 |
/*
* Part of the ROBOID project
* Copyright (C) 2016 Kwang-Hyun Park (akaii@kw.ac.kr) and Kyoung Jin Kim
* https://github.com/roboidstudio/embedded
*
* 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 So... | roboidstudio/embedded | org.roboid.core.component.activity/src/org/roboid/core/component/activity/provider/ActivityContentProvider.java | Java | lgpl-2.1 | 1,938 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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
* th... | xwiki/xwiki-commons | xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/VelocityExecutionContextInitializer.java | Java | lgpl-2.1 | 2,801 |
/*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can obt... | EgorZhuk/pentaho-reporting | engine/extensions-olap4j/src/main/java/org/pentaho/reporting/engine/classic/extensions/datasources/olap4j/LegacyBandedMDXTableModel.java | Java | lgpl-2.1 | 10,799 |
package cpw.mods.fml.common.network.internal;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.embedded.EmbeddedChannel;
import java.io.IOException;
import net.minecraft.network.INetHandler;
import net.minecraft.network.NetworkManager;
import net.minecraft.network.Packet;
import... | CheeseL0ver/Ore-TTM | build/tmp/recompSrc/cpw/mods/fml/common/network/internal/FMLProxyPacket.java | Java | lgpl-2.1 | 5,195 |
package com.mtp.pounder.assrt;
import com.mtp.model.StatusModel;
import com.mtp.pounder.RecordingItem;
import com.mtp.pounder.RecordingRecord;
/**
Abstract class for Presenter's for an assertion item.
@author Matthew Pekar
**/
public abstract class AssertPresenter {
protected RecordingRecord record;
protected ... | dineshkummarc/Pounder | src/com/mtp/pounder/assrt/AssertPresenter.java | Java | lgpl-2.1 | 737 |
// ExceptionHandler.java, created Fri Jan 11 17:28:36 2002 by joewhaley
// Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
// Licensed under the terms of the GNU LGPL; see COPYING for details.
package Compil3r.BytecodeAnalysis;
import Clazz.jq_Class;
/*
* @author John Whaley <jwhaley@alum.mit.edu>
* @versi... | wctaiwan/joeq | Compil3r/BytecodeAnalysis/ExceptionHandler.java | Java | lgpl-2.1 | 1,006 |
package org.wingx;
public class XRichTextEditorType {
protected String yuiClassName;
protected String config;
public static XRichTextEditorType Simple = new XRichTextEditorType("SimpleEditor", "");
public static XRichTextEditorType Normal = new XRichTextEditorType("Editor", "");
public X... | exxcellent/wings3 | wings-experimental/src/java/org/wingx/XRichTextEditorType.java | Java | lgpl-2.1 | 606 |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* 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 th... | alkacon/opencms-core | src/org/opencms/ade/galleries/shared/rpc/I_CmsGalleryService.java | Java | lgpl-2.1 | 6,810 |
package passwdmanager.hig.no.gui;
import java.io.InputStream;
import java.security.Security;
import java.util.Locale;
import javax.smartcardio.CardTerminal;
import passwdmanager.hig.no.events.CardActionEvents;
import passwdmanager.hig.no.lds.DG_COM;
import passwdmanager.hig.no.services.BasicService;
import passwdman... | Qingbao/PasswdManager | src/passwdmanager/hig/no/gui/GUI.java | Java | lgpl-2.1 | 3,026 |
package org.exist.xquery;
import org.exist.xquery.functions.fn.ExtFulltext;
import java.util.ArrayList;
import java.util.List;
/**
* Basic implementation of the {@link ExpressionVisitor} interface.
* This implementation will traverse a PathExpr object if it wraps
* around a single other expression. All other meth... | shabanovd/exist | src/org/exist/xquery/BasicExpressionVisitor.java | Java | lgpl-2.1 | 6,189 |
package net.minecraft.entity.monster;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityCreature;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.player.EntityPlayer;
i... | CheeseL0ver/Ore-TTM | build/tmp/recompSrc/net/minecraft/entity/monster/EntityMob.java | Java | lgpl-2.1 | 6,967 |
/**
*
* (C) Copyright 2008-2011 syslog4j.org
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-2... | NessComputing/syslog4j | src/main/java/com/nesscomputing/syslog4j/impl/log4j/Syslog4jAppender.java | Java | lgpl-2.1 | 2,888 |
package com.tommytony.war.command;
import com.google.common.collect.ImmutableList;
import com.tommytony.war.ServerAPI;
import com.tommytony.war.WarConsole;
import com.tommytony.war.WarPlayer;
import com.tommytony.war.zone.Warzone;
import java.text.MessageFormat;
import java.util.List;
public class SetInventoryComman... | cmastudios/war-sponge | war-core/src/main/java/com/tommytony/war/command/SetInventoryCommand.java | Java | lgpl-3.0 | 2,291 |
package com.yrek.ifstd.zcode;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import com.yrek.ifstd.glk.GlkDispatch;
public class ZCode implements Runnable, Serializable {
private static final long serialVersionUID = 0L;
private final Machine machine;
private boolean suspen... | qpliu/ifstd | src/main/java/com/yrek/ifstd/zcode/ZCode.java | Java | lgpl-3.0 | 3,194 |
package hatb0t.pictocraft.talismans;
import net.minecraft.client.renderer.texture.IconRegister;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
public class Death_Talisman extends Talisman {
public Death_Talisman(int par1) {
super(par1);
// TODO Auto-generated constructor stub
}
... | HATB0T/RuneCraftery | forge/mcp/src/minecraft/hatb0t/pictocraft/talismans/Death_Talisman.java | Java | lgpl-3.0 | 521 |
/*******************************************************************************
* Copyright (C) 2009-2020 Human Media Interaction, University of Twente, the Netherlands
*
* This file is part of the Articulated Social Agents Platform BML realizer (ASAPRealizer).
*
* ASAPRealizer is free software: you can redistrib... | ArticulatedSocialAgentsPlatform/AsapRealizer | Environments/AsapEnvironment/test/src/asap/environment/BMLParserAssemblerTest.java | Java | lgpl-3.0 | 4,725 |
package com.horstmann.violet.framework;
import de.uni_passau.spl.bytecodecomposer.stubs.Stub;
public class GraphFrame extends javax.swing.JInternalFrame {
@Stub
public java.lang.String getFileName() {
return null;
}
@Stub
public com.horstmann.violet.framework.GraphPanel getGraphPanel() {
... | SergiyKolesnikov/fuji | benchmark_typechecker/subjectSystems/Violet/SaveAs_stubfix/com/horstmann/violet/framework/GraphFrame.java | Java | lgpl-3.0 | 534 |
/*
* Copyright (C) 2004-2011 John Currier
* Copyright (C) 2017 Thomas Traude
* Copyright (C) 2017 Nils Petzaell
* Copyright (C) 2017 Daniel Watt
*
* This file is a part of the SchemaSpy project (http://schemaspy.org).
*
* SchemaSpy is free software; you can redistribute it and/or
* modify it under the terms of... | schemaspy/schemaspy | src/main/java/org/schemaspy/input/dbms/ConnectionURLBuilder.java | Java | lgpl-3.0 | 4,286 |
/**
* Copyright (C) 2010-2017 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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 vers... | sefaakca/EvoSuite-Sefa | client/src/test/java/com/examples/with/different/packagename/sandbox/OpenStream.java | Java | lgpl-3.0 | 1,162 |
/*
* Copyright (c) 2016 Radai Rosenblatt.
* This file is part of Garbanzo.
*
* Garbanzo 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 lat... | radai-rosenblatt/garbanzo | src/test/java/net/radai/garbanzo/GarbanzoTest.java | Java | lgpl-3.0 | 5,585 |
/**
* AnalyzerBeans
* Copyright (C) 2014 Neopost - Customer Information Management
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundati... | datacleaner/AnalyzerBeans | core/src/main/java/org/eobjects/analyzer/util/NullTolerableComparator.java | Java | lgpl-3.0 | 1,613 |
/**
*
*/
package sinhika.bark.network;
import net.minecraft.network.INetworkManager;
import net.minecraft.network.packet.Packet250CustomPayload;
import cpw.mods.fml.common.network.IPacketHandler;
import cpw.mods.fml.common.network.Player;
/**
* @author cyhiggin
*
*/
public class PacketHandler implements IPacke... | Sinhika/SinhikaSpices | common/sinhika/bark/network/PacketHandler.java | Java | lgpl-3.0 | 892 |
/*
* Copyright (C) 2014 Fabien Vauchelles (fabien_AT_vauchelles_DOT_com).
*
* 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, 29 June 2007, of the License, or (at ... | fabienvauchelles/superpipes | superpipes/src/main/java/com/vaushell/superpipes/dispatch/ConfigProperties.java | Java | lgpl-3.0 | 14,779 |
/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program 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 of the License... | joansmith/sonarqube | sonar-batch/src/main/java/org/sonar/batch/issue/IssueCache.java | Java | lgpl-3.0 | 1,797 |
package org.bukkit.craftbukkit.chunkio;
import net.minecraft.server.Chunk;
import net.minecraft.server.ChunkRegionLoader;
import net.minecraft.server.NBTTagCompound;
import org.bukkit.Server;
import org.bukkit.craftbukkit.util.AsynchronousExecutor;
import org.bukkit.craftbukkit.util.LongHash;
import java.util.concur... | ProjectTestificate/Spigot-MCP | src/main/java/org/bukkit/craftbukkit/chunkio/ChunkIOProvider.java | Java | lgpl-3.0 | 3,149 |
/**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2012 Ricardo Mariaca
* http://dynamicreports.sourceforge.net
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of t... | robcowell/dynamicreports | dynamicreports-core/src/test/java/net/sf/dynamicreports/test/jasper/chart/ChartTest.java | Java | lgpl-3.0 | 5,130 |
package unknow.kyhtanil.client.system.net;
import com.artemis.Aspect;
import com.artemis.ComponentMapper;
import com.artemis.systems.IteratingSystem;
import unknow.kyhtanil.client.Main;
import unknow.kyhtanil.common.component.ErrorComp;
/**
* manage received error
*
* @author unknow
*/
public class ErrorSystem ... | Unknow0/kyhtanil | client/src/main/java/unknow/kyhtanil/client/system/net/ErrorSystem.java | Java | lgpl-3.0 | 704 |
package makeo.gadomancy.common.entities.fake;
import net.minecraft.item.ItemStack;
import net.minecraft.potion.Potion;
import net.minecraft.potion.PotionEffect;
import net.minecraft.world.WorldServer;
import thaumcraft.common.entities.golems.EntityGolemBase;
import java.util.Collection;
import java.util.UUID;
/**
*... | makeoo/Gadomancy | src/main/java/makeo/gadomancy/common/entities/fake/GolemFakePlayer.java | Java | lgpl-3.0 | 2,222 |
package org.molgenis.data.version;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import... | adini121/molgenis | molgenis-data-migrate/src/test/java/org/molgenis/data/version/MetaDataVersionServiceTest.java | Java | lgpl-3.0 | 3,333 |
package org.opennaas.extensions.router.model.tests;
import java.util.List;
import junit.framework.Assert;
import org.opennaas.extensions.router.model.ComputerSystem;
import org.opennaas.extensions.router.model.EthernetPort;
import org.opennaas.extensions.router.model.IPProtocolEndpoint;
import org.opennaas.extensions... | eenbp/OpenNaaS-0.14-Marketplace | extensions/bundles/router.model/src/test/java/org/opennaas/extensions/router/model/tests/SystemModelTest.java | Java | lgpl-3.0 | 2,465 |
package org.pathwaycommons.pathwaycards.nlp;
import edu.arizona.sista.odin.Actions;
import edu.arizona.sista.odin.EventMention;
import edu.arizona.sista.odin.Mention;
import edu.arizona.sista.odin.domains.bigmechanism.dryrun2015.DARPAoutput;
import edu.arizona.sista.odin.domains.bigmechanism.dryrun2015.DarpaActions;
i... | PathwayCommons/pathway-cards | nlp/src/main/java/org/pathwaycommons/pathwaycards/nlp/NLPProcessor.java | Java | lgpl-3.0 | 5,339 |
/*
* aoserv-client - Java client for the AOServ Platform.
* Copyright (C) 2001-2009, 2016, 2017, 2018, 2019, 2020, 2021 AO Industries, Inc.
* support@aoindustries.com
* 7262 Bull Pen Cir
* Mobile, AL 36695
*
* This file is part of aoserv-client.
*
* aoserv-client is free software: you can redistri... | aoindustries/aoserv-client | src/main/java/com/aoindustries/aoserv/client/CachedTable.java | Java | lgpl-3.0 | 7,559 |
package com.aapsdevelopment.getup.ui.listener;
import android.widget.CompoundButton;
import android.widget.CompoundButton.OnCheckedChangeListener;
import com.aapsdevelopment.getup.MainContants;
import com.aapsdevelopment.getup.model.Alarm;
import com.aapsdevelopment.getup.model.AlarmProvider;
import com.aapsdevelopme... | aapsdevelopment/getup | android/src/com/aapsdevelopment/getup/ui/listener/AlarmCheckBoxOnCliclListener.java | Java | lgpl-3.0 | 985 |
package info.coremodding.moarmor.armor;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.Entity;
import net.minecraft.item.ItemArmor;
import net.minecraft.item.ItemStack;
import net.minecraftforge.common.util.EnumHelper;
/**
* The nether brick armor class
*/
public class NetherArmor extend... | CoreModding/MoArmor | src/main/java/info/coremodding/moarmor/armor/NetherArmor.java | Java | lgpl-3.0 | 1,081 |
/*
* Copyright (C) 2009-2015 José Flávio de Souza Dias Júnior
*
* This file is part of José Flávio Livre - <http://www.joseflavio.com/livre/>.
*
* José Flávio Livre is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* th... | joseflaviojr/livre | fonte/com/joseflavio/tqc/AparenciaSim.java | Java | lgpl-3.0 | 2,113 |
package org.openuat.apps.util;
import java.awt.AWTException;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.SystemTray;
import java.awt.TrayIcon;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.image.BufferedImage;
import java.util.T... | mobilesec/openuat-platform-desktop | src/org/openuat/apps/util/TrayIconHelper.java | Java | lgpl-3.0 | 1,619 |
/**
* Copyright (c) 2000-2013 Liferay, Inc. 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 2.1 of the License, or (at your option)
* any later... | km-works/portal-rpc | portal-rpc-client/src/main/java/com/liferay/portlet/wiki/model/impl/WikiPageDisplayImpl.java | Java | lgpl-3.0 | 3,025 |
package com.sirma.sep.email.patch;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.LinkedList;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.mockito.InjectMocks;
import org.mockito.Mock;
im... | SirmaITT/conservation-space-1.7.0 | docker/sirma-platform/platform/seip-parent/collaboration/email-integration/email-integration-impl/src/test/java/com/sirma/sep/email/patch/CreateSharedContactsFolderPatchTest.java | Java | lgpl-3.0 | 2,437 |
/**
This file is part of javaee-patterns.
javaee-patterns 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 2 of the License, or
(at your option) any later version.
javaee-patterns is distributed in... | Softgreen/tasasApp | tasa/src/impl/java/org/softgreen/tasas/model/dao/ServicioBeanDAO.java | Java | lgpl-3.0 | 3,105 |
package ohrm.malgra.capabilities;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.EnumFacing;
import net.minecraftforge.common.capabilities.Capability;
import net.minecraftforge.common.capabilities.CapabilityInject;
import net.minecraftforge.common.capabilities.Capa... | Ohrm/Malgra | src/main/java/ohrm/malgra/capabilities/CapabilityMana.java | Java | lgpl-3.0 | 2,494 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.obinject.annotation.commnon;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
impo... | joaorenno/obinject | meta/org/obinject/annotation/commnon/IndexesOfCoordinate.java | Java | lgpl-3.0 | 622 |
package org.evomaster.client.java.instrumentation.coverage.methodreplacement.classes;
import org.evomaster.client.java.instrumentation.coverage.methodreplacement.DistanceHelper;
import org.evomaster.client.java.instrumentation.coverage.methodreplacement.MethodReplacementClass;
import org.evomaster.client.java.instrum... | EMResearch/EvoMaster | client-java/instrumentation/src/main/java/org/evomaster/client/java/instrumentation/coverage/methodreplacement/classes/ShortClassReplacement.java | Java | lgpl-3.0 | 3,253 |
//******************************************************************************
//
// File: HistogramVbl.java
// Package: edu.rit.pj2.vbl
// Unit: Class edu.rit.pj2.vbl.HistogramVbl
//
// This Java source file is copyright (C) 2015 by Alan Kaminsky. All rights
// reserved. For further information, contact the au... | JimiHFord/pj2 | lib/edu/rit/pj2/vbl/HistogramVbl.java | Java | lgpl-3.0 | 9,026 |
/**
* Copyright (C) 2022 Czech Technical University in Prague
*
* 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.
*... | kbss-cvut/jopa | ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/OwlapiPreparedStatement.java | Java | lgpl-3.0 | 2,645 |
/**
* Copyright (C) 2010-2016 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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 vers... | claudejin/evosuite | client/src/test/java/com/examples/with/different/packagename/solver/TestCaseAsin.java | Java | lgpl-3.0 | 1,023 |
/**
* Copyright (C) 2010-2016 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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 vers... | claudejin/evosuite | client/src/main/java/org/evosuite/testcase/localsearch/BranchCoverageMap.java | Java | lgpl-3.0 | 3,581 |
package bandwidth.core;
import java.util.Iterator;
import java.util.LinkedList;
import peersim.core.Protocol;
import peersim.core.Node;
import peersim.core.CommonState;
import peersim.edsim.EDSimulator;
/**
* The class implements the data structure for the bandiwdth protocol.<p>
* The data structure and the main me... | trinacriax/bandwidth-aware | src/bandwidth/core/BandwidthAwareTransport.java | Java | lgpl-3.0 | 48,391 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package automenta.netention.link;
import automenta.netention.Link.AbstractLink;
/**
*
* @author seh
*/
public class Next extends AbstractLink {
public Next() {
super("next");
}
}
| automenta/netentionweb | netention/automenta/netention/link/Next.java | Java | lgpl-3.0 | 304 |
/*******************************************************************************
* This file is part of the Coporate Semantic Web Project.
*
* This work has been partially supported by the ``InnoProfile-Corporate Semantic Web" project funded by the German Federal
* Ministry of Education and Research (BMBF) and th... | ag-csw/loomp | clients/gwt/src/java/loomp/oca/client/model/Person.java | Java | lgpl-3.0 | 1,702 |
/**
*/
package org.ow2.mindEd.adl.textual.fractal.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.util.E... | StephaneSeyvoz/mindEd | org.ow2.mindEd.adl.textual/src-gen/org/ow2/mindEd/adl/textual/fractal/impl/ValueListImpl.java | Java | lgpl-3.0 | 3,771 |
/*
* #%L
* avt
* %%
* Copyright (C) 2014 - 2015 IRIT - SMAC Team
* %%
* This program 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 of the
* License, or (at your option) any l... | IRIT-SMAC/agent-tooling | avt/src/main/java/fr/irit/smac/libs/tooling/avt/deltamanager/impl/StandardDMFactory.java | Java | lgpl-3.0 | 3,383 |
//
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Généré ... | klipdev/SpiderGps | workspace/SpiderGps/src3p/org/klipdev/spidergps3p/kml/StyleType.java | Java | lgpl-3.0 | 7,935 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.obinject.sample.protein;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileNotFoundExcept... | joaorenno/obinject | src/org/obinject/sample/protein/AppInsertionOffMode.java | Java | lgpl-3.0 | 1,396 |
package org.apache.xml.security.xades;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
/**
* @author Psycho_core (nqkoi_ot_bg@yahoo.com)
* @author mwnnj (krassen.deltchev@rub.de)
**/
import org.apache.xml.security.xades.Constants;
public class XAdESUtils {
/**
* Constructor XMLUtils
*
... | test2v/DanDelXAdES | proj/xml-security-src-1_3_0/xml-security-1_3_0/src-xades/org/apache/xml/security/xades/XAdESUtils.java | Java | lgpl-3.0 | 1,689 |
/**
* Copyright (C) 2010-2017 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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 vers... | sefaakca/EvoSuite-Sefa | client/src/test/java/org/evosuite/symbolic/solver/avm/TestStringSearch3.java | Java | lgpl-3.0 | 3,137 |
/***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | T... | cismet/watergis-server | src/main/java/de/cismet/cids/custom/watergis/server/search/AllGroups.java | Java | lgpl-3.0 | 2,354 |
package de.zsgn.ancientpower.proxies;
import de.zsgn.ancientpower.AncientPower;
import de.zsgn.ancientpower.CreativeTab;
import de.zsgn.ancientpower.ModCrafting;
import de.zsgn.ancientpower.blocks.BlockAncientBrickSlabs;
import de.zsgn.ancientpower.blocks.BlockAncientBrickStairs;
import de.zsgn.ancientpower.blocks.Blo... | IndustrialScienceTeam/AncientPower | src/main/java/de/zsgn/ancientpower/proxies/CommonProxy.java | Java | lgpl-3.0 | 3,913 |
/*
* Copyright (C) 2005-2014 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco 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 of the License, or
... | dnacreative/records-management | rm-server/source/java/org/alfresco/module/org_alfresco_module_rm/email/CustomMapping.java | Java | lgpl-3.0 | 2,407 |
/**
* Copyright 2014 - 2022 Jörgen Lundgren
*
* This file is part of Dayflower.
*
* Dayflower 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 of the License, or
* (at you... | macroing/Dayflower | src/main/java/org/dayflower/scene/material/SubstrateMaterial.java | Java | lgpl-3.0 | 29,677 |
/*
* SonarQube Java
* Copyright (C) 2012-2017 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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 of the Licen... | mbring/sonar-java | java-checks/src/test/java/org/sonar/java/filters/BaseTreeVisitorIssueFilterTest.java | Java | lgpl-3.0 | 6,326 |
package com.getagain.util.imagecompare;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class recurssiveJson {
public static void print(Map m){
Iterator iterator = m.entrySet().iterator();
print(ite... | getagain/imagecompare-master | src/test/java/com/getagain/util/imagecompare/recurssiveJson.java | Java | lgpl-3.0 | 2,671 |
package org.concord.qmevent;
import java.util.EventObject;
/**
* @author Charles Xie
*
*/
public class ManipulationEvent extends EventObject {
private static final long serialVersionUID = 1L;
public static final byte DELETE = 0;
public static final byte TRANSLATE = 1;
public static final byte RESIZE = 2;
pu... | charxie/quantumworkbench | src/org/concord/qmevent/ManipulationEvent.java | Java | lgpl-3.0 | 914 |
/**
* This file is part of SynchronizeFX.
*
* Copyright (C) 2013-2014 Saxonia Systems AG
*
* SynchronizeFX 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 of the License, or
* ... | saxsys/SynchronizeFX | synchronizefx-core/src/test/java/de/saxsys/synchronizefx/core/metamodel/SyncSingleValuePropertyTest.java | Java | lgpl-3.0 | 11,454 |
/*
* Copyright 2014 Higher Frequency Trading
*
* http://www.higherfrequencytrading.com
*
* 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
... | OpenHFT/SAXophone | saxophone/src/main/java/net/openhft/saxophone/json/handler/NullHandler.java | Java | lgpl-3.0 | 1,306 |
/*
* Copyright (C) 2015 Julio Vilmar Gesser and Mike DeHaan
*
* This file is part of antlr-java-parser.
*
* antlr-java-parser 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 of t... | xkommando/CodeSniffer | java8/src/main/java/codesniffer/java8/adapter/EnumBodyContextAdapter.java | Java | lgpl-3.0 | 1,565 |
/* Copyright (c) 2011 Danish Maritime Authority
*
* 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 of the License, or (at your option) any later version.
*
* This... | dma-ais/AisAbnormal | ais-ab-analyzer/src/test/java/dk/dma/ais/abnormal/analyzer/analysis/DriftAnalysisTest.java | Java | lgpl-3.0 | 17,799 |
/*
* Copyright (C) 2015 Open Universiteit Nederland
*
* 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 of the License, or
* (at your option) any later version.
*
*... | WELTEN/xAPI-gae-tools | src/main/java/nl/welteninstituut/tel/oauth/jdo/OauthKeyManager.java | Java | lgpl-3.0 | 1,880 |
package org.molgenis.data.support;
import org.molgenis.data.Entity;
import org.molgenis.data.Query;
import org.molgenis.data.Repository;
import org.molgenis.data.meta.MetaDataService;
import org.molgenis.data.meta.model.AttributeFactory;
import org.molgenis.data.meta.model.EntityType;
import org.molgenis.data.meta.mod... | jjettenn/molgenis | molgenis-data/src/main/java/org/molgenis/data/support/RepositoryCopier.java | Java | lgpl-3.0 | 2,150 |
package org.opennaas.itests.roadm.alarms;
import static org.openengsb.labs.paxexam.karaf.options.KarafDistributionOption.keepRuntimeFolder;
import static org.opennaas.itests.helpers.OpennaasExamOptions.includeFeatures;
import static org.opennaas.itests.helpers.OpennaasExamOptions.includeTestHelper;
import static org.o... | eenbp/OpenNaaS-0.14-Marketplace | itests/roadm/src/test/java/org/opennaas/itests/roadm/alarms/RawSocketAlarmToResourceAlarmTest.java | Java | lgpl-3.0 | 7,106 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | jblievremont/sonarqube | server/sonar-server/src/main/java/org/sonar/server/computation/measure/MeasureRepository.java | Java | lgpl-3.0 | 4,397 |
/*
* SonarQube CSS / SCSS / Less Analyzer
* Copyright (C) 2013-2017 David RACODON
* mailto: david.racodon@gmail.com
*
* This program 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
* vers... | racodond/sonar-css-plugin | css-frontend/src/main/java/org/sonar/css/model/property/standard/HyphenateLines.java | Java | lgpl-3.0 | 1,165 |
package april.jmat.menv.inst;
import java.util.*;
import april.jmat.menv.*;
public class ReturnInstruction extends Instruction
{
public ReturnInstruction(int r)
{
if (r >= 0)
in = new int[] {r};
}
public String toString()
{
if (in == null)
return "return";
... | ennerf/mvn-repo-sources | april-tags/src/main/java/april/jmat/menv/inst/ReturnInstruction.java | Java | lgpl-3.0 | 560 |
/**
* Copyright (c) 2000-present Liferay, Inc. 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 2.1 of the License, or (at your option)
* any la... | mdelapenya/liferay-service-builder-dsl | src/test/java/com/liferay/servicebuilder/dsl/domain/ArrayableOperatorTest.java | Java | lgpl-3.0 | 934 |
package esmj3dtes4.data.records;
import java.util.List;
import esmio.common.data.record.Record;
import esmio.common.data.record.Subrecord;
import esmj3d.data.shared.records.RECO;
import esmj3d.data.shared.subrecords.ZString;
public class EYES extends RECO
{
public ZString EDID = null;
public EYES(Record recordDa... | philjord/esmj3dtes4 | esmj3dtes4/src/esmj3dtes4/data/records/EYES.java | Java | lgpl-3.0 | 937 |
/**
* Copyright (C) 2010-2016 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite 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, eit... | claudejin/evosuite | client/src/main/java/org/evosuite/dse/util/Assertions.java | Java | lgpl-3.0 | 2,831 |
package com.iambookmaster.client.quick;
import java.util.ArrayList;
import java.util.HashMap;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.ui.HTML;
import com.google.gwt.user.client.u... | Antokolos/iambookmaster | src/com/iambookmaster/client/quick/PictiresList.java | Java | lgpl-3.0 | 5,601 |
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2011 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | OpenSoftwareSolutions/PDFReporter | pdfreporter-core/src/org/oss/pdfreporter/engine/util/LocalizedMessageProvider.java | Java | lgpl-3.0 | 1,668 |
package de.bb42.jinawapremium.view;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.EditText;
import android.widget.Te... | BennetBartmann/Jinawa | src/de/bb42/jinawapremium/view/Writer.java | Java | lgpl-3.0 | 3,017 |
package goixeom.com.maputils;
import com.google.android.gms.maps.model.Polyline;
import java.util.HashMap;
import java.util.List;
/**
* Created by DuongKK on 6/18/2017.
*/
public class DirectionCustomModel {
List<List<HashMap<String,String>>> mapPolyline ;
String duration;
String distanceTxt;
int ... | goixeom/appxeom | app/src/main/java/goixeom/com/maputils/DirectionCustomModel.java | Java | lgpl-3.0 | 1,227 |
package lazyj;
import java.lang.ref.WeakReference;
import java.util.Map;
import java.util.WeakHashMap;
/**
* Keep references to common strings to avoid filling the memory with garbage.
* We don't use String.intern() any more because it seems to never clean up. Instead it is now
* relaying on a WeakHashMap.
*
*... | costing/lazyj | src/main/java/lazyj/StringFactory.java | Java | lgpl-3.0 | 3,096 |
package de.invesdwin.util.error;
import javax.annotation.Nonnull;
import javax.annotation.concurrent.NotThreadSafe;
import de.invesdwin.util.lang.Strings;
@SuppressWarnings("serial")
@NotThreadSafe
public final class UnknownArgumentException extends IllegalArgumentException {
private final Class<?> argumentClas... | subes/invesdwin-util | invesdwin-util-parent/invesdwin-util/src/main/java/de/invesdwin/util/error/UnknownArgumentException.java | Java | lgpl-3.0 | 1,547 |
/*
* DynamicJasper: A library for creating reports dynamically by specifying
* columns, groups, styles, etc. at runtime. It also saves a lot of development
* time in many cases! (http://sourceforge.net/projects/dynamicjasper)
*
* Copyright (C) 2008 FDV Solutions (http://www.fdvsolutions.com)
*
* This library is... | FDVSolutions/DynamicJasper | src/test/java/ar/com/fdvs/dj/test/FullFeatureReportTest.java | Java | lgpl-3.0 | 9,026 |
package com.sirma.itt.seip.testutil.fakes;
import java.io.Serializable;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import com.sirma.itt.seip.cache.CacheProvider;
import com.sirma.itt.seip.cache.InMemoryCacheProvider;
import com.sirma.itt.seip.cache.NullCachePro... | SirmaITT/conservation-space-1.7.0 | docker/sirma-platform/platform/seip-parent/platform/test-module/src/test/java/com/sirma/itt/seip/testutil/fakes/EntityLookupCacheContextFake.java | Java | lgpl-3.0 | 3,629 |
/*
Copyright 2009 Semantic Discovery, Inc. (www.semanticdiscovery.com)
This file is part of the Semantic Discovery Toolkit.
The Semantic Discovery Toolkit 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 So... | jtsay362/semanticdiscoverytoolkit-text | src/main/java/org/sd/text/DefaultWordGramSplitter.java | Java | lgpl-3.0 | 3,331 |
package com.qagwaai.starmalaccamax.client.game.mvp;
import com.qagwaai.starmalaccamax.client.core.mvp.Presenter;
import com.qagwaai.starmalaccamax.shared.model.Ship;
import com.smartgwt.client.widgets.grid.ListGridRecord;
public interface ShipWindowPresenter extends Presenter<ShipWindowView, Ship> {
/**
... | qagwaai/StarMalaccamax | src/com/qagwaai/starmalaccamax/client/game/mvp/ShipWindowPresenter.java | Java | lgpl-3.0 | 517 |
/**
** Copyright (c) 2010 Ushahidi Inc
** All rights reserved
** Contact: team@ushahidi.com
** Website: http://www.ushahidi.com
**
** GNU Lesser General Public License Usage
** This file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Found... | bartfaizoltan/Joszolgalat_Android_App | Core/src/hu/joszolgalat/android/app/net/CommentHttpClient.java | Java | lgpl-3.0 | 7,253 |
/**
*
*/
package org.ai.wu.ac.at.tdbQuery;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.nio.file.FileSystems;
import java.util.ArrayList;
import java.util.Map;
import java.... | webdata/BEAR | src/jena_TDB/src/test/java/org/ai/wu/ac/at/tdbQuery/TestJenaTDBArchive_Hybrid.java | Java | lgpl-3.0 | 29,679 |
/*
* Copyright (c) 2015. Arnon Moscona
*
* This program 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 of the License, or
* (at your option) any later version.
*... | arnonmoscona/Doric | src/main/java/com/moscona/dataSpace/impl/query/support/DoubleParameter.java | Java | lgpl-3.0 | 1,866 |
/**
* Copyright 2014-2016 yangming.liu<bytefox@126.com>.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* This program is d... | liuyangming/ByteTCC | bytetcc-core/src/main/java/org/bytesoft/compensable/archive/CompensableArchive.java | Java | lgpl-3.0 | 4,163 |
package backend;
import backend.PhysicalRelease;
import java.time.Year;
/**
* Represents a cassette tape.
*/
public class Tape extends PhysicalRelease {
private static int nextArchiveNumber = 30001;
// Instance variables
private String tapeType;
/**
* Constructor.
*
* @param title ... | hasirak/trackorganizer | trackorganizer/backend/Tape.java | Java | lgpl-3.0 | 1,718 |
package cn.lnu.domain;
public class StaticVariableTest {
private static StaticVariableTest svt = new StaticVariableTest();//Óï¾ä(1)
private static int count1;//Óï¾ä(2)
private static int count2 = 0;//Óï¾ä(3)
private StaticVariableTest(){//Óï¾ä(4)
count1++;
count2++... | mushroomgithub/JianZhiOfferJava | src/cn/lnu/domain/StaticVariableTest.java | Java | lgpl-3.0 | 1,101 |
package org.osmdroid.bonuspack.kml;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.drawable.BitmapDrawable;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.JsonObject;
import org.apache.commons.lang3.StringE... | spyhunter99/osmbonuspack | OSMBonusPack/src/main/java/org/osmdroid/bonuspack/kml/KmlGroundOverlay.java | Java | lgpl-3.0 | 7,273 |
package alice.tuprologx.pj.engine;
import alice.tuprologx.pj.annotations.*;
import alice.tuprologx.pj.annotations.parser.*;
import alice.tuprologx.pj.annotations.parser.PrologTree.*;
import alice.tuprologx.pj.model.*;
import java.lang.reflect.*;
import java.util.*;
/**
*
* @author maurizio
*/
public class Prolog... | zakski/project-soisceal | 2p/trunk/src/alice/tuprologx/pj/engine/PrologInvocationContext.java | Java | lgpl-3.0 | 14,988 |
/*
* xScript (XML Script Language)
* Copyright 2015 and beyond, Kenneth Huang
*
* This file is part of xScript.
*
* xScript is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* as published by the Free Software Foundation.
... | KennethHuang/xScript | xScript/src/main/java/kenh/xscript/elements/Wait.java | Java | lgpl-3.0 | 1,854 |