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 | mit | bf593e516067689c0895c8291648d88136f33ae2 | 0 | dmusican/Elegit,dmusican/Elegit,dmusican/Elegit | package elegit;
/**
* Class for uploading logged data
*/
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.mime.HttpMultipartMode;
import org.apache.http.entity.mime.content.FileBody;
import o... | src/main/java/elegit/DataSubmitter.java | package elegit;
/**
* Class for uploading logged data
*/
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.mime.HttpMultipartMode;
import org.apache.http.entity.mime.content.FileBody;
import o... | Fixed data submission error where it could only upload 1 old log file
| src/main/java/elegit/DataSubmitter.java | Fixed data submission error where it could only upload 1 old log file | |
Java | mit | cf0885490917f1cae7eb6fb943856e2daecea045 | 0 | bounswe/bounswe2015group7,bounswe/bounswe2015group7,bounswe/bounswe2015group7,bounswe/bounswe2015group7 |
public class MathematicalOperations {
public int binaryPlus(int x,int y){
return x+y;
}
public int binaryMinus(int x, int y) {
return x-y;
}
public int times(int x, int y){ // returns x*y;
return x*y;
}
public int divide (int x, int y){// returns x/y
retu... | src/main/java/MathematicalOperations.java |
public class MathematicalOperations {
public int binaryPlus(int x,int y){
return x+y;
}
public int binaryMinus(int x, int y) {
return x-y;
}
public int times(int x, int y){ // returns x*y;
return x*y;
}
public int divide (int x, int y){// returns x/y
retu... | power operation has been added
| src/main/java/MathematicalOperations.java | power operation has been added | |
Java | mit | b55ef92ffa6cd0a8600a8315939528ce9346a0cb | 0 | domisum/AuxiliumLib | package io.domisum.lib.auxiliumlib.ticker;
import io.domisum.lib.auxiliumlib.annotations.API;
import io.domisum.lib.auxiliumlib.util.DurationUtil;
import lombok.RequiredArgsConstructor;
import java.time.Duration;
import java.time.Instant;
import java.util.HashSet;
import java.util.Set;
import java.util.function.Suppl... | src/main/java/io/domisum/lib/auxiliumlib/ticker/IntervalTaskTicker.java | package io.domisum.lib.auxiliumlib.ticker;
import io.domisum.lib.auxiliumlib.annotations.API;
import io.domisum.lib.auxiliumlib.util.DurationUtil;
import lombok.RequiredArgsConstructor;
import java.time.Duration;
import java.time.Instant;
import java.util.HashSet;
import java.util.Set;
import java.util.function.Suppl... | Fixed interval task ticker first nextExecution
| src/main/java/io/domisum/lib/auxiliumlib/ticker/IntervalTaskTicker.java | Fixed interval task ticker first nextExecution | |
Java | mit | 26404ab0f4026acbc1a85385bb15d436b8099a83 | 0 | Clerenz/folder-sync | package de.clemensloos.folder_sync;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* The sync engine.
*/
pu... | src/main/java/de/clemensloos/folder_sync/Sync.java | package de.clemensloos.folder_sync;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* The sync engine.
*/
pu... | Skip locked files | src/main/java/de/clemensloos/folder_sync/Sync.java | Skip locked files | |
Java | cc0-1.0 | 8846eb400fb58bc8c7510af78a725dad92a7c082 | 0 | sonota/java-cli-template,sonota88/java-cli-template,sonota/java_cli_template,sonota/java_cli_template,sonota88/java-cli-template,sonota/java-cli-template,sonota88/java-cli-template | package sample;
import static util.Utils.readFile;
import java.io.File;
import java.io.StringReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Properties;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Config {
/**
* deve... | src/main/java/sample/Config.java | package sample;
import static util.Utils.readFile;
import java.io.File;
import java.io.StringReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Properties;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Config {
/**
* deve... | refactor: rename: ss => groups
| src/main/java/sample/Config.java | refactor: rename: ss => groups | |
Java | agpl-3.0 | 9212b13e014828c083715e91ba6e07437d83c11b | 0 | acontes/programming,acontes/programming,acontes/programming,acontes/scheduling,PaulKh/scale-proactive,ow2-proactive/programming,mnip91/proactive-component-monitoring,PaulKh/scale-proactive,mnip91/proactive-component-monitoring,acontes/scheduling,paraita/programming,paraita/programming,ow2-proactive/programming,mnip91/p... | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This libr... | src/org/objectweb/proactive/core/exceptions/NonFunctionalException.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This libr... | NFE : add simple constructor to create NFE
git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1375 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/org/objectweb/proactive/core/exceptions/NonFunctionalException.java | NFE : add simple constructor to create NFE | |
Java | agpl-3.0 | 91cae66b368482385bbbb224573ce9231a72f040 | 0 | LedgerHQ/ledger-javacard,LedgerHQ/ledger-javacard | /*
*******************************************************************************
* Java Card Bitcoin Hardware Wallet
* (c) 2015 Ledger
*
* 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 Soft... | src/com/ledger/wallet/Bip32.java | /*
*******************************************************************************
* Java Card Bitcoin Hardware Wallet
* (c) 2015 Ledger
*
* 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 Soft... | Details on specific implementation workarounds
| src/com/ledger/wallet/Bip32.java | Details on specific implementation workarounds | |
Java | agpl-3.0 | b461725a09fc82d697dc9c37e95eb3b43255bea0 | 0 | isaactsg/ICS4U-Final-Project,isaactsg/Nutrient-Calculator | /*
Copyright (C) 2016 Isaac Wismer & Andrew Xu
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 option) any later version.
This... | app/src/main/java/ics4u/ics4u_final_project/MeasureSelectionActivity.java | /*
Copyright (C) 2016 Isaac Wismer & Andrew Xu
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 option) any later version.
This... | Fixed editing ingredient bug, where it would save as a duplicate ingredient
| app/src/main/java/ics4u/ics4u_final_project/MeasureSelectionActivity.java | Fixed editing ingredient bug, where it would save as a duplicate ingredient | |
Java | agpl-3.0 | 6a60ed0ba7d5939009f3fe28cfa97d22f064617a | 0 | j00615888/poker,j00615888/poker,tempbottle/pokerth,Pik-9/pokerth,tempbottle/pokerth,r00tguard/pokerth,Pik-9/pokerth,Pik-9/pokerth,Pik-9/pokerth,j00615888/poker,r00tguard/pokerth,tempbottle/pokerth,r00tguard/pokerth,j00615888/poker,tempbottle/pokerth,tempbottle/pokerth,q4z1/pokerth,j00615888/poker,q4z1/pokerth,Pik-9/pok... | /* PokerTH automated tests.
Copyright (C) 2010 Lothar May
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 option) any later version.
This p... | tests/src/pokerth_test/StartNormalGameTest.java | package pokerth_test;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.Collection;
import org.junit.Test;
import pokerth_protocol.*;
import pokerth_protocol.NetGameInfo.EndRaiseModeEnumType;
import pokerth_protocol.NetGameInfo.NetGameTypeEnumType;
import pokerth_protocol.StartEventMess... | Adding copyright notice. Note that all test cases are AGPL3.
| tests/src/pokerth_test/StartNormalGameTest.java | Adding copyright notice. Note that all test cases are AGPL3. | |
Java | agpl-3.0 | 5e3cb6be1ca7b6f6e550df29edde7e95bbcfddb2 | 0 | jrochas/scale-proactive,mnip91/programming-multiactivities,fviale/programming,PaulKh/scale-proactive,jrochas/scale-proactive,jrochas/scale-proactive,ow2-proactive/programming,mnip91/programming-multiactivities,mnip91/programming-multiactivities,paraita/programming,lpellegr/programming,acontes/programming,lpellegr/progr... | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2008 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@ow2.org
*
* This library i... | src/Benchmarks/org/objectweb/proactive/benchmarks/NAS/MG/WorkerMG.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2008 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@ow2.org
*
* This library i... | Removing some unuseful XXX comments
git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@10649 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/Benchmarks/org/objectweb/proactive/benchmarks/NAS/MG/WorkerMG.java | Removing some unuseful XXX comments | |
Java | agpl-3.0 | c9d18b86dc2c471b6176b87c9a586b323d6bfa04 | 0 | animotron/core,animotron/core | /*
* Copyright (C) 2011-2012 The Animo Project
* http://animotron.org
*
* This file is part of Animotron.
*
* Animotron 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... | src/test/java/org/animotron/games/web/ResourceTest.java | /*
* Copyright (C) 2011-2012 The Animo Project
* http://animotron.org
*
* This file is part of Animotron.
*
* Animotron 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... | testfix
| src/test/java/org/animotron/games/web/ResourceTest.java | testfix | |
Java | agpl-3.0 | 95ffe7ad489d8c94a587001d13834d99d530127c | 0 | adakitesystems/droplauncher | package droplauncher.util.windows;
import adakite.utils.AdakiteUtils;
import droplauncher.util.Constants;
import droplauncher.util.SimpleProcess;
import java.io.File;
import java.util.ArrayList;
import java.util.Objects;
import java.util.StringTokenizer;
import java.util.logging.Logger;
/**
* Class for getting and s... | src/droplauncher/util/windows/Tasklist.java | package droplauncher.util.windows;
import adakite.utils.AdakiteUtils;
import droplauncher.util.Constants;
import droplauncher.util.SimpleProcess;
import java.io.File;
import java.util.ArrayList;
import java.util.Objects;
import java.util.StringTokenizer;
import java.util.logging.Logger;
/**
* Class for getting and s... | Implement "public void kill(String pid)" in "Tasklist.java"
| src/droplauncher/util/windows/Tasklist.java | Implement "public void kill(String pid)" in "Tasklist.java" | |
Java | lgpl-2.1 | 822ad196a83ed9ea858987c7beb512ea0fcc8e5e | 0 | windauer/exist,dizzzz/exist,adamretter/exist,eXist-db/exist,adamretter/exist,ambs/exist,lcahlander/exist,windauer/exist,ambs/exist,eXist-db/exist,wolfgangmm/exist,ambs/exist,ambs/exist,wolfgangmm/exist,lcahlander/exist,windauer/exist,dizzzz/exist,lcahlander/exist,dizzzz/exist,dizzzz/exist,eXist-db/exist,windauer/exist,... | /*
* eXist-db Open Source Native XML Database
* Copyright (C) 2001 The eXist-db Authors
*
* info@exist-db.org
* http://www.exist-db.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foun... | exist-core/src/main/java/org/exist/client/security/AutoCompletion.java | /*
* Public Domain Code
* Taken from: http://www.orbital-computer.de/JComboBox/
* Original Author: Thomas Bierhance
*
* Accompanying statement from Thomas:
*
* This work is hereby released into the Public Domain.
* To view a copy of the public domain dedication, visit
* http://creativecommons.org/licenses/publ... | [license] Public domain code can be freely relicensed
| exist-core/src/main/java/org/exist/client/security/AutoCompletion.java | [license] Public domain code can be freely relicensed | |
Java | lgpl-2.1 | be1510acc0fbe022d322807fb4cb15007bcf1da6 | 0 | benb/beast-mcmc,benb/beast-mcmc,benb/beast-mcmc,benb/beast-mcmc,benb/beast-mcmc | package dr.app.tools;
import dr.app.beast.BeastVersion;
import dr.app.util.Arguments;
import dr.evolution.io.Importer;
import dr.evolution.io.NewickImporter;
import dr.evolution.io.NexusImporter;
import dr.evolution.io.TreeImporter;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
import dr.util.Versio... | src/dr/app/tools/TimeSlicer.java | package dr.app.tools;
import dr.app.beast.BeastVersion;
import dr.app.util.Arguments;
import dr.evolution.io.Importer;
import dr.evolution.io.NewickImporter;
import dr.evolution.io.NexusImporter;
import dr.evolution.io.TreeImporter;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
import dr.util.Versio... | TimeSlicer now works for branch-specific rate variation models.
| src/dr/app/tools/TimeSlicer.java | TimeSlicer now works for branch-specific rate variation models. | |
Java | lgpl-2.1 | c137cdba2f7fb3dfbecefd04ca5c976e52ae67d2 | 0 | juanmjacobs/kettle,juanmjacobs/kettle,cwarden/kettle,cwarden/kettle,cwarden/kettle,juanmjacobs/kettle | /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation 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... | src/org/pentaho/di/core/gui/Rectangle.java | package org.pentaho.di.core.gui;
public final class Rectangle
{
/**
* the x coordinate of the rectangle
*/
public int x;
/**
* the y coordinate of the rectangle
*/
public int y;
/**
* the width of the rectangle
*/
public int width;
/**
... | Cleanup of dependencies on SWT code
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@3792 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/core/gui/Rectangle.java | Cleanup of dependencies on SWT code | |
Java | unlicense | 7843277ee42f0c2c877263ec6b2924398e7003d1 | 0 | janlep47/nurseHelper | package com.android.janice.nursehelper;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBar;
import android... | app/src/main/java/com/android/janice/nursehelper/AssessmentFragment.java | package com.android.janice.nursehelper;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.support.v7.app.ActionBar;
import android... | Change NumberPickers to not wrap-around from min <-> max values
| app/src/main/java/com/android/janice/nursehelper/AssessmentFragment.java | Change NumberPickers to not wrap-around from min <-> max values | |
Java | apache-2.0 | 88fcf5381d78aa60a2ad71045ab11194ae74d36d | 0 | rcordovano/autopsy,rcordovano/autopsy,rcordovano/autopsy,rcordovano/autopsy,rcordovano/autopsy,rcordovano/autopsy | /*
* Autopsy
*
* Copyright 2020 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://www.apache.org/lice... | Core/src/org/sleuthkit/autopsy/discovery/DiscoveryDialog.java | /*
* Autopsy
*
* Copyright 2020 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://www.apache.org/lice... | 6305 third try on codacy
| Core/src/org/sleuthkit/autopsy/discovery/DiscoveryDialog.java | 6305 third try on codacy | |
Java | apache-2.0 | e13a520d0612b1b76852c1549a0b9f0637816949 | 0 | SyncFree/SwiftCloud,SyncFree/SwiftCloud,SyncFree/SwiftCloud,SyncFree/SwiftCloud | /*****************************************************************************
* Copyright 2011-2012 INRIA
* Copyright 2011-2012 Universidade Nova de Lisboa
*
* 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 cop... | src-core/sys/net/impl/NetworkingConstants.java | /*****************************************************************************
* Copyright 2011-2012 INRIA
* Copyright 2011-2012 Universidade Nova de Lisboa
*
* 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 cop... | Removed obsolete constants... | src-core/sys/net/impl/NetworkingConstants.java | Removed obsolete constants... | |
Java | apache-2.0 | 441af8dd76ced6cfaaa7442e3c07c4d6d8b885a1 | 0 | enternoescape/opendct,enternoescape/opendct,enternoescape/opendct | /*
* Copyright 2015 The OpenDCT 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... | src/main/java/opendct/config/ConfigBag.java | /*
* Copyright 2015 The OpenDCT 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... | Added new ways to get collections of properties.
| src/main/java/opendct/config/ConfigBag.java | Added new ways to get collections of properties. | |
Java | apache-2.0 | 8d44e8751222579aa2f4472abc77d595e69ba9fc | 0 | lanen/gdx-ai,printedheart/gdx-ai,domokato/gdx-ai,kishorpv/gdx-ai,pizcogirl/gdx-ai,libgdx/gdx-ai,zgpxgame/gdx-ai,piotr-j/gdx-ai | /*******************************************************************************
* Copyright 2014 See AUTHORS file.
*
* 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.a... | gdx-ai/src/com/badlogic/gdx/ai/fma/SoftRoleSlotAssignmentStrategy.java | /*******************************************************************************
* Copyright 2014 See AUTHORS file.
*
* 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.a... | Minor changes | gdx-ai/src/com/badlogic/gdx/ai/fma/SoftRoleSlotAssignmentStrategy.java | Minor changes | |
Java | apache-2.0 | f9f17e332305aaf1a1433d6fa2cc73f1a972ff34 | 0 | ferstl/depgraph-maven-plugin | package com.github.ferstl.depgraph;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.DefaultArtifact;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static org.hamcrest.Matchers.isEmptyString;
import static org.hamcrest.Matchers.not;
import st... | src/test/java/com/github/ferstl/depgraph/DependencyNodeAdapterTest.java | package com.github.ferstl.depgraph;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.DefaultArtifact;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import static org.hamcrest.Matchers.isEmptyString;
import static org.hamcrest.Matchers.not;
import st... | More tests | src/test/java/com/github/ferstl/depgraph/DependencyNodeAdapterTest.java | More tests | |
Java | apache-2.0 | 9721462232d59f64359f288bc6d4ecbf7ed0ed04 | 0 | jagguli/intellij-community,fitermay/intellij-community,idea4bsd/idea4bsd,Lekanich/intellij-community,pwoodworth/intellij-community,TangHao1987/intellij-community,MER-GROUP/intellij-community,hurricup/intellij-community,izonder/intellij-community,ibinti/intellij-community,fitermay/intellij-community,ftomassetti/intellij... | package org.jetbrains.jps.incremental;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.util.io.MappingFailedException;
import com.intellij.util.io.PersistentEnumerator;
import org.jetbrains.jps.*;
import ... | jps/jps-builders/src/org/jetbrains/jps/incremental/IncProjectBuilder.java | package org.jetbrains.jps.incremental;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.util.io.MappingFailedException;
import com.intellij.util.io.PersistentEnumerator;
import org.jetbrains.jps.*;
import ... | optimization
| jps/jps-builders/src/org/jetbrains/jps/incremental/IncProjectBuilder.java | optimization | |
Java | apache-2.0 | a5eaece61b7cb2b649e496a63a74253a226d5447 | 0 | gbif/gbif-common-ws | package org.gbif.ws.security;
import org.gbif.ws.json.JacksonJsonContextResolver;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.nio.charset.Charset;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Map... | src/main/java/org/gbif/ws/security/GbifAuthService.java | package org.gbif.ws.security;
import org.gbif.ws.json.JacksonJsonContextResolver;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.nio.charset.Charset;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.util.Map... | removes System.out | src/main/java/org/gbif/ws/security/GbifAuthService.java | removes System.out | |
Java | apache-2.0 | 325da823dc0e527c002bf78f719a83c56f25df79 | 0 | aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | src/main/java/org/elasticsearch/cluster/action/shard/ShardStateAction.java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | Core: Added missing return statements.
Closes #6841
| src/main/java/org/elasticsearch/cluster/action/shard/ShardStateAction.java | Core: Added missing return statements. | |
Java | apache-2.0 | 0953a7a63e827d0071be89d475ba16e15922ccbc | 0 | august782/pitest,august782/pitest,august782/pitest | package org.pitest.coverage.execute;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.pitest.coverage.ClassStatistics;
import org.pitest.coverage.CoverageResult;
import org.pitest.functional.SideEffect1;
import org.pitest.testapi.Description;
import org.pitest... | pitest/src/main/java/org/pitest/coverage/execute/Receive.java | package org.pitest.coverage.execute;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.pitest.coverage.ClassStatistics;
import org.pitest.coverage.CoverageResult;
import org.pitest.functional.SideEffect1;
import org.pitest.testapi.Description;
import org.pitest... | Actually ignore the test if it is not green
| pitest/src/main/java/org/pitest/coverage/execute/Receive.java | Actually ignore the test if it is not green | |
Java | apache-2.0 | a53fe9fb0f0ccfbfb940cce670e0a17bda80c09c | 0 | scalyr/Scalyr-Java-Client | /*
* Scalyr client library
* Copyright 2012 Scalyr, 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 applic... | src/main/com/scalyr/api/knobs/Knob.java | /*
* Scalyr client library
* Copyright 2012 Scalyr, 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 applic... | changed error message a bit
| src/main/com/scalyr/api/knobs/Knob.java | changed error message a bit | |
Java | apache-2.0 | a341ed4f9a5895a3c2962bf3cb5ffb6ef48a8c42 | 0 | adaptivecomputing/plugins-commons | package com.adaptc.mws.plugins;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
* A service for easily creating new events and notification conditions. This service offloads the burden of
* generating fields such as "origin" and "code" to the plugin framework and provides enumerations to he... | commons/src/main/java/com/adaptc/mws/plugins/IPluginEventService.java | package com.adaptc.mws.plugins;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
* A service for easily creating new events and notification conditions. This service offloads the burden of
* generating fields such as "origin" and "code" to the plugin framework and provides enumerations to he... | Missed a method
| commons/src/main/java/com/adaptc/mws/plugins/IPluginEventService.java | Missed a method | |
Java | apache-2.0 | b8d8e0e1f78bd36524d65c101ac411c65df180ce | 0 | fortyrunner/hawtio,andytaylor/hawtio,skarsaune/hawtio,mposolda/hawtio,jfbreault/hawtio,mposolda/hawtio,hawtio/hawtio,tadayosi/hawtio,hawtio/hawtio,telefunken/hawtio,samkeeleyong/hawtio,padmaragl/hawtio,jfbreault/hawtio,voipme2/hawtio,samkeeleyong/hawtio,voipme2/hawtio,rajdavies/hawtio,tadayosi/hawtio,rajdavies/hawtio,h... | package io.hawt.maven;
import java.io.File;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
impo... | hawtio-maven-plugin/src/main/java/io/hawt/maven/BaseMojo.java | package io.hawt.maven;
import java.io.File;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
impo... | avoid possible NPE
| hawtio-maven-plugin/src/main/java/io/hawt/maven/BaseMojo.java | avoid possible NPE | |
Java | apache-2.0 | b3adf192a1483adebb71d23ad8d16fb5f872cb30 | 0 | cuba-platform/cuba,cuba-platform/cuba,cuba-platform/cuba,dimone-kun/cuba,dimone-kun/cuba,dimone-kun/cuba | /*
* Copyright (c) 2008-2016 Haulmont.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | modules/web/src/com/haulmont/cuba/web/App.java | /*
* Copyright (c) 2008-2016 Haulmont.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | PL-10316 WebUserSessionSource does not check if VaadinSession is locked by the current thread
| modules/web/src/com/haulmont/cuba/web/App.java | PL-10316 WebUserSessionSource does not check if VaadinSession is locked by the current thread | |
Java | bsd-3-clause | 408fcced8e1071c4171a0da1e00858d9d0a6a0eb | 0 | paul-hammant/BDD_framework_proof_of_concept | package newjb.core;
import org.junit.Test;
import java.lang.reflect.Method;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
/**
* One scenario done three different ways.
* The scenario bein... | src/test/java/newjb/core/IntegrationTest.java | package newjb.core;
import org.junit.Test;
import java.lang.reflect.Method;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
/**
* One scenario done three different ways.
* The scenario being a failing scenario wrapped in three... | another example, this time with an expected failure
| src/test/java/newjb/core/IntegrationTest.java | another example, this time with an expected failure | |
Java | bsd-3-clause | a16a2479c361e1ab09dd3edc14c6832e5e3e391a | 0 | WillerZ/snique-client-android | package com.nomzit.snique;
import static com.nomzit.snique.Utilities.extractBytesFromHexInString;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.ne... | src/com/nomzit/snique/SniqueActivity.java | package com.nomzit.snique;
import static com.nomzit.snique.Utilities.extractBytesFromHexInString;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.ne... | Improvements to http encoding logic
Remove 'compress' detection as we can't decode it.
Set Accept-Encoding on the requests to indicate we prefer gzip over
identity, identity over deflate, and can't process anything else.
| src/com/nomzit/snique/SniqueActivity.java | Improvements to http encoding logic | |
Java | bsd-3-clause | 4d916863730db464754cc5ee0bf95f4dd66bbae0 | 0 | applidium/Shutterbug | package com.applidium.shutterbugdemo;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json... | ShutterbugDemo/src/com/applidium/shutterbugdemo/ShutterbugActivity.java | package com.applidium.shutterbugdemo;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONArray;
import org.json... | Removed User-Agent from imgur request | ShutterbugDemo/src/com/applidium/shutterbugdemo/ShutterbugActivity.java | Removed User-Agent from imgur request | |
Java | bsd-3-clause | 597904c1f00dc21248ec7781fd34257471424ce9 | 0 | iamedu/dari,iamedu/dari,iamedu/dari,iamedu/dari | package com.psddev.dari.maven;
import java.io.File;
import java.io.PrintStream;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import or... | maven/src/main/java/com/psddev/dari/maven/AnalyzeAllMojo.java | package com.psddev.dari.maven;
import java.io.File;
import java.io.PrintStream;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import or... | Fixes checkstyle violation. | maven/src/main/java/com/psddev/dari/maven/AnalyzeAllMojo.java | Fixes checkstyle violation. | |
Java | mit | 84afeb10f29a7173bb02e172151dd4c3637b6135 | 0 | intuit/karate,intuit/karate,intuit/karate,intuit/karate | /*
* The MIT License
*
* Copyright 2020 Intuit Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... | karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java | /*
* The MIT License
*
* Copyright 2020 Intuit Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... | request and response logged to report will be as-is
unless pretty has been switched on
should have done this sooner
| karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java | request and response logged to report will be as-is unless pretty has been switched on should have done this sooner | |
Java | mit | 63b6421199c232e549c923a5c9470149ad10ec33 | 0 | enebo/oj,enebo/oj,enebo/oj,enebo/oj | package oj;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Calendar;
import java.util.Date;
import java.util.Formatter;
import java.util.List;
import java.util.TimeZone;
import jnr.posix.util.Platform;
import oj.options.DumpType;
import oj.options.N... | ext/java/oj/Dump.java | package oj;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Calendar;
import java.util.Date;
import java.util.Formatter;
import java.util.List;
import java.util.TimeZone;
import jnr.posix.util.Platform;
import oj.options.DumpType;
import oj.options.N... | Fix omit_nil for strict dumping.
| ext/java/oj/Dump.java | Fix omit_nil for strict dumping. | |
Java | mit | 584f83250cc5f188ff8b3b4b832bfa9a215c02ae | 0 | OpenAMEE/amee.platform.api | package com.amee.platform.resource.datacategory;
import com.amee.base.resource.MediaTypeNotSupportedException;
import com.amee.domain.data.DataCategory;
import com.amee.domain.data.DataItem;
import com.amee.domain.data.ItemDefinition;
import com.amee.domain.data.ItemValue;
import com.amee.domain.tag.Tag;
import com.am... | src/main/java/com/amee/platform/resource/datacategory/DataCategoryEcospoldRenderer.java | package com.amee.platform.resource.datacategory;
import com.amee.base.resource.MediaTypeNotSupportedException;
import com.amee.domain.data.DataCategory;
import com.amee.domain.data.DataItem;
import com.amee.domain.data.ItemDefinition;
import com.amee.domain.data.ItemValue;
import com.amee.domain.tag.Tag;
import com.am... | Add pre-loading of caches to ecospold renderer. PL-6378. | src/main/java/com/amee/platform/resource/datacategory/DataCategoryEcospoldRenderer.java | Add pre-loading of caches to ecospold renderer. PL-6378. | |
Java | mit | a5d674ba21268bd3107dd3b07379ec8da0892531 | 0 | greghaskins/spectrum | package com.greghaskins.spectrum.internal.configuration;
import com.greghaskins.spectrum.Configure;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Stream;
/**
* Represents the state of tagging for Spectrum - wh... | src/main/java/com/greghaskins/spectrum/internal/configuration/TaggingFilterCriteria.java | package com.greghaskins.spectrum.internal.configuration;
import com.greghaskins.spectrum.Configure;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Stream;
/**
* Represents the state of tagging for Spectrum - wh... | Minor cleanup in TaggingFIlterCriteria
| src/main/java/com/greghaskins/spectrum/internal/configuration/TaggingFilterCriteria.java | Minor cleanup in TaggingFIlterCriteria | |
Java | mit | fadda548ec913bedf8eb961f3afbfa55e79fe396 | 0 | Jasonette/JASONETTE-Android | package com.jasonette.seed.Action;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.AsyncTask;
import android.util.Log;
import com.github.scribejava.core.builder.ServiceBuilder;
import com.github.scribejava.core.builder.... | app/src/main/java/com/jasonette/seed/Action/JasonOauthAction.java | package com.jasonette.seed.Action;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.AsyncTask;
import android.util.Log;
import com.github.scribejava.core.builder.ServiceBuilder;
import com.github.scribejava.core.builder.... | Fixing OAuth2 auth phase
| app/src/main/java/com/jasonette/seed/Action/JasonOauthAction.java | Fixing OAuth2 auth phase | |
Java | mit | 5539744098eb4339663adec5a9dd3f4d0bfa06d2 | 0 | lokra-platform/seaweedfs-client | /*
* Copyright (c) 2016 Lokra Studio
*
* 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, merge, publis... | src/test/java/org/lokra/seaweedfs/test/ConnectionManagerUtil.java | /*
* Copyright (c) 2016 Lokra Studio
*
* 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, merge, publis... | Chore travis ci.
| src/test/java/org/lokra/seaweedfs/test/ConnectionManagerUtil.java | Chore travis ci. | |
Java | mit | 92e59f7e008e540a86eac9b23ae9ecaf7687c175 | 0 | EinsamHauer/disthene-reader,EinsamHauer/disthene-reader,EinsamHauer/disthene-reader | package net.iponweb.disthene.reader.graphite.utils;
import com.google.common.math.DoubleMath;
import java.math.BigDecimal;
/**
* @author Andrei Ivanov
*/
public class GraphiteUtils {
private static double THRESHOLD = 0.00000000001;
public static double formatUnitValue(double value, double step, UnitSyst... | src/main/java/net/iponweb/disthene/reader/graphite/utils/GraphiteUtils.java | package net.iponweb.disthene.reader.graphite.utils;
import java.math.BigDecimal;
/**
* @author Andrei Ivanov
*/
public class GraphiteUtils {
private static double THRESHOLD = 0.00000000001;
public static double formatUnitValue(double value, double step, UnitSystem unitSystem) {
value = magicRound... | fixed formatting of numbers
| src/main/java/net/iponweb/disthene/reader/graphite/utils/GraphiteUtils.java | fixed formatting of numbers | |
Java | mit | 3d465392f2e4a423f39bd6a375ea09f1647f98f1 | 0 | effine/shopping | /**
* @author verphen
* @date 2014年10月2日 上午12:21:12
*/
package com.verphen.dao.impl;
import java.io.Reader;
import java.util.List;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFac... | src/test/java/com/verphen/dao/impl/UserDaoImplTest.java | /**
* @author verphen
* @date 2014年10月2日 上午12:21:12
*/
package com.verphen.dao.impl;
import java.io.Reader;
import java.util.List;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFac... | test git fetch | src/test/java/com/verphen/dao/impl/UserDaoImplTest.java | test git fetch | |
Java | epl-1.0 | 79d7915ca46e3db035f2d24bdc7546cf663c95ba | 0 | sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt | /*
*************************************************************************
* Copyright (c) 2004, 2009 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java | /*
*************************************************************************
* Copyright (c) 2004, 2009 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... | CheckIn:Fix issue Project 1292: Failed to generate .data if computed column set index[35342]
| data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java | CheckIn:Fix issue Project 1292: Failed to generate .data if computed column set index[35342] | |
Java | epl-1.0 | ba61346e8a22993c4645253d60d27b12d80c5bf4 | 0 | mareknovotny/windup,johnsteele/windup,lincolnthree/windup,sgilda/windup,mbriskar/windup,johnsteele/windup,windup/windup,mareknovotny/windup,Maarc/windup,windup/windup,lincolnthree/windup,windup/windup-legacy,jsight/windup,d-s/windup,Ladicek/windup,sgilda/windup,mareknovotny/windup,Ladicek/windup,windup/windup-sample-ap... | package org.jboss.windup.engine.provider;
import com.google.common.collect.Lists;
import java.util.List;
import javax.inject.Inject;
import org.jboss.forge.furnace.services.Imported;
import org.jboss.windup.engine.visitor.GraphVisitor;
/**
* Gets the GraphVisitor instances from Furnace and provides a sorted copy of ... | engine/rules/impl/src/main/java/org/jboss/windup/engine/provider/VisitorChainProvider.java | package org.jboss.windup.engine.provider;
import com.google.common.collect.Lists;
import java.util.List;
import javax.inject.Inject;
import org.jboss.forge.furnace.services.Imported;
import org.jboss.windup.engine.visitor.GraphVisitor;
/**
* Gets the GraphVisitor instances from Furnace and provides a sorted copy of ... | Changed name from "Forge" to "Furnace"
| engine/rules/impl/src/main/java/org/jboss/windup/engine/provider/VisitorChainProvider.java | Changed name from "Forge" to "Furnace" | |
Java | epl-1.0 | 9ef98ba8d32036591bb918b457906703ef1a1469 | 0 | debrief/debrief,debrief/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,theanuradha/debrief,theanuradha/debrief,debrief/debrief | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html)
*... | org.mwc.debrief.track_shift/src/org/mwc/debrief/track_shift/views/BaseStackedDotsView.java | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html)
*... | Introduce button to show/hide leg slicing graphs
| org.mwc.debrief.track_shift/src/org/mwc/debrief/track_shift/views/BaseStackedDotsView.java | Introduce button to show/hide leg slicing graphs | |
Java | mpl-2.0 | b166dd96322818e02f47fcc56b9328b7f44b33b6 | 0 | CrafterKina/Pipes | package jp.crafterkina.pipes.common.pipe.strategy;
import jp.crafterkina.pipes.api.pipe.FlowItem;
import jp.crafterkina.pipes.api.pipe.IStrategy;
import jp.crafterkina.pipes.api.render.ISpecialRenderer;
import jp.crafterkina.pipes.client.tesr.processor.ExtractionProcessorRenderer;
import jp.crafterkina.pipes.common.bl... | src/main/java/jp/crafterkina/pipes/common/pipe/strategy/StrategyOneway.java | package jp.crafterkina.pipes.common.pipe.strategy;
import jp.crafterkina.pipes.api.pipe.FlowItem;
import jp.crafterkina.pipes.api.pipe.IStrategy;
import jp.crafterkina.pipes.api.render.ISpecialRenderer;
import jp.crafterkina.pipes.client.tesr.processor.ExtractionProcessorRenderer;
import jp.crafterkina.pipes.common.bl... | Fix null face
(cherry picked from commit 042077d)
| src/main/java/jp/crafterkina/pipes/common/pipe/strategy/StrategyOneway.java | Fix null face | |
Java | lgpl-2.1 | 48978b2c12733c2c5e34001dffa494dffe7a9fb4 | 0 | rekii/toxiclibs,ruby-processing/toxiclibs,postspectacular/toxiclibs,postspectacular/toxiclibs,rekii/toxiclibs | /*
* __ .__ .__ ._____.
* _/ |_ _______ __|__| ____ | | |__\_ |__ ______
* \ __\/ _ \ \/ / |/ ___\| | | || __ \ / ___/
* | | ( <_> > <| \ \___| |_| || \_\ \\___ \
* |__| \____/__/\_ \__|\___ >____/__||___ /____ >
* \/ \/ ... | src.core/toxi/geom/LineStrip2D.java | /*
* __ .__ .__ ._____.
* _/ |_ _______ __|__| ____ | | |__\_ |__ ______
* \ __\/ _ \ \/ / |/ ___\| | | || __ \ / ___/
* | | ( <_> > <| \ \___| |_| || \_\ \\___ \
* |__| \____/__/\_ \__|\___ >____/__||___ /____ >
* \/ \/ ... | adding getEdges()
--HG--
branch : spatialphysics
| src.core/toxi/geom/LineStrip2D.java | adding getEdges() | |
Java | lgpl-2.1 | 8913119ed6ab7ab5aeabc1e82f50b3609fde46f0 | 0 | Xiejiayun/soot-infoflow-android,Machiry/soot-infoflow-android,xph906/FlowDroidNew,secure-software-engineering/soot-infoflow-android,matedealer/soot-infoflow-android,kaunder/soot-infoflow-android,docteau/soot-infoflow-android,mohsinjuni/soot-infoflow-android,droidsec-cn/soot-infoflow-android,xph906/FlowDroidNew,lilicodi... | package soot.jimple.infoflow.android.data.parsers;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import soot.jimple... | src/soot/jimple/infoflow/android/data/parsers/PermissionMethodParser.java | package soot.jimple.infoflow.android.data.parsers;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import soot.jimple... | now ignoring empty lines in source and sink definition file
| src/soot/jimple/infoflow/android/data/parsers/PermissionMethodParser.java | now ignoring empty lines in source and sink definition file | |
Java | apache-2.0 | 5d48443a9830def64e40ed469d10a941fa5e8465 | 0 | estebank/gitiles | // Copyright 2012 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | gitiles-servlet/src/main/java/com/google/gitiles/ViewFilter.java | // Copyright 2012 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | Send 503 on IOException in ViewFilter.
Previously the filter propagated the IOException up the stack.
Explicitly log and send an 503 when an IOException occurs during parse
in ViewFilter.
Change-Id: Ibe77cd12d687f54abb2271b1caa326f524bad7d2
| gitiles-servlet/src/main/java/com/google/gitiles/ViewFilter.java | Send 503 on IOException in ViewFilter. | |
Java | apache-2.0 | 04643aa8fc64b26571f3ddac6ef4f8ca5cf3e9c4 | 0 | winklerm/drools,romartin/drools,manstis/drools,droolsjbpm/drools,droolsjbpm/drools,lanceleverich/drools,winklerm/drools,reynoldsm88/drools,manstis/drools,jomarko/drools,droolsjbpm/drools,winklerm/drools,manstis/drools,lanceleverich/drools,winklerm/drools,manstis/drools,lanceleverich/drools,manstis/drools,romartin/drool... | /*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | drools-model/drools-model-compiler/src/test/java/org/drools/modelcompiler/FlowTest.java | /*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | Removed println in test (#1470)
| drools-model/drools-model-compiler/src/test/java/org/drools/modelcompiler/FlowTest.java | Removed println in test (#1470) | |
Java | apache-2.0 | e26991fead79123ecb46f90dd3f2f9d4fba7df3e | 0 | apache/ode,aaronanderson/ode,apache/ode,mproch/apache-ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,aaronanderson/ode,mproch/apache-ode,aaronanderson/ode,apache/ode,aaronanderson/ode,Subasinghe/ode,apache/ode,apache/ode | /*
* 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 ... | axis2/src/main/java/org/apache/ode/axis2/ODEServer.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 ... | ODE-39 The JNDI usage has been cleaned up. There's still an issue with the transaction manager though, we'll have to use explicit factories to create the initial context so that JOTM doesn't get in the way. And as long as Geronimo won't have a Transaction Manager accessible through JNDI, that won't be possible... Maybe... | axis2/src/main/java/org/apache/ode/axis2/ODEServer.java | ODE-39 The JNDI usage has been cleaned up. There's still an issue with the transaction manager though, we'll have to use explicit factories to create the initial context so that JOTM doesn't get in the way. And as long as Geronimo won't have a Transaction Manager accessible through JNDI, that won't be possible... Maybe... | |
Java | apache-2.0 | b20732566e2c806b540d0ce566a48e209b2d7719 | 0 | apache/pdfbox,apache/pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormFlattenTest.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-5254: add test
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1892138 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/test/java/org/apache/pdfbox/pdmodel/interactive/form/PDAcroFormFlattenTest.java | PDFBOX-5254: add test | |
Java | apache-2.0 | a1ccddf8dd62c17e96891848de64ebda613df039 | 0 | jtablesaw/tablesaw,jtablesaw/tablesaw,jtablesaw/tablesaw | package tech.tablesaw.api;
import com.google.common.base.Preconditions;
import tech.tablesaw.columns.Column;
import java.util.HashMap;
import java.util.Map;
public interface ColumnType {
Map<String, ColumnType> values = new HashMap<>();
// standard column types
ColumnType BOOLEAN = new StandardColumnTy... | core/src/main/java/tech/tablesaw/api/ColumnType.java | package tech.tablesaw.api;
import com.google.common.base.Preconditions;
import tech.tablesaw.columns.Column;
import java.util.ArrayList;
import java.util.List;
public interface ColumnType {
List<ColumnType> values = new ArrayList<>();
// standard column types
ColumnType BOOLEAN = new StandardColumnType... | replace list-based ColumnType registry with Map version for easier name-based access
| core/src/main/java/tech/tablesaw/api/ColumnType.java | replace list-based ColumnType registry with Map version for easier name-based access | |
Java | apache-2.0 | 6b78319d1b8ee6fa2831bc45ca360bcc12099764 | 0 | ArcadiaConsulting/appstorestats | /**
* Copyright 2013 Arcadia Consulting C.B.
*
* 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... | appstoresstats-ios/src/main/java/es/arcadiaconsulting/appstoresstats/ios/io/DateHelper.java | /**
* Copyright 2013 Arcadia Consulting C.B.
*
* 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... | change week incrementor
| appstoresstats-ios/src/main/java/es/arcadiaconsulting/appstoresstats/ios/io/DateHelper.java | change week incrementor | |
Java | apache-2.0 | 4df900a4a513a94ebf29c2818c9491e815deaeda | 0 | cibuddy/cibuddy,cibuddy/cibuddy | /*
* Copyright (C) 2012 Mirko Jahn <mirkojahn@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | servers/jenkins/src/test/java/com/cibuddy/jenkins/TestServiceExposure.java | /*
* Copyright (C) 2012 Mirko Jahn <mirkojahn@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | removed network dependency on test execution
| servers/jenkins/src/test/java/com/cibuddy/jenkins/TestServiceExposure.java | removed network dependency on test execution | |
Java | apache-2.0 | 03f5b09af51af0e77594b4d414ace306867c4f0c | 0 | OpenHFT/Chronicle-Core | /*
* Copyright (C) 2015 higherfrequencytrading.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License.
*
* This program is distr... | src/main/java/net/openhft/chronicle/core/io/IOTools.java | /*
* Copyright (C) 2015 higherfrequencytrading.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License.
*
* This program is distr... | Fix bug in IOTools.
| src/main/java/net/openhft/chronicle/core/io/IOTools.java | Fix bug in IOTools. | |
Java | apache-2.0 | 67960f38f1cf5543a80c7f604e6964cbc315db5e | 0 | dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android | /*
* Copyright (C) 2009 University of Washington
*
* 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 ... | app/src/org/odk/collect/android/activities/FormEntryActivity.java | /*
* Copyright (C) 2009 University of Washington
*
* 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 ... | Fix for bug 174626, in which long presses to remove answers would crash
the app.
| app/src/org/odk/collect/android/activities/FormEntryActivity.java | Fix for bug 174626, in which long presses to remove answers would crash the app. | |
Java | apache-2.0 | d0611d2fc766f25048aacd8ed954304a569f2f60 | 0 | JNOSQL/artemis | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | artemis-document/src/test/java/org/jnosql/artemis/document/DefaultDocumentTemplateTest.java | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | fixes tests
| artemis-document/src/test/java/org/jnosql/artemis/document/DefaultDocumentTemplateTest.java | fixes tests | |
Java | apache-2.0 | d03c773ded5f54519596e526b7d2e79543e425ff | 0 | stinsonga/libgdx,libgdx/libgdx,libgdx/libgdx,Zomby2D/libgdx,libgdx/libgdx,bladecoder/libgdx,bladecoder/libgdx,cypherdare/libgdx,tommyettinger/libgdx,tommyettinger/libgdx,Zomby2D/libgdx,stinsonga/libgdx,stinsonga/libgdx,tommyettinger/libgdx,libgdx/libgdx,NathanSweet/libgdx,bladecoder/libgdx,NathanSweet/libgdx,cypherdare... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/PreloaderBundleGenerator.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | GWT PreloaderBundleGenerator don't use Apache Commons to calculate MD5 hash, relates to #4314 (#6173)
| backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/PreloaderBundleGenerator.java | GWT PreloaderBundleGenerator don't use Apache Commons to calculate MD5 hash, relates to #4314 (#6173) | |
Java | apache-2.0 | a6c8ccbc99a9fc83cc5ddfcfd65f9c3c4d4e920c | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | lucene/facet/src/test/org/apache/lucene/facet/range/TestRangeFacetCounts.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 ... | fix random float test to do the +/- 1 ulp in float space
| lucene/facet/src/test/org/apache/lucene/facet/range/TestRangeFacetCounts.java | fix random float test to do the +/- 1 ulp in float space | |
Java | bsd-2-clause | 1d19356cb9f2d8e9b72a129e5719cca45d89821f | 0 | jenkinsci/p4-plugin,jenkinsci/p4-plugin,jenkinsci/p4-plugin | package org.jenkinsci.plugins.p4.changes;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.logging.Logger;
import org.jenkinsci.plugins.p4.client.ConnectionHelper;
import org.jenk... | src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeEntry.java | package org.jenkinsci.plugins.p4.changes;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.logging.Logger;
import org.jenkinsci.plugins.p4.client.ConnectionHelper;
import org.jenk... | Add Perforce email address if Jenkins User is undefined.
Other email plugins use P4UserProperty, but for if UserProperty is
undefined update this one too.
JENKINS-32879
| src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeEntry.java | Add Perforce email address if Jenkins User is undefined. | |
Java | bsd-3-clause | 2bb5cc6a6917580441ff8b544a01d765ab2442a3 | 0 | naixx/threetenbp,naixx/threetenbp,pepyakin/threetenbp,pepyakin/threetenbp,jnehlmeier/threetenbp,ThreeTen/threetenbp,ThreeTen/threetenbp,jnehlmeier/threetenbp | /*
* Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above c... | src/main/java/javax/time/Clock.java | /*
* Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above c... | Javadoc
| src/main/java/javax/time/Clock.java | Javadoc | |
Java | bsd-3-clause | 9505ff7293f53321da48068f00461e6c421979e7 | 0 | ConnCollege/cas,ConnCollege/cas,ConnCollege/cas | /*
* Copyright 2005 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.uportal.org/license.html
*/
package org.jasig.cas.services.web.support;
import java.util.HashMap;
import java.util.Map;
import org.jasig.cas.services.Attribute... | cas-server-core/src/test/java/org/jasig/cas/services/web/support/AttributePropertyEditorTests.java | /*
* Copyright 2005 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.uportal.org/license.html
*/
package org.jasig.cas.services.web.support;
import java.util.HashMap;
import java.util.Map;
import org.jasig.cas.services.Attribute... | changed setAttributes name to fix problem with Spring
| cas-server-core/src/test/java/org/jasig/cas/services/web/support/AttributePropertyEditorTests.java | changed setAttributes name to fix problem with Spring | |
Java | apache-2.0 | 4738c7f94bccf9185d4e4549333d26a974cd865d | 0 | eivindveg/HotSUploader | src/main/java/ninja/eivind/hotsreplayuploader/repositories/JsonStoreFileRepository.java | // Copyright 2015 Eivind Vegsundvåg
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | remove jsonstorefilerepository
| src/main/java/ninja/eivind/hotsreplayuploader/repositories/JsonStoreFileRepository.java | remove jsonstorefilerepository | ||
Java | bsd-3-clause | c06e71ece71d6f406b0ca74f51edb0f41b6d9567 | 0 | muloem/xins,muloem/xins,muloem/xins | src/java-client-framework/org/xins/client/UnexpectedErrorCodeException.java | /*
* $Id$
*
* Copyright 2003-2005 Wanadoo Nederland B.V.
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.client;
import org.xins.common.service.TargetDescriptor;
/**
* Exception that indicates an error code was received from the server-side
* that is not expected at the cl... | Replaced by UnacceptableErrorCodeXINSCallException.
| src/java-client-framework/org/xins/client/UnexpectedErrorCodeException.java | Replaced by UnacceptableErrorCodeXINSCallException. | ||
Java | mit | d9256c459dcea7ae551a49bdefa75805864f3766 | 0 | ihiroky/niotty | package net.ihiroky.niotty.nio;
import net.ihiroky.niotty.DefaultTransportFuture;
import net.ihiroky.niotty.EventLoop;
import net.ihiroky.niotty.FailedTransportFuture;
import net.ihiroky.niotty.SucceededTransportFuture;
import net.ihiroky.niotty.TransportFuture;
import net.ihiroky.niotty.buffer.BufferSink;
import net.... | src/main/java/net/ihiroky/niotty/nio/NioClientSocketTransport.java | package net.ihiroky.niotty.nio;
import net.ihiroky.niotty.DefaultTransportFuture;
import net.ihiroky.niotty.EventLoop;
import net.ihiroky.niotty.FailedTransportFuture;
import net.ihiroky.niotty.SucceededTransportFuture;
import net.ihiroky.niotty.TransportFuture;
import net.ihiroky.niotty.buffer.BufferSink;
import net.... | Fix timing on setting exception to future
IOException is thrown by NioChildSocketTransport because the IOException
is handled in ConnectSelector
| src/main/java/net/ihiroky/niotty/nio/NioClientSocketTransport.java | Fix timing on setting exception to future | |
Java | mit | 48926e4d9d42b63ff54f2b08efa0dc86c36c598a | 0 | pstorch/bahnhoefe.gpx,RailwayStations/RSAPI,RailwayStations/RSAPI,RailwayStations/RSAPI | package org.railwaystations.api.resources;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.dropwizard.auth.Auth;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.output.NullOutputStream;
i... | src/main/java/org/railwaystations/api/resources/InboxResource.java | package org.railwaystations.api.resources;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.dropwizard.auth.Auth;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.io.output.NullOutputStream;
i... | fix null latitude, longitude
| src/main/java/org/railwaystations/api/resources/InboxResource.java | fix null latitude, longitude | |
Java | mit | 772664650d84618444df02dbc9fb63103a7cb781 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | package org.xcolab.portlets.proposals.utils;
import com.ext.portlet.ProposalImpactAttributeKeys;
import com.ext.portlet.model.Contest;
import com.ext.portlet.model.FocusArea;
import com.ext.portlet.model.OntologyTerm;
import com.ext.portlet.model.Proposal;
import com.ext.portlet.service.OntologyTermLocalServiceUtil;
i... | portlets/proposals-portlet/src/main/java/org/xcolab/portlets/proposals/utils/ProposalImpactDataParser.java | package org.xcolab.portlets.proposals.utils;
import com.ext.portlet.ProposalImpactAttributeKeys;
import com.ext.portlet.model.Contest;
import com.ext.portlet.model.FocusArea;
import com.ext.portlet.model.OntologyTerm;
import com.ext.portlet.model.Proposal;
import com.ext.portlet.service.OntologyTermLocalServiceUtil;
i... | [COLAB-378] Changed a few excelTermToOntologyTermNameMap strings
| portlets/proposals-portlet/src/main/java/org/xcolab/portlets/proposals/utils/ProposalImpactDataParser.java | [COLAB-378] Changed a few excelTermToOntologyTermNameMap strings | |
Java | mit | 914f71b8594f5e7a30b8028cc7b2adc78976f8b4 | 0 | sonork/spongycastle,open-keychain/spongycastle,sergeypayu/bc-java,Skywalker-11/spongycastle,iseki-masaya/spongycastle,partheinstein/bc-java,lesstif/spongycastle,partheinstein/bc-java,isghe/bc-java,iseki-masaya/spongycastle,sonork/spongycastle,partheinstein/bc-java,FAU-Inf2/spongycastle,savichris/spongycastle,lesstif/sp... | package org.bouncycastle.crypto.tls.test;
import java.security.SecureRandom;
import junit.framework.TestCase;
import org.bouncycastle.crypto.tls.DTLSClientProtocol;
import org.bouncycastle.crypto.tls.DTLSServerProtocol;
import org.bouncycastle.crypto.tls.DTLSTransport;
import org.bouncycastle.crypto.tls.Dat... | src/test/java/org/bouncycastle/crypto/tls/test/DTLSProtocolTest.java | package org.bouncycastle.crypto.tls.test;
import java.security.SecureRandom;
import junit.framework.TestCase;
import org.bouncycastle.crypto.tls.DTLSClientProtocol;
import org.bouncycastle.crypto.tls.DTLSServerProtocol;
import org.bouncycastle.crypto.tls.DTLSTransport;
import org.bouncycastle.crypto.tls.Dat... | Exchange some application packets after handshake | src/test/java/org/bouncycastle/crypto/tls/test/DTLSProtocolTest.java | Exchange some application packets after handshake | |
Java | epl-1.0 | fb55ee14b1e6829ef043698011fcd17e0d32db5e | 0 | pecko/debrief,alastrina123/debrief,debrief/debrief,theanuradha/debrief,alastrina123/debrief,debrief/debrief,pecko/debrief,alastrina123/debrief,theanuradha/debrief,alastrina123/debrief,theanuradha/debrief,pecko/debrief,debrief/debrief,alastrina123/debrief,pecko/debrief,debrief/debrief,debrief/debrief,pecko/debrief,pecko... | package com.borlander.rac353542.bislider;
import java.util.LinkedList;
public class DefaultBiSliderDataModel implements BiSliderDataModel.Writable {
private static final int DEFAULT_SEGMENTS_COUNT = 25;
private final double myPrecision;
private double myTotalMinimum;
private double myTotalMaximum;
... | trunk/CVSROOT/org.mwc.cmap.TimeController/src/com/borlander/rac353542/bislider/DefaultBiSliderDataModel.java | package com.borlander.rac353542.bislider;
import java.util.LinkedList;
public class DefaultBiSliderDataModel implements BiSliderDataModel.Writable {
private static final int DEFAULT_SEGMENTS_COUNT = 25;
private final double myPrecision;
private double myTotalMinimum;
private double myTotalMaximum;
... | More convenience functions
git-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@494 cb33b658-6c9e-41a7-9690-cba343611204
| trunk/CVSROOT/org.mwc.cmap.TimeController/src/com/borlander/rac353542/bislider/DefaultBiSliderDataModel.java | More convenience functions | |
Java | agpl-3.0 | 6a36354a8da38bf428bce196d087f69673f95327 | 0 | roskens/opennms-pre-github,rdkgit/opennms,tdefilip/opennms,roskens/opennms-pre-github,aihua/opennms,tdefilip/opennms,rdkgit/opennms,rdkgit/opennms,aihua/opennms,roskens/opennms-pre-github,tdefilip/opennms,roskens/opennms-pre-github,rdkgit/opennms,roskens/opennms-pre-github,aihua/opennms,aihua/opennms,rdkgit/opennms,tde... | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2006-2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | opennms-dao/src/test/java/org/opennms/netmgt/dao/MonitoredServiceDaoTest.java | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2006-2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | separate tests that care about ordering for OPENNMS-MASTER17-TEST-59
| opennms-dao/src/test/java/org/opennms/netmgt/dao/MonitoredServiceDaoTest.java | separate tests that care about ordering for OPENNMS-MASTER17-TEST-59 | |
Java | agpl-3.0 | 9085fd73a4a9165d546ceaf821234534e801f185 | 0 | yinan-liu/scheduling,ow2-proactive/scheduling,sgRomaric/scheduling,ow2-proactive/scheduling,laurianed/scheduling,ShatalovYaroslav/scheduling,mbenguig/scheduling,lpellegr/scheduling,ow2-proactive/scheduling,sandrineBeauche/scheduling,laurianed/scheduling,zeineb/scheduling,ShatalovYaroslav/scheduling,youribonnaffe/schedu... | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2010 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
* Contact:... | src/resource-manager/src/org/ow2/proactive/resourcemanager/utils/PAAgentServiceRMStarter.java | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2010 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
* Contact:... | SCHEDULING-811
PAAgentServiceRMStarter new checks that the log4j.configuration property
is set
git-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@17103 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/resource-manager/src/org/ow2/proactive/resourcemanager/utils/PAAgentServiceRMStarter.java | SCHEDULING-811 | |
Java | lgpl-2.1 | 3047ad912bdce89bba9810a61258ff1494f3e37e | 0 | languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool | /* LanguageTool, a natural language style checker
* Copyright (C) 2012 Markus Brenneis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (a... | languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/VerbAgreementRule.java | /* LanguageTool, a natural language style checker
* Copyright (C) 2012 Markus Brenneis
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (a... | [de] typo in comment
| languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/VerbAgreementRule.java | [de] typo in comment | |
Java | apache-2.0 | bb28e954497513d93318efb7a38eeb5148c4bfde | 0 | metaborg/runtime-libraries | package org.metaborg.runtime.task.digest;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.spoofax.interpreter.terms.IStrategoAppl;
import org.spoofax.interpreter.terms.... | org.metaborg.runtime.task/src/main/java/org/metaborg/runtime/task/digest/SHA1TermDigester.java | package org.metaborg.runtime.task.digest;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.spoofax.interpreter.terms.IStrategoAppl;
import org.spoofax.interpreter.terms.... | Fix incorrect SHA1TermDigester.state.
| org.metaborg.runtime.task/src/main/java/org/metaborg/runtime/task/digest/SHA1TermDigester.java | Fix incorrect SHA1TermDigester.state. | |
Java | apache-2.0 | 18a8f4c3ce33c542f69d957195d4de6c3ff4f353 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.execution.testframework;
import com.intellij.execution.Location;
import com.intellij.execution.configurations.RunConfiguration;
import com.intellij.execution... | platform/testRunner/src/com/intellij/execution/testframework/TestTreeView.java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.execution.testframework;
import com.intellij.execution.Location;
import com.intellij.execution.configurations.RunConfiguration;
import com.intellij.execution... | EA-260302 - IAE: TestTreeView.$$$reportNull$$$0
GitOrigin-RevId: fd8d762511bd976a4ed954f1902c38446c4509b8 | platform/testRunner/src/com/intellij/execution/testframework/TestTreeView.java | EA-260302 - IAE: TestTreeView.$$$reportNull$$$0 | |
Java | apache-2.0 | 4a770fc63a77e44cecbf6615b55a10113055e042 | 0 | DaanHoogland/cloudstack,resmo/cloudstack,wido/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,jcshen007/cloudstack,wido/cloudstack,resmo/cloudstack,jcshen007/cloudstack,wido/cloudstack,GabrielBrascher/cloudstack,wido/cloudstack,resmo/cloudstack,GabrielBrascher/cloudstack,jcshen007/clouds... | // 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... | services/secondary-storage/server/src/org/apache/cloudstack/storage/template/DownloadManagerImpl.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... | Fixed Findbugs issue introduced by 1c6378ec0056e8c75990a4a0c15e99b2df162a75 PR #795.
| services/secondary-storage/server/src/org/apache/cloudstack/storage/template/DownloadManagerImpl.java | Fixed Findbugs issue introduced by 1c6378ec0056e8c75990a4a0c15e99b2df162a75 PR #795. | |
Java | apache-2.0 | 5f816e8aab74859a4f8215d13e5ba551875a77be | 0 | apache/commons-beanutils,apache/commons-beanutils,apache/commons-beanutils | /*
* 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/beanutils2/locale/LocaleConvertUtilsBean.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 ... | Whitespace.
| src/main/java/org/apache/commons/beanutils2/locale/LocaleConvertUtilsBean.java | Whitespace. | |
Java | apache-2.0 | b0c0df78d2f975f97e6a76a0d84cc31e8ddd10b3 | 0 | apache/groovy,paulk-asert/groovy,paulk-asert/groovy,apache/groovy,apache/groovy,paulk-asert/groovy,apache/incubator-groovy,apache/incubator-groovy,apache/incubator-groovy,apache/incubator-groovy,paulk-asert/groovy,apache/groovy | /*
* 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")... | src/main/java/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.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")... | Trivial refactoring: remove duplicated code
| src/main/java/org/codehaus/groovy/runtime/metaclass/MetaClassRegistryImpl.java | Trivial refactoring: remove duplicated code | |
Java | apache-2.0 | d83910510077966d3ff26c0c8f98c7b8d12743cc | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.searchdefinition;
import com.yahoo.document.ArrayDataType;
import com.yahoo.document.CollectionDataType;
import com.yahoo.document.DataType;
import com.yahoo.document.DocumentType;
import com.yaho... | config-model/src/main/java/com/yahoo/searchdefinition/DocumentModelBuilder.java | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.searchdefinition;
import com.yahoo.document.ArrayDataType;
import com.yahoo.document.CollectionDataType;
import com.yahoo.document.DataType;
import com.yahoo.document.DocumentType;
import com.yaho... | remove leftover unused class
| config-model/src/main/java/com/yahoo/searchdefinition/DocumentModelBuilder.java | remove leftover unused class | |
Java | apache-2.0 | 19591d92aad12f6b09be7fd71f73f416a34f80be | 0 | rifatdover/generator-jhipster,gmarziou/generator-jhipster,hdurix/generator-jhipster,nkolosnjaji/generator-jhipster,erikkemperman/generator-jhipster,cbornet/generator-jhipster,duderoot/generator-jhipster,maniacneron/generator-jhipster,wmarques/generator-jhipster,mosoft521/generator-jhipster,liseri/generator-jhipster,sen... | package <%=packageName%>.repository;
<% if (databaseType == 'cassandra') { %>
import com.datastax.driver.core.*;
import com.datastax.driver.mapping.Mapper;
import com.datastax.driver.mapping.MappingManager;<% } %>
import <%=packageName%>.domain.User;
import org.joda.time.DateTime;<% if (databaseType == 'sql') { %>
imp... | app/templates/src/main/java/package/repository/_UserRepository.java | package <%=packageName%>.repository;
<% if (databaseType == 'cassandra') { %>
import com.datastax.driver.core.*;
import com.datastax.driver.mapping.Mapper;
import com.datastax.driver.mapping.MappingManager;<% } %>
import <%=packageName%>.domain.User;
import org.joda.time.DateTime;<% if (databaseType == 'sql') { %>
imp... | Unused import Param
| app/templates/src/main/java/package/repository/_UserRepository.java | Unused import Param | |
Java | apache-2.0 | 28e5b8978dcd85af0574aec7e1a753ca4736e9f0 | 0 | liupugong/drools,Buble1981/MyDroolsFork,lanceleverich/drools,ngs-mtech/drools,ThomasLau/drools,amckee23/drools,TonnyFeng/drools,prabasn/drools,kevinpeterson/drools,jomarko/drools,manstis/drools,ngs-mtech/drools,romartin/drools,vinodkiran/drools,yurloc/drools,jomarko/drools,vinodkiran/drools,droolsjbpm/drools,ngs-mtech/... | /**
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | drools-core/src/main/java/org/drools/management/KnowledgeSessionMonitoring.java | /**
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | JBRULES-2835: fixing missing long sessionId
| drools-core/src/main/java/org/drools/management/KnowledgeSessionMonitoring.java | JBRULES-2835: fixing missing long sessionId | |
Java | apache-2.0 | 6c46ebebf5c6462e1c693439d469a1b622b22381 | 0 | nasrallahmounir/Footlights,trombonehero/Footlights,nasrallahmounir/Footlights,trombonehero/Footlights,nasrallahmounir/Footlights,nasrallahmounir/Footlights,trombonehero/Footlights,trombonehero/Footlights | package me.footlights.core.crypto;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.binary.Hex;
import com.google.common.annotations.VisibleForTesting;
import com.sun.org.apache.xml.internal.security.exceptions.Base64Decodi... | Client/Core/src/main/java/me/footlights/core/crypto/Fingerprint.java | package me.footlights.core.crypto;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.binary.Hex;
import com.google.common.annotations.VisibleForTesting;
import com.sun.org.apache.xml.internal.security.exceptions.Base64Decodi... | Add Fingerprint.copyBytes(). | Client/Core/src/main/java/me/footlights/core/crypto/Fingerprint.java | Add Fingerprint.copyBytes(). | |
Java | apache-2.0 | d7cc4a0597f29c202cc12226dd754737f44ef029 | 0 | googleinterns/step240-2020,googleinterns/step240-2020,googleinterns/step240-2020,googleinterns/step240-2020 | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | src/main/java/com/google/graphgeckos/dashboard/storage/DatastoreRepository.java | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | add config class
| src/main/java/com/google/graphgeckos/dashboard/storage/DatastoreRepository.java | add config class | |
Java | apache-2.0 | cfce68cf8f4d4a4f0f5d0579e514b388fda58f04 | 0 | phambryan/dropwizard,dropwizard/dropwizard,phambryan/dropwizard,dropwizard/dropwizard,dropwizard/dropwizard,phambryan/dropwizard | package io.dropwizard.client;
import io.dropwizard.Application;
import io.dropwizard.Configuration;
import io.dropwizard.client.ssl.TlsConfiguration;
import io.dropwizard.setup.Environment;
import io.dropwizard.testing.ConfigOverride;
import io.dropwizard.testing.ResourceHelpers;
import io.dropwizard.testing.junit5.Dr... | dropwizard-client/src/test/java/io/dropwizard/client/DropwizardSSLConnectionSocketFactoryTest.java | package io.dropwizard.client;
import io.dropwizard.Application;
import io.dropwizard.Configuration;
import io.dropwizard.client.ssl.TlsConfiguration;
import io.dropwizard.setup.Environment;
import io.dropwizard.testing.ConfigOverride;
import io.dropwizard.testing.ResourceHelpers;
import io.dropwizard.testing.junit5.Dr... | Fix DropwizardSSLConnectionSocketFactoryTest
Java 8u301 and 11.0.12 upgrade the default PKCS12 encryption/MAC algorithms so that `DropwizardSSLConnectionSocketFactoryTest#shouldFailDueDefaultProviderInsufficiency()` wasn't failing anymore.
https://bugs.openjdk.java.net/browse/JDK-8228481
https://bugs.java.com/bugdata... | dropwizard-client/src/test/java/io/dropwizard/client/DropwizardSSLConnectionSocketFactoryTest.java | Fix DropwizardSSLConnectionSocketFactoryTest | |
Java | apache-2.0 | eca487eae2d78a82191017cfe3a602f69d4a2bdf | 0 | tufangorel/hazelcast,tombujok/hazelcast,emre-aydin/hazelcast,lmjacksoniii/hazelcast,tkountis/hazelcast,tufangorel/hazelcast,mesutcelik/hazelcast,dsukhoroslov/hazelcast,Donnerbart/hazelcast,emrahkocaman/hazelcast,juanavelez/hazelcast,dbrimley/hazelcast,mesutcelik/hazelcast,juanavelez/hazelcast,tombujok/hazelcast,mdogan/... | /*
* Copyright (c) 2014, Oracle America, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list o... | hazelcast/src/test/java/com/hazelcast/nio/serialization/AbstractSerializationCompatibilityTest.java | /*
* Copyright (c) 2014, Oracle America, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list o... | Made AbstractSerializationCompatibilityTest abstract, so it is not executed when running all tests via IntelliJ.
| hazelcast/src/test/java/com/hazelcast/nio/serialization/AbstractSerializationCompatibilityTest.java | Made AbstractSerializationCompatibilityTest abstract, so it is not executed when running all tests via IntelliJ. | |
Java | apache-2.0 | 6b7f5703ef55deff14c5551b25e35d3c6e2ceecc | 0 | jvf/scalaris,caijieming-baidu/scalaris,jvf/scalaris,caijieming-baidu/scalaris,scalaris-team/scalaris,scalaris-team/scalaris,scalaris-team/scalaris,scalaris-team/scalaris,jvf/scalaris,caijieming-baidu/scalaris,scalaris-team/scalaris,caijieming-baidu/scalaris,caijieming-baidu/scalaris,jvf/scalaris,caijieming-baidu/scalar... | /**
* Copyright 2007-2011 Zuse Institute Berlin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpGetCategoryTreeHandler.java | /**
* Copyright 2007-2011 Zuse Institute Berlin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | - Wiki on Scalaris - filtering: properly end all SQL statements with ';' | contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/data/xml/WikiDumpGetCategoryTreeHandler.java | - Wiki on Scalaris - filtering: properly end all SQL statements with ';' | |
Java | apache-2.0 | 8d3e1c27417d2aa1edb11d0e1fbe16886dc90632 | 0 | AxonFramework/AxonFramework | /* Copyright (c) 2010-2018. Axon Framework
*
* 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... | integrationtests/src/test/java/org/axonframework/integrationtests/commandhandling/AbstractAggregateMemberTest.java | /* Copyright (c) 2010-2018. Axon Framework
*
* 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... | refactor more meaningful test name
| integrationtests/src/test/java/org/axonframework/integrationtests/commandhandling/AbstractAggregateMemberTest.java | refactor more meaningful test name | |
Java | apache-2.0 | 4bd38de1d0cb8617ffbf892f83f8e30f750ceff1 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | server/src/main/java/io/spine/server/event/model/EventReceivingClassDelegate.java | /*
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | Move the `.stream` call to the next line.
| server/src/main/java/io/spine/server/event/model/EventReceivingClassDelegate.java | Move the `.stream` call to the next line. | |
Java | apache-2.0 | 5bf2544539f0b9f3356c0e4a6d2f433409d958be | 0 | colczr/sakai,introp-software/sakai,bkirschn/sakai,wfuedu/sakai,conder/sakai,joserabal/sakai,kwedoff1/sakai,OpenCollabZA/sakai,willkara/sakai,wfuedu/sakai,kingmook/sakai,zqian/sakai,ktakacs/sakai,ouit0408/sakai,lorenamgUMU/sakai,ktakacs/sakai,puramshetty/sakai,clhedrick/sakai,rodriguezdevera/sakai,pushyamig/sakai,frases... | package org.sakaiproject.component.app.scheduler.jobs;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.Calendar;
import org.apache.commons.logging.Log;
i... | jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java | package org.sakaiproject.component.app.scheduler.jobs;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.Calendar;
import org.apache.commons.logging.Log;
i... | http://bugs.sakaiproject.org/jira/browse/SAK-14386
Fixed extra try catch
NO: 31,140
http://qa1-nl.sakaiproject.org/codereview/trunk/api/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java.html#55
Personally, bad practice if's in finally
May fail to returnConnection if fails to close sakaiStatement
... | jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java | http://bugs.sakaiproject.org/jira/browse/SAK-14386 Fixed extra try catch NO: 31,140 http://qa1-nl.sakaiproject.org/codereview/trunk/api/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java.html#55 Personally, bad practice if's in finally May fail to returnConnection if fails to close sakaiStatement | |
Java | apache-2.0 | ff75bc6f2f60a0f0f1fbe01bafe5644d86fd596d | 0 | venicegeo/pz-servicecontroller,venicegeo/pz-servicecontroller,venicegeo/pz-servicecontroller | package org.venice.piazza.serviceregistry.controller.messaging.handlers;
import static org.junit.Assert.assertTrue;
import static org.powermock.api.mockito.PowerMockito.mock;
import static org.powermock.api.mockito.PowerMockito.when;
import static org.powermock.api.mockito.PowerMockito.whenNew;
import java.net.URI;
i... | mainServiceController/src/test/java/org/venice/piazza/serviceregistry/controller/messaging/handlers/ExecuteServiceHandlerTest.java | package org.venice.piazza.serviceregistry.controller.messaging.handlers;
import static org.junit.Assert.assertTrue;
import static org.powermock.api.mockito.PowerMockito.mock;
import static org.powermock.api.mockito.PowerMockito.when;
import static org.powermock.api.mockito.PowerMockito.whenNew;
import java.net.URI;
i... | Corrected 2 unit tests
| mainServiceController/src/test/java/org/venice/piazza/serviceregistry/controller/messaging/handlers/ExecuteServiceHandlerTest.java | Corrected 2 unit tests | |
Java | apache-2.0 | cfcf67d345abc14f7de77d0cf629c41d5668f794 | 0 | wso2-extensions/identity-inbound-auth-saml,wso2-extensions/identity-inbound-auth-saml | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | components/org.wso2.carbon.identity.sso.saml.ui/src/main/java/org/wso2/carbon/identity/sso/saml/ui/client/SamlSPMetadataUploadExecutor.java | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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... | Added constant for application sp name key and reformat code.
| components/org.wso2.carbon.identity.sso.saml.ui/src/main/java/org/wso2/carbon/identity/sso/saml/ui/client/SamlSPMetadataUploadExecutor.java | Added constant for application sp name key and reformat code. | |
Java | apache-2.0 | 30b4e7b02aa300449327b53c2f39f1bb39879ca7 | 0 | somas/spring-security-oauth,jmnarloch/spring-security-oauth,pawans-optimus/spring-security-oauth,xiangzhuyuan/spring-security-oauth,gharizanov92/spring-security-oauth,xueyumusic/spring-security-oauth,michaelwoodson/spring-security-oauth,KeesKoffeman/spring-security-oauth,efenderbosch/spring-security-oauth,280455936/spr... | package org.springframework.security.oauth2.client.token.grant.client;
import java.util.Iterator;
import java.util.List;
import org.springframework.http.HttpHeaders;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException... | spring-security-oauth2/src/main/java/org/springframework/security/oauth2/client/token/grant/client/ClientCredentialsAccessTokenProvider.java | package org.springframework.security.oauth2.client.token.grant.client;
import java.util.Iterator;
import java.util.List;
import org.springframework.http.HttpHeaders;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException... | Fix for client_id in req parm and auth header
| spring-security-oauth2/src/main/java/org/springframework/security/oauth2/client/token/grant/client/ClientCredentialsAccessTokenProvider.java | Fix for client_id in req parm and auth header | |
Java | bsd-3-clause | b1909d94380c322b1ec9fb514afbcc2035dffa1a | 0 | softappeal/yass,softappeal/yass,softappeal/yass,softappeal/yass,softappeal/yass,softappeal/yass,softappeal/yass | package ch.softappeal.yass.tutorial.datagram;
import ch.softappeal.yass.remote.*;
import ch.softappeal.yass.serialize.*;
import ch.softappeal.yass.transport.*;
import java.net.*;
import java.nio.*;
import java.nio.channels.*;
import java.util.*;
import static ch.softappeal.yass.serialize.ReaderKt.*;
import static ch... | kotlin/tutorial/main/ch/softappeal/yass/tutorial/datagram/DatagramTransport.java | package ch.softappeal.yass.tutorial.datagram;
import ch.softappeal.yass.remote.*;
import ch.softappeal.yass.serialize.*;
import ch.softappeal.yass.transport.*;
import java.net.*;
import java.nio.*;
import java.nio.channels.*;
import java.util.*;
import static ch.softappeal.yass.serialize.ReaderKt.*;
import static ch... | cosmetic
| kotlin/tutorial/main/ch/softappeal/yass/tutorial/datagram/DatagramTransport.java | cosmetic | |
Java | bsd-3-clause | 1b5e0774c4383520746c0fb5a5d9ed882f9988e9 | 0 | motech-implementations/mim,ngraczewski/mim,ngraczewski/mim,motech-implementations/mim,motech-implementations/mim,motech-implementations/mim,ngraczewski/mim | package org.motechproject.nms.testing.it.kilkari;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.motechproject.nms.testing.it.utils.RegionHelper.createDistrict;
import static org.motechproject.nms.testing.it.utils... | testing/src/test/java/org/motechproject/nms/testing/it/kilkari/MctsBeneficiaryImportServiceBundleIT.java | package org.motechproject.nms.testing.it.kilkari;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.motechproject.nms.testing.it.utils.RegionHelper.createDistrict;
import static org.motechproject.nms.testing.it.utils... | Edited jira issue | testing/src/test/java/org/motechproject/nms/testing/it/kilkari/MctsBeneficiaryImportServiceBundleIT.java | Edited jira issue | |
Java | mit | 58208b9c06f6d38029ac88278d6a0c117a83fd0c | 0 | sys1yagi/swipe-android,sys1yagi/swipe-android | package com.sys1yagi.swipe.core.tool;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import com.sys1yagi.swipe.core.entity.index.Index;
import com.sys1yagi.swipe.core.entity.swipe.SwipeDocument;
import org.hjson.JsonValue;
public class SwipeEntityDecoder {
pri... | core/src/main/java/com/sys1yagi/swipe/core/tool/SwipeEntityDecoder.java | package com.sys1yagi.swipe.core.tool;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import com.sys1yagi.swipe.core.entity.index.Index;
import com.sys1yagi.swipe.core.entity.swipe.SwipeDocument;
public class SwipeEntityDecoder {
private final static String KEY_... | Use hjson on SwipeEntityDecoder.
| core/src/main/java/com/sys1yagi/swipe/core/tool/SwipeEntityDecoder.java | Use hjson on SwipeEntityDecoder. | |
Java | mit | a9afdb5e2a8872eb6a193efc0dd6b429bcfed967 | 0 | maillouxc/git-rekt | package com.gitrekt.resort.controller;
import com.gitrekt.resort.model.entities.GuestFeedback;
import com.gitrekt.resort.model.services.GuestFeedbackService;
import com.gitrekt.resort.view.GuestFeedbackListItem;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.collections... | src/main/java/com/gitrekt/resort/controller/FeedbackReportScreenController.java | package com.gitrekt.resort.controller;
import com.gitrekt.resort.model.entities.GuestFeedback;
import com.gitrekt.resort.model.services.GuestFeedbackService;
import com.gitrekt.resort.view.GuestFeedbackListItem;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.collections... | Add placeholder to empty guest feedback list
| src/main/java/com/gitrekt/resort/controller/FeedbackReportScreenController.java | Add placeholder to empty guest feedback list | |
Java | mit | 7ba06573feb6561c6fc857cd5b53ff1449808da9 | 0 | outofcoffee/testcontainers-java,rnorth/test-containers,testcontainers/testcontainers-java,outofcoffee/testcontainers-java,rnorth/test-containers,outofcoffee/testcontainers-java,testcontainers/testcontainers-java,rnorth/test-containers,testcontainers/testcontainers-java | package org.testcontainers.utility;
import com.google.common.annotations.VisibleForTesting;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.SneakyThrows;
import lombok.Synchronized;
import lombok.extern.slf4j.Slf4j;
import... | core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java | package org.testcontainers.utility;
import com.google.common.annotations.VisibleForTesting;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Getter;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.SneakyThrows;
import lombok.Synchronized;
import lombok.extern.slf4j.Slf4j;
import... | Use testcontainers/* Docker Hub images (#2850)
| core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java | Use testcontainers/* Docker Hub images (#2850) | |
Java | epl-1.0 | 0c96152ed9769751f38e91f0459f8b81ca787288 | 0 | Mixajlo/smarthome,phxql/smarthome,S0urceror/smarthome,sja/smarthome,marinmitev/smarthome,fatihboy/smarthome,Snickermicker/smarthome,adimova/smarthome,fatihboy/smarthome,digitaldan/smarthome,Snickermicker/smarthome,chrisschauer/smarthome,cdjackson/smarthome,paphko/smarthome,adimova/smarthome,phxql/smarthome,paphko/smart... | /**
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) 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.htm... | bundles/io/org.eclipse.smarthome.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java | /**
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) 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.htm... | catching exception when mdns service is already closed
Signed-off-by: Kai Kreuzer <31ea678c44dc4e8e22ccfd165592dd71a30e46ae@openhab.org>
| bundles/io/org.eclipse.smarthome.io.transport.mdns/src/main/java/org/eclipse/smarthome/io/transport/mdns/internal/MDNSServiceImpl.java | catching exception when mdns service is already closed | |
Java | agpl-3.0 | f4d56d15a5398259ff02311cc0c89d536791d75b | 0 | kkronenb/kfs,kuali/kfs,smith750/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,ua-eas/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,kkronenb/kfs,kuali/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/will-financials,bhutchinson/kfs,smith750/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/kfs,kuali/kfs,quikkian-ua-dev... | /*
* Copyright 2007-2008 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless req... | test/unit/src/org/kuali/kfs/module/purap/fixture/RequisitionDocumentFixture.java | /*
* Copyright 2007-2008 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless req... | KFSMI-6663 : pre Rice 2.0 cleanup
| test/unit/src/org/kuali/kfs/module/purap/fixture/RequisitionDocumentFixture.java | KFSMI-6663 : pre Rice 2.0 cleanup | |
Java | lgpl-2.1 | cab1f4b8045a31fcc301c999b800a4ea44482783 | 0 | JordanReiter/railo,getrailo/railo,getrailo/railo,modius/railo,getrailo/railo,modius/railo,JordanReiter/railo | package railo.runtime.listener;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.Cookie;
import railo.commons.io.DevNullOutputStream;
import railo.commons.io.res.Resource;
import r... | railo-java/railo-core/src/railo/runtime/listener/ModernAppListener.java | package railo.runtime.listener;
import java.io.IOException;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.Cookie;
import railo.commons.io.DevNullOutputStream;
import railo.commons.io.res.Resource;
import r... | solved ticket https://issues.jboss.org/browse/RAILO-1867
| railo-java/railo-core/src/railo/runtime/listener/ModernAppListener.java | solved ticket https://issues.jboss.org/browse/RAILO-1867 | |
Java | apache-2.0 | b32f28ed31b17d33553337639ab366f809b0d9dd | 0 | metaborg/spoofax,metaborg/spoofax,metaborg/spoofax,metaborg/spoofax | package org.metaborg.spoofax.core.analysis.constraint;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.functio... | org.metaborg.spoofax.core/src/main/java/org/metaborg/spoofax/core/analysis/constraint/AbstractConstraintAnalyzer.java | package org.metaborg.spoofax.core.analysis.constraint;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.functio... | Get rid of deprecated match construct
| org.metaborg.spoofax.core/src/main/java/org/metaborg/spoofax/core/analysis/constraint/AbstractConstraintAnalyzer.java | Get rid of deprecated match construct |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.