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 | agpl-3.0 | 1d6fe2631747b6e6f82b2523a372c11edb24d5eb | 0 | jpos/jPOS,yinheli/jPOS,barspi/jPOS,juanibdn/jPOS,jpos/jPOS,fayezasar/jPOS,yinheli/jPOS,juanibdn/jPOS,bharavi/jPOS,fayezasar/jPOS,sebastianpacheco/jPOS,c0deh4xor/jPOS,alcarraz/jPOS,atancasis/jPOS,alcarraz/jPOS,bharavi/jPOS,sebastianpacheco/jPOS,poynt/jPOS,bharavi/jPOS,chhil/jPOS,jpos/jPOS,juanibdn/jPOS,alcarraz/jPOS,c0d... | /*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2012 Alejandro P. Revilla
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your ... | jpos/src/main/java/org/jpos/util/Profiler.java | /*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2012 Alejandro P. Revilla
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your ... | End now shows partial time after last checkpoint
Issue detected by @andyorrock, patch provided by @murtuzachhil - THANK YOU!
| jpos/src/main/java/org/jpos/util/Profiler.java | End now shows partial time after last checkpoint | |
Java | lgpl-2.1 | 7476fbc2e021b17f94b8b89c78dfc74c5714bd70 | 0 | aaronc/jfreechart,aaronc/jfreechart,aaronc/jfreechart | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2009, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | source/org/jfree/data/jdbc/JDBCXYDataset.java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2008, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | Fixed FindBugs warnings.
git-svn-id: ca96c60061366ac92493e2142a352bb838ea8caa@2082 4df5dd95-b682-48b0-b31b-748e37b65e73
| source/org/jfree/data/jdbc/JDBCXYDataset.java | Fixed FindBugs warnings. | |
Java | unlicense | 29bca26177a22e5ebfdb81fd7f8580229556ac38 | 0 | charlesmadere/smash-ranks-android | package com.garpr.android.preferences;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
public interface Preference<T> {
void addListener(@NonNull final OnPreferenceChangeListener<T> listener);
void delete();
void delete(final boolean notifyListeners);
boolean... | smash-ranks-android/app/src/main/java/com/garpr/android/preferences/Preference.java | package com.garpr.android.preferences;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
public interface Preference<T> {
interface OnPreferenceChangeListener<T> {
void onPreferenceChange(final Preference<T> preference);
}
void addListener(@NonNull final OnP... | tiny cleanup
| smash-ranks-android/app/src/main/java/com/garpr/android/preferences/Preference.java | tiny cleanup | |
Java | unlicense | 9d7468a802058c75c60c07a2bf0d9a83af59f5b9 | 0 | gvlfm78/BukkitOldCombatMechanics | package kernitus.plugin.OldCombatMechanics.module;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Fireball;
import org.bukkit.entity.Item;
import org.bukkit.... | src/main/java/gvlfm78/plugin/OldCombatMechanics/module/ModuleSwordBlocking.java | package kernitus.plugin.OldCombatMechanics.module;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Item;
import org.bukkit.entity.Player;
import org.bukkit.ev... | Adding correct shield damage reduction values | src/main/java/gvlfm78/plugin/OldCombatMechanics/module/ModuleSwordBlocking.java | Adding correct shield damage reduction values | |
Java | apache-2.0 | 3ebef5f774e0b36e2d90a1b18d3f9524f2d5d3bf | 0 | wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel | /*
* Copyright 2006 Wyona
*
* 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.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | src/core/java/org/wyona/yanel/core/navigation/Node.java | /*
* Copyright 2006 Wyona
*
* 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.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | obsolete import removed
| src/core/java/org/wyona/yanel/core/navigation/Node.java | obsolete import removed | |
Java | apache-2.0 | 0dd367230b03c3a7f12869437137fc793b73a139 | 0 | openpreserve/scape-fcrepo4-connector | /*
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
distributed u... | src/main/java/eu/scape_project/web/listener/ScapeInitializer.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
distributed u... | fixed last failing test, by adding a property def template for hasversion
| src/main/java/eu/scape_project/web/listener/ScapeInitializer.java | fixed last failing test, by adding a property def template for hasversion | |
Java | apache-2.0 | f6c982c0eed0e8613aa31d14f8dd0f33917d143e | 0 | evilmucedin/sweble-wikitext,harshal/sweble-wikitext,harshal/sweble-wikitext,evilmucedin/sweble-wikitext,evilmucedin/sweble-wikitext,pumpadump/sweble-wikitext,pumpadump/sweble-wikitext,harshal/sweble-wikitext,pumpadump/sweble-wikitext | /**
* Copyright 2011 The Open Source Research Group,
* University of Erlangen-Nürnberg
*
* 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/lic... | swc-engine/src/main/java/org/sweble/wikitext/engine/Compiler.java | /**
* Copyright 2011 The Open Source Research Group,
* University of Erlangen-Nürnberg
*
* 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/lic... | Added Compiler.postprocessPpOrExpAst() which let's you continue with parsing after preprocessing or expansion
| swc-engine/src/main/java/org/sweble/wikitext/engine/Compiler.java | Added Compiler.postprocessPpOrExpAst() which let's you continue with parsing after preprocessing or expansion | |
Java | apache-2.0 | 001891b8b329be8317c8c4bb6e46177440b2f60c | 0 | arquivo/functional-tests,arquivo/functional-tests | /**
* Copyright (C) 2011 Simao Fontes <simao.fontes@fccn.pt>
* Copyright (C) 2011 SAW Group - FCCN <saw@asa.fccn.pt>
*
* 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 ... | test/pt/fccn/arquivo/tests/UrlsearchTest.java | /**
* Copyright (C) 2011 Simao Fontes <simao.fontes@fccn.pt>
* Copyright (C) 2011 SAW Group - FCCN <saw@asa.fccn.pt>
*
* 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 ... | fixing UrlsearchTest
| test/pt/fccn/arquivo/tests/UrlsearchTest.java | fixing UrlsearchTest | |
Java | apache-2.0 | b53286c887fdd59b31e2059bf40a37fe475b388e | 0 | dbflute/dbflute-intro,dbflute/dbflute-intro,dbflute/dbflute-intro,dbflute/dbflute-intro,dbflute/dbflute-intro,dbflute/dbflute-intro,dbflute/dbflute-intro | package org.dbflute.intro.app.web.document.decomment;
import java.util.List;
import java.util.stream.Collectors;
import javax.validation.Valid;
import org.dbflute.intro.app.model.document.decomment.parts.DfDecoMapColumnPart;
import org.dbflute.intro.app.model.document.decomment.parts.DfDecoMapTablePart;
import org.l... | src/main/java/org/dbflute/intro/app/web/document/decomment/DecommentPickupResult.java | package org.dbflute.intro.app.web.document.decomment;
import java.util.List;
import java.util.stream.Collectors;
import org.dbflute.intro.app.model.document.decomment.parts.DfDecoMapColumnPart;
import org.dbflute.intro.app.model.document.decomment.parts.DfDecoMapTablePart;
import org.lastaflute.web.validation.Require... | add "@Valid" to DecommentPickupResult's field
| src/main/java/org/dbflute/intro/app/web/document/decomment/DecommentPickupResult.java | add "@Valid" to DecommentPickupResult's field | |
Java | apache-2.0 | 4b6e1cbe806eb88607fb955efa32eaa50e6aab43 | 0 | vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | bigquery: let users contruct TableResult for testing (#3242)
Fixes #3228.
| google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java | bigquery: let users contruct TableResult for testing (#3242) | |
Java | apache-2.0 | 90039bdd830e52f1a4e517ca7748a31207f76310 | 0 | ol-loginov/intellij-community,allotria/intellij-community,asedunov/intellij-community,samthor/intellij-community,robovm/robovm-studio,caot/intellij-community,adedayo/intellij-community,ivan-fedorov/intellij-community,ivan-fedorov/intellij-community,robovm/robovm-studio,retomerz/intellij-community,ThiagoGarciaAlves/inte... | package com.intellij.openapi.vcs.changes.committed;
import com.intellij.codeInsight.hint.HintUtil;
import com.intellij.ide.DataManager;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.DataKeys;
import com.intellij.opena... | source/com/intellij/openapi/vcs/changes/committed/ChangeListDetailsAction.java | package com.intellij.openapi.vcs.changes.committed;
import com.intellij.codeInsight.hint.HintUtil;
import com.intellij.ide.DataManager;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.DataKeys;
import com.intellij.opena... | changelist details presentation tweaks
| source/com/intellij/openapi/vcs/changes/committed/ChangeListDetailsAction.java | changelist details presentation tweaks | |
Java | apache-2.0 | ff551599de3eb5b02c929cb909cb52744a3efa30 | 0 | NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra | /* ###
* IP: GHIDRA
*
* 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 writin... | Ghidra/Features/Base/src/test/java/ghidra/app/plugin/core/functioncompare/CompareFunctionsTestSlow.java | /* ###
* IP: GHIDRA
*
* 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 writin... | GT-2229: added test for function delete | Ghidra/Features/Base/src/test/java/ghidra/app/plugin/core/functioncompare/CompareFunctionsTestSlow.java | GT-2229: added test for function delete | |
Java | apache-2.0 | 3e5e2dda3bfe1f79994b1d10b298a950a64de8a7 | 0 | nabedge/mixer2,nabedge/mixer2 | package org.mixer2.spring.webmvc;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.mixer2.Mixer2Engine;
import org.mixer2.jaxb.xhtml.Html;
import org.springframework.core.io.ResourceLo... | src/main/java/org/mixer2/spring/webmvc/AbstractMixer2XhtmlView.java | package org.mixer2.spring.webmvc;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.mixer2.Mixer2Engine;
import org.mixer2.jaxb.xhtml.Html;
import org.springframework.core.io.ResourceLo... | 拡張しやすいようにメソッドのシグネチャをfinalに変更 | src/main/java/org/mixer2/spring/webmvc/AbstractMixer2XhtmlView.java | 拡張しやすいようにメソッドのシグネチャをfinalに変更 | |
Java | apache-2.0 | dc972e2db88a79cbe8303cf88723fa11143a3a78 | 0 | ominux/paco,h/paco,jaythaceo/paco,jaythaceo/paco,h/paco,h/paco,bowlofstew/paco,athoo/paco,hlecuanda/paco,h/paco,ominux/paco,google/paco,jaythaceo/paco,kehollin/paco,athoo/paco,google/paco,mtxs007/paco,mhadjimichael/paco,google/paco,hlecuanda/paco,jaythaceo/paco,google/paco,athoo/paco,kehollin/paco,bowlofstew/paco,h/pac... | package com.google.android.apps.paco;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import android.annotation.SuppressLint;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import an... | Paco/src/com/google/android/apps/paco/DatabaseHelper.java | package com.google.android.apps.paco;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import android.annotation.SuppressLint;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import an... | fix for Android migrate db problem with schedule.times vs schedule.signalTimes
| Paco/src/com/google/android/apps/paco/DatabaseHelper.java | fix for Android migrate db problem with schedule.times vs schedule.signalTimes | |
Java | apache-2.0 | 3e8c4a39fdcecdc4776245c101364d4cb20f9c06 | 0 | ummels/vavr,amygithub/vavr,ummels/vavr,dx-pbuckley/vavr,amygithub/vavr,dx-pbuckley/vavr | /* / \____ _ ______ _____ / \____ ____ _____
* / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang
* _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich
* /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License... | src/main/java/javaslang/collection/Queue.java | /* / \____ _ ______ _____ / \____ ____ _____
* / \__ \/ \ / \__ \ / __// \__ \ / \/ __ \ Javaslang
* _/ // _\ \ \/ / _\ \\_ \/ // _\ \ /\ \__/ / Copyright 2014-2015 Daniel Dietrich
* /___/ \_____/\____/\_____/____/\___\_____/_/ \_/____/ Licensed under the Apache License... | implemented grouped, indexOf, take and takeRight
| src/main/java/javaslang/collection/Queue.java | implemented grouped, indexOf, take and takeRight | |
Java | apache-2.0 | fe6e7bc1aea49139a83979f1854ce8a38b679f2d | 0 | Mobicents/sipunit,AndreasMager/sipunit,RestComm/sipunit | /*
* Created on April 21, 2005
*
* Copyright 2005 CafeSip.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | src/org/cafesip/sipunit/test/TestNoProxy.java | /*
* Created on April 21, 2005
*
* Copyright 2005 CafeSip.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | svn check-in test
git-svn-id: 496c9b949fd35c6ba9ba668326ada2c6a79e6257@169 464103e8-6c2c-0410-8156-f9cf65a0535e
| src/org/cafesip/sipunit/test/TestNoProxy.java | svn check-in test | |
Java | apache-2.0 | c6dcc8daa5ad141f42fcfb95b8d929eefe1d59e0 | 0 | mhmdfy/autopsy,APriestman/autopsy,narfindustries/autopsy,eXcomm/autopsy,sidheshenator/autopsy,eXcomm/autopsy,rcordovano/autopsy,maxrp/autopsy,wschaeferB/autopsy,rcordovano/autopsy,APriestman/autopsy,dgrove727/autopsy,rcordovano/autopsy,eXcomm/autopsy,rcordovano/autopsy,mhmdfy/autopsy,karlmortensen/autopsy,sidheshenator... | /*
* Autopsy Forensic Browser
*
* Copyright 2012 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/AbstractFileHtmlExtract.java | /*
* Autopsy Forensic Browser
*
* Copyright 2012 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | Bypass jericho on files larger than 10 mb
| KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/AbstractFileHtmlExtract.java | Bypass jericho on files larger than 10 mb | |
Java | apache-2.0 | aea6d7da2737d1c8845ca936a8dff20d86dd1927 | 0 | raehalme/keycloak,stianst/keycloak,mhajas/keycloak,mhajas/keycloak,raehalme/keycloak,jpkrohling/keycloak,stianst/keycloak,keycloak/keycloak,jpkrohling/keycloak,hmlnarik/keycloak,abstractj/keycloak,srose/keycloak,stianst/keycloak,keycloak/keycloak,mhajas/keycloak,abstractj/keycloak,jpkrohling/keycloak,mhajas/keycloak,ab... | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java | /*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | Avoid updating offline session refresh time during creation
Closes #14384
| model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java | Avoid updating offline session refresh time during creation | |
Java | bsd-2-clause | 67e01d30f8d13c66f690218e92465b02769582e0 | 0 | bramp/objectgraph | package net.bramp.objectgraph;
import com.google.common.collect.Ordering;
import com.google.common.collect.Sets;
import java.util.HashSet;
import java.util.Set;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
/** @au... | src/test/java/net/bramp/objectgraph/TestVisitor.java | package net.bramp.objectgraph;
import com.google.common.collect.Ordering;
import com.google.common.collect.Sets;
import java.util.HashSet;
import java.util.Set;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
/** @au... | Fixed a lint warning.
| src/test/java/net/bramp/objectgraph/TestVisitor.java | Fixed a lint warning. | |
Java | bsd-2-clause | c0c103666d1133be0cd2f9065173ae309f244c2e | 0 | thecastawaydev/tonegodgui-1,brainless-studios/tonegodgui,meltzow/tonegodgui | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tonegod.gui.framework.core.util;
import tonegod.gui.core.Screen;
import tonegod.gui.framework.animation.Interpolation;
/**
*
* @author t0neg0d
*/
public abstract class GameTimer {
private floa... | src/tonegod/gui/framework/core/util/GameTimer.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tonegod.gui.framework.core.util;
import tonegod.gui.core.Screen;
import tonegod.gui.framework.animation.Interpolation;
/**
*
* @author t0neg0d
*/
public abstract class GameTimer {
private floa... | Update to allows for modifying the duration from the onComplete call. This allows for complex stepped commands with the use of auto-repeat | src/tonegod/gui/framework/core/util/GameTimer.java | Update to allows for modifying the duration from the onComplete call. This allows for complex stepped commands with the use of auto-repeat | |
Java | bsd-2-clause | 70e848ff81dbfe75dbcc163709260e73bf072f09 | 0 | void256/nifty-gui,Ryszard-Trojnacki/nifty-gui,void256/nifty-gui,Ryszard-Trojnacki/nifty-gui,bgroenks96/nifty-gui,bgroenks96/nifty-gui | package de.lessvoid.nifty.render.batch.core;
import java.nio.IntBuffer;
import javax.annotation.Nonnull;
import de.lessvoid.nifty.render.batch.CheckGL;
import de.lessvoid.nifty.render.batch.spi.BufferFactory;
import de.lessvoid.nifty.render.batch.spi.core.CoreGL;
/**
* @author void
* @author Aaron Mahan <aaron... | nifty-core/src/main/java/de/lessvoid/nifty/render/batch/core/CoreProfileSaveGLState.java | package de.lessvoid.nifty.render.batch.core;
import java.nio.IntBuffer;
import javax.annotation.Nonnull;
import de.lessvoid.nifty.render.batch.CheckGL;
import de.lessvoid.nifty.render.batch.spi.BufferFactory;
import de.lessvoid.nifty.render.batch.spi.core.CoreGL;
/**
* @author void
* @author Aaron Mahan <aaron... | fix: add glActiveTexture call before sampler read.
| nifty-core/src/main/java/de/lessvoid/nifty/render/batch/core/CoreProfileSaveGLState.java | fix: add glActiveTexture call before sampler read. | |
Java | bsd-3-clause | 186728d53ffb4c0722fc5e70b077e94d7d254368 | 0 | fbastian/owltools,owlcollab/owltools,dhimmel/owltools,dhimmel/owltools,dhimmel/owltools,dhimmel/owltools,fbastian/owltools,fbastian/owltools,owlcollab/owltools,fbastian/owltools,dhimmel/owltools,fbastian/owltools,owlcollab/owltools,owlcollab/owltools,dhimmel/owltools,owlcollab/owltools,fbastian/owltools,owlcollab/owlto... | package owltools.cli;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import... | src/owltools/cli/CommandLineInterface.java | package owltools.cli;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import... |
git-svn-id: http://owltools.googlecode.com/svn/trunk@6 18f1da76-1bb4-b526-5913-e828fe20442d
| src/owltools/cli/CommandLineInterface.java | ||
Java | bsd-3-clause | 6757a0a0915d99bf65235729fafb798a42471d0c | 0 | sekiguchi-nagisa/DShell,sekiguchi-nagisa/DShell | package dshell.internal.process;
import static dshell.internal.process.TaskConfig.Behavior.background;
import static dshell.internal.process.TaskConfig.Behavior.printable;
import static dshell.internal.process.TaskConfig.Behavior.returnable;
import static dshell.internal.process.TaskConfig.Behavior.throwable;
import s... | src/dshell/internal/process/TaskContext.java | package dshell.internal.process;
import static dshell.internal.process.TaskConfig.Behavior.background;
import static dshell.internal.process.TaskConfig.Behavior.printable;
import static dshell.internal.process.TaskConfig.Behavior.returnable;
import static dshell.internal.process.TaskConfig.Behavior.throwable;
import s... | bugfix path resolution
| src/dshell/internal/process/TaskContext.java | bugfix path resolution | |
Java | bsd-3-clause | fbc56281757cf6cc72aba818d657903b8ef4b448 | 0 | wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy | /*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/walker/InliningData.java | /*
* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | [inlining-5] "where does replacements come from?" answered
| graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/walker/InliningData.java | [inlining-5] "where does replacements come from?" answered | |
Java | bsd-3-clause | 40a177f3a750195b27b1c04b40a82d5ceaeb8e73 | 0 | agmip/translator-generic-csv,MengZhang/translator-generic-csv | package org.agmip.translators.csv;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.ut... | src/main/java/org/agmip/translators/csv/CSVInput.java | package org.agmip.translators.csv;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.ut... | Add auto-judge for data type when variable is not registered in the ICASA list | src/main/java/org/agmip/translators/csv/CSVInput.java | Add auto-judge for data type when variable is not registered in the ICASA list | |
Java | bsd-3-clause | 37ccc5e4b329527a4fd174a75fa7e7f4bdf022a4 | 0 | UCDenver-ccp/datasource,bill-baumgartner/datasource,UCDenver-ccp/datasource,bill-baumgartner/datasource | /**
*
*/
package edu.ucdenver.ccp.datasource.identifiers;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import edu.ucdenver.ccp.datasource.identifiers.ebi.embl.EmblID;
import edu.ucdenver.ccp.datasource.identifiers.ebi.uniprot.UniProtID;
import edu.ucdenver.ccp.datasource.identifiers.ncbi.GenBank... | datasource-identifiers/src/main/java/edu/ucdenver/ccp/datasource/identifiers/ProteinAccessionResolver.java | /**
*
*/
package edu.ucdenver.ccp.datasource.identifiers;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import edu.ucdenver.ccp.datasource.identifiers.ebi.embl.EmblID;
import edu.ucdenver.ccp.datasource.identifiers.ebi.uniprot.UniProtID;
import edu.ucdenver.ccp.datasource.identifiers.ncbi.GenBank... | made uniprot accession handling more robust
| datasource-identifiers/src/main/java/edu/ucdenver/ccp/datasource/identifiers/ProteinAccessionResolver.java | made uniprot accession handling more robust | |
Java | mit | 81828c8cd66b31c14ed9ef1e846ef4eefd4077c9 | 0 | sqlancer/sqlancer,sqlancer/sqlancer | src/sqlancer/sqlite3/ast/Sqlite3ExpressionValue.java | package sqlancer.sqlite3.ast;
public class Sqlite3ExpressionValue {
}
| [SQLite3] Remove obsolete class
| src/sqlancer/sqlite3/ast/Sqlite3ExpressionValue.java | [SQLite3] Remove obsolete class | ||
Java | apache-2.0 | 8c0f7d2255ec42350bb097a6d0c989ec9c799db8 | 0 | MarcoCaballero/FFB_DAW,MarcoCaballero/FFB_DAW,MarcoCaballero/FFB_DAW,MarcoCaballero/FFB_DAW,MarcoCaballero/FFB_DAW | ffb_daw_fase3/src/main/java/com/ffbet/fase3/controllers/ImageTestController.java | package com.ffbet.fase3.controllers;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpServletRe... | Fuera Test
| ffb_daw_fase3/src/main/java/com/ffbet/fase3/controllers/ImageTestController.java | Fuera Test | ||
Java | mit | 8f91c592d637e7eaa7aeb42b809926640960b1ce | 0 | robertbdc/CS2336-Java-Food-Truck | package restauranttester;
import java.util.Scanner;
import java.nio.file.Path;
import java.nio.file.Paths;
public class Restaurant extends Menu
{
Restaurant()
{
//Creates ArrayList of Server Objects
}
public void createMenu()
{
//Creates the object of Menu
M... | Restaurant.java | package restauranttester;
import java.util.Scanner;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
public class Restaurant
{
Restaurant()
{
//Creates the object of Menu
Menu menu = new Menu();
//Creates ArrayList of Server Objects
... | Update Restaurant.java
Updating 10/16/13, work in progress creating the ArrayList of MenuItems. | Restaurant.java | Update Restaurant.java | |
Java | mit | 701a44d9bffcb7e9bf641cd042e7272ec179eeb5 | 0 | tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus | package org.lamport.tla.toolbox.tool.tlc.ui.editor.part;
import java.util.Vector;
import org.eclipse.core.runtime.Platform;
import org.eclipse.jface.viewers.CheckStateChangedEvent;
import org.eclipse.jface.viewers.CheckboxTableViewer;
import org.eclipse.jface.viewers.DoubleClickEvent;
import org.eclipse.jface... | org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/ui/editor/part/ValidateableTableSectionPart.java | package org.lamport.tla.toolbox.tool.tlc.ui.editor.part;
import java.util.Vector;
import org.eclipse.jface.viewers.CheckStateChangedEvent;
import org.eclipse.jface.viewers.CheckboxTableViewer;
import org.eclipse.jface.viewers.DoubleClickEvent;
import org.eclipse.jface.viewers.ICheckStateListener;
import org.e... | Logically revert commit d787626d6f699f9faaae0c03d3f3ce517136403a
except for GTK where behaviour is fine.
[Refactor][Toolbox]
| org.lamport.tla.toolbox.tool.tlc.ui/src/org/lamport/tla/toolbox/tool/tlc/ui/editor/part/ValidateableTableSectionPart.java | Logically revert commit d787626d6f699f9faaae0c03d3f3ce517136403a except for GTK where behaviour is fine. | |
Java | mit | 8fd9fe28e3f127932fae8252cc822c265f1af115 | 0 | PescaditoTeam/jrpg-2017a-dominio | package dominio;
/**
* Un tipo de raza que hereda las caracteristicas de Casta.
*
*/
public class Asesino extends Casta {
public Asesino(double prob_crit, double evasion, double daño_crit) {
super(prob_crit, evasion, daño_crit);
this.nombreCasta = "Asesino";
}
public Asesino() {
super();
thi... | src/main/java/dominio/Asesino.java | package dominio;
/**
* Un tipo de raza que hereda las caracteristicas de Casta
*
*/
public class Asesino extends Casta {
public Asesino(double prob_crit, double evasion, double daño_crit) {
super(prob_crit, evasion, daño_crit);
this.nombreCasta="Asesino";
}
public Asesino() {
super();
this.nombreCasta=... | Check Asesino
| src/main/java/dominio/Asesino.java | Check Asesino | |
Java | mit | 77b949dc9f83c649af750407b7fb3546bd638bd1 | 0 | SuperiozDE/MCUsernameChecker | package de.superioz.mcuc.scenes;
import de.superioz.mcuc.Main;
import de.superioz.mcuc.PremiumChecker;
import de.superioz.mcuc.UsernameVerifier;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.ProgressIndicator;
import javafx.scene.control.Tex... | src/de/superioz/mcuc/scenes/FunctionController.java | package de.superioz.mcuc.scenes;
import de.superioz.mcuc.Main;
import de.superioz.mcuc.PremiumChecker;
import de.superioz.mcuc.UsernameVerifier;
import javafx.application.Platform;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.ProgressIndicator;
import javafx.scene.control.Tex... | Changed comments to english, for better understand.
| src/de/superioz/mcuc/scenes/FunctionController.java | Changed comments to english, for better understand. | |
Java | mit | 55cc5116ce04d9d02b1f658eadb3ebe59f3e8dfb | 0 | weisJ/darklaf,weisJ/darklaf,weisJ/darklaf,weisJ/darklaf | /*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
*
* 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,... | property-loader/src/main/java/com/github/weisj/darklaf/properties/icons/IconColorMapper.java | /*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
*
* 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,... | Icon: Break early if no value match is found
| property-loader/src/main/java/com/github/weisj/darklaf/properties/icons/IconColorMapper.java | Icon: Break early if no value match is found | |
Java | mit | 0fc8c3dd4fb03de9292f9818710c007d992ff990 | 0 | michelfernandes/crescer-2016-1,michelfernandes/crescer-2016-1,michelfernandes/crescer-2016-1,michelfernandes/crescer-2016-1 | /**
* Escreva a descrição da classe Dwarf aqui.
*
* @author (seu nome)
* @version (número de versão ou data)
*/
public class Dwarf
{
// variáveis de instância - substitua o exemplo abaixo pelo seu próprio
private String nome;
private int vida=110,experiencia=0;
private Status status = Status.VIVO... | src/modulo-01-java-OO/projeto-lotr-bluej/Dwarf.java | /**
* Escreva a descrição da classe Dwarf aqui.
*
* @author (seu nome)
* @version (número de versão ou data)
*/
public class Dwarf
{
// variáveis de instância - substitua o exemplo abaixo pelo seu próprio
private String nome;
private int vida=110;
private Status status = Status.VIVO;
private ... | feat(Dwarf): implementar chamada do método getNumeroSorte dentro do método anaoPerdeVida
| src/modulo-01-java-OO/projeto-lotr-bluej/Dwarf.java | feat(Dwarf): implementar chamada do método getNumeroSorte dentro do método anaoPerdeVida | |
Java | epl-1.0 | 858a0b24590e30ebb8f2f788bc3580ee64bab991 | 0 | my76128/controller,Johnson-Chou/test,my76128/controller,opendaylight/controller,Sushma7785/OpenDayLight-Load-Balancer,aryantaheri/monitoring-controller,inocybe/odl-controller,mandeepdhami/controller,mandeepdhami/controller,tx1103mark/controller,aryantaheri/monitoring-controller,my76128/controller,mandeepdhami/controlle... | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/RpcProviderRegistryImpl.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | Registry instance cannot be null in RpcProxyRegistration
removeRegistration() is guaranteed to be invoked at most once, and
registry cannot be null. Make it final and remove the safety check.
Change-Id: Ie8f2da7430c076d0bec71eb8b58a4adc2af25adf
Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cis... | opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/RpcProviderRegistryImpl.java | Registry instance cannot be null in RpcProxyRegistration | |
Java | agpl-3.0 | 89892284fceaba68bd87792ba68332f781bc23a5 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | f47030fa-2e5f-11e5-9284-b827eb9e62be | hello.java | f46aa964-2e5f-11e5-9284-b827eb9e62be | f47030fa-2e5f-11e5-9284-b827eb9e62be | hello.java | f47030fa-2e5f-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | a64631932ce901625b4e9bb96044e1a666e8e517 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | a1ed2eb4-2e5f-11e5-9284-b827eb9e62be | hello.java | a1e7c6fe-2e5f-11e5-9284-b827eb9e62be | a1ed2eb4-2e5f-11e5-9284-b827eb9e62be | hello.java | a1ed2eb4-2e5f-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | e1cc1aa2db4ad3dae603f69cc1d31b699a682319 | 0 | Asqatasun/Asqatasun,Asqatasun/Asqatasun,Tanaguru/Tanaguru,dzc34/Asqatasun,medsob/Tanaguru,dzc34/Asqatasun,medsob/Tanaguru,Tanaguru/Tanaguru,dzc34/Asqatasun,Asqatasun/Asqatasun,dzc34/Asqatasun,medsob/Tanaguru,Tanaguru/Tanaguru,dzc34/Asqatasun,Tanaguru/Tanaguru,Asqatasun/Asqatasun,medsob/Tanaguru,Asqatasun/Asqatasun | /*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2013 Open-S Company
*
* This file is part of Tanaguru.
*
* Tanaguru is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eit... | web-app/tgol-web-app/src/main/java/org/opens/tgol/controller/AuditResultController.java | /*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2013 Open-S Company
*
* This file is part of Tanaguru.
*
* Tanaguru is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, eit... | Manual audit IHM + save and load values | web-app/tgol-web-app/src/main/java/org/opens/tgol/controller/AuditResultController.java | Manual audit IHM + save and load values | |
Java | lgpl-2.1 | b87fe88de8e19e2952d6253b70490ca81c53e72a | 0 | brltty/brltty,brltty/brltty,brltty/brltty,brltty/brltty,brltty/brltty,brltty/brltty | /*
* libbrlapi - A library providing access to braille terminals for applications.
*
* Copyright (C) 2006-2020 by
* Samuel Thibault <Samuel.Thibault@ens-lyon.org>
* Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
*
* libbrlapi comes with ABSOLUTELY NO WARRANTY.
*
* This is free software, placed under ... | Bindings/Java/clients/ApiExceptionClient.java | /*
* libbrlapi - A library providing access to braille terminals for applications.
*
* Copyright (C) 2006-2020 by
* Samuel Thibault <Samuel.Thibault@ens-lyon.org>
* Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
*
* libbrlapi comes with ABSOLUTELY NO WARRANTY.
*
* This is free software, placed under ... | Java bindings: The Pause client can use pause (instead of readKeyWithTimeout). (dm)
| Bindings/Java/clients/ApiExceptionClient.java | Java bindings: The Pause client can use pause (instead of readKeyWithTimeout). (dm) | |
Java | lgpl-2.1 | 6b27baf9d523833a2789b038d86d2b41031ffbfb | 0 | cwarden/kettle,juanmjacobs/kettle,ontometrics/ontokettle,ontometrics/ontokettle,cwarden/kettle,juanmjacobs/kettle,juanmjacobs/kettle,ontometrics/ontokettle,cwarden/kettle | /**********************************************************************
** **
** This code belongs to the KETTLE project. **
** **
** Kettle, from version... | src/be/ibridge/kettle/trans/step/mergejoin/MergeJoin.java | /**********************************************************************
** **
** This code belongs to the KETTLE project. **
** **
** Kettle, from version... | Fix for bug #4634
git-svn-id: 9499f031eb5c9fb9d11553a06c92651e5446d292@2608 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/be/ibridge/kettle/trans/step/mergejoin/MergeJoin.java | Fix for bug #4634 | |
Java | lgpl-2.1 | 9220d588b3968f8568bf4550fe5c1c0750c2b429 | 0 | SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/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 ch.unizh.ini.jaer.projects.minliu;
import com.jogamp.opengl.GL;
import com.jogamp.opengl.GL2;
import com.jogamp.openg... | src/ch/unizh/ini/jaer/projects/minliu/Speedometer.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 ch.unizh.ini.jaer.projects.minliu;
import com.jogamp.opengl.GL;
import com.jogamp.opengl.GL2;
import com.jogamp.openg... | added DevelopmentStatus | src/ch/unizh/ini/jaer/projects/minliu/Speedometer.java | added DevelopmentStatus | |
Java | apache-2.0 | aa62aa0ddeb4e0724d0717310d32e54893257a74 | 0 | javasoze/sensei,senseidb/sensei,DataDog/sensei,DataDog/sensei,senseidb/sensei,javasoze/sensei,DataDog/sensei,javasoze/sensei,senseidb/sensei,javasoze/sensei,DataDog/sensei,senseidb/sensei | package com.sensei.search.nodes;
import java.io.File;
import java.io.FilenameFilter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import ja... | src/com/sensei/search/nodes/SenseiServer.java | package com.sensei.search.nodes;
import java.io.File;
import java.io.FilenameFilter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import ja... | fixed bug of unregistering mbean
| src/com/sensei/search/nodes/SenseiServer.java | fixed bug of unregistering mbean | |
Java | apache-2.0 | 59d5b1b05a16a2b374c6300dcdd395570d34a149 | 0 | GideonLeGrange/panstamp-java | package me.legrange.panstamp.def;
/**
* A device param
* @author gideon
*/
public class Param {
Param(String name, Type type) {
this.name = name;
this.type = type;
}
public String getName() {
return name;
}
public Type getType() {
return type;
}
... | src/main/java/me/legrange/panstamp/def/Param.java | package me.legrange.panstamp.def;
import java.util.List;
/**
* A device param
* @author gideon
*/
public class Param {
Param(String name, Type type) {
this.name = name;
this.type = type;
}
public String getName() {
return name;
}
public Type getType() {
... | Removed stray import | src/main/java/me/legrange/panstamp/def/Param.java | Removed stray import | |
Java | apache-2.0 | 53787f2fa2153d4de36981f4d718bb378a6b1944 | 0 | samanalysis/incubator-groovy,apache/incubator-groovy,i55ac/incubator-groovy,nobeans/incubator-groovy,alien11689/groovy-core,kenzanmedia/incubator-groovy,gillius/incubator-groovy,yukangguo/incubator-groovy,traneHead/groovy-core,rabbitcount/incubator-groovy,ebourg/incubator-groovy,tkruse/incubator-groovy,jwagenleitner/in... | /*
* Copyright 2003-2007 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 requir... | src/main/org/codehaus/groovy/reflection/CachedMethod.java | /*
* Copyright 2003-2007 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 requir... | deprecate some methods that are now unused
git-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@21510 a5544e8c-8a19-0410-ba12-f9af4593a198
| src/main/org/codehaus/groovy/reflection/CachedMethod.java | deprecate some methods that are now unused | |
Java | apache-2.0 | b3f5b9f96a61a9cf44676e047ccdb2876afa2546 | 0 | whorbowicz/intellij-scala,advancedxy/intellij-scala,double-y/translation-idea-plugin,jastice/intellij-scala,jeantil/intellij-scala,ghik/intellij-scala,jastice/intellij-scala,JetBrains/intellij-scala,triplequote/intellij-scala,ghik/intellij-scala,advancedxy/intellij-scala,jeantil/intellij-scala,whorbowicz/intellij-scala... | /*
* Copyright 2000-2008 JetBrains s.r.o.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | src/org/jetbrains/plugins/scala/ScalaFileTypeFactory.java | /*
* Copyright 2000-2008 JetBrains s.r.o.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
git-svn-id: http://svn.jetbrains.org/idea/Trunk/scala@18784 59f64563-22e8-0310-8d2c-98a15e1539f2
| src/org/jetbrains/plugins/scala/ScalaFileTypeFactory.java | ||
Java | apache-2.0 | 5474df3534de0eedbe99a6197c4a791c72e45f1c | 0 | treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag | package acceptance;
import com.google.common.base.Throwables;
import org.junit.Rule;
import org.junit.Test;
import io.digdag.core.database.DataSourceProvider;
import utils.CommandStatus;
import utils.TemporaryDigdagServer;
import java.io.IOException;
import java.net.MalformedURLException;
import java.time.Duration;
... | digdag-tests/src/test/java/acceptance/ServerJmxIT.java | package acceptance;
import com.google.common.base.Throwables;
import org.junit.Rule;
import org.junit.Test;
import io.digdag.core.database.DataSourceProvider;
import utils.TemporaryDigdagServer;
import java.io.IOException;
import java.net.MalformedURLException;
import java.time.Duration;
import java.util.regex.Match... | Add tests.
| digdag-tests/src/test/java/acceptance/ServerJmxIT.java | Add tests. | |
Java | apache-2.0 | 4efc11188b2cefbdf90b3273509bfc3dc90136b1 | 0 | andreaturli/legacy-brooklyn,bmwshop/brooklyn,andreaturli/legacy-brooklyn,bmwshop/brooklyn,aledsage/legacy-brooklyn,andreaturli/legacy-brooklyn,bmwshop/brooklyn,bmwshop/brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,aledsage/legacy-brooklyn,neykov/incubator-brooklyn,aledsa... | /*
* Copyright 2012-2013 by Cloudsoft Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | software/nosql/src/test/java/brooklyn/entity/nosql/couchdb/CouchDBNodeIntegrationTest.java | /*
* Copyright 2012-2013 by Cloudsoft Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Mark CouchDBNodeIntegrationTest as WIP | software/nosql/src/test/java/brooklyn/entity/nosql/couchdb/CouchDBNodeIntegrationTest.java | Mark CouchDBNodeIntegrationTest as WIP | |
Java | apache-2.0 | 9f450f6b66b18277c7c266f6b8b0f916e87dcd8b | 0 | omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework | /**
* WSO2 Identity Server Rest API - User
* This document specifies a **RESTful API** for WSO2 **Identity Server** . It is written with [swagger 2](http://swagger.io/).
* <p/>
* OpenAPI spec version: 0.9.0
* Contact: architecture@wso2.com
* <p/>
* NOTE: This class is auto generated by the swagger code generato... | components/identity-mgt/org.wso2.carbon.identity.mgt.endpoint.util/src/main/java/org/wso2/carbon/identity/mgt/endpoint/util/client/api/SelfRegisterApi.java | /**
* WSO2 Identity Server Rest API - User
* This document specifies a **RESTful API** for WSO2 **Identity Server** . It is written with [swagger 2](http://swagger.io/).
* <p/>
* OpenAPI spec version: 0.9.0
* Contact: architecture@wso2.com
* <p/>
* NOTE: This class is auto generated by the swagger code generato... | Fix Self registration autologin flow
| components/identity-mgt/org.wso2.carbon.identity.mgt.endpoint.util/src/main/java/org/wso2/carbon/identity/mgt/endpoint/util/client/api/SelfRegisterApi.java | Fix Self registration autologin flow | |
Java | apache-2.0 | 5e5ba0749626de9b0462f3942baa08b119eb4c98 | 0 | leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere | /*
* 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 ... | sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/event/AuthenticationChangedEvent.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 ... | use Authentication
| sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/registry/config/event/AuthenticationChangedEvent.java | use Authentication | |
Java | apache-2.0 | c7a991ab4a8f0c2079d70e0739847dc467c4b6d4 | 0 | threerings/playn,threerings/playn,threerings/playn,threerings/playn | /**
* Copyright 2010 The PlayN 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 agreed ... | java/src/playn/java/JavaAudio.java | /**
* Copyright 2010 The PlayN 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 agreed ... | Fix one actual javadoc error.
| java/src/playn/java/JavaAudio.java | Fix one actual javadoc error. | |
Java | apache-2.0 | 704b1112147d7017cfd2c724a338e33751e5d290 | 0 | eigengo/monitor,eigengo/monitor | /*
* Copyright (c) 2013 original 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 a... | output-dtrace/src/main/java/org/eigengo/monitor/output/dtrace/DtraceCounterProvider.java | /*
* Copyright (c) 2013 original 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 a... | counters
| output-dtrace/src/main/java/org/eigengo/monitor/output/dtrace/DtraceCounterProvider.java | counters | |
Java | apache-2.0 | 3979f8b9349a2e2e43a6ae5e958cd95d193e472c | 0 | santhosh-tekuri/jlibs,santhosh-tekuri/jlibs | /**
* JLibs: Common Utilities for Java
* Copyright (C) 2009 Santhosh Kumar T <santhosh.tekuri@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of ... | wadl/src/main/java/jlibs/wadl/WADLCompletor.java | /**
* JLibs: Common Utilities for Java
* Copyright (C) 2009 Santhosh Kumar T <santhosh.tekuri@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of ... | FEATURE: support for querying and filling resource names | wadl/src/main/java/jlibs/wadl/WADLCompletor.java | FEATURE: support for querying and filling resource names | |
Java | apache-2.0 | 3f3aba3b6863b5625236dc8010e97ae84ca45a4b | 0 | Bernardo-MG/Tabletop-Punkapocalyptic-Ruleset-API,Bernardo-MG/Tabletop-Punkapocalyptic-Ruleset-API | package com.wandrell.tabletop.business.service.punkapocalyptic;
import java.util.Collection;
import com.wandrell.tabletop.business.model.punkapocalyptic.inventory.MeleeWeapon;
import com.wandrell.tabletop.business.model.punkapocalyptic.inventory.Weapon;
import com.wandrell.tabletop.business.model.punkapocalyptic.unit... | src/main/java/com/wandrell/tabletop/business/service/punkapocalyptic/RulesetService.java | package com.wandrell.tabletop.business.service.punkapocalyptic;
import java.util.Collection;
import com.wandrell.tabletop.business.model.punkapocalyptic.inventory.MeleeWeapon;
import com.wandrell.tabletop.business.model.punkapocalyptic.inventory.Weapon;
import com.wandrell.tabletop.business.model.punkapocalyptic.unit... | Corrected the ruleset service requiring a DerivedValueBox instead of a
ValueBox. | src/main/java/com/wandrell/tabletop/business/service/punkapocalyptic/RulesetService.java | Corrected the ruleset service requiring a DerivedValueBox instead of a ValueBox. | |
Java | bsd-2-clause | 957fb5f562325ee9406ce872f10f7442e63f6e42 | 0 | TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,TehSAUCE/imagej | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | plugins/uis/swing/src/main/java/imagej/ui/swing/viewer/image/SwingDisplayPanel.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | Revert "Do some sanity checking on slider vars"
This reverts commit 4f36454cfa6a14b3b74042dffb66c349a57aac56.
| plugins/uis/swing/src/main/java/imagej/ui/swing/viewer/image/SwingDisplayPanel.java | Revert "Do some sanity checking on slider vars" | |
Java | mit | 25e9756ff1323d166ca10a7cdc529de6ed2a1f9f | 0 | guodongrui/left-behind-child | src/test/java/org/lbchild/window/MyFirstTest.java | package org.lbchild.window;
import org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot;
import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner;
import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.ru... | Delete MyFirstTest.java | src/test/java/org/lbchild/window/MyFirstTest.java | Delete MyFirstTest.java | ||
Java | apache-2.0 | 99c8b312ee732d1aeece144238fcde599beb63af | 0 | apache/tapestry-5,apache/tapestry-5,apache/tapestry-5,apache/tapestry-5,apache/tapestry-5 | tapestry-core/src/main/java/org/apache/tapestry5/internal/services/DelegatingMessagesImpl.java | // Copyright 2010 The Apache Software Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... | Remove unused class
| tapestry-core/src/main/java/org/apache/tapestry5/internal/services/DelegatingMessagesImpl.java | Remove unused class | ||
Java | mit | f78a6b3082d1569ec6d94e768f7d1ba883c37cb0 | 0 | mzmine/mzmine3,mzmine/mzmine3 | /*
* Copyright 2006-2008 The MZmine Development Team
*
* This file is part of MZmine.
*
* MZmine is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) an... | src/net/sf/mzmine/modules/visualization/threed/ThreeDDisplay.java | /*
* Copyright 2006-2008 The MZmine Development Team
*
* This file is part of MZmine.
*
* MZmine is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) an... | Updated the font of 3D visualizer
| src/net/sf/mzmine/modules/visualization/threed/ThreeDDisplay.java | Updated the font of 3D visualizer | |
Java | mit | d2ae5d727fbfc624ef390eb05c8e395bc1a109f2 | 0 | nagash91/TheGuardiansApp | package micc.theguardiansapp;
import android.media.MediaPlayer;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.ScrollView;
... | app/src/main/java/micc/theguardiansapp/FiActivity.java | package micc.theguardiansapp;
import android.media.MediaPlayer;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.ScrollView;
... | Corrette gallerie immagini
Conflicts:
app/app.iml
| app/src/main/java/micc/theguardiansapp/FiActivity.java | Corrette gallerie immagini | |
Java | mit | 472bda743b193af317ca86d00cc367123f030044 | 0 | fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg | package ua.com.fielden.platform.entity.query.metadata;
import static java.lang.String.format;
import static org.apache.commons.lang.StringUtils.isNotEmpty;
import static ua.com.fielden.platform.entity.AbstractEntity.ID;
import static ua.com.fielden.platform.entity.AbstractEntity.KEY;
import static ua.com.fielden.platf... | platform-dao/src/main/java/ua/com/fielden/platform/entity/query/metadata/DomainMetadataUtils.java | package ua.com.fielden.platform.entity.query.metadata;
import static java.lang.String.format;
import static org.apache.commons.lang.StringUtils.isNotEmpty;
import static ua.com.fielden.platform.entity.AbstractEntity.ID;
import static ua.com.fielden.platform.entity.AbstractEntity.KEY;
import static ua.com.fielden.platf... | #1293 Simplified logic of building EQL expression for composite key assuming that first key member is not-optinal.
| platform-dao/src/main/java/ua/com/fielden/platform/entity/query/metadata/DomainMetadataUtils.java | #1293 Simplified logic of building EQL expression for composite key assuming that first key member is not-optinal. | |
Java | mit | f1257982f84c6e226957ae2fbeca9e264dcd1e7c | 0 | CMPUT301F17T14/gitrekt | package com.example.habitrack;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import andr... | HabiTrack/app/src/main/java/com/example/habitrack/MainActivity.java | package com.example.habitrack;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import andr... | add new flow for starting the app
| HabiTrack/app/src/main/java/com/example/habitrack/MainActivity.java | add new flow for starting the app | |
Java | mit | 9f600e9f88883986fa95ae32785cea42abc588d1 | 0 | domisum/AuxiliumLib | package de.domisum.lib.auxilium.data.container.file;
import de.domisum.lib.auxilium.util.java.annotations.APIUsage;
import lombok.Getter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Properties;
@APIUsa... | src/main/java/de/domisum/lib/auxilium/data/container/file/PropertiesFileWrapper.java | package de.domisum.lib.auxilium.data.container.file;
import de.domisum.lib.auxilium.util.java.annotations.APIUsage;
import lombok.Getter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Properties;
@APIUsa... | Improved PropertiesFileWrapper
| src/main/java/de/domisum/lib/auxilium/data/container/file/PropertiesFileWrapper.java | Improved PropertiesFileWrapper | |
Java | mit | cee18d278a9923d72cb966f71c6f71e7369da3a3 | 0 | Yelp/yelp-android | package com.yelp.clientlib.entities;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import com.fasterxml.jackson.da... | src/main/java/com/yelp/clientlib/entities/SearchResponse.java | package com.yelp.clientlib.entities;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import com.fasterxml.jackson.da... | Add a newline to SearchResponse.java
| src/main/java/com/yelp/clientlib/entities/SearchResponse.java | Add a newline to SearchResponse.java | |
Java | mit | 8740c2d894b7ab0ccf186b48490291f2b2c0632c | 0 | gfneto/Hive2Hive,Hive2Hive/Hive2Hive | package org.hive2hive.core.test.tomp2p;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.security.Key... | org.hive2hive.core.test/src/org/hive2hive/core/test/tomp2p/ContentProtectionTest.java | package org.hive2hive.core.test.tomp2p;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.security.Key... | New findings in tomp2p tested. | org.hive2hive.core.test/src/org/hive2hive/core/test/tomp2p/ContentProtectionTest.java | New findings in tomp2p tested. | |
Java | mit | ebf1644c60910e41f0adf5a36931eeed84ebbf93 | 0 | stevefsp/critterai,stevefsp/critterai,stevefsp/critterai,stevefsp/critterai,stevefsp/critterai | /*
* Copyright (c) 2010 Stephen A. Pratt
*
* 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, me... | util/src/org/critterai/math/Vector2.java | /*
* Copyright (c) 2010 Stephen A. Pratt
*
* 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, me... | Fix javadoc, clean tabs. | util/src/org/critterai/math/Vector2.java | Fix javadoc, clean tabs. | |
Java | mit | 6283ae34a5c78dd13074e276cc436222add78500 | 0 | Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation,Lyokone/flutterlocation | package com.lyokone.location;
import android.Manifest;
import android.app.Activity;
import android.provider.Settings;
import android.content.IntentSender;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationManager;
import android.l... | android/src/main/java/com/lyokone/location/LocationPlugin.java | package com.lyokone.location;
import android.Manifest;
import android.app.Activity;
import android.provider.Settings;
import android.content.IntentSender;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationManager;
import android.l... | Try to fix #156
| android/src/main/java/com/lyokone/location/LocationPlugin.java | Try to fix #156 | |
Java | mit | d325b72b1f068682d954034343c17b496d8abd22 | 0 | antorof/Giftask | package es.trigit.gitftask.Vistas;
import android.content.Context;
import android.graphics.Point;
import android.hardware.Camera;
import android.hardware.Camera.Size;
import android.view.Display;
import android.view.SurfaceView;
import android.view.WindowManager;
import java.util.ArrayList;
import java.util.List;
/*... | app/src/main/java/es/trigit/gitftask/Vistas/CameraPreview.java | package es.trigit.gitftask.Vistas;
import android.content.Context;
import android.graphics.Point;
import android.hardware.Camera;
import android.hardware.Camera.Size;
import android.view.Display;
import android.view.SurfaceView;
import android.view.WindowManager;
import java.util.ArrayList;
import java.util.List;
/*... | Preview de camara arreglado
| app/src/main/java/es/trigit/gitftask/Vistas/CameraPreview.java | Preview de camara arreglado | |
Java | mit | 0e0af134d70030be0263022954baeb4e54e0a1fe | 0 | ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces | package de.larmic.butterfaces.component.renderkit.html_basic.text;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.f... | components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/TreeBoxRenderer.java | package de.larmic.butterfaces.component.renderkit.html_basic.text;
import de.larmic.butterfaces.component.html.text.HtmlTreeBox;
import de.larmic.butterfaces.component.partrenderer.RenderUtils;
import de.larmic.butterfaces.component.partrenderer.StringUtils;
import de.larmic.butterfaces.component.renderkit.html_basic.... | BUT-412 fixed autocomplete
| components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/TreeBoxRenderer.java | BUT-412 fixed autocomplete | |
Java | mit | 915801fe7bb82fa7767ce05b592eb7da7d095a5e | 0 | relayrides/pushy,urbanairship/pushy,relayrides/pushy,urbanairship/pushy,relayrides/pushy,urbanairship/pushy | package com.relayrides.pushy;
import java.util.ArrayList;
import java.util.LinkedList;
public class SentNotificationBuffer<E extends ApnsPushNotification> {
private final LinkedList<SendableApnsPushNotification<E>> buffer;
private final int capacity;
public SentNotificationBuffer(final int capacity) {
this.b... | src/main/java/com/relayrides/pushy/SentNotificationBuffer.java | package com.relayrides.pushy;
import java.util.ArrayList;
import java.util.LinkedList;
public class SentNotificationBuffer<E extends ApnsPushNotification> {
private final LinkedList<SendableApnsPushNotification<E>> buffer;
private final int capacity;
public SentNotificationBuffer(final int capacity) {
this.b... | Minor: added an explicit "this".
| src/main/java/com/relayrides/pushy/SentNotificationBuffer.java | Minor: added an explicit "this". | |
Java | epl-1.0 | 99aa6895d741cdd09a4c2225cfb1111dc4897b14 | 0 | ibm-messaging/iot-device-samples,ibm-messaging/iot-device-samples,amprasanna/iot-device-samples,ibm-messaging/iot-device-samples,amprasanna/iot-device-samples,amprasanna/iot-device-samples | /**
*****************************************************************************
* Copyright (c) 2016 IBM Corporation and other Contributors.
* 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 distrib... | java/device-samples/src/main/java/com/ibm/iotf/sample/client/device/HttpDeviceEventPublish.java | /**
*****************************************************************************
* Copyright (c) 2016 IBM Corporation and other Contributors.
* 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 distrib... | Added enum instead of string for contenttype
| java/device-samples/src/main/java/com/ibm/iotf/sample/client/device/HttpDeviceEventPublish.java | Added enum instead of string for contenttype | |
Java | epl-1.0 | d321f743763fb17e985c0fbbe5a83a05f1ee9204 | 0 | CA-APM/ca-apm-fieldpack-asm,CA-APM/ca-apm-fieldpack-asm | package com.wily.introscope.epagent;
import java.util.Properties;
import com.ca.apm.swat.epaplugins.utils.AsmProperties;
import com.wily.util.feedback.IModuleFeedbackChannel;
import com.wily.util.feedback.SeverityLevel;
import com.wily.util.feedback.SystemOutFeedbackChannel;
/**
* EPAgent utilities.
*
* @author... | asm-monitor/src/main/java/com/wily/introscope/epagent/EpaUtils.java | package com.wily.introscope.epagent;
import java.util.Properties;
import com.ca.apm.swat.epaplugins.utils.AsmProperties;
import com.wily.util.feedback.IModuleFeedbackChannel;
import com.wily.util.feedback.SeverityLevel;
import com.wily.util.feedback.SystemOutFeedbackChannel;
/**
* EPAgent utilities.
*
* @author... | replace double quotes in metric names
| asm-monitor/src/main/java/com/wily/introscope/epagent/EpaUtils.java | replace double quotes in metric names | |
Java | agpl-3.0 | 523f88b1bb0b27073e8055a635044bac8a85de47 | 0 | imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms | package imcode.server ;
import org.apache.oro.util.* ;
import org.apache.oro.text.* ;
import org.apache.oro.text.regex.* ;
import org.apache.oro.text.perl.* ;
import java.sql.*;
import java.sql.Date ;
import java.io.*;
import java.util.*;
import imcode.server.* ;
import java.text.Collator ;
import java.text.SimpleDate... | server/src/imcode/server/IMCService.java | package imcode.server ;
import org.apache.oro.util.* ;
import org.apache.oro.text.* ;
import org.apache.oro.text.regex.* ;
import org.apache.oro.text.perl.* ;
import java.sql.*;
import java.sql.Date ;
import java.io.*;
import java.util.*;
import imcode.server.* ;
import java.text.Collator ;
import java.text.SimpleDate... | Fixed bug 145: <?imcms:include> made the parser throw a NumberFormatException.
git-svn-id: b7e9aa1d6cd963481915708f70423d437278b157@780 bd66a97b-2aff-0310-9095-89ca5cabf5a6
| server/src/imcode/server/IMCService.java | Fixed bug 145: <?imcms:include> made the parser throw a NumberFormatException. | |
Java | agpl-3.0 | 3f2839907bc26321e152d80199abf36e6b5ce9b5 | 0 | cstroe/spendhawk-java,cstroe/spendhawk-java,cstroe/spendhawk-java | package com.github.cstroe.spendhawk.web;
import com.github.cstroe.spendhawk.web.user.UserManagerServlet;
import com.github.cstroe.spendhawk.web.user.UsersServlet;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;
import com.mashape.unirest.http.exceptions.UnirestException;
import o... | src/test/java/com/github/cstroe/spendhawk/web/BasicFeaturesIT.java | package com.github.cstroe.spendhawk.web;
import com.github.cstroe.spendhawk.web.user.UserManagerServlet;
import com.github.cstroe.spendhawk.web.user.UsersServlet;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;
import org.jboss.arquillian.container.test.api.RunAsClient;
import or... | Cleaner and more thorough tests.
| src/test/java/com/github/cstroe/spendhawk/web/BasicFeaturesIT.java | Cleaner and more thorough tests. | |
Java | lgpl-2.1 | a106106389d53c611df27dcfd9b06997315414dd | 0 | ebollens/ccnmp,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,cawka/ndnx,cawka/ndnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,svartika/ccnx,cawka/ndnx | /*
* Part of the CCNx Java Library.
*
* Copyright (C) 2011 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is distribu... | javasrc/src/org/ccnx/ccn/profiles/versioning/TreeSet6.java | /*
* Part of the CCNx Java Library.
*
* Copyright (C) 2011 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is distribu... | Refs #100320-365-merge. Somehow lost the catches for NoSuchMethodException, so add them back to initialize().
| javasrc/src/org/ccnx/ccn/profiles/versioning/TreeSet6.java | Refs #100320-365-merge. Somehow lost the catches for NoSuchMethodException, so add them back to initialize(). | |
Java | lgpl-2.1 | b032efa917bb0b3977b5575b82f004c1ce3fe022 | 0 | zebrafishmine/intermine,tomck/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,drhee/toxoMine,joshkh/intermine,tomck/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,joshkh/intermine,zebrafishmine/intermine,zebrafishmine/intermine,kimrutherford/intermine,kimrutherford/intermine,zebra... | package org.intermine.webservice.server.template.result;
/*
* Copyright (C) 2002-2011 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.gn... | intermine/web/main/src/org/intermine/webservice/server/template/result/TemplateResultService.java | package org.intermine.webservice.server.template.result;
/*
* Copyright (C) 2002-2011 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.gn... | Provide the template title in JSON output, and only provide paths rather than full urls
| intermine/web/main/src/org/intermine/webservice/server/template/result/TemplateResultService.java | Provide the template title in JSON output, and only provide paths rather than full urls | |
Java | lgpl-2.1 | c29d37bbb2fd792f038828f6d93d3469916e2812 | 0 | levants/lightmare | package org.lightmare.utils;
import java.util.Arrays;
import org.junit.Test;
public class CollectionUtilsTest {
@Test
public void arrayCastTest() {
try {
boolean[] bools = new boolean[2];
bools[0] = false;
bools[1] = true;
boolean[] casted = ObjectUtils.cast(bools, boolean[].class);
... | src/test/java/org/lightmare/utils/CollectionUtilsTest.java | package org.lightmare.utils;
import java.util.Arrays;
import org.junit.Test;
public class CollectionUtilsTest {
@Test
public void arrayCastTest() {
try {
boolean[] bools = new boolean[2];
bools[0] = false;
bools[1] = true;
boolean[] casted = ObjectUtils.cast(bools, boolean[].class);
... | improved CollectioUtils test cases | src/test/java/org/lightmare/utils/CollectionUtilsTest.java | improved CollectioUtils test cases | |
Java | lgpl-2.1 | c76d23cb7a32245e570438fb605c185915e2cb32 | 0 | hal/core,hal/core,hal/core,hal/core,hal/core | /*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentBrowser.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | browser doesn't need to show path attributes | gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentBrowser.java | browser doesn't need to show path attributes | |
Java | lgpl-2.1 | a44536bd19d72f324ed8c8b56e2a10878acad0a0 | 0 | geotools/geotools,geotools/geotools,geotools/geotools,geotools/geotools | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2004-2014, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | modules/unsupported/wfs-ng/src/main/java/org/geotools/data/wfs/internal/v1_x/StrictWFS_1_x_Strategy.java | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2004-2014, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | spaces | modules/unsupported/wfs-ng/src/main/java/org/geotools/data/wfs/internal/v1_x/StrictWFS_1_x_Strategy.java | spaces | |
Java | apache-2.0 | 015f45e2fdd2e0281e0bb8ca6a17a828f6c4d15f | 0 | Hipparchus-Math/hipparchus,sdinot/hipparchus,apache/commons-math,sdinot/hipparchus,Hipparchus-Math/hipparchus,apache/commons-math,Hipparchus-Math/hipparchus,sdinot/hipparchus,apache/commons-math,sdinot/hipparchus,Hipparchus-Math/hipparchus,apache/commons-math | /*
* 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 ... | src/main/java/org/apache/commons/math/util/FastMathResources.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 ... | Lowered access level.
git-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1181245 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/math/util/FastMathResources.java | Lowered access level. | |
Java | apache-2.0 | 66219513d6795cf62519c6a4e3fc1a1735c68b02 | 0 | OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,OpenUniversity/ovirt-engine,zerodengxinchao/ovirt-engine,eayun/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,OpenUniversity/ovirt-engine,halober/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,yingyun0... | package org.ovirt.engine.core.dao.network;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.util.... | backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/network/NetworkDaoTest.java | package org.ovirt.engine.core.dao.network;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.util.... | engine: Removed sorted assertion from DC networks test
This would occasionally fail the test, when the assertion was
originally meant only for cluster queries.
Change-Id: I8252ba734f1455eb15ed5e1478930d8bb2e23368
Signed-off-by: Lior Vernia <0888e9bab805ddf64d6b8b84d91c33e7509a697e@redhat.com>
| backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/network/NetworkDaoTest.java | engine: Removed sorted assertion from DC networks test | |
Java | apache-2.0 | 9298c4dc95f6d620db4a77c32525b7e64cd907fc | 0 | bitstorm/wicket,mafulafunk/wicket,AlienQueen/wicket,martin-g/wicket-osgi,astrapi69/wicket,apache/wicket,selckin/wicket,mosoft521/wicket,topicusonderwijs/wicket,zwsong/wicket,dashorst/wicket,aldaris/wicket,klopfdreh/wicket,freiheit-com/wicket,klopfdreh/wicket,freiheit-com/wicket,zwsong/wicket,aldaris/wicket,Servoy/wicke... | /*
* $Id$
* $Revision$ $Date$
*
* ==============================================================================
* 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... | wicket/src/java/wicket/MarkupContainer.java | /*
* $Id$
* $Revision$ $Date$
*
* ==============================================================================
* 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... | component iterator for transpartent removing with undo support
git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@456255 13f79535-47bb-0310-9956-ffa450edef68
| wicket/src/java/wicket/MarkupContainer.java | component iterator for transpartent removing with undo support | |
Java | apache-2.0 | 363f568b6de8c093d6669b45d29c804783c9f39e | 0 | google/guice,google/guice,google/guice,mcculls/guice,mcculls/guice,mcculls/guice | /*
* Copyright (C) 2008 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 ... | core/src/com/google/inject/internal/AbstractProcessor.java | /*
* Copyright (C) 2008 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 ... | Fix quadratic behavior of AbstractProcessor.process() observed in profiles.
The received lists are always ArrayList, for which removing items one-by-one
from the left is inefficient.
This changes the behavior on exception. Unlike std::remove_if,
ArrayList.removeIf() buffers all filter results before shifting any elem... | core/src/com/google/inject/internal/AbstractProcessor.java | Fix quadratic behavior of AbstractProcessor.process() observed in profiles. The received lists are always ArrayList, for which removing items one-by-one from the left is inefficient. | |
Java | apache-2.0 | 3775e1245dbd9eaabef6eb56554f4426ffca8d01 | 0 | huitseeker/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearni... | package org.deeplearning4j.gradientcheck;
import lombok.extern.slf4j.Slf4j;
import org.deeplearning4j.nn.api.OptimizationAlgorithm;
import org.deeplearning4j.nn.conf.MultiLayerConfiguration;
import org.deeplearning4j.nn.conf.NeuralNetConfiguration;
import org.deeplearning4j.nn.conf.Updater;
import org.deeplearning4j.n... | deeplearning4j-core/src/test/java/org/deeplearning4j/gradientcheck/LossFunctionGradientCheck.java | package org.deeplearning4j.gradientcheck;
import lombok.extern.slf4j.Slf4j;
import org.deeplearning4j.nn.api.OptimizationAlgorithm;
import org.deeplearning4j.nn.conf.MultiLayerConfiguration;
import org.deeplearning4j.nn.conf.NeuralNetConfiguration;
import org.deeplearning4j.nn.conf.Updater;
import org.deeplearning4j.n... | rational tanh activation
Former-commit-id: 27d47c9913759903dbfe031d067e554226990fd5 | deeplearning4j-core/src/test/java/org/deeplearning4j/gradientcheck/LossFunctionGradientCheck.java | rational tanh activation | |
Java | apache-2.0 | a70da4bea617b2fb57f33299db8be11ebea0e9d5 | 0 | cushon/error-prone,cushon/error-prone,google/error-prone,google/error-prone,cushon/error-prone,cushon/error-prone | /*
* Copyright 2018 The Error Prone 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 agre... | core/src/main/java/com/google/errorprone/bugpatterns/ObjectsHashCodePrimitive.java | /*
* Copyright 2018 The Error Prone 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 agre... | Remove explanation annotation element from ObjectsHashCodePrimitive (it has a sidecar explanation file).
RELNOTES: n/a
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202336105
| core/src/main/java/com/google/errorprone/bugpatterns/ObjectsHashCodePrimitive.java | Remove explanation annotation element from ObjectsHashCodePrimitive (it has a sidecar explanation file). | |
Java | apache-2.0 | 1b9367d465dc99559b4ac36b30be5e2e98ff67a7 | 0 | amyvmiwei/hbase,Apache9/hbase,ChinmaySKulkarni/hbase,justintung/hbase,gustavoanatoly/hbase,gustavoanatoly/hbase,apurtell/hbase,apurtell/hbase,andrewmains12/hbase,ChinmaySKulkarni/hbase,mahak/hbase,ultratendency/hbase,apurtell/hbase,ultratendency/hbase,vincentpoon/hbase,JingchengDu/hbase,ultratendency/hbase,andrewmains1... | /**
*
* 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"); ... | hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.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"); ... | HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function (Vikas Vishwakarma)
| hbase-server/src/test/java/org/apache/hadoop/hbase/HFilePerformanceEvaluation.java | HBASE-12917 HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function (Vikas Vishwakarma) | |
Java | apache-2.0 | d7c0e622689835974415388a5f93f324a9e623fc | 0 | apache/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDPageAnnotationsFiltering.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | PDFBOX-4071: use jdk8 lambda expressions
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1867428 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDPageAnnotationsFiltering.java | PDFBOX-4071: use jdk8 lambda expressions | |
Java | apache-2.0 | 5281ec9747aec02355cb47334c2b9c45f4a99353 | 0 | tensorflow/tflite-support,tensorflow/tflite-support,tensorflow/tflite-support,tensorflow/tflite-support,tensorflow/tflite-support,tensorflow/tflite-support | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/ImageSegmenter.java | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | Internal codebase change
PiperOrigin-RevId: 381256317
| tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/ImageSegmenter.java | Internal codebase change | |
Java | apache-2.0 | f123fc3de72b427d0f48858e2c24a387f8595cad | 0 | jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics | /*
* Java Genetic Algorithm Library (@!identifier!@).
* Copyright (c) @!year!@ Franz Wilhelmstötter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the ... | src/main/java/org/jenetics/util/Timer.java | /*
* Java Genetic Algorithm Library (@!identifier!@).
* Copyright (c) @!year!@ Franz Wilhelmstötter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the ... | Incomplete - # 13: Code and test improvements
https://sourceforge.net/apps/trac/jenetics/ticket/13
| src/main/java/org/jenetics/util/Timer.java | Incomplete - # 13: Code and test improvements https://sourceforge.net/apps/trac/jenetics/ticket/13 | |
Java | apache-2.0 | 8411c64a6ffefba4332e9f0c74b90d1204fd53c7 | 0 | gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger | /*
* 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 ... | kms/src/main/java/org/apache/hadoop/crypto/key/RangerMasterKey.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Trivial cleanup II
| kms/src/main/java/org/apache/hadoop/crypto/key/RangerMasterKey.java | Trivial cleanup II | |
Java | apache-2.0 | e95c6fbe045d83daa6bc41cf0047a62347a98cfe | 0 | michael-rapp/AndroidMaterialDialog | /*
* Copyright 2014 - 2018 Michael Rapp
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | library/src/main/java/de/mrapp/android/dialog/decorator/EditTextDialogDecorator.java | /*
* Copyright 2014 - 2018 Michael Rapp
*
* 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... | Disable the positive button of an EditTextDialog when the validation failed.
| library/src/main/java/de/mrapp/android/dialog/decorator/EditTextDialogDecorator.java | Disable the positive button of an EditTextDialog when the validation failed. | |
Java | apache-2.0 | ba207248c844652951b43aaeaedb460de1ac69cc | 0 | quanticc/sentry,quanticc/sentry,quanticc/sentry | package top.quantic.sentry.event;
import de.androidpit.colorthief.ColorThief;
import de.androidpit.colorthief.MMCQ;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import sx.blah.discord.api.internal.json.objects.EmbedObject;
import sx.blah.discord.util.EmbedBuilder;
import top.quantic.sentry.web.rest.vm.Twit... | src/main/java/top/quantic/sentry/event/TwitchStreamEvent.java | package top.quantic.sentry.event;
import de.androidpit.colorthief.ColorThief;
import de.androidpit.colorthief.MMCQ;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import sx.blah.discord.api.internal.json.objects.EmbedObject;
import sx.blah.discord.util.EmbedBuilder;
import top.quantic.sentry.web.rest.vm.Twit... | Fix embed field incorrectly set
| src/main/java/top/quantic/sentry/event/TwitchStreamEvent.java | Fix embed field incorrectly set | |
Java | apache-2.0 | c76600eb02581040f785681514f9a4b01cdb944c | 0 | vorburger/MariaDB4j,vorburger/MariaDB4j | /*
* #%L
* MariaDB4j
* %%
* Copyright (C) 2012 - 2017 Michael Vorburger
* %%
* 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
*
... | mariaDB4j-core/src/main/java/ch/vorburger/mariadb4j/DB.java | /*
* #%L
* MariaDB4j
* %%
* Copyright (C) 2012 - 2017 Michael Vorburger
* %%
* 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
*
... | Only set --max_allowed_packet if it is not in the args list.
| mariaDB4j-core/src/main/java/ch/vorburger/mariadb4j/DB.java | Only set --max_allowed_packet if it is not in the args list. | |
Java | apache-2.0 | b543381be02f07e47e72eaafa862aa8d5f6af186 | 0 | krosenvold/commons-compress,apache/commons-compress,lookout/commons-compress,mohanaraosv/commons-compress,apache/commons-compress,lookout/commons-compress,mohanaraosv/commons-compress,mohanaraosv/commons-compress,krosenvold/commons-compress,lookout/commons-compress,krosenvold/commons-compress,apache/commons-compress | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | src/main/java/org/apache/commons/compress/utils/BitInputStream.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 ... | I think a number is greater, not bigger
git-svn-id: fb13a56e2874bbe7f090676f40e1dce4dcf67111@1639573 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/compress/utils/BitInputStream.java | I think a number is greater, not bigger | |
Java | apache-2.0 | e9342cfdf236aa9562e27fd53ee31ae0ebba2811 | 0 | HubSpot/dropwizard-guice | package com.hubspot.dropwizard.guice;
import com.google.common.base.Optional;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.google.inject.Injector;
import com.google.inject.Module;
import com.google.inject.Stage;
import c... | src/main/java/com/hubspot/dropwizard/guice/GuiceBundle.java | package com.hubspot.dropwizard.guice;
import com.google.common.base.Optional;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.google.inject.Injector;
import com.google.inject.Module;
import com.google.inject.Stage;
import c... | addModules(Module... module) API enhancement to add multiple modules in a compact way.
| src/main/java/com/hubspot/dropwizard/guice/GuiceBundle.java | addModules(Module... module) API enhancement to add multiple modules in a compact way. | |
Java | mit | 4fb4ffc1c844bfc8f43bcf9f7de46c956e8ef949 | 0 | thorstenwagner/TraJ | package de.biomedical_imaging.traJ.simulation;
import java.util.Random;
import javax.vecmath.Point3d;
import org.apache.commons.math3.ode.sampling.StepHandler;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import de.biomedical_imaging.traJ.Trajectory;
/*
* Anomalosu Diffusion according to :
* Anom... | src/main/java/de/biomedical_imaging/traJ/simulation/AnomalousDiffusionWMSimulation.java | package de.biomedical_imaging.traJ.simulation;
import java.util.Random;
import javax.vecmath.Point3d;
import org.apache.commons.math3.ode.sampling.StepHandler;
import org.apache.commons.math3.stat.descriptive.moment.Mean;
import de.biomedical_imaging.traJ.Trajectory;
/*
* Anomalosu Diffusion according to :
* Anom... | Changed scaling factor for anomalous diffusion | src/main/java/de/biomedical_imaging/traJ/simulation/AnomalousDiffusionWMSimulation.java | Changed scaling factor for anomalous diffusion | |
Java | mit | 6a23edd9111b745c0abf9d8d385190a493c22db4 | 0 | iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller... | package org.broadinstitute.sting.gatk.walkers.indels;
import org.broadinstitute.sting.WalkerTest;
import org.junit.Test;
import java.util.ArrayList;
public class IndelRealignerPerformanceTest extends WalkerTest {
@Test
public void testRealigner() {
WalkerTestSpec spec1 = new WalkerTestSpec(
... | java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java | package org.broadinstitute.sting.gatk.walkers.indels;
import org.broadinstitute.sting.WalkerTest;
import org.junit.Test;
import java.util.ArrayList;
public class IndelRealignerPerformanceTest extends WalkerTest {
@Test
public void testRealigner() {
WalkerTestSpec spec1 = new WalkerTestSpec(
... | Fix performance tests
git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@3662 348d0f76-0448-11de-a6fe-93d51630548a
| java/test/org/broadinstitute/sting/gatk/walkers/indels/IndelRealignerPerformanceTest.java | Fix performance tests | |
Java | mit | 9654c3f8cf3103d8463e21c6ee0bc33c0be8ac20 | 0 | OpenAMEE/amee.platform.api | package com.amee.restlet.resource;
import com.amee.restlet.AMEESpringServer;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.json.JSONException;
import org.json.JSONObject;
import org.restlet.data.MediaType;
import org.restlet.data.Preference;
import org.restlet.data.Req... | src/main/java/com/amee/restlet/resource/ResourceManager.java | package com.amee.restlet.resource;
import com.amee.restlet.AMEESpringServer;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.json.JSONException;
import org.json.JSONObject;
import org.restlet.data.MediaType;
import org.restlet.data.Preference;
import org.restlet.data.Req... | PL-10693 - URL decode Restlet URL attributes.
| src/main/java/com/amee/restlet/resource/ResourceManager.java | PL-10693 - URL decode Restlet URL attributes. | |
Java | mit | 75e6b0ebb4e1543976115695f1c6e426f0f266bd | 0 | spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror | // Copyright (c) 2001, 2005 Per M.A. Bothner and Brainfood Inc.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.lists;
/** A sequence where each element is a character.
*/
public interface CharSeq
extends
/* #ifdef JAVA5 */
// CharSequence,
/* #endif */
Sequence
{... | gnu/lists/CharSeq.java | // Copyright (c) 2001, 2005 Per M.A. Bothner and Brainfood Inc.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.lists;
/** A sequence where each element is a character.
* Note: It appears that JDK 1.4 will have a new interface
* java.lang.CharSequence, with charAt length, s... | Remove obsolete comment.
git-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@4548 5e0a886f-7f45-49c5-bc19-40643649e37f
| gnu/lists/CharSeq.java | Remove obsolete comment. | |
Java | mit | 49237588c988b2c6ee3a06522215efd71b48649d | 0 | simple-elf/selenide,simple-elf/selenide,simple-elf/selenide,simple-elf/selenide,codeborne/selenide,codeborne/selenide,codeborne/selenide | package com.codeborne.selenide;
import java.util.logging.Logger;
import static com.codeborne.selenide.Configuration.AssertionMode.STRICT;
import static com.codeborne.selenide.Configuration.SelectorMode.CSS;
import static com.codeborne.selenide.WebDriverRunner.FIREFOX;
public class Configuration {
private static fi... | src/main/java/com/codeborne/selenide/Configuration.java | package com.codeborne.selenide;
import java.util.logging.Logger;
import static com.codeborne.selenide.Configuration.AssertionMode.STRICT;
import static com.codeborne.selenide.Configuration.SelectorMode.CSS;
import static com.codeborne.selenide.WebDriverRunner.FIREFOX;
public class Configuration {
private static fi... | "fast setValue" is not experimental anymore
| src/main/java/com/codeborne/selenide/Configuration.java | "fast setValue" is not experimental anymore | |
Java | mit | 6a18d63fdb3c8d082728f5b52fef70b03a4f68a3 | 0 | Team236/2016-Robot | package org.usfirst.frc.team236.robot;
import org.usfirst.frc.team236.robot.commands.Cock;
import org.usfirst.frc.team236.robot.commands.DriveWithJoysticks;
import org.usfirst.frc.team236.robot.commands.Eject;
import org.usfirst.frc.team236.robot.commands.Intake;
import org.usfirst.frc.team236.robot.commands.IntakeOve... | src/org/usfirst/frc/team236/robot/OI.java | package org.usfirst.frc.team236.robot;
import org.usfirst.frc.team236.robot.commands.Cock;
import org.usfirst.frc.team236.robot.commands.DriveWithJoysticks;
import org.usfirst.frc.team236.robot.commands.Eject;
import org.usfirst.frc.team236.robot.commands.Intake;
import org.usfirst.frc.team236.robot.commands.IntakeOve... | Removed PID tuning button
| src/org/usfirst/frc/team236/robot/OI.java | Removed PID tuning button | |
Java | mit | 4795dc94c3beb08e34360d95e447e9ff5f55af99 | 0 | Jason0803/Cocoa-Note,Jason0803/Cocoa-Note,Jason0803/Cocoa-Note | package database;
public interface StringQuery {
/*
* Diary No 시퀀스 생성.
* 컬럼명 : seq_diary_no
* 다이어리 번호 부여방법 : INSERT 구문 사용시 no 컬럼에 seq_diary_no.NEXTVAL 기입
* - K
*/
// ----------------------------------- MemberDAO -------------------------------------- //
String REGISTER_MEMBER =
"INSERT INTO member VA... | src/database/StringQuery.java | package database;
public interface StringQuery {
/*
* Diary No 시퀀스 생성.
* 컬럼명 : seq_diary_no
* 다이어리 번호 부여방법 : INSERT 구문 사용시 no 컬럼에 seq_diary_no.NEXTVAL 기입
* - K
*/
// ----------------------------------- MemberDAO -------------------------------------- //
String REGISTER_MEMBER =
"INSERT INTO member VA... | #46 : Query : Case Insensitive Search
요요요
하이요
| src/database/StringQuery.java | #46 : Query : Case Insensitive Search |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.