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 | 20955c9514a332c84f5cdfaa24bca3b2cf71d330 | 0 | XHidamariSketchX/xmemcached,mbrukman/xmemcached,mbrukman/xmemcached,XHidamariSketchX/xmemcached,bmahe/xmemcached,killme2008/xmemcached,killme2008/xmemcached,springning/xmemcached,fengshao0907/xmemcached,springning/xmemcached,fengshao0907/xmemcached,bmahe/xmemcached | /**
*Copyright [2009-2010] [dennis zhuang(killme2008@gmail.com)]
*Licensed under the Apache License, Version 2.0 (the "License");
*you may not use this file except in compliance with the License.
*You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*Unless requir... | src/main/java/net/rubyeye/xmemcached/utils/ByteUtils.java | /**
*Copyright [2009-2010] [dennis zhuang(killme2008@gmail.com)]
*Licensed under the Apache License, Version 2.0 (the "License");
*you may not use this file except in compliance with the License.
*You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*Unless requir... | Limit key length in 250 both in text and binary protocol
| src/main/java/net/rubyeye/xmemcached/utils/ByteUtils.java | Limit key length in 250 both in text and binary protocol | |
Java | apache-2.0 | e7c1ce8662466deb6f722f3df27a597c46a19590 | 0 | yukuku/androidbible,yukuku/androidbible,infojulio/androidbible,infojulio/androidbible,yukuku/androidbible,yukuku/androidbible,yukuku/androidbible,yukuku/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,yukuku/androidbi... | package yuku.alkitab.base;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Build;
import android.preference.PreferenceManager;
import android.support.multidex.MultiDex;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import android.view.View... | Alkitab/src/main/java/yuku/alkitab/base/App.java | package yuku.alkitab.base;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Build;
import android.preference.PreferenceManager;
import android.support.multidex.MultiDex;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import android.view.View... | Add user-agent header to all http requests for debugging
| Alkitab/src/main/java/yuku/alkitab/base/App.java | Add user-agent header to all http requests for debugging | |
Java | apache-2.0 | 7fdede154172bc5da00090f65bc2bd67736e466f | 0 | ffafara/gocd,ffafara/gocd,ffafara/gocd,ffafara/gocd,ffafara/gocd | /*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, 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... | server/src/com/thoughtworks/go/server/domain/xml/StageXmlViewModel.java | /*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, 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... | Modified StageXmlViewModel to expose duration property via API xml format
| server/src/com/thoughtworks/go/server/domain/xml/StageXmlViewModel.java | Modified StageXmlViewModel to expose duration property via API xml format | |
Java | apache-2.0 | b752d82035288e36cc750d39826ee05bc32dddf4 | 0 | apixandru/rummikub-java,apixandru/rummikub-java,apixandru/rummikub-java | /**
*
*/
package com.github.apixandru.games.rummikub;
import java.util.Arrays;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
/**
* @author Alexandru-Constantin Bledea
* @since Sep 17, 2015
*/
@SuppressWarnings ("static-method")
public final class CardsTest {
private static final Card ... | src/test/java/com/github/apixandru/games/rummikub/CardsTest.java | /**
*
*/
package com.github.apixandru.games.rummikub;
import java.util.Arrays;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
/**
* @author Alexandru-Constantin Bledea
* @since Sep 17, 2015
*/
@SuppressWarnings ("static-method")
public final class CardsTest {
private static final Card ... | add another test, rename old one
| src/test/java/com/github/apixandru/games/rummikub/CardsTest.java | add another test, rename old one | |
Java | apache-2.0 | 872c6ff840c4cb73e1149da1534e04f7947c3b87 | 0 | pCloud/pcloud-networking-java | /*
* Copyright (c) 2017 pCloud AG
*
* 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 ... | composer/src/main/java/com/pcloud/networking/api/ApiComposer.java | /*
* Copyright (c) 2017 pCloud AG
*
* 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 ... | (Composer): Fix a `ConcurrentModificationException` whencreating `ApiComposer.Builder` instances
| composer/src/main/java/com/pcloud/networking/api/ApiComposer.java | (Composer): Fix a `ConcurrentModificationException` whencreating `ApiComposer.Builder` instances | |
Java | apache-2.0 | 419af2c7fd44899bb04c13981f2d9c73db4f6da5 | 0 | softindex/datakernel,softindex/datakernel,softindex/datakernel | /*
* Copyright (C) 2015-2018 SoftIndex LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | eventloop/src/main/java/io/datakernel/async/IndexedCollector.java | package io.datakernel.async;
import java.lang.reflect.Array;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.function.BiConsumer;
import java.util.stream.Collector;
public interface IndexedCollector<T, A, R> {
A accumulator(int stages);
void accumulate(A accumulator, ... | Fix IndexedCollector.toArray() bug
| eventloop/src/main/java/io/datakernel/async/IndexedCollector.java | Fix IndexedCollector.toArray() bug | |
Java | apache-2.0 | 0d7c1adedb4b85353cef366f41ce2d030a9fb9fb | 0 | leungmanhin/relex,AmeBel/relex,ainishdave/relex,anitzkin/relex,virneo/relex,williampma/relex,linas/relex,anitzkin/relex,rodsol/relex,linas/relex,virneo/relex,ainishdave/relex,leungmanhin/relex,anitzkin/relex,ainishdave/relex,AmeBel/relex,rodsol/relex,linas/relex,williampma/relex,williampma/relex,anitzkin/relex,ainishda... | /*
* Copyright 2009 Linas Vepstas
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | src/java_test/relex/test/TestRelEx.java | /*
* Copyright 2009 Linas Vepstas
*
* 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... | Adding test sentence "He runs less than John." | src/java_test/relex/test/TestRelEx.java | Adding test sentence "He runs less than John." | |
Java | apache-2.0 | f35cb194e272b6ad6c9271107ac4eaf1f4446169 | 0 | davidw/hecl | /*
* Copyright 2009
* DedaSys LLC - http://www.dedasys.com
*
* Author: David N. Welton <davidw@dedasys.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | newfiles/org/hecl/files/FileCmds.java | /*
* Copyright 2009
* DedaSys LLC - http://www.dedasys.com
*
* Author: David N. Welton <davidw@dedasys.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | Implemented a few more file commands.
| newfiles/org/hecl/files/FileCmds.java | Implemented a few more file commands. | |
Java | apache-2.0 | 55a162885b7577b8037b98e9fea289fc02e5d680 | 0 | mtransitapps/commons-android,mtransitapps/commons-android,mtransitapps/commons-android | package org.mtransit.android.commons;
import java.util.regex.Pattern;
public final class HtmlUtils implements MTLog.Loggable {
private static final String TAG = HtmlUtils.class.getSimpleName();
@Override
public String getLogTag() {
return TAG;
}
public static final String URL_PARAM_AND = "&";
public stati... | src/org/mtransit/android/commons/HtmlUtils.java | package org.mtransit.android.commons;
import java.util.regex.Pattern;
public final class HtmlUtils {
public static final String URL_PARAM_AND = "&";
public static final String URL_PARAM_EQ = "=";
public static final String BR = "<BR/>";
public static final String B1 = "<B>";
public static final String B2 = "... | HTML cleaning methods.
| src/org/mtransit/android/commons/HtmlUtils.java | HTML cleaning methods. | |
Java | apache-2.0 | 9126eadb7c23f8d72e66d66a3d8aaf20d4bc37d5 | 0 | soomla/android-profile,soomla/android-profile,vedi/android-profile,vedi/android-profile | /*
* Copyright (C) 2012-2014 Soomla Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | SoomlaAndroidProfile/src/com/soomla/profile/AuthController.java | /*
* Copyright (C) 2012-2014 Soomla Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Fix #112 Clear user profile from storage when calling logout
| SoomlaAndroidProfile/src/com/soomla/profile/AuthController.java | Fix #112 Clear user profile from storage when calling logout | |
Java | apache-2.0 | f86dc0a117976b7463bf7dabf119b537644e7a9a | 0 | nectec-wisru/android-TanrabadSurvey,nectec-wisru/android-TanlabadSurvey,tanrabad/survey | /*
* Copyright (c) 2016 NECTEC
* National Electronics and Computer Technology Center, Thailand
*
* 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/... | app/src/main/java/org/tanrabad/survey/presenter/LoginActivity.java | /*
* Copyright (c) 2016 NECTEC
* National Electronics and Computer Technology Center, Thailand
*
* 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/... | แก้บัคแอพล่าข้อมูลทุกครั้งที่ทดลองใช้งาน
| app/src/main/java/org/tanrabad/survey/presenter/LoginActivity.java | แก้บัคแอพล่าข้อมูลทุกครั้งที่ทดลองใช้งาน | |
Java | apache-2.0 | 356147c06f7ce94bb3dc180bae75cc605313862d | 0 | Kerbores/Falsework,Kerbores/Falsework,Kerbores/Falsework,Kerbores/Falsework,Kerbores/Falsework | package com.sino.scaffold.utils;
import java.util.Iterator;
import java.util.Map;
import org.nutz.json.Json;
import org.nutz.json.JsonFormat;
import org.nutz.lang.util.NutMap;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* @author kerbores
*
*/
@ApiModel("响应结果")
pub... | boot-nutz-vue/src/main/java/com/sino/scaffold/utils/Result.java | package com.sino.scaffold.utils;
import java.util.Iterator;
import java.util.Map;
import org.nutz.json.Json;
import org.nutz.json.JsonFormat;
import org.nutz.lang.util.NutMap;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* @author kerbores
*
*/
@ApiModel("响应结果")
pub... | fix:编译器的泛型检查 | boot-nutz-vue/src/main/java/com/sino/scaffold/utils/Result.java | fix:编译器的泛型检查 | |
Java | apache-2.0 | 9dd59e0aa6a16771a315732af95ee47fa3a7f5e9 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ui.mac;
import com.apple.eawt.*;
import com.intellij.ide.ActiveWindowsWatcher;
import com.intellij.jdkEx.JdkEx;
import com.intellij.openapi.Disposable;
impor... | platform/platform-impl/src/com/intellij/ui/mac/MacMainFrameDecorator.java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ui.mac;
import com.apple.eawt.*;
import com.intellij.ide.ActiveWindowsWatcher;
import com.intellij.jdkEx.JdkEx;
import com.intellij.openapi.Disposable;
impor... | JBR-2893 Big Sur: Add support of opening project as tabs
IDEA-257810 Big Sur: Empty grey line remains a project window after drag-and-drop a project tab out of the window
GitOrigin-RevId: 90da6f34915784eb76df8f9bd727951fdc6757cd | platform/platform-impl/src/com/intellij/ui/mac/MacMainFrameDecorator.java | JBR-2893 Big Sur: Add support of opening project as tabs | |
Java | apache-2.0 | e57aa921f5baca5424e6d9201f51f46bf24823c1 | 0 | gabemontero/jenkins-sync-plugin,gabemontero/jenkins-sync-plugin,gabemontero/jenkins-sync-plugin,gabemontero/jenkins-sync-plugin | /**
* Copyright (C) 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | src/main/java/io/fabric8/jenkins/openshiftsync/OpenShiftUtils.java | /**
* Copyright (C) 2016 Red Hat, 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... | Fix up logging messages
| src/main/java/io/fabric8/jenkins/openshiftsync/OpenShiftUtils.java | Fix up logging messages | |
Java | apache-2.0 | 74b91a982d901f0abdb0489a07aef87a0d0713f6 | 0 | chenchulakshmig/scsb-etl,angelindayana/scsb-etl,chenchulakshmig/scsb-etl,angelindayana/scsb-etl,chenchulakshmig/scsb-etl,premkumarbalu/scsb-etl,angelindayana/scsb-etl,premkumarbalu/scsb-etl,premkumarbalu/scsb-etl | package org.recap.model.csv;
import org.apache.camel.dataformat.bindy.annotation.CsvRecord;
import org.apache.camel.dataformat.bindy.annotation.DataField;
/**
* Created by angelind on 22/7/16.
*/
@CsvRecord(generateHeaderColumns = true, separator = ",", quote = "\"", crlf = "UNIX")
public class SuccessReportReCAPCS... | src/main/java/org/recap/model/csv/SuccessReportReCAPCSVRecord.java | package org.recap.model.csv;
import org.apache.camel.dataformat.bindy.annotation.CsvRecord;
import org.apache.camel.dataformat.bindy.annotation.DataField;
/**
* Created by angelind on 22/7/16.
*/
@CsvRecord(generateHeaderColumns = true, separator = ",", crlf = "UNIX")
public class SuccessReportReCAPCSVRecord {
... | added "" to encapsute the csv values.
| src/main/java/org/recap/model/csv/SuccessReportReCAPCSVRecord.java | added "" to encapsute the csv values. | |
Java | apache-2.0 | 41f54cc0163430439e45b0f1fe8b3c2b88222c90 | 0 | alexryndin/ambari,alexryndin/ambari,sekikn/ambari,alexryndin/ambari,radicalbit/ambari,arenadata/ambari,alexryndin/ambari,radicalbit/ambari,arenadata/ambari,arenadata/ambari,arenadata/ambari,alexryndin/ambari,alexryndin/ambari,arenadata/ambari,radicalbit/ambari,radicalbit/ambari,arenadata/ambari,arenadata/ambari,sekikn/... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | ambari-server/src/main/java/org/apache/ambari/server/utils/StageUtils.java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | AMBARI-11011. all_hosts list is out of sync with all_ipv4_ips and all_racks when hosts are being added progressively
| ambari-server/src/main/java/org/apache/ambari/server/utils/StageUtils.java | AMBARI-11011. all_hosts list is out of sync with all_ipv4_ips and all_racks when hosts are being added progressively | |
Java | apache-2.0 | bf1ad8f451246eb7f2c6787cf4edb5670dcf0b1e | 0 | Gameeso/openkit-android,Gameeso/openkit-android,OpenKit/openkit-android,nagyistoce/openkit-android | /**
* Copyright 2012 OpenKit
*
* 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... | OpenKitSDK/src/io/openkit/OKLeaderboard.java | /**
* Copyright 2012 OpenKit
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | add initializer on OKLeaderboard to init with ID
| OpenKitSDK/src/io/openkit/OKLeaderboard.java | add initializer on OKLeaderboard to init with ID | |
Java | apache-2.0 | 87cf4c496ca686501f58ee6ff95d7be3b7812719 | 0 | esoco/esoco-business | //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// This file is a part of the 'esoco-business' project.
// Copyright 2016 Elmar Sonnenschein, esoco GmbH, Flensburg, Germany
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complia... | src/main/java/de/esoco/data/element/DataSetDataElement.java | //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// This file is a part of the 'esoco-business' project.
// Copyright 2016 Elmar Sonnenschein, esoco GmbH, Flensburg, Germany
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complia... | SDACK-15: esoco-charts: adapt project to use gwt-charts | src/main/java/de/esoco/data/element/DataSetDataElement.java | SDACK-15: esoco-charts: adapt project to use gwt-charts | |
Java | apache-2.0 | 1752b9629fc4151ef8b11c18b909adfed0c01eb8 | 0 | subchen/jetbrick-template-1x | /**
* jetbrick-template
* http://subchen.github.io/jetbrick-template/
*
* Copyright 2010-2014 Guoqiang Chen. All rights reserved.
* Email: subchen@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a ... | src/main/java/jetbrick/template/runtime/JetForIterator.java | /**
* jetbrick-template
* http://subchen.github.io/jetbrick-template/
*
* Copyright 2010-2014 Guoqiang Chen. All rights reserved.
* Email: subchen@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a ... | Fixed for.size support for iterator
| src/main/java/jetbrick/template/runtime/JetForIterator.java | Fixed for.size support for iterator | |
Java | bsd-3-clause | a9580ef1360925d909765e64d499c887214e6619 | 0 | bmc/javautil,bmc/javautil | /*---------------------------------------------------------------------------*\
$Id: ClassUtil.java 5607 2005-11-25 04:32:30Z bmc $
---------------------------------------------------------------------------
This software is released under a Berkeley-style license:
Copyright (c) 2006 Brian M. Clapper. All righ... | src/org/clapper/util/classutil/ClassFinder.java | /*---------------------------------------------------------------------------*\
$Id: ClassUtil.java 5607 2005-11-25 04:32:30Z bmc $
---------------------------------------------------------------------------
This software is released under a Berkeley-style license:
Copyright (c) 2006 Brian M. Clapper. All righ... | 1. Now loads Class-Path from jar manifest, if present.
2. Enhanced class javadocs.
| src/org/clapper/util/classutil/ClassFinder.java | 1. Now loads Class-Path from jar manifest, if present. 2. Enhanced class javadocs. | |
Java | bsd-3-clause | 4c266a0314e830f0850003daa8da996ef487f235 | 0 | NCIP/iso21090 | package gov.nih.nci.iso21090;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* Represents the iso TEL.URL data type.
* No use codes
* TEL.URL constrains TEL so that it must point to a locatable resource that returns binary content.
* The URL scheme must be file, nfs, ftp, cid (f... | code/localization/src/main/java/gov/nih/nci/iso21090/TelUrl.java | package gov.nih.nci.iso21090;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* Represents the iso TEL.URL data type.
* No use codes
* TEL.URL constrains TEL so that it must point to a locatable resource that returns binary content.
* The URL scheme must be file, nfs, ftp, cid (f... | Removed cid scheme to be consistent with XSD
SVN-Revision: 233
| code/localization/src/main/java/gov/nih/nci/iso21090/TelUrl.java | Removed cid scheme to be consistent with XSD | |
Java | bsd-3-clause | a979be909d4c3027751860dbc5a4c1541d30fac4 | 0 | EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo | /* Copyright (c) 2008-2018, Nathan Sweet
* 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 condition... | src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java | /* Copyright (c) 2008-2018, Nathan Sweet
* 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 condition... | Update the UnsafeByteBufferOutput buffer address when it changes.
| src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferOutput.java | Update the UnsafeByteBufferOutput buffer address when it changes. | |
Java | bsd-3-clause | 6c8a1c736009189aaf6797a7b8af58c42d01e556 | 0 | iSnow/sqlWebservice | package de.isnow.sqlws.resources;
import com.fasterxml.jackson.core.JsonProcessingException;
import de.isnow.sqlws.model.*;
import de.isnow.sqlws.model.viewModel.VmColumn;
import de.isnow.sqlws.model.viewModel.VmForeignKey;
import de.isnow.sqlws.model.viewModel.VmObject;
import de.isnow.sqlws.model.viewModel.VmTable;
... | src/main/java/de/isnow/sqlws/resources/TableContentService.java | package de.isnow.sqlws.resources;
import com.fasterxml.jackson.core.JsonProcessingException;
import de.isnow.sqlws.model.*;
import de.isnow.sqlws.model.viewModel.VmColumn;
import de.isnow.sqlws.model.viewModel.VmForeignKey;
import de.isnow.sqlws.model.viewModel.VmObject;
import de.isnow.sqlws.model.viewModel.VmTable;
... | Including pk/fk-relationships
| src/main/java/de/isnow/sqlws/resources/TableContentService.java | Including pk/fk-relationships | |
Java | mit | e5b4d500367c7e5b87b8f3816b1077b1bfa5dc26 | 0 | kreneskyp/openconferenceware-android | package org.osb;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Color;
import android.net.Uri;
i... | src/org/osb/ScheduleActivity.java | package org.osb;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.*;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Color;
import android.net.Uri;
i... | filterDay no longer checks issameday since the list is already filtered by day
| src/org/osb/ScheduleActivity.java | filterDay no longer checks issameday since the list is already filtered by day | |
Java | mit | 8ed2d4cd1169ea60e218171463c86a61e0cd148e | 0 | nyee/RMG-Java,jwallen/RMG-Java,keceli/RMG-Java,keceli/RMG-Java,enochd/RMG-Java,nyee/RMG-Java,KEHANG/RMG-Java,connie/RMG-Java,connie/RMG-Java,KEHANG/RMG-Java,ReactionMechanismGenerator/RMG-Java,faribas/RMG-Java,enochd/RMG-Java,ReactionMechanismGenerator/RMG-Java,jwallen/RMG-Java,connie/RMG-Java,nyee/RMG-Java,faribas/RMG... | ////////////////////////////////////////////////////////////////////////////////
//
// RMG - Reaction Mechanism Generator
//
// Copyright (c) 2002-2009 Prof. William H. Green (whgreen@mit.edu) and the
// RMG Team (rmg_dev@mit.edu)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of ... | source/RMG/jing/chem/QMTP.java | ////////////////////////////////////////////////////////////////////////////////
//
// RMG - Reaction Mechanism Generator
//
// Copyright (c) 2002-2009 Prof. William H. Green (whgreen@mit.edu) and the
// RMG Team (rmg_dev@mit.edu)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of ... | adding to and tidying up Java code for using CanTherm
| source/RMG/jing/chem/QMTP.java | adding to and tidying up Java code for using CanTherm | |
Java | mit | a4b0cfc55944198521336355ce4acd9058ee4002 | 0 | ponderousmad/pipevo,ponderousmad/pipevo,ponderousmad/pipevo | pipevo/src/pipes/gui/RunAIWorker.java | /* ---------------------------------------------------------------
* Copyright Adrian Smith.
* Licensed under the MIT license. See license.txt at project root.
* --------------------------------------------------------------- */
package pipes.gui;
import java.awt.Dimension;
import java.awt.FlowLayout;
im... | Remove unneeded file.
| pipevo/src/pipes/gui/RunAIWorker.java | Remove unneeded file. | ||
Java | mit | 24e862dfdd41dd3620e3cebb53cb38cc900d126b | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package org.innovateuk.ifs.application.transactional;
import org.apache.commons.lang3.tuple.Pair;
import org.innovateuk.ifs.application.domain.Application;
import org.innovateuk.ifs.application.domain.FormInputResponse;
import org.innovateuk.ifs.application.repository.ApplicationRepository;
import org.innovateuk.ifs.a... | ifs-data-layer/ifs-data-service/src/test/java/org/innovateuk/ifs/application/transactional/ApplicationFormInputUploadServiceImplTest.java | package org.innovateuk.ifs.application.transactional;
import org.apache.commons.lang3.tuple.Pair;
import org.innovateuk.ifs.application.domain.Application;
import org.innovateuk.ifs.application.domain.FormInputResponse;
import org.innovateuk.ifs.application.repository.ApplicationRepository;
import org.innovateuk.ifs.a... | IFS-7943 test.
| ifs-data-layer/ifs-data-service/src/test/java/org/innovateuk/ifs/application/transactional/ApplicationFormInputUploadServiceImplTest.java | IFS-7943 test. | |
Java | mit | 6a553e1edd174a80059df5e3edd3a1197e43c284 | 0 | CyclopsMC/CyclopsCore | package org.cyclops.cyclopscore.inventory.container;
import com.google.common.collect.Lists;
import net.minecraft.entity.player.InventoryPlayer;
import org.apache.commons.lang3.tuple.Pair;
import org.cyclops.cyclopscore.inventory.IGuiContainerProvider;
import java.util.Arrays;
import java.util.List;
import java.util.... | src/main/java/org/cyclops/cyclopscore/inventory/container/ScrollingInventoryContainer.java | package org.cyclops.cyclopscore.inventory.container;
import com.google.common.collect.Lists;
import net.minecraft.entity.player.InventoryPlayer;
import org.apache.commons.lang3.tuple.Pair;
import org.cyclops.cyclopscore.inventory.IGuiContainerProvider;
import scala.actors.threadpool.Arrays;
import java.util.List;
imp... | Don't use Scala classes
| src/main/java/org/cyclops/cyclopscore/inventory/container/ScrollingInventoryContainer.java | Don't use Scala classes | |
Java | mit | eb107f25c6c6047934a13c7b2907f4539f85f66c | 0 | carrot/android-animation-arsenal | package com.android_animation_arsenal;
import android.animation.Animator;
import android.content.Context;
import android.graphics.Point;
import android.os.Build;
import android.transition.Explode;
import android.transition.Fade;
import android.transition.Slide;
import android.transition.Transition;
import android.tran... | android-animation-arsenal/src/main/java/com/android_animation_arsenal/AnimationArsenal.java | package com.android_animation_arsenal;
import android.animation.Animator;
import android.app.Activity;
import android.content.Context;
import android.graphics.Point;
import android.os.Build;
import android.transition.Explode;
import android.transition.Fade;
import android.transition.Slide;
import android.transition.Tr... | refactor resource animations, add library to build gradle for example, update readme
| android-animation-arsenal/src/main/java/com/android_animation_arsenal/AnimationArsenal.java | refactor resource animations, add library to build gradle for example, update readme | |
Java | mit | 3752d809cc0e4198775d770cb3473663e9a5e28a | 0 | jenkinsci/kiuwan-plugin,jenkinsci/kiuwan-plugin,kiuwan/jenkins-plugin,kiuwan/jenkins-plugin | package com.kiuwan.plugins.kiuwanJenkinsPlugin;
import hudson.EnvVars;
import hudson.Extension;
import hudson.FilePath;
import hudson.Launcher;
import hudson.Launcher.ProcStarter;
import hudson.Proc;
import hudson.model.BuildListener;
import hudson.model.Result;
import hudson.model.TaskListener;
import hudson.model.Ab... | src/main/java/com/kiuwan/plugins/kiuwanJenkinsPlugin/KiuwanRecorder.java | package com.kiuwan.plugins.kiuwanJenkinsPlugin;
import hudson.EnvVars;
import hudson.Extension;
import hudson.FilePath;
import hudson.Launcher;
import hudson.Launcher.ProcStarter;
import hudson.Proc;
import hudson.model.BuildListener;
import hudson.model.Result;
import hudson.model.TaskListener;
import hudson.model.Ab... | Fixed windows cmd problem. | src/main/java/com/kiuwan/plugins/kiuwanJenkinsPlugin/KiuwanRecorder.java | Fixed windows cmd problem. | |
Java | epl-1.0 | 189d6c84a220c75eb148021d18f8ddfcd7eacb8b | 0 | cbrun/jstuart | package fr.obeo.tools.stuart;
import java.io.File;
import java.net.URL;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.Test;
import com.google.common.collect.Lists;
imp... | stuart/src/test/java/fr/obeo/tools/stuart/EclipseMattermostInstanceTest.java | package fr.obeo.tools.stuart;
import java.io.File;
import java.net.URL;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.Test;
import com.google.common.collect.Lists;
imp... | make sure we **send** the RSS posts at some time... | stuart/src/test/java/fr/obeo/tools/stuart/EclipseMattermostInstanceTest.java | make sure we **send** the RSS posts at some time... | |
Java | agpl-3.0 | 3a565b054bb3a5396027556b138c9fd1c4e5dd93 | 0 | paraita/scheduling,ow2-proactive/scheduling,mbenguig/scheduling,yinan-liu/scheduling,fviale/scheduling,paraita/scheduling,yinan-liu/scheduling,fviale/scheduling,yinan-liu/scheduling,marcocast/scheduling,ow2-proactive/scheduling,tobwiens/scheduling,sandrineBeauche/scheduling,laurianed/scheduling,youribonnaffe/scheduling... | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This library i... | src/org/objectweb/proactive/core/body/proxy/AbstractBodyProxy.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive-support@inria.fr
*
* This library i... | NFE handle communiation error
git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1198 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/org/objectweb/proactive/core/body/proxy/AbstractBodyProxy.java | NFE handle communiation error | |
Java | agpl-3.0 | 575ee3311d6148fbc7acf6aed6f8dae248ad369d | 0 | deepstupid/sphinx5 | /*
* Copyright 1999-2002 Carnegie Mellon University.
* Portions Copyright 2002 Sun Microsystems, Inc.
* Portions Copyright 2002 Mitsubishi Electronic Research Laboratories.
* All Rights Reserved. Use is subject to license terms.
*
* See the file "license.terms" for information on usage and
* redistribution... | edu/cmu/sphinx/knowledge/acoustic/TrainerAcousticModel.java | /*
* Copyright 1999-2002 Carnegie Mellon University.
* Portions Copyright 2002 Sun Microsystems, Inc.
* Portions Copyright 2002 Mitsubishi Electronic Research Laboratories.
* All Rights Reserved. Use is subject to license terms.
*
* See the file "license.terms" for information on usage and
* redistribution... | Instead of passing just the information about the current TrainerScore,
we now pass the whole vector of TrainerScore, and an index. We need all
TrainerScore in the current frame for the non-emitting states.
git-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@1937 94700074-3cef-4d97-a70e-9c8c206c02f5
| edu/cmu/sphinx/knowledge/acoustic/TrainerAcousticModel.java | Instead of passing just the information about the current TrainerScore, we now pass the whole vector of TrainerScore, and an index. We need all TrainerScore in the current frame for the non-emitting states. | |
Java | agpl-3.0 | c4e1aadc4967013e0089a5f6fc8c8bfa51216ebc | 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 | 22feba58-2e61-11e5-9284-b827eb9e62be | hello.java | 22f955c2-2e61-11e5-9284-b827eb9e62be | 22feba58-2e61-11e5-9284-b827eb9e62be | hello.java | 22feba58-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | aed0380ac5efa12417347b7ad61586894053135b | 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 | fbf4536e-2e60-11e5-9284-b827eb9e62be | hello.java | fbeeead2-2e60-11e5-9284-b827eb9e62be | fbf4536e-2e60-11e5-9284-b827eb9e62be | hello.java | fbf4536e-2e60-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 4c6804b883156e905f6c1543df31f5fed1fff1e9 | 0 | darranl/wildfly-core,aloubyansky/wildfly-core,jfdenise/wildfly-core,darranl/wildfly-core,JiriOndrusek/wildfly-core,jamezp/wildfly-core,ivassile/wildfly-core,darranl/wildfly-core,bstansberry/wildfly-core,JiriOndrusek/wildfly-core,JiriOndrusek/wildfly-core,jfdenise/wildfly-core,aloubyansky/wildfly-core,luck3y/wildfly-cor... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, 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... | domain-management/src/main/java/org/jboss/as/domain/management/access/PrincipalRemove.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, 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... | [WFLY-1618] / [WFLY-490] Mark principal removal as being complete.
was: 0062a890915f66f7c43934ee848735ff45052eb9
| domain-management/src/main/java/org/jboss/as/domain/management/access/PrincipalRemove.java | [WFLY-1618] / [WFLY-490] Mark principal removal as being complete. | |
Java | apache-2.0 | ae54111685de9acb79cb3a1c16586afb98f68da0 | 0 | JetBrains/intellij-scala,JetBrains/intellij-scala | package org.jetbrains.plugins.scala.nailgun;
import com.facebook.nailgun.Alias;
import com.facebook.nailgun.NGConstants;
import com.facebook.nailgun.NGServer;
import java.io.File;
import java.io.IOException;
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLCl... | scala/nailgun/src/org/jetbrains/plugins/scala/nailgun/NailgunRunner.java | package org.jetbrains.plugins.scala.nailgun;
import com.facebook.nailgun.Alias;
import com.facebook.nailgun.NGConstants;
import com.facebook.nailgun.NGServer;
import java.io.File;
import java.io.IOException;
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLCl... | Read the JPS server max threads configuration and use it to configure the nailgun max session pool size #SCL-20516
| scala/nailgun/src/org/jetbrains/plugins/scala/nailgun/NailgunRunner.java | Read the JPS server max threads configuration and use it to configure the nailgun max session pool size #SCL-20516 | |
Java | apache-2.0 | b02b88ea3296a893c2c557dfaade7788019ac0f4 | 0 | LiuShengchieh/hengweather | package com.hengweather.android.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.os.SystemClock;
import android.preference.PreferenceManager;
import... | app/src/main/java/com/hengweather/android/service/AutoUpdateService.java | package com.hengweather.android.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.os.SystemClock;
import android.preference.PreferenceManager;
import... | 取消定时器
| app/src/main/java/com/hengweather/android/service/AutoUpdateService.java | 取消定时器 | |
Java | apache-2.0 | d9d029a25fa8cecf618b50ab059875989aeac601 | 0 | Vitaliy-Yakovchuk/foreign-reader-libs | package com.reader.mapdb;
import java.io.File;
import java.util.Arrays;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentNavigableMap;
import org.mapdb.DB;
import org.mapdb.DBMaker;
import com.reader.common.AbstractDatabase;
... | MapDB/src/com/reader/mapdb/MapDBDatabase.java | package com.reader.mapdb;
import java.io.File;
import java.util.Arrays;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentNavigableMap;
import org.mapdb.DB;
import org.mapdb.DBMaker;
import com.reader.common.AbstractDatabase;
... | Small fix | MapDB/src/com/reader/mapdb/MapDBDatabase.java | Small fix | |
Java | apache-2.0 | 5770b82053bdac661981870a10ff4c682d315d11 | 0 | jwcarman/Wicketopia,jwcarman/Wicketopia | /*
* Copyright (c) 2011 Carman Consulting, 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... | joda/src/main/java/org/wicketopia/joda/util/format/JodaFormatSupport.java | /*
* Copyright (c) 2011 Carman Consulting, 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... | Fixing unused return value.
| joda/src/main/java/org/wicketopia/joda/util/format/JodaFormatSupport.java | Fixing unused return value. | |
Java | apache-2.0 | 79c941284095cb8db7dcba90f71dd78b72cac7f3 | 0 | apache/geronimo,vibe13/geronimo,vibe13/geronimo,apache/geronimo,vibe13/geronimo,apache/geronimo,vibe13/geronimo,meetdestiny/geronimo-trader,meetdestiny/geronimo-trader,meetdestiny/geronimo-trader,apache/geronimo | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | modules/core/src/java/org/apache/geronimo/ejb/GeronimoSessionContext.java | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | Fill in implementation of getCallerPrincipal() and isCallerInRole()
git-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@44493 13f79535-47bb-0310-9956-ffa450edef68
| modules/core/src/java/org/apache/geronimo/ejb/GeronimoSessionContext.java | Fill in implementation of getCallerPrincipal() and isCallerInRole() | |
Java | apache-2.0 | fbfdaa6aacd4257a78ddd1183f6eac81c1a34e8f | 0 | maduhu/head,jpodeszwik/mifos,vorburger/mifos-head,maduhu/mifos-head,AArhin/head,AArhin/head,maduhu/head,jpodeszwik/mifos,vorburger/mifos-head,vorburger/mifos-head,AArhin/head,maduhu/mifos-head,maduhu/head,jpodeszwik/mifos,maduhu/mifos-head,maduhu/head,vorburger/mifos-head,AArhin/head,maduhu/mifos-head,AArhin/head,maduh... | package org.mifos.application.personnel.struts.action;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.mifos.application.customer.business.CustomFieldView;
import org.mifos.application.customer.center.struts.actionforms.CenterCustActionF... | mifos/test/org/mifos/application/personnel/struts/action/TestPersonAction.java | package org.mifos.application.personnel.struts.action;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.mifos.application.customer.business.CustomFieldView;
import org.mifos.application.customer.util.helpers.CustomerConstants;
import org... | Issue 793 fixed. test case testLoad() in TestPersonAction modified with additional asserts
Issue 794 fixed . UI Issue. no test case updated
Issue 687 fixed. UI issue. No test case updated
git-svn-id: 6bd94cac40bd5c1df74b384d972046d926de6ffa@10759 a8845c50-7012-0410-95d3-8e1449b9b1e4
| mifos/test/org/mifos/application/personnel/struts/action/TestPersonAction.java | Issue 793 fixed. test case testLoad() in TestPersonAction modified with additional asserts Issue 794 fixed . UI Issue. no test case updated Issue 687 fixed. UI issue. No test case updated | |
Java | apache-2.0 | 07c0ebcfa9852c8c7a926deb1dbe905e146a440c | 0 | JanewzhWang/dasein-cloud-test,dasein-cloud/dasein-cloud-test,maksimov/dasein-cloud-test,daniellemayne/dasein-cloud-test,jeffrey-yan/dasein-cloud-test,greese/dasein-cloud-test,unwin/dasein-cloud-test,vladmunthiu/dasein-cloud-test,maksimov/dasein-cloud-test-old | /**
* Copyright (C) 2009-2014 Dell, Inc.
* See annotations for authorship information
*
* ====================================================================
* 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 co... | src/main/java/org/dasein/cloud/test/compute/ComputeResources.java | /**
* Copyright (C) 2009-2014 Dell, Inc.
* See annotations for authorship information
*
* ====================================================================
* 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 co... | Fix for unterminated VMs
| src/main/java/org/dasein/cloud/test/compute/ComputeResources.java | Fix for unterminated VMs | |
Java | apache-2.0 | 31d91dd85f9fc05750be1b5700bae9386661af0c | 0 | tomasdavidorg/optaplanner,netinept/Court-Scheduler,baldimir/optaplanner,glamperi/optaplanner,snurkabill/optaplanner,snurkabill/optaplanner,baldimir/optaplanner,eshen1991/optaplanner,tomasdavidorg/optaplanner,gsheldon/optaplanner,netinept/Court-Scheduler,oskopek/optaplanner,codeaudit/optaplanner,codeaudit/optaplanner,tk... | /*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | optaplanner-examples/src/main/java/org/optaplanner/examples/examination/solver/solution/initializer/ExaminationSolutionInitializer.java | /*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | exam: initialized statements are logged in debug
| optaplanner-examples/src/main/java/org/optaplanner/examples/examination/solver/solution/initializer/ExaminationSolutionInitializer.java | exam: initialized statements are logged in debug | |
Java | apache-2.0 | 091bd1d3757751a29c962e2c0b7f4f8720e06a6a | 0 | googleapis/java-spanner,googleapis/java-spanner,looker-open-source/java-spanner,googleapis/java-spanner,looker-open-source/java-spanner,looker-open-source/java-spanner | /*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java | /*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | fix: gracefully ignore RejectedExecutionException during Connection#close() (#1887)
| google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionImpl.java | fix: gracefully ignore RejectedExecutionException during Connection#close() (#1887) | |
Java | apache-2.0 | 191c4a7c65105600ba19c10442b4c23bbaa79911 | 0 | katre/bazel,ButterflyNetwork/bazel,katre/bazel,bazelbuild/bazel,bazelbuild/bazel,ButterflyNetwork/bazel,cushon/bazel,cushon/bazel,ButterflyNetwork/bazel,bazelbuild/bazel,bazelbuild/bazel,bazelbuild/bazel,katre/bazel,ButterflyNetwork/bazel,bazelbuild/bazel,ButterflyNetwork/bazel,cushon/bazel,ButterflyNetwork/bazel,cusho... | // Copyright 2017 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceModule.java | // Copyright 2017 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | When in sync mode, log the invocation BES upload is waiting on to finish
Makes it easier to attribute where time was spent when grepping logs.
PiperOrigin-RevId: 425676197
| src/main/java/com/google/devtools/build/lib/buildeventservice/BuildEventServiceModule.java | When in sync mode, log the invocation BES upload is waiting on to finish | |
Java | apache-2.0 | bd872c6269c20c5fc8ae046c08dde13dbf9b35ff | 0 | dbeaver/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,serge-rider/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,Sargul/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.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... | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/MultiPageWizardDialog.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.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... | #3013 Edit connection dialog layout fix
Former-commit-id: 57d4e07858ee48653389c2674dc48949dcefb634 | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/MultiPageWizardDialog.java | #3013 Edit connection dialog layout fix | |
Java | apache-2.0 | 5f336770309dda6e52489fe13caf0b4968b0018f | 0 | openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb | /**
* Licensed to the Austrian Association for Software Tool Integration (AASTI)
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. The AASTI licenses this file to you under the Apache License,
* Version 2... | ui/admin/src/main/java/org/openengsb/ui/admin/organizeImportsPage/OrganizeImportsPage.java | /**
* Licensed to the Austrian Association for Software Tool Integration (AASTI)
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. The AASTI licenses this file to you under the Apache License,
* Version 2... | [OPENENGSB-1323] sorted imports
| ui/admin/src/main/java/org/openengsb/ui/admin/organizeImportsPage/OrganizeImportsPage.java | [OPENENGSB-1323] sorted imports | |
Java | apache-2.0 | d9d34ec8d32f51cacce533dc508e448a301a1e7a | 0 | weijiangzhu/mina,dongjiaqiang/mina,yangzhongj/mina,universsky/mina,Vicky01200059/mina,mway08/mina,apache/mina,yangzhongj/mina,weijiangzhu/mina,jeffmaury/mina,apache/mina,universsky/mina,dongjiaqiang/mina,mway08/mina,Vicky01200059/mina | /*
* 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")... | core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.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")... | Reposition the buffer after having called the MessageSent event
git-svn-id: b7022df5c975f24f6cce374a8cf09e1bba3b7a2e@910779 13f79535-47bb-0310-9956-ffa450edef68
| core/src/main/java/org/apache/mina/core/polling/AbstractPollingIoProcessor.java | Reposition the buffer after having called the MessageSent event | |
Java | apache-2.0 | b0358c77d88a924a331481de196a5a7452f2c6cd | 0 | anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,apache/jackrabbit-oak,amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,trekawek/jackrabbit-oak,apache/jackrabbit-oak,mreutegg/jackrabbit-oak,trekawek/jackrabbit-oak,apache/jackrabbit-oak,anchela/jackrabbit-oak,trekawek/jackrab... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentStore.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | OAK-1266 - RDBDocumentStore: log detected size of DATA column
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1686253 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentStore.java | OAK-1266 - RDBDocumentStore: log detected size of DATA column | |
Java | apache-2.0 | 4f64e196b47514935633b6dacab54fd9d6d1d0bb | 0 | asedunov/intellij-community,salguarnieri/intellij-community,apixandru/intellij-community,izonder/intellij-community,youdonghai/intellij-community,alphafoobar/intellij-community,orekyuu/intellij-community,adedayo/intellij-community,alphafoobar/intellij-community,Lekanich/intellij-community,fnouama/intellij-community,sig... | /*
* Copyright 2000-2014 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... | java/debugger/impl/src/com/intellij/debugger/engine/JavaDebugProcess.java | /*
* Copyright 2000-2014 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... | java-xdebugger: IDEA-125037 Debugger: "Watch method return values" setting label is changed on stop
| java/debugger/impl/src/com/intellij/debugger/engine/JavaDebugProcess.java | java-xdebugger: IDEA-125037 Debugger: "Watch method return values" setting label is changed on stop | |
Java | apache-2.0 | 80055035290894f5b9eb43059b8ceca7555cd8a2 | 0 | permazen/permazen,archiecobbs/jsimpledb,permazen/permazen,archiecobbs/jsimpledb,archiecobbs/jsimpledb,permazen/permazen |
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package org.jsimpledb.kv.test;
import java.io.Closeable;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Map;
import java.util.NavigableMap;
imp... | jsimpledb-kv-test/src/main/java/org/jsimpledb/kv/test/KVDatabaseTest.java |
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package org.jsimpledb.kv.test;
import java.io.Closeable;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Map;
import java.util.NavigableMap;
imp... | Report retry exception types in key/value database unit test.
| jsimpledb-kv-test/src/main/java/org/jsimpledb/kv/test/KVDatabaseTest.java | Report retry exception types in key/value database unit test. | |
Java | apache-2.0 | ed72a6289fd1927959ca57d4d8a01e405e572cdc | 0 | marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api | /*
* Copyright 2012-2015 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | src/main/java/com/marklogic/client/io/DOMHandle.java | /*
* Copyright 2012-2015 MarkLogic Corporation
*
* 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... | avoid NPE
| src/main/java/com/marklogic/client/io/DOMHandle.java | avoid NPE | |
Java | apache-2.0 | f56e7c4fd43cc90430452f68badc2785a4d7ff54 | 0 | shopizer-ecommerce/shopizer | package com.salesmanager.shop.store.facade.product;
import java.util.stream.Collectors;
import org.jsoup.helper.Validate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Service;
import com.salesmanager.core.business.ex... | sm-shop/src/main/java/com/salesmanager/shop/store/facade/product/ProductTypeFacadeImpl.java | package com.salesmanager.shop.store.facade.product;
import java.util.stream.Collectors;
import org.jsoup.helper.Validate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Service;
import com.salesmanager.core.business.ex... | Fetch and return saved Entity id
| sm-shop/src/main/java/com/salesmanager/shop/store/facade/product/ProductTypeFacadeImpl.java | Fetch and return saved Entity id | |
Java | apache-2.0 | 6355eaaf72ef406f84e88247a94110b0f332ad23 | 0 | etnetera/jmeter,ubikloadpack/jmeter,ra0077/jmeter,d0k1/jmeter,ra0077/jmeter,max3163/jmeter,d0k1/jmeter,etnetera/jmeter,vherilier/jmeter,etnetera/jmeter,vherilier/jmeter,d0k1/jmeter,ubikloadpack/jmeter,etnetera/jmeter,vherilier/jmeter,max3163/jmeter,ra0077/jmeter,vherilier/jmeter,etnetera/jmeter,d0k1/jmeter,ubikloadpack... | /*
* 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/core/org/apache/jmeter/report/core/CsvSampleReader.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 ... | Bug 58987 - Report/Dashboard: Improve error reporting
Throw exception if mismatch between expected number of columns and columns in csv file
Bugzilla Id: 58987
git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1730206 13f79535-47bb-0310-9956-ffa450edef68
| src/core/org/apache/jmeter/report/core/CsvSampleReader.java | Bug 58987 - Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file Bugzilla Id: 58987 | |
Java | bsd-3-clause | 215df06f2ad8106f7f25ed15d38668053adf4d70 | 0 | edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon | /*
* $Id: MathematicalSciencesPublishersArticleIteratorFactory.java,v 1.4 2014-03-07 00:02:50 etenbrink Exp $
*/
/*
Copyright (c) 2000-2014 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and ass... | plugins/src/org/lockss/plugin/mathematicalsciencespublishers/MathematicalSciencesPublishersArticleIteratorFactory.java | /*
* $Id: MathematicalSciencesPublishersArticleIteratorFactory.java,v 1.3 2013-12-20 05:27:28 etenbrink Exp $
*/
/*
Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and ass... | Replace year parameter (string with int) and use char class
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@33090 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| plugins/src/org/lockss/plugin/mathematicalsciencespublishers/MathematicalSciencesPublishersArticleIteratorFactory.java | Replace year parameter (string with int) and use char class | |
Java | bsd-3-clause | 7f725e69bd198ede812a02983a3ab8597687dacc | 0 | credentials/credentials_api | /*
* Copyright (c) 2015, the IRMA Team
* 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 conditio... | src/main/java/org/irmacard/credentials/info/DescriptionStore.java | /*
* Copyright (c) 2015, the IRMA Team
* 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 conditio... | Allow DescriptionStore without filesystem backing
| src/main/java/org/irmacard/credentials/info/DescriptionStore.java | Allow DescriptionStore without filesystem backing | |
Java | bsd-3-clause | 9c93055e3545b2e4bdbc8c2978ae5d575a19525c | 0 | fabricebouye/gw2-web-api-mapping,fabricebouye/gw2-web-api-mapping | /*
* Copyright (C) 2015-2016 Fabrice Bouyé
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
package api.web.gw2.mapping.v2.characters;
import api.web.gw2.mapping.core.DurationValue;
import api.web.gw2.mapping.cor... | src/api/web/gw2/mapping/v2/characters/Character.java | /*
* Copyright (C) 2015-2016 Fabrice Bouyé
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
package api.web.gw2.mapping.v2.characters;
import api.web.gw2.mapping.core.DurationValue;
import api.web.gw2.mapping.cor... | Fixed method name spelling.
| src/api/web/gw2/mapping/v2/characters/Character.java | Fixed method name spelling. | |
Java | mit | b3f65dacf8828d4794242634db0273c8eb07e381 | 0 | douggie/XChange | package org.knowm.xchange.livecoin;
import static org.knowm.xchange.currency.Currency.getInstance;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
im... | xchange-livecoin/src/main/java/org/knowm/xchange/livecoin/LivecoinAdapters.java | package org.knowm.xchange.livecoin;
import static org.knowm.xchange.currency.Currency.getInstance;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java... | [livecoin] fixed price on UserTrade
| xchange-livecoin/src/main/java/org/knowm/xchange/livecoin/LivecoinAdapters.java | [livecoin] fixed price on UserTrade | |
Java | mit | 1d59975e873b0f73740094c7ecb2a26a26b361e1 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package com.worth.ifs;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.flywaydb.core.Flyway;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframew... | ifs-data-service/src/test/java/com/worth/ifs/BaseRestServiceIntegrationTest.java | package com.worth.ifs;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.flywaydb.core.Flyway;
import org.junit.Before;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value... | INFUND-1889 changed rest integration unit test
| ifs-data-service/src/test/java/com/worth/ifs/BaseRestServiceIntegrationTest.java | INFUND-1889 changed rest integration unit test | |
Java | mit | 20d65142c89cae30ac592cc54626b2ad0d26453b | 0 | raphaelm/opacclient,opacapp/opacclient,johan12345/opacclient,raphaelm/opacclient,opacapp/opacclient,ruediger-w/opacclient,ruediger-w/opacclient,opacapp/opacclient,opacapp/opacclient,johan12345/opacclient,johan12345/opacclient,ruediger-w/opacclient,johan12345/opacclient,johan12345/opacclient,ruediger-w/opacclient,ruedig... | package de.geeksfactory.opacclient.apis;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.message.BasicNameValuePair... | opacclient/libopac/src/main/java/de/geeksfactory/opacclient/apis/Adis.java | package de.geeksfactory.opacclient.apis;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.message.BasicNameValuePair... | Adis: implement getResultById and getShareUrl if "Zitierlink" available
(e.g. Stuttgart)
| opacclient/libopac/src/main/java/de/geeksfactory/opacclient/apis/Adis.java | Adis: implement getResultById and getShareUrl if "Zitierlink" available (e.g. Stuttgart) | |
Java | mit | 47522be43af0ef9fb2aa41de765c4c538febd1c9 | 0 | DemigodsRPG/Demigods3 | package com.censoredsoftware.Demigods.Episodes.Demo;
import com.censoredsoftware.Demigods.Engine.Demigods;
import com.censoredsoftware.Demigods.Engine.Object.Deity.Deity;
import com.censoredsoftware.Demigods.Engine.Object.Structure.Structure;
import com.censoredsoftware.Demigods.Engine.Object.Task.TaskSet;
import com.... | src/main/java/com/censoredsoftware/Demigods/Episodes/Demo/EpisodeDemo.java | package com.censoredsoftware.Demigods.Episodes.Demo;
import com.censoredsoftware.Demigods.Engine.Demigods;
import com.censoredsoftware.Demigods.Engine.Object.Deity.Deity;
import com.censoredsoftware.Demigods.Engine.Object.Structure.Structure;
import com.censoredsoftware.Demigods.Engine.Object.Task.TaskSet;
import com.... | Pinpoint lag.
| src/main/java/com/censoredsoftware/Demigods/Episodes/Demo/EpisodeDemo.java | Pinpoint lag. | |
Java | mpl-2.0 | 6642a02d15ee4ccf2cb05020a3e044134db455e5 | 0 | joansmith/RoyalCommands,RoyalDev/RoyalCommands | package org.royaldev.royalcommands;
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the ... | src/org/royaldev/royalcommands/RoyalCommands.java | package org.royaldev.royalcommands;
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the ... | Fixed: NPE on start
| src/org/royaldev/royalcommands/RoyalCommands.java | Fixed: NPE on start | |
Java | lgpl-2.1 | 1f1a64c6f44eee94905d82c3dbe7afa3b6a7abc4 | 0 | xwiki/xwiki-enterprise,xwiki/xwiki-enterprise | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-enterprise-test/xwiki-enterprise-test-ui/src/test/it/org/xwiki/test/ui/LanguageTest.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [misc] Fix test
| xwiki-enterprise-test/xwiki-enterprise-test-ui/src/test/it/org/xwiki/test/ui/LanguageTest.java | [misc] Fix test | |
Java | apache-2.0 | f4653acb60c94f3a49ab9d0cdf577dc5bb240581 | 0 | pspaude/uPortal,ASU-Capstone/uPortal,phillips1021/uPortal,doodelicious/uPortal,joansmith/uPortal,EdiaEducationTechnology/uPortal,Jasig/uPortal,joansmith/uPortal,Jasig/uPortal-start,EsupPortail/esup-uportal,EsupPortail/esup-uportal,phillips1021/uPortal,jameswennmacher/uPortal,groybal/uPortal,jhelmer-unicon/uPortal,joans... | /**
* Copyright 2001 The JA-SIG Collaborative. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this lis... | source/org/jasig/portal/security/provider/ReferencePermissionManager.java | /**
* Copyright 2001 The JA-SIG Collaborative. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this lis... | fixed unreleased connection
git-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@4887 f5dbab47-78f9-eb45-b975-e544023573eb
| source/org/jasig/portal/security/provider/ReferencePermissionManager.java | fixed unreleased connection | |
Java | apache-2.0 | 4495b5b92f30337aa8ecefaca78b4a6a2852493e | 0 | jsbaidwan/QuakeReport | /*
* Copyright (C) 2016 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... | app/src/main/java/com/example/android/quakereport/EarthquakeActivity.java | /*
* Copyright (C) 2016 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... | implementing AsyncTask
| app/src/main/java/com/example/android/quakereport/EarthquakeActivity.java | implementing AsyncTask | |
Java | apache-2.0 | 8de50f4c2a2047d8600b5b91ea5553f7638bf440 | 0 | Nastel/tnt4j-stream-gc | /*
* Copyright 2014-2015 JKOOL, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | src/org/tnt4j/stream/java/gc/GCTracker.java | /*
* Copyright 2014-2015 JKOOL, LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | ability to override source name for -javaagent
ability to override source name for -javaagent
| src/org/tnt4j/stream/java/gc/GCTracker.java | ability to override source name for -javaagent | |
Java | apache-2.0 | 86a34ab77953b9d77e0cb2c4575f9240b73590a1 | 0 | kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox,apache/pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDNameTreeNode.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | PDFBOX-4071: improve javadoc
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1840252 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDNameTreeNode.java | PDFBOX-4071: improve javadoc | |
Java | apache-2.0 | a7ab9cb83d2c47d980b0b9f6b702e01bd1cf4139 | 0 | ollie314/kafka,noslowerdna/kafka,Esquive/kafka,mihbor/kafka,themarkypantz/kafka,noslowerdna/kafka,sslavic/kafka,TiVo/kafka,KevinLiLu/kafka,Ishiihara/kafka,lindong28/kafka,TiVo/kafka,sebadiaz/kafka,lindong28/kafka,mihbor/kafka,rhauch/kafka,rhauch/kafka,ErikKringen/kafka,richhaase/kafka,sslavic/kafka,guozhangwang/kafka,K... | /**
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may no... | streams/src/test/java/org/apache/kafka/streams/integration/QueryableStateIntegrationTest.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 no... | MINOR: catch InvalidStateStoreException in QueryableStateIntegrationTest
A couple of the tests may transiently fail in QueryableStateIntegrationTest as they are not catching InvalidStateStoreException. This exception is expected during rebalance.
Author: Damian Guy <damian.guy@gmail.com>
Reviewers: Eno Thereska, Guo... | streams/src/test/java/org/apache/kafka/streams/integration/QueryableStateIntegrationTest.java | MINOR: catch InvalidStateStoreException in QueryableStateIntegrationTest | |
Java | apache-2.0 | 245aaa9a1c53dcacc52c9b2d3b4e517fbd1318aa | 0 | gbif/dwc-api | /*
* Copyright 2021 Global Biodiversity Information Facility (GBIF)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | src/main/java/org/gbif/dwc/terms/Terms.java | /*
* Copyright 2021 Global Biodiversity Information Facility (GBIF)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | Utility methods for Vocabulary terms
| src/main/java/org/gbif/dwc/terms/Terms.java | Utility methods for Vocabulary terms | |
Java | apache-2.0 | ac4198aaa06e2d008a0baebf083c6c7b4f444329 | 0 | mintern/gson | /*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | src/main/java/com/google/gson/internal/bind/Reflection.java | /*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | Support calling private constructors
git-svn-id: 7b8be7b2f8bf58e8147c910303b95fa2b8d9948f@916 2534bb62-2c4b-0410-85e8-b5006b95c4ae
| src/main/java/com/google/gson/internal/bind/Reflection.java | Support calling private constructors | |
Java | apache-2.0 | ee7bca12ec48df9ab764943cb33dbd57e03125b9 | 0 | ic3fox/jawr,ic3fox/jawr,ic3fox/jawr,ic3fox/jawr | /**
* Copyright 2007-2016 Jordi Hernández Sellés, Ibrahim Chaehoi
*
* 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 ... | jawr-core/src/main/java/net/jawr/web/resource/bundle/handler/ResourceBundlesHandlerImpl.java | /**
* Copyright 2007-2016 Jordi Hernández Sellés, Ibrahim Chaehoi
*
* 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 ... | Fix issue in with search variant postprocessor | jawr-core/src/main/java/net/jawr/web/resource/bundle/handler/ResourceBundlesHandlerImpl.java | Fix issue in with search variant postprocessor | |
Java | apache-2.0 | 063ff3b0e0dc8b87b930687dca8244d3e4eabf35 | 0 | adleritech/flexibee | package com.adleritech.flexibee.core.api;
import com.adleritech.flexibee.core.api.domain.WinstromRequest;
import com.adleritech.flexibee.core.api.domain.WinstromResponse;
import retrofit2.Call;
import retrofit2.Response;
import retrofit2.http.Body;
import retrofit2.http.PUT;
import retrofit2.http.Path;
import java.io... | flexibee-core/src/main/java/com/adleritech/flexibee/core/api/FlexibeeClient.java | package com.adleritech.flexibee.core.api;
import com.adleritech.flexibee.core.api.domain.WinstromRequest;
import com.adleritech.flexibee.core.api.domain.WinstromResponse;
import retrofit2.Call;
import retrofit2.Response;
import retrofit2.http.Body;
import retrofit2.http.PUT;
import retrofit2.http.Path;
import java.io... | Allow to change flexibee url
| flexibee-core/src/main/java/com/adleritech/flexibee/core/api/FlexibeeClient.java | Allow to change flexibee url | |
Java | apache-2.0 | a41f3baed3657153d189b7c6ede9d99d59b5b0d9 | 0 | etnetera/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,ham1/jmeter,ham1/jmeter,apache/jmeter,benbenw/jmeter,apache/jmeter,benbenw/jmeter,etnetera/jmeter,etnetera/jmeter,ham1/jmeter,etnetera/jmeter,etnetera/jmeter,apache/jmeter | /*
* 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/components/org/apache/jmeter/assertions/ResponseAssertion.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 ... | Re-arrange order slightly to give better debug output
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1443164 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 91e2b1d4ab0301b03a591a4b9f306b920b6e35bd | src/components/org/apache/jmeter/assertions/ResponseAssertion.java | Re-arrange order slightly to give better debug output | |
Java | apache-2.0 | 614f4871a4a4bae6cfb52952e19e2bcffe438d8c | 0 | AsuraTeam/dubbos,AsuraTeam/dubbos,AsuraTeam/dubbos | /*
* Copyright 1999-2011 Alibaba Group.
*
* 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 appl... | dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/support/FailoverClusterInvoker.java | /*
* Copyright 1999-2011 Alibaba Group.
*
* 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 appl... | 检查null
git-svn-id: 3d0e7b608a819e97e591a7b753bfd1a27aaeb5ee@1062 1a56cb94-b969-4eaa-88fa-be21384802f2
| dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/support/FailoverClusterInvoker.java | 检查null | |
Java | apache-2.0 | de05fb9723834072157711ff1cc7f147a7df86eb | 0 | wro4j/wro4j,dacofr/wro4j,UAK-35/wro4j,UAK-35/wro4j,dacofr/wro4j,dacofr/wro4j,wro4j/wro4j,UAK-35/wro4j,UAK-35/wro4j,wro4j/wro4j,dacofr/wro4j | /**
* Copyright Alex Objelean
*/
package ro.isdc.wro.maven.plugin;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringWriter;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.Arra... | wro4j-maven-plugin/src/main/java/ro/isdc/wro/maven/plugin/AbstractWro4jMojo.java | /**
* Copyright Alex Objelean
*/
package ro.isdc.wro.maven.plugin;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringWriter;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.Arra... | rename a method and add javadoc
| wro4j-maven-plugin/src/main/java/ro/isdc/wro/maven/plugin/AbstractWro4jMojo.java | rename a method and add javadoc | |
Java | apache-2.0 | 99b0f2325d3c95eab3a711a6408b88c5b69ca196 | 0 | joansmith/supernode,bitsofproof/supernode | server/src/test/java/com/bitsofproof/supernode/test/LevelDBTest.java | package com.bitsofproof.supernode.test;
import static org.fusesource.leveldbjni.JniDBFactory.factory;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import org.iq80.leveldb.DB;
import org.iq80.leveldb.DBComparator;
import org.i... | leveldb test randomly breaks on travis. Not testing. | server/src/test/java/com/bitsofproof/supernode/test/LevelDBTest.java | leveldb test randomly breaks on travis. Not testing. | ||
Java | apache-2.0 | 22c68700407070fa45fe4728cb095c794bd0e645 | 0 | EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | atlasdb-impl-shared/src/main/java/com/palantir/atlasdb/transaction/impl/SnapshotTransaction.java | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | Make internal put private
| atlasdb-impl-shared/src/main/java/com/palantir/atlasdb/transaction/impl/SnapshotTransaction.java | Make internal put private | |
Java | apache-2.0 | 59d5e70df836087c4462c52f825b6258ef913ca9 | 0 | galderz/Aeron,mikeb01/Aeron,oleksiyp/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,galderz/Aeron,galderz/Aeron,real-logic/Aeron,mikeb01/Aeron,mikeb01/Aeron,galderz/Aeron,oleksiyp/Aeron,real-logic/Aeron,oleksiyp/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron | /*
* Copyright 2014-2017 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | aeron-archiver/src/main/java/io/aeron/archiver/Archiver.java | /*
* Copyright 2014-2017 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [Java] Default archiver forcing writes to false.
| aeron-archiver/src/main/java/io/aeron/archiver/Archiver.java | [Java] Default archiver forcing writes to false. | |
Java | apache-2.0 | c0a2c6ee1534d4a6e7ec0c4b4c8a8f0e5b461bda | 0 | StCostea/k3po,jfallows/k3po,StCostea/k3po,mgherghe/k3po,k3po/k3po,dpwspoon/k3po,cmebarrow/k3po,dpwspoon/k3po,jfallows/k3po,mgherghe/k3po,k3po/k3po,cmebarrow/k3po | /**
* Copyright 2007-2015, Kaazing Corporation. 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 require... | driver/src/main/java/org/kaazing/k3po/driver/internal/control/handler/ControlServerHandler.java | /**
* Copyright 2007-2015, Kaazing Corporation. 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 require... | Fix for issue https://github.com/k3po/k3po/issues/400 .
| driver/src/main/java/org/kaazing/k3po/driver/internal/control/handler/ControlServerHandler.java | Fix for issue https://github.com/k3po/k3po/issues/400 . | |
Java | apache-2.0 | b88b6436c9877758972a3c4376bc1196591bc076 | 0 | ceylon/ceylon-js,ceylon/ceylon-js,ceylon/ceylon-js | package com.redhat.ceylon.compiler.js;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.redhat.ceylon.compiler.typechecker.model.Declaration;
import com.redhat.ceylon.compiler.typechecker.model.Functional;
import com.redhat.ceylon.compiler.typechecker.model... | src/main/java/com/redhat/ceylon/compiler/js/InvocationGenerator.java | package com.redhat.ceylon.compiler.js;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.redhat.ceylon.compiler.typechecker.model.Declaration;
import com.redhat.ceylon.compiler.typechecker.model.Functional;
import com.redhat.ceylon.compiler.typechecker.model... | Use internal `dyntype` function to instantiate dynamic types #173
| src/main/java/com/redhat/ceylon/compiler/js/InvocationGenerator.java | Use internal `dyntype` function to instantiate dynamic types #173 | |
Java | apache-2.0 | f2a97f3cd51362ad94596b01f672d35cedd86438 | 0 | apache/tapestry-5,apache/tapestry-5,apache/tapestry-5,apache/tapestry-5,apache/tapestry-5 | // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed unde... | tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/PerthreadManagerImpl.java | // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed unde... | TAP5-2477: improve performance of org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl.getPerthreadMap(), extract classes
| tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/PerthreadManagerImpl.java | TAP5-2477: improve performance of org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl.getPerthreadMap(), extract classes | |
Java | apache-2.0 | f9486d46acbd1ba293cadef41401031010c2996d | 0 | zcmoore/plp-grinder,Progressive-Learning-Platform/plp-grinder,zcmoore/plp-grinder,Progressive-Learning-Platform/plp-grinder | package edu.asu.plp;
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.regex.Pattern;
import edu.asu.plp.compile.lex.LexException;
import edu.asu.util.Strings;
public class Token
{
public static interface Groups
{
public static final Strin... | src/edu/asu/plp/Token.java | package edu.asu.plp;
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.regex.Pattern;
import edu.asu.plp.compile.lex.LexException;
import edu.asu.util.Strings;
public class Token
{
public static interface Groups
{
public static final Strin... | Fix invalid token handling
Fixes infinite loop
| src/edu/asu/plp/Token.java | Fix invalid token handling | |
Java | apache-2.0 | bfaf938aeaa54f8aa1bab7513b73b03f26d832f9 | 0 | estatio/estatio,estatio/estatio,estatio/estatio,estatio/estatio | package org.estatio.capex.dom.impmgr;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.inject.Inject;
import org.apache.isis.applib.annotation.DomainObject;
import org.apache.isis.applib.annotation.Nature;
import org.estatio.capex.dom.invoice... | estatioapp/module/capex/dom/src/main/java/org/estatio/capex/dom/impmgr/OrderInvoiceImportReport.java | package org.estatio.capex.dom.impmgr;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.inject.Inject;
import org.apache.isis.applib.annotation.DomainObject;
import org.apache.isis.applib.annotation.Nature;
import org.estatio.capex.dom.invoice... | fixes possible NPE in order invoice report
| estatioapp/module/capex/dom/src/main/java/org/estatio/capex/dom/impmgr/OrderInvoiceImportReport.java | fixes possible NPE in order invoice report | |
Java | apache-2.0 | 5e0eefe5d3698883b83cabfcaef5af9d87b9f726 | 0 | ClarisseSan/StockHawk | package com.sam_chordas.android.stockhawk.data;
import net.simonvt.schematic.annotation.Database;
import net.simonvt.schematic.annotation.Table;
/**
* Created by sam_chordas on 10/5/15.
*/
@Database(version = QuoteDatabase.VERSION)
public class QuoteDatabase {
private QuoteDatabase(){}
public static final int ... | app/src/main/java/com/sam_chordas/android/stockhawk/data/QuoteDatabase.java | package com.sam_chordas.android.stockhawk.data;
import net.simonvt.schematic.annotation.Database;
import net.simonvt.schematic.annotation.Table;
/**
* Created by sam_chordas on 10/5/15.
*/
@Database(version = QuoteDatabase.VERSION)
public class QuoteDatabase {
private QuoteDatabase(){}
public static final int ... | update database version
| app/src/main/java/com/sam_chordas/android/stockhawk/data/QuoteDatabase.java | update database version | |
Java | apache-2.0 | 902ae946a1618f7423617c08c3cd7a5960f14e9d | 0 | apache/openwebbeans,apache/openwebbeans,apache/openwebbeans | /*
* 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 ma... | webbeans-impl/src/main/java/org/apache/webbeans/el/WebBeansELResolver.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 ma... | remove unchecked exceptions from our methods
git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1307826 13f79535-47bb-0310-9956-ffa450edef68
| webbeans-impl/src/main/java/org/apache/webbeans/el/WebBeansELResolver.java | remove unchecked exceptions from our methods | |
Java | apache-2.0 | 3c6bf14c16a4ddac28afcdbbe6a546ccd305c9d5 | 0 | dreis2211/spring-boot,spring-projects/spring-boot,chrylis/spring-boot,vpavic/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,chrylis/spring-boot,vpavic/spring-boot,htynkn/spring-boot,htynkn/spring-boot,htynkn/spring-boot,aahlenst/spring-boot,dreis2211/spring-boot,wilkinsona/spring-boot,Buzzardo/spring-boo... | /*
* Copyright 2012-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceBuilder.java | /*
* Copyright 2012-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Polish
| spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceBuilder.java | Polish | |
Java | bsd-3-clause | e5cb0abb61dc78fa485bd4c10d1edfa1da6b6428 | 0 | mplushnikov/lombok-intellij-plugin,mplushnikov/lombok-intellij-plugin | package de.plushnikov.intellij.plugin.lombokconfig;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.util.PathUtil;
import com.intellij.util.indexing.*;
import com.intellij.util.io.DataExternalizer;
import com.intellij.util.io.KeyDescriptor;
import de.p... | src/main/java/de/plushnikov/intellij/plugin/lombokconfig/LombokConfigIndex.java | package de.plushnikov.intellij.plugin.lombokconfig;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.util.PathUtil;
import com.intellij.util.indexing.*;
import com.intellij.util.io.DataExternalizer;
import com.intellij.util.io.KeyDescriptor;
import de.p... | shared-indexes: add FileBasedIndexExtension.canBeShared to exclude problematic indexes from sharing, exclude LombokIndex IDEA-253057.
GitOrigin-RevId: a139ff9e587ebeba1b44ba676df14bf7637cd1c9 | src/main/java/de/plushnikov/intellij/plugin/lombokconfig/LombokConfigIndex.java | shared-indexes: add FileBasedIndexExtension.canBeShared to exclude problematic indexes from sharing, exclude LombokIndex IDEA-253057. | |
Java | bsd-3-clause | e413605605187daa8da4424c4f5dd3c4a84593c3 | 0 | pepyakin/threetenbp,naixx/threetenbp,ThreeTen/threetenbp,jnehlmeier/threetenbp,jnehlmeier/threetenbp,ThreeTen/threetenbp,naixx/threetenbp,pepyakin/threetenbp | /*
* Copyright (c) 2008-2010, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above c... | src/test/java/javax/time/format/TestCalendricalPrintException.java | /*
* Copyright (c) 2008-2010, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above c... | TestCalendricalPrintException annotated
| src/test/java/javax/time/format/TestCalendricalPrintException.java | TestCalendricalPrintException annotated | |
Java | bsd-3-clause | 74b4c45ecc5de9c90efc68d0c7d6dc78d7a9d8a1 | 0 | sebastiangraf/treetank,sebastiangraf/treetank,sebastiangraf/treetank | package com.treetank.xmlprague;
import java.io.File;
import java.util.Properties;
import com.treetank.access.Database;
import com.treetank.api.IDatabase;
import com.treetank.api.ISession;
import com.treetank.api.IWriteTransaction;
import com.treetank.exception.TTException;
import com.treetank.service.xml.shredder.ESh... | bundles/treetank-paper/src/main/java/com/treetank/xmlprague/IncrementalShred.java | package com.treetank.xmlprague;
import java.io.File;
import java.util.Properties;
import com.treetank.access.Database;
import com.treetank.api.IDatabase;
import com.treetank.api.ISession;
import com.treetank.api.IWriteTransaction;
import com.treetank.exception.TTException;
import com.treetank.service.xml.shredder.ESh... | adapted benchmark
git-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@5756 e3ddb328-5bfe-0310-b762-aafcbcbd2528
| bundles/treetank-paper/src/main/java/com/treetank/xmlprague/IncrementalShred.java | adapted benchmark | |
Java | bsd-3-clause | 861611f9180da02e26523e8c6745fa598930e70d | 0 | kops/jbehave-core,skundrik/jbehave-core,jeremiehuchet/jbehave-core,irfanah/jbehave-core,eugen-eugen/eugensjbehave,jbehave/jbehave-core,eugen-eugen/eugensjbehave,bsaylor/jbehave-core,irfanah/jbehave-core,valfirst/jbehave-core,pocamin/jbehave-core,mhariri/jbehave-core,skundrik/jbehave-core,jeremiehuchet/jbehave-core,code... | package org.jbehave.core.steps;
import static java.util.Arrays.asList;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.DateFormat;
import java.text.NumberFormat;
import java.text.Pars... | jbehave-core/src/main/java/org/jbehave/core/steps/ParameterConverters.java | package org.jbehave.core.steps;
import static java.util.Arrays.asList;
import java.lang.reflect.Method;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.DateFormat;
import java.text.NumberFormat;
import java.text.Pars... | Fixed generics warnings
| jbehave-core/src/main/java/org/jbehave/core/steps/ParameterConverters.java | Fixed generics warnings | |
Java | mit | cecedf2e87498ff9bc8c95a8ff5fac5b2f47bdb3 | 0 | vincentzhang96/VahrhedralBot | package co.phoenixlab.discord;
import co.phoenixlab.discord.api.DiscordApiClient;
import co.phoenixlab.discord.api.entities.Channel;
import co.phoenixlab.discord.api.entities.Message;
import co.phoenixlab.discord.api.entities.User;
import java.time.Duration;
import java.time.Instant;
import java.util.StringJoiner;
p... | src/main/java/co/phoenixlab/discord/Commands.java | package co.phoenixlab.discord;
import co.phoenixlab.discord.api.DiscordApiClient;
import co.phoenixlab.discord.api.entities.Channel;
import co.phoenixlab.discord.api.entities.Message;
import co.phoenixlab.discord.api.entities.User;
import java.time.Duration;
import java.time.Instant;
import java.util.StringJoiner;
p... | Cmd admins should be a regular command
| src/main/java/co/phoenixlab/discord/Commands.java | Cmd admins should be a regular command | |
Java | mit | e8de211976b31b7a273366416943cfde3d926031 | 0 | bugsnag/bugsnag-java,bugsnag/bugsnag-java,bugsnag/bugsnag-java | package com.bugsnag;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import com.bugsnag.callbacks.Callback;
import com.bugsnag.delivery.Delivery;... | bugsnag/src/test/java/com/bugsnag/BugsnagTest.java | package com.bugsnag;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import com.bugsnag.callbacks.Callback;
import com.bugsnag.delivery.Delivery;... | added a test for default filters on request headers
| bugsnag/src/test/java/com/bugsnag/BugsnagTest.java | added a test for default filters on request headers | |
Java | agpl-3.0 | b6a79a0e911144283c112fe84662568776ad603e | 0 | papparazzo/moba-appServer,papparazzo/moba-server | /*
* Project: moba-server
*
* Copyright (C) 2016 Stefan Paproth <pappi-@gmx.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (a... | src/main/java/moba/server/messagehandler/Layout.java | /*
* Project: moba-server
*
* Copyright (C) 2016 Stefan Paproth <pappi-@gmx.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (a... | wip... | src/main/java/moba/server/messagehandler/Layout.java | wip... | |
Java | agpl-3.0 | 0f8fdd3c804c925ac07910e4667cf9b86e04b703 | 0 | quikkian-ua-devops/will-financials,ua-eas/kfs-devops-automation-fork,ua-eas/kfs-devops-automation-fork,smith750/kfs,kkronenb/kfs,UniversityOfHawaii/kfs,smith750/kfs,quikkian-ua-devops/kfs,bhutchinson/kfs,ua-eas/kfs,ua-eas/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,ua-eas/kfs,UniversityOfHawaii/kfs,ua-eas/kfs,qui... | /*
* Copyright 2006 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | work/src/org/kuali/kfs/module/cg/document/authorization/ResearchRiskTypeMaintenanceDocumentAuthorizer.java | /*
* Copyright 2006 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | Refresh object; don't need business object service
| work/src/org/kuali/kfs/module/cg/document/authorization/ResearchRiskTypeMaintenanceDocumentAuthorizer.java | Refresh object; don't need business object service | |
Java | lgpl-2.1 | ade129b7b564eb3c11bde20e8cc01c24c8b5c1c4 | 0 | koying/libbluray,mwgoldsmith/bluray,Azzuro/libbluray,ShiftMediaProject/libbluray,tourettes/libbluray,ShiftMediaProject/libbluray,tourettes/libbluray,UIKit0/libbluray,koying/libbluray,EdwardNewK/libbluray,Distrotech/libbluray,Distrotech/libbluray,vlc-mirror/libbluray,ShiftMediaProject/libbluray,Azzuro/libbluray,vlc-mirr... | /*
* This file is part of libbluray
* Copyright (C) 2012 libbluray
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any l... | src/libbluray/bdj/java-j2me/java/awt/BDGraphics.java | /*
* This file is part of libbluray
* Copyright (C) 2012 libbluray
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any l... | BDGraphics: merge from SE to ME
| src/libbluray/bdj/java-j2me/java/awt/BDGraphics.java | BDGraphics: merge from SE to ME | |
Java | lgpl-2.1 | 4b100da3bd8fc781c18b1ddfec1aebe9a808d0c1 | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id: CharacterSprite.java,v 1.23 2002/03/08 22:35:55 mdb Exp $
package com.threerings.cast;
import com.threerings.media.sprite.MultiFrameImage;
import com.threerings.media.sprite.Path;
import com.threerings.media.sprite.Sprite;
/**
* A character sprite is a sprite that animates itself while walking
* about i... | src/java/com/threerings/cast/CharacterSprite.java | //
// $Id: CharacterSprite.java,v 1.22 2002/03/04 22:47:06 mdb Exp $
package com.threerings.cast;
import com.threerings.media.sprite.MultiFrameImage;
import com.threerings.media.sprite.Path;
import com.threerings.media.sprite.Sprite;
/**
* A character sprite is a sprite that animates itself while walking
* about i... | Added support for changing a sprite's character descriptor in situ.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@1110 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/cast/CharacterSprite.java | Added support for changing a sprite's character descriptor in situ. | |
Java | apache-2.0 | 649e327c59dba37accbf2a0b3c4013a908034860 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2018, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | server/src/test/java/io/spine/server/bus/BusesShould.java | /*
* Copyright 2018, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | Rename `testBusForError` to `assertBusPostErrs`.
| server/src/test/java/io/spine/server/bus/BusesShould.java | Rename `testBusForError` to `assertBusPostErrs`. | |
Java | apache-2.0 | 52f8efa3a4b25c875650fd8a104642818e8e6ef6 | 0 | zace-yuan/retrofit,c0deh4xor/retrofit,enieber/retrofit,ggchxx/retrofit,YlJava110/retrofit,zhupengGitHub/retrofit,b-cuts/retrofit,aurae/retrofit,vignesh-iopex/retrofit,java02014/retrofit,yoslabs/retrofit,avbk/retrofit,janzoner/retrofit,xfumihiro/retrofit,square/retrofit,zace-yuan/retrofit,equinoxel/retrofit,ianrumac/ret... | package retrofit.http;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
import org.apache.http.client.meth... | http/src/main/java/retrofit/http/RestAdapter.java | package retrofit.http;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
import org.apache.http.client.meth... | Remove support for implicit injection.
| http/src/main/java/retrofit/http/RestAdapter.java | Remove support for implicit injection. | |
Java | apache-2.0 | c89358f3b7b8f3fa5cf75db3e4e908bef8e34b11 | 0 | nyholmniklas/finvoice2csv | package finvoice2csv;
import static org.junit.Assert.*;
import java.io.File;
import java.math.BigDecimal;
import org.junit.Before;
import org.junit.Test;
import org.niklas.finvoice2csv.model.Finvoice;
import org.niklas.finvoice2csv.util.mappers.Xml2ModelMapper;
import org.niklas.finvoice2csv.util.mappers.Xml2ModelMa... | test/main/java/finvoice2csv/Xml2ModelMapperTest.java | package finvoice2csv;
import static org.junit.Assert.*;
import java.io.File;
import java.math.BigDecimal;
import org.junit.Before;
import org.junit.Test;
import org.niklas.finvoice2csv.model.Finvoice;
import org.niklas.finvoice2csv.util.mappers.Xml2ModelMapper;
import org.niklas.finvoice2csv.util.mappers.Xml2ModelMa... | Changed JUnit xml file path to relative
| test/main/java/finvoice2csv/Xml2ModelMapperTest.java | Changed JUnit xml file path to relative |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.