lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | b0a243a9a64a81066c321c5bd2bc071b03fe8865 | 0 | kumy/cgeo,superspindel/cgeo,pstorch/cgeo,cgeo/cgeo,Bananeweizen/cgeo,matej116/cgeo,kumy/cgeo,auricgoldfinger/cgeo,pstorch/cgeo,superspindel/cgeo,mucek4/cgeo,mucek4/cgeo,S-Bartfast/cgeo,rsudev/c-geo-opensource,matej116/cgeo,auricgoldfinger/cgeo,cgeo/cgeo,S-Bartfast/cgeo,auricgoldfinger/cgeo,superspindel/cgeo,rsudev/c-ge... | package cgeo.geocaching;
import cgeo.geocaching.activity.AbstractActivity;
import cgeo.geocaching.activity.AbstractViewPagerActivity;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.connector.trackable.TrackableBrand;
import cgeo.geocaching.enumerations.LogType;
import cgeo.geocaching.locatio... | main/src/cgeo/geocaching/TrackableActivity.java | package cgeo.geocaching;
import cgeo.geocaching.activity.AbstractActivity;
import cgeo.geocaching.activity.AbstractViewPagerActivity;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.connector.trackable.TrackableBrand;
import cgeo.geocaching.enumerations.LogType;
import cgeo.geocaching.locatio... | Avoid raising an exception when no trackable loaded
| main/src/cgeo/geocaching/TrackableActivity.java | Avoid raising an exception when no trackable loaded | |
Java | apache-2.0 | aa7490a1845c0417427fd5c627dea009d2e22dfc | 0 | batterseapower/mdbi | package uk.co.omegaprime.mdbi;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.annotation.ParametersAreNonnullByDefault;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.*;
import java.util.function.BiFunction;
/** An immutable type representing a SQL s... | src/main/java/uk/co/omegaprime/mdbi/SQL.java | package uk.co.omegaprime.mdbi;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.annotation.ParametersAreNonnullByDefault;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.*;
import java.util.function.BiFunction;
/** An immutable type representing a SQL s... | Bugfix to SQL.sql(SQL)
| src/main/java/uk/co/omegaprime/mdbi/SQL.java | Bugfix to SQL.sql(SQL) | |
Java | apache-2.0 | b238225c245141b473fb32decadcf682a0d6f8ea | 0 | bgoldman/box-java-sdk,box/box-java-sdk,manywho/box-java-sdk,gcurtis/box-java-sdk,glawson6/box-java-sdk,codyebberson/box-java-sdk,TLuthra/box-java-sdk,itsmanishagarwal/box-java-sdk | package com.box.sdk;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.EnumSet;
import java.util.List;
import static org.hamcrest.Matchers.equalTo;
import st... | src/test/java/com/box/sdk/BoxFolderTest.java | package com.box.sdk;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.EnumSet;
import java.util.List;
import static org.hamcrest.Matchers.equalTo;
import st... | Remove changing log level in test
| src/test/java/com/box/sdk/BoxFolderTest.java | Remove changing log level in test | |
Java | apache-2.0 | 8d331e26dfec95b5a1fa83cf4aae56572e219b8a | 0 | oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.pl... | com/planet_ink/coffee_mud/Libraries/MUDHelp.java | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.pl... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@13822 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Libraries/MUDHelp.java | ||
Java | apache-2.0 | d8f0789414e57779d06a5a9b14bde810b2f37660 | 0 | FlowCI/flow-platform,FlowCI/flow-platform | /*
* Copyright 2017 flow.ci
*
* 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 wr... | platform-api/src/main/java/com/flow/platform/api/service/job/JobServiceImpl.java | /*
* Copyright 2017 flow.ci
*
* 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 wr... | format code in run job
| platform-api/src/main/java/com/flow/platform/api/service/job/JobServiceImpl.java | format code in run job | |
Java | apache-2.0 | d6ff26f98ac9d4a07929b99e251f7789f759b88c | 0 | ronsigal/xerces,ronsigal/xerces,RackerWilliams/xercesj,jimma/xerces,ronsigal/xerces,jimma/xerces,RackerWilliams/xercesj,jimma/xerces,RackerWilliams/xercesj | /*
* Copyright 2001-2004 The Apache Software Foundation.
*
* 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... | src/org/apache/xerces/dom/DOMConfigurationImpl.java | /*
* Copyright 2001-2004 The Apache Software Foundation.
*
* 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... | Fixing Jira Bug #950:
http://nagoya.apache.org/jira/browse/XERCESJ-950
Eliminating the check to see what the value of 'schema-type'
is before setting schema-location is needed since the order in
which they are set does not matter. schema-location should
be "ignored" if schema-type has not been set, but it still must
b... | src/org/apache/xerces/dom/DOMConfigurationImpl.java | Fixing Jira Bug #950: http://nagoya.apache.org/jira/browse/XERCESJ-950 | |
Java | apache-2.0 | 2a3deba6591a7acc7b37c9cd7ae89ee024badfb0 | 0 | zk1931/jzab,zk1931/jzab,fpj/jzab,fpj/jzab | /**
* 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... | src/main/java/org/apache/zab/FileUtils.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... | FileUtils: fix javadoc warnings.
| src/main/java/org/apache/zab/FileUtils.java | FileUtils: fix javadoc warnings. | |
Java | apache-2.0 | 11bf455cc6ec2bcd6c8fa38ebae72476a7b202b0 | 0 | citygml4j/citygml4j | package org.citygml4j.adapter.xml.core;
import org.citygml4j.model.core.BoundarySurfaceProperty;
import org.xmlobjects.gml.adapter.GMLSerializerHelper;
import org.xmlobjects.serializer.ObjectSerializeException;
import org.xmlobjects.serializer.ObjectSerializer;
import org.xmlobjects.stream.XMLWriteException;
import or... | src/main/java/org/citygml4j/adapter/xml/core/BoundarySurfacePropertySerializer.java | package org.citygml4j.adapter.xml.core;
import org.citygml4j.model.core.BoundarySurfaceProperty;
import org.xmlobjects.gml.adapter.GMLSerializerHelper;
import org.xmlobjects.serializer.ObjectSerializeException;
import org.xmlobjects.serializer.ObjectSerializer;
import org.xmlobjects.stream.XMLWriteException;
import or... | minor change
| src/main/java/org/citygml4j/adapter/xml/core/BoundarySurfacePropertySerializer.java | minor change | |
Java | apache-2.0 | 28f0b5b7c7aa0103a15bcba701dd163ee24797b6 | 0 | fstahnke/arx,bitraten/arx,TheRealRasu/arx,kbabioch/arx,arx-deidentifier/arx,COWYARD/arx,arx-deidentifier/arx,RaffaelBild/arx,kbabioch/arx,fstahnke/arx,COWYARD/arx,kentoa/arx,tijanat/arx,tijanat/arx,jgaupp/arx,kentoa/arx,TheRealRasu/arx,jgaupp/arx,bitraten/arx,RaffaelBild/arx | /*
* ARX: Efficient, Stable and Optimal Data Anonymization
* Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser
*
* 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... | src/main/org/deidentifier/arx/DataType.java | /*
* ARX: Efficient, Stable and Optimal Data Anonymization
* Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser
*
* 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... | Add method ratio() to DataTypeWithRatioScale | src/main/org/deidentifier/arx/DataType.java | Add method ratio() to DataTypeWithRatioScale | |
Java | apache-2.0 | 4afb8ceb0c99a1bd2e27751c91a7083dc2c258f4 | 0 | dropbox/Store | package com.nytimes.android.external.fs;
import com.nytimes.android.external.fs.filesystem.FileSystem;
import com.nytimes.android.external.fs.filesystem.FileSystemFactory;
import com.nytimes.android.external.store.base.Persister;
import com.nytimes.android.external.store.base.impl.BarCode;
import java.io.File;
import... | filesystem/src/main/java/com/nytimes/android/external/fs/SourcePersisterFactory.java | package com.nytimes.android.external.fs;
import com.nytimes.android.external.fs.filesystem.FileSystem;
import com.nytimes.android.external.fs.filesystem.FileSystemFactory;
import com.nytimes.android.external.store.base.Persister;
import com.nytimes.android.external.store.base.impl.BarCode;
import java.io.File;
import... | remove extranous exception throw (#114)
| filesystem/src/main/java/com/nytimes/android/external/fs/SourcePersisterFactory.java | remove extranous exception throw (#114) | |
Java | bsd-3-clause | be6f40bd22330d457cb9ed066de4a2e71f2fbd29 | 0 | Moliholy/cvmfs-java | package com.molina.cvmfs.catalog;
import com.molina.cvmfs.catalog.exception.CatalogInitializationException;
import com.molina.cvmfs.common.Common;
import com.molina.cvmfs.common.DatabaseObject;
import com.molina.cvmfs.common.PathHash;
import com.molina.cvmfs.directoryentry.Chunk;
import com.molina.cvmfs.directoryentry... | src/main/java/com/molina/cvmfs/catalog/Catalog.java | package com.molina.cvmfs.catalog;
import com.molina.cvmfs.catalog.exception.CatalogInitializationException;
import com.molina.cvmfs.common.Common;
import com.molina.cvmfs.common.DatabaseObject;
import com.molina.cvmfs.common.PathHash;
import com.molina.cvmfs.directoryentry.Chunk;
import com.molina.cvmfs.directoryentry... | Fix bug when trying to lookup a catalog
| src/main/java/com/molina/cvmfs/catalog/Catalog.java | Fix bug when trying to lookup a catalog | |
Java | bsd-3-clause | 907c6a6f9f35cb85ef82b3bea53138ada71dcc4c | 0 | gintas/BattleSats | package lt.miliauskas.battlesats;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Point;
import android.graphics.PointF;
import android.util.FloatMath;
import android.util.Log;
public abstract class Flier {
/** Position */
public PointF position;
/** Velocity */
protected... | src/lt/miliauskas/battlesats/Flier.java | package lt.miliauskas.battlesats;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Point;
import android.graphics.PointF;
import android.util.FloatMath;
import android.util.Log;
public abstract class Flier {
/** Position */
public PointF position;
/** Velocity */
protected... | Removed logging call.
| src/lt/miliauskas/battlesats/Flier.java | Removed logging call. | |
Java | bsd-3-clause | fc38e36bb235133c6ac9f83903dc41326a0a1779 | 0 | NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt | /*
* Created on Nov 12, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package gov.nih.nci.nautilus.test;
import java.util.Arrays;
import java.util.*;
import gov.nih.nci.nautilus.data.DifferentialExpressionSfact;
import gov.nih.nc... | src/gov/nih/nci/nautilus/test/LookupManagerTest.java | /*
* Created on Nov 12, 2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package gov.nih.nci.nautilus.test;
import java.util.Iterator;
import gov.nih.nci.nautilus.data.DifferentialExpressionSfact;
import gov.nih.nci.nautilus.de.Chro... | JUnits for Chrosome and Cytoband lookups
SVN-Revision: 684
| src/gov/nih/nci/nautilus/test/LookupManagerTest.java | JUnits for Chrosome and Cytoband lookups | |
Java | mit | 7385b4430d20f7ec0f04fe5eb8620b2e52351445 | 0 | dodotis/gwtquery,manolo/gquery,manolo/gquery,0x3333/gwtquery,tel8618217223380/gwtquery,jijopaulose/gwtquery,jijopaulose/gwtquery,dodotis/gwtquery,gwtquery/gwtquery,dodotis/gwtquery,gwtquery/gwtquery,tel8618217223380/gwtquery,manolo/gquery,google-code-export/gwtquery,gwtquery/gwtquery,0x3333/gwtquery,nifkuza/gwtquery,ji... | /*
* Copyright 2013, The gwtquery team.
*
* 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... | gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Deferred.java | /*
* Copyright 2013, The gwtquery team.
*
* 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... | Fix NPE
| gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Deferred.java | Fix NPE | |
Java | mit | 380c4ef84a352f03031bc7e4dbf86d1c38736e5d | 0 | tomvlk/BusinessRuleGenerator-to | package com.brg.controller;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.web.WebView;
import java.net.URL;
import java.util.ResourceBundle;
public class DefineTab implements Initializable, TabControllerImpl {
@FXML private WebView webView;
@Override
public void initial... | src/main/java/com/brg/controller/DefineTab.java | package com.brg.controller;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.web.WebView;
import java.net.URL;
import java.util.ResourceBundle;
public class DefineTab implements Initializable, TabControllerImpl {
@FXML private WebView webView;
@Override
public void initial... | Define tab will not reload automatically anymore.
| src/main/java/com/brg/controller/DefineTab.java | Define tab will not reload automatically anymore. | |
Java | mit | eb4b0f32c453d0733bb918ab7391787ce62102b9 | 0 | prophile/ludum-dare-30,prophile/ludum-dare-30 | package uk.co.alynn.games.ld30.world;
import java.util.ArrayList;
import java.util.List;
import uk.co.alynn.games.ld30.AudioEngine;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.MathUtils;
public class WaveSpawner {
private int m_lastWaveSpawned = 0;
private float m_totalTime = 0.0f;
private... | core/src/uk/co/alynn/games/ld30/world/WaveSpawner.java | package uk.co.alynn.games.ld30.world;
import java.util.ArrayList;
import java.util.List;
import uk.co.alynn.games.ld30.AudioEngine;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.MathUtils;
public class WaveSpawner {
private int m_lastWaveSpawned = 0;
private float m_totalTime = 0.0f;
private... | Spawn the first invaders much earlier
| core/src/uk/co/alynn/games/ld30/world/WaveSpawner.java | Spawn the first invaders much earlier | |
Java | mit | c34630d65fbb8932d2b4575c0f3c3edde7b65313 | 0 | mezpahlan/jivecampaign | package co.uk.jiveelection.campaign;
import java.io.IOException;
import twitter4j.TwitterException;
import co.uk.jiveelection.campaign.twit.TwitHelper;
/**
* Main entry point for the Jive Campaign application. Sets up a continuously running loop that
* checks the latest tweet from the named candidate, translates i... | src/main/java/co/uk/jiveelection/campaign/App.java | package co.uk.jiveelection.campaign;
import java.io.IOException;
import twitter4j.TwitterException;
import co.uk.jiveelection.campaign.twit.TwitHelper;
/**
* Main entry point for the Jive Campaign application. Sets up a continuously running loop that
* checks the latest tweet from the named candidate, translates i... | Removing thread sleep infinite loop in prep for cron job | src/main/java/co/uk/jiveelection/campaign/App.java | Removing thread sleep infinite loop in prep for cron job | |
Java | epl-1.0 | 206f733cb38e4e9a14f2feb7a2c9b3eaa0890cb9 | 0 | mduft/annotation-cfg,mduft/annotation-cfg | /*******************************************************************************
* Copyright (c) 2017 SSI Schaefer IT Solutions GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this dis... | com.ssi.cfg/src/com/ssi/cfg/Configuration.java | /*******************************************************************************
* Copyright (c) 2017 SSI Schaefer IT Solutions GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this dis... | Add help functionality | com.ssi.cfg/src/com/ssi/cfg/Configuration.java | Add help functionality | |
Java | agpl-3.0 | 5927f5e3a644bac8249faf133ff1f028b4b6c1c9 | 0 | PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1 | package nl.mpi.kinnate.svg;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import nl.mpi.kinnate.kindata.EntityData;
import nl.mpi.kinnate.kindata.GraphLabel;
import org.w3c.dom.svg.SVGDocument;
import org.w3c.dom.Element;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import... | src/main/java/nl/mpi/kinnate/svg/EntitySvg.java | package nl.mpi.kinnate.svg;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import nl.mpi.kinnate.kindata.EntityData;
import nl.mpi.kinnate.kindata.GraphLabel;
import org.w3c.dom.svg.SVGDocument;
import org.w3c.dom.Element;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import... | Prevented entities being places on top of another. Allowed y drag of entities if all their relations are selected. Added menu and key listener for select all, deselect, expand selection and select related.
| src/main/java/nl/mpi/kinnate/svg/EntitySvg.java | Prevented entities being places on top of another. Allowed y drag of entities if all their relations are selected. Added menu and key listener for select all, deselect, expand selection and select related. | |
Java | lgpl-2.1 | f44c51555e5fc8b0a2e5d77361a864f147e5522b | 0 | samskivert/samskivert,samskivert/samskivert | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2006-2010 Michael Bayne, et al.
//
// 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 versi... | src/java/com/samskivert/jdbc/BaseLiaison.java | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2006-2010 Michael Bayne, et al.
//
// 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 versi... | NOOP--.
git-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@2731 6335cc39-0255-0410-8fd6-9bcaacd3b74c
| src/java/com/samskivert/jdbc/BaseLiaison.java | NOOP--. | |
Java | lgpl-2.1 | 79f49a1fb4f98efa7a2ee6b17b7213346b18b821 | 0 | ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror | /**
* ***************************************************************
* JADE - Java Agent DEvelopment Framework is a framework to develop
* multi-agent systems in compliance with the FIPA specifications.
* Copyright (C) 2000 CSELT S.p.A.
*
* GNU Lesser General Public License
*
* This library is free software;... | src/examples/protocols/ContractNetResponderAgent.java | /**
* ***************************************************************
* JADE - Java Agent DEvelopment Framework is a framework to develop
* multi-agent systems in compliance with the FIPA specifications.
* Copyright (C) 2000 CSELT S.p.A.
*
* GNU Lesser General Public License
*
* This library is free software;... | Removed usage of deprecated methods
| src/examples/protocols/ContractNetResponderAgent.java | Removed usage of deprecated methods | |
Java | apache-2.0 | 8d8e2aa9a2bad87a57f4547b1384da306f1b0aaf | 0 | apache/batik,Uni-Sol/batik,Uni-Sol/batik,apache/batik,apache/batik,Uni-Sol/batik,Uni-Sol/batik,Uni-Sol/batik,apache/batik | /*****************************************************************************
* Copyright (C) The Apache Software Foundation. All rights reserved. *
* ------------------------------------------------------------------------- *
* This software is published under the terms of the Apache Software License *
* v... | sources/org/apache/batik/apps/applet/JSVGApplet.java | /*****************************************************************************
* Copyright (C) The Apache Software Foundation. All rights reserved. *
* ------------------------------------------------------------------------- *
* This software is published under the terms of the Apache Software License *
* v... | Added patch sent by Philipp Hahn (pmhahn@titan.lahn.de)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: e944db0f7b5c8f0ae3e1ad43ca99b026751ef0c2@199393 13f79535-47bb-0310-9956-ffa450edef68
| sources/org/apache/batik/apps/applet/JSVGApplet.java | Added patch sent by Philipp Hahn (pmhahn@titan.lahn.de) PR: Obtained from: Submitted by: Reviewed by: | |
Java | apache-2.0 | abf0dc6689fb969fe5c76c99cc06050d601f4371 | 0 | cometd/cometd,ghoullier/cometd,cometd/cometd,ghoullier/cometd,ghoullier/cometd,cometd/cometd,cometd/cometd | package org.cometd.client;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.ConcurrentHashMap;... | cometd-java/cometd-java-client/src/test/java/org/cometd/client/BayeuxLoadGenerator.java | package org.cometd.client;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.ConcurrentHashMap;... | COMETD-192
| cometd-java/cometd-java-client/src/test/java/org/cometd/client/BayeuxLoadGenerator.java | COMETD-192 | |
Java | apache-2.0 | 3efc6463c130b1e7129f9cc3fecf1498bf79ed00 | 0 | felixmulder/scala,slothspot/scala,slothspot/scala,lrytz/scala,jvican/scala,scala/scala,felixmulder/scala,lrytz/scala,shimib/scala,shimib/scala,scala/scala,jvican/scala,felixmulder/scala,martijnhoekstra/scala,lrytz/scala,martijnhoekstra/scala,martijnhoekstra/scala,shimib/scala,martijnhoekstra/scala,scala/scala,felixmuld... | /* ____ ____ ____ ____ ______ *\
** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala **
** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL **
** /_____/\____/\___/\____/____/ **
** ... | sources/scalac/transformer/AddInterfaces.java | /* ____ ____ ____ ____ ______ *\
** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala **
** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL **
** /_____/\____/\___/\____/____/ **
** ... | - bug fix: className() now returns a name of th...
- bug fix: className() now returns a name of the same kind as the one it
got
| sources/scalac/transformer/AddInterfaces.java | - bug fix: className() now returns a name of th... | |
Java | apache-2.0 | fb9c3bd914d375fde11830c90300fdcf14a02ba6 | 0 | oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,Tycheo/coffeemud,Tycheo/coffeemud,bozimmerman/CoffeeMud,MaxRau/CoffeeMud,Ty... | package com.planet_ink.miniweb.http;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.uti... | com/planet_ink/miniweb/http/MWFileCache.java | package com.planet_ink.miniweb.http;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.uti... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@10309 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/miniweb/http/MWFileCache.java | ||
Java | apache-2.0 | 745bf581d23586d9a0cd9fc14a1013902be71c58 | 0 | jorcox/PokemonEina,jorcox/PokemonEina | package com.pokemon.pantallas;
import habilidad.Habilidad;
import mapas.Posicion;
import mapas.PosicionIniciales;
import java.util.HashMap;
import pokemon.Pokemon;
import aurelienribon.tweenengine.Tween;
import aurelienribon.tweenengine.TweenManager;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;
import ... | src/com/pokemon/pantallas/Enfrentamiento.java | package com.pokemon.pantallas;
import habilidad.Habilidad;
import mapas.Posicion;
import mapas.PosicionIniciales;
import java.util.HashMap;
import pokemon.Pokemon;
import aurelienribon.tweenengine.Tween;
import aurelienribon.tweenengine.TweenManager;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;
import ... | Frases vacias efectos de los ataques | src/com/pokemon/pantallas/Enfrentamiento.java | Frases vacias efectos de los ataques | |
Java | apache-2.0 | 2b3e984447e64dccc159d73ff9c8124c8cb34d72 | 0 | corehunter/corehunter3,corehunter/corehunter3 | /*--------------------------------------------------------------*/
/* 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 ... | corehunter-base/src/main/java/org/corehunter/API.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 ... | get string ids from indices
| corehunter-base/src/main/java/org/corehunter/API.java | get string ids from indices | |
Java | apache-2.0 | 2868b6253bc77a0b1301835740e52665105f5e1f | 0 | cathive/sass-java | /*
* Copyright (C) 2014,2015 The Cat Hive Developers.
*
* 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... | src/main/java/com/cathive/sass/SassOptions.java | /*
* Copyright (C) 2014,2015 The Cat Hive Developers.
*
* 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... | Add missing getters.
| src/main/java/com/cathive/sass/SassOptions.java | Add missing getters. | |
Java | apache-2.0 | 2264b05ede24b1570a3fb2a4670e294750fc8298 | 0 | nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch | import java.util.*;
import java.io.*;
public class Droid
{
public Droid (Vector<String> values, boolean debug)
{
_theComputer = new Intcode(values, debug);
_debug = debug;
}
/*
* Move around automatically. TBD.
*/
public void traverse ()
{
System.out.println(... | AdventOfCode/2019/day25/Droid.java | import java.util.*;
import java.io.*;
public class Droid
{
public Droid (Vector<String> values, boolean debug)
{
_theComputer = new Intcode(values, debug);
_debug = debug;
}
/*
* Move around automatically. TBD.
*/
public void traverse ()
{
System.out.println(... | Update Droid.java
| AdventOfCode/2019/day25/Droid.java | Update Droid.java | |
Java | apache-2.0 | 7a050b579d19ed10d1df6662959fb746c6383417 | 0 | pvik/WhdApi | package com.whd.serverobject;
import com.google.common.collect.BiMap;
import com.google.common.collect.ImmutableBiMap;
import com.whd.WhdApi;
import com.whd.WhdAuth;
import com.whd.WhdException;
import com.whd.autogen.CustomFieldDefinition;
import com.whd.autogen.ticket.TicketCustomField;
import com.whd.autogen.ticket... | src/main/java/com/whd/serverobject/WhdCustomFields.java | package com.whd.serverobject;
import com.google.common.collect.BiMap;
import com.google.common.collect.ImmutableBiMap;
import com.whd.WhdApi;
import com.whd.WhdAuth;
import com.whd.WhdException;
import com.whd.autogen.CustomFieldDefinition;
import com.whd.autogen.ticket.CustomField;
import com.whd.autogen.ticket.Ticke... | converting data from CustomFields to TicketCustomFields
| src/main/java/com/whd/serverobject/WhdCustomFields.java | converting data from CustomFields to TicketCustomFields | |
Java | apache-2.0 | 968d1123dc0d505e0d68124b7f17b95eed1722e3 | 0 | monkeymq/jgossip | // Copyright (c) 2017 The jgossip Authors. 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 r... | src/main/java/net/lvsq/jgossip/model/MessageType.java | package net.lvsq.jgossip.model;
public enum MessageType {
SYNC_MESSAGE("sync_message"), ACK_MESSAGE("ack_message"), ACK2_MESSAGE("ack2_message"), SHUTDOWN("shutdown");
private final String type;
MessageType(String type) {
this.type = type;
}
}
| Update MessageType.java | src/main/java/net/lvsq/jgossip/model/MessageType.java | Update MessageType.java | |
Java | apache-2.0 | 69b45ff6b0ede880700b5f84e3ef6b838be5c868 | 0 | cniesen/rice,sonamuthu/rice-1,jwillia/kc-rice1,jwillia/kc-rice1,bhutchinson/rice,rojlarge/rice-kc,ewestfal/rice,ewestfal/rice,gathreya/rice-kc,kuali/kc-rice,jwillia/kc-rice1,gathreya/rice-kc,UniversityOfHawaiiORS/rice,shahess/rice,kuali/kc-rice,kuali/kc-rice,bsmith83/rice-1,bhutchinson/rice,jwillia/kc-rice1,ewestfal/ri... | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by a... | rice-middleware/sampleapp/src/it/java/edu/sampleu/main/AgendaEditorAndOrToggleSyncAft.java | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by a... | KULRICE-13913 : Fill AFT Gap: KRMS Rules - Agenda Editor (add Actions of various types)
| rice-middleware/sampleapp/src/it/java/edu/sampleu/main/AgendaEditorAndOrToggleSyncAft.java | KULRICE-13913 : Fill AFT Gap: KRMS Rules - Agenda Editor (add Actions of various types) | |
Java | apache-2.0 | 13113e8a18e841caa135462b09a0e5405117193b | 0 | diydyq/velocity-engine,diydyq/velocity-engine,pcollaog/velocity-engine,pcollaog/velocity-engine | package org.apache.velocity.runtime;
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met... | src/java/org/apache/velocity/runtime/Runtime.java | package org.apache.velocity.runtime;
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met... | - update javadoc.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@73274 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/velocity/runtime/Runtime.java | - update javadoc. PR: Obtained from: Submitted by: Reviewed by: | |
Java | apache-2.0 | 6b80c1a24a4e17827e090776d89c8cb06727cef4 | 0 | dimamo5/Terasology,DPirate/Terasology,samuto/Terasology,CC4401-TeraCity/TeraCity,mertserezli/Terasology,dannyzhou98/Terasology,Vizaxo/Terasology,Ciclop/Terasology,AWildBeard/Terasology,MovingBlocks/Terasology,kartikey0303/Terasology,sceptross/Terasology,Vizaxo/Terasology,kaen/Terasology,AWildBeard/Terasology,Halamix2/T... | /*
* Copyright 2012 Benjamin Glatzel <benjamin.glatzel@me.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
*
* Unless required... | src/main/java/org/terasology/asset/AssetType.java | /*
* Copyright 2012 Benjamin Glatzel <benjamin.glatzel@me.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
*
* Unless required... | Fixes #388 - Texture assets were no longer concerning their metadata description (filter, wrapping, ...) in the according ".json" files
| src/main/java/org/terasology/asset/AssetType.java | Fixes #388 - Texture assets were no longer concerning their metadata description (filter, wrapping, ...) in the according ".json" files | |
Java | bsd-3-clause | 75f813e5636108d1b574085a6dd4561b9119f4bf | 0 | salesforce/Argus,dilipdevaraj-sfdc/Argus-1,rajsarkapally/Argus,rajsarkapally/Argus,xizi-xu/Argus,dilipdevaraj-sfdc/Argus-1,rajsarkapally-sfdc/Argus,SalesforceEng/Argus,rajsarkapally/Argus,xizi-xu/Argus,salesforce/Argus,dilipdevaraj-sfdc/Argus-1,SalesforceEng/Argus,xizi-xu/Argus,rajsarkapally/Argus,xizi-xu/Argus,rajsark... | /*
* Copyright (c) 2016, Salesforce.com, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | ArgusCore/src/main/java/com/salesforce/dva/argus/service/schema/AsyncHbaseSchemaService.java | /*
* Copyright (c) 2016, Salesforce.com, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | Skip rows for faster scan of data.
| ArgusCore/src/main/java/com/salesforce/dva/argus/service/schema/AsyncHbaseSchemaService.java | Skip rows for faster scan of data. | |
Java | bsd-3-clause | bab0ca7dfeba243031933ad92f4ed3f63bcef927 | 0 | FlanFlanagan/cyclist2,cyclus/cyclist2 | package edu.utexas.cycic;
import java.io.FileReader;
import java.io.Reader;
import java.io.StringReader;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.ut... | cyclist/src/edu/utexas/cycic/Cycic.java | package edu.utexas.cycic;
import java.io.FileReader;
import java.io.Reader;
import java.io.StringReader;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.ut... | Added module to arche label in parens
| cyclist/src/edu/utexas/cycic/Cycic.java | Added module to arche label in parens | |
Java | bsd-3-clause | b3d3fad4f84651b7828a5e5fdfbf6d8eb520d283 | 0 | mushroomhostage/FreeTrade,mushroomhostage/FreeTrade,mushroomhostage/FreeTrade |
package com.exphc.FreeTrade;
import java.util.logging.Logger;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.command.*;
import org.bukkit.entity.*;
public class FreeTrade extends JavaPlugin {
Logger log = Logger.getLogger("Minecraft");
public void onEnable() {
log.info("FreeTrade enable... | FreeTrade.java |
package com.exphc.FreeTrade;
import java.util.logging.Logger;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.command.*;
import org.bukkit.entity.*;
public class FreeTrade extends JavaPlugin {
Logger log = Logger.getLogger("Minecraft");
public void onEnable() {
log.info("FreeTrade enable... | Remove /want help; already is invalid usage so shows default help
| FreeTrade.java | Remove /want help; already is invalid usage so shows default help | |
Java | mit | 8541946151c00fe862d0851761c7b1a6f8dd1edd | 0 | yegor256/cactoos | /*
* The MIT License (MIT)
*
* Copyright (c) 2017-2019 Yegor Bugayenko
*
* 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 limitation the rights
*... | src/main/java/org/cactoos/scalar/FirstOf.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2017-2019 Yegor Bugayenko
*
* 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 limitation the rights
*... | (#1137) improved formatting
| src/main/java/org/cactoos/scalar/FirstOf.java | (#1137) improved formatting | |
Java | agpl-3.0 | 9a594437624c21699d81f9dab9e800c211595114 | 0 | CeON/CERMINE,CeON/CERMINE,CeON/CERMINE,CeON/CERMINE | package pl.edu.icm.yadda.analysis.classification.features;
import java.util.Collection;
import java.util.Set;
/**
* Feature vector builder (GoF factory pattern). The builder calculates
* feature vectors for objects using a list of single feature calculators.
*
* @author Dominika Tkaczyk (dtkaczyk@icm.edu.pl)
*
... | yadda-analysis-api/src/main/java/pl/edu/icm/yadda/analysis/classification/features/FeatureVectorBuilder.java | package pl.edu.icm.yadda.analysis.classification.features;
import java.util.Collection;
import java.util.Set;
/**
* Feature vector builder (GoF factory pattern). The builder calculates
* feature vectors for objects using a list of single feature calculators.
*
* @author Dominika Tkaczyk (dtkaczyk@icm.edu.pl)
*
... | Change generic types' names to be less ambiguous (leave S,T for label class and feature vector class respectively)
| yadda-analysis-api/src/main/java/pl/edu/icm/yadda/analysis/classification/features/FeatureVectorBuilder.java | Change generic types' names to be less ambiguous (leave S,T for label class and feature vector class respectively) | |
Java | agpl-3.0 | c0259d3eb41d2139228244bcde663c3f9c8b795b | 0 | ridalarry/ProtocolSupport,ProtocolSupport/ProtocolSupport | package protocolsupport.protocol.typeremapper.watchedentity.remapper;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.EnumMap;
import java.util.List;
import java.util.Map.Entry;
import org.bukkit.entity.EntityType;
import protocolsupport.api.ProtocolVersion;
import protocolsupport.protocol.type... | src/protocolsupport/protocol/typeremapper/watchedentity/remapper/SpecificType.java | package protocolsupport.protocol.typeremapper.watchedentity.remapper;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.EnumMap;
import java.util.List;
import java.util.Map.Entry;
import org.bukkit.entity.EntityType;
import protocolsupport.api.ProtocolVersion;
import protocolsupport.protocol.type... | Fix minecart metadata remapping | src/protocolsupport/protocol/typeremapper/watchedentity/remapper/SpecificType.java | Fix minecart metadata remapping | |
Java | lgpl-2.1 | cb4b0f4a42a2b6c80ec12be13a2c79ed5d6b7477 | 0 | geotools/geotools,geotools/geotools,geotools/geotools,geotools/geotools | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2008, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | modules/unsupported/jdbc-teradata/src/main/java/org/geotools/data/teradata/TeradataDataStoreFactory.java | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2008, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | remove unsuported estimated extents
git-svn-id: b0f10281c9a1a817905b9aa75a7907aa928f8a7d@36877 e5c1c795-43da-0310-a71f-fac65c449510
| modules/unsupported/jdbc-teradata/src/main/java/org/geotools/data/teradata/TeradataDataStoreFactory.java | remove unsuported estimated extents | |
Java | lgpl-2.1 | 3028b8c88fa9ce6e57ef5d57e59cea57054c2d05 | 0 | beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc | package dr.evomodel.treedatalikelihood.continuous.cdi;
import dr.math.matrixAlgebra.WrappedVector;
import dr.math.matrixAlgebra.missingData.InversionResult;
import org.ejml.data.DenseMatrix64F;
import org.ejml.ops.CommonOps;
import static dr.math.matrixAlgebra.missingData.InversionResult.Code.NOT_OBSERVED;
import sta... | src/dr/evomodel/treedatalikelihood/continuous/cdi/SafeMultivariateIntegrator.java | package dr.evomodel.treedatalikelihood.continuous.cdi;
import dr.math.matrixAlgebra.WrappedVector;
import dr.math.matrixAlgebra.missingData.InversionResult;
import org.ejml.data.DenseMatrix64F;
import org.ejml.ops.CommonOps;
import static dr.math.matrixAlgebra.missingData.InversionResult.Code.NOT_OBSERVED;
import sta... | starting to only calculate remainders when needed
| src/dr/evomodel/treedatalikelihood/continuous/cdi/SafeMultivariateIntegrator.java | starting to only calculate remainders when needed | |
Java | lgpl-2.1 | 5fb1f4089942afffb960850bad0f59de5418825d | 0 | fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui | /*
* DomUI Java User Interface library
* Copyright (c) 2010 by Frits Jalvingh, Itris B.V.
*
* 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 ... | to.etc.domui/src/to/etc/domui/component/controlfactory/BindingMessenger.java | /*
* DomUI Java User Interface library
* Copyright (c) 2010 by Frits Jalvingh, Itris B.V.
*
* 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 ... | Fix DomUI kepler errors | to.etc.domui/src/to/etc/domui/component/controlfactory/BindingMessenger.java | Fix DomUI kepler errors | |
Java | apache-2.0 | 42f73952aec81f343f11ea734028a4fa26a5c9ac | 0 | networknt/light-codegen,networknt/light-codegen,networknt/light-codegen,networknt/light-codegen | package com.networknt.codegen.rest;
import com.fasterxml.jackson.databind.JsonNode;
import com.jsoniter.ValueType;
import com.jsoniter.any.Any;
import com.jsoniter.output.JsonStream;
import com.networknt.codegen.Generator;
import com.networknt.codegen.Utils;
import com.networknt.oas.OpenApiParser;
import com.networknt... | light-rest-4j/src/main/java/com/networknt/codegen/rest/OpenApiGenerator.java | package com.networknt.codegen.rest;
import com.fasterxml.jackson.databind.JsonNode;
import com.jsoniter.ValueType;
import com.jsoniter.any.Any;
import com.jsoniter.output.JsonStream;
import com.networknt.codegen.Generator;
import com.networknt.codegen.Utils;
import com.networknt.oas.OpenApiParser;
import com.networknt... | Fixes #146 Code generation fails without "securitySchemes" section in openapi model
| light-rest-4j/src/main/java/com/networknt/codegen/rest/OpenApiGenerator.java | Fixes #146 Code generation fails without "securitySchemes" section in openapi model | |
Java | apache-2.0 | 0161d3b46f13cc61c1a0ac80283fe477b567fe0a | 0 | electrum/presto,electrum/presto,losipiuk/presto,smartnews/presto,ebyhr/presto,11xor6/presto,dain/presto,smartnews/presto,electrum/presto,Praveen2112/presto,ebyhr/presto,ebyhr/presto,losipiuk/presto,smartnews/presto,Praveen2112/presto,11xor6/presto,11xor6/presto,dain/presto,dain/presto,ebyhr/presto,losipiuk/presto,losip... | /*
* 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, software
* distribut... | testing/trino-tests/src/test/java/io/trino/tests/AbstractTestEngineOnlyQueries.java | /*
* 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, software
* distribut... | Make the intention of max pivot+1 test clearer
It can apparently escape noticing that
`testPivotExceedingMaximumArraySize` should be read together with
`testLargePivot` as they work in tandem. This commits squashes them
together and adds explanatory comment.
| testing/trino-tests/src/test/java/io/trino/tests/AbstractTestEngineOnlyQueries.java | Make the intention of max pivot+1 test clearer | |
Java | apache-2.0 | 8293775c95d68b071a316a01d7e3a1dde34697b3 | 0 | toliaqat/xenon,toliaqat/xenon,toliaqat/xenon,toliaqat/xenon,toliaqat/xenon | /*
* Copyright (c) 2014-2015 VMware, Inc. 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 applic... | xenon-common/src/main/java/com/vmware/xenon/common/http/netty/NettyChannelPool.java | /*
* Copyright (c) 2014-2015 VMware, Inc. 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 applic... | Set OpenInProgress for all Http/1.1 channels
If openInProgress is not set for a newly created
Http/1.1 channel, the channel may get picked up
by an operation even though it is not ready for use.
Change-Id: Id52821d91c5a33bdadc726dd11e6273aa1f0d393
| xenon-common/src/main/java/com/vmware/xenon/common/http/netty/NettyChannelPool.java | Set OpenInProgress for all Http/1.1 channels | |
Java | apache-2.0 | 742e7a25a4db228c4383d9235b1a1bb1aafd8aa3 | 0 | hypery2k/owncloud,amirshaikh49/owncloud,amirshaikh49/owncloud,mhtranbn/owncloud,Fmstrat/owncloud,mhtranbn/owncloud,hypery2k/owncloud,lahmizzar/owncloud,lahmizzar/owncloud,amirshaikh49/owncloud,hypery2k/owncloud,lahmizzar/owncloud,Fmstrat/owncloud,amirshaikh49/owncloud,Fmstrat/owncloud,mhtranbn/owncloud,hypery2k/ownclou... | /**
*
*/
package de.martinreinhardt.owncloud.webtest.tests;
import javax.mail.MessagingException;
import javax.mail.internet.AddressException;
import net.thucydides.core.annotations.Issues;
import net.thucydides.core.annotations.Steps;
import net.thucydides.core.annotations.Story;
import net.thucydides.core.annota... | webtest/src/test/java/de/martinreinhardt/owncloud/webtest/tests/RoundCubeSettingsIT.java | /**
*
*/
package de.martinreinhardt.owncloud.webtest.tests;
import javax.mail.MessagingException;
import javax.mail.internet.AddressException;
import net.thucydides.core.annotations.Issues;
import net.thucydides.core.annotations.Steps;
import net.thucydides.core.annotations.Story;
import net.thucydides.core.annota... | Fix user test details
see #268 and #260
| webtest/src/test/java/de/martinreinhardt/owncloud/webtest/tests/RoundCubeSettingsIT.java | Fix user test details | |
Java | apache-2.0 | be3c1517134bee897001cbb23150d2a158842018 | 0 | androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/andro... | /*
* Copyright (C) 2019 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... | camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/ImageAnalysisTest.java | /*
* Copyright (C) 2019 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... | Fix postsubmit fail by NullPointerException in ImageAnalysisTest
It crash on API 24: Nexus Player which doesn't have a camera device.
Bug: NA
Test: ./gradlew camera:camera-camera2:connectedAndroidTest
Change-Id: Iee5e283ba7f74c4b8154f617b41d22e61847a58c
| camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/ImageAnalysisTest.java | Fix postsubmit fail by NullPointerException in ImageAnalysisTest | |
Java | apache-2.0 | 34f944dc78170267e8f0dbc82404632ffc8ec308 | 0 | realityforge/replicant,realityforge/replicant | package org.realityforge.replicant.client.transport;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
public class ClientSessionTest
{
@Test
public void basicRequestManagementWorkflow()
{
final ClientSession rm = new TestClientSession();
final RequestEntry e = rm.newRequestRegistra... | src/test/java/org/realityforge/replicant/client/transport/ClientSessionTest.java | package org.realityforge.replicant.client.transport;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
public class ClientSessionTest
{
@Test
public void basicRequestManagementWorkflow()
{
final ClientSession rm = new TestClientSession();
final RequestEntry e = rm.newRequestRegistra... | Extract variable to coerce types
| src/test/java/org/realityforge/replicant/client/transport/ClientSessionTest.java | Extract variable to coerce types | |
Java | apache-2.0 | 90bc6594229eb39b57623613db1ca9b491e5830b | 0 | toliaqat/xenon,toliaqat/xenon,toliaqat/xenon,toliaqat/xenon,toliaqat/xenon | /*
* Copyright (c) 2014-2015 VMware, Inc. 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 applic... | xenon-common/src/test/java/com/vmware/xenon/common/http/netty/NettyHttp2Test.java | /*
* Copyright (c) 2014-2015 VMware, Inc. 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 applic... | Force the HTTP/2 connection to be established before performing
operation timeout tests.
https://www.pivotaltracker.com/story/show/136511777
Change-Id: I874842e6db6e22292789672bd5fb9da7b53092ce
| xenon-common/src/test/java/com/vmware/xenon/common/http/netty/NettyHttp2Test.java | Force the HTTP/2 connection to be established before performing operation timeout tests. | |
Java | apache-2.0 | 686c17548c5e6a85f39111958d1e250905006978 | 0 | AakashPradeep/phoenix,cloudera-labs/phoenix,AakashPradeep/phoenix,AakashPradeep/phoenix,AakashPradeep/phoenix,cloudera-labs/phoenix,cloudera-labs/phoenix,cloudera-labs/phoenix | /*
* 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 ... | phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.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 ... | PHOENIX-1000 Support FIRST_VALUE, LAST_VALUE, and NTH_VALUE aggregate functions. (Addendum)
| phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.java | PHOENIX-1000 Support FIRST_VALUE, LAST_VALUE, and NTH_VALUE aggregate functions. (Addendum) | |
Java | apache-2.0 | 62c7f405da709e0d06eb8712ac01bedaeaf1a23b | 0 | davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak | /*
* 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 ... | oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/Segment.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 ... | @trivial: indention
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1657772 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/Segment.java | @trivial: indention | |
Java | apache-2.0 | 6525cacf4c12acd627b7a02103d65cdad2d90d27 | 0 | ceylon/ceylon-spec,ceylon/ceylon-spec,ceylon/ceylon-spec,jvasileff/ceylon-spec,lucaswerkmeister/ceylon-spec,jvasileff/ceylon-spec,jvasileff/ceylon-spec | package com.redhat.ceylon.compiler.typechecker.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
public class Unit {
Package pkg;
List<Import> imports = new ArrayList<Import>();
List<Declaration> declarations = new ArrayList<Declaration>();
Stri... | src/com/redhat/ceylon/compiler/typechecker/model/Unit.java | package com.redhat.ceylon.compiler.typechecker.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
public class Unit {
Package pkg;
List<Import> imports = new ArrayList<Import>();
List<Declaration> declarations = new ArrayList<Declaration>();
Stri... | impl equals()/hashCode() for Unit | src/com/redhat/ceylon/compiler/typechecker/model/Unit.java | impl equals()/hashCode() for Unit | |
Java | apache-2.0 | a44f6af5b4615d752d806ba27d00bb7c78310cc8 | 0 | kwakuzigah/android-downloader |
/*
* Copyright (C) 2013 Snowdream Mobile <yanghui1986527@gmail.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
*
* Unless... | lib/src/main/java/com/github/snowdream/android/app/downloader/AsycDownloadTask.java |
/*
* Copyright (C) 2013 Snowdream Mobile <yanghui1986527@gmail.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
*
* Unless... | Updated the download directory | lib/src/main/java/com/github/snowdream/android/app/downloader/AsycDownloadTask.java | Updated the download directory | |
Java | apache-2.0 | 67655c39b577a9a1517dd940fe1f8ff91342700e | 0 | raptorbox/raptor,muka/raptor,muka/raptor,raptorbox/raptor,raptorbox/raptor | /*
* Copyright 2016 Luca Capra <lcapra@create-net.org>.
*
* 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... | raptor-http-api/src/main/java/org/createnet/raptor/http/filter/CORSResponseFilter.java | /*
* Copyright 2016 Luca Capra <lcapra@create-net.org>.
*
* 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... | review CORS
| raptor-http-api/src/main/java/org/createnet/raptor/http/filter/CORSResponseFilter.java | review CORS | |
Java | apache-2.0 | eba38a0d79910b021d2915c27cd572a7e00df0dd | 0 | yomguy/servestream,yomguy/servestream,yomguy/servestream,yomguy/servestream,yomguy/servestream | /*
* ServeStream: A HTTP stream browser/player for Android
* Copyright 2013 William Seemann
*
* 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/LIC... | src/net/sourceforge/servestream/activity/MainActivity.java | /*
* ServeStream: A HTTP stream browser/player for Android
* Copyright 2013 William Seemann
*
* 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/LIC... | Fixed navigation drawer crash
git-svn-id: 617ad4860dbc5b8a793a5b07e81e5b5684aade50@1723 b8d320ad-ce4d-463a-8333-51e6c77ad906
| src/net/sourceforge/servestream/activity/MainActivity.java | Fixed navigation drawer crash | |
Java | apache-2.0 | 76eba407136ea65de8d206b59ac1cc9d4f36ddb8 | 0 | maciej-zygmunt/unitime,maciej-zygmunt/unitime,maciej-zygmunt/unitime,UniTime/unitime,UniTime/unitime,UniTime/unitime | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... | JavaSource/org/unitime/timetable/solver/studentsct/StudentSectioningDatabaseLoader.java | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... | Batch Student Scheduling: MPP
- when loading the data in MPP mode with the Sectioning.KeepInitialAssignments set to true (original enrollments must be used), reorder student request priorities so that the enrolled courses are higher in the list (above the not-enrolled courses, that is course requests without original ... | JavaSource/org/unitime/timetable/solver/studentsct/StudentSectioningDatabaseLoader.java | Batch Student Scheduling: MPP | |
Java | apache-2.0 | df05a3504e467172d02cea7e47b36c3f2e41bc66 | 0 | repanda/android-maven-plugin,kedzie/maven-android-plugin,ashutoshbhide/android-maven-plugin,secondsun/maven-android-plugin,hgl888/android-maven-plugin,b-cuts/android-maven-plugin,CJstar/android-maven-plugin,wskplho/android-maven-plugin,CJstar/android-maven-plugin,WonderCsabo/maven-android-plugin,mitchhentges/android-ma... | package com.jayway.maven.plugins.android.standalonemojos;
import com.jayway.maven.plugins.android.AbstractAndroidMojo;
import com.jayway.maven.plugins.android.common.AndroidExtension;
import com.jayway.maven.plugins.android.common.XmlHelper;
import com.jayway.maven.plugins.android.configuration.Manifest;
import org.ap... | src/main/java/com/jayway/maven/plugins/android/standalonemojos/ManifestUpdateMojo.java | package com.jayway.maven.plugins.android.standalonemojos;
import com.jayway.maven.plugins.android.AbstractAndroidMojo;
import com.jayway.maven.plugins.android.common.AndroidExtension;
import com.jayway.maven.plugins.android.common.XmlHelper;
import com.jayway.maven.plugins.android.configuration.Manifest;
import org.ap... | ManifestUpdateMojo:
Added null checks for writing the xml version/encoding. This is needed when updating a Merged manifest at build time. e.g. - updating the versionName with a build timestamp.
| src/main/java/com/jayway/maven/plugins/android/standalonemojos/ManifestUpdateMojo.java | ManifestUpdateMojo: Added null checks for writing the xml version/encoding. This is needed when updating a Merged manifest at build time. e.g. - updating the versionName with a build timestamp. | |
Java | apache-2.0 | 0be3b81acb1b59a0b402f2f62fcda7bd3696b86a | 0 | cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x | /*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | sandbox/src/org/springframework/web/flow/action/SetupFormAction.java | /*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | *** empty log message ***
git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@5385 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
| sandbox/src/org/springframework/web/flow/action/SetupFormAction.java | *** empty log message *** | |
Java | apache-2.0 | 8fa827d2ab9854f295345f5512c5d4a73ad99944 | 0 | acartapanis/camel,woj-i/camel,sabre1041/camel,royopa/camel,noelo/camel,pax95/camel,NickCis/camel,sebi-hgdata/camel,woj-i/camel,salikjan/camel,drsquidop/camel,satishgummadelli/camel,eformat/camel,joakibj/camel,lasombra/camel,curso007/camel,eformat/camel,erwelch/camel,ekprayas/camel,YMartsynkevych/camel,koscejev/camel,ek... | /**
* 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... | camel-core/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.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... | CAMEL-5175: Added utilization stats to type converter registry which is also accessible from JMX.
git-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@1326526 13f79535-47bb-0310-9956-ffa450edef68
| camel-core/src/main/java/org/apache/camel/impl/converter/BaseTypeConverterRegistry.java | CAMEL-5175: Added utilization stats to type converter registry which is also accessible from JMX. | |
Java | apache-2.0 | dc148db8a95b9b36d999fcde542f9dbcc4ccae03 | 0 | dernasherbrezon/r2cloud,dernasherbrezon/r2cloud | package ru.r2cloud;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import org.slf4j.Logger;
import org.slf4j.L... | src/main/java/ru/r2cloud/RtlSdrStatusDao.java | package ru.r2cloud;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import org.slf4j.Logger;
import org.slf4j.L... | fixing code smells | src/main/java/ru/r2cloud/RtlSdrStatusDao.java | fixing code smells | |
Java | bsd-3-clause | 74bb5635380bcf1cfe2287531eb0db65f4c08143 | 0 | EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal | package se.lu.esss.ics.jels.model.elem.jels;
import se.lu.esss.ics.jels.smf.impl.ESSFieldMap;
import se.lu.esss.ics.jels.tools.math.TTFIntegrator;
import xal.model.IElement;
import xal.model.IProbe;
import xal.model.ModelException;
import xal.model.elem.ElementSeq;
import xal.model.elem.IdealDrift;
import xal.sim.scen... | extensions/jels/src/main/java/se/lu/esss/ics/jels/model/elem/jels/FieldMapNCells.java | package se.lu.esss.ics.jels.model.elem.jels;
import se.lu.esss.ics.jels.smf.impl.ESSFieldMap;
import se.lu.esss.ics.jels.tools.math.TTFIntegrator;
import xal.model.IElement;
import xal.model.IProbe;
import xal.model.ModelException;
import xal.model.elem.ElementSeq;
import xal.model.elem.IdealDrift;
import xal.sim.scen... | OXAL-421 setting position of ncells
| extensions/jels/src/main/java/se/lu/esss/ics/jels/model/elem/jels/FieldMapNCells.java | OXAL-421 setting position of ncells | |
Java | mit | 21a48268ee7aefc043b946988f592c0dc79f3884 | 0 | gencer/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,Haehnchen/idea-ph... | package fr.adrienbrault.idea.symfony2plugin.config.php;
import com.intellij.patterns.PlatformPatterns;
import com.intellij.psi.*;
import com.intellij.psi.util.PsiTreeUtil;
import com.intellij.util.ProcessingContext;
import com.jetbrains.php.lang.PhpLanguage;
import com.jetbrains.php.lang.psi.elements.*;
import fr.adr... | src/fr/adrienbrault/idea/symfony2plugin/config/php/PhpConfigReferenceContributor.java | package fr.adrienbrault.idea.symfony2plugin.config.php;
import com.intellij.patterns.PlatformPatterns;
import com.intellij.psi.*;
import com.intellij.psi.util.PsiTreeUtil;
import com.intellij.util.ProcessingContext;
import com.jetbrains.php.lang.PhpLanguage;
import com.jetbrains.php.lang.psi.elements.*;
import fr.adr... | fix autocomplete and goto is missing for service ids in DefinitionDecorator #667
| src/fr/adrienbrault/idea/symfony2plugin/config/php/PhpConfigReferenceContributor.java | fix autocomplete and goto is missing for service ids in DefinitionDecorator #667 | |
Java | mit | 8f6dc8197a0bdb1b06e384acaf6eac1cb7c71669 | 0 | jenkinsci/github-plugin,jenkinsci/github-plugin,jenkinsci/github-plugin | package org.jenkinsci.plugins.github.admin;
import com.cloudbees.jenkins.GitHubRepositoryName;
import com.google.common.collect.ImmutableMap;
import hudson.BulkChange;
import hudson.Extension;
import hudson.XmlFile;
import hudson.model.AdministrativeMonitor;
import hudson.model.ManagementLink;
import hudson.model.Save... | src/main/java/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor.java | package org.jenkinsci.plugins.github.admin;
import com.cloudbees.jenkins.GitHubRepositoryName;
import com.google.common.collect.ImmutableMap;
import hudson.BulkChange;
import hudson.Extension;
import hudson.XmlFile;
import hudson.model.AdministrativeMonitor;
import hudson.model.ManagementLink;
import hudson.model.Save... | Add Webhook register problem to Troubleshooting
Jenkins is adding categories to MagagementLink to group item.
This change adds the webhook problem item to the "Troubleshooting" category.
see https://github.com/jenkinsci/jenkins/pull/4546
see https://github.com/jenkinsci/script-security-plugin/pull/302
| src/main/java/org/jenkinsci/plugins/github/admin/GitHubHookRegisterProblemMonitor.java | Add Webhook register problem to Troubleshooting | |
Java | epl-1.0 | 7b2f0d01d16ef2505ebf7f6d8d1423c627e325bb | 0 | floralvikings/jenjin | package com.jenjinstudios.server.sql;
import com.jenjinstudios.core.util.Hash;
import com.jenjinstudios.server.net.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import static java.sql.ResultSet.*;
/**
* The SQLHandler class is responsi... | jenjin-core-server/src/main/java/com/jenjinstudios/server/sql/Authenticator.java | package com.jenjinstudios.server.sql;
import com.jenjinstudios.core.util.Hash;
import com.jenjinstudios.server.net.User;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import static java.sql.ResultSet.CONCUR_UPDATABLE;
import static java.sql.Re... | Added makePropertiesQuery method
| jenjin-core-server/src/main/java/com/jenjinstudios/server/sql/Authenticator.java | Added makePropertiesQuery method | |
Java | mpl-2.0 | 5343577f0ce857fd764a4b0cfd4fc68f3fb41ea2 | 0 | GreenDelta/epd-editor,GreenDelta/epd-editor,GreenDelta/epd-editor | package epd.model.qmeta;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.openlca.ilcd.commons.Other;
import org.openlca.ilcd.processes.AdminInfo;
import org.openlca.ilcd.processes.Modelling;
import org.openlca.ilcd.processes.Process;
import org.o... | src/epd/model/qmeta/QMetaData.java | package epd.model.qmeta;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.openlca.ilcd.commons.Other;
import org.openlca.ilcd.processes.AdminInfo;
import org.openlca.ilcd.processes.Modelling;
import org.openlca.ilcd.processes.Process;
import org.o... | does this fixes the following error?
org.w3c.dom.DOMException: WRONG_DOCUMENT_ERR: A node is used in a
different document than the one that created it | src/epd/model/qmeta/QMetaData.java | does this fixes the following error? | |
Java | agpl-3.0 | 42c4dbb0ffb0f61e13425299ec913975f908efb6 | 0 | kelvinmbwilo/vims,vimsvarcode/elmis,vimsvarcode/elmis,OpenLMIS/open-lmis,USAID-DELIVER-PROJECT/elmis,vimsvarcode/elmis,OpenLMIS/open-lmis,joshzamor/open-lmis,OpenLMIS/open-lmis,joshzamor/open-lmis,jasolangi/jasolangi.github.io,vimsvarcode/elmis,USAID-DELIVER-PROJECT/elmis,OpenLMIS/open-lmis,jasolangi/jasolangi.github.i... | /*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, eith... | test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/DistributionPage.java | /*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, eith... | Raman - Fixed smoke test message
| test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/DistributionPage.java | Raman - Fixed smoke test message | |
Java | agpl-3.0 | a9eeb2bbbc1c3e1268e788915808b61953c733b6 | 0 | acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | src/scheduler/src/org/ow2/proactive/scheduler/descriptor/JobDescriptorImpl.java | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | SCHEDULING-1247
git-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@19887 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/scheduler/src/org/ow2/proactive/scheduler/descriptor/JobDescriptorImpl.java | SCHEDULING-1247 | |
Java | agpl-3.0 | 4ac8faef7bc98e06f73698f239c03b014da3426f | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 1ba658e2-2e61-11e5-9284-b827eb9e62be | hello.java | 1ba0f514-2e61-11e5-9284-b827eb9e62be | 1ba658e2-2e61-11e5-9284-b827eb9e62be | hello.java | 1ba658e2-2e61-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 1ef0ef11e7ac4e538e35eeeaf4bf2eeb8f4a418c | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.api.query.codegen;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.intermine.api.template.TemplateQuery;
import org.intermine.objectstore.query.ConstraintOp;
import org.intermi... | intermine/api/main/src/org/intermine/api/query/codegen/WebservicePythonCodeGenerator.java | package org.intermine.api.query.codegen;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.intermine.api.template.TemplateQuery;
import org.intermine.objectstore.query.ConstraintOp;
import org.intermi... | Fixed help link
Former-commit-id: 8d4f8be766fc16da58a444bf16682476c28fbb4c | intermine/api/main/src/org/intermine/api/query/codegen/WebservicePythonCodeGenerator.java | Fixed help link | |
Java | apache-2.0 | 3835b4bda7e54b081b5fc7d45dc96e9c20edc297 | 0 | facebookarchive/hive-dwrf,electrum/hive-dwrf,skinzer/hive-dwrf,facebook/hive-dwrf | /**
* 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... | VENDOR.hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/IntDictionaryEncoder.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... | [ORC] Better estimate of memory used by numeric hash maps
Summary:
The Long2IntOpenHashMap uses at least one long, one int, and one boolean for each entry in the hash map (actually one per bucket).
Right now we just estimate it as one int per entry, updating it to be one long, one int, and one boolean.
Test Plan:
Ra... | VENDOR.hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/orc/IntDictionaryEncoder.java | [ORC] Better estimate of memory used by numeric hash maps | |
Java | apache-2.0 | fd0935ecb90c8e058a812ee6309286760f49dedd | 0 | deltaprojects/druid,nishantmonu51/druid,pjain1/druid,mangeshpardeshiyahoo/druid,du00cs/druid,yaochitc/druid-dev,implydata/druid,solimant/druid,potto007/druid-avro,pjain1/druid,andy256/druid,b-slim/druid,praveev/druid,Fokko/druid,jon-wei/druid,KurtYoung/druid,mghosh4/druid,friedhardware/druid,mangeshpardeshiyahoo/druid,... | /*
* Druid - a distributed column store.
* Copyright 2012 - 2015 Metamarkets Group Inc.
*
* 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-... | processing/src/main/java/io/druid/segment/incremental/SpatialDimensionRowTransformer.java | /*
* Druid - a distributed column store.
* Copyright 2012 - 2015 Metamarkets Group Inc.
*
* 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-... | fix spatial dimension transformer to work with hadoop
| processing/src/main/java/io/druid/segment/incremental/SpatialDimensionRowTransformer.java | fix spatial dimension transformer to work with hadoop | |
Java | apache-2.0 | b289649191eee916ceee82ae89ef2e31e2a13a54 | 0 | AArhin/head,AArhin/head,maduhu/head,maduhu/head,AArhin/head,AArhin/head,jpodeszwik/mifos,jpodeszwik/mifos,jpodeszwik/mifos,jpodeszwik/mifos,maduhu/head,maduhu/head,AArhin/head,maduhu/head | /*
* Copyright (c) 2005-2011 Grameen Foundation USA
* 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
*
* Unl... | application/src/main/java/org/mifos/accounts/savings/struts/action/SavingsAction.java | /*
* Copyright (c) 2005-2011 Grameen Foundation USA
* 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
*
* Unl... | MIFOS-5209: Fixed retrieving savings.
| application/src/main/java/org/mifos/accounts/savings/struts/action/SavingsAction.java | MIFOS-5209: Fixed retrieving savings. | |
Java | apache-2.0 | ec04626de40d35e3c8370ca65cca0143d1a4714c | 0 | mjanicek/rembulan,kroepke/luna | package net.sandius.rembulan.compiler.gen;
import net.sandius.rembulan.compiler.gen.block.AccountingNode;
import net.sandius.rembulan.compiler.gen.block.Branch;
import net.sandius.rembulan.compiler.gen.block.Capture;
import net.sandius.rembulan.compiler.gen.block.Entry;
import net.sandius.rembulan.compiler.gen.block.E... | rembulan-compiler/src/main/java/net/sandius/rembulan/compiler/gen/CompiledPrototype.java | package net.sandius.rembulan.compiler.gen;
import net.sandius.rembulan.compiler.gen.block.AccountingNode;
import net.sandius.rembulan.compiler.gen.block.Branch;
import net.sandius.rembulan.compiler.gen.block.Capture;
import net.sandius.rembulan.compiler.gen.block.Entry;
import net.sandius.rembulan.compiler.gen.block.E... | Removing unused code.
| rembulan-compiler/src/main/java/net/sandius/rembulan/compiler/gen/CompiledPrototype.java | Removing unused code. | |
Java | apache-2.0 | e8dd05619b401ebc5bb3ff2eb94c5368c33bb733 | 0 | mposolda/keycloak,ahus1/keycloak,abstractj/keycloak,thomasdarimont/keycloak,ahus1/keycloak,stianst/keycloak,mposolda/keycloak,chameleon82/keycloak,stianst/keycloak,ssilvert/keycloak,thomasdarimont/keycloak,almighty/keycloak,mposolda/keycloak,abstractj/keycloak,raehalme/keycloak,hmlnarik/keycloak,ssilvert/keycloak,renep... | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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... | core/src/main/java/org/keycloak/representations/adapters/config/PolicyEnforcerConfig.java | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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... | KEYCLOAK-3796 : add missing setters
| core/src/main/java/org/keycloak/representations/adapters/config/PolicyEnforcerConfig.java | KEYCLOAK-3796 : add missing setters | |
Java | apache-2.0 | de5b4cfd6526f7321626d038de9242efa2622280 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2017, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | values/src/main/java/org/spine3/net/Urls.java | /*
* Copyright 2017, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | Change wrapping in `Urls`
| values/src/main/java/org/spine3/net/Urls.java | Change wrapping in `Urls` | |
Java | apache-2.0 | 22ad0ebea5fbefcd13026641d7b1ae48ecd56cc0 | 0 | kalaspuffar/pdfbox,apache/pdfbox,apache/pdfbox,kalaspuffar/pdfbox | /*
* 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 ... | examples/src/main/java/org/apache/pdfbox/examples/signature/CreateEmptySignatureForm.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 ... | PDFBOX-3373: add signature field to acroform field list
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1747420 13f79535-47bb-0310-9956-ffa450edef68
| examples/src/main/java/org/apache/pdfbox/examples/signature/CreateEmptySignatureForm.java | PDFBOX-3373: add signature field to acroform field list | |
Java | apache-2.0 | 06a4dfff16647c57f3ad83f46dda79f8e5e9b310 | 0 | awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a... | import com.example.dynamodb.*;
import org.junit.jupiter.api.*;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.dynamodb.DynamoDbClient;
import software.amazon.awssdk.services.dynamodb.model.*;
import java.io.*;
import java.util.*;
import java.util.concurrent.TimeUnit;
import static... | javav2/example_code/dynamodb/src/test/java/AWSDynamoServiceIntegrationTest.java | import com.example.dynamodb.*;
import org.junit.jupiter.api.*;
import software.amazon.awssdk.regions.Region;
import software.amazon.awssdk.services.dynamodb.DynamoDbClient;
import software.amazon.awssdk.services.dynamodb.model.*;
import java.io.*;
import java.util.*;
import java.util.concurrent.TimeUnit;
import static... | Update AWSDynamoServiceIntegrationTest.java | javav2/example_code/dynamodb/src/test/java/AWSDynamoServiceIntegrationTest.java | Update AWSDynamoServiceIntegrationTest.java | |
Java | apache-2.0 | ded7a2275ff3d4687e72535f9b1f2370fecdb939 | 0 | projectbuendia/buendia,projectbuendia/buendia,projectbuendia/buendia,projectbuendia/buendia,projectbuendia/buendia | // Copyright 2015 The Project Buendia Authors
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at: http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | openmrs/omod/src/main/java/org/projectbuendia/openmrs/web/controller/PrintCharts.java | // Copyright 2015 The Project Buendia Authors
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at: http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | Cleanup for Patient Chart Printing.
- Genericise logic so it works for all charts with one function. Note that charts that use all tiles
look like normal patient charts now, but all the data is still legit. We could fix this
longer-term if required, but it doesn't seem like a big deal to me.
- Remove lots of code.... | openmrs/omod/src/main/java/org/projectbuendia/openmrs/web/controller/PrintCharts.java | Cleanup for Patient Chart Printing. | |
Java | apache-2.0 | 96b88e6691d2ce638186245b18c9bd326b4ad7b1 | 0 | amsa-code/detection | package au.gov.amsa.detection.behaviour;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.util.Date;
import org.junit.Test;
import au.gov.amsa.detection.model.Detection;
import au.gov.am... | src/test/java/au/gov/amsa/detection/behaviour/DetectionRuleBehaviourTest.java | package au.gov.amsa.detection.behaviour;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.util.Date;
import org.junit.Test;
import au.gov.amsa.detection.model.Detection;
import au.gov.am... | add tests for Detection Rule behaviour
| src/test/java/au/gov/amsa/detection/behaviour/DetectionRuleBehaviourTest.java | add tests for Detection Rule behaviour | |
Java | apache-2.0 | 73a85f5359bd59a3c3f8f98c3aba33c5179a3dd6 | 0 | bstopp/acs-aem-commons,Adobe-Consulting-Services/acs-aem-commons,SachinMali/acs-aem-commons,SachinMali/acs-aem-commons,SachinMali/acs-aem-commons,Adobe-Consulting-Services/acs-aem-commons,Adobe-Consulting-Services/acs-aem-commons,Adobe-Consulting-Services/acs-aem-commons,bstopp/acs-aem-commons,dfoerderreuther/acs-aem-c... | /*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2015 Adobe
* %%
* 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... | bundle/src/main/java/com/adobe/acs/commons/httpcache/config/impl/keys/KeyValueCacheKey.java | /*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2015 Adobe
* %%
* 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... | a little too aggressive with cleanup :(
| bundle/src/main/java/com/adobe/acs/commons/httpcache/config/impl/keys/KeyValueCacheKey.java | a little too aggressive with cleanup :( | |
Java | apache-2.0 | df6d8efacd7d4bb9e6969df5c38f5577a7e361c5 | 0 | SSEHUB/EASyProducer,SSEHUB/EASyProducer,SSEHUB/EASyProducer | /*
* Copyright 2009-2015 University of Hildesheim, Software Systems Engineering
*
* 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
*
* ... | Plugins/VarModel/Utils/src/net/ssehub/easy/basics/modelManagement/ModelManagement.java | /*
* Copyright 2009-2015 University of Hildesheim, Software Systems Engineering
*
* 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
*
* ... | Removed bug introduced by me, improved java doc for the same part. | Plugins/VarModel/Utils/src/net/ssehub/easy/basics/modelManagement/ModelManagement.java | Removed bug introduced by me, improved java doc for the same part. | |
Java | apache-2.0 | c724dacb496acadbe6aa931f58f231d55aa7c14b | 0 | binfalse/incubator-taverna-language,binfalse/incubator-taverna-language,binfalse/incubator-taverna-language,binfalse/incubator-taverna-language | package org.apache.taverna.tavlang.test;
/*
* 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 Lic... | taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestStats.java | package org.apache.taverna.tavlang.test;
/*
* 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 Lic... | Test stats | taverna-language-commandline/src/test/java/org/apache/taverna/tavlang/test/TestStats.java | Test stats | |
Java | apache-2.0 | 280d5ff7b9f3d62d08c49c86c553cb6269b32fe6 | 0 | Cognifide/knotx,Cognifide/knotx | /*
* Copyright (C) 2016 Cognifide Limited
*
* 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 ... | knotx-core/src/main/java/io/knotx/repository/http/HttpRepositoryConnectorProxyImpl.java | /*
* Copyright (C) 2016 Cognifide Limited
*
* 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 ... | 4xx, 5xx response logging - log request URL
| knotx-core/src/main/java/io/knotx/repository/http/HttpRepositoryConnectorProxyImpl.java | 4xx, 5xx response logging - log request URL | |
Java | apache-2.0 | 07ddb2f623a6d5ecb0f8abe467f1fd1572eef34d | 0 | Novartis/YADA,Novartis/YADA,Novartis/YADA,Novartis/YADA | /**
* Copyright 2016 Novartis Institutes for BioMedical Research Inc.
* 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 ... | yada-api/src/main/java/com/novartis/opensource/yada/QueryManager.java | /**
* Copyright 2016 Novartis Institutes for BioMedical Research Inc.
* 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 ... | Enabled querymanager's releaseResources to close connections too for #82
| yada-api/src/main/java/com/novartis/opensource/yada/QueryManager.java | Enabled querymanager's releaseResources to close connections too for #82 | |
Java | apache-2.0 | 2b7f0446c18c78a8f04b4771de89c311ccb971de | 0 | caskdata/cdap,anthcp/cdap,chtyim/cdap,hsaputra/cdap,mpouttuclarke/cdap,hsaputra/cdap,caskdata/cdap,hsaputra/cdap,mpouttuclarke/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,caskdata/cdap,chtyim/cdap,anthcp/cdap,mpouttuclarke/cdap,mpouttuclarke/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,chtyim/cdap,hsaputra/cdap,chtyim/cda... | /*
* Copyright 2012-2013 Continuuity,Inc. All Rights Reserved.
*/
package com.continuuity.internal.app.services;
import com.continuuity.api.ApplicationSpecification;
import com.continuuity.api.annotation.ProcessInput;
import com.continuuity.api.batch.MapReduceSpecification;
import com.continuuity.api.data.OperationEx... | app-fabric/src/main/java/com/continuuity/internal/app/services/DefaultAppFabricService.java | /*
* Copyright 2012-2013 Continuuity,Inc. All Rights Reserved.
*/
package com.continuuity.internal.app.services;
import com.continuuity.api.ApplicationSpecification;
import com.continuuity.api.annotation.ProcessInput;
import com.continuuity.api.batch.MapReduceSpecification;
import com.continuuity.api.data.OperationEx... | Update doc
| app-fabric/src/main/java/com/continuuity/internal/app/services/DefaultAppFabricService.java | Update doc | |
Java | apache-2.0 | 84dd2885bd78a83047166299f65ccf95800224ac | 0 | searchisko/searchisko,ollyjshaw/searchisko,ollyjshaw/searchisko,ollyjshaw/searchisko,searchisko/searchisko,searchisko/searchisko | /*
* JBoss, Home of Professional Open Source
* Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @authors tag. All rights reserved.
*/
package org.searchisko.api.security.util;
import java.io.IOException;
import java.security.Principal;
import java.util.Set;
import ja... | api/src/main/java/org/searchisko/api/security/util/ActualRolesRequestWrapperFilter.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @authors tag. All rights reserved.
*/
package org.searchisko.api.security.util;
import java.io.IOException;
import java.security.Principal;
import java.util.Set;
import ja... | Do not create new session by mistake.
Symptom: java.lang.IllegalStateException: JBWEB000209: Session creation failed due to too many active sessions
| api/src/main/java/org/searchisko/api/security/util/ActualRolesRequestWrapperFilter.java | Do not create new session by mistake. | |
Java | apache-2.0 | 0827b2b7a2b7f354d25b83e44865ae83d7baf0cf | 0 | iBotPeaches/Apktool,pwelyn/Apktool,iBotPeaches/Apktool,pwelyn/Apktool | /**
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.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... | brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java | /**
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.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... | aapt2: read the type spec and infer if sparsely packed
| brut.apktool/apktool-lib/src/main/java/brut/androlib/res/decoder/ARSCDecoder.java | aapt2: read the type spec and infer if sparsely packed | |
Java | apache-2.0 | 75d916d4b9fe29ffb516ea8aed7131e57347d7d3 | 0 | Talend/components,Talend/components | package org.talend.components.splunk;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import org.apache.avro.Schema;
import org.apache.avro.Schema.Field;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ErrorCollector;
import org.j... | components-splunk/src/test/java/org/talend/components/splunk/TSplunkEventCollectorTestIT.java | package org.talend.components.splunk;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Inject;
import org.apache.avro.Schema;
import org.apache.avro.Schema.Field;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ErrorCollector;
import org.j... | TDKN-35 : adapted splunk with generics.
| components-splunk/src/test/java/org/talend/components/splunk/TSplunkEventCollectorTestIT.java | TDKN-35 : adapted splunk with generics. | |
Java | mit | 7c957b33e5459767efdd2d1a759ff4e53fc9522f | 0 | lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus | package org.lamport.tla.toolbox.tool.tlc.output;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.ui.editors.text.FileDocumentProvider;
import org.eclipse.ui.par... | org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/output/LogFileReader.java | package org.lamport.tla.toolbox.tool.tlc.output;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.ui.editors.text.FileDocumentProvider;
import org.eclipse.ui.par... | NEW - bug 151:
org.lamport.tla.toolbox.tool.tlc.output.source.TagBasedTLCOutputIncrementalParser
does not scale for large output
http://bugzilla.tlaplus.net/show_bug.cgi?id=151
- Comment added
git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@22169 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
| org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/output/LogFileReader.java | NEW - bug 151: org.lamport.tla.toolbox.tool.tlc.output.source.TagBasedTLCOutputIncrementalParser does not scale for large output http://bugzilla.tlaplus.net/show_bug.cgi?id=151 - Comment added | |
Java | mit | f15675e08356f0bd3b5ff8b900942a72e585f3b9 | 0 | aemreunal/iBeaconServer,aemreunal/iBeaconServer | package com.aemreunal.service;
import java.util.ArrayList;
import java.util.List;
import javax.validation.ConstraintViolationException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import c... | src/main/java/com/aemreunal/service/BeaconService.java | package com.aemreunal.service;
import java.util.ArrayList;
import java.util.List;
import javax.validation.ConstraintViolationException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import c... | Check whether project is null, rather than ID.
| src/main/java/com/aemreunal/service/BeaconService.java | Check whether project is null, rather than ID. | |
Java | mit | 6446bf6642bacb2eaee41894133c0c6bb6fa0ce8 | 0 | codecentric/conference-app,codecentric/conference-app,codecentric/conference-app,codecentric/conference-app,codecentric/conference-app | package org.ale.app;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
public class TwitterLinkCreatorTest {
private String twitterAddress;
@Before
public void setup(){
twitterAddress = "<a href=\"http://twitter.com/";
}
@Test
public void sh... | thot-app/src/test/java/org/ale/app/TwitterLinkCreatorTest.java | package org.ale.app;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
public class TwitterLinkCreatorTest {
private String twitterAddress;
@Before
public void setup(){
twitterAddress = "<a href=\"http://twitter.com/";
}
@Test
public void sh... | Refactor tests: extracted the last twitter address to the field
| thot-app/src/test/java/org/ale/app/TwitterLinkCreatorTest.java | Refactor tests: extracted the last twitter address to the field | |
Java | mit | 129b1563c7e5821acb15c8496f1e26b5776a0a52 | 0 | BigXplosion/Quadrum-2 | package dmillerw.quadrum.common.lib.data;
import cpw.mods.fml.common.registry.GameData;
import net.minecraft.item.Item;
import net.minecraft.util.MathHelper;
import java.util.Random;
/**
* @author dmillerw
*/
public class Drop {
private static Random random = new Random();
private Item dropItem;
pub... | src/main/java/dmillerw/quadrum/common/lib/data/Drop.java | package dmillerw.quadrum.common.lib.data;
import cpw.mods.fml.common.registry.GameData;
import net.minecraft.item.Item;
import net.minecraft.util.MathHelper;
import java.util.Random;
/**
* @author dmillerw
*/
public class Drop {
private static Random random = new Random();
private Item dropItem;
pub... | Add default drop item string to prevent NPE
| src/main/java/dmillerw/quadrum/common/lib/data/Drop.java | Add default drop item string to prevent NPE | |
Java | mit | 634795f795f76ab6fa4224d552043a0691d70361 | 0 | jeranvier/toolbox | package jeranvier.math.timeseries;
import java.io.Serializable;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Queue;
import java.util.SortedMap;
import java.util.TreeMap;
import java.util.concurrent.ArrayBlockingQueue;
import jeranvier.math.linearAlgebra.Matrix;
import... | src/jeranvier/math/timeseries/Timeseries.java | package jeranvier.math.timeseries;
import java.io.Serializable;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Queue;
import java.util.SortedMap;
import java.util.TreeMap;
import java.util.concurrent.ArrayBlockingQueue;
import jeranvier.math.linearAlgebra.Matrix;
import... | change Double to double to 1/avoid boxing unboxing and 2/ play more friendly with rest of code
| src/jeranvier/math/timeseries/Timeseries.java | change Double to double to 1/avoid boxing unboxing and 2/ play more friendly with rest of code | |
Java | mit | 0d25efca28e1e7d9ac5fae659617270cc9b2897e | 0 | niteshpatel/ministocks | /*
The MIT License
Copyright (c) 2013 Nitesh Patel http://niteshpatel.github.io/ministocks
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 limitation t... | src/nitezh/ministock/activities/PreferencesActivity.java | /*
The MIT License
Copyright (c) 2013 Nitesh Patel http://niteshpatel.github.io/ministocks
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 limitation t... | Update change log
| src/nitezh/ministock/activities/PreferencesActivity.java | Update change log | |
Java | mit | 041f47ff88e363e8e00cecbd0a3b8e7a227a9d3f | 0 | frc-862/SummerSirius,frc-862/SummerSirius,frc-862/SummerSirius | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | src/org/usfirst/frc862/sirius/subsystems/DriveTrain.java | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | Use fused logic when available
| src/org/usfirst/frc862/sirius/subsystems/DriveTrain.java | Use fused logic when available | |
Java | mit | 64c1fb876352495fcaec85702f270b9876537b82 | 0 | v1v/jenkins,DanielWeber/jenkins,daniel-beck/jenkins,Jochen-A-Fuerbacher/jenkins,bkmeneguello/jenkins,patbos/jenkins,recena/jenkins,v1v/jenkins,MarkEWaite/jenkins,pjanouse/jenkins,viqueen/jenkins,andresrc/jenkins,oleg-nenashev/jenkins,damianszczepanik/jenkins,recena/jenkins,sathiya-mit/jenkins,MarkEWaite/jenkins,rsandel... | /*
* The MIT License
*
* Copyright (c) 2018, CloudBees, Inc.
*
* 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 limitation the rights
* to use, c... | core/src/main/java/jenkins/security/apitoken/ApiTokenStore.java | /*
* The MIT License
*
* Copyright (c) 2018, CloudBees, Inc.
*
* 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 limitation the rights
* to use, c... | Use "Object readResolve()" in API token properties | core/src/main/java/jenkins/security/apitoken/ApiTokenStore.java | Use "Object readResolve()" in API token properties | |
Java | mit | 71e59c94dda97d54b142e98c0a611e3312266bc4 | 0 | forabi/cabinet | package com.afollestad.cabinet.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.Activi... | app/src/main/java/com/afollestad/cabinet/utils/Utils.java | package com.afollestad.cabinet.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.Activi... | Sharing should now work from remote directories (it will download the file before attempting to send the share intent).
| app/src/main/java/com/afollestad/cabinet/utils/Utils.java | Sharing should now work from remote directories (it will download the file before attempting to send the share intent). | |
Java | mit | a6714fe86e7eafb7956c51ec6b45a54d9e0fa0ee | 0 | meemsbror/DAT255,meemsbror/DAT255,meemsbror/DAT255 | package gruppn.kasslr.model;
import org.json.JSONArray;
import org.json.JSONException;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import gruppn.kasslr.R;
import gruppn.kasslr.VocabularyFeedViewHolder;
public class Vocabulary {
private User user;
private int id;
private ... | KasslR/app/src/main/java/gruppn/kasslr/model/Vocabulary.java | package gruppn.kasslr.model;
import org.json.JSONArray;
import org.json.JSONException;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import gruppn.kasslr.R;
import gruppn.kasslr.VocabularyFeedViewHolder;
public class Vocabulary {
private User user;
private int id;
private ... | Fixed some bugs reported by findbugs
| KasslR/app/src/main/java/gruppn/kasslr/model/Vocabulary.java | Fixed some bugs reported by findbugs | |
Java | epl-1.0 | c90d490244770e5231311cf3604fb2de6fdd4a25 | 0 | Nasdanika/server,Nasdanika/server,Nasdanika/server | package org.nasdanika.cdo.scheduler;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.emf.cdo.CDOLock;
import org.eclipse.emf.cdo.eresource.CDOResource;
import org.eclipse.emf.cdo.transaction.CDOTransaction;
import org.eclipse.emf.ecore.EObject;
import org.nasdanika.cdo... | org.nasdanika.cdo.scheduler/src/org/nasdanika/cdo/scheduler/ResourceTaskContainerSchedulerComponent.java | package org.nasdanika.cdo.scheduler;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.eclipse.emf.cdo.CDOLock;
import org.eclipse.emf.cdo.eresource.CDOResource;
import org.eclipse.emf.cdo.transaction.CDOTransaction;
import org.eclipse.emf.ecore.EObject;
import org.nasdanika.cdo... | Lock timeout. | org.nasdanika.cdo.scheduler/src/org/nasdanika/cdo/scheduler/ResourceTaskContainerSchedulerComponent.java | Lock timeout. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.