lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 8d85d4149e93cb698dc39bb9a150b70ea1ae8ea3 | 0 | synthetichealth/synthea,synthetichealth/synthea,synthetichealth/synthea,cjduffett/synthea,cjduffett/synthea | package org.mitre.synthea.export;
import java.util.Date;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
import org.hl7.fhir.dstu3.model.Address;
import org.hl7.fhir.dstu3.model.Bundle;
import org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent;
import org.hl7.fhir.dstu3.model.Bundle.BundleType;
import ... | src/main/java/org/mitre/synthea/export/FhirStu3.java | package org.mitre.synthea.export;
import java.util.Date;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
import org.hl7.fhir.dstu3.model.Address;
import org.hl7.fhir.dstu3.model.Bundle;
import org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent;
import org.hl7.fhir.dstu3.model.Bundle.BundleType;
import ... | Implement MRN
| src/main/java/org/mitre/synthea/export/FhirStu3.java | Implement MRN | |
Java | apache-2.0 | ad3349ba7f8d00c57ab34a4afeeb34d136ffb49f | 0 | NattyNastya/java_pft_course | package ru.stqa.pft.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactAdditionalData;
import ru.stqa.pft.addressbook.model.ContactMainData;
import ru.stqa.pft.addressbook.model.ContactPhonesData;
import ru.stqa.pft.addressbook.model.ContactSeco... | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactModificationTests.java | package ru.stqa.pft.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactAdditionalData;
import ru.stqa.pft.addressbook.model.ContactMainData;
import ru.stqa.pft.addressbook.model.ContactPhonesData;
import ru.stqa.pft.addressbook.model.ContactSeco... | L4.7 - changed "middle_name" to "null" value
Because at this step we can't get "middle_name" from contact list and
add it into "After" collection.
(Now we shouldn't use sql query in the code)
| addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactModificationTests.java | L4.7 - changed "middle_name" to "null" value | |
Java | apache-2.0 | 6a359e472f7759abf4f8f864ad3b8030dfebf80b | 0 | WASdev/ci.maven,WASdev/ci.maven | /**
* (C) Copyright IBM Corporation 2014, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/StartDebugMojoSupport.java | /**
* (C) Copyright IBM Corporation 2014, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | Get plugins from pluginMgmt if not in project
Signed-off-by: Scott Kurz <dea84276feba2c1490f82dfb52bd24c15bdc14a2@us.ibm.com>
| liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/StartDebugMojoSupport.java | Get plugins from pluginMgmt if not in project | |
Java | bsd-2-clause | 59e775afdd555a96d92354c917694dcfa5590548 | 0 | scifio/scifio | //
// MetamorphReader.java
//
/*
OME Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
th... | components/bio-formats/src/loci/formats/in/MetamorphReader.java | //
// MetamorphReader.java
//
/*
OME Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
th... | Replace stored decimal separators with the correct separator for the
current locale.
| components/bio-formats/src/loci/formats/in/MetamorphReader.java | Replace stored decimal separators with the correct separator for the current locale. | |
Java | bsd-2-clause | b0140ce2877d5a814d5de153dee923dd7f346b14 | 0 | kephale/imagej-ops,gab1one/imagej-ops,imagej/imagej-ops,stelfrich/imagej-ops | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2015 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | src/main/java/net/imagej/ops/deconvolve/DeconvolveNamespace.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2015 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | Add method for base RichardsonLucy operations
| src/main/java/net/imagej/ops/deconvolve/DeconvolveNamespace.java | Add method for base RichardsonLucy operations | |
Java | bsd-2-clause | 00271b1c5eaa169b932d4efcc980db2688a7c867 | 0 | jcodec/jcodec,jcodec/jcodec,jcodec/jcodec,jcodec/jcodec | package org.jcodec.codecs.h264;
import static java.lang.System.arraycopy;
import static org.jcodec.codecs.h264.H264Utils.escapeNAL;
import org.jcodec.codecs.h264.encode.DumbRateControl;
import org.jcodec.codecs.h264.encode.EncodedMB;
import org.jcodec.codecs.h264.encode.MBEncoderHelper;
import org.jcodec.codecs.h264.e... | src/main/java/org/jcodec/codecs/h264/H264Encoder.java | package org.jcodec.codecs.h264;
import static java.lang.System.arraycopy;
import static org.jcodec.codecs.h264.H264Utils.escapeNAL;
import org.jcodec.codecs.h264.encode.DumbRateControl;
import org.jcodec.codecs.h264.encode.EncodedMB;
import org.jcodec.codecs.h264.encode.MBEncoderHelper;
import org.jcodec.codecs.h264.e... | [h264enc] Make max motion search range adjustable | src/main/java/org/jcodec/codecs/h264/H264Encoder.java | [h264enc] Make max motion search range adjustable | |
Java | bsd-3-clause | ba526dd83ad70b164b0b9dedacb9c95a2c5b1b37 | 0 | chuan9/chromium-crosswalk,PeterWangIntel/chromium-crosswalk,chuan9/chromium-crosswalk,fujunwei/chromium-crosswalk,hgl888/chromium-crosswalk,chuan9/chromium-crosswalk,PeterWangIntel/chromium-crosswalk,Chilledheart/chromium,dednal/chromium.src,PeterWangIntel/chromium-crosswalk,mohamed--abdel-maksoud/chromium.src,Chilledh... | // Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.android_webview.test;
import android.test.suitebuilder.annotation.MediumTest;
import android.webkit.WebSettings;
import org.chromiu... | android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java | // Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.android_webview.test;
import android.test.suitebuilder.annotation.MediumTest;
import android.webkit.WebSettings;
import org.chromiu... | Fix testOnReceivedErrorOnInvalidUrl
The test fails if the device is behind a proxy, because the error code
is different in that case. So just do not check for a specific error
code.
BUG=438442
Review URL: https://codereview.chromium.org/767583004
Cr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#306539... | android_webview/javatests/src/org/chromium/android_webview/test/ClientOnReceivedErrorTest.java | Fix testOnReceivedErrorOnInvalidUrl | |
Java | mit | 7570724d2d0ea317a4cc5c00eca36b1cfd5a05c6 | 0 | hilios/wumpus | package wumpus;
import java.util.ArrayList;
import static wumpus.Environment.Actions.GO_FORWARD;
/**
* Represents the world environment.
*/
public class Environment {
/**
* The items that can be found at the world blocks.
*/
public enum Items {
WUMPUS, PIT, HUNTER, GOLD
}
/**
... | src/main/java/wumpus/Environment.java | package wumpus;
/**
* Represents the world environment.
*/
public class Environment {
public enum Items {
WUMPUS, PIT, HUNTER, GOLD
}
public enum Perceptions {
SCREAM, STENCH, BREEZE, GLITTER, BUMP, NOTHING, NO_ARROWS
}
public enum Actions {
GO_FORWARD, TURN_LEFT, TURN_R... | Add a score method and more icons to the environment and improve docstrings on it
| src/main/java/wumpus/Environment.java | Add a score method and more icons to the environment and improve docstrings on it | |
Java | mit | 6b286b185ba41efc33ab8558a6c43969975e6238 | 0 | arcivanov/ec2-plugin,jenkinsci/ec2-plugin,mkozell/ec2-plugin,mkozell/ec2-plugin,jenkinsci/ec2-plugin,mkozell/ec2-plugin,arcivanov/ec2-plugin,jenkinsci/ec2-plugin,mkozell/ec2-plugin,arcivanov/ec2-plugin,jenkinsci/ec2-plugin,arcivanov/ec2-plugin | /*
* The MIT License
*
* Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
*
* 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 ... | src/main/java/hudson/plugins/ec2/SlaveTemplate.java | /*
* The MIT License
*
* Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributors
*
* 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... | JENKINS-23787 EC2 not spooling up stopped nodes
(cherry picked from commit 4a69226)
| src/main/java/hudson/plugins/ec2/SlaveTemplate.java | JENKINS-23787 EC2 not spooling up stopped nodes (cherry picked from commit 4a69226) | |
Java | epl-1.0 | 4f995596e400c35c94eb0d28d9f35ff5e56fe5f0 | 0 | Iteration-3/Code,Iteration-3/Code | package model.entity;
import gameactions.GameAction;
import java.util.ArrayList;
import java.util.Collection;
import model.KeyPreferences;
import model.ability.Ability;
import model.ability.BindWounds;
import model.area.RadialArea;
import model.area.TileCoordinate;
import model.light.LightManager;
import model.light... | src/model/entity/Avatar.java | package model.entity;
import gameactions.GameAction;
import java.util.ArrayList;
import java.util.Collection;
import model.KeyPreferences;
import model.ability.Ability;
import model.ability.BindWounds;
import model.area.RadialArea;
import model.area.TileCoordinate;
import model.light.LightManager;
import model.light... | LightMap in avatar
| src/model/entity/Avatar.java | LightMap in avatar | |
Java | agpl-3.0 | f5faa3492288b97b49284e116c29720f50194560 | 0 | Heiner1/AndroidAPS,Heiner1/AndroidAPS,Heiner1/AndroidAPS,Heiner1/AndroidAPS | package info.nightscout.androidaps.plugins.pump.combo;
import android.content.Context;
import android.os.SystemClock;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.joda.time.DateTime;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.Calendar;
import java... | combo/src/main/java/info/nightscout/androidaps/plugins/pump/combo/ComboPlugin.java | package info.nightscout.androidaps.plugins.pump.combo;
import android.content.Context;
import android.os.SystemClock;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.joda.time.DateTime;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.Calendar;
import java... | Combo: fix history sync
| combo/src/main/java/info/nightscout/androidaps/plugins/pump/combo/ComboPlugin.java | Combo: fix history sync | |
Java | lgpl-2.1 | 10ad24f2d9ee89d375d03f6e756735ab8d8c4966 | 0 | gallardo/opencms-core,alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | src/org/opencms/jsp/util/CmsJspDateSeriesBean.java | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | Improved DateSeriesBean for easy access to first and last date. | src/org/opencms/jsp/util/CmsJspDateSeriesBean.java | Improved DateSeriesBean for easy access to first and last date. | |
Java | lgpl-2.1 | 26f074be3348c3c50a2beb4fbb3049a54b4dc0c4 | 0 | kylieloo/473marc4j,marc4j/marc4j,Dyrcona/marc4j,kylieloo/473marc4j,jasonzou/marc4j,Dyrcona/marc4j,jasonzou/marc4j,marc4j/marc4j,kylieloo/473marc4j | package org.marc4j.test;
import org.junit.Test;
import org.marc4j.*;
import org.marc4j.converter.impl.AnselToUnicode;
import org.marc4j.converter.impl.UnicodeToAnsel;
import org.marc4j.marc.Record;
import org.marc4j.test.utils.RecordTestingUtils;
import org.marc4j.test.utils.StaticTestRecords;
import java.io.ByteArra... | test/src/org/marc4j/test/RoundtripTest.java | package org.marc4j.test;
import org.junit.Test;
import org.marc4j.*;
import org.marc4j.converter.impl.AnselToUnicode;
import org.marc4j.converter.impl.UnicodeToAnsel;
import org.marc4j.marc.Record;
import org.marc4j.test.utils.RecordTestingUtils;
import org.marc4j.test.utils.StaticTestRecords;
import java.io.ByteArra... | Add new test to convert Unicode record to MARC8 using Numeric Character
References instead of Escape sequences to other character sets, and then
convert the record back to Unicode and make sure it is identical. | test/src/org/marc4j/test/RoundtripTest.java | Add new test to convert Unicode record to MARC8 using Numeric Character References instead of Escape sequences to other character sets, and then convert the record back to Unicode and make sure it is identical. | |
Java | lgpl-2.1 | cb6f820a294d2525abe276fe60be432f56c09c0f | 0 | fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui | package to.etc.dbreplay;
import java.io.*;
import java.text.*;
import java.util.*;
import javax.annotation.*;
import to.etc.dbpool.*;
/**
* This utility will replay a database logfile, for performance evaluation purposes.
*
* @author <a href="mailto:jal@etc.to">Frits Jalvingh</a>
* Created on Aug 31, 2011
*/
p... | to.etc.db/src/to/etc/dbreplay/DbReplay.java | package to.etc.dbreplay;
import java.io.*;
import java.text.*;
import java.util.*;
import javax.annotation.*;
import to.etc.dbpool.*;
/**
* This utility will replay a database logfile, for performance evaluation purposes.
*
* @author <a href="mailto:jal@etc.to">Frits Jalvingh</a>
* Created on Aug 31, 2011
*/
p... | Log status into separate thread | to.etc.db/src/to/etc/dbreplay/DbReplay.java | Log status into separate thread | |
Java | lgpl-2.1 | c47fe8dbcca83bb1327e08f3be7eb7ee9398a27e | 0 | samskivert/samskivert,samskivert/samskivert | //
// $Id: StreamUtil.java,v 1.1 2003/05/14 21:30:29 ray Exp $
package com.samskivert.io;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.Writer;
import java.io.Reader;
import com.samskivert.Log;
/**
* Convenience methods for streams.
*/
public class StreamUtil
... | src/java/com/samskivert/io/StreamUtil.java | //
// $Id: StreamUtil.java,v 1.1 2003/05/14 21:30:29 ray Exp $
package com.samskivert.io;
import java.io.Closeable;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import com.samskivert.Log;
/**
* Convenience methods for streams.
*/
public class StreamUtil
{
/**
* Con... | Retroweaver cannot handle converting things that use Closeable, so we must
remain backward compatible.
git-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@2095 6335cc39-0255-0410-8fd6-9bcaacd3b74c
| src/java/com/samskivert/io/StreamUtil.java | Retroweaver cannot handle converting things that use Closeable, so we must remain backward compatible. | |
Java | apache-2.0 | 57dc9d1f36ab2057fae0bac178d83a2d1272f7b8 | 0 | SibreiaDante/SiberiaDanteLib,SiberiaDante/SiberiaDanteLib | package com.siberiadante.androidutil.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.telephony.TelephonyManager;
import android.util.... | androidutil/src/main/java/com/siberiadante/androidutil/util/SDNetWorkUtil.java | package com.siberiadante.androidutil.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.telephony.TelephonyManager;
import android.util.... | Edit readme
| androidutil/src/main/java/com/siberiadante/androidutil/util/SDNetWorkUtil.java | Edit readme | |
Java | apache-2.0 | 12ad6ba96f3d398c321da496199555a8400d929d | 0 | jtklein/2016GBIFchallenge | package speciemongo.net.speciemongo.ui.activities;
import android.Manifest;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentSender;
import android.content.pm.PackageManager;
import android.location.Locatio... | app/src/main/java/speciemongo/net/speciemongo/ui/activities/SgActivityMap.java | package speciemongo.net.speciemongo.ui.activities;
import android.Manifest;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentSender;
import android.content.pm.PackageManager;
import android.location.Locatio... | Save current location to savedInstanceState
| app/src/main/java/speciemongo/net/speciemongo/ui/activities/SgActivityMap.java | Save current location to savedInstanceState | |
Java | apache-2.0 | 020a0d3d660be3352805a95f3356e3deabd1a399 | 0 | genericsystem/genericsystem2015,genericsystem/genericsystem2015,genericsystem/genericsystem2015,genericsystem/genericsystem2015,genericsystem/genericsystem2015 | package org.genericsystem.cv.retriever;
import java.lang.invoke.MethodHandles;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ThreadLocalRandom;
import java.util.function.Function;
impo... | gs-cv/src/main/java/org/genericsystem/cv/retriever/Fields.java | package org.genericsystem.cv.retriever;
import java.lang.invoke.MethodHandles;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ThreadLocalRandom;
import java.util.function.Function;
impo... | delete obsolete method not previously deleted
| gs-cv/src/main/java/org/genericsystem/cv/retriever/Fields.java | delete obsolete method not previously deleted | |
Java | apache-2.0 | 961ee6579ecc29de097178b08335f3b9042183ad | 0 | darranl/directory-shared | /*
* 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")... | ldap/extras/util/src/main/java/org/apache/directory/api/ldap/util/tree/DnNode.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")... | Updated the DnNode class to return the created node for the add(...) methods.
git-svn-id: a98780f44e7643575d86f056c30a4189ca15db44@1489066 13f79535-47bb-0310-9956-ffa450edef68
| ldap/extras/util/src/main/java/org/apache/directory/api/ldap/util/tree/DnNode.java | Updated the DnNode class to return the created node for the add(...) methods. | |
Java | apache-2.0 | 1a4846b8631a5e1ef242a6a82015ee4f4d1afff2 | 0 | vhotspur/spl-adaptation-framework,vhotspur/spl-adaptation-framework | package cz.cuni.mff.d3s.spl.test;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import cz.cuni.mff.d3s.spl.agent.Access;
import cz.cuni.mff.d3s.spl.core.data.SerieDataSource;
import cz.cuni.mff.d3s.spl.core.data.Statistics;
import cz.cuni.mff.d3s.spl.core.da... | src-test/cz/cuni/mff/d3s/spl/test/FullSerieDataSourceTest.java | package cz.cuni.mff.d3s.spl.test;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import cz.cuni.mff.d3s.spl.core.data.SerieDataSource;
import cz.cuni.mff.d3s.spl.core.data.Statistics;
import cz.cuni.mff.d3s.spl.core.data.artificial.ArtificialSerieDataSource;
public class FullSerieD... | Add missing clean-up to the test
| src-test/cz/cuni/mff/d3s/spl/test/FullSerieDataSourceTest.java | Add missing clean-up to the test | |
Java | apache-2.0 | fb8cfbdbc8c506724ac9c69ef1eff75d8cb49b59 | 0 | real-logic/Aeron,mikeb01/Aeron,mikeb01/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron | /*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java | /*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [Java] Use recording auto stop with dynamic join when fetching snapshots.
| aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java | [Java] Use recording auto stop with dynamic join when fetching snapshots. | |
Java | apache-2.0 | a937d7c0f8ccd62806df5bce92f7d95ff43ee40a | 0 | chetan/sewer,ganeshrj78/sewer,evidon/sewer,evidon/sewer,ganeshrj78/sewer,evidon/sewer,chetan/sewer,chetan/sewer,ganeshrj78/sewer | package net.pixelcop.sewer.sink.durable;
import java.io.IOException;
import java.util.Date;
import net.pixelcop.sewer.Event;
import net.pixelcop.sewer.util.HdfsUtil;
import org.apache.commons.lang3.time.FastDateFormat;
import org.apache.hadoop.fs.Path;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public... | src/main/java/net/pixelcop/sewer/sink/durable/Transaction.java | package net.pixelcop.sewer.sink.durable;
import java.io.IOException;
import java.util.Date;
import net.pixelcop.sewer.Event;
import net.pixelcop.sewer.util.HdfsUtil;
import org.apache.commons.lang3.time.FastDateFormat;
import org.apache.hadoop.fs.Path;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public... | short-circuit commit/rollback if tx already closed
| src/main/java/net/pixelcop/sewer/sink/durable/Transaction.java | short-circuit commit/rollback if tx already closed | |
Java | apache-2.0 | 43bec79029f20e39c041a13c0cff8097b0ec036f | 0 | oboehm/gdv.xport,oboehm/gdv.xport,oboehm/gdv.xport | /*
* Copyright (c) 2014 by Oli 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 agreed to ... | lib/src/main/java/gdv/xport/satz/xml/XmlService.java | /*
* Copyright (c) 2014 by Oli 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 agreed to ... | Klaus Änderungen zu XmlService eingepflegt
| lib/src/main/java/gdv/xport/satz/xml/XmlService.java | Klaus Änderungen zu XmlService eingepflegt | |
Java | apache-2.0 | ec4c9db332547ea3db5a6e78e1c05de88f0b7fd6 | 0 | ScottSpittle/MuezliPlugin | /*
Copyright 2013 Scott Spittle, James Loyd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | src/me/ScottSpittle/MuezliPlugin/MySQL.java | /*
Copyright 2013 Scott Spittle, James Loyd
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 ... | Again, redone entire class to work better, gnow gets values for database
connection straight from config... | src/me/ScottSpittle/MuezliPlugin/MySQL.java | Again, redone entire class to work better, gnow gets values for database connection straight from config... | |
Java | apache-2.0 | fda3f997567f7b48b74012215df79c901512d1ec | 0 | consulo/consulo-csharp,consulo/consulo-csharp,consulo/consulo-csharp | /*
* Copyright 2013-2014 must-be.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | csharp-psi-impl/src/org/mustbe/consulo/csharp/lang/parser/exp/ExpressionParsing.java | /*
* Copyright 2013-2014 must-be.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | fixed bug when
bool e = MyEnum.STR < MyEnum.STR;
is parsed bad
| csharp-psi-impl/src/org/mustbe/consulo/csharp/lang/parser/exp/ExpressionParsing.java | fixed bug when | |
Java | apache-2.0 | e74e036b0f1297f754f0f460fe9d8793292f4f46 | 0 | mybatis/guice,hazendaz/guice | /**
* Copyright 2009-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | src/main/java/org/mybatis/guice/MyBatisModule.java | /**
* Copyright 2009-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | correct whitespace
| src/main/java/org/mybatis/guice/MyBatisModule.java | correct whitespace | |
Java | apache-2.0 | 28696505197111a696ff08e779ad6d4b9ea2998e | 0 | SeleniumHQ/htmlunit-driver | // Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java | // Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | Fix JavaScript calling
| src/main/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.java | Fix JavaScript calling | |
Java | apache-2.0 | 5bc97c1970f9a32cbe7e66dd9370c7d2a050d006 | 0 | caskdata/cdap,caskdata/cdap,mpouttuclarke/cdap,hsaputra/cdap,mpouttuclarke/cdap,mpouttuclarke/cdap,anthcp/cdap,hsaputra/cdap,mpouttuclarke/cdap,anthcp/cdap,hsaputra/cdap,chtyim/cdap,caskdata/cdap,hsaputra/cdap,caskdata/cdap,caskdata/cdap,mpouttuclarke/cdap,anthcp/cdap,anthcp/cdap,chtyim/cdap,chtyim/cdap,chtyim/cdap,cas... | /*
* Copyright © 2014 Cask Data, 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 t... | cdap-watchdog/src/main/java/co/cask/cdap/metrics/collect/AggregatedMetricsEmitter.java | /*
* Copyright © 2014 Cask Data, 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 t... | rename MockMeasurement to Measure in AggregatedMetricsEmitter and minor fixes
| cdap-watchdog/src/main/java/co/cask/cdap/metrics/collect/AggregatedMetricsEmitter.java | rename MockMeasurement to Measure in AggregatedMetricsEmitter and minor fixes | |
Java | apache-2.0 | 9da5ad361d63b0122ecb1929c31b8f1520c71130 | 0 | d3sw/conductor,d3sw/conductor,d3sw/conductor,d3sw/conductor,d3sw/conductor,d3sw/conductor | /**
* Copyright 2016 Netflix, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... | es5-persistence/src/main/java/com/netflix/conductor/dao/es5/ElasticSearch5BaseDAO.java | /**
* Copyright 2016 Netflix, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... | ONECOND-579 - Migrate to managed AWS ElasticSearch service phase1
| es5-persistence/src/main/java/com/netflix/conductor/dao/es5/ElasticSearch5BaseDAO.java | ONECOND-579 - Migrate to managed AWS ElasticSearch service phase1 | |
Java | apache-2.0 | cccd07c00840928670fabe8e01980e4b29ac1783 | 0 | markymarkmk2/VSMServer | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.dimm.vsm.net.servlets;
import com.caucho.hessian.server.HessianServlet;
import de.dimm.vsm.net.CdpEvent;
import de.dimm.vsm.net.CdpTicket;
import de.dimm.vsm.net.ServerApiImpl;
import de.dimm.vsm.net.interfa... | src/de/dimm/vsm/net/servlets/ServerApiServlet.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.dimm.vsm.net.servlets;
import com.caucho.hessian.server.HessianServlet;
import de.dimm.vsm.net.CdpEvent;
import de.dimm.vsm.net.CdpTicket;
import de.dimm.vsm.net.ServerApiImpl;
import de.dimm.vsm.net.interfa... | Different Funcs must have different names in Hessian
| src/de/dimm/vsm/net/servlets/ServerApiServlet.java | Different Funcs must have different names in Hessian | |
Java | apache-2.0 | afa4bb292af8ca637fb424a76054a6c78f596282 | 0 | chrisblutz/TrinityLang | package com.github.chrisblutz.trinity.lang;
import com.github.chrisblutz.trinity.interpreter.Scope;
import com.github.chrisblutz.trinity.lang.errors.Errors;
import com.github.chrisblutz.trinity.lang.procedures.ProcedureAction;
import com.github.chrisblutz.trinity.lang.procedures.TYProcedure;
import com.github.chrisblu... | src/main/java/com/github/chrisblutz/trinity/lang/TYClass.java | package com.github.chrisblutz.trinity.lang;
import com.github.chrisblutz.trinity.interpreter.Scope;
import com.github.chrisblutz.trinity.lang.errors.Errors;
import com.github.chrisblutz.trinity.lang.procedures.ProcedureAction;
import com.github.chrisblutz.trinity.lang.procedures.TYProcedure;
import com.github.chrisblu... | Migrate duplicate error messages into methods
| src/main/java/com/github/chrisblutz/trinity/lang/TYClass.java | Migrate duplicate error messages into methods | |
Java | apache-2.0 | 565d36315cc7433353e911fdc34c49420870feb2 | 0 | carrotsearch/randomizedtesting,randomizedtesting/randomizedtesting,randomizedtesting/randomizedtesting,randomizedtesting/randomizedtesting,carrotsearch/randomizedtesting,carrotsearch/randomizedtesting,carrotsearch/randomizedtesting,carrotsearch/randomizedtesting,randomizedtesting/randomizedtesting,randomizedtesting/ran... | package com.carrotsearch.maven.plugins.junit4;
import static com.google.common.base.MoreObjects.*;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.StringReader;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Array... | junit4-maven-plugin/src/main/java/com/carrotsearch/maven/plugins/junit4/JUnit4Mojo.java | package com.carrotsearch.maven.plugins.junit4;
import static com.google.common.base.MoreObjects.*;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.StringReader;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Array... | Fix NPE on empty listeners.
| junit4-maven-plugin/src/main/java/com/carrotsearch/maven/plugins/junit4/JUnit4Mojo.java | Fix NPE on empty listeners. | |
Java | apache-2.0 | a8d4889484bbc4b7af0833f6378623c5be00a509 | 0 | consulo/consulo,apixandru/intellij-community,ahb0327/intellij-community,blademainer/intellij-community,Distrotech/intellij-community,fitermay/intellij-community,izonder/intellij-community,jexp/idea2,ol-loginov/intellij-community,idea4bsd/idea4bsd,asedunov/intellij-community,kool79/intellij-community,kdwink/intellij-com... | /*
* Copyright 2000-2005 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | plugins/devkit/src/build/PluginBuildConfiguration.java | /*
* Copyright 2000-2005 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | post-startup activity -> runWhenProjectIsInitialized
| plugins/devkit/src/build/PluginBuildConfiguration.java | post-startup activity -> runWhenProjectIsInitialized | |
Java | apache-2.0 | d5b7b6da232ad1401e74abbb54bb00204521205f | 0 | vedun-z/difftool | package com.github.vedunz.difftool.ui;
import com.github.vedunz.difftool.control.DiffController;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.*;
import java.awt.*;
import java.util.*;
import java.util.List;
import java.util.concurrent.ExecutionException;
i... | src/com/github/vedunz/difftool/ui/DocumentManager.java | package com.github.vedunz.difftool.ui;
import com.github.vedunz.difftool.control.DiffController;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.*;
import java.util.*;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService... | Try to keep the same AttibuteSet for insertions.
| src/com/github/vedunz/difftool/ui/DocumentManager.java | Try to keep the same AttibuteSet for insertions. | |
Java | bsd-2-clause | 2fdb4bbe7bb6564dd6eb69148c38eb8e9fee586a | 0 | pm4j/org.pm4j,pm4j/org.pm4j | package org.pm4j.core.pm.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validator;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
imp... | pm4j-core/src/main/java/org/pm4j/core/pm/impl/PmBeanBase.java | package org.pm4j.core.pm.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validator;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
imp... | PmBeanBase.Nested: Protected against mis-usage. Setting a bean is not
allowed in embedded state. | pm4j-core/src/main/java/org/pm4j/core/pm/impl/PmBeanBase.java | PmBeanBase.Nested: Protected against mis-usage. Setting a bean is not allowed in embedded state. | |
Java | bsd-3-clause | f742b87f1709e707f9d1e29ae6718cb537631900 | 0 | sidbandeira/AppGestao | package com.example.sidnei.appgestao.menu;
import java.io.Serializable;
public class Menu implements Serializable {
public String descricao;
public Menu(){
}
public Menu(String descricao){
this.descricao = descricao;
}
} | app/src/main/java/com/example/sidnei/appgestao/menu/Menu.java | package com.example.sidnei.appgestao.menu;
/**
* Created by Sidnei on 03/04/2017.
*/
public class Menu {
}
| adicionado classe menu
| app/src/main/java/com/example/sidnei/appgestao/menu/Menu.java | adicionado classe menu | |
Java | bsd-3-clause | 3b47418f4f7ee6a8c3f9eaa3bee7bc4e58eadbea | 0 | atomixnmc/jmonkeyengine,wrvangeest/jmonkeyengine,amit2103/jmonkeyengine,skapi1992/jmonkeyengine,atomixnmc/jmonkeyengine,InShadow/jmonkeyengine,olafmaas/jmonkeyengine,Georgeto/jmonkeyengine,bsmr-java/jmonkeyengine,Georgeto/jmonkeyengine,jMonkeyEngine/jmonkeyengine,InShadow/jmonkeyengine,tr0k/jmonkeyengine,phr00t/jmonkey... | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | sdk/jme3-terrain-editor/src/com/jme3/gde/terraineditor/TerrainCameraController.java | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | SDK :
- applied changes of the core to terraineditor
git-svn-id: f9411aee4f13664f2fc428a5b3e824fe43a079a3@7931 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| sdk/jme3-terrain-editor/src/com/jme3/gde/terraineditor/TerrainCameraController.java | SDK : - applied changes of the core to terraineditor | |
Java | bsd-3-clause | 179f0b479692d4f50dab465053c140fa00e15164 | 0 | cflee/voc,freakboy3742/voc,pombredanne/voc,pombredanne/voc,freakboy3742/voc,Felix5721/voc,gEt-rIgHt-jR/voc,ASP1234/voc,ASP1234/voc,Felix5721/voc,gEt-rIgHt-jR/voc,cflee/voc | package python.platform;
import android.os.Debug;
public class AndroidPlatform implements python.Platform {
private org.python.stdlib._io.TextIOWrapper _stderr;
private org.python.stdlib._io.TextIOWrapper _stdout;
private org.python.stdlib._io.TextIOWrapper _stdin;
public AndroidPlatform() {
... | python/android/python/platform/AndroidPlatform.java | package python.platform;
import android.os.Debug;
public class AndroidPlatform implements python.Platform {
private org.python.stdlib._io.TextIOWrapper _stderr;
private org.python.stdlib._io.TextIOWrapper _stdout;
private org.python.stdlib._io.TextIOWrapper _stdin;
public AndroidPlatform() {
... | Corrected type name in Android platform.
| python/android/python/platform/AndroidPlatform.java | Corrected type name in Android platform. | |
Java | mit | 5d818c835eb1654c6012606c8a21c36a5fb6111d | 0 | connorbkirk/ryde,connorbkirk/ryde,connorbkirk/ryde | Ryde/src/persistlayer/SearchPersistImpl.java | package persistlayer;
import java.sql.Connection;
import java.sql.ResultSet;
public class SearchPersistImpl{
//global variables
DbAccessImpl db = new DbAccessImpl();
Connection con = db.connect();
public ResultSet getSuggestions(String col, String searchbarContent){
ResultSet rs;
String query = ... | move to ca | Ryde/src/persistlayer/SearchPersistImpl.java | move to ca | ||
Java | mit | 9b961c3e0e99a1179c4dd93865935d64d290479d | 0 | sofiase/ReadyForAPet | package edu.chl.dat255.sofiase.readyforapet;
import java.io.IOException;
import Model.Dog;
import Model.PetMood;
import android.app.Activity;
import android.content.res.AssetFileDescriptor;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.NavUtils;
... | src/edu/chl/dat255/sofiase/readyforapet/PetActivity.java | package edu.chl.dat255.sofiase.readyforapet;
import java.io.IOException;
import Model.Dog;
import Model.PetMood;
import android.app.Activity;
import android.content.res.AssetFileDescriptor;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.NavUtils;
... | trying again with warningmessage
| src/edu/chl/dat255/sofiase/readyforapet/PetActivity.java | trying again with warningmessage | |
Java | mit | 0927ec0419a6c3246473cb00add8408c3efbffaf | 0 | lagodiuk/java-belief-propagation | package com.lahodiuk.bp.example;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import com.lahodiuk.bp.Edge;
import com.lahodiuk.bp.Node;
... | src/main/java/com/lahodiuk/bp/example/ChemicalReactionsNetwork.java | package com.lahodiuk.bp.example;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import com.lahodiuk.bp.Edge;
import com.lahodiuk.bp.Node;
... | More complicated rules about allowed interactions in ChemicalReactionsNetwork
| src/main/java/com/lahodiuk/bp/example/ChemicalReactionsNetwork.java | More complicated rules about allowed interactions in ChemicalReactionsNetwork | |
Java | mit | e4f23a29b32d7556982dbe9f3569dee656e888f0 | 0 | fargies/jenkins-valgrind-plugin,jenkinsci/tasks-plugin,jenkinsci/tasks-plugin,jenkinsci/tasks-plugin,fargies/jenkins-valgrind-plugin,amuniz/tasks-plugin,fargies/jenkins-valgrind-plugin,amuniz/tasks-plugin,amuniz/tasks-plugin | package hudson.plugins.tasks.util;
import hudson.model.AbstractBuild;
import hudson.model.ModelObject;
import hudson.plugins.tasks.util.model.AnnotationContainer;
import hudson.plugins.tasks.util.model.AnnotationProvider;
import hudson.plugins.tasks.util.model.FileAnnotation;
import hudson.plugins.tasks.util.model.Pri... | src/main/java/hudson/plugins/tasks/util/AbstractAnnotationsDetail.java | package hudson.plugins.tasks.util;
import hudson.model.AbstractBuild;
import hudson.model.ModelObject;
import hudson.plugins.tasks.util.model.AnnotationContainer;
import hudson.plugins.tasks.util.model.AnnotationProvider;
import hudson.plugins.tasks.util.model.FileAnnotation;
import hudson.plugins.tasks.util.model.Pri... | Fixed javadoc. | src/main/java/hudson/plugins/tasks/util/AbstractAnnotationsDetail.java | Fixed javadoc. | |
Java | mit | fa8b552826e89d1aeab2aa46d77a8f7aef15379b | 0 | Iterable/iterable-android-sdk,Iterable/iterable-android-sdk,Iterable/iterable-android-sdk | package com.iterable.iterableapi;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.graphics.Point;
import android.graphics.Rect;
import android.graphics.drawable.ColorDrawable;
import android.gr... | iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppFragmentHTMLNotification.java | package com.iterable.iterableapi;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.graphics.Point;
import android.graphics.Rect;
import android.graphics.drawable.ColorDrawable;
import android.gr... | revert unneeded listener remove
| iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppFragmentHTMLNotification.java | revert unneeded listener remove | |
Java | mit | 38f6405921ea177cbafebec9f55acbea7992c9b5 | 0 | mySingleLive/forest | package com.dtflys.forest.backend.okhttp3.conn;
import com.dtflys.forest.backend.ForestConnectionManager;
import com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody;
import com.dtflys.forest.config.ForestConfiguration;
import com.dtflys.forest.exceptions.ForestRuntimeException;
import com.dtflys.forest.handl... | forest-core/src/main/java/com/dtflys/forest/backend/okhttp3/conn/OkHttp3ConnectionManager.java | package com.dtflys.forest.backend.okhttp3.conn;
import com.dtflys.forest.backend.ForestConnectionManager;
import com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody;
import com.dtflys.forest.config.ForestConfiguration;
import com.dtflys.forest.exceptions.ForestRuntimeException;
import com.dtflys.forest.handl... | update: 修改单词拼写错误
| forest-core/src/main/java/com/dtflys/forest/backend/okhttp3/conn/OkHttp3ConnectionManager.java | update: 修改单词拼写错误 | |
Java | mit | a99c69bb4d4f9f5f6a30df22aee86f0559b6072d | 0 | spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror | package kawa.lang;
import gnu.mapping.*;
/**
* A Continuation "represents an entire (default) future for the computation.
* This implemementation is based on Java exceptions, and is restricted
* to "upward" (?) continuation (i.e. catch/throw-type uses).
* @author Per Bothner
*/
public class Continuation extends ... | kawa/lang/Continuation.java | package kawa.lang;
import gnu.mapping.*;
/**
* A Continuation "rerpesents an entire (default) future for the computation.
* This implemementation is based on Java exceptions, and is restricted
* to "upward" (?) continuation (i.e. catch/throw-type uses).
* @author Per Bothner
*/
public class Continuation extends ... | Fix typo in comment.
git-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@1566 5e0a886f-7f45-49c5-bc19-40643649e37f
| kawa/lang/Continuation.java | Fix typo in comment. | |
Java | mit | 9afd1bfded08c6412a1463dfa5cddb387539d67b | 0 | pintimes/lifeix-football-common | src/main/java/com/lifeix/football/common/util/ObjectReflect.java | package com.lifeix.football.common.util;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @desc 获取对象中的非空属性和值
* @author gcc
*
*/
public class Objec... | 删除objectReflect.java | src/main/java/com/lifeix/football/common/util/ObjectReflect.java | 删除objectReflect.java | ||
Java | mit | ead066f0291a8c391ad0053fff8a4d026c1a3fa8 | 0 | axelcdv/jODMRP | package test.odmrp.messaging;
import static org.junit.Assert.assertTrue;
import org.junit.BeforeClass;
import org.junit.Test;
public class PacketTest {
@BeforeClass
public static void setup() {
}
@Test
public void test() {
// fail("Not yet implemented");
assertTrue(true);
}
}
| test/test/odmrp/messaging/PacketTest.java | package test.odmrp.messaging;
import static org.junit.Assert.assertTrue;
import java.net.Inet6Address;
import java.net.UnknownHostException;
import net.odmrp.constants.Constants;
import org.junit.BeforeClass;
import org.junit.Test;
public class PacketTest {
private static Inet6Address _sourceAddress;
private s... | Emptied test for Packet class
| test/test/odmrp/messaging/PacketTest.java | Emptied test for Packet class | |
Java | mit | cccae51d2d0fd02d34f6e59f5160b610e565d27f | 0 | jurgendl/hql-builder,jurgendl/hql-builder,jurgendl/hql-builder | package org.tools.hqlbuilder.common;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.uti... | hql-builder/hql-builder-common/src/main/java/org/tools/hqlbuilder/common/EntityRelationHelper.java | package org.tools.hqlbuilder.common;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.uti... | null check
| hql-builder/hql-builder-common/src/main/java/org/tools/hqlbuilder/common/EntityRelationHelper.java | null check | |
Java | mit | 2fa0bcffa589efa92800f4d886b71199520df547 | 0 | Ordinastie/MalisisCore | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Ordinastie
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | src/main/java/net/malisis/core/renderer/font/MinecraftFont.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Ordinastie
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | Fixed underline color | src/main/java/net/malisis/core/renderer/font/MinecraftFont.java | Fixed underline color | |
Java | epl-1.0 | df281b4617984d00b135b71d1310bd3947de784d | 0 | rohitmohan96/ceylon-ide-eclipse,rohitmohan96/ceylon-ide-eclipse | package com.redhat.ceylon.eclipse.code.editor;
import static com.redhat.ceylon.eclipse.code.editor.EditorUtility.getDocument;
import static com.redhat.ceylon.eclipse.code.editor.EditorUtility.getEditorInput;
import static com.redhat.ceylon.eclipse.code.parse.CeylonSourcePositionLocator.findNode;
import static com.redh... | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/editor/CodePopup.java | package com.redhat.ceylon.eclipse.code.editor;
import static com.redhat.ceylon.eclipse.code.editor.EditorUtility.getDocument;
import static com.redhat.ceylon.eclipse.code.editor.EditorUtility.getEditorInput;
import static com.redhat.ceylon.eclipse.code.parse.CeylonSourcePositionLocator.findNode;
import static com.redh... | squash npe | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/editor/CodePopup.java | squash npe | |
Java | mpl-2.0 | f9db0dd648411a496ba1b49f5e6d8b964ef2c977 | 0 | pushmestudio/kcuc,pushmestudio/kcuc | package jp.pushmestudio.kcuc.model;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.util.List;
import org.junit.Test;
import jp.pushmestudio.kcuc.controller.KCData;
import jp.pushmestudio.kcuc.util.Result;
public class KCDataTest {
@Test
public void 特定ページを取得して... | src/test/java/jp/pushmestudio/kcuc/model/KCDataTest.java | package jp.pushmestudio.kcuc.model;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.util.List;
import org.junit.Test;
import jp.pushmestudio.kcuc.controller.KCData;
import jp.pushmestudio.kcuc.util.Result;
public class KCDataTest {
@Test
public void 特定ページを取得して... | Add test of cancel to subscribe a page refs #73 | src/test/java/jp/pushmestudio/kcuc/model/KCDataTest.java | Add test of cancel to subscribe a page refs #73 | |
Java | agpl-3.0 | 782b686ace275603ddcdeb7904a261b010ff3162 | 0 | KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver | package nl.mpi.kinnate.export;
import javax.swing.JProgressBar;
import nl.mpi.kinnate.entityindexer.EntityCollection;
/**
* Document : EntityUpload
* Created on : Jun 29, 2011, 3:00:33 PM
* Author : Peter Withers
*/
public class EntityUploader {
EntityCollection.SearchResults searchResults = null;
... | desktop/src/main/java/nl/mpi/kinnate/export/EntityUploader.java | package nl.mpi.kinnate.export;
import javax.swing.JProgressBar;
import nl.mpi.kinnate.entityindexer.EntityCollection;
/**
* Document : EntityUpload
* Created on : Jun 29, 2011, 3:00:33 PM
* Author : Peter Withers
*/
public class EntityUploader {
EntityCollection.SearchResults searchResults = null;
... | Added a UI for upload of local entities to the entity server.
| desktop/src/main/java/nl/mpi/kinnate/export/EntityUploader.java | Added a UI for upload of local entities to the entity server. | |
Java | agpl-3.0 | 56a357d176d938e009e6d835560906a7948c0f8d | 0 | mukadder/kc,jwillia/kc-old1,iu-uits-es/kc,ColostateResearchServices/kc,geothomasp/kcmit,jwillia/kc-old1,jwillia/kc-old1,ColostateResearchServices/kc,kuali/kc,geothomasp/kcmit,iu-uits-es/kc,iu-uits-es/kc,mukadder/kc,kuali/kc,ColostateResearchServices/kc,kuali/kc,UniversityOfHawaiiORS/kc,jwillia/kc-old1,UniversityOfHawai... | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by... | coeus-code/src/main/java/org/kuali/coeus/propdev/impl/krms/PropDevJavaFunctionKrmsTermServiceImpl.java | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by... | KRACOEUS-6956 : remove commented statement propdev krms
| coeus-code/src/main/java/org/kuali/coeus/propdev/impl/krms/PropDevJavaFunctionKrmsTermServiceImpl.java | KRACOEUS-6956 : remove commented statement propdev krms | |
Java | lgpl-2.1 | dacd7098787e2c5779eadd307a7da2732a97fb39 | 0 | seeburger-ag/jboss-remoting | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | src/main/java/org/jboss/remoting3/remote/RemoteConnectionProvider.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [Bug#78226] Implement TCP keepalive in jboss remoting - server socket | src/main/java/org/jboss/remoting3/remote/RemoteConnectionProvider.java | [Bug#78226] Implement TCP keepalive in jboss remoting - server socket | |
Java | lgpl-2.1 | 9af0864f4a9eb7159d84fb954555e6f3675eab0a | 0 | Cazsius/Spice-of-Life-Carrot-Edition | package com.cazsius.solcarrot.client.gui.elements;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.ScaledResolution;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.client.config.GuiUtils;
import net.minecraftforge.fml.relauncher.S... | src/main/java/com/cazsius/solcarrot/client/gui/elements/UIElement.java | package com.cazsius.solcarrot.client.gui.elements;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.ScaledResolution;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.client.config.GuiUtils;
import net.minecraftforge.fml.relauncher.S... | fixed tooltip not choosing the frontmost element
| src/main/java/com/cazsius/solcarrot/client/gui/elements/UIElement.java | fixed tooltip not choosing the frontmost element | |
Java | apache-2.0 | 6001236530ce7c337d73dc8cc098758f23b6a1ff | 0 | semonte/intellij-community,da1z/intellij-community,FHannes/intellij-community,semonte/intellij-community,semonte/intellij-community,apixandru/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,asedunov/intellij-community,allotria/intellij-community,vvv1559/intellij-community,suncycheng/... | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-impl/src/com/intellij/ide/RemoteDesktopDetector.java | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | IDEA-165002 Can't Disable Message: Remote desktop detected, Animation disabled
| platform/platform-impl/src/com/intellij/ide/RemoteDesktopDetector.java | IDEA-165002 Can't Disable Message: Remote desktop detected, Animation disabled | |
Java | apache-2.0 | ab144e268aa246a11f192a6fa56d053111e81ddb | 0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus | package io.quarkus.scheduler.runtime;
import java.time.Duration;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZonedDateTime;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.Optio... | extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java | package io.quarkus.scheduler.runtime;
import java.time.Duration;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZonedDateTime;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import java.util.Optio... | SimpleScheduler - fix CronTrigger#evaluate()
- resolves #17724 | extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java | SimpleScheduler - fix CronTrigger#evaluate() | |
Java | apache-2.0 | 446f44cf785c0902cb79b2820dd1e5927f687f0b | 0 | calvinjia/tachyon,Reidddddd/alluxio,EvilMcJerkface/alluxio,EvilMcJerkface/alluxio,calvinjia/tachyon,Alluxio/alluxio,riversand963/alluxio,maobaolong/alluxio,Reidddddd/alluxio,PasaLab/tachyon,wwjiang007/alluxio,Reidddddd/mo-alluxio,wwjiang007/alluxio,yuluo-ding/alluxio,apc999/alluxio,madanadit/alluxio,Alluxio/alluxio,Cha... | /*
* Licensed to the University of California, Berkeley 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 no... | servers/src/main/java/tachyon/worker/file/FileDataManager.java | /*
* Licensed to the University of California, Berkeley 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 no... | addressed apc999's comments
| servers/src/main/java/tachyon/worker/file/FileDataManager.java | addressed apc999's comments | |
Java | apache-2.0 | ef13424bea63e7d6f945b0c01e107eb103cbd439 | 0 | ngmpps/fjsstt-model | package at.ngmpps.fjsstt.factory;
import java.net.URI;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import at.ngmpps.fjsstt.model.MyBean;
import at.ngmpps.fjsstt.model.ProblemSet;
import at.ngmpps.fjsstt.model.SolutionSet;
public cla... | src/main/java/at/ngmpps/fjsstt/factory/ModelFactory.java | package at.ngmpps.fjsstt.factory;
import java.net.URI;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import at.ngmpps.fjsstt.model.MyBean;
import at.ngmpps.fjsstt.model.ProblemSet;
import at.ngmpps.fjsstt.model.SolutionSet;
public cla... | createSrfgProblemSet formatting of data | src/main/java/at/ngmpps/fjsstt/factory/ModelFactory.java | createSrfgProblemSet formatting of data | |
Java | apache-2.0 | 39939d4cf9f9f72dc3680e70c4f634d9bb762897 | 0 | slide-lig/TopPI,slide-lig/TopPI | package fr.liglab.lcm.io;
import fr.liglab.lcm.PLCM.PLCMCounters;
import fr.liglab.lcm.internals.FrequentsIterator;
import fr.liglab.lcm.internals.nomaps.ExplorationStep;
import fr.liglab.lcm.internals.nomaps.Selector;
import gnu.trove.iterator.TIntObjectIterator;
import gnu.trove.map.TIntIntMap;
import gnu.trove.map.... | src/main/java/fr/liglab/lcm/io/PerItemTopKCollector.java | package fr.liglab.lcm.io;
import fr.liglab.lcm.PLCM.PLCMCounters;
import fr.liglab.lcm.internals.FrequentsIterator;
import fr.liglab.lcm.internals.nomaps.ExplorationStep;
import fr.liglab.lcm.internals.nomaps.Selector;
import gnu.trove.iterator.TIntObjectIterator;
import gnu.trove.map.TIntIntMap;
import gnu.trove.map.... | improvement in case of failed pptest
| src/main/java/fr/liglab/lcm/io/PerItemTopKCollector.java | improvement in case of failed pptest | |
Java | apache-2.0 | 613692552ec4e587b704aa0e01306c2b622365a2 | 0 | lonnyj/liquibase-spatial | package liquibase.ext.spatial.datatype;
import liquibase.database.Database;
import liquibase.database.core.DerbyDatabase;
import liquibase.database.core.H2Database;
import liquibase.database.core.OracleDatabase;
import liquibase.database.core.PostgresDatabase;
import liquibase.datatype.DataTypeInfo;
import liquibase.d... | src/main/java/liquibase/ext/spatial/datatype/GeometryType.java | package liquibase.ext.spatial.datatype;
import liquibase.database.Database;
import liquibase.database.core.DerbyDatabase;
import liquibase.database.core.H2Database;
import liquibase.database.core.OracleDatabase;
import liquibase.database.core.PostgresDatabase;
import liquibase.datatype.DataTypeInfo;
import liquibase.d... | Removed a TODO and recommended using modifySql. | src/main/java/liquibase/ext/spatial/datatype/GeometryType.java | Removed a TODO and recommended using modifySql. | |
Java | apache-2.0 | 7a6aade32cac5dff45c1404052a9a027d46ee3b7 | 0 | wikimedia/apps-android-wikipedia,wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia,dbrant/apps-android-wikipedia,dbrant/apps-android-wikipedia,dbrant/apps-android-wikipedia,wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia,wikimedia/apps-android-wikipedia | package org.wikipedia.settings;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.support.v7.preference.Preference;
import android.support.v7.preference.PreferenceFragmentCompat;
import android.sup... | app/src/main/java/org/wikipedia/settings/SettingsPreferenceLoader.java | package org.wikipedia.settings;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.support.v7.preference.Preference;
import android.support.v7.preference.PreferenceFragmentCompat;
import android.sup... | Remove the "Experimental" preferences subtitle
Bug: T197233
Change-Id: I9d650ce58add3cc924b0d95da3ae1bbea3b2e2c8
| app/src/main/java/org/wikipedia/settings/SettingsPreferenceLoader.java | Remove the "Experimental" preferences subtitle | |
Java | apache-2.0 | 05cca9151b0e2cebb9b0f49ac828bde9a96c1fd1 | 0 | alexgfh/Comput301Project,CMPUT301W14T02/Comput301Project,alexgfh/Comput301Project | package ca.ualberta.cs.cmput301t02project.test;
import java.util.ArrayList;
import ca.ualberta.cs.cmput301t02project.activity.CreateCommentActivity;
import ca.ualberta.cs.cmput301t02project.activity.MainMenuActivity;
import ca.ualberta.cs.cmput301t02project.model.CommentModel;
import ca.ualberta.cs.cmput301t02project... | ProjectP4JUnitTests/src/ca/ualberta/cs/cmput301t02project/test/CreateCommentActivityTest.java | package ca.ualberta.cs.cmput301t02project.test;
import java.util.ArrayList;
import ca.ualberta.cs.cmput301t02project.activity.CreateCommentActivity;
import ca.ualberta.cs.cmput301t02project.activity.MainMenuActivity;
import ca.ualberta.cs.cmput301t02project.model.CommentModel;
import ca.ualberta.cs.cmput301t02project... | more tests! woo :D
| ProjectP4JUnitTests/src/ca/ualberta/cs/cmput301t02project/test/CreateCommentActivityTest.java | more tests! woo :D | |
Java | apache-2.0 | a4c88b073c81e5c2b6b614e98cfa6fc9cd91a2f4 | 0 | BlurEngine/Blur,BlurEngine/Blur | /*
* Copyright 2016 Ali Moghnieh
*
* 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... | src/main/java/com/blurengine/blur/modules/extents/CylinderExtent.java | /*
* Copyright 2016 Ali Moghnieh
*
* 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... | Make CylinderExtent finite.
| src/main/java/com/blurengine/blur/modules/extents/CylinderExtent.java | Make CylinderExtent finite. | |
Java | apache-2.0 | ec70cb051fa6b9bf1e3014881a76e93caa4df7d1 | 0 | apache/santuario-java,apache/santuario-java,apache/santuario-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 m... | src/test/java/javax/xml/crypto/test/dsig/EnvelopingSignatureTest.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 m... | Validate the generated signatures.
git-svn-id: ee17208af0df0552975824e4840d757fdb463ab9@1854106 13f79535-47bb-0310-9956-ffa450edef68
| src/test/java/javax/xml/crypto/test/dsig/EnvelopingSignatureTest.java | Validate the generated signatures. | |
Java | apache-2.0 | 6ac89111fcbb431782b88a285ef54b3c7d9a91a6 | 0 | mohanaraosv/commons-pool,mohanaraosv/commons-pool,mohanaraosv/commons-pool | /*
* 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/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.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 ... | Moved test case up in the file.
git-svn-id: a66ef3f0e6c00b14098e182847b4bd646263fa09@778479 13f79535-47bb-0310-9956-ffa450edef68
| src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java | Moved test case up in the file. | |
Java | apache-2.0 | bebdf4b2c3e4638cfb96913f8ed459f0b306e7f8 | 0 | hcoles/pitest,hcoles/pitest | /*
* Copyright 2015 Urs Metz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... | pitest/src/main/java/org/pitest/mutationtest/engine/gregor/mutators/NakedReceiverMutator.java | /*
* Copyright 2015 Urs Metz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... | Only mutate code when id matches current mutation point
| pitest/src/main/java/org/pitest/mutationtest/engine/gregor/mutators/NakedReceiverMutator.java | Only mutate code when id matches current mutation point | |
Java | apache-2.0 | 782aa98f449837efed83b05696c65bd1c9a85a6c | 0 | IOT-DSA/dslink-java-android,IOT-DSA/dslink-java-android | package com.dglogik.mobile;
import com.dglogik.api.server.AbstractTunnelClient;
import com.koushikdutta.async.ByteBufferList;
import com.koushikdutta.async.DataEmitter;
import com.koushikdutta.async.callback.CompletedCallback;
import com.koushikdutta.async.callback.DataCallback;
import com.koushikdutta.async.future.Fu... | mobile/src/main/java/com/dglogik/mobile/AndroidTunnelClient.java | package com.dglogik.mobile;
import com.dglogik.api.server.AbstractTunnelClient;
import com.koushikdutta.async.ByteBufferList;
import com.koushikdutta.async.DataEmitter;
import com.koushikdutta.async.callback.CompletedCallback;
import com.koushikdutta.async.callback.DataCallback;
import com.koushikdutta.async.future.Fu... | Enable Stuff
| mobile/src/main/java/com/dglogik/mobile/AndroidTunnelClient.java | Enable Stuff | |
Java | apache-2.0 | 73200531fc5e8f5a076d05e02fc2fcc586d6602a | 0 | dbeaver/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,Sargul/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
*
* 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/LICE... | plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/impl/jdbc/data/JDBCCollection.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2020 DBeaver Corp and others
*
* 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/LICE... | #8845 Array create - use fully qualified type name
Former-commit-id: 9a5b8c358cfeecc3baa7325b9d0b846670cf89e8 | plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/impl/jdbc/data/JDBCCollection.java | #8845 Array create - use fully qualified type name | |
Java | apache-2.0 | bf45f3481774d6b0c029fbab352124b1e450dde6 | 0 | greg-dove/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,adufilie/flex-falcon | /*
*
* 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"); ... | compiler.tests/unit-tests/org/apache/flex/compiler/internal/tree/mxml/MXMLXMLListNodeTests.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"); ... | Falcon: Added one nontrivial test for parsing <XMLList> tag.
git-svn-id: f5938b2ec2b0aa62aa8bbea1bd7305853b502ab9@1405181 13f79535-47bb-0310-9956-ffa450edef68
| compiler.tests/unit-tests/org/apache/flex/compiler/internal/tree/mxml/MXMLXMLListNodeTests.java | Falcon: Added one nontrivial test for parsing <XMLList> tag. | |
Java | apache-2.0 | 5cae0b8c6f81280b3a5bc26a023067986c36e7c9 | 0 | andytrigg/eventuate | package com.sloshydog.eventuate.inmemory;
import com.sloshydog.eventuate.api.Event;
import com.sloshydog.eventuate.api.EventSpecification;
import com.sloshydog.eventuate.api.EventStore;
import com.sloshydog.eventuate.api.EventStream;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
publi... | src/main/java/com/sloshydog/eventuate/inmemory/InMemoryEventStore.java | package com.sloshydog.eventuate.inmemory;
import com.sloshydog.eventuate.api.Event;
import com.sloshydog.eventuate.api.EventSpecification;
import com.sloshydog.eventuate.api.EventStore;
import com.sloshydog.eventuate.api.EventStream;
public class InMemoryEventStore implements EventStore {
@Override
public vo... | Implement the in memory event store so unit test passes.
| src/main/java/com/sloshydog/eventuate/inmemory/InMemoryEventStore.java | Implement the in memory event store so unit test passes. | |
Java | apache-2.0 | 9749a8ebdf7d6f5bb833fab3660829e2e4cde750 | 0 | jagguli/intellij-community,robovm/robovm-studio,ftomassetti/intellij-community,da1z/intellij-community,lucafavatella/intellij-community,lucafavatella/intellij-community,akosyakov/intellij-community,izonder/intellij-community,supersven/intellij-community,petteyg/intellij-community,petteyg/intellij-community,caot/intelli... | /*
* Copyright 2000-2007 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java | /*
* Copyright 2000-2007 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | setters are builder pattern fans here
| platform-api/src/com/intellij/openapi/ui/popup/PopupChooserBuilder.java | setters are builder pattern fans here | |
Java | apache-2.0 | 968989e082407aef2ccea833b91183d64b4083b4 | 0 | speedy01/Openfire,igniterealtime/Openfire,igniterealtime/Openfire,guusdk/Openfire,GregDThomas/Openfire,GregDThomas/Openfire,guusdk/Openfire,akrherz/Openfire,akrherz/Openfire,speedy01/Openfire,guusdk/Openfire,Gugli/Openfire,igniterealtime/Openfire,GregDThomas/Openfire,akrherz/Openfire,igniterealtime/Openfire,guusdk/Open... | package org.jivesoftware.util.cert;
import org.bouncycastle.asn1.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.security.cert.CertificateParsingException;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections... | src/java/org/jivesoftware/util/cert/SANCertificateIdentityMapping.java | package org.jivesoftware.util.cert;
import org.bouncycastle.asn1.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.security.cert.CertificateParsingException;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections... | Make it easier to subclass SANCertificateIdentityMapping
This allows a sub-class to support additional OID values in the
certificate by overriding a single method.
| src/java/org/jivesoftware/util/cert/SANCertificateIdentityMapping.java | Make it easier to subclass SANCertificateIdentityMapping | |
Java | apache-2.0 | 5dafa4ff6c31bce28168614919df0be2e89a0b13 | 0 | Valkryst/VNameGenerator | package com.valkryst.generator;
import lombok.NonNull;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
public final class CombinatorialGenerator extends NameGenerator {
/** The name-beginnings. */
private final String[] beginnings;
/** The name-middles.... | src/com/valkryst/generator/CombinatorialGenerator.java | package com.valkryst.generator;
import lombok.NonNull;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
public final class CombinatorialGenerator extends NameGenerator {
/** The name-beginnings. */
private final String[] beginnings;
/** The name-middles.... | Sets beginnings/endings params to final.
| src/com/valkryst/generator/CombinatorialGenerator.java | Sets beginnings/endings params to final. | |
Java | apache-2.0 | 1552d093786156ccb43eb488a120fb854021f986 | 0 | gnodet/camel,davidkarlsen/camel,w4tson/camel,sverkera/camel,nboukhed/camel,nicolaferraro/camel,tkopczynski/camel,tdiesler/camel,NickCis/camel,bgaudaen/camel,acartapanis/camel,onders86/camel,RohanHart/camel,christophd/camel,tadayosi/camel,punkhorn/camel-upstream,pax95/camel,zregvart/camel,pax95/camel,bgaudaen/camel,ades... | /**
* 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... | components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbTailingProcess.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | CAMEL-9826: used CountDownLatch to wait for stop
| components/camel-mongodb/src/main/java/org/apache/camel/component/mongodb/MongoDbTailingProcess.java | CAMEL-9826: used CountDownLatch to wait for stop | |
Java | apache-2.0 | 346ef5aee7cb60eaf77a067617eddb478cf34f4b | 0 | arangodb/arangodb-java-driver,arangodb/arangodb-java-driver | /*
* DISCLAIMER
*
* Copyright 2016 ArangoDB GmbH, Cologne, Germany
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*... | src/test/java/com/arangodb/ArangoDBTest.java | /*
* DISCLAIMER
*
* Copyright 2016 ArangoDB GmbH, Cologne, Germany
*
* 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
*
*... | fixed test | src/test/java/com/arangodb/ArangoDBTest.java | fixed test | |
Java | mit | 332a1958dc60a922932b468732585139cb47b25a | 0 | waynecorbett/z,Arifsetiadi/zombie-run,mroshow/zombie-run,Arifsetiadi/zombie-run,mroshow/zombie-run,mroshow/zombie-run,yucemahmut/zombie-run,malizadehq/zombie-run,malizadehq/zombie-run,yucemahmut/zombie-run,yucemahmut/zombie-run,malizadehq/zombie-run,yucemahmut/zombie-run,Arifsetiadi/zombie-run,tropikhajma/zombie-run,wa... | package net.peterd.zombierun.activity;
import java.util.concurrent.atomic.AtomicReference;
import com.google.android.maps.GeoPoint;
import com.google.android.maps.MapView;
import com.google.android.maps.Overlay;
import net.peterd.zombierun.R;
import net.peterd.zombierun.constants.Constants.GAME_MENU_OPTION;
import n... | ZombieRun/src/net/peterd/zombierun/activity/StartGame.java | package net.peterd.zombierun.activity;
import java.util.concurrent.atomic.AtomicReference;
import com.google.android.maps.GeoPoint;
import com.google.android.maps.MapView;
import com.google.android.maps.Overlay;
import net.peterd.zombierun.R;
import net.peterd.zombierun.constants.Constants.GAME_MENU_OPTION;
import n... | Fix a NPE in the StartGame activity | ZombieRun/src/net/peterd/zombierun/activity/StartGame.java | Fix a NPE in the StartGame activity | |
Java | mit | 37c7437f57e69a6e8114d7242f5ed005b1c78d62 | 0 | tedliang/osworkflow,tedliang/osworkflow,tedliang/osworkflow,tedliang/osworkflow | package com.opensymphony.workflow.designer.swing;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import javax.swing.JPanel;
import javax.swing.JTextField;
import com.jgoodies.forms.builder.PanelBuilder;
import com.jgoodies.forms.layout.CellConstraints;
import com.jgo... | src/designer/com/opensymphony/workflow/designer/swing/MapPanel.java | package com.opensymphony.workflow.designer.swing;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import javax.swing.JPanel;
import javax.swing.JTextField;
import com.jgoodies.forms.builder.PanelBuilder;
import com.jgoodies.forms.layout.CellConstraints;
im... | Remove dep on TextUtils
| src/designer/com/opensymphony/workflow/designer/swing/MapPanel.java | Remove dep on TextUtils | |
Java | mit | 4a593faa22fc7b6eb1727536184e45129ff10ca8 | 0 | popkit/pelpa,popkit/pelpa,popkit/pelpa | package org.popkit.leap.elpa.utils;
import org.apache.commons.lang3.StringUtils;
import org.popkit.core.logger.LeapLogger;
import org.popkit.leap.elpa.entity.RecipeDo;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/**
* Created by Aborn Jiang
* Mail abor... | pelpa-web/src/main/java/org/popkit/leap/elpa/utils/RecipeParser.java | package org.popkit.leap.elpa.utils;
import org.apache.commons.lang3.StringUtils;
import org.popkit.core.logger.LeapLogger;
import org.popkit.leap.elpa.entity.RecipeDo;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/**
* Created by Aborn Jiang
* Mail abor... | optimus
| pelpa-web/src/main/java/org/popkit/leap/elpa/utils/RecipeParser.java | optimus | |
Java | mit | 4a1489ae9cde5863a10226a4f92a8b4f5c21d156 | 0 | uniba-dsg/prope,uniba-dsg/prope,uniba-dsg/prope | package pete.metrics.adaptability.elements;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
class GatewayElements {
private final Collection<AdaptableElement> elements;
public GatewayElements() {
elements =... | src/main/java/pete/metrics/adaptability/elements/GatewayElements.java | package pete.metrics.adaptability.elements;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
class GatewayElements {
private final Collection<AdaptableElement> elements;
public GatewayElements() {
elements =... | Add tests for parallel eventBasedGateway
Former-commit-id: 88c343608e585191375d5f9a36621867b9f22cb7 | src/main/java/pete/metrics/adaptability/elements/GatewayElements.java | Add tests for parallel eventBasedGateway | |
Java | mit | 35e47631a2466c763dbe2a2322453d44de8608e5 | 0 | DaedalusGame/BetterWithAddons | package betterwithaddons.tileentity;
import betterwithaddons.crafting.manager.CraftingManagerTatara;
import betterwithaddons.crafting.recipes.SmeltingRecipe;
import betterwithaddons.item.ModItems;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Bloc... | src/main/java/betterwithaddons/tileentity/TileEntityTatara.java | package betterwithaddons.tileentity;
import betterwithaddons.crafting.manager.CraftingManagerTatara;
import betterwithaddons.crafting.recipes.SmeltingRecipe;
import betterwithaddons.item.ModItems;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Bloc... | - Fixes Tatara only needing 2 Stone Bricks. 200 IQ. Closes #134
| src/main/java/betterwithaddons/tileentity/TileEntityTatara.java | - Fixes Tatara only needing 2 Stone Bricks. 200 IQ. Closes #134 | |
Java | mit | 65f94519568c69a9b21690dd929cf8502d4598c7 | 0 | sikuli/sikuli-slides,sikuli/sikuli-slides,sikuli/sikuli-slides | /**
Khalid
*/
package org.sikuli.slides.uis;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.O... | src/main/java/org/sikuli/slides/uis/MainCommandLine.java | /**
Khalid
*/
package org.sikuli.slides.uis;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.O... | fix command line help
| src/main/java/org/sikuli/slides/uis/MainCommandLine.java | fix command line help | |
Java | cc0-1.0 | 81da41057d1c6a5ce011b2470b64ea295bef0b48 | 0 | vinnybod/CSE360-IPIMS,vinnybod/CSE360-IPIMS,daniel-dsouza/CSE360,daniel-dsouza/CSE360 | package org.teamone.client.lab;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMappin... | app/src/main/java/org/teamone/client/lab/LabTestController.java | package org.teamone.client.lab;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMappin... | labtest doesn't do stuff
| app/src/main/java/org/teamone/client/lab/LabTestController.java | labtest doesn't do stuff | |
Java | epl-1.0 | c0172e272f68bb01a98b6a7f2e54c4a16cc488e1 | 0 | css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESS... | package org.csstudio.config.ioconfig.model.hibernate;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.Set;
import javax.annotation.CheckForNull;
import javax.annotation.Nonnull;
import jav... | applications/plugins/org.csstudio.config.ioconfig.model/src/java/org/csstudio/config/ioconfig/model/hibernate/HibernateRepository.java | package org.csstudio.config.ioconfig.model.hibernate;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.Set;
import javax.annotation.CheckForNull;
import javax.annotation.Nonnull;
import jav... | o.c.config.ioconfig: change load statement
| applications/plugins/org.csstudio.config.ioconfig.model/src/java/org/csstudio/config/ioconfig/model/hibernate/HibernateRepository.java | o.c.config.ioconfig: change load statement | |
Java | agpl-3.0 | cecc49357f98dc4e9daf71fa14cf4adc79903b37 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 338dd044-2e60-11e5-9284-b827eb9e62be | hello.java | 33886474-2e60-11e5-9284-b827eb9e62be | 338dd044-2e60-11e5-9284-b827eb9e62be | hello.java | 338dd044-2e60-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | f7aea4a8664e683fc0fe6592bf3c06884756852d | 0 | Skelril/Aurora | /*
* Copyright (c) 2014 Wyatt Childers.
*
* All Rights Reserved
*/
package com.skelril.aurora.city.engine;
import com.sk89q.commandbook.CommandBook;
import com.sk89q.worldedit.blocks.BlockType;
import com.sk89q.worldedit.blocks.ItemID;
import com.skelril.aurora.admin.AdminComponent;
import com.skelril.aurora.admi... | src/main/java/com/skelril/aurora/city/engine/ApocalypseComponent.java | /*
* Copyright (c) 2014 Wyatt Childers.
*
* All Rights Reserved
*/
package com.skelril.aurora.city.engine;
import com.sk89q.commandbook.CommandBook;
import com.sk89q.worldedit.blocks.BlockType;
import com.sk89q.worldedit.blocks.ItemID;
import com.skelril.aurora.admin.AdminComponent;
import com.skelril.aurora.admi... | Make lightning strikes turn off flight
| src/main/java/com/skelril/aurora/city/engine/ApocalypseComponent.java | Make lightning strikes turn off flight | |
Java | lgpl-2.1 | aa59cfdaece0f740426f246be396cfa26c925e88 | 0 | tgvaughan/beast2,CompEvol/beast2,Anaphory/beast2,CompEvol/beast2,tgvaughan/beast2,tgvaughan/beast2,Anaphory/beast2,CompEvol/beast2,CompEvol/beast2,tgvaughan/beast2,Anaphory/beast2,Anaphory/beast2 | package beast.app.beauti;
import beast.core.Description;
import beast.util.AddOnManager;
import beast.util.Package;
import javax.swing.*;
import javax.swing.event.TableModelEvent;
import javax.swing.table.AbstractTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
i... | src/beast/app/beauti/JPackageDialog.java | package beast.app.beauti;
import beast.core.Description;
import beast.util.AddOnManager;
import beast.util.Package;
import javax.swing.*;
import javax.swing.event.TableModelEvent;
import javax.swing.table.AbstractTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
i... | issue #128 prevent createTable lock-up due to call of synchronised methods
| src/beast/app/beauti/JPackageDialog.java | issue #128 prevent createTable lock-up due to call of synchronised methods | |
Java | lgpl-2.1 | 1299f80e6737489e5ffdade79dfcfabeef177854 | 0 | neoedmund/jediterm,neoedmund/jediterm | package com.jediterm.terminal.ui;
import com.google.common.base.Ascii;
import com.google.common.base.Predicate;
import com.google.common.base.Supplier;
import com.google.common.collect.Lists;
import com.jediterm.terminal.*;
import com.jediterm.terminal.TextStyle.Option;
import com.jediterm.terminal.display.*;
import c... | src-terminal/com/jediterm/terminal/ui/TerminalPanel.java | package com.jediterm.terminal.ui;
import com.google.common.base.Ascii;
import com.google.common.base.Predicate;
import com.google.common.base.Supplier;
import com.google.common.collect.Lists;
import com.jediterm.terminal.*;
import com.jediterm.terminal.TextStyle.Option;
import com.jediterm.terminal.display.*;
import c... | Fix selection draw on a scrolled screen.
| src-terminal/com/jediterm/terminal/ui/TerminalPanel.java | Fix selection draw on a scrolled screen. | |
Java | unlicense | b1dd269a923fb4f2c96dfcd35b15672ed9492b2b | 0 | Nathan-Fenner/AdamBots-2014-FRC-Programming | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.wpi.first.wpilibj.templates;
/**
*
* @author Nathan
*/
public class RobotTeleop {
private static int cap_mode = 0;
p... | FRC-2014/src/edu/wpi/first/wpilibj/templates/RobotTeleop.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.wpi.first.wpilibj.templates;
/**
*
* @author Nathan
*/
public class RobotTeleop {
private static int cap_mode = 0;
p... | Added ability to set limit mode in RobotTeleop
(This will be for testing purposes only)
| FRC-2014/src/edu/wpi/first/wpilibj/templates/RobotTeleop.java | Added ability to set limit mode in RobotTeleop | |
Java | apache-2.0 | 7d293692f328b9c8b560cba7040109c933e1b74d | 0 | tillrohrmann/flink,zimmermatt/flink,greghogan/flink,xccui/flink,kaibozhou/flink,ueshin/apache-flink,fhueske/flink,jinglining/flink,shaoxuan-wang/flink,zjureel/flink,StephanEwen/incubator-flink,bowenli86/flink,zjureel/flink,StephanEwen/incubator-flink,darionyaphet/flink,aljoscha/flink,ueshin/apache-flink,bowenli86/flink... | /*
* 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 ... | flink-yarn/src/test/java/org/apache/flink/yarn/UtilsTest.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 ... | [FLINK-7773] [tests] Move all mocking before testing code in UtilsTest to avoid unfinished stubbing
Move all mocking code before the actual testing code in UtilsTest#testYarnFlinkResourceManagerJobManagerLostLeadership.
Hopefully, this will fix the unfinished stubbing exception which still occurs spuriously.
This clo... | flink-yarn/src/test/java/org/apache/flink/yarn/UtilsTest.java | [FLINK-7773] [tests] Move all mocking before testing code in UtilsTest to avoid unfinished stubbing | |
Java | apache-2.0 | 03f8fdfef90b7fc95a36a91e7314dd374eb1a85d | 0 | tombujok/hazelcast,juanavelez/hazelcast,Donnerbart/hazelcast,mdogan/hazelcast,dsukhoroslov/hazelcast,lmjacksoniii/hazelcast,tufangorel/hazelcast,tkountis/hazelcast,mesutcelik/hazelcast,emre-aydin/hazelcast,mdogan/hazelcast,Donnerbart/hazelcast,dbrimley/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,tkountis/hazelc... | /*
* Copyright (c) 2007-2008, Hazel Ltd. 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 requi... | hazelcast-client/src/main/java/com/hazelcast/client/Serializer.java | /*
* Copyright (c) 2007-2008, Hazel Ltd. 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 requi... | fixed the class name compatibilities between client and server
git-svn-id: 505f71283407c412190d59965c6d67c623df2891@567 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07
| hazelcast-client/src/main/java/com/hazelcast/client/Serializer.java | fixed the class name compatibilities between client and server | |
Java | apache-2.0 | 06496b9beac1ace32b1b975ff657084759db7fe2 | 0 | neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm | /*
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number ... | src/main/java/org/neo4j/ogm/session/response/JsonResponse.java | /*
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number ... | DATAGRAPH-717 - Performance improvements: decoupled ResponseHandler from HttpClient to make perf tests easier to write
| src/main/java/org/neo4j/ogm/session/response/JsonResponse.java | DATAGRAPH-717 - Performance improvements: decoupled ResponseHandler from HttpClient to make perf tests easier to write | |
Java | apache-2.0 | 201e2f025efde46e61ef02420c3bd76f065d5d78 | 0 | googleapis/java-bigtable-hbase,googleapis/java-bigtable-hbase,kevinsi4508/cloud-bigtable-client,kevinsi4508/cloud-bigtable-client,sduskis/cloud-bigtable-client,sduskis/cloud-bigtable-client,googleapis/java-bigtable-hbase | /*
* Copyright 2015 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 applica... | bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/metrics/BigtableClientMetrics.java | /*
* Copyright 2015 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 applica... | Fixing a NullPointer in BigtableClientMetrics. (#1092)
| bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/metrics/BigtableClientMetrics.java | Fixing a NullPointer in BigtableClientMetrics. (#1092) | |
Java | apache-2.0 | d810ba2e8cec6280cd86d15ed53f73e8366dd20b | 0 | ingorichtsmeier/camunda-bpm-platform,langfr/camunda-bpm-platform,ingorichtsmeier/camunda-bpm-platform,camunda/camunda-bpm-platform,langfr/camunda-bpm-platform,langfr/camunda-bpm-platform,camunda/camunda-bpm-platform,camunda/camunda-bpm-platform,camunda/camunda-bpm-platform,ingorichtsmeier/camunda-bpm-platform,ingoricht... | /*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2... | engine-rest/engine-rest-openapi-generator/src/main/java/org/camunda/bpm/engine/rest/openapi/generator/impl/TemplateParser.java | /*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2... | chore(rest-openapi): order the HTTP methods in the endpoint
Related to CAM-11376
| engine-rest/engine-rest-openapi-generator/src/main/java/org/camunda/bpm/engine/rest/openapi/generator/impl/TemplateParser.java | chore(rest-openapi): order the HTTP methods in the endpoint | |
Java | apache-2.0 | d448fd50041261dba8e8736866b0dc7f1e8d0553 | 0 | hasinitg/airavata,apache/airavata,anujbhan/airavata,jjj117/airavata,jjj117/airavata,hasinitg/airavata,anujbhan/airavata,anujbhan/airavata,machristie/airavata,gouravshenoy/airavata,jjj117/airavata,gouravshenoy/airavata,apache/airavata,machristie/airavata,apache/airavata,machristie/airavata,dogless/airavata,apache/airava... | /*
*
* 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"); y... | modules/registry/airavata-jpa-registry/src/main/java/org/apache/airavata/persistance/registry/jpa/impl/ExperimentRegistry.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"); y... | empty experiment object set
| modules/registry/airavata-jpa-registry/src/main/java/org/apache/airavata/persistance/registry/jpa/impl/ExperimentRegistry.java | empty experiment object set | |
Java | apache-2.0 | d398b43f8ff9a35c8e905bc796aaa8d8c5c3c819 | 0 | renweibo/carbon-commons,udani969/carbon-commons,renweibo/carbon-commons,supunmalinga/carbon-commons,Gothami/carbon-commons,madurangasiriwardena/carbon-commons,Nipuni/carbon-commons,chanakaudaya/carbon-commons,wattale/carbon-commons,shazni/carbon-commons,tharindu1st/carbon-commons,wso2/carbon-commons,thusithathilina/car... | /*
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | components/ndatasource/org.wso2.carbon.ndatasource.datasources/src/main/java/org/wso2/carbon/ndatasource/datasources/LocalXADataSource.java | /*
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | Refactoring and cleanup in ndatasources/LocalXADataSource
| components/ndatasource/org.wso2.carbon.ndatasource.datasources/src/main/java/org/wso2/carbon/ndatasource/datasources/LocalXADataSource.java | Refactoring and cleanup in ndatasources/LocalXADataSource | |
Java | apache-2.0 | d592b1b0f77cf706e882b1b8e0162dee28165fb2 | 0 | sbt/ivy,sbt/ivy | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.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... | Move sbt #1750 fix behind a flag.
| src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java | Move sbt #1750 fix behind a flag. | |
Java | apache-2.0 | 038661d6ba05c6ea65566500f1698591d54ab6be | 0 | renato/bopepo,leandromarcolin/bopepo,braully/bopepo,NeoGridBR/bopepo,braully/bopepo,braully/bopepo,jrimum/bopepo | /*
* Copyright 2008 JRimum Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
* applicable law or agreed to in ... | src/main/java/org/jrimum/bopepo/BancosSuportados.java | /*
* Copyright 2008 JRimum Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
* applicable law or agreed to in ... | #39
* Adição aos bancos suportados
| src/main/java/org/jrimum/bopepo/BancosSuportados.java | #39 * Adição aos bancos suportados | |
Java | apache-2.0 | 108a7a812404313b7b9f8daa154e657e49e0aae6 | 0 | androidx/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,aosp-mirror/platform_fra... | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | design/src/android/support/design/widget/AppBarLayout.java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Make snap with enterAlways|enterAlwaysCollapsed
Currently snap only works with exitUntilCollapsed,
this CL fixes it so that it also works with
enterAlways|enterAlwaysCollapsed.
BUG: 28225689
Change-Id: I0bdea0f0cdfebaaedf879937510b8d03f7ea5a3e
| design/src/android/support/design/widget/AppBarLayout.java | Make snap with enterAlways|enterAlwaysCollapsed | |
Java | apache-2.0 | 3cbdbc6f03693dd57c09b2ac37e3a67c45db8bed | 0 | jesuino/droolsjbpm-integration,muff1nman/droolsjbpm-integration,winklerm/droolsjbpm-integration,baldimir/droolsjbpm-integration,murador/droolsjbpm-integration,BeatCoding/droolsjbpm-integration,mrietveld/droolsjbpm-integration,ge0ffrey/droolsjbpm-integration,mrietveld/droolsjbpm-integration,baldimir/droolsjbpm-integrati... | package org.jbpm.simulation;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.jbpm.simulation.converter.J... | src/test/java/org/jbpm/simulation/PathFinderTest.java | package org.jbpm.simulation;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.jbpm.simulation.converter.J... | fixed path finder tests caused by changed node ids
| src/test/java/org/jbpm/simulation/PathFinderTest.java | fixed path finder tests caused by changed node ids |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.