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 | c5bc80adaf9adf9a330e5274f85a0ff923f3e82a | 0 | IWSDevelopers/iws,IWSDevelopers/iws | /*
* =============================================================================
* Copyright 1998-2014, IAESTE Internet Development Team. All rights reserved.
* ----------------------------------------------------------------------------
* Project: IntraWeb Services (iws-client) - net.iaeste.iws.client.exchange.S... | iws-client/src/test/java/net/iaeste/iws/client/exchange/StudentTest.java | /*
* =============================================================================
* Copyright 1998-2014, IAESTE Internet Development Team. All rights reserved.
* ----------------------------------------------------------------------------
* Project: IntraWeb Services (iws-client) - net.iaeste.iws.client.exchange.S... | Ignoring failing test.
I've quite a few changes. The test is failing due to some other changes elsewhere. So for now, I've set it to Ignored so it can be fixed separately without compromising the build stability.
| iws-client/src/test/java/net/iaeste/iws/client/exchange/StudentTest.java | Ignoring failing test. | |
Java | apache-2.0 | 9970f96ec009848b4b6302ece54d8f919c3e9c09 | 0 | kevinsawicki/maven-android-plugin,kedzie/maven-android-plugin,psorobka/android-maven-plugin,CJstar/android-maven-plugin,CJstar/android-maven-plugin,greek1979/maven-android-plugin,hgl888/android-maven-plugin,psorobka/android-maven-plugin,secondsun/maven-android-plugin,mitchhentges/android-maven-plugin,repanda/android-ma... | /*
* Copyright (C) 2009 Jayway AB
*
* 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 ... | src/test/java/com/jayway/maven/plugins/android/AndroidSdkTest.java | /*
* Copyright (C) 2009 Jayway AB
*
* 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 ... | Added tests for AndroidSdk layout detection.
| src/test/java/com/jayway/maven/plugins/android/AndroidSdkTest.java | Added tests for AndroidSdk layout detection. | |
Java | apache-2.0 | de45cafb0f9eaa3bbac6bde4da065915f2c1c4c2 | 0 | kironapublic/vaadin,asashour/framework,Darsstar/framework,peterl1084/framework,synes/vaadin,fireflyc/vaadin,Legioth/vaadin,Legioth/vaadin,Peppe/vaadin,magi42/vaadin,carrchang/vaadin,shahrzadmn/vaadin,jdahlstrom/vaadin.react,travisfw/vaadin,mittop/vaadin,sitexa/vaadin,Legioth/vaadin,Scarlethue/vaadin,mstahv/framework,sy... | /*
@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.ui;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import com.google.gwt.... | src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java | /*
@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.ui;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import com.google.gwt.... | [merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices as it breaks androids with broken scrolltop and should be obsolete on touch devices anyway
svn changeset:23593/svn branch:6.8
| src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java | [merge from 6.7] Skipping "scroll selected/focused row into view" on touch devices as it breaks androids with broken scrolltop and should be obsolete on touch devices anyway | |
Java | bsd-2-clause | e75c2bdd53befe5803e537624a9b81543f882b0d | 0 | marckoerner/oci,marckoerner/oci,marckoerner/oci | /**
*
*/
package oci.rom;
import java.net.InetAddress;
/**
* Generic interface for the implementation of a particular resource management environment
* @author Marc Koerner
*/
public interface GenericResourceManagment {
/**
* Validates if sufficient resources are available in order to start a new instance ... | oci-resource-manager/src/main/java/oci/rom/GenericResourceManagment.java | /**
*
*/
package oci.rom;
import java.net.InetAddress;
/**
* @author Marc Koerner
*
*/
public interface GenericResourceManagment {
public boolean resourcesAvailable();
public boolean startEdgeService();
public boolean stopEdgeService();
public InetAddress getEdgeServiceIP();
// public boolean e... | added javadoc for resource mgmt interface | oci-resource-manager/src/main/java/oci/rom/GenericResourceManagment.java | added javadoc for resource mgmt interface | |
Java | mit | 92b6360c16df152258b205c4072469cf4103bf23 | 0 | fr1kin/ForgeHax,fr1kin/ForgeHax | package com.matt.forgehax.asm.utils.remapping;
import bspkrs.mmv.*;
import com.matt.forgehax.asm.utils.ASMStackLogger;
import java.io.File;
import java.io.IOException;
import java.security.DigestException;
import java.security.NoSuchAlgorithmException;
/**
* Credits to bspkrs
*/
public class MCPMappingLoader {
... | src/main/java/com/matt/forgehax/asm/utils/remapping/MCPMappingLoader.java | package com.matt.forgehax.asm.utils.remapping;
import bspkrs.mmv.*;
import java.io.File;
import java.io.IOException;
import java.security.DigestException;
import java.security.NoSuchAlgorithmException;
/**
* Credits to bspkrs
*/
public class MCPMappingLoader {
private final File baseDir = new File(new File(Sys... | Added fix that happens when the website hosting the website is down. As long as the client has already downloaded the mappings everything should work fine.
| src/main/java/com/matt/forgehax/asm/utils/remapping/MCPMappingLoader.java | Added fix that happens when the website hosting the website is down. As long as the client has already downloaded the mappings everything should work fine. | |
Java | mit | 5d9454ed5ee02f8e56f9c164090a0ea5d16984ea | 0 | pshields/futility,pshields/futility | /** @file Brain.java
* Player agent's central logic and memory center.
*
* @author Team F(utility)
*/
package futility;
import java.util.ArrayDeque;
import java.util.HashMap;
import java.util.LinkedList;
/**
* Threaded class that contains the player agent's sensory data parsing and
* strategy computation algo... | src/futility/Brain.java | /** @file Brain.java
* Player agent's central logic and memory center.
*
* @author Team F(utility)
*/
package futility;
import java.util.ArrayDeque;
import java.util.HashMap;
import java.util.LinkedList;
/**
* Threaded class that contains the player agent's sensory data parsing and
* strategy computation algo... | refactored ball to getorcreate(b)
| src/futility/Brain.java | refactored ball to getorcreate(b) | |
Java | mit | ab7c5243d57648cf42cc0557688265fb09ad81be | 0 | sourcepulp/treespy | package com.sourcepulp.treespy.jse7;
import static java.nio.file.LinkOption.NOFOLLOW_LINKS;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_DELETE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY;
import static java.nio.file.S... | src/main/java/com/sourcepulp/treespy/jse7/TreeSpyJSE7StdLib.java | package com.sourcepulp.treespy.jse7;
import static java.nio.file.LinkOption.NOFOLLOW_LINKS;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_DELETE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY;
import static java.nio.file.S... | Fixed glob evaluation bug by comparing to fileName path instead of fully qualified path
| src/main/java/com/sourcepulp/treespy/jse7/TreeSpyJSE7StdLib.java | Fixed glob evaluation bug by comparing to fileName path instead of fully qualified path | |
Java | mit | 7a808ef1ac00e13d4bbff94314ac64b0a2ecc73b | 0 | Aikain/SleepDemocracy | package fi.gosu.mc.plugins.SleepDemocracy;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.*;
import org... | src/main/java/fi/gosu/mc/plugins/SleepDemocracy/SleepDemocracy.java | package fi.gosu.mc.plugins.SleepDemocracy;
import org.bukkit.Bukkit;
import org.bukkit.World;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.*;
import org... | Fix getting online players v3
| src/main/java/fi/gosu/mc/plugins/SleepDemocracy/SleepDemocracy.java | Fix getting online players v3 | |
Java | mit | 95e9561a58775917a3f571b841ad3e0f884a14f7 | 0 | antorof/jpa-listacorreos | package antoniotoro.practica2.cliente;
import java.awt.BorderLayout;
import java.awt.Dialog.ModalExclusionType;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.Act... | src/antoniotoro/practica2/cliente/Cliente.java | package antoniotoro.practica2.cliente;
import java.awt.BorderLayout;
import java.awt.Dialog.ModalExclusionType;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.Act... | Comprobación email y campos vacios Cliente.
| src/antoniotoro/practica2/cliente/Cliente.java | Comprobación email y campos vacios Cliente. | |
Java | mit | 965b46faa0fe34e7765fa3b8f2e53cdcf824a0b8 | 0 | dotdog20/SergBoat | /*
* MIT License
*
* Copyright (c) 2017 Frederik Ar. Mikkelsen
*
* 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,... | FredBoat/src/main/java/fredboat/command/util/CommandsCommand.java | /*
* MIT License
*
* Copyright (c) 2017 Frederik Ar. Mikkelsen
*
* 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,... | test Adaptive ,commands
| FredBoat/src/main/java/fredboat/command/util/CommandsCommand.java | test Adaptive ,commands | |
Java | mit | fe8c336bd0bbe6416342a71ae0bab5772fb8e39a | 0 | itenente/igv,igvteam/igv,amwenger/igv,godotgildor/igv,itenente/igv,itenente/igv,amwenger/igv,godotgildor/igv,itenente/igv,amwenger/igv,igvteam/igv,igvteam/igv,godotgildor/igv,igvteam/igv,godotgildor/igv,igvteam/igv,amwenger/igv,amwenger/igv,godotgildor/igv,itenente/igv | /*
* Copyright (c) 2007-2012 The Broad Institute, Inc.
* SOFTWARE COPYRIGHT NOTICE
* This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved.
*
* This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl... | src/org/broad/igv/track/TrackMenuUtils.java | /*
* Copyright (c) 2007-2012 The Broad Institute, Inc.
* SOFTWARE COPYRIGHT NOTICE
* This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved.
*
* This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl... | Put overlay tracks option into production
IGV-1979
| src/org/broad/igv/track/TrackMenuUtils.java | Put overlay tracks option into production | |
Java | mit | f4700fc337cb85fd2f28f9510337388815718746 | 0 | jourdanrodrigues/controk-android | package com.example.jourdanrodrigues.controk;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterV... | app/src/main/java/com/example/jourdanrodrigues/controk/MainActivity.java | package com.example.jourdanrodrigues.controk;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterV... | :fire: Remove useless statements.
| app/src/main/java/com/example/jourdanrodrigues/controk/MainActivity.java | :fire: Remove useless statements. | |
Java | mit | d07ee6be2cb8601239e32842dbe179725ee8682e | 0 | weihang7/WikipediaScorer | import WikipediaTemplateParser.info.bliki.wiki.filter.PlainTextConverter;
import WikipediaTemplateParser.info.bliki.wiki.model.WikiModel;
import java.util.*;
public class Tokenizer {
//Make a WikiModel at compile-time for rendering Wikipedia's templates.
static WikiModel wikiModel = new WikiModel("http://www.mywiki... | Tokenizer.java | import WikipediaTemplateParser.info.bliki.wiki.filter.PlainTextConverter;
import WikipediaTemplateParser.info.bliki.wiki.model.WikiModel;
import java.util.*;
public class Tokenizer {
static WikiModel wikiModel = new WikiModel("http://www.mywiki.com/wiki/${image}",
"http://www.mywiki.com/wiki/${title}");
... | Commented the Tokenizer.
| Tokenizer.java | Commented the Tokenizer. | |
Java | mit | 80aee65f3258dfa3f84f4f52a6695e61793e66ba | 0 | scoot-software/sms-server | /*
* Author: Scott Ware <scoot.software@gmail.com>
* Copyright (c) 2015 Scott Ware
*
* 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 lim... | src/main/java/com/scooter1556/sms/server/service/ScannerService.java | /*
* Author: Scott Ware <scoot.software@gmail.com>
* Copyright (c) 2015 Scott Ware
*
* 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 lim... | Scanning: Add 'Trailers' directory to excluded list
Signed-off-by: Scott Ware <236ca537f25019329d4c59ff2e5894dc25528a5c@gmail.com>
| src/main/java/com/scooter1556/sms/server/service/ScannerService.java | Scanning: Add 'Trailers' directory to excluded list | |
Java | lgpl-2.1 | 22d7cc5cfb310ae8d04c0f47d62fe99eb19229b3 | 0 | cfallin/soot,cfallin/soot,anddann/soot,plast-lab/soot,xph906/SootNew,xph906/SootNew,xph906/SootNew,anddann/soot,plast-lab/soot,mbenz89/soot,anddann/soot,mbenz89/soot,cfallin/soot,plast-lab/soot,xph906/SootNew,anddann/soot,mbenz89/soot,cfallin/soot,mbenz89/soot | package soot.toolkits.astmetrics;
import java.util.*;
import polyglot.ast.*;
import polyglot.visit.NodeVisitor;
public class StmtSumWeightedByDepth extends ASTMetric {
int currentDepth;
int sum;
int maxDepth;
int numNodes;
//int returnSum;
Stack labelNodesSoFar = new Stack();
ArrayList blocksWithA... | src/soot/toolkits/astmetrics/StmtSumWeightedByDepth.java | package soot.toolkits.astmetrics;
import polyglot.ast.*;
import polyglot.visit.NodeVisitor;
public class StmtSumWeightedByDepth extends ASTMetric {
int currentDepth;
int sum;
int maxDepth;
int returnSum;
public StmtSumWeightedByDepth(Node node){
super(node);
}
public void reset() {
// TODO Auto-ge... | Added Node counting
Added blocks in blocks depth complexity check
Removed return stmt depth sum
| src/soot/toolkits/astmetrics/StmtSumWeightedByDepth.java | Added Node counting Added blocks in blocks depth complexity check Removed return stmt depth sum | |
Java | lgpl-2.1 | 924d0bba7065445ca70c079a8ea2f153236a96b3 | 0 | MenoData/Time4J | package net.time4j.scale;
import net.time4j.Moment;
import net.time4j.PlainDate;
import net.time4j.PlainTime;
import net.time4j.PlainTimestamp;
import net.time4j.Platform;
import net.time4j.ZonalDateTime;
import net.time4j.format.TemporalFormatter;
import net.time4j.tz.Timezone;
import net.time4j.tz.ZonalOffset;
impor... | core/src/test/java/net/time4j/scale/ZonalDateTimeTest.java | package net.time4j.scale;
import net.time4j.Moment;
import net.time4j.PlainDate;
import net.time4j.PlainTime;
import net.time4j.PlainTimestamp;
import net.time4j.Platform;
import net.time4j.ZonalDateTime;
import net.time4j.format.TemporalFormatter;
import net.time4j.tz.Timezone;
import net.time4j.tz.ZonalOffset;
impor... | make test class suitable for Java 6
| core/src/test/java/net/time4j/scale/ZonalDateTimeTest.java | make test class suitable for Java 6 | |
Java | lgpl-2.1 | 85d49715791b71edeabc38edb85561477afaec5e | 0 | ebollens/ccnmp,ebollens/ccnmp,ebollens/ccnmp,cawka/ndnx,cawka/ndnx,svartika/ccnx,svartika/ccnx,svartika/ccnx,cawka/ndnx,cawka/ndnx,svartika/ccnx,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is ... | javasrc/src/org/ccnx/ccn/profiles/access/AccessControlManager.java | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is ... | Bug fix in AccessControlManager
| javasrc/src/org/ccnx/ccn/profiles/access/AccessControlManager.java | Bug fix in AccessControlManager | |
Java | unlicense | dfe2d47fa4874b01b7bd6b3761bb9e3d6536f07c | 0 | charlesmadere/smash-ranks-android | package com.garpr.android.data2;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.android.volley.toolbox.JsonObjectRequest;
import com.garpr.android.data.Settings;
import com.garpr.android.misc.Constants;
import com.garpr.android.models2.... | smash-ranks-android/app/src/main/java/com/garpr/android/data2/Matches.java | package com.garpr.android.data2;
import android.database.sqlite.SQLiteDatabase;
import com.garpr.android.misc.Constants;
public final class Matches {
static final String TAG = "Matches";
static void createTable(final SQLiteDatabase db) {
final String sql = "CREATE TABLE IF NOT EXISTS " + TAG ... | progress on implementing Match retrieval
| smash-ranks-android/app/src/main/java/com/garpr/android/data2/Matches.java | progress on implementing Match retrieval | |
Java | apache-2.0 | 8a6b2109e306de6c877f1b078ee836d9ba5c1406 | 0 | bazelbuild/intellij,bazelbuild/intellij,bazelbuild/intellij,bazelbuild/intellij,bazelbuild/intellij,bazelbuild/intellij,bazelbuild/intellij | /*
* Copyright 2017 The Bazel 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 required by a... | base/src/com/google/idea/blaze/base/plugin/BazelVersionChecker.java | /*
* Copyright 2017 The Bazel 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 required by a... | Automatic GitHub Sync with Copybara
PiperOrigin-RevId: 242464990
| base/src/com/google/idea/blaze/base/plugin/BazelVersionChecker.java | Automatic GitHub Sync with Copybara | |
Java | apache-2.0 | f85c56af54cd61b85fb9b577f91e1c5648122e4c | 0 | amaembo/streamex,manikitos/streamex | /*
* Copyright 2015 Tagir Valeev
*
* 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 ... | src/main/java/one/util/streamex/MoreCollectors.java | /*
* Copyright 2015 Tagir Valeev
*
* 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 ... | [#25] JavaDoc for commonPrefix/commonSuffix | src/main/java/one/util/streamex/MoreCollectors.java | [#25] JavaDoc for commonPrefix/commonSuffix | |
Java | apache-2.0 | 4b0bf8e29ba9485691d910dc53c244c2c6e967b8 | 0 | RackerWilliams/xercesj,jimma/xerces,jimma/xerces,ronsigal/xerces,RackerWilliams/xercesj,ronsigal/xerces,RackerWilliams/xercesj,ronsigal/xerces,jimma/xerces | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001-2003 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:
*
* 1. Redistributions of ... | src/org/apache/xerces/xinclude/XIncludeHandler.java | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001-2003 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:
*
* 1. Redistributions of ... | Fixing Bug #24318:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24318
Comments and PIs from the DTD should be directed to the DTDHandler.
git-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@319610 13f79535-47bb-0310-9956-ffa450edef68
| src/org/apache/xerces/xinclude/XIncludeHandler.java | Fixing Bug #24318: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24318 | |
Java | apache-2.0 | 7ef1a487927bc7c09e2270626e915b4940b1d7fc | 0 | smulikHakipod/MusiQ | import java.util.List;
public class Queue {
List<SongEntry> song_entries;
Integer current_song;
public SongEntry GetNext() {return null;}
public SongEntry GetPrevious() {return null;}
public SongEntry GetSong() {return null;}
public SongEntry GetSong(int pos) {return null;}
public void AddSong(SongEntry song) {... | App/Java/Core/src/Queue.java | import com.sun.tools.javac.util.List;
public class Queue {
List<SongEntry> song_entries;
Integer current_song;
public SongEntry GetNext() {return null;}
public SongEntry GetPrevious() {return null;}
public SongEntry GetSong() {return null;}
public SongEntry GetSong(int pos) {return null;}
public void AddSong(So... | using util instead of sun
| App/Java/Core/src/Queue.java | using util instead of sun | |
Java | apache-2.0 | 6f16c469563b221ff5d71a999f011475fad25882 | 0 | winningsix/hive,WANdisco/amplab-hive,asonipsl/hive,wisgood/hive,WANdisco/amplab-hive,winningsix/hive,winningsix/hive,winningsix/hive,WANdisco/amplab-hive,asonipsl/hive,WANdisco/amplab-hive,WANdisco/hive,wisgood/hive,wisgood/hive,WANdisco/amplab-hive,WANdisco/hive,wisgood/hive,wisgood/hive,asonipsl/hive,WANdisco/hive,WA... | /**
* 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... | ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashTableLoader.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... | HIVE-5808: broadcast join in tez discards duplicate records from the broadcasted table (Thejas M Nair via Gunther Hagleitner)
git-svn-id: 4e1464cfe7fb51a36d74cdb269026d9b896c8df9@1541369 13f79535-47bb-0310-9956-ffa450edef68
| ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashTableLoader.java | HIVE-5808: broadcast join in tez discards duplicate records from the broadcasted table (Thejas M Nair via Gunther Hagleitner) | |
Java | apache-2.0 | ba02b46e293931b7d44849b2d4126afdf3556b41 | 0 | apache/samza,prateekm/samza,apache/samza,prateekm/samza,abhishekshivanna/samza,apache/samza,prateekm/samza,prateekm/samza,lhaiesp/samza,lhaiesp/samza,abhishekshivanna/samza,apache/samza,prateekm/samza,apache/samza,abhishekshivanna/samza,lhaiesp/samza,lhaiesp/samza,abhishekshivanna/samza,lhaiesp/samza,abhishekshivanna/s... | /*
* 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 ... | samza-core/src/main/java/org/apache/samza/execution/JobPlanner.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 ... | SAMZA-2377: Batch mode should be computed based on generated configs (#1215)
| samza-core/src/main/java/org/apache/samza/execution/JobPlanner.java | SAMZA-2377: Batch mode should be computed based on generated configs (#1215) | |
Java | apache-2.0 | 18a603d932adcb0c1a8c79546acd937e3dd36f51 | 0 | vanitasvitae/smack-omemo,kkroid/OnechatSmack,unisontech/Smack,hy9902/Smack,dpr-odoo/Smack,chuangWu/Smack,unisontech/Smack,igorexax3mal/Smack,esl/Smack,lovely3x/Smack,vanitasvitae/Smack,ishan1604/Smack,igniterealtime/Smack,mar-v-in/Smack,ishan1604/Smack,TTalkIM/Smack,kkroid/OnechatSmack,unisontech/Smack,igorexax3mal/Sma... | /**
* $RCSfile$
* $Revision$
* $Date$
*
* Copyright 2003-2007 Jive Software.
*
* 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/lice... | source/org/jivesoftware/smack/RosterEntry.java | /**
* $RCSfile$
* $Revision$
* $Date$
*
* Copyright 2003-2007 Jive Software.
*
* 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/lice... | SMACK-428 add 'public int RosterEntry.hashCode()'
git-svn-id: b5a24b162d892e1c06088ae436f559ada2d58cf8@13662 b35dd754-fafc-0310-a699-88a17e54d16e
| source/org/jivesoftware/smack/RosterEntry.java | SMACK-428 add 'public int RosterEntry.hashCode()' | |
Java | apache-2.0 | c20e9df05106a23320348f9ff4f31be42f6d244c | 0 | seven332/Gukize | /*
* Copyright 2016 Hippo Seven
*
* 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 ... | library/src/main/java/com/hippo/gukize/ImageDrawable.java | /*
* Copyright 2016 Hippo Seven
*
* 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 ... | Add TODO
| library/src/main/java/com/hippo/gukize/ImageDrawable.java | Add TODO | |
Java | apache-2.0 | 92b4d68b6fc2d022bc8299adf5d36c25f5bed4f2 | 0 | chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq | /**
* 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... | activemq-web/src/main/java/org/apache/activemq/web/BrokerFacadeSupport.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... | https://issues.apache.org/jira/browse/AMQ-3381 - connections.jsp double rows
git-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@1141034 13f79535-47bb-0310-9956-ffa450edef68
| activemq-web/src/main/java/org/apache/activemq/web/BrokerFacadeSupport.java | https://issues.apache.org/jira/browse/AMQ-3381 - connections.jsp double rows | |
Java | apache-2.0 | e477b8bb4574f0e3b8e3d6d5bfe8218b1801b8e6 | 0 | gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa | package uk.ac.ebi.gxa.loader.steps;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.MAGETABInvestigation;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.SDRF;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.sdrf.node.SDRFNode;
import uk.ac.ebi.arrayexpress2.... | atlas-loader/src/main/java/uk/ac/ebi/gxa/loader/steps/HTSArrayDataStep.java | package uk.ac.ebi.gxa.loader.steps;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.MAGETABInvestigation;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.SDRF;
import uk.ac.ebi.arrayexpress2.magetab.datamodel.sdrf.no... | introduced map, exception is thrown if no array design corresponding to organism found
| atlas-loader/src/main/java/uk/ac/ebi/gxa/loader/steps/HTSArrayDataStep.java | introduced map, exception is thrown if no array design corresponding to organism found | |
Java | apache-2.0 | b784f3c49bc0c8d2f080de19e785629a8374d8c7 | 0 | collectivemedia/celos,collectivemedia/celos,collectivemedia/celos | package com.collective.celos.ui;
import junit.framework.Assert;
import org.apache.commons.cli.*;
import org.apache.log4j.Logger;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
... | celos-ui/src/test/java/com/collective/celos/ui/UICommandLineParserTest.java | package com.collective.celos.ui;
import junit.framework.Assert;
import org.apache.commons.cli.*;
import org.apache.log4j.Logger;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
... | fix test
| celos-ui/src/test/java/com/collective/celos/ui/UICommandLineParserTest.java | fix test | |
Java | apache-2.0 | 01559c4cdfe4179d8ddce8bc98e2670ca0489bee | 0 | joh12041/graphhopper,joh12041/graphhopper,joh12041/graphhopper,joh12041/graphhopper | package com.graphhopper.reader.osm;
import com.graphhopper.GHRequest;
import com.graphhopper.GHResponse;
import com.graphhopper.GraphHopper;
import com.graphhopper.PathWrapper;
import com.graphhopper.matching.MapMatching;
import com.graphhopper.matching.MatchResult;
import com.graphhopper.routing.AlgorithmOptions;
imp... | reader-osm/src/main/java/com/graphhopper/reader/osm/runKSP.java | package com.graphhopper.reader.osm;
import com.graphhopper.GHRequest;
import com.graphhopper.GHResponse;
import com.graphhopper.GraphHopper;
import com.graphhopper.PathWrapper;
import com.graphhopper.matching.MapMatching;
import com.graphhopper.matching.MatchResult;
import com.graphhopper.routing.AlgorithmOptions;
imp... | city as arg
| reader-osm/src/main/java/com/graphhopper/reader/osm/runKSP.java | city as arg | |
Java | apache-2.0 | 905cd8268289695534a45eabf77d646a351432be | 0 | Addepar/buck,JoelMarcey/buck,kageiit/buck,nguyentruongtho/buck,JoelMarcey/buck,zpao/buck,zpao/buck,JoelMarcey/buck,Addepar/buck,JoelMarcey/buck,Addepar/buck,Addepar/buck,kageiit/buck,JoelMarcey/buck,JoelMarcey/buck,nguyentruongtho/buck,JoelMarcey/buck,nguyentruongtho/buck,Addepar/buck,kageiit/buck,Addepar/buck,JoelMarc... | /*
* Copyright 2015-present Facebook, 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 by applicable law or... | src/com/facebook/buck/features/d/DLibrary.java | /*
* Copyright 2015-present Facebook, 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 by applicable law or... | Convert DLibrary from LegacyNativeLinkableGroup -> NativeLinkableInfo
Summary: ^
Reviewed By: bobyangyf
shipit-source-id: d3650a312e
| src/com/facebook/buck/features/d/DLibrary.java | Convert DLibrary from LegacyNativeLinkableGroup -> NativeLinkableInfo | |
Java | apache-2.0 | 0cc3f42e217f7fe1a975b05a046fd697a5c24054 | 0 | crate/crate,crate/crate,crate/crate,EvilMcJerkface/crate,EvilMcJerkface/crate,EvilMcJerkface/crate | /*
* Licensed to Crate under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership. Crate licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compl... | sql/src/test/java/io/crate/integrationtests/SysNodesITest.java | /*
* Licensed to Crate under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership. Crate licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compl... | prevents sys.nodes itest from running on a client node
follow up commit of ddc17dc996d4ae744549e65f6216a85ef766ce61
| sql/src/test/java/io/crate/integrationtests/SysNodesITest.java | prevents sys.nodes itest from running on a client node | |
Java | apache-2.0 | 826e84b0879772916c3bf0895d78f4682b9b0f1c | 0 | blstream/StudyBox_Android | package com.blstream.studybox.activities;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.TextInputEditText;
import android.support.v7.widget.AppCompatButton;
import android.view.View;
import androi... | app/src/main/java/com/blstream/studybox/activities/RegistrationActivity.java | package com.blstream.studybox.activities;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.TextInputEditText;
import android.support.design.widget.TextInputLayout;
import android.support.v7.widget.Ap... | Network error handling
| app/src/main/java/com/blstream/studybox/activities/RegistrationActivity.java | Network error handling | |
Java | apache-2.0 | 1f0edab0d1022c1a0ab43aa73c112ad49e1c3b28 | 0 | rjenkinsjr/smart-reactor-maven-extension | package util;
import info.ronjenkins.maven.rtr.RTR;
import info.ronjenkins.maven.rtr.steps.SmartReactorStep;
import info.ronjenkins.maven.rtr.steps.release.AbstractSmartReactorReleaseStep;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import mockit.Deencapsulation;
import org.apache.com... | src/test/java/util/TestUtils.java | package util;
import info.ronjenkins.maven.rtr.RTR;
import info.ronjenkins.maven.rtr.steps.SmartReactorStep;
import info.ronjenkins.maven.rtr.steps.release.AbstractSmartReactorReleaseStep;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import mockit.Deencapsulation;
import mockit.Mock;
im... | Remove unused testing utility methods.
| src/test/java/util/TestUtils.java | Remove unused testing utility methods. | |
Java | apache-2.0 | 4a34ff3e6833dee27b05938ee2431771af3c455f | 0 | tmpgit/intellij-community,ernestp/consulo,ibinti/intellij-community,MichaelNedzelsky/intellij-community,samthor/intellij-community,da1z/intellij-community,retomerz/intellij-community,ThiagoGarciaAlves/intellij-community,izonder/intellij-community,holmes/intellij-community,wreckJ/intellij-community,ftomassetti/intellij-... | /*
* Copyright 2000-2005 JetBrains s.r.o.
*
* 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 agre... | openapi/src/com/intellij/psi/PsiNameHelper.java | /*
* Copyright 2000-2005 JetBrains s.r.o.
*
* 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 agre... | (no message) | openapi/src/com/intellij/psi/PsiNameHelper.java | (no message) | |
Java | apache-2.0 | 5ed2b83b27dedc099908ec330b84428c7a20a820 | 0 | MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim | package sbmleditor;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.util.regex.*;
import javax.swing.*;
import org.sbml.libsbml.*;
import biomodelsim.*;
import reb2sac.*;
import buttons.*;
/**
* This is the SBML_Editor class. It takes in an sbml file and allows the use... | gui/src/sbmleditor/SBML_Editor.java | package sbmleditor;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.util.regex.*;
import javax.swing.*;
import org.sbml.libsbml.*;
import biomodelsim.*;
import reb2sac.*;
import buttons.*;
/**
* This is the SBML_Editor class. It takes in an sbml file and allows the use... | Added event support to ssa_with_user_update
Fixed compile bug in SBML_Editor.java
| gui/src/sbmleditor/SBML_Editor.java | Added event support to ssa_with_user_update Fixed compile bug in SBML_Editor.java | |
Java | apache-2.0 | 3a9eb6678237fc0bf5ccb6cce2e1f211ac2231b5 | 0 | pousse-cafe/pousse-cafe,pousse-cafe/pousse-cafe | package poussecafe.process;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class DomainProcess extends TransactionAwareService {
protected Logger logger = LoggerFactory.getLogger(getClass());
}
| pousse-cafe-core/src/main/java/poussecafe/process/DomainProcess.java | package poussecafe.process;
public abstract class DomainProcess extends TransactionAwareService {
}
| Add default logger in DomainProcess. | pousse-cafe-core/src/main/java/poussecafe/process/DomainProcess.java | Add default logger in DomainProcess. | |
Java | apache-2.0 | 22a10e2425d664d85a1299aac5b734f77c69a6e1 | 0 | dernasherbrezon/r2cloud,dernasherbrezon/r2cloud | package ru.r2cloud.it;
import static org.junit.Assert.assertEquals;
import java.io.File;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import ru.r2cloud.TestConfiguration;
import ru.r2cloud.TestUtil;
import ru.r2cloud.model.ObservationResult;
import r... | src/test/java/ru/r2cloud/it/MeteorM22DecoderIT.java | package ru.r2cloud.it;
import static org.junit.Assert.assertEquals;
import java.io.File;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import ru.r2cloud.TestConfiguration;
import ru.r2cloud.TestUtil;
import ru.r2cloud.model.ObservationResult;
import r... | fix test | src/test/java/ru/r2cloud/it/MeteorM22DecoderIT.java | fix test | |
Java | mit | ffd13df6746369795568b0e11b7f27fd36bf9b80 | 0 | Jason0803/Cocoa-Note,Jason0803/Cocoa-Note,Jason0803/Cocoa-Note | package util;
import java.util.Calendar;
/*
* Date 관리용 커스텀 클래스.
* DB에서 Date 타입 컬럼 요청시 SELECT to_char(date, 'YYYYMMDDHH24MI') FROM table
* Constructor
* 1) String type의 YYYYMMDDHH24MI
* 2) int year, int month, int day
* 3) Calendar 객체
*
* 2017.10.17 / coding by K
*/
public class CocoaDate {
private int ye... | src/util/CocoaDate.java | package util;
import java.util.Calendar;
public class CocoaDate {
private int year;
private int month;
private int date;
private int startDay;
private int endDay;
private Calendar cal;
private Calendar cal2;
public CocoaDate(Calendar cal) {
this.year = cal.get(cal.YEAR);
this.month = cal.get(cal.MONTH)+... | #00045 CocoaDate class modify
-시간, 분 필드 추가
-DB에서 받아온 날짜정보로 CocoaDate 객체를 생성할 수 있도록 생성자 추가
| src/util/CocoaDate.java | #00045 CocoaDate class modify | |
Java | mit | bdf374e2640492105976b8625fa6bf2b2dbbb0ae | 0 | thest1/Android-VKontakte-SDK,romanbrandhall/MyApp | package com.perm.kate.api;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.zip.GZIPInputStream;
... | AndroidVkSdk/src/com/perm/kate/api/Api.java | package com.perm.kate.api;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.zip.GZIPInputStream;
... | audioGetBroadcast() method
| AndroidVkSdk/src/com/perm/kate/api/Api.java | audioGetBroadcast() method | |
Java | mit | 52eee45e1052a0716591dff9fa67466175510aaa | 0 | homelinen/ld23-Tiny-World | package com.calumgilchrist.ld23.tinyworld.core;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.Body;
import org.jbox2d.dynamics.BodyDef;
import org.jbox2d.dynamics.World;
public class Planetoid {
private Sprite sprite;
private Body pBody;
private Vec2 pos;
public Planetoid(Vec2 startPos, Sprite s, ... | core/src/main/java/com/calumgilchrist/ld23/tinyworld/core/Planetoid.java | package com.calumgilchrist.ld23.tinyworld.core;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.Body;
import org.jbox2d.dynamics.BodyDef;
import org.jbox2d.dynamics.World;
public class Planetoid {
private Sprite sprite;
private Body pBody;
private Vec2 pos;
public Planetoid(Vec2 startPos, Sprite s, ... | Moved Apply Thrust from Player to Planetoid
| core/src/main/java/com/calumgilchrist/ld23/tinyworld/core/Planetoid.java | Moved Apply Thrust from Player to Planetoid | |
Java | epl-1.0 | c86411cf1dd02c93ab31ccdce7bd3c74039adebf | 0 | lastnpe/eclipse-external-annotations-m2e-plugin | package ch.sla.eeaplugin.core.configurator;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.StringReader;
import java.net.URI;
import java.nio.charset.Charset;
import java.nio.file.FileSystem;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.... | eclipse-external-annotations-m2e-plugin.core/src/ch/sla/eeaplugin/core/configurator/ClasspathConfigurator.java | package ch.sla.eeaplugin.core.configurator;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.StringReader;
import java.net.URI;
import java.nio.charset.Charset;
import java.nio.file.FileSystem;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.... | Major bug fix, big refactoring.. JRE EEA works well now!
Signed-off-by: Michael Vorburger <a17fed27eaa842282862ff7c1b9c8395a26ac320@vorburger.ch> | eclipse-external-annotations-m2e-plugin.core/src/ch/sla/eeaplugin/core/configurator/ClasspathConfigurator.java | Major bug fix, big refactoring.. JRE EEA works well now! | |
Java | epl-1.0 | b3224b1372be2906b2332c329123adfaeadda854 | 0 | dbadia/openhab,kuijp/openhab,druciak/openhab,mvolaart/openhab,gerrieg/openhab,TheOriginalAndrobot/openhab,coolweb/openhab,idserda/openhab,TheOriginalAndrobot/openhab,rmayr/openhab,netwolfuk/openhab,evansj/openhab,idserda/openhab,robnielsen/openhab,dbadia/openhab,openhab/openhab,dominicdesu/openhab,LaurensVanAcker/openh... | /**
* Copyright (c) 2010-2016, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | bundles/binding/org.openhab.binding.ecobee/src/main/java/org/openhab/binding/ecobee/internal/EcobeeBinding.java | /**
* Copyright (c) 2010-2016, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | ecobee
| bundles/binding/org.openhab.binding.ecobee/src/main/java/org/openhab/binding/ecobee/internal/EcobeeBinding.java | ecobee | |
Java | epl-1.0 | 3504b5477a054c07f52079f6bac045e10a3c22c6 | 0 | sbrannen/junit-lambda,junit-team/junit-lambda | /*
* Copyright 2015-2016 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*/
packag... | junit5-engine/src/main/java/org/junit/gen5/engine/junit5/discoveryNEW/JavaElementsResolver.java | /*
* Copyright 2015-2016 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*/
packag... | Some refactoring in JavaElementsResolver
| junit5-engine/src/main/java/org/junit/gen5/engine/junit5/discoveryNEW/JavaElementsResolver.java | Some refactoring in JavaElementsResolver | |
Java | mpl-2.0 | ca910942601346fb2fece2d287f61bbb4e0c2e15 | 0 | etomica/etomica,etomica/etomica,etomica/etomica | package etomica.virial.simulations.KnottedPolymer;
import etomica.action.IAction;
import etomica.action.activity.ActivityIntegrate;
import etomica.atom.AtomType;
import etomica.atom.DiameterHashByType;
import etomica.atom.IAtom;
import etomica.atom.iterator.ApiIndexList;
import etomica.box.Box;
import etomica.data.*;
... | etomica-apps/src/main/java/etomica/virial/simulations/KnottedPolymer/StarPolymerMC.java | package etomica.virial.simulations.KnottedPolymer;
import etomica.action.IAction;
import etomica.action.activity.ActivityIntegrate;
import etomica.atom.AtomType;
import etomica.atom.DiameterHashByType;
import etomica.atom.IAtom;
import etomica.atom.iterator.ApiIndexList;
import etomica.box.Box;
import etomica.data.*;
... | Handle l=1
| etomica-apps/src/main/java/etomica/virial/simulations/KnottedPolymer/StarPolymerMC.java | Handle l=1 | |
Java | agpl-3.0 | 12e27c275d58459240c1ec6b07aabaa6c62035e7 | 0 | PaulKh/scale-proactive,jrochas/scale-proactive,paraita/programming,ow2-proactive/programming,PaulKh/scale-proactive,acontes/programming,jrochas/scale-proactive,acontes/programming,mnip91/programming-multiactivities,mnip91/programming-multiactivities,mnip91/programming-multiactivities,lpellegr/programming,mnip91/program... | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This ... | src/org/objectweb/proactive/core/runtime/ibis/IbisProActiveRuntimeImpl.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This ... | methods implementation for ibis
git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@2560 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/org/objectweb/proactive/core/runtime/ibis/IbisProActiveRuntimeImpl.java | methods implementation for ibis | |
Java | agpl-3.0 | 8be6c1d16032e992e68202d451b54b4a86c8ec18 | 0 | ua-eas/kfs,quikkian-ua-devops/kfs,smith750/kfs,UniversityOfHawaii/kfs,kuali/kfs,bhutchinson/kfs,UniversityOfHawaii/kfs,smith750/kfs,quikkian-ua-devops/kfs,UniversityOfHawaii/kfs,kuali/kfs,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,smith750/kfs,ua-eas/kfs,ua-eas/kfs-devops-automation-fork,smit... | /*
* Copyright 2010 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.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/ecl1.php
*
* Unless requir... | test/unit/src/org/kuali/kfs/module/endow/batch/service/impl/RollProcessDateServiceImplTest.java | /*
* Copyright 2010 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.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/ecl1.php
*
* Unless requir... | KFSMI-6271: commented out rollProcessDateService.rollDate()
| test/unit/src/org/kuali/kfs/module/endow/batch/service/impl/RollProcessDateServiceImplTest.java | KFSMI-6271: commented out rollProcessDateService.rollDate() | |
Java | lgpl-2.1 | c4b53b5cbc9607e4525633325efe3e9e362475f4 | 0 | Mrdigs/Bootstrap.jsp,Mrdigs/Bootstrap.jsp,Mrdigs/Bootstrap.jsp | /*
* Copyright (c) 2014 Darren Scott - All Rights Reserved
*
* This program is distributed under LGPL Version 2.1 in the hope that
* it will be useful, but WITHOUT ANY WARRANTY.
*/
package org.bootstrapjsp.support;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.... | src/org/bootstrapjsp/support/NestedTagSupport.java | /*
* Copyright (c) 2014 Darren Scott - All Rights Reserved
*
* This program is distributed under LGPL Version 2.1 in the hope that
* it will be useful, but WITHOUT ANY WARRANTY.
*/
package org.bootstrapjsp.support;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.... | Fixed an issue with wrapIn() that prevented the body of the wrapped component from outputting | src/org/bootstrapjsp/support/NestedTagSupport.java | Fixed an issue with wrapIn() that prevented the body of the wrapped component from outputting | |
Java | apache-2.0 | aab29f1ed7f8d217e8c099f2bba9ba4a7a9b2def | 0 | opensingular/singular-server,opensingular/singular-server,opensingular/singular-server | /*
*
* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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.o... | requirement/requirement-module/src/test/java/org/opensingular/requirement/commons/wicket/FormPageTest.java | /*
*
* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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.o... | [SGL-751] fixing unit test
| requirement/requirement-module/src/test/java/org/opensingular/requirement/commons/wicket/FormPageTest.java | [SGL-751] fixing unit test | |
Java | apache-2.0 | dfec812c030974b6dad20d755b7edf299d81b383 | 0 | bkirschn/sakai,frasese/sakai,noondaysun/sakai,tl-its-umich-edu/sakai,Fudan-University/sakai,introp-software/sakai,conder/sakai,willkara/sakai,bzhouduke123/sakai,lorenamgUMU/sakai,ouit0408/sakai,whumph/sakai,conder/sakai,OpenCollabZA/sakai,joserabal/sakai,tl-its-umich-edu/sakai,puramshetty/sakai,introp-software/sakai,su... | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2006, 2007, 2008, 2009 The Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (t... | citations/citations-tool/tool/src/java/org/sakaiproject/citation/tool/CitationHelperAction.java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2006, 2007, 2008, 2009 The Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (t... | SAK-22296
Set the iterator's page size to the full size of the collection. It was set to the current page size before which made it a bit useless.
git-svn-id: dce76f8a399c671fe9c0e23b6e81ff8638f82523@111666 66ffb92e-73f9-0310-93c1-f5514f145a0a
| citations/citations-tool/tool/src/java/org/sakaiproject/citation/tool/CitationHelperAction.java | SAK-22296 | |
Java | apache-2.0 | 2949acb1ba047950464f2008d2bea67eacb9bc23 | 0 | lukecwik/incubator-beam,rangadi/beam,apache/beam,tgroh/beam,charlesccychen/beam,robertwb/incubator-beam,charlesccychen/incubator-beam,markflyhigh/incubator-beam,tgroh/beam,lukecwik/incubator-beam,charlesccychen/incubator-beam,robertwb/incubator-beam,charlesccychen/beam,robertwb/incubator-beam,RyanSkraba/beam,rangadi/in... | /*
* 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 ... | runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/QueryablePipeline.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 ... | fixup! Add a multi-stage fuser
| runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/QueryablePipeline.java | fixup! Add a multi-stage fuser | |
Java | apache-2.0 | b4c2a4cd90fe2457694de722a38deb83a32c256c | 0 | Governance/rtgov-ui,Governance/rtgov-ui | /*
* Copyright 2013 JBoss 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 by applicable law or agreed to i... | overlord-monitoring-war-eap61/src/main/java/org/overlord/monitoring/ui/server/services/impl/SituationRepository.java | /*
* Copyright 2013 JBoss 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 by applicable law or agreed to i... | Force loading of situations for both calls
| overlord-monitoring-war-eap61/src/main/java/org/overlord/monitoring/ui/server/services/impl/SituationRepository.java | Force loading of situations for both calls | |
Java | apache-2.0 | 95b266f1c5fed337b054686c4ccd3d2d9e31f78d | 0 | database-rider/database-rider,database-rider/database-rider,database-rider/database-rider,database-rider/database-rider | /*
*
* The DbUnit Database Testing Framework
* Copyright (C)2002-2008, DbUnit.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at you... | rider-core/src/main/java/com/github/database/rider/core/dataset/builder/DataSetBuilder.java | /*
*
* The DbUnit Database Testing Framework
* Copyright (C)2002-2008, DbUnit.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at you... | refs #129
| rider-core/src/main/java/com/github/database/rider/core/dataset/builder/DataSetBuilder.java | refs #129 | |
Java | apache-2.0 | 86cd2d6eabef2bdb15193b28fe51ee6c20e470ae | 0 | e-biz/gatling-liferay,e-biz/gatling-liferay,e-biz/gatling-liferay,e-biz/gatling-liferay | package com.excilys.liferay.gatling;
import com.excilys.liferay.gatling.model.Request;
import com.excilys.liferay.gatling.model.Scenario;
import com.excilys.liferay.gatling.model.Simulation;
import com.excilys.liferay.gatling.mustache.ScriptGeneratorGatling;
import com.excilys.liferay.gatling.service.RequestLocalServi... | liferay-plugins-sdk-gatling/portlets/gatling-liferay-portlet/docroot/WEB-INF/src/com/excilys/liferay/gatling/GatlingPortlet.java | package com.excilys.liferay.gatling;
import com.excilys.liferay.gatling.model.Request;
import com.excilys.liferay.gatling.model.Scenario;
import com.excilys.liferay.gatling.model.Simulation;
import com.excilys.liferay.gatling.mustache.ScriptGeneratorGatling;
import com.excilys.liferay.gatling.service.RequestLocalServi... | correction freind->friend
| liferay-plugins-sdk-gatling/portlets/gatling-liferay-portlet/docroot/WEB-INF/src/com/excilys/liferay/gatling/GatlingPortlet.java | correction freind->friend | |
Java | apache-2.0 | e34a9c70f728947dc19e58e57167c30e8c91bb53 | 0 | MalharJenkins/incubator-apex-core,devtagare/incubator-apex-core,apache/incubator-apex-core,mattqzhang/apex-core,tweise/incubator-apex-core,sandeshh/apex-core,apache/incubator-apex-core,PramodSSImmaneni/incubator-apex-core,tushargosavi/apex-core,apache/incubator-apex-core,vrozov/incubator-apex-core,sandeshh/apex-core,mt... | /**
* Copyright (c) 2012 Malhar, Inc. All rights reserved.
*/
package com.malhartech.stream;
import com.malhartech.api.Sink;
import com.malhartech.api.StreamCodec;
import com.malhartech.api.StreamCodec.DataStatePair;
import com.malhartech.bufferserver.client.Subscriber;
import com.malhartech.engine.*;
import java.la... | engine/src/main/java/com/malhartech/stream/BufferServerSubscriber.java | /**
* Copyright (c) 2012 Malhar, Inc. All rights reserved.
*/
package com.malhartech.stream;
import com.malhartech.api.Sink;
import com.malhartech.api.StreamCodec;
import com.malhartech.api.StreamCodec.DataStatePair;
import com.malhartech.bufferserver.client.Subscriber;
import com.malhartech.engine.*;
import java.la... | added debugging. | engine/src/main/java/com/malhartech/stream/BufferServerSubscriber.java | added debugging. | |
Java | apache-2.0 | ccefce413b236f8cf893c6df337fb4ae26efded0 | 0 | trejkaz/derby,trejkaz/derby,apache/derby,apache/derby,apache/derby,apache/derby,trejkaz/derby | /*
*
* Derby - Class org.apache.derbyTesting.functionTests.tests.lang.XMLTypeAndOpsTest
*
* 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 li... | java/testing/org/apache/derbyTesting/functionTests/tests/lang/XMLTypeAndOpsTest.java | /*
*
* Derby - Class org.apache.derbyTesting.functionTests.tests.lang.XMLTypeAndOpsTest
*
* 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 li... | DERBY-2739: Test XPath queries that return Infinity or NaN
git-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@1054968 13f79535-47bb-0310-9956-ffa450edef68
| java/testing/org/apache/derbyTesting/functionTests/tests/lang/XMLTypeAndOpsTest.java | DERBY-2739: Test XPath queries that return Infinity or NaN | |
Java | apache-2.0 | c190a33c48f4816c849327304c66cbe41b984dd2 | 0 | kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,apache/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 ... | pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontFactory.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-1431: avoid NPE if the type FONT is missing as proposed by Gustavo Moreira
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1402971 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFontFactory.java | PDFBOX-1431: avoid NPE if the type FONT is missing as proposed by Gustavo Moreira | |
Java | apache-2.0 | 37cb49f7baedff39e19280f3a780608c9a66f4ca | 0 | drdozer/sbol-data | package uk.ac.ncl.intbio.core.io.rdf;
import java.net.URI;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
import java.util.Stack;
import javax.xml.namespace.QName;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;
... | sbol-data-io-RDF/src/main/java/uk/ac/ncl/intbio/core/io/rdf/RdfIo.java | package uk.ac.ncl.intbio.core.io.rdf;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import javax.xml.namespace.QName;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamReader;
import javax.xml.stream.XMLStreamWriter;
import javax.xml.stream.... | Implement Chris' Java9 Fix
| sbol-data-io-RDF/src/main/java/uk/ac/ncl/intbio/core/io/rdf/RdfIo.java | Implement Chris' Java9 Fix | |
Java | apache-2.0 | 5f86dd202f8cb68d56aab43e06cb55380680b97b | 0 | digipost/signature-api-client-java | /**
* Copyright (C) Posten Norge AS
*
* 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 ag... | src/main/java/no/digipost/signature/client/portal/SignatureStatus.java | /**
* Copyright (C) Posten Norge AS
*
* 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 ag... | Legger til toString på SignatureStatus | src/main/java/no/digipost/signature/client/portal/SignatureStatus.java | Legger til toString på SignatureStatus | |
Java | apache-2.0 | 273ac80c7e7eae4827ea91f2b9c93a5a8b006557 | 0 | googleapis/google-http-java-client,googleapis/google-http-java-client,googleapis/google-http-java-client,googleapis/google-http-java-client | /*
* Copyright (c) 2011 Google 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 by applicable law or agreed to in ... | google-http-client/src/test/java/com/google/api/client/http/apache/ApacheHttpTransportTest.java | /*
* Copyright (c) 2011 Google 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 by applicable law or agreed to in ... | Restore test lost in merge.
| google-http-client/src/test/java/com/google/api/client/http/apache/ApacheHttpTransportTest.java | Restore test lost in merge. | |
Java | apache-2.0 | db32d69f79dd4ed5cb0aa2eff6f768fa6320aa9c | 0 | gravitee-io/gravitee-gateway,gravitee-io/gateway,gravitee-io/gravitee-gateway,gravitee-io/gateway | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* 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 requ... | gravitee-gateway-core/src/main/java/io/gravitee/gateway/core/policy/impl/PolicyFactoryImpl.java | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* 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 requ... | fix(policy): Looking for policy configuration and subclass using reflection utils
| gravitee-gateway-core/src/main/java/io/gravitee/gateway/core/policy/impl/PolicyFactoryImpl.java | fix(policy): Looking for policy configuration and subclass using reflection utils | |
Java | apache-2.0 | ac366755b64214d1ef3f87ae5aa39d70793b5994 | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | /*
* 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 ... | lucene/grouping/src/test/org/apache/lucene/search/grouping/TestGrouping.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 ... | progress on testrandom... i think
git-svn-id: ef9b7dcfbde82e7b8a1a36a680e226e6d25ceb28@1593794 13f79535-47bb-0310-9956-ffa450edef68
| lucene/grouping/src/test/org/apache/lucene/search/grouping/TestGrouping.java | progress on testrandom... i think | |
Java | apache-2.0 | cd03fa587869831c7596612ebf76e335c34064e8 | 0 | kubatatami/JudoNetworking | package com.github.kubatatami.judonetworking.stateful;
import com.github.kubatatami.judonetworking.AsyncResult;
import com.github.kubatatami.judonetworking.CacheInfo;
import com.github.kubatatami.judonetworking.callbacks.AsyncResultCallback;
import com.github.kubatatami.judonetworking.callbacks.Callback;
import com.gi... | base/src/main/java/com/github/kubatatami/judonetworking/stateful/StatefulCallback.java | package com.github.kubatatami.judonetworking.stateful;
import com.github.kubatatami.judonetworking.AsyncResult;
import com.github.kubatatami.judonetworking.CacheInfo;
import com.github.kubatatami.judonetworking.callbacks.AsyncResultCallback;
import com.github.kubatatami.judonetworking.callbacks.Callback;
import com.gi... | bug fix
| base/src/main/java/com/github/kubatatami/judonetworking/stateful/StatefulCallback.java | bug fix | |
Java | apache-2.0 | d11be8cc0e0aea450dffcc68f6b66a1e7489338a | 0 | macrozheng/mall,macrozheng/mall | package com.macro.mall.security.component;
import cn.hutool.json.JSONUtil;
import com.macro.mall.common.api.CommonResult;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.se... | mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java | package com.macro.mall.security.component;
import cn.hutool.json.JSONUtil;
import com.macro.mall.common.api.CommonResult;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.se... | 跨域问题修复
| mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java | 跨域问题修复 | |
Java | apache-2.0 | 934ecb2f45458660263d1ee47aeb7d0cd4596026 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInspection.ex;
import com.intellij.openapi.extensions.ExtensionPointName;
import com.intellij.util.ArrayUtilRt;
import org.jetbrains.annotations.Contract... | platform/analysis-api/src/com/intellij/codeInspection/ex/InspectionElementsMerger.java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInspection.ex;
import com.intellij.openapi.extensions.ExtensionPointName;
import com.intellij.util.ArrayUtilRt;
import org.jetbrains.annotations.Contract... | add javadoc explanation
GitOrigin-RevId: a5c28a8883385ce0dfb0e542cb3078de486d8d03 | platform/analysis-api/src/com/intellij/codeInspection/ex/InspectionElementsMerger.java | add javadoc explanation | |
Java | apache-2.0 | 4e1f00999f216f57b2be43be2a5fa840dff742f6 | 0 | Arcnor/bladecoder-adventure-engine,bladecoder/bladecoder-adventure-engine,bladecoder/bladecoder-adventure-engine,Arcnor/bladecoder-adventure-engine,Arcnor/bladecoder-adventure-engine,Arcnor/bladecoder-adventure-engine | /*******************************************************************************
* Copyright 2014 Rafael Garcia Moreno.
*
* 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://w... | adventure-composer/src/main/java/com/bladecoder/engineeditor/ui/VerbList.java | /*******************************************************************************
* Copyright 2014 Rafael Garcia Moreno.
*
* 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://w... | fix: clear action list when deleting last verb in the verblist | adventure-composer/src/main/java/com/bladecoder/engineeditor/ui/VerbList.java | fix: clear action list when deleting last verb in the verblist | |
Java | apache-2.0 | 34f1668801cbaadd2b7627d1c221abff2fa86a12 | 0 | whumph/sakai,ouit0408/sakai,clhedrick/sakai,hackbuteer59/sakai,kwedoff1/sakai,conder/sakai,OpenCollabZA/sakai,colczr/sakai,conder/sakai,wfuedu/sakai,liubo404/sakai,puramshetty/sakai,puramshetty/sakai,frasese/sakai,noondaysun/sakai,clhedrick/sakai,Fudan-University/sakai,liubo404/sakai,whumph/sakai,joserabal/sakai,ouit04... | /**
* Copyright (c) 2008-2012 The Sakai 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.osedu.org/licenses/ECL-2.0
*
* Unless req... | profile2/util/src/java/org/sakaiproject/profile2/util/ProfileUtils.java | /**
* Copyright (c) 2008-2012 The Sakai 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.osedu.org/licenses/ECL-2.0
*
* Unless req... | PRFL-434
Updated the comment on ProfileUtils.convertDateToString.
git-svn-id: 30a950ac960002fda4f107a8e0f4b5b25bfa9e10@116796 66ffb92e-73f9-0310-93c1-f5514f145a0a
| profile2/util/src/java/org/sakaiproject/profile2/util/ProfileUtils.java | PRFL-434 | |
Java | apache-2.0 | a546b89686f7a048254e2bf2a8e5c18511686972 | 0 | eFaps/eFaps-WebApp,eFaps/eFaps-WebApp,eFaps/eFaps-WebApp | /*
* Copyright 2003 - 2010 The eFaps 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 ... | src/main/java/org/efaps/ui/wicket/models/objects/UIStructurBrowser.java | /*
* Copyright 2003 - 2010 The eFaps 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 ... | - missing check for allowing of children in StructurBrowser
git-svn-id: 6de479fac40b5ab7fd12e267df1fa0a7a72510c4@6011 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
| src/main/java/org/efaps/ui/wicket/models/objects/UIStructurBrowser.java | - missing check for allowing of children in StructurBrowser | |
Java | apache-2.0 | 18b463bcac3a60e83a5ebfbdffcebf4ce95508de | 0 | huyunkai/StickyListHeaders,tomoyuki28jp/StickyListHeaders,jmiguel2902/StickyListHeaders,NewComerBH/StickyListHeaders,denispyr/StickyListHeaders,chwnFlyPig/StickyListHeaders,CyanogenMod/android_external_emilsjolander_stickylistheaders,lxhxhlw/StickyListHeaders,msdgwzhy6/StickyListHeaders,pacificIT/StickyListHeaders,maxi... | package se.emilsjolander.stickylistheaders;
import se.emilsjolander.stickylistheaders.WrapperViewList.LifeCycleListener;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import an... | library/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java | package se.emilsjolander.stickylistheaders;
import se.emilsjolander.stickylistheaders.WrapperViewList.LifeCycleListener;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import an... | fixes #188
| library/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java | fixes #188 | |
Java | apache-2.0 | aa5eeac19368a6f4cf5d8090c344ba0f78c536f0 | 0 | andrhamm/Singularity,andrhamm/Singularity,grepsr/Singularity,hs-jenkins-bot/Singularity,andrhamm/Singularity,hs-jenkins-bot/Singularity,grepsr/Singularity,grepsr/Singularity,grepsr/Singularity,HubSpot/Singularity,HubSpot/Singularity,HubSpot/Singularity,andrhamm/Singularity,grepsr/Singularity,HubSpot/Singularity,grepsr/... | package com.hubspot.singularity.scheduler;
import com.google.inject.AbstractModule;
import com.google.inject.Scopes;
import com.hubspot.singularity.data.history.SingularityHistoryPurger;
public class SingularitySchedulerModule extends AbstractModule {
@Override
protected void configure() {
bind(SingularityHe... | SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularitySchedulerModule.java | package com.hubspot.singularity.scheduler;
import com.google.inject.AbstractModule;
import com.google.inject.Scopes;
import com.hubspot.singularity.data.history.SingularityHistoryPurger;
public class SingularitySchedulerModule extends AbstractModule {
@Override
protected void configure() {
bind(SingularityHe... | bind this
| SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularitySchedulerModule.java | bind this | |
Java | apache-2.0 | 47d4abec7912e7b5e34bd832d68df32b117b94ac | 0 | Donnerbart/hazelcast,Donnerbart/hazelcast,emrahkocaman/hazelcast,tkountis/hazelcast,juanavelez/hazelcast,juanavelez/hazelcast,mesutcelik/hazelcast,tkountis/hazelcast,mesutcelik/hazelcast,tufangorel/hazelcast,tombujok/hazelcast,dbrimley/hazelcast,mdogan/hazelcast,lmjacksoniii/hazelcast,Donnerbart/hazelcast,emre-aydin/ha... | package com.hazelcast.spi.impl.operationservice.impl;
import com.hazelcast.config.Config;
import com.hazelcast.core.ExecutionCallback;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.core.ICompletableFuture;
import com.hazelcast.core.OperationTimeoutException;
import com.hazelcast.spi.OperationServic... | hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/Invocation_TimeoutTest.java | package com.hazelcast.spi.impl.operationservice.impl;
import com.hazelcast.config.Config;
import com.hazelcast.core.ExecutionCallback;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.core.ICompletableFuture;
import com.hazelcast.core.OperationTimeoutException;
import com.hazelcast.spi.OperationServic... | ignored #7932
| hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/Invocation_TimeoutTest.java | ignored #7932 | |
Java | apache-2.0 | eaf09c48139172e6e6ae8e621ae53b266fb7bc55 | 0 | rankinc/Resteasy,awhitford/Resteasy,psakar/Resteasy,rankinc/Resteasy,awhitford/Resteasy,psakar/Resteasy,rankinc/Resteasy,awhitford/Resteasy,psakar/Resteasy,rankinc/Resteasy,awhitford/Resteasy,psakar/Resteasy,awhitford/Resteasy | package org.jboss.resteasy.core;
import org.jboss.resteasy.specimpl.BuiltResponse;
/**
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
* @version $Revision: 1 $
*/
public class ServerResponse extends BuiltResponse
{
public ServerResponse()
{
}
public ServerResponse(Object entity, int s... | jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponse.java | package org.jboss.resteasy.core;
import org.jboss.resteasy.specimpl.BuiltResponse;
/**
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
* @version $Revision: 1 $
*/
public class ServerResponse extends BuiltResponse
{
public ServerResponse()
{
}
public ServerResponse(Object entity, int s... | ServerResponse not setting entityClass
The constructor of ServerResponse that takes an entity as an argument
doesn't set the entityClass.
| jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponse.java | ServerResponse not setting entityClass | |
Java | apache-2.0 | b04a12d39f5acc42f9dca247d2463d365dcabb41 | 0 | dhirajsb/fabric8,opensourceconsultant/fuse,chirino/fabric8,janstey/fabric8,chirino/fabric8v2,janstey/fuse,gnodet/fuse,jboss-fuse/fuse,migue/fabric8,sobkowiak/fabric8,gashcrumb/fabric8,joelschuster/fuse,rhuss/fabric8,rajdavies/fabric8,jludvice/fabric8,avano/fabric8,tadayosi/fuse,janstey/fuse,rhuss/fabric8,jboss-fuse/fus... | /**
* Copyright (C) FuseSource, Inc.
* http://fusesource.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 by... | fabric/fabric-boot-commands/src/main/java/org/fusesource/fabric/boot/commands/Join.java | /**
* Copyright (C) FuseSource, Inc.
* http://fusesource.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 by... | Added the a force option to join command.
| fabric/fabric-boot-commands/src/main/java/org/fusesource/fabric/boot/commands/Join.java | Added the a force option to join command. | |
Java | apache-2.0 | 94b25792e585692a09811f6415cf16ee93a81851 | 0 | siara-cc/csv_parser | /*
* Copyright (C) 2015 Siara Logics (cc)
*
* 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... | src/cc/siara/csv/CSVParser.java | /*
* Copyright (C) 2015 Siara Logics (cc)
*
* 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... | Add setDelimiter option | src/cc/siara/csv/CSVParser.java | Add setDelimiter option | |
Java | bsd-2-clause | c16051d7f152b73ea898a3e487873c6ff0dceb97 | 0 | abelbriggs1/runelite,runelite/runelite,devinfrench/runelite,Noremac201/runelite,KronosDesign/runelite,l2-/runelite,Noremac201/runelite,Sethtroll/runelite,KronosDesign/runelite,runelite/runelite,abelbriggs1/runelite,devinfrench/runelite,abelbriggs1/runelite,l2-/runelite,Sethtroll/runelite,runelite/runelite | /*
* Copyright (c) 2018, Lotto <https://github.com/devLotto>
* 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, th... | runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java | /*
* Copyright (c) 2018, Lotto <https://github.com/devLotto>
* 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, th... | entityhider: don't hide npcs by default
| runelite-client/src/main/java/net/runelite/client/plugins/entityhider/EntityHiderConfig.java | entityhider: don't hide npcs by default | |
Java | bsd-2-clause | 78f9de1c7042088ef56fbf2ba6a6da30417b1891 | 0 | Konstantin8105/GenericSort | import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Random;
import static org.junit.Assert.assertEquals;
public class ResearchTest {
private static Random random = new Random();
int sizeTest = 10_000;
// TODO create good research
// TODO add file in sorted arra... | sort/src/test/ResearchTest.java | import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Random;
import static org.junit.Assert.assertEquals;
public class ResearchTest {
private static Random random = new Random();
int sizeTest = 10_000;
// TODO create good research
// TODO add file in sorted arra... | BinarySort finallize
| sort/src/test/ResearchTest.java | BinarySort finallize | |
Java | mit | 99f641b716ab7618ddb5c85ce3a35dab666ffecb | 0 | cryptomator/siv-mode,cryptomator/siv-mode | package org.cryptomator.siv;
/*******************************************************************************
* Copyright (c) 2015 Sebastian Stenzel
* This file is licensed under the terms of the MIT license.
* See the LICENSE.txt file for more info.
*
* Contributors:
* Sebastian Stenzel - initial API and imp... | src/main/java/org/cryptomator/siv/SivMode.java | package org.cryptomator.siv;
/*******************************************************************************
* Copyright (c) 2015 Sebastian Stenzel
* This file is licensed under the terms of the MIT license.
* See the LICENSE.txt file for more info.
*
* Contributors:
* Sebastian Stenzel - initial API and imp... | Clarified missing branch
if n = 0 then
return V = AES-CMAC(K, <one>)
fi
Fixes #14
| src/main/java/org/cryptomator/siv/SivMode.java | Clarified missing branch | |
Java | mit | 31333956e901b5a5c1a446f431b2138d6a5d01bc | 0 | nicorsm/S3-16-simone,nicorsm/S3-16-simone,simoneapp/S3-16-simone,simoneapp/S3-16-simone | package app.simone.DistributedSimon.Activities;
import android.graphics.PorterDuff;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import com.google.firebase.... | app/src/main/java/app/simone/DistributedSimon/Activities/ColorSetUpActivity.java | package app.simone.DistributedSimon.Activities;
import android.graphics.PorterDuff;
import android.os.Message;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
... | logic reworked
| app/src/main/java/app/simone/DistributedSimon/Activities/ColorSetUpActivity.java | logic reworked | |
Java | mit | 8c25a9e0219318e873983afbbc9ce9ac18afb927 | 0 | Michionlion/squadron4 | package engine.render;
import assets.models.RawModel;
import assets.textures.Texture2D;
import java.io.FileInputStream;
import java.io.IOException;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.logging.Le... | src/engine/render/Loader.java | package engine.render;
import assets.models.RawModel;
import java.io.FileInputStream;
import java.io.IOException;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.lwjgl.Buffe... | restructuring for sprite engine | src/engine/render/Loader.java | restructuring for sprite engine | |
Java | mit | c4022f799cb9bd779273fd401084a79646028e6e | 0 | fatpigsarefat/Quests | package com.leonardobishop.quests;
import com.google.common.io.ByteStreams;
import com.leonardobishop.quests.blocktype.SimilarBlocks;
import com.leonardobishop.quests.bstats.Metrics;
import com.leonardobishop.quests.commands.CommandQuests;
import com.leonardobishop.quests.events.EventInventory;
import com.leonardobish... | src/main/java/com/leonardobishop/quests/Quests.java | package com.leonardobishop.quests;
import com.google.common.io.ByteStreams;
import com.leonardobishop.quests.blocktype.SimilarBlocks;
import com.leonardobishop.quests.bstats.Metrics;
import com.leonardobishop.quests.commands.CommandQuests;
import com.leonardobishop.quests.events.EventInventory;
import com.leonardobish... | Synchronisation
- The quest complete watcher now runs on the main thread because
I'm a fucking idiot
| src/main/java/com/leonardobishop/quests/Quests.java | Synchronisation | |
Java | epl-1.0 | 8138c4470373cb1e8e5bb6c417ccad75a718e4dc | 0 | rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt | /*
*************************************************************************
* Copyright (c) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java | /*
*************************************************************************
* Copyright (c) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | Fix the bugzilla bug 258636 : AssertionError when displaying simple Table-Report containing Aggregation Item deployed on BEA Weblogic 10.0
| data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java | Fix the bugzilla bug 258636 : AssertionError when displaying simple Table-Report containing Aggregation Item deployed on BEA Weblogic 10.0 | |
Java | epl-1.0 | 96c3a9161e3cff40bda22f3d7b2a07c8dc1f43b4 | 0 | tmdgitb/pengenalan_pola_shih,tmdgitb/pengenalan_pola_sigit_hendy_ilham,tmdgitb/pengenalan_pola_shih,tmdgitb/pengenalan_pola_sigit_hendy_ilham | package id.ac.itb.sigit.pengenalanpola;
import org.opencv.core.Mat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Sigit on 03/10/2015.
*/
public class ChainCodeWhiteConverter {
private static final Logger log = LoggerFactory.getLogg... | src/main/java/id/ac/itb/sigit/pengenalanpola/ChainCodeWhiteConverter.java | package id.ac.itb.sigit.pengenalanpola;
import org.opencv.core.Mat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Sigit on 03/10/2015.
*/
public class ChainCodeWhiteConverter {
private static final Logger log = LoggerFactory.getLogg... | with resampling and confidence value
| src/main/java/id/ac/itb/sigit/pengenalanpola/ChainCodeWhiteConverter.java | with resampling and confidence value | |
Java | epl-1.0 | 6dd82de9af69e5308bf219b92e73950528408a7b | 0 | sebastiangoetz/slr-toolkit,sebastiangoetz/slr-toolkit,sebastiangoetz/slr-toolkit,sebastiangoetz/slr-toolkit | package de.tudresden.slr.model.bibtex.ui.presentation;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
i... | plugins/de.tudresden.slr.model.bibtex.ui/src/de/tudresden/slr/model/bibtex/ui/presentation/BibtexEditor.java | package de.tudresden.slr.model.bibtex.ui.presentation;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
i... | clean up | plugins/de.tudresden.slr.model.bibtex.ui/src/de/tudresden/slr/model/bibtex/ui/presentation/BibtexEditor.java | clean up | |
Java | mpl-2.0 | 105e24b9246e3fbfb4e4a2088ed6ee222106dade | 0 | Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV | package org.helioviewer.jhv.plugins.eveplugin.view.chart;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.RenderingHints;
import java.awt.event.InputEvent;
import java.awt.event.MouseEvent;
import jav... | src/plugins/jhv-eveplugin/src/org/helioviewer/jhv/plugins/eveplugin/view/chart/ChartDrawIntervalPane.java | package org.helioviewer.jhv.plugins.eveplugin.view.chart;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.RenderingHints;
import java.awt.event.InputEvent;
import java.awt.event.MouseEvent;
import jav... | let the jump and move selected interval use the move time from draw controller
git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@7016 b4e469a2-07ce-4b26-9273-4d7d95a670c7
| src/plugins/jhv-eveplugin/src/org/helioviewer/jhv/plugins/eveplugin/view/chart/ChartDrawIntervalPane.java | let the jump and move selected interval use the move time from draw controller | |
Java | agpl-3.0 | 16e6d42967de2a7b6a610b846a23c28ba97c838f | 0 | imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms | package com.imcode.imcms.domain.service.api;
import com.imcode.imcms.domain.dto.MenuDTO;
import com.imcode.imcms.domain.dto.MenuItemDTO;
import com.imcode.imcms.domain.exception.SortNotSupportedException;
import com.imcode.imcms.domain.service.AbstractVersionedContentService;
import com.imcode.imcms.domain.service.Com... | src/main/java/com/imcode/imcms/domain/service/api/DefaultMenuService.java | package com.imcode.imcms.domain.service.api;
import com.imcode.imcms.domain.dto.MenuDTO;
import com.imcode.imcms.domain.dto.MenuItemDTO;
import com.imcode.imcms.domain.exception.SortNotSupportedException;
import com.imcode.imcms.domain.service.AbstractVersionedContentService;
import com.imcode.imcms.domain.service.Com... | Issue IMCMS-501: Menu - Generated output asHtml()
- Add basic api methods;
- Add api implementation generate visible menu html code;
| src/main/java/com/imcode/imcms/domain/service/api/DefaultMenuService.java | Issue IMCMS-501: Menu - Generated output asHtml() - Add basic api methods; - Add api implementation generate visible menu html code; | |
Java | agpl-3.0 | 0a034ff1586a06bf5363a209e53ef52960a92fa7 | 0 | OPEN-ENT-NG/vie-scolaire,OPEN-ENT-NG/vie-scolaire,OPEN-ENT-NG/vie-scolaire,OPEN-ENT-NG/vie-scolaire,OPEN-ENT-NG/vie-scolaire,OPEN-ENT-NG/vie-scolaire | /*
* Copyright (c) Région Hauts-de-France, Département 77, CGI, 2016.
*
* This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public L... | src/main/java/fr/openent/viescolaire/service/impl/DefaultUserService.java | /*
* Copyright (c) Région Hauts-de-France, Département 77, CGI, 2016.
*
* This file is part of OPEN ENT NG. OPEN ENT NG is a versatile ENT Project based on the JVM and ENT Core Project.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public L... | FIX [MN-303] | [ELEVE SUPPRIME] : BirthDate on deleteUsers.
| src/main/java/fr/openent/viescolaire/service/impl/DefaultUserService.java | FIX [MN-303] | [ELEVE SUPPRIME] : BirthDate on deleteUsers. | |
Java | agpl-3.0 | fbc412ba4ec7371a696afe6600dead2bb28ff034 | 0 | ShatalovYaroslav/catalog,ow2-proactive/catalog,ow2-proactive/catalog,ShatalovYaroslav/catalog,ow2-proactive/catalog,ShatalovYaroslav/catalog | /*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | src/main/java/org/ow2/proactive/catalog/service/CatalogObjectService.java | /*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | Fix issues detected by descartes from stamp project. (#157)
* Fix issues detected by descartes from stamp project.
* Fix spotlessApply.
| src/main/java/org/ow2/proactive/catalog/service/CatalogObjectService.java | Fix issues detected by descartes from stamp project. (#157) | |
Java | agpl-3.0 | e0b36464b517383a59a33e20b20bfb94b33fb485 | 0 | Metatavu/kunta-api-server,Metatavu/kunta-api-server,Metatavu/kunta-api-server | package fi.metatavu.kuntaapi.server.integrations.kuntarekry;
import java.io.Serializable;
import java.time.OffsetDateTime;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
@SuppressWarnings ("squid:S3437")
@JsonIgnoreProperties(i... | src/main/java/fi/metatavu/kuntaapi/server/integrations/kuntarekry/KuntaRekryJob.java | package fi.metatavu.kuntaapi.server.integrations.kuntarekry;
import java.io.Serializable;
import java.time.OffsetDateTime;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
@SuppressWarnings ("squid:S3437")
public class KuntaRekryJob implements Serializable {
private static final long ser... | Ignored unknown properties from kunta rekry job
| src/main/java/fi/metatavu/kuntaapi/server/integrations/kuntarekry/KuntaRekryJob.java | Ignored unknown properties from kunta rekry job | |
Java | agpl-3.0 | 5c9b3bdfd150d9bc670569f8deb6901b58b9daa4 | 0 | geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-server | plugin/geomajas-layer-wms/src/main/java/org/geomajas/layer/wms/WmsLayerParameter.java | /*
* This file is part of Geomajas, a component framework for building
* rich Internet applications (RIA) with sophisticated capabilities for the
* display, analysis and management of geographic information.
* It is a building block that allows developers to add maps
* and other geographic data capabilities to the... | MAJ-774 WmsLayer extra parameter
| plugin/geomajas-layer-wms/src/main/java/org/geomajas/layer/wms/WmsLayerParameter.java | MAJ-774 WmsLayer extra parameter | ||
Java | apache-2.0 | 0a3e62397b430f200029e598ac55c79414f562d8 | 0 | dlwhitehurst/blackboard,dlwhitehurst/blackboard | /**
* Copyright 2010 David L. Whitehurst
*
* 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 agre... | src/main/java/org/dlw/ai/blackboard/Brain.java | /**
* Copyright 2010 David L. Whitehurst
*
* 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 agre... | v1.0.0 Release Candidate | src/main/java/org/dlw/ai/blackboard/Brain.java | v1.0.0 Release Candidate | |
Java | apache-2.0 | 7c4cfe76779fbc5455f939503420fa5ddcaf42cb | 0 | condast/AieonF,condast/AieonF | package org.aieonf.orientdb.cache;
import java.io.File;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.Iterator;
import org.aieonf.commons.parser.ParseException;
import org.aieonf.commons.strings.StringUtils;
import org.aieonf.commons.transaction.Abstrac... | Workspace/org.aieonf.orientdb/src/org/aieonf/orientdb/cache/CacheDatabase.java | package org.aieonf.orientdb.cache;
import java.io.File;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collection;
import java.util.Iterator;
import org.aieonf.commons.parser.ParseException;
import org.aieonf.commons.strings.StringUtils;
import org.aieonf.commons.transaction.Abstrac... | Synchronized with laptop | Workspace/org.aieonf.orientdb/src/org/aieonf/orientdb/cache/CacheDatabase.java | Synchronized with laptop | |
Java | apache-2.0 | 8df764375de39949271616ae2ecd1d380e11197a | 0 | tokee/lucene,tokee/lucene,tokee/lucene,tokee/lucene | package org.apache.lucene.analysis.shingle;
/**
* 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... | contrib/analyzers/src/java/org/apache/lucene/analysis/shingle/ShingleAnalyzerWrapper.java | package org.apache.lucene.analysis.shingle;
/**
* 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... | - Fixed messed up indentation/tabs
git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@657281 13f79535-47bb-0310-9956-ffa450edef68
| contrib/analyzers/src/java/org/apache/lucene/analysis/shingle/ShingleAnalyzerWrapper.java | - Fixed messed up indentation/tabs | |
Java | apache-2.0 | 1f250eedfa4d3b2d7d6cdc432f3ce9fe2099893b | 0 | opensingular/singular-core,opensingular/singular-core,opensingular/singular-core,opensingular/singular-core | /*
* Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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
... | form/wicket/src/main/java/org/opensingular/form/wicket/mapper/PanelListMapper.java | /*
* Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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
... | [FORM-WICKET] - Inclusão de mensagem de validação para Mapper do SViewByForm.
| form/wicket/src/main/java/org/opensingular/form/wicket/mapper/PanelListMapper.java | [FORM-WICKET] - Inclusão de mensagem de validação para Mapper do SViewByForm. | |
Java | apache-2.0 | 8df6c043ab281010f779f69d8ea413960d0bc077 | 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 | package org.springframework.jdbc.datasource;
/**
* DataSource transaction object, representing a ConnectionHolder.
* Used as transaction object by DataSourceTransactionManager.
*
* <p>Note: This is an SPI class, not intended to be used by applications.
*
* @author Juergen Hoeller
* @since 02.05.2003
* @see Dat... | src/org/springframework/jdbc/datasource/DataSourceTransactionObject.java | package org.springframework.jdbc.datasource;
/**
* DataSource transaction object, representing a ConnectionHolder.
* Used as transaction object by DataSourceTransactionManager.
*
* <p>Note: This is an SPI class, not intended to be used by applications.
*
* @author Juergen Hoeller
* @since 02.05.2003
* @see Da... | polishing
git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@1115 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
| src/org/springframework/jdbc/datasource/DataSourceTransactionObject.java | polishing | |
Java | apache-2.0 | ca794b627cd7ce9634ce215d39bc757d49e5810f | 0 | bpzhang/dubbo,fengyie007/dubbo,bpzhang/dubbo,fengyie007/dubbo,bpzhang/dubbo,lovepoem/dubbo,wuwen5/dubbo,wuwen5/dubbo,fengyie007/dubbo,lovepoem/dubbo,wuwen5/dubbo,lovepoem/dubbo | /*
* 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 ... | dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/CodecSupport.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 ... | throw exception on path+version not found when decoding request (#8357)
| dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/CodecSupport.java | throw exception on path+version not found when decoding request (#8357) | |
Java | apache-2.0 | ce4d7d7dde5298b3cb716929499cca16cf89657d | 0 | googleinterns/step240-2020,googleinterns/step240-2020,googleinterns/step240-2020,googleinterns/step240-2020 | // Copyright 2020 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | src/main/java/com/google/graphgeckos/dashboard/fetchers/github/GitHubClient.java | // Copyright 2020 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | Move changes to GitHubClient file
| src/main/java/com/google/graphgeckos/dashboard/fetchers/github/GitHubClient.java | Move changes to GitHubClient file | |
Java | apache-2.0 | cf2a8f521460c9ff15465a579b54d17551b03639 | 0 | selendroid/selendroid,luohaoyu/selendroid,rasata/selendroid,vishals79/appium-uiautomator2-driver,uchida/selendroid,selendroid/selendroid,smiklosovic/selendroid,smiklosovic/selendroid,sri096/selendroid,luohaoyu/selendroid,uchida/selendroid,lukeis/selendroid,ghrud92/selendroid,mach6/selendroid,sri096/selendroid,frolovs/s... | /*
* Copyright 2012-2014 eBay Software Foundation and selendroid committers.
*
* 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... | selendroid-standalone/src/main/java/io/selendroid/standalone/android/impl/DefaultAndroidEmulator.java | /*
* Copyright 2012-2014 eBay Software Foundation and selendroid committers.
*
* 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... | Add WXGA720 skin for detection of screen resolution.
| selendroid-standalone/src/main/java/io/selendroid/standalone/android/impl/DefaultAndroidEmulator.java | Add WXGA720 skin for detection of screen resolution. | |
Java | apache-2.0 | ad27594fa35e1df532059a2080a997a4ceeeec4d | 0 | JNOSQL/artemis-extension | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | graph-extension/src/main/java/org/jnosql/artemis/graph/GraphTemplate.java | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | adds news template methods
| graph-extension/src/main/java/org/jnosql/artemis/graph/GraphTemplate.java | adds news template methods | |
Java | apache-2.0 | a8e71e108dfeb7c84ec189add3ba3172e64de0a2 | 0 | trekawek/jackrabbit-oak,anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,apache/jackrabbit-oak,trekawek/jackrabbit-oak,apache/jackrabbit-oak,mreutegg/jackrabbit-oak,anchela/jackrabbit-oak,anchela/jackrabbit-oak,amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,mreutegg/jackrabbit-oak,trekawek/jackrabbit-oak,amit-jain/jack... | /*
* 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-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/session/NodeImpl.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 ... | OAK-4071 - Include node path in VersionException
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1732898 13f79535-47bb-0310-9956-ffa450edef68
| oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/session/NodeImpl.java | OAK-4071 - Include node path in VersionException | |
Java | apache-2.0 | e0fe31e4baf5766a1ce4e0f6810edb7631cba063 | 0 | aarpon/obit_annotation_tool | package ch.ethz.scu.obit.bdfacsdivafcs.readers;
import java.io.*;
import java.nio.*;
import java.util.*;
import ch.ethz.scu.obit.readers.AbstractReader;
/**
* FCSReader parses "Data File Standard for Flow Cytometry, Version FCS3.0 or
* FCS3.1" files.
*
* Parsing is currently not complete: - additional byte buff... | AnnotationToolBDFACSDIVAFCS/ch/ethz/scu/obit/bdfacsdivafcs/readers/FCSReader.java | package ch.ethz.scu.obit.bdfacsdivafcs.readers;
import java.io.*;
import java.nio.*;
import java.util.*;
import ch.ethz.scu.obit.readers.AbstractReader;
/**
* FCSReader parses "Data File Standard for Flow Cytometry, Version FCS3.0 or
* FCS3.1" files.
*
* Parsing is currently not complete: - additional byte buff... | Register the PnCHANNELTYPE parameter if it exists in the FCS file (BD Influx).
| AnnotationToolBDFACSDIVAFCS/ch/ethz/scu/obit/bdfacsdivafcs/readers/FCSReader.java | Register the PnCHANNELTYPE parameter if it exists in the FCS file (BD Influx). |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.