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 | 7278fe73e8685e92df082d308c3d7b8e66c9d441 | 0 | ceylon/ceylon-spec,lucaswerkmeister/ceylon-spec,jvasileff/ceylon-spec,jvasileff/ceylon-spec,ceylon/ceylon-spec,jvasileff/ceylon-spec,ceylon/ceylon-spec | package com.redhat.ceylon.compiler.typechecker.model;
import static com.redhat.ceylon.compiler.typechecker.model.Util.addToIntersection;
import static com.redhat.ceylon.compiler.typechecker.model.Util.intersectionType;
import static com.redhat.ceylon.compiler.typechecker.model.Util.isTypeUnknown;
import static com.red... | src/com/redhat/ceylon/compiler/typechecker/model/Unit.java | package com.redhat.ceylon.compiler.typechecker.model;
import static com.redhat.ceylon.compiler.typechecker.model.Util.addToIntersection;
import static com.redhat.ceylon.compiler.typechecker.model.Util.intersectionType;
import static com.redhat.ceylon.compiler.typechecker.model.Util.isTypeUnknown;
import static com.red... | Added getNonemptySequentialType()
| src/com/redhat/ceylon/compiler/typechecker/model/Unit.java | Added getNonemptySequentialType() | |
Java | apache-2.0 | 90b4ea2d2748761e2364e7272fd787ba512362b9 | 0 | MCUpdater/MCU-API | package org.mcupdater.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.io.FileUtils;
import org.mcupdater.*;
import org.mcupdater.api.Version;
import org.mcupdater.downloadlib.*... | src/main/java/org/mcupdater/util/MCUpdater.java | package org.mcupdater.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.io.File... | API refactor and cleanup
| src/main/java/org/mcupdater/util/MCUpdater.java | API refactor and cleanup | |
Java | apache-2.0 | 3c3496f30b14eab35de42896e8bb852922253bae | 0 | andryr/Harmony-Music-Player,andryr/Harmony-Music-Player | package com.andryr.musicplayer;
import android.app.Service;
import android.appwidget.AppWidgetManager;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
... | app/src/main/java/com/andryr/musicplayer/PlaybackService.java | package com.andryr.musicplayer;
import android.app.Service;
import android.appwidget.AppWidgetManager;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
... | code plus lisible
| app/src/main/java/com/andryr/musicplayer/PlaybackService.java | code plus lisible | |
Java | apache-2.0 | c39f9f16fd0387884acd3bc8fd7a8dffe4606bf7 | 0 | ayltai/Newspaper | package com.github.ayltai.newspaper;
import android.app.Application;
import com.facebook.common.logging.FLog;
import com.facebook.stetho.Stetho;
import com.github.ayltai.newspaper.util.TestUtils;
import com.squareup.leakcanary.LeakCanary;
public abstract class BaseApplication extends Application {
@Override
... | app/src/debug/java/com/github/ayltai/newspaper/BaseApplication.java | package com.github.ayltai.newspaper;
import android.app.Application;
import com.facebook.common.logging.FLog;
import com.facebook.stetho.Stetho;
import com.github.ayltai.newspaper.util.TestUtils;
import com.squareup.leakcanary.LeakCanary;
public abstract class BaseApplication extends Application {
@Override
... | Disable Facebook Stetho in tests
| app/src/debug/java/com/github/ayltai/newspaper/BaseApplication.java | Disable Facebook Stetho in tests | |
Java | apache-2.0 | 5a9da320d4c1bd54dfc95bcd8559c36fccf28e3a | 0 | zengfeng1993/ZFAndroidFramework | package com.zero.android.constact;
import com.zero.android.common.BasePresent;
import com.zero.android.common.BaseView;
import com.zero.android.entity.User;
/**
* Created by zengfeng on 16/7/10.
*/
public interface LoginConstact {
public interface View extends BaseView<BasePresent>{
void showLoginError(... | app/src/main/java/com/zero/android/constact/LoginConstact.java | package com.zero.android.constact;
import com.zero.android.common.BasePresent;
import com.zero.android.common.BaseView;
/**
* Created by zengfeng on 16/7/10.
*/
public class LoginConstact {
public interface View extends BaseView<BasePresent>{
void showLoginError();
void showLoading();
vo... | mvp constact
| app/src/main/java/com/zero/android/constact/LoginConstact.java | mvp constact | |
Java | apache-2.0 | d5cdaa72783a93cac8965987050696a6bd12e690 | 0 | linkedin/WhereHows,mars-lan/WhereHows,camelliazhang/WhereHows,theseyi/WhereHows,camelliazhang/WhereHows,camelliazhang/WhereHows,alyiwang/WhereHows,linkedin/WhereHows,theseyi/WhereHows,linkedin/WhereHows,theseyi/WhereHows,theseyi/WhereHows,mars-lan/WhereHows,linkedin/WhereHows,camelliazhang/WhereHows,theseyi/WhereHows,c... | /**
* Copyright 2015 LinkedIn Corp. 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 applica... | wherehows-frontend/app/controllers/api/v2/Dataset.java | /**
* Copyright 2015 LinkedIn Corp. 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 applica... | Fix DatasetOwenr number check (#1094)
| wherehows-frontend/app/controllers/api/v2/Dataset.java | Fix DatasetOwenr number check (#1094) | |
Java | apache-2.0 | 086d41100994de361803a56747c0bbdf5550efbe | 0 | gotmyjobs/couchbase-lite-android,0359xiaodong/couchbase-lite-android,vladoatanasov/couchbase-lite-android,cesine/couchbase-lite-android,vladoatanasov/couchbase-lite-android,0359xiaodong/couchbase-lite-android,cesine/couchbase-lite-android,msdgwzhy6/couchbase-lite-android,Spotme/couchbase-lite-android,netsense-sas/couch... | package com.couchbase.cblite.testapp.tests;
import android.test.InstrumentationTestCase;
import com.couchbase.cblite.support.CBLMultipartReader;
import com.couchbase.cblite.support.CBLMultipartReaderDelegate;
import junit.framework.Assert;
import org.apache.http.util.ByteArrayBuffer;
import java.io.ByteArrayInputS... | java/com/couchbase/cblite/testapp/tests/MultipartReader.java | package com.couchbase.cblite.testapp.tests;
import android.test.InstrumentationTestCase;
import com.couchbase.cblite.support.CBLMultipartReader;
import com.couchbase.cblite.support.CBLMultipartReaderDelegate;
import junit.framework.Assert;
import org.apache.http.util.ByteArrayBuffer;
import java.io.ByteArrayInputS... | implement append(). issue #47
| java/com/couchbase/cblite/testapp/tests/MultipartReader.java | implement append(). issue #47 | |
Java | apache-2.0 | 85ea177b76688590762b2f68bb61f5277eda6c7c | 0 | samaitra/jena,apache/jena,CesarPantoja/jena,samaitra/jena,atsolakid/jena,tr3vr/jena,apache/jena,samaitra/jena,adrapereira/jena,jianglili007/jena,atsolakid/jena,atsolakid/jena,tr3vr/jena,jianglili007/jena,adrapereira/jena,CesarPantoja/jena,kamir/jena,jianglili007/jena,kamir/jena,jianglili007/jena,kidaa/jena,tr3vr/jena,k... | /*
* 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 ... | jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Model.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 ... | Fix javadoc
git-svn-id: bc509ec38c1227b3e85ea1246fda136342965d36@1522578 13f79535-47bb-0310-9956-ffa450edef68
| jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Model.java | Fix javadoc | |
Java | apache-2.0 | 464f05c2c3e5eac98e4f0f78419cc54938b2827a | 0 | dvamedveda/b.savelev,dvamedveda/b.savelev | package ru.job4j.condition;
/**
* Класс Point, содержащий класс, конструктор и метод для работы с точнами.
*
* @author - b.savelev (mailto: justmustdie@yandex.ru)
* @version - 1.0
* @since 0.1
*/
public class Point {
/**
* Поля класса, обозначающие его координаты.
*/
private int x, y;
/**
... | chapter_001/src/main/java/ru/job4j/condition/Point.java | package ru.job4j.condition;
/**
* Класс Point, содержащий класс, конструктор и метод для работы с точнами.
*
* @author - b.savelev (mailto: justmustdie@yandex.ru)
* @version - 1.0
* @since 0.1
*/
public class Point {
/**
* Поля класса, обозначающие его координаты.
*/
private int x, y;
/**
... | Метод Point.is() теперь не использует геттеры, а обращается к полям Point напрямую / 3.2. Положение точки [#28516]
| chapter_001/src/main/java/ru/job4j/condition/Point.java | Метод Point.is() теперь не использует геттеры, а обращается к полям Point напрямую / 3.2. Положение точки [#28516] | |
Java | apache-2.0 | e9f32256c438d3560a986ae5695e25da748587be | 0 | bmaupin/android-sms-plus | /*
* Copyright (C) 2008 Esmertec AG.
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | src/com/android/mms/ui/MessageListAdapter.java | /*
* Copyright (C) 2008 Esmertec AG.
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | Adopt LruCache in MMS.
Change-Id: I644e0928f9e93d885713c037a5beef067cf5c2d3
http://b/3184897
| src/com/android/mms/ui/MessageListAdapter.java | Adopt LruCache in MMS. | |
Java | apache-2.0 | 17537496e5b5c7fb6218648609d84760e1c3bade | 0 | babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble | // JxpServlet.java
package ed.appserver.jxp;
import java.io.*;
import java.util.*;
import java.util.regex.*;
import ed.js.*;
import ed.util.*;
import ed.js.engine.*;
import ed.js.func.*;
import ed.appserver.*;
import ed.net.httpserver.*;
public class JxpServlet {
JxpServlet( AppContext context , JxpSource... | src/main/ed/appserver/jxp/JxpServlet.java | // JxpServlet.java
package ed.appserver.jxp;
import java.io.*;
import java.util.*;
import java.util.regex.*;
import ed.js.*;
import ed.util.*;
import ed.js.engine.*;
import ed.js.func.*;
import ed.appserver.*;
import ed.net.httpserver.*;
public class JxpServlet {
JxpServlet( AppContext context , JxpSource... | added new lines to head.push() jxp method
| src/main/ed/appserver/jxp/JxpServlet.java | added new lines to head.push() jxp method | |
Java | apache-2.0 | 57b6254a1a113e889c93cb76ab408d6d9c8b83aa | 0 | StoryMaker/storypath,scalio/storypath,scalio/storypath,n8fr8/storypath,n8fr8/storypath,scalio/storypath,n8fr8/storypath,StoryMaker/storypath,StoryMaker/storypath | package scal.io.liger;
import android.content.Context;
import android.content.res.AssetManager;
import android.os.Environment;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io... | lib/src/main/java/scal/io/liger/JsonHelper.java | package scal.io.liger;
import android.content.Context;
import android.content.res.AssetManager;
import android.os.Environment;
import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io... | set hard coded language to null before pushing
| lib/src/main/java/scal/io/liger/JsonHelper.java | set hard coded language to null before pushing | |
Java | apache-2.0 | 393dae0db89c43325ccf54800c56d30c3c1b9b65 | 0 | S-Bartfast/cgeo,madankb/cgeo,kumy/cgeo,matej116/cgeo,madankb/cgeo,superspindel/cgeo,auricgoldfinger/cgeo,mucek4/cgeo,brok85/cgeo,cgeo/cgeo,cgeo/cgeo,schwabe/cgeo,pstorch/cgeo,cgeo/cgeo,Huertix/cgeo,tobiasge/cgeo,rsudev/c-geo-opensource,xiaoyanit/cgeo,ThibaultR/cgeo,cgeo/cgeo,SammysHP/cgeo,samueltardieu/cgeo,yummy222/cg... | package cgeo.geocaching.network;
import cgeo.geocaching.CgeoApplication;
import cgeo.geocaching.R;
import cgeo.geocaching.compatibility.Compatibility;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.files.LocalStorage;
import cgeo.geocaching.list.StoredList;
import cgeo.geocaching.utils.Cance... | main/src/cgeo/geocaching/network/HtmlImage.java | package cgeo.geocaching.network;
import cgeo.geocaching.CgeoApplication;
import cgeo.geocaching.R;
import cgeo.geocaching.compatibility.Compatibility;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.files.LocalStorage;
import cgeo.geocaching.list.StoredList;
import cgeo.geocaching.utils.Cance... | fix #4493: mass-refreshing caches won't refresh stale images
| main/src/cgeo/geocaching/network/HtmlImage.java | fix #4493: mass-refreshing caches won't refresh stale images | |
Java | apache-2.0 | 1246be5b9296788c771a167c41c6ce774d537872 | 0 | EvilMcJerkface/Aeron,mikeb01/Aeron,galderz/Aeron,galderz/Aeron,EvilMcJerkface/Aeron,galderz/Aeron,real-logic/Aeron,real-logic/Aeron,mikeb01/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,mikeb01/Aeron,galderz/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron | package io.aeron.archive;
import io.aeron.Counter;
import io.aeron.archive.codecs.RecordingDescriptorDecoder;
import io.aeron.archive.codecs.RecordingDescriptorEncoder;
import org.agrona.IoUtil;
import org.agrona.concurrent.EpochClock;
import org.agrona.concurrent.UnsafeBuffer;
import org.junit.After;
import org.junit... | aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java | package io.aeron.archive;
import io.aeron.Counter;
import io.aeron.archive.codecs.RecordingDescriptorDecoder;
import io.aeron.archive.codecs.RecordingDescriptorEncoder;
import org.agrona.IoUtil;
import org.agrona.concurrent.EpochClock;
import org.agrona.concurrent.UnsafeBuffer;
import org.junit.After;
import org.junit... | [Java] Remove unnecessary throws clause.
| aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java | [Java] Remove unnecessary throws clause. | |
Java | bsd-2-clause | 11a68bde310bca5247d0f1f5f44291e4813f4d8f | 0 | insideo/randomcoder-proxy-server | package com.randomcoder.proxy.server;
import java.io.*;
import java.net.SocketException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.*;
import org.apache.log4j.Logger;
import org.springframework.validation.BindException;
import org.springframework.web.servlet.ModelAndView;
import org.springfr... | src/main/java/com/randomcoder/proxy/server/ReceiveController.java | package com.randomcoder.proxy.server;
import java.io.*;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.*;
import org.apache.log4j.Logger;
import org.springframework.validation.BindException;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.AbstractC... | Added SocketException check in receive controller to prevent ugly error message.
git-svn-id: 1be577d5ccfeb0e1edc890f9098b91442b983048@763 5bee6cb3-3d18-0410-8c93-a642edd49b48
| src/main/java/com/randomcoder/proxy/server/ReceiveController.java | Added SocketException check in receive controller to prevent ugly error message. | |
Java | bsd-3-clause | d326129ff22330dd10a936a1e5d1313879f1eb64 | 0 | NCIP/catissue-advanced-query,NCIP/catissue-advanced-query |
package edu.wustl.common.query.impl;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
... | WEB-INF/src/edu/wustl/common/query/impl/AbstractXQueryGenerator.java |
package edu.wustl.common.query.impl;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
... | Changes for temporal Queries
SVN-Revision: 5139
| WEB-INF/src/edu/wustl/common/query/impl/AbstractXQueryGenerator.java | Changes for temporal Queries | |
Java | bsd-3-clause | 17e6f702d78012b333495df6fa4779aaec5ba795 | 0 | koles/gooddata-agent | /*
* Copyright (c) 2009, GoodData Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of con... | src/main/java/com/gooddata/agent/api/GdcRESTApiWrapper.java | /*
* Copyright (c) 2009, GoodData Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of con... | HTTP User Agent is "GoodData Agent/VERSION" now
(it was GoodData CL/1.2.68 before!)
| src/main/java/com/gooddata/agent/api/GdcRESTApiWrapper.java | HTTP User Agent is "GoodData Agent/VERSION" now | |
Java | mit | 411d293fe9b9b65b8d8e126dd3111b2fae2cebb1 | 0 | smblott-github/intent_radio,smblott-github/intent_radio,smblott-github/intent_radio | package org.smblott.intentradio;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.content.Context;
import android.os.AsyncTask;;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.text.Spanned;
import android.view.View;
import a... | src/org/smblott/intentradio/IntentRadio.java | package org.smblott.intentradio;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.content.Context;
import android.os.AsyncTask;;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.text.Spanned;
import android.view.View;
import a... | Begin task completion tests.
| src/org/smblott/intentradio/IntentRadio.java | Begin task completion tests. | |
Java | mit | 63b09fa7de19f7edab8178303561bd79e557a574 | 0 | JCThePants/NucleusFramework,JCThePants/NucleusFramework | /*
* This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* 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 ... | src/com/jcwhatever/nucleus/utils/Coords3Di.java | /*
* This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* 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 ... | fix incorrect return type in Coords3Di#getDelta
| src/com/jcwhatever/nucleus/utils/Coords3Di.java | fix incorrect return type in Coords3Di#getDelta | |
Java | mit | b944a9b49d43abaf9aa879f21165f3ce086b0381 | 0 | mym987/CPS308_Game_Final,mym987/CPS308_Game_Final | package voogasalad_GucciGames.gameData;
import java.io.File;
import java.text.DateFormat;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.ResourceBundle;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.... | src/voogasalad_GucciGames/gameData/XStreamGameEngine.java | package voogasalad_GucciGames.gameData;
import java.io.File;
import java.text.DateFormat;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.ResourceBundle;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.... | made loading more robust
| src/voogasalad_GucciGames/gameData/XStreamGameEngine.java | made loading more robust | |
Java | mit | 8b9b4ea89595b8b49f567a35752e6a6ce1db052f | 0 | seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core | package edu.psu.compbio.seqcode.projects.akshay.MultiSeq;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.HashMap;
import java... | src/edu/psu/compbio/seqcode/projects/akshay/MultiSeq/MultiLogistic.java | package edu.psu.compbio.seqcode.projects.akshay.MultiSeq;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.... | Generated serialVersionUID's MultiLogistic class that implements
Serializable | src/edu/psu/compbio/seqcode/projects/akshay/MultiSeq/MultiLogistic.java | Generated serialVersionUID's MultiLogistic class that implements Serializable | |
Java | mit | 2f143f498fab9e9af0716a965e8b6a396a73ff36 | 0 | ihongs/HongsCORE.new,ihongs/HongsCORE.new,ihongs/HongsCORE.new,ihongs/HongsCORE.new,ihongs/HongsCORE.new | package app.hongs.action.anno;
import app.hongs.Cnst;
import app.hongs.HongsException;
import app.hongs.action.ActionHelper;
import app.hongs.action.ActionRunner;
import app.hongs.action.FormSet;
import app.hongs.action.SelectHelper;
import app.hongs.util.Synt;
import java.lang.annotation.Annotation;
import ... | hongs-core/src/main/java/app/hongs/action/anno/SelectInvoker.java | package app.hongs.action.anno;
import app.hongs.Cnst;
import app.hongs.HongsException;
import app.hongs.action.ActionHelper;
import app.hongs.action.ActionRunner;
import app.hongs.action.FormSet;
import app.hongs.action.SelectHelper;
import app.hongs.util.Synt;
import java.lang.annotation.Annotation;
import ... | 更改会话参数 | hongs-core/src/main/java/app/hongs/action/anno/SelectInvoker.java | 更改会话参数 | |
Java | mit | ff3989da1883cd0feb839f280847ee9c3d1fcc4f | 0 | opennars/opennars,opennars/opennars,opennars/opennars,opennars/opennars | /**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be us... | src/main/java/org/opennars/entity/BudgetValue.java | /**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be us... | Docs: removed 'the'
| src/main/java/org/opennars/entity/BudgetValue.java | Docs: removed 'the' | |
Java | agpl-3.0 | 600bea970d7058348c141f918f669f253ec842b7 | 0 | agentcontest/massim,agentcontest/massim,agentcontest/massim,agentcontest/massim | package massim.scenario.city;
import massim.config.TeamConfig;
import massim.protocol.messagecontent.Action;
import massim.protocol.messagecontent.RequestAction;
import massim.protocol.messagecontent.SimStart;
import massim.protocol.scenario.city.data.ActionData;
import massim.protocol.scenario.city.data.JobData;
impo... | server/src/test/java/massim/scenario/city/CitySimulationTest.java | package massim.scenario.city;
import massim.config.TeamConfig;
import massim.protocol.messagecontent.Action;
import massim.protocol.messagecontent.RequestAction;
import massim.protocol.messagecontent.SimStart;
import massim.protocol.scenario.city.data.ActionData;
import massim.protocol.scenario.city.data.JobData;
impo... | add test for shops/trade
| server/src/test/java/massim/scenario/city/CitySimulationTest.java | add test for shops/trade | |
Java | agpl-3.0 | f01221e696cd25955bcbdca0407d00531734e2d9 | 0 | sabarish14/agreementmaker,Stanwar/agreementmaker,sabarish14/agreementmaker,Stanwar/agreementmaker,Stanwar/agreementmaker,sabarish14/agreementmaker,Stanwar/agreementmaker,sabarish14/agreementmaker | package am;
import java.io.PrintStream;
/**
* GSM class contains global static variables that are used through out the program.
*
* @author ADVIS Research Laboratory
* @version 11/27/2004
*/
public class GlobalStaticVariables
{
// AgreementMaker Version!
public static final String AgreementMakerVers... | AgreementMaker/src/am/GlobalStaticVariables.java | package am;
import java.io.PrintStream;
/**
* GSM class contains global static variables that are used through out the program.
*
* @author ADVIS Research Laboratory
* @version 11/27/2004
*/
public class GlobalStaticVariables
{
// AgreementMaker Version!
public static final String AgreementMakerVers... | Version 0.23
| AgreementMaker/src/am/GlobalStaticVariables.java | Version 0.23 | |
Java | lgpl-2.1 | 3f90d7887d7d04995b1ec7107c3122dadc9b9388 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.web.struts;
/*
* Copyright (C) 2002-2008 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... | intermine/web/main/src/org/intermine/web/struts/QuickSearchAction.java | package org.intermine.web.struts;
/*
* Copyright (C) 2002-2008 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... | after quicksearch, remove the last query ran. otherwise the original template query shows up on the results page. there's probably a more graceful way to handle this, but I couldn't think of one. I don't see a way to determine if a user has just run the quick search - other than to add a new special flag.
Former-... | intermine/web/main/src/org/intermine/web/struts/QuickSearchAction.java | after quicksearch, remove the last query ran. otherwise the original template query shows up on the results page. there's probably a more graceful way to handle this, but I couldn't think of one. I don't see a way to determine if a user has just run the quick search - other than to add a new special flag. | |
Java | lgpl-2.1 | 58c722c4379dbd4024907362561a59462a86319e | 0 | SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eu.seebetter.ini.chips.davis;
import net.sf.jaer.Description;
import net.sf.jaer.DevelopmentStatus;
import net.sf.jae... | src/eu/seebetter/ini/chips/davis/DavisRGBW640.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eu.seebetter.ini.chips.davis;
import net.sf.jaer.Description;
import net.sf.jaer.DevelopmentStatus;
import net.sf.jae... | changed DavisRGBW640 extractor to be compatible with D4A Sm3
git-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@6653 b7f4320f-462c-0410-a916-d9f35bb82d52
| src/eu/seebetter/ini/chips/davis/DavisRGBW640.java | changed DavisRGBW640 extractor to be compatible with D4A Sm3 | |
Java | unlicense | eabb95e101a42eccc977df5a53304181cfd13ab1 | 0 | SleepyTrousers/EnderIO,HenryLoenwind/EnderIO | package crazypants.enderio.conduit;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.CopyOnWriteArrayList;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com... | src/main/java/crazypants/enderio/conduit/TileConduitBundle.java | package crazypants.enderio.conduit;
import static crazypants.enderio.base.ModObject.blockConduitBundle;
import static crazypants.enderio.base.config.Config.transparentFacadesLetThroughBeaconBeam;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashSet;
import java.u... | Began Work on TileConduitBundle
Still need to separate conduit types from the tile if possible. | src/main/java/crazypants/enderio/conduit/TileConduitBundle.java | Began Work on TileConduitBundle | |
Java | apache-2.0 | 95ee62f36e093a9528af77901a63ec204db7664e | 0 | valid4j/http-matchers | package org.valid4j.matchers.http;
import org.junit.Test;
import javax.ws.rs.core.*;
import javax.ws.rs.core.Response.Status;
import javax.ws.rs.core.Response.StatusType;
import java.util.Date;
import java.util.Locale;
import static javax.ws.rs.core.MediaType.*;
import static javax.ws.rs.core.Response.Status.*;
impo... | src/test/java/org/valid4j/matchers/http/HttpResponseMatchersTest.java | package org.valid4j.matchers.http;
import org.junit.Test;
import javax.ws.rs.core.*;
import javax.ws.rs.core.Response.Status;
import javax.ws.rs.core.Response.StatusType;
import java.util.Date;
import java.util.Locale;
import static javax.ws.rs.core.MediaType.*;
import static javax.ws.rs.core.Response.Status.*;
impo... | Corrected failing unit test
| src/test/java/org/valid4j/matchers/http/HttpResponseMatchersTest.java | Corrected failing unit test | |
Java | apache-2.0 | abbfdfe7476a3116b7d4deb1b0408df1a39e2e40 | 0 | leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc | package com.saaavsaaa.client.zookeeper;
import com.saaavsaaa.client.cache.PathStatus;
import com.saaavsaaa.client.cache.PathTree;
import com.saaavsaaa.client.election.LeaderElection;
import com.saaavsaaa.client.utility.PathUtil;
import com.saaavsaaa.client.utility.constant.Constants;
import com.saaavsaaa.client.utilit... | src/main/java/com/saaavsaaa/client/zookeeper/CacheClient.java | package com.saaavsaaa.client.zookeeper;
/**
* Created by aaa on 18-5-2.
* todo log
*/
public final class CacheClient extends UsualClient {
CacheClient(String servers, int sessionTimeoutMilliseconds) {
super(servers, sessionTimeoutMilliseconds);
}
}
| cache restart
| src/main/java/com/saaavsaaa/client/zookeeper/CacheClient.java | cache restart | |
Java | apache-2.0 | 3e7ca1550b17f595ee8034a426e3d0ff8d17736b | 0 | ox-it/wl-course-signup,ox-it/wl-course-signup,ox-it/wl-course-signup,ox-it/wl-course-signup,ox-it/wl-course-signup | package uk.ac.ox.oucs.vle;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashMa... | impl/src/main/java/uk/ac/ox/oucs/vle/XcriOxCapPopulatorImpl.java | package uk.ac.ox.oucs.vle;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashMa... | WL-2639 Use objects to reduce arguments
| impl/src/main/java/uk/ac/ox/oucs/vle/XcriOxCapPopulatorImpl.java | WL-2639 Use objects to reduce arguments | |
Java | apache-2.0 | 9952b2630efa209764f5f07e876519658635c36f | 0 | Sylvain-Bugat/rundeck-slack-plugin,johnpaularthur/rundeck-slack-plugin | package com.github.sbugat.rundeck.plugins;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.text.DateFormat;
import java.util.Date;
import java.util.List;
import java.ut... | src/main/java/com/github/sbugat/rundeck/plugins/SlackPlugin.java | package com.github.sbugat.rundeck.plugins;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.text.DateFormat;
import java.util.Date;
import java.util.List;
import java.ut... | Add comments and code reorder
| src/main/java/com/github/sbugat/rundeck/plugins/SlackPlugin.java | Add comments and code reorder | |
Java | apache-2.0 | 799e593d93280d3302f681174f4d7290af7c3d6c | 0 | BrianBreniser/PSUCS410AgileProject | /*
* How to use this module:
* Run this program after running make:
* java -cp .:./lib:./lib/commons-net-3.3.jar -ea test
* need the -ea options or else the assert statements WILL NOT RUN
* I recommend doing this from the command line
* in intellij IDEA it works in the included terminal, alt+f12
*/
import java... | test.java | import java.io.IOException;
import org.apache.commons.net.ftp.FTPClient;
import org.apache.commons.net.ftp.FTPReply;
import java.net.InetAddress;
import java.lang.Process;
import java.lang.Runtime;
public class test {
private static Runtime rt = Runtime.getRuntime();
private static String thesystem = "linux";... | added some inline documentation to test.java
| test.java | added some inline documentation to test.java | |
Java | apache-2.0 | 3c5311855a99c8dc1d833d47fe44b5fd37019011 | 0 | kairosdb/kairosdb,ppbizapps/kairosdb,ppbizapps/kairosdb,kairosdb/kairosdb,kairosdb/kairosdb,ppbizapps/kairosdb,kairosdb/kairosdb,kairosdb/kairosdb,ppbizapps/kairosdb,kairosdb/kairosdb,ppbizapps/kairosdb | /*
* Copyright 2016 KairosDB Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | src/main/java/org/kairosdb/core/datastore/KairosDatastore.java | /*
* Copyright 2016 KairosDB Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Add simple exception message for cache director creation
| src/main/java/org/kairosdb/core/datastore/KairosDatastore.java | Add simple exception message for cache director creation | |
Java | apache-2.0 | 8dd2841ac1d6c7a06eaf9d95aec9b080213a771e | 0 | manojrg86/seleniumtestsframework,malcolmshen/seleniumtestsframework,SaiVDivya04/Automation-Code-,TestingForum/seleniumtestsframework,pratikbarjatya/seleniumtestsframework,malcolmshen/seleniumtestsframework,pratikbarjatya/seleniumtestsframework,tarun3kumar/seleniumtestsframework,pratikbarjatya/seleniumtestsframework,tar... | package com.seleniumtests.reporter;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer... | src/main/java/com/seleniumtests/reporter/HTMLReporter.java | package com.seleniumtests.reporter;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer... | update file name
| src/main/java/com/seleniumtests/reporter/HTMLReporter.java | update file name | |
Java | apache-2.0 | 8a1245d433b03900f48167abc5055aa3a0eca637 | 0 | DaanHoogland/cloudstack,argv0/cloudstack,cinderella/incubator-cloudstack,argv0/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,wido/cloudstack,mufaddalq/cloudstack-datera-driver,jcshen007/cloudstack,argv0/cloudstack,resmo/cloudstack,wido/cloudstack,DaanHoogland/cloudstack,cinderella/incubator-cloudstack,argv0/clou... | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, e... | core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, e... | bug 6807: first ip is different from sourcenat
status 6807: resolved fixed
| core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java | bug 6807: first ip is different from sourcenat status 6807: resolved fixed | |
Java | apache-2.0 | 0e6c2a928790cc89d135167f6ed68ae64dd20c2a | 0 | apache/karaf-cellar,apache/karaf-cellar | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distrib... | core/src/main/java/org/apache/karaf/cellar/core/CellarSupport.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distrib... | Slightly optimized code for group configuration
management
| core/src/main/java/org/apache/karaf/cellar/core/CellarSupport.java | Slightly optimized code for group configuration management | |
Java | apache-2.0 | c084b9b8504c1848b061ff8d2e35606bcb0d55e3 | 0 | danberindei/JGroups,deepnarsay/JGroups,vjuranek/JGroups,Sanne/JGroups,rpelisse/JGroups,ibrahimshbat/JGroups,ibrahimshbat/JGroups,ibrahimshbat/JGroups,TarantulaTechnology/JGroups,deepnarsay/JGroups,kedzie/JGroups,slaskawi/JGroups,belaban/JGroups,pruivo/JGroups,danberindei/JGroups,pruivo/JGroups,ibrahimshbat/JGroups,slas... | package org.jgroups.protocols;
import org.jgroups.*;
import org.jgroups.annotations.*;
import org.jgroups.conf.PropertyConverters;
import org.jgroups.stack.IpAddress;
import org.jgroups.stack.Protocol;
import org.jgroups.stack.ProtocolStack;
import org.jgroups.util.*;
import org.jgroups.util.Queue;
import org.jgroups... | src/org/jgroups/protocols/TP.java | package org.jgroups.protocols;
import org.jgroups.*;
import org.jgroups.annotations.*;
import org.jgroups.conf.PropertyConverters;
import org.jgroups.stack.IpAddress;
import org.jgroups.stack.Protocol;
import org.jgroups.stack.ProtocolStack;
import org.jgroups.util.*;
import org.jgroups.util.Queue;
import org.jgroups... | - deprecated send_on_all_interfaces and send_interfaces: bad option anyway which generates a lot of traffic. Use IP bonding or something similar if this is needed
| src/org/jgroups/protocols/TP.java | - deprecated send_on_all_interfaces and send_interfaces: bad option anyway which generates a lot of traffic. Use IP bonding or something similar if this is needed | |
Java | apache-2.0 | 0329dc8bdd4a6002479242ee2ead2b30099a84d4 | 0 | soulwarelabs/jParley-Core | /*
* Project: jParley-Core
* Outline: jParley framework core components
*
* File: StandardSubroutine.java
* Folder: /.../com/soulwarelabs/jparley/core
* Revision: 1.06, 16 April 2014
* Created: 10 March 2014
* Author: Ilya Gubarev
*
* Copyright (c) 2014 Soulware Labs, Ltd.
* Contact information is... | src/main/java/com/soulwarelabs/jparley/core/StandardSubroutine.java | /*
* Project: jParley-Core
* Outline: jParley framework core components
*
* File: StandardSubroutine.java
* Folder: /.../com/soulwarelabs/jparley/core
* Revision: 1.06, 16 April 2014
* Created: 10 March 2014
* Author: Ilya Gubarev
*
* Copyright (c) 2014 Soulware Labs, Ltd.
* Contact information is... | StandardSubroutine .print() implementation updated
| src/main/java/com/soulwarelabs/jparley/core/StandardSubroutine.java | StandardSubroutine .print() implementation updated | |
Java | apache-2.0 | 6f15ab2bc33ffb26a541254b27a3d5252db48a59 | 0 | codehaus-plexus/plexus-utils,codehaus-plexus/plexus-utils,codehaus-plexus/plexus-utils | package org.codehaus.plexus.util.cli;
/*
* Copyright The Codehaus Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | src/main/java/org/codehaus/plexus/util/cli/Commandline.java | package org.codehaus.plexus.util.cli;
/*
* Copyright The Codehaus Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | Add public String[] getRawCommandline() to avoid OS dependency code in
unit tests | src/main/java/org/codehaus/plexus/util/cli/Commandline.java | Add public String[] getRawCommandline() to avoid OS dependency code in unit tests | |
Java | bsd-3-clause | b6e63ff080ecd77cceca12466414646fe5e1f98a | 0 | jongo216/timestamp | /** Copyright (c) 2014, Group D in course TNM082
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and t... | src/com/example/timestamp/Start.java | /** Copyright (c) 2014, Group D in course TNM082
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and t... | Changing clock text color to black
| src/com/example/timestamp/Start.java | Changing clock text color to black | |
Java | bsd-3-clause | 1b60bf3c19a2b647cdead90d0a7b3feaa7655bda | 0 | BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex | package org.basex.query.func.crypto;
import java.security.*;
import java.util.*;
import java.security.cert.X509Certificate;
import javax.xml.crypto.*;
import javax.xml.crypto.dsig.*;
import javax.xml.crypto.dsig.keyinfo.*;
/**
* Extracts a key from a given {@link KeyInfo} object.
*
* @author BaseX Team 2005-21, B... | basex-core/src/main/java/org/basex/query/func/crypto/MyKeySelector.java | package org.basex.query.func.crypto;
import java.security.*;
import java.util.*;
import javax.security.cert.*;
import javax.security.cert.Certificate;
import javax.xml.crypto.*;
import javax.xml.crypto.dsig.*;
import javax.xml.crypto.dsig.keyinfo.*;
/**
* Extracts a key from a given {@link KeyInfo} object.
*
* @a... | [MOD] XQuery, validate:signature: JDK11 upgrade | basex-core/src/main/java/org/basex/query/func/crypto/MyKeySelector.java | [MOD] XQuery, validate:signature: JDK11 upgrade | |
Java | isc | 65d5860fd9f61580553fe0b09d1e8ce5962b2fac | 0 | nwillc/almost-functional | /*
* Copyright (c) 2015, nwillc@gmail.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR D... | src/test/java/almost/functional/reactive/BroadcastObserverTest.java | /*
* Copyright (c) 2015, nwillc@gmail.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR D... | Increased test coverage
| src/test/java/almost/functional/reactive/BroadcastObserverTest.java | Increased test coverage | |
Java | mit | e01c11cf006abb9eab52edd26d6e1f0cde58eac8 | 0 | JoelJ/LinkedArrayList | package com.joelj.collections;
/**
* Simple Pair class.
* Has two values: first and second that are individually typed.
*
* User: Joel Johnson
* Date: 2/16/13
* Time: 4:58 PM
*/
public class Pair<FIRST, SECOND> {
private final FIRST first;
private final SECOND second;
public static <FIRST, SECOND> Pair of(F... | src/main/java/com/joelj/collections/Pair.java | package com.joelj.collections;
/**
* User: Joel Johnson
* Date: 2/16/13
* Time: 4:58 PM
*/
public class Pair<FIRST, SECOND> {
private final FIRST first;
private final SECOND second;
public static <FIRST, SECOND> Pair of(FIRST first, SECOND second) {
return new Pair<FIRST, SECOND>(first, second);
}
private... | adding javadoc
| src/main/java/com/joelj/collections/Pair.java | adding javadoc | |
Java | mit | f27918d4bdfcd7e7c8cf9464e174dfba3830aa5a | 0 | kamontat/CheckIDNumberA,kamontat/CheckIDNumberA,kamontat/CheckIDNumberA | package com.kamontat.checkidnumber.view.fragment;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.TextWatcher;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vi... | app/src/main/java/com/kamontat/checkidnumber/view/fragment/InputFragment.java | package com.kamontat.checkidnumber.view.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.kamon... | Update with main
| app/src/main/java/com/kamontat/checkidnumber/view/fragment/InputFragment.java | Update with main | |
Java | mit | edb1c4b3b2e27e7aeffa6507699388b44ff7b25c | 0 | yonglehou/moco,ForrestVV/moco,zhigang1992/moco,jasonchaffee/moco,zhigang1992/moco,ruiruiguo/moco,dreamhead/moco,sandyway/moco,ysjian/moco,cgourlay/moco,yonglehou/moco,dreamhead/moco,ForrestAlfred/moco,ForrestVV/moco,jasonchaffee/moco,sandyway/moco,ruiruiguo/moco,LiuShulong/moco,ForrestAlfred/moco,ysjian/moco,cgourlay/m... | package com.github.dreamhead.moco.resource.reader;
import com.github.dreamhead.moco.Request;
import com.github.dreamhead.moco.RequestExtractor;
import com.google.common.base.Optional;
public class ExtractorVariable<T> implements Variable {
private final RequestExtractor<T> extractor;
public ExtractorVariable... | moco-core/src/main/java/com/github/dreamhead/moco/resource/reader/ExtractorVariable.java | package com.github.dreamhead.moco.resource.reader;
import com.github.dreamhead.moco.Request;
import com.github.dreamhead.moco.RequestExtractor;
import com.google.common.base.Optional;
public class ExtractorVariable<T> implements Variable {
private final RequestExtractor<T> extractor;
public ExtractorVariable... | left string collection to template
| moco-core/src/main/java/com/github/dreamhead/moco/resource/reader/ExtractorVariable.java | left string collection to template | |
Java | mit | 62b0142b33a138f5aa6527f26eed5d9d2f7ca678 | 0 | Backendless/Android-SDK,Backendless/Android-SDK,gwokudasam/Android-SDK | /*
* ********************************************************************************************************************
* <p/>
* BACKENDLESS.COM CONFIDENTIAL
* <p/>
* ********************************************************************************************************************
* <p/>
* Copyright 20... | src/com/backendless/Media.java | /*
* ********************************************************************************************************************
* <p/>
* BACKENDLESS.COM CONFIDENTIAL
* <p/>
* ********************************************************************************************************************
* <p/>
* Copyright 20... | Add capability separate Activity and Session callback
remove old StramQuality | src/com/backendless/Media.java | Add capability separate Activity and Session callback remove old StramQuality | |
Java | mit | 390babd1fc1d4ccf0d659adec7dac9b0a24798e1 | 0 | JPMoresmau/sqlg,pietermartin/sqlg,pietermartin/sqlg,pietermartin/sqlg,JPMoresmau/sqlg,JPMoresmau/sqlg,pietermartin/sqlg | package org.umlg.sqlg.strategy;
import com.tinkerpop.gremlin.process.Step;
import com.tinkerpop.gremlin.process.Traversal;
import com.tinkerpop.gremlin.process.TraversalStrategy;
import com.tinkerpop.gremlin.process.graph.step.filter.IntervalStep;
import com.tinkerpop.gremlin.process.graph.step.sideEffect.IdentityStep... | sqlg-core/src/main/java/org/umlg/sqlg/strategy/SqlGGraphStepStrategy.java | package org.umlg.sqlg.strategy;
import com.tinkerpop.gremlin.process.Step;
import com.tinkerpop.gremlin.process.Traversal;
import com.tinkerpop.gremlin.process.TraversalStrategy;
import com.tinkerpop.gremlin.process.graph.step.filter.IntervalStep;
import com.tinkerpop.gremlin.process.graph.step.util.IdentityStep;
impo... | make compile to tp3
| sqlg-core/src/main/java/org/umlg/sqlg/strategy/SqlGGraphStepStrategy.java | make compile to tp3 | |
Java | mit | 87de4a0d8586e4a95e525f10c48e0db856a63f85 | 0 | GluuFederation/oxCore | /*
* oxCore is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2020, Gluu
*/
package org.gluu.service.external;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import javax.enterprise.context.Appl... | oxService/src/main/java/org/gluu/service/external/ExternalPersistenceExtensionService.java | /*
* oxCore is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2020, Gluu
*/
package org.gluu.service.external;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.enterprise.context.ApplicationScoped;
import javax.e... | Allow to reuse after create/destroy methods in persistence script | oxService/src/main/java/org/gluu/service/external/ExternalPersistenceExtensionService.java | Allow to reuse after create/destroy methods in persistence script | |
Java | mit | a4717e67d8260556b014aa9de36c293489d8e758 | 0 | peichhorn/tinyaudioplayer | /*
* Copyright 2011 Philipp Eichhorn.
*
* 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, copy, modify, merg... | src/main/de/fips/plugin/tinyaudioplayer/audio/PlaylistItemTagFactory.java | /*
* Copyright 2011 Philipp Eichhorn.
*
* 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, copy, modify, merg... | cleanup
| src/main/de/fips/plugin/tinyaudioplayer/audio/PlaylistItemTagFactory.java | cleanup | |
Java | agpl-3.0 | 0b40ea851e9e1b1787ecfdf7a8fe33d4e0709e1f | 0 | jtricker/IRIS,ssasikumar86/IRIS,andrewmcguinness/IRIS,andrewmcguinness/IRIS,asooben/IRIS,ritumalhotra8/IRIS,asooben/IRIS,ssasikumar86/IRIS,ritumalhotra8/IRIS,jtricker/IRIS,ritumalhotra8/IRIS,sathishchet/IRIS,ssethupathi/IRIS,temenostech/IRIS,ssethupathi/IRIS,MohamedNazir/IRIS,sathishchet/IRIS,MohamedNazir/IRIS,junejosh... | package com.temenos.interaction.springdsl;
/*
* #%L
* interaction-springdsl
* %%
* Copyright (C) 2012 - 2014 Temenos Holdings N.V.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Founda... | interaction-dsl/interaction-springdsl/src/main/java/com/temenos/interaction/springdsl/SpringDSLResourceStateProvider.java | package com.temenos.interaction.springdsl;
/*
* #%L
* interaction-springdsl
* %%
* Copyright (C) 2012 - 2014 Temenos Holdings N.V.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Founda... | 1851274: Message showing an absolute path for IRIS generated directory
| interaction-dsl/interaction-springdsl/src/main/java/com/temenos/interaction/springdsl/SpringDSLResourceStateProvider.java | 1851274: Message showing an absolute path for IRIS generated directory | |
Java | lgpl-2.1 | 24aaa4b5aba73cd41bf58413fffd618a18b77200 | 0 | zebrafishmine/intermine,Arabidopsis-Information-Portal/intermine,elsiklab/intermine,justincc/intermine,elsiklab/intermine,tomck/intermine,elsiklab/intermine,zebrafishmine/intermine,justincc/intermine,justincc/intermine,elsiklab/intermine,drhee/toxoMine,JoeCarlson/intermine,drhee/toxoMine,justincc/intermine,drhee/toxoMi... | package org.flymine.web.results;
/*
* Copyright (C) 2002-2003 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.ht... | intermine/src/java/org/intermine/web/results/ChangeResultsSizeAction.java | package org.flymine.web.results;
/*
* Copyright (C) 2002-2003 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.ht... | Added saveCollection() method (currently does nothing)
| intermine/src/java/org/intermine/web/results/ChangeResultsSizeAction.java | Added saveCollection() method (currently does nothing) | |
Java | apache-2.0 | 2493f8bd5a75c7deef2756ff619e380609414e43 | 0 | tpb1908/AndroidProjectsClient,tpb1908/AndroidProjectsClient,tpb1908/AndroidProjectsClient | package com.tpb.projects.project;
import android.content.ClipData;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.DisplayMetrics;
import android.util.Log;
import android.view.DragEvent;
import android.view.LayoutI... | app/src/main/java/com/tpb/projects/project/CardAdapter.java | package com.tpb.projects.project;
import android.content.ClipData;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.DisplayMetrics;
import android.util.Log;
import android.view.DragEvent;
import android.view.LayoutI... | Resolved issue of tags not being changed without datasetchanged. Used card ids and index of.
| app/src/main/java/com/tpb/projects/project/CardAdapter.java | Resolved issue of tags not being changed without datasetchanged. Used card ids and index of. | |
Java | apache-2.0 | 7347c2d7ae8bad67aaa55081e0ab5f9c43474da1 | 0 | jspecify/nullness-checker-for-checker-framework,jspecify/nullness-checker-for-checker-framework | // Copyright 2020 The JSpecify Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java | // Copyright 2020 The JSpecify Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | Document my improved understanding of annotation inheritance.
| src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java | Document my improved understanding of annotation inheritance. | |
Java | apache-2.0 | de23d3316629fb06cf8d2c6ea2ff44685a9783b7 | 0 | unkascrack/lucene-databasedirectory | package com.github.lucene.store.database.lock;
import java.io.IOException;
import org.apache.lucene.store.AlreadyClosedException;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.Lock;
import org.apache.lucene.store.LockFactory;
import org.apache.lucene.store.LockObtainFailedException;
import ... | src/main/java/com/github/lucene/store/database/lock/DatabasePhantomReadLockFactory.java | package com.github.lucene.store.database.lock;
import java.io.IOException;
import org.apache.lucene.store.AlreadyClosedException;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.Lock;
import org.apache.lucene.store.LockFactory;
import org.apache.lucene.store.LockObtainFailedException;
import ... | review lockfactory implementation | src/main/java/com/github/lucene/store/database/lock/DatabasePhantomReadLockFactory.java | review lockfactory implementation | |
Java | apache-2.0 | 7b6b7d1308402e595d5e2f7eb2a5b49c600bed1e | 0 | GoogleCloudPlatform/data-science-on-gcp,GoogleCloudPlatform/data-science-on-gcp | 08_dataflow/chapter8/src/main/java/com/google/cloud/training/flights/CreateDatasets.java | /*
* Copyright (C) 2016 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 ... | CreateTrainingDataset9.java is sufficient
| 08_dataflow/chapter8/src/main/java/com/google/cloud/training/flights/CreateDatasets.java | CreateTrainingDataset9.java is sufficient | ||
Java | apache-2.0 | 6eb0731755dae2cb2ed726fd429130abb345ca93 | 0 | syncron/liquibase,maberle/liquibase,Datical/liquibase,evigeant/liquibase,dprguard2000/liquibase,fossamagna/liquibase,lazaronixon/liquibase,NSIT/liquibase,hbogaards/liquibase,liquibase/liquibase,hbogaards/liquibase,Datical/liquibase,lazaronixon/liquibase,syncron/liquibase,liquibase/liquibase,C0mmi3/liquibase,ivaylo5ev/l... | package liquibase.database.core;
import liquibase.CatalogAndSchema;
import liquibase.database.AbstractJdbcDatabase;
import liquibase.database.DatabaseConnection;
import liquibase.database.OfflineConnection;
import liquibase.database.jvm.JdbcConnection;
import liquibase.exception.DatabaseException;
import liquibase.exc... | liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java | package liquibase.database.core;
import liquibase.CatalogAndSchema;
import liquibase.database.AbstractJdbcDatabase;
import liquibase.database.DatabaseConnection;
import liquibase.database.OfflineConnection;
import liquibase.database.jvm.JdbcConnection;
import liquibase.exception.DatabaseException;
import liquibase.exc... | CORE-2623 Oracle: primary keys on tables recovered from recyclebin are not properly snapshotted
don't include any BIN$ objects if they can't check dba_recyclebin
| liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java | CORE-2623 Oracle: primary keys on tables recovered from recyclebin are not properly snapshotted | |
Java | apache-2.0 | f4fc986a83f6bc262555f5e1e62bb547acac9ae0 | 0 | Doctoror/PainlessMusicPlayer,Doctoror/PainlessMusicPlayer,Doctoror/PainlessMusicPlayer,Doctoror/FuckOffMusicPlayer,Doctoror/FuckOffMusicPlayer | package com.doctoror.fuckoffmusicplayer.search;
import com.doctoror.commons.wear.nano.WearSearchData;
import com.doctoror.fuckoffmusicplayer.R;
import com.doctoror.fuckoffmusicplayer.eventbus.EventSearchResults;
import com.doctoror.fuckoffmusicplayer.remote.RemoteControl;
import com.doctoror.fuckoffmusicplayer.root.Ro... | wear/src/main/java/com/doctoror/fuckoffmusicplayer/search/SearchFragment.java | package com.doctoror.fuckoffmusicplayer.search;
import com.doctoror.commons.wear.nano.WearSearchData;
import com.doctoror.fuckoffmusicplayer.R;
import com.doctoror.fuckoffmusicplayer.eventbus.EventSearchResults;
import com.doctoror.fuckoffmusicplayer.remote.RemoteControl;
import com.doctoror.fuckoffmusicplayer.root.Ro... | Commented out hardcoded search results.
| wear/src/main/java/com/doctoror/fuckoffmusicplayer/search/SearchFragment.java | Commented out hardcoded search results. | |
Java | apache-2.0 | 437774db9291be468d3ffb967e08e5100856062b | 0 | zalando-stups/fullstop,zalando-stups/fullstop,zalando-stups/fullstop | /**
* Copyright (C) 2015 Zalando SE (http://tech.zalando.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 requir... | fullstop-plugins/fullstop-count-events-plugin/src/main/java/org/zalando/stups/fullstop/plugin/count/CountEventsMetric.java | /**
* Copyright (C) 2015 Zalando SE (http://tech.zalando.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 requir... | deactivate console-reporter | fullstop-plugins/fullstop-count-events-plugin/src/main/java/org/zalando/stups/fullstop/plugin/count/CountEventsMetric.java | deactivate console-reporter | |
Java | apache-2.0 | 89459dbdd831d539f07ff505bff94ce11bf6b295 | 0 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | /*
* The Gemma project
*
* Copyright (c) 2006 University of British Columbia
*
* 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/LICEN... | gemma-core/src/main/java/ubic/gemma/search/SearchServiceImpl.java | /*
* The Gemma project
*
* Copyright (c) 2006 University of British Columbia
*
* 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/LICEN... | some tweaks to gene search
| gemma-core/src/main/java/ubic/gemma/search/SearchServiceImpl.java | some tweaks to gene search | |
Java | apache-2.0 | 6ad974308a3e391bf7eca4f4022c5b9ccff5b7d6 | 0 | sagarsane/incubator-groovy,jwagenleitner/groovy,EPadronU/incubator-groovy,genqiang/incubator-groovy,adjohnson916/groovy-core,ChanJLee/incubator-groovy,adjohnson916/groovy-core,paulk-asert/groovy,rlovtangen/groovy-core,yukangguo/incubator-groovy,pledbrook/incubator-groovy,paulk-asert/groovy,jwagenleitner/groovy,bsideup/... | /*
* Copyright 2003-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | src/main/org/codehaus/groovy/runtime/callsite/BooleanClosureWrapper.java | /*
* Copyright 2003-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | add sneaky exception thrower usage
| src/main/org/codehaus/groovy/runtime/callsite/BooleanClosureWrapper.java | add sneaky exception thrower usage | |
Java | apache-2.0 | a7a9765e4c4b9ac58983aeed8cafa5df8e7f6376 | 0 | daneshk/carbon-governance,daneshk/carbon-governance,prasa7/carbon-governance,laki88/carbon-governance,prasa7/carbon-governance,laki88/carbon-governance,daneshk/carbon-governance,jranabahu/carbon-governance,cnapagoda/carbon-governance,denuwanthi/carbon-governance,cnapagoda/carbon-governance,denuwanthi/carbon-governance,... | /*
* Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) 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
*
* ... | components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/util/GovernanceUtils.java | /*
* Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) 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
*
* ... | Fix integration test failures
| components/governance/org.wso2.carbon.governance.api/src/main/java/org/wso2/carbon/governance/api/util/GovernanceUtils.java | Fix integration test failures | |
Java | apache-2.0 | 62c8bd4fcf4af87bd28bc1e71f930eca148e76c6 | 0 | webanno/webanno,webanno/webanno,webanno/webanno,webanno/webanno | /*******************************************************************************
* Copyright 2012
*
* 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/L... | de.tudarmstadt.ukp.clarin.webanno.webapp/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/dao/RepositoryServiceDbData.java | /*******************************************************************************
* Copyright 2012
*
* 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/L... | NO ISSUE
- the setState() of AnnotationDocument is not saving content to the database from the dialog window. Manualy merge result | de.tudarmstadt.ukp.clarin.webanno.webapp/src/main/java/de/tudarmstadt/ukp/clarin/webanno/brat/dao/RepositoryServiceDbData.java | NO ISSUE - the setState() of AnnotationDocument is not saving content to the database from the dialog window. Manualy merge result | |
Java | apache-2.0 | 523c001bb003cd13d51ddeca3e3ce11d71724f85 | 0 | kironapublic/vaadin,bmitc/vaadin,shahrzadmn/vaadin,mstahv/framework,bmitc/vaadin,Darsstar/framework,Scarlethue/vaadin,peterl1084/framework,Legioth/vaadin,Flamenco/vaadin,Darsstar/framework,jdahlstrom/vaadin.react,Legioth/vaadin,peterl1084/framework,asashour/framework,fireflyc/vaadin,Legioth/vaadin,fireflyc/vaadin,travi... | /*
@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.communication;
import java.io.Serializable;
import com.vaadin.terminal.gwt.client.Connector;
import com.vaadin.terminal.gwt.client.ServerConnector;
import com.vaadin.terminal.gwt.client.ui.AbstractComponentConnector;
/**
* Interface t... | src/com/vaadin/terminal/gwt/client/communication/SharedState.java | /*
@VaadinApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.communication;
import java.io.Serializable;
import com.vaadin.terminal.gwt.client.ui.AbstractComponentConnector;
/**
* Interface to be implemented by all shared state classes used to communicate
* basic information about a paintable ... | Javadoc | src/com/vaadin/terminal/gwt/client/communication/SharedState.java | Javadoc | |
Java | apache-2.0 | 3c58a19b2054773841d823855af7a10469d855e9 | 0 | dhutchis/accumulo,mjwall/accumulo,mjwall/accumulo,dhutchis/accumulo,milleruntime/accumulo,keith-turner/accumulo,lstav/accumulo,apache/accumulo,adamjshook/accumulo,adamjshook/accumulo,adamjshook/accumulo,milleruntime/accumulo,adamjshook/accumulo,ctubbsii/accumulo,lstav/accumulo,phrocker/accumulo-1,mikewalch/accumulo,mil... | /*
* 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 ... | server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/ReplicationServlet.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 ... | ACCUMULO-2582 Use the full path, not just the file name.
| server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/ReplicationServlet.java | ACCUMULO-2582 Use the full path, not just the file name. | |
Java | apache-2.0 | 217e93d06d55c13eda982ca51e2180b5c62881d7 | 0 | joansmith/orientdb,allanmoso/orientdb,joansmith/orientdb,wyzssw/orientdb,intfrr/orientdb,wouterv/orientdb,mmacfadden/orientdb,tempbottle/orientdb,giastfader/orientdb,orientechnologies/orientdb,alonsod86/orientdb,jdillon/orientdb,orientechnologies/orientdb,wouterv/orientdb,jdillon/orientdb,mbhulin/orientdb,joansmith/ori... | package com.orientechnologies.orient.object.jpa;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Properties;
import java.util.Set;
import javax.persistence.PersistenceException;
import javax.persistence.SharedCac... | object/src/main/java/com/orientechnologies/orient/object/jpa/OJPAPersistenceUnitInfo.java | package com.orientechnologies.orient.object.jpa;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Properties;
import java.util.Set;
import javax.persistence.PersistenceException;
import javax.persistence.SharedCac... | fix comment to make Mr. Jenkins happy | object/src/main/java/com/orientechnologies/orient/object/jpa/OJPAPersistenceUnitInfo.java | fix comment to make Mr. Jenkins happy | |
Java | apache-2.0 | 0fdbe8d7203a722ebd9191ddb6820093658dc269 | 0 | leviathan747/bridgepoint,travislondon/bridgepoint,jason-rhodes/bridgepoint,TypeFox/bridgepoint,HebaKhaled/bridgepoint,rmulvey/bridgepoint,jason-rhodes/bridgepoint,nmohamad/bridgepoint,lwriemen/bridgepoint,cortlandstarrett/bridgepoint,leviathan747/bridgepoint,cortlandstarrett/bridgepoint,keithbrown/bridgepoint,nmohamad/... |
//=====================================================================
//
//File: $RCSfile: VerifierTestSuite2.java,v $
//Version: $Revision: 1.3 $
//Modified: $Date: 2013/05/10 04:28:44 $
//
//(c) Copyright 2006-2014 by Mentor Graphics Corp. All rights reserved.
//
//================================... | src/com.mentor.nucleus.bp.debug.ui.test/src/VerifierTestSuite2.java |
//=====================================================================
//
//File: $RCSfile: VerifierTestSuite2.java,v $
//Version: $Revision: 1.3 $
//Modified: $Date: 2013/05/10 04:28:44 $
//
//(c) Copyright 2006-2014 by Mentor Graphics Corp. All rights reserved.
//
//================================... | job: #182
resolve conflict with head | src/com.mentor.nucleus.bp.debug.ui.test/src/VerifierTestSuite2.java | job: #182 resolve conflict with head | |
Java | apache-2.0 | 318f37dabd4cede266c9610167c8383f56e720c7 | 0 | Commit451/GitLabAndroid,Commit451/LabCoat | package com.commit451.gitlab.widget;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.widget.RemoteViews;
import android.widget.RemoteViewsService;
import com.commit451.gitlab.R;
import com.commit451.gitlab.api.Git... | app/src/main/java/com/commit451/gitlab/widget/FeedRemoteViewsFactory.java | package com.commit451.gitlab.widget;
import android.appwidget.AppWidgetManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.widget.RemoteViews;
import android.widget.RemoteViewsService;
import com.commit451.gitlab.R;
import com.commit451.gitlab.api.Git... | Don't crash if we have less than 10 feed entries
| app/src/main/java/com/commit451/gitlab/widget/FeedRemoteViewsFactory.java | Don't crash if we have less than 10 feed entries | |
Java | mit | 0a3d2736ead7f4f51ddd9e4de7da0fe6d8be9855 | 0 | CenturyLinkCloud/mdw,CenturyLinkCloud/mdw,CenturyLinkCloud/mdw,CenturyLinkCloud/mdw,CenturyLinkCloud/mdw,CenturyLinkCloud/mdw | /*
* Copyright (C) 2017 CenturyLink, 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 applicab... | mdw-services/src/com/centurylink/mdw/service/data/WorkflowDataAccess.java | /*
* Copyright (C) 2017 CenturyLink, 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 applicab... | Issue #576
| mdw-services/src/com/centurylink/mdw/service/data/WorkflowDataAccess.java | Issue #576 | |
Java | mit | 6a082d6eddb13e42127f465b00060d57d2eb1d11 | 0 | mzmine/mzmine3,mzmine/mzmine3 | package net.sf.mzmine.modules.rawdatamethods.rawdataimport.fileformats;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nonnull;
import javax.ann... | src/main/java/net/sf/mzmine/modules/rawdatamethods/rawdataimport/fileformats/CsvReadTask.java | package net.sf.mzmine.modules.rawdatamethods.rawdataimport.fileformats;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nonnull;
import javax.ann... | added column description to scan definition | src/main/java/net/sf/mzmine/modules/rawdatamethods/rawdataimport/fileformats/CsvReadTask.java | added column description to scan definition | |
Java | mit | 45a1b34c1d1f2c61242fe9efa894d384e1ec88f1 | 0 | cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic | package com.haxademic.app.haxmapper.mappers;
import java.util.ArrayList;
import oscP5.OscMessage;
import processing.core.PApplet;
import com.haxademic.app.haxmapper.HaxMapper;
import com.haxademic.app.haxmapper.distribution.AudioPixelInterface;
import com.haxademic.app.haxmapper.overlays.MeshLines.MODE;
import com.h... | src/com/haxademic/app/haxmapper/mappers/CMKY2014Mapper.java | package com.haxademic.app.haxmapper.mappers;
import java.util.ArrayList;
import oscP5.OscMessage;
import processing.core.PApplet;
import com.haxademic.app.haxmapper.HaxMapper;
import com.haxademic.app.haxmapper.distribution.AudioPixelInterface;
import com.haxademic.app.haxmapper.overlays.MeshLines.MODE;
import com.h... | CMKY 2015 updates
| src/com/haxademic/app/haxmapper/mappers/CMKY2014Mapper.java | CMKY 2015 updates | |
Java | mit | 7b76629f4f02b76f9865e3aa2a4a9c0438dfccf6 | 0 | IgorGee/PendantCreator3D,IgorGee/3D-Image-Creator,IgorGee/Carbonizr | package xyz.igorgee.imagecreator3d;
import android.app.Activity;
import android.app.Fragment;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap;
import... | android/src/xyz/igorgee/imagecreator3d/HomePageFragment.java | package xyz.igorgee.imagecreator3d;
import android.app.Activity;
import android.app.Fragment;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Bitmap;
import... | Buffer the zip file retrieval
| android/src/xyz/igorgee/imagecreator3d/HomePageFragment.java | Buffer the zip file retrieval | |
Java | mit | 72c5191bb4fb0f512d5b920cd2d3f51c4b8adaa4 | 0 | zalando/nakadi,zalando/nakadi | package org.zalando.nakadi.webservice;
import org.apache.http.HttpStatus;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Test;
import org.zalando.nakadi.domain.Subscription;
import org.zalando.nakadi.utils.TestUtils;
import org.zalando.nakadi.webservice.utils... | acceptance-test/src/acceptance-test/java/org/zalando/nakadi/webservice/BinaryEventPublisherAT.java | package org.zalando.nakadi.webservice;
import org.apache.http.HttpStatus;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Test;
import org.zalando.nakadi.domain.Subscription;
import org.zalando.nakadi.utils.TestUtils;
import org.zalando.nakadi.webservice.utils... | Added acceptance test
| acceptance-test/src/acceptance-test/java/org/zalando/nakadi/webservice/BinaryEventPublisherAT.java | Added acceptance test | |
Java | epl-1.0 | 23a8aae29ea065da45552c96c995c38cf21194a7 | 0 | stzilli/kapua,stzilli/kapua,stzilli/kapua,stzilli/kapua,LeoNerdoG/kapua,LeoNerdoG/kapua,stzilli/kapua,LeoNerdoG/kapua,LeoNerdoG/kapua,LeoNerdoG/kapua | /*******************************************************************************
* Copyright (c) 2011, 2016 Eurotech and/or its affiliates 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... | rest-api/src/main/java/org/eclipse/kapua/app/api/JaxbContextResolver.java | /*******************************************************************************
* Copyright (c) 2011, 2016 Eurotech and/or its affiliates 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... | Updated JAXB context resolver
Signed-off-by: coduz <ded987c534c96b462feeee54a345bec2d025746a@eurotech.com>
| rest-api/src/main/java/org/eclipse/kapua/app/api/JaxbContextResolver.java | Updated JAXB context resolver | |
Java | epl-1.0 | 14bf8b8e8a4f2014cdef244166d284c2e54a4b0a | 0 | JimMa0312/PongGame | package pong.view;
import java.net.URL;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.ResourceBundle;
import javafx.animation.AnimationTimer;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.image.Image... | src/pong/view/OutlayerController.java | package pong.view;
import java.net.URL;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.ResourceBundle;
import javafx.animation.AnimationTimer;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.image.Image... | 针对Input添加Lisener,解决问题. | src/pong/view/OutlayerController.java | 针对Input添加Lisener,解决问题. | |
Java | epl-1.0 | 9a3a42aef7562c61ed0da2ccb8fc2e7b9d9abb69 | 0 | ivannov/core,oscerd/core,forge/core,oscerd/core,jerr/jbossforge-core,agoncal/core,agoncal/core,oscerd/core,D9110/core,jerr/jbossforge-core,pplatek/core,oscerd/core,D9110/core,D9110/core,agoncal/core,forge/core,agoncal/core,pplatek/core,D9110/core,pplatek/core,oscerd/core,D9110/core,pplatek/core,forge/core,agoncal/core,... | package org.jboss.forge.addon.parser.java;
/*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is... | parser-java/tests/src/test/java/org/jboss/forge/addon/parser/java/JavaParserResourcesTest.java | package org.jboss.forge.addon.parser.java;
/*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is... | Revert "Fixing test JavaParserResourcesTest after the maven-optional cleanup"
This reverts commit 7f76c845525fce389cd20597b2df21516d41792f.
| parser-java/tests/src/test/java/org/jboss/forge/addon/parser/java/JavaParserResourcesTest.java | Revert "Fixing test JavaParserResourcesTest after the maven-optional cleanup" | |
Java | mpl-2.0 | d547ad358a880ef01f778f5bba470672f2972540 | 0 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core | /*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: LinuxHelper.java,v $
*
* $Revision: 1.2 $
*
* last change: $Author: rt $ $Date: 2007-07-03 11:54:40 $
*
* The Contents of this file are made available s... | javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java | package org.openoffice.setup.InstallerHelper;
import org.openoffice.setup.InstallData;
import org.openoffice.setup.SetupData.PackageDescription;
import org.openoffice.setup.Util.Converter;
import org.openoffice.setup.Util.ExecuteProcess;
import org.openoffice.setup.Util.LogManager;
import org.openoffice.setup.Util.Sys... | INTEGRATION: CWS native87 (1.1.10); FILE MERGED
2007/06/01 10:56:33 is 1.1.10.2: #i65425# new Java gui installer
2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header
| javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java | INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:33 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header | |
Java | agpl-3.0 | 407b4aa70440a789f2beb3a00fe56d4ca06059eb | 0 | hobrasoft-cz/PDFMU,hobrasoft-cz/PDFMU | package cz.hobrasoft.pdfmu.operation.version;
import com.itextpdf.text.pdf.PdfReader;
import cz.hobrasoft.pdfmu.jackson.VersionSet;
import cz.hobrasoft.pdfmu.operation.Operation;
import cz.hobrasoft.pdfmu.operation.OperationCommon;
import cz.hobrasoft.pdfmu.operation.OperationException;
import cz.hobrasoft.pdfmu.opera... | pdfmu/src/main/java/cz/hobrasoft/pdfmu/operation/version/OperationVersionSet.java | package cz.hobrasoft.pdfmu.operation.version;
import com.itextpdf.text.pdf.PdfReader;
import cz.hobrasoft.pdfmu.jackson.VersionSet;
import cz.hobrasoft.pdfmu.operation.Operation;
import cz.hobrasoft.pdfmu.operation.OperationCommon;
import cz.hobrasoft.pdfmu.operation.OperationException;
import cz.hobrasoft.pdfmu.opera... | OperationVersionSet: Disable --append option (enforce value false)
`version set` with `--append=true` does not work.
| pdfmu/src/main/java/cz/hobrasoft/pdfmu/operation/version/OperationVersionSet.java | OperationVersionSet: Disable --append option (enforce value false) | |
Java | lgpl-2.1 | 876666c45db5ab6f66894750fbee80eb23215288 | 0 | xwiki/xwiki-enterprise,xwiki/xwiki-enterprise | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | distribution-test/misc-tests/src/test/it/com/xpn/xwiki/it/xhtml/ResourcesEntityResolver.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [misc] Fix tests
git-svn-id: cf27bad30c6b7316185bdac65b014e8c16cd40b6@24531 f329d543-caf0-0310-9063-dda96c69346f
| distribution-test/misc-tests/src/test/it/com/xpn/xwiki/it/xhtml/ResourcesEntityResolver.java | [misc] Fix tests | |
Java | lgpl-2.1 | bb6770930da72b4bb96f014ba2cb79dcdab7759f | 0 | shuiblue/JDimeForCpp,shuiblue/JDimeForCpp,shuiblue/JDimeForCpp | package de.fosd.jdime.gui;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.logging.Le... | src/de/fosd/jdime/gui/GUI.java | package de.fosd.jdime.gui;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import ... | optimize imports
| src/de/fosd/jdime/gui/GUI.java | optimize imports | |
Java | apache-2.0 | 565dd22e258dfb120baef1748ad23f1db78cf9ef | 0 | DataReply/kafka-connect-jdbc,cotedm/kafka-connect-jdbc,cotedm/kafka-connect-jdbc,DataReply/kafka-connect-jdbc | /**
* Copyright 2015 Datamountaineer.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law... | src/main/java/com/datamountaineer/streamreactor/connect/jdbc/sink/Database.java | /**
* Copyright 2015 Datamountaineer.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law... | fixing the check style
| src/main/java/com/datamountaineer/streamreactor/connect/jdbc/sink/Database.java | fixing the check style | |
Java | apache-2.0 | 782addf84745d2edd363c1850e8058c8666c4e84 | 0 | nikita36078/J2ME-Loader,nikita36078/J2ME-Loader,nikita36078/J2ME-Loader,nikita36078/J2ME-Loader | /*
* Copyright 2017 Nikita Shakarun
*
* 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... | app/src/main/java/ru/playsoftware/j2meloader/info/AboutDialogFragment.java | /*
* Copyright 2017 Nikita Shakarun
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | Fix links in about dialog
| app/src/main/java/ru/playsoftware/j2meloader/info/AboutDialogFragment.java | Fix links in about dialog | |
Java | apache-2.0 | 4e373632b63851a42e1408b139edf0a95653df1a | 0 | skeptomai/nightvale | package com.skeptomai;
import com.google.common.util.concurrent.*;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.*;
import java.util.logging.Logger;
import java.util.stream.Collectors;
import javax.a... | src/main/java/com/skeptomai/Main.java | package com.skeptomai;
import com.google.common.util.concurrent.*;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.*;
import java.util.logging.Logger;
import java.util.stream.Collectors;
import javax.a... | tidy up formatting
| src/main/java/com/skeptomai/Main.java | tidy up formatting | |
Java | apache-2.0 | b98701c972419f86da545f490ed448df3ecd6dc4 | 0 | dart-maven-plugin/dart-maven-plugin,dart-maven-plugin/dart-maven-plugin,dart-maven-plugin/dart-maven-plugin,dart-maven-plugin/dart-maven-plugin | package com.google.dart;
import java.io.File;
import java.io.OutputStreamWriter;
import java.util.Set;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
im... | src/main/java/com/google/dart/DartMojo.java | package com.google.dart;
import java.io.File;
import java.io.OutputStreamWriter;
import java.util.Set;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
im... | fix script.canRead() check
| src/main/java/com/google/dart/DartMojo.java | fix script.canRead() check | |
Java | apache-2.0 | 595b721b2226eac4ed240ff931441786018eb27a | 0 | sekikn/ambari,radicalbit/ambari,arenadata/ambari,arenadata/ambari,radicalbit/ambari,alexryndin/ambari,radicalbit/ambari,alexryndin/ambari,radicalbit/ambari,sekikn/ambari,radicalbit/ambari,alexryndin/ambari,radicalbit/ambari,sekikn/ambari,sekikn/ambari,arenadata/ambari,alexryndin/ambari,alexryndin/ambari,arenadata/ambar... | /**
* 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... | ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.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... | AMBARI-4878. On a retry all the install commands succeed but the status of one of the components in INSTALL_FAILED which causes the next START command to fail on UI. Fixed log. (swagle)
| ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java | AMBARI-4878. On a retry all the install commands succeed but the status of one of the components in INSTALL_FAILED which causes the next START command to fail on UI. Fixed log. (swagle) | |
Java | apache-2.0 | 7397fb6be813704436e916eddea11d1b86687706 | 0 | kuujo/copycat,atomix/atomix,kuujo/copycat,atomix/atomix | /*
* Copyright 2016-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | cluster/src/main/java/io/atomix/cluster/messaging/impl/MessageDecoder.java | /*
* Copyright 2016-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Throw protocol exception to close connection on invalid version.
| cluster/src/main/java/io/atomix/cluster/messaging/impl/MessageDecoder.java | Throw protocol exception to close connection on invalid version. | |
Java | apache-2.0 | 557135dd9b73749889bedf407ae957535915d763 | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | package org.apache.lucene.util;
/**
* 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, Versio... | lucene/src/test-framework/org/apache/lucene/util/LuceneTestCase.java | package org.apache.lucene.util;
/**
* 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, Versio... | fix javadocs
git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1133631 13f79535-47bb-0310-9956-ffa450edef68
| lucene/src/test-framework/org/apache/lucene/util/LuceneTestCase.java | fix javadocs | |
Java | apache-2.0 | 4a7fb40d434afadaae7e47fb7f83acad839263fa | 0 | EBIvariation/variation-commons,EBIvariation/variation-commons | /*
* European Variation Archive (EVA) - Open-access database of all types of genetic
* variation data from all species
*
* Copyright 2017 EMBL - European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | variation-commons-mongodb/src/main/java/uk/ac/ebi/eva/commons/mongodb/filter/FilterBuilder.java | /*
* European Variation Archive (EVA) - Open-access database of all types of genetic
* variation data from all species
*
* Copyright 2017 EMBL - European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | Made changes for coding style
| variation-commons-mongodb/src/main/java/uk/ac/ebi/eva/commons/mongodb/filter/FilterBuilder.java | Made changes for coding style | |
Java | apache-2.0 | e61681d65903b3d8aa33b4e57af318123b418f34 | 0 | xufeifandj/download-manager,novoda/download-manager | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | library/src/main/java/com/novoda/downloadmanager/lib/DownloadProvider.java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Move final baseUris near all the other final fields
| library/src/main/java/com/novoda/downloadmanager/lib/DownloadProvider.java | Move final baseUris near all the other final fields | |
Java | apache-2.0 | 696f4a05f22a38079cdfa812d978b77b97e25b00 | 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.openapi.editor.actions;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.application.ReadAction;
import com.intellij.openapi... | platform/platform-impl/src/com/intellij/openapi/editor/actions/ShowFontsUsedByEditorAction.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.openapi.editor.actions;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.application.ReadAction;
import com.intellij.openapi... | IDEA-232177 Add the way to find out what fonts are actually used in editor component to render the text
make it visible in UI when extracting exact font name using JDK internal APIs failed
GitOrigin-RevId: 351fbe0dbf5efec85f33c5d56a8fab5c8ce2fd14 | platform/platform-impl/src/com/intellij/openapi/editor/actions/ShowFontsUsedByEditorAction.java | IDEA-232177 Add the way to find out what fonts are actually used in editor component to render the text | |
Java | apache-2.0 | fdfdf594f9d5d05f42092e2c13aba17402a667db | 0 | Shepard1212/elasticsearch,jimczi/elasticsearch,areek/elasticsearch,njlawton/elasticsearch,Kakakakakku/elasticsearch,kingaj/elasticsearch,wuranbo/elasticsearch,coding0011/elasticsearch,fekaputra/elasticsearch,zeroctu/elasticsearch,tahaemin/elasticsearch,caengcjd/elasticsearch,jw0201/elastic,dongjoon-hyun/elasticsearch,c... | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | src/test/java/org/elasticsearch/test/junit/rule/RepeatOnExceptionRule.java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [TEST] RepeatOnExceptionRule to rethrow unexpected exception
In case an exception was caught by the repeat rule, the retry mechanism would kick in only if the exception was the expected one. If not an NPE got thrown, while we should rather just bubble it up to the caller. This makes `NettyTransportMultiPortTests` run ... | src/test/java/org/elasticsearch/test/junit/rule/RepeatOnExceptionRule.java | [TEST] RepeatOnExceptionRule to rethrow unexpected exception | |
Java | apache-2.0 | 6e28b6cb2d41e32c46a0f3dc94e9a66cf39ac28f | 0 | mF2C/COMPSs,mF2C/COMPSs,mF2C/COMPSs,mF2C/COMPSs,mF2C/COMPSs,mF2C/COMPSs | /*
* Copyright 2002-2018 Barcelona Supercomputing Center (www.bsc.es)
*
* 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
... | compss/runtime/adaptors/execution/src/main/java/es/bsc/compss/executor/utils/ExecutionPlatform.java | /*
* Copyright 2002-2018 Barcelona Supercomputing Center (www.bsc.es)
*
* 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
... | Dynamic Executor Bugfix
| compss/runtime/adaptors/execution/src/main/java/es/bsc/compss/executor/utils/ExecutionPlatform.java | Dynamic Executor Bugfix | |
Java | apache-2.0 | 96317bdae38c9bea91c2ba32da14ace3272c0adb | 0 | tagbangers/wallride,tagbangers/wallride,tagbangers/wallride | /*
* Copyright 2014 Tagbangers, 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 agree... | wallride-core/src/main/java/org/wallride/service/ArticleService.java | /*
* Copyright 2014 Tagbangers, 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 agree... | Fix save customFieldValue
| wallride-core/src/main/java/org/wallride/service/ArticleService.java | Fix save customFieldValue | |
Java | apache-2.0 | acdbbb0508e118eab27faf09881293cccc84bd47 | 0 | LightSun/android-drag-FlowLayout | package com.heaven7.android.dragflowlayout;
import android.annotation.TargetApi;
import android.content.Context;
import android.support.annotation.IntDef;
import android.support.annotation.NonNull;
import android.support.v4.view.GestureDetectorCompat;
import android.util.AttributeSet;
import android.view.GestureDetect... | Drag-FlowLayout/dragflowlayout/src/main/java/com/heaven7/android/dragflowlayout/DragFlowLayout.java | package com.heaven7.android.dragflowlayout;
import android.annotation.TargetApi;
import android.content.Context;
import android.support.annotation.IntDef;
import android.support.annotation.NonNull;
import android.support.v4.view.GestureDetectorCompat;
import android.util.AttributeSet;
import android.view.GestureDetect... | change doc
| Drag-FlowLayout/dragflowlayout/src/main/java/com/heaven7/android/dragflowlayout/DragFlowLayout.java | change doc | |
Java | apache-2.0 | 1f048a606837326267558bb3ccb38efdfc2aa672 | 0 | mcqueentc/chronix.benchmark,ChronixDB/chronix.benchmark | package de.qaware.chronix.client.benchmark.benchmarkrunner.util;
import de.qaware.chronix.shared.QueryUtil.JsonTimeSeriesHandler;
import de.qaware.chronix.database.TimeSeriesMetaData;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
impor... | client/src/main/java/de/qaware/chronix/client/benchmark/benchmarkrunner/util/TimeSeriesCounter.java | package de.qaware.chronix.client.benchmark.benchmarkrunner.util;
import de.qaware.chronix.shared.QueryUtil.JsonTimeSeriesHandler;
import de.qaware.chronix.database.TimeSeriesMetaData;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
impor... | some time series have only one point and in that case, random start / end times are not needed (and do actually cause exception because origin and bound must not be equal)
| client/src/main/java/de/qaware/chronix/client/benchmark/benchmarkrunner/util/TimeSeriesCounter.java | some time series have only one point and in that case, random start / end times are not needed (and do actually cause exception because origin and bound must not be equal) | |
Java | bsd-2-clause | 1938a1ec44a4db188e4413d2b53969abc83c4c75 | 0 | scifio/scifio | //
// LeicaHandler.java
//
/*
OME Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F... | components/bio-formats/src/loci/formats/in/LeicaHandler.java | //
// LeicaHandler.java
//
/*
OME Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F... | Use stored Z step and time increment instead of calculating these values.
| components/bio-formats/src/loci/formats/in/LeicaHandler.java | Use stored Z step and time increment instead of calculating these values. | |
Java | bsd-3-clause | 95d316d28e4c3e7d2fa357954b34fa296dc1a0c6 | 0 | threerings/depot | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2006 Michael Bayne, Pär Winzell
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published
// by the Free Software Foundation; either versi... | src/java/com/samskivert/jdbc/depot/expression/ExpressionVisitor.java | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2006 Michael Bayne, Pär Winzell
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published
// by the Free Software Foundation; either versi... | One more unused import.
| src/java/com/samskivert/jdbc/depot/expression/ExpressionVisitor.java | One more unused import. | |
Java | bsd-3-clause | 388743fe1d742ef14ade8ca089cfa60a088260d8 | 0 | NCIP/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers | /*******************************************************************************
* Copyright SemanticBits, Northwestern University and Akaza Research
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/caaers/LICENSE.txt for details.
******************************************... | caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/api/impl/ParticipantServiceImpl.java | /*******************************************************************************
* Copyright SemanticBits, Northwestern University and Akaza Research
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/caaers/LICENSE.txt for details.
******************************************... | CAAERS-6350
| caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/api/impl/ParticipantServiceImpl.java | CAAERS-6350 | |
Java | isc | f183511bb2299dfe4ca420d32ecdc7bc3bea3206 | 0 | semantic-dependency-parsing/toolkit,semantic-dependency-parsing/toolkit | /*
* See the file "LICENSE" for the full license governing this code.
*/
package se.liu.ida.nlp.sdp.tools;
import se.liu.ida.nlp.sdp.graph.Graph;
import se.liu.ida.nlp.sdp.graph.GraphInspector;
import se.liu.ida.nlp.sdp.graph.Node;
import se.liu.ida.nlp.sdp.io.GraphReader;
/**
* Print statistics about a collection... | src/main/java/se/liu/ida/nlp/sdp/tools/Analyzer.java | /*
* See the file "LICENSE" for the full license governing this code.
*/
package se.liu.ida.nlp.sdp.tools;
import se.liu.ida.nlp.sdp.graph.Graph;
import se.liu.ida.nlp.sdp.graph.GraphInspector;
import se.liu.ida.nlp.sdp.graph.Node;
import se.liu.ida.nlp.sdp.io.GraphReader;
/**
* Print statistics about a collection... | Compute properties requested by Stephan.
| src/main/java/se/liu/ida/nlp/sdp/tools/Analyzer.java | Compute properties requested by Stephan. | |
Java | mit | ba22498fab32ee962c2d44266d9c5ad1560afd5c | 0 | BirdBrainTechnologies/BirdBlox-Android-Support | package com.birdbraintechnologies.birdblox.httpservice.RequestHandlers;
import android.app.AlertDialog;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.le.ScanFilter;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Handler;
import androi... | app/src/main/java/com/birdbraintechnologies/birdblox/httpservice/RequestHandlers/RobotRequestHandler.java | package com.birdbraintechnologies.birdblox.httpservice.RequestHandlers;
import android.app.AlertDialog;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.le.ScanFilter;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Handler;
import androi... | minor change
| app/src/main/java/com/birdbraintechnologies/birdblox/httpservice/RequestHandlers/RobotRequestHandler.java | minor change |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.