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 | ab0ecd64cf0f21eb2924db50608654b18468d181 | 0 | JohnStarich/java-skip-list,JohnStarich/java-skip-list,JohnStarich/java-skip-list | package com.johnstarich.ee360p.skiplist;
import java.util.AbstractSet;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Random;
/**
* A fine-grained and lock-free skip-list implementation.
* Created by johnstarich on 4/12/17.
*/
public class SkipList extends AbstractSet<Integer> {
class Nod... | src/main/java/com/johnstarich/ee360p/skiplist/SkipList.java | package com.johnstarich.ee360p.skiplist;
import java.util.AbstractSet;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.Random;
/**
* A fine-grained and lock-free skip-list implementation.
* Created by johnstarich on 4/12/17.
*/
public class SkipList extends AbstractSet<Integer> {
class Nod... | Fix insert, off by ones, and array list init
| src/main/java/com/johnstarich/ee360p/skiplist/SkipList.java | Fix insert, off by ones, and array list init | |
Java | apache-2.0 | 8f57358d7542c1dc3771cdc4f8f401c51a8251f8 | 0 | curious-attempt-bunny/rabbit-http-proxy-fake-desktop-headers,toonetown/rabbit-maven | package rabbit.zip;
/** The state a gzip packing can be in.
*
* @author <a href="mailto:robo@khelekore.org">Robert Olofsson</a>
*/
interface GZipPackState {
/** Check if the packer currently needs more data
* @return true if more input data is currently needed
*/
boolean needsInput ();
/** H... | src/rabbit/zip/GZipPackState.java | package rabbit.zip;
/** The state a gzip packing can be in.
*
* @author <a href="mailto:robo@khelekore.org">Robert Olofsson</a>
*/
interface GZipPackState {
/** Check if the packer currently needs more data
*/
boolean needsInput ();
/** Handle a buffer.
* @param buf the data to be handled.
... | Add some javadoc.
| src/rabbit/zip/GZipPackState.java | Add some javadoc. | |
Java | apache-2.0 | a5e91f8b8cf2bb4a4860646e97d3312813221278 | 0 | google/ground-android,google/ground-android,google/ground-android | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | gnd/src/main/java/com/google/android/gnd/persistence/geojson/GeoJsonParser.java | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Improve code quality in GeoJsonParser
- Move static methods below public ones
- Split JSON file reading into a separate function
- Read files character by character instead of line by line
- Return empty strings when URL and ID fields aren't present in JSON
tiles.
| gnd/src/main/java/com/google/android/gnd/persistence/geojson/GeoJsonParser.java | Improve code quality in GeoJsonParser | |
Java | apache-2.0 | d78494d12b0279b612b9c7bdcf78dbba7cb6fc2e | 0 | lantunes/fixd | /*
* Copyright (C) 2014 BigTesting.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | src/test/java/org/bigtesting/fixd/tests/TestServerFixture.java | /*
* Copyright (C) 2014 BigTesting.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | added test
| src/test/java/org/bigtesting/fixd/tests/TestServerFixture.java | added test | |
Java | apache-2.0 | cd083218a6cbb3816f3ddce238aa2d0d02692bbc | 0 | Lekanich/intellij-community,robovm/robovm-studio,pwoodworth/intellij-community,diorcety/intellij-community,fnouama/intellij-community,salguarnieri/intellij-community,nicolargo/intellij-community,supersven/intellij-community,salguarnieri/intellij-community,ThiagoGarciaAlves/intellij-community,ahb0327/intellij-community,... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java | /*
* Copyright 2000-2009 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... | Invalid file exception
| platform/platform-api/src/com/intellij/openapi/fileEditor/OpenFileDescriptor.java | Invalid file exception | |
Java | apache-2.0 | f7db469dafd1d55d705dddaf1987603badf37ef8 | 0 | microprofile/microprofile-config | /*
* Copyright (c) 2016-2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the Licen... | tck/src/main/java/org/eclipse/microprofile/config/tck/PropertyExpressionsTest.java | /*
* Copyright (c) 2016-2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the Licen... | Properly deploy test as Arquillian app (#607)
Signed-off-by: tevans <bbb6cb1c35947eed47a195f3a89b506a71fc89e5@uk.ibm.com> | tck/src/main/java/org/eclipse/microprofile/config/tck/PropertyExpressionsTest.java | Properly deploy test as Arquillian app (#607) | |
Java | apache-2.0 | a7f74e0d9b40a5a1d44cae5e6078131b6b162b02 | 0 | FredGithub/libgdx,bladecoder/libgdx,libgdx/libgdx,czyzby/libgdx,FredGithub/libgdx,Zomby2D/libgdx,stinsonga/libgdx,NathanSweet/libgdx,ttencate/libgdx,hyvas/libgdx,fwolff/libgdx,FredGithub/libgdx,kotcrab/libgdx,alex-dorokhov/libgdx,MovingBlocks/libgdx,Zomby2D/libgdx,josephknight/libgdx,FredGithub/libgdx,tommyettinger/lib... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/BillboardParticleBatch.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | Expose getShader for easier customization of billboarding effects
| gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/BillboardParticleBatch.java | Expose getShader for easier customization of billboarding effects | |
Java | apache-2.0 | 460c5ef052da05c45e7091fb6e40c5a7af66e7e4 | 0 | pfirmstone/river-internet,pfirmstone/JGDMS,pfirmstone/river-internet,pfirmstone/JGDMS,pfirmstone/JGDMS,pfirmstone/river-internet,cdegroot/river,pfirmstone/JGDMS,cdegroot/river | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... | src/com/sun/jini/start/SharedActivationPolicyPermission.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... | Fixing windows URL / URI issues.
git-svn-id: c7bbe51404944d9b279db17c7a6e06b416cefbc7@1361671 13f79535-47bb-0310-9956-ffa450edef68
| src/com/sun/jini/start/SharedActivationPolicyPermission.java | Fixing windows URL / URI issues. | |
Java | apache-2.0 | 7777d1e9e9b48a276160036f4b21d5b35c2120e4 | 0 | hortonworks/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,sequenceiq/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak | package com.sequenceiq.cloudbreak.service.cluster;
import static java.util.Collections.singletonMap;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.fac... | src/main/java/com/sequenceiq/cloudbreak/service/cluster/AmbariClusterInstaller.java | package com.sequenceiq.cloudbreak.service.cluster;
import static java.util.Collections.singletonMap;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.fac... | CLOUD-114 increase polling time
| src/main/java/com/sequenceiq/cloudbreak/service/cluster/AmbariClusterInstaller.java | CLOUD-114 increase polling time | |
Java | apache-2.0 | fa92b5e557605f61c29fe9a24a308033a735003c | 0 | PetrGasparik/midpoint,rpudil/midpoint,rpudil/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,Pardus-Engerek/engerek,PetrGasparik/midpoint,Pardus-Engerek/engerek,arnost-starosta/midpoint,rpudil/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,rpudil/midpoint,PetrGasparik/midpoin... | /*
* Copyright (c) 2010-2015 Evolveum
*
* 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... | gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/PageAdminFocus.java | /*
* Copyright (c) 2010-2015 Evolveum
*
* 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... | MID-2711 is fixed
| gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/PageAdminFocus.java | MID-2711 is fixed | |
Java | apache-2.0 | 6bd9cada019e984d4fd6cba080030213f479a2ac | 0 | ajukraine/closure-compiler,ajukraine/closure-compiler | /*
* Copyright 2009 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | src/com/google/javascript/jscomp/AbstractCommandLineRunner.java | /*
* Copyright 2009 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
Revise the --mf_map flag
R=nicksantos,laszlocsomor
DELTA=49 (2 added, 25 deleted, 22 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=2896
| src/com/google/javascript/jscomp/AbstractCommandLineRunner.java | ||
Java | apache-2.0 | fc3a096305559940f9c18b697cc7ccda5cc77e54 | 0 | hollycroxton/commons-lang,longestname1/commonslang,MarkDacek/commons-lang,apache/commons-lang,PascalSchumacher/commons-lang,byMan/naya279,Ajeet-Ganga/commons-lang,Ajeet-Ganga/commons-lang,xuerenlv/commons-lang,Ajeet-Ganga/commons-lang,MuShiiii/commons-lang,byMan/naya279,byMan/naya279,jacktan1991/commons-lang,jacktan199... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.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 ... | add reverse equality test assertions
git-svn-id: bab3daebc4e66440cbcc4aded890e63215874748@996711 13f79535-47bb-0310-9956-ffa450edef68
| src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java | add reverse equality test assertions | |
Java | apache-2.0 | 4f073cd4bdedd04ffc0b873357a1b1bf052994cb | 0 | strapdata/elassandra,gingerwizard/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,vroyer/elassandra,vroyer/elassandra,gfyoung/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticse... | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.security.authz;
import org.elasticsearch.Elas... | plugin/src/main/java/org/elasticsearch/xpack/security/authz/AuthorizationService.java | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.security.authz;
import org.elasticsearch.Elas... | fix typo in AuthorizationService comment
Original commit: elastic/x-pack-elasticsearch@f747df03112284e0208ed3da78b2a354c221acf7
| plugin/src/main/java/org/elasticsearch/xpack/security/authz/AuthorizationService.java | fix typo in AuthorizationService comment | |
Java | apache-2.0 | 50a523d219d3513596f4dbfdb4373a96f04f9e14 | 0 | Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush | package org.usfirst.frc.team2339.Barracuda.commands;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.AutoSettings;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.SendableTimeSpeed;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.SendableTimeVelocity;
import org.usfirst.frc.team2339.Barracud... | 2015RecycleRush/src/org/usfirst/frc/team2339/Barracuda/commands/AutonomousCommand.java | package org.usfirst.frc.team2339.Barracuda.commands;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.AutoSettings;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.SendableTimeSpeed;
import org.usfirst.frc.team2339.Barracuda.smartdashboard.SendableTimeVelocity;
import org.usfirst.frc.team2339.Barracud... | Auto lift and backup only. | 2015RecycleRush/src/org/usfirst/frc/team2339/Barracuda/commands/AutonomousCommand.java | Auto lift and backup only. | |
Java | apache-2.0 | 978c124d519c3d2c87bc13bf252ee688dde2f455 | 0 | TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML | /**
* Copyright (C) 2014 SINTEF <franck.fleurey@sintef.no>
*
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless req... | compilers/c/src/main/java/org/thingml/compilers/c/arduino/ArduinoThingCepCompiler.java | /**
* Copyright (C) 2014 SINTEF <franck.fleurey@sintef.no>
*
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.gnu.org/licenses/lgpl-3.0.txt
*
* Unless req... | rename local variable and message paramaters in stream trigger method
| compilers/c/src/main/java/org/thingml/compilers/c/arduino/ArduinoThingCepCompiler.java | rename local variable and message paramaters in stream trigger method | |
Java | apache-2.0 | 6bf388a1998a7db93a488889b32ccc919d9e0fd0 | 0 | rajubairishetti/pintail,InMobi/pintail,sreedishps/pintail,sreedishps/pintail,InMobi/pintail,rajubairishetti/pintail | package com.inmobi.messaging.logger;
import java.nio.ByteBuffer;
import junit.framework.Assert;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
import org.apache.thrift.TException;
import org.apache.thrift.TSerializer;
import org.testng.annotations.Test;
import com.inmobi.messaging.Mes... | messaging-client-logappender/src/test/java/com/inmobi/messaging/logger/TestLogger.java | package com.inmobi.messaging.logger;
import java.nio.ByteBuffer;
import junit.framework.Assert;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
import org.apache.thrift.TException;
import org.apache.thrift.TSerializer;
import org.testng.annotations.Test;
import com.inmobi.messaging.Mes... | message object is modified when passed to publisher hence creating new
msg object for testing each scenario | messaging-client-logappender/src/test/java/com/inmobi/messaging/logger/TestLogger.java | message object is modified when passed to publisher hence creating new msg object for testing each scenario | |
Java | apache-2.0 | 773481a3a453a1d015b46b3b5c3fd6dcbcade642 | 0 | allotria/intellij-community,hurricup/intellij-community,SerCeMan/intellij-community,tmpgit/intellij-community,suncycheng/intellij-community,pwoodworth/intellij-community,gnuhub/intellij-community,kdwink/intellij-community,hurricup/intellij-community,asedunov/intellij-community,nicolargo/intellij-community,salguarnieri/... | /*
* Copyright 2000-2011 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/java-impl/src/com/intellij/codeInspection/equalsAndHashcode/EqualsAndHashcode.java | /*
* Copyright 2000-2009 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... | EA-27709 - NPE EqualsAndHashcode$1 compute
| java/java-impl/src/com/intellij/codeInspection/equalsAndHashcode/EqualsAndHashcode.java | EA-27709 - NPE EqualsAndHashcode$1 compute | |
Java | apache-2.0 | 7d27f72b83ebc60931243dc65dea75b4d4ae717c | 0 | agibsonccc/cloud-bigtable-client,waprin/cloud-bigtable-client,derjust/cloud-bigtable-client,dmmcerlean/cloud-bigtable-client,ceocoder/cloud-bigtable-client,googleapis/java-bigtable-hbase,kevinsi4508/cloud-bigtable-client,sduskis/cloud-bigtable-client,sduskis/cloud-bigtable-client,googleapis/java-bigtable-hbase,rameshdh... | package com.google.cloud.bigtable.hbase.adapters;
import com.google.api.client.util.Preconditions;
import com.google.api.client.util.Throwables;
import com.google.cloud.bigtable.hbase.BigtableConstants;
import com.google.cloud.bigtable.hbase.adapters.ScanAdapter.ReaderExpressionScope;
import com.google.common.base.Joi... | bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/adapters/FilterAdapter.java | package com.google.cloud.bigtable.hbase.adapters;
import com.google.api.client.util.Preconditions;
import com.google.api.client.util.Throwables;
import com.google.cloud.bigtable.hbase.BigtableConstants;
import com.google.cloud.bigtable.hbase.adapters.ScanAdapter.ReaderExpressionScope;
import com.google.common.base.Joi... | Fix 0-limit ColumnPaginationFilter issues
| bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/adapters/FilterAdapter.java | Fix 0-limit ColumnPaginationFilter issues | |
Java | apache-2.0 | c5bb2bb6669c880c68b13389d8f41fd6d5cfef9f | 0 | mlykotom/valifi | package com.mlykotom.valifi;
import android.annotation.SuppressLint;
import android.app.Application;
import android.content.Context;
import android.support.annotation.IntDef;
import android.support.annotation.StringRes;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.ut... | valifi/src/main/java/com/mlykotom/valifi/ValiFi.java | package com.mlykotom.valifi;
import android.annotation.SuppressLint;
import android.app.Application;
import android.content.Context;
import android.support.annotation.IntDef;
import android.support.annotation.StringRes;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.ut... | Renames annotation for params
| valifi/src/main/java/com/mlykotom/valifi/ValiFi.java | Renames annotation for params | |
Java | apache-2.0 | 19a5fcfefab448921170d57e91db8428b78d22f7 | 0 | alibaba/cooma | package com.metaframe.cooma;
import com.metaframe.cooma.internal.utils.ConcurrentHashSet;
import com.metaframe.cooma.internal.utils.Holder;
import com.metaframe.cooma.internal.utils.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.BufferedReader;
import java.io.InputStream... | src/main/java/com/metaframe/cooma/ExtensionLoader.java | package com.metaframe.cooma;
import com.metaframe.cooma.internal.utils.ConcurrentHashSet;
import com.metaframe.cooma.internal.utils.Holder;
import com.metaframe.cooma.internal.utils.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.BufferedReader;
import java.io.InputStream... | simplify createAdaptiveInstance #15
| src/main/java/com/metaframe/cooma/ExtensionLoader.java | simplify createAdaptiveInstance #15 | |
Java | apache-2.0 | f0093a53923abf0efba6fbfdbc7cfb41cc7033a1 | 0 | lysanderp41/CodeUSummer2017,lysanderp41/CodeUSummer2017 | // Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | src/codeu/chat/server/Server.java | // Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | Fixed it!
| src/codeu/chat/server/Server.java | Fixed it! | |
Java | mit | 35089e608f20582f5b58f884371ce1666c645897 | 0 | litecoin-foundation/loafwallet-android,breadwallet/breadwallet-android,breadwallet/breadwallet-android,breadwallet/breadwallet-android,breadwallet/breadwallet-android,litecoin-foundation/loafwallet-android | package com.breadwallet.presenter.customviews;
import android.content.Context;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.View;
import android.v... | app/src/main/java/com/breadwallet/presenter/customviews/BRSearchBar.java | package com.breadwallet.presenter.customviews;
import android.content.Context;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.View;
import android.v... | fix filter bug
| app/src/main/java/com/breadwallet/presenter/customviews/BRSearchBar.java | fix filter bug | |
Java | mit | 6caff4f4a35df0f0234b989985b616c835fb54cf | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
import java.util.Arrays;
/**
* https://leetcode.com/problems/verifying-an-alien-dictionary/
*/
public class Problem953 {
public boolean isAlienSorted(String[] words, String order) {
String[] sorted = Arrays.copyOf(words, words.length);
int[] o = order(order);
Arrays.sor... | src/main/java/leetcode/Problem953.java | package leetcode;
/**
* https://leetcode.com/problems/verifying-an-alien-dictionary/
*/
public class Problem953 {
public boolean isAlienSorted(String[] words, String order) {
// TODO
return false;
}
public static void main(String[] args) {
Problem953 prob = new Problem953();
... | Solve problem 953
| src/main/java/leetcode/Problem953.java | Solve problem 953 | |
Java | mit | 2a16cd3b9568e5dc4f5e903b1bad40550d9b80c5 | 0 | mzmine/mzmine3,mzmine/mzmine3 | /*
* Copyright 2006-2018 The MZmine 2 Development Team
*
* This file is part of MZmine 2.
*
* MZmine 2 is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your opti... | src/main/java/net/sf/mzmine/modules/peaklistmethods/identification/sirius/SiriusParameters.java | /*
* Copyright 2006-2018 The MZmine 2 Development Team
*
* This file is part of MZmine 2.
*
* MZmine 2 is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your opti... | Add CHNOP compounds to the table
| src/main/java/net/sf/mzmine/modules/peaklistmethods/identification/sirius/SiriusParameters.java | Add CHNOP compounds to the table | |
Java | mit | bcca201e6cc0922571b016176a638f89d4548228 | 0 | oleg-nenashev/ownership-plugin,jordancoll/ownership-plugin,jordancoll/ownership-plugin,synopsys-arc-oss/ownership-plugin,oleg-nenashev/ownership-plugin,jenkinsci/ownership-plugin,jenkinsci/ownership-plugin | /*
* The MIT License
*
* Copyright 2015 Oleg Nenashev <o.v.nenashev@gmail.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the ... | src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java | /*
* The MIT License
*
* Copyright 2015 Oleg Nenashev <o.v.nenashev@gmail.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the ... | Fix the integration issue
Signed-off-by: Oleg Nenashev <4ee7d312f1006a91e3e4abf62d17d00b82d791a2@gmail.com>
| src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java | Fix the integration issue | |
Java | mit | 5b1229c8829b472054d563e3ea36be7ce1ee9f32 | 0 | lucko/LuckPerms | /*
* This file is part of LuckPerms, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... | common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyRegistry.java | /*
* This file is part of LuckPerms, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... | Fix slf4j loading (#1224)
| common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyRegistry.java | Fix slf4j loading (#1224) | |
Java | epl-1.0 | 342ee4ca31a343ed3a99331805aec472d35e1c40 | 0 | gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins | /*******************************************************************************
* Copyright (c) 2011 Ericsson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | ilg.gnuarmeclipse.debug.gdbjtag/src/ilg/gnuarmeclipse/debug/gdbjtag/dsf/GnuArmProcesses_7_2_1.java | /*******************************************************************************
* Copyright (c) 2011 Ericsson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | gdbjtag: explicit process terminate()
| ilg.gnuarmeclipse.debug.gdbjtag/src/ilg/gnuarmeclipse/debug/gdbjtag/dsf/GnuArmProcesses_7_2_1.java | gdbjtag: explicit process terminate() | |
Java | mpl-2.0 | aaaf67ed48894c70294e9da0b97e669d531edecc | 0 | dumptruckman/ActionMenuPlus | package com.dumptruckman.minecraft.actionmenu.plugin;
import com.dumptruckman.minecraft.actionmenu.*;
import com.dumptruckman.minecraft.actionmenu.views.OneAtATimeSignView;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.block.Sign;
import org.bukkit.event.EventHandler;
import org.bukkit.event... | src/main/java/com/dumptruckman/minecraft/actionmenu/plugin/TestPlugin.java | package com.dumptruckman.minecraft.actionmenu.plugin;
import com.dumptruckman.minecraft.actionmenu.*;
import com.dumptruckman.minecraft.actionmenu.views.OneAtATimeSignView;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.block.Sign;
import org.bukkit.event.EventHandler;
import org.bukkit.event... | Fixed test plugin to work once again
| src/main/java/com/dumptruckman/minecraft/actionmenu/plugin/TestPlugin.java | Fixed test plugin to work once again | |
Java | agpl-3.0 | 60df4a7b6b7718aa041f52525c1126e46b7e52f5 | 0 | quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2016 The Kuali Foundation
*
* 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 Softwar... | kfs-kns/src/main/java/org/kuali/kfs/krad/service/impl/AttachmentServiceImpl.java | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2016 The Kuali Foundation
*
* 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 Softwar... | FINCD-152: relax access modifier (#906)
| kfs-kns/src/main/java/org/kuali/kfs/krad/service/impl/AttachmentServiceImpl.java | FINCD-152: relax access modifier (#906) | |
Java | agpl-3.0 | 75be27485cf41aedf7a469a303dc07244fa3555d | 0 | PoweRGbg/AndroidAPS,PoweRGbg/AndroidAPS,Heiner1/AndroidAPS,MilosKozak/AndroidAPS,Heiner1/AndroidAPS,jotomo/AndroidAPS,Heiner1/AndroidAPS,PoweRGbg/AndroidAPS,winni67/AndroidAPS,MilosKozak/AndroidAPS,winni67/AndroidAPS,Heiner1/AndroidAPS,MilosKozak/AndroidAPS,jotomo/AndroidAPS,jotomo/AndroidAPS | package info.nightscout.androidaps.utils;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.Pack... | app/src/main/java/info/nightscout/androidaps/utils/AndroidPermission.java | package info.nightscout.androidaps.utils;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.Pack... | Typo in battery optimization code
| app/src/main/java/info/nightscout/androidaps/utils/AndroidPermission.java | Typo in battery optimization code | |
Java | lgpl-2.1 | a7bda8c2861bdeb89ed0d7269875b2442dcdf609 | 0 | ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... | src/jade/core/mobility/AgentMobilityService.java | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... | Moved constants to the AgentMobilitySlice interface.
Modified to comply with the Fully Distributed Composition Filters (tm)
architecture.
| src/jade/core/mobility/AgentMobilityService.java | Moved constants to the AgentMobilitySlice interface. Modified to comply with the Fully Distributed Composition Filters (tm) architecture. | |
Java | lgpl-2.1 | 35968d33475af3609acb507698796db69d4cb131 | 0 | concord-consortium/otrunk,concord-consortium/otrunk | /*
* Copyright (C) 2004 The Concord Consortium, Inc.,
* 10 Concord Crossing, Concord, MA 01742
*
* Web Site: http://www.concord.org
* Email: info@concord.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | src/java/org/concord/otrunk/xml/XMLDatabase.java | /*
* Copyright (C) 2004 The Concord Consortium, Inc.,
* 10 Concord Crossing, Concord, MA 01742
*
* Web Site: http://www.concord.org
* Email: info@concord.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | More detailed error message if we can't build JDOMdocument
git-svn-id: 8ebed0c25533aaea68ca43268d4d516467f97e6a@13399 6e01202a-0783-4428-890a-84243c50cc2b
| src/java/org/concord/otrunk/xml/XMLDatabase.java | More detailed error message if we can't build JDOMdocument | |
Java | apache-2.0 | 44bfe092dd7952ea5ece0387744200f91357afd1 | 0 | bitstorm/wicket,topicusonderwijs/wicket,bitstorm/wicket,freiheit-com/wicket,AlienQueen/wicket,selckin/wicket,AlienQueen/wicket,klopfdreh/wicket,dashorst/wicket,freiheit-com/wicket,klopfdreh/wicket,aldaris/wicket,topicusonderwijs/wicket,klopfdreh/wicket,aldaris/wicket,aldaris/wicket,topicusonderwijs/wicket,aldaris/wicke... | /*
* 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 ... | wicket-core/src/main/java/org/apache/wicket/markup/repeater/RefreshingView.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 ... | WICKET-5350 restore RefreshingView constructor to <?>
| wicket-core/src/main/java/org/apache/wicket/markup/repeater/RefreshingView.java | WICKET-5350 restore RefreshingView constructor to <?> | |
Java | apache-2.0 | 85ee181e9d0e68cf97ea663320c9519742d97966 | 0 | sonamuthu/rice-1,kuali/kc-rice,geothomasp/kualico-rice-kc,bhutchinson/rice,smith750/rice,jwillia/kc-rice1,UniversityOfHawaiiORS/rice,rojlarge/rice-kc,bsmith83/rice-1,jwillia/kc-rice1,shahess/rice,bhutchinson/rice,UniversityOfHawaiiORS/rice,bsmith83/rice-1,kuali/kc-rice,rojlarge/rice-kc,rojlarge/rice-kc,cniesen/rice,ewe... | /**
* Copyright 2005-2011 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless requ... | krms/impl/src/main/java/org/kuali/rice/krms/impl/ui/AgendaEditorController.java | /**
* Copyright 2005-2011 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless requ... | KULRICE-6011: Proposition tree data groups are not showing up
* npe fix
| krms/impl/src/main/java/org/kuali/rice/krms/impl/ui/AgendaEditorController.java | KULRICE-6011: Proposition tree data groups are not showing up | |
Java | apache-2.0 | aca2522dc52d2e79cc51adda515dbd3f219b0f07 | 0 | pedrovgs/AndroidWiFiADB | /*
* Copyright (C) 2015 Pedro Vicente Gómez Sánchez.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | src/main/java/com/github/pedrovgs/androidwifiadb/adb/AndroidWiFiADB.java | /*
* Copyright (C) 2015 Pedro Vicente Gómez Sánchez.
*
* 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 ... | tiny refactoring.
| src/main/java/com/github/pedrovgs/androidwifiadb/adb/AndroidWiFiADB.java | tiny refactoring. | |
Java | apache-2.0 | 8bc56ef1b98929cf525966befc83b081ef9bbeae | 0 | dbflute-session/erflute | package org.dbflute.erflute.editor.view.information;
import org.dbflute.erflute.editor.ERFluteMultiPageEditor;
import org.dbflute.erflute.editor.MainDiagramEditor;
import org.dbflute.erflute.editor.VirtualDiagramEditor;
import org.dbflute.erflute.editor.model.ERDiagram;
import org.dbflute.erflute.editor.model.ERModelU... | src/org/dbflute/erflute/editor/view/information/ERDiagramInformationControl.java | package org.dbflute.erflute.editor.view.information;
import org.dbflute.erflute.editor.ERFluteMultiPageEditor;
import org.dbflute.erflute.editor.MainDiagramEditor;
import org.dbflute.erflute.editor.VirtualDiagramEditor;
import org.dbflute.erflute.editor.model.ERDiagram;
import org.dbflute.erflute.editor.model.ERModelU... | I changed the quick outline to display at the mouse click position
instead of the center of the screen. | src/org/dbflute/erflute/editor/view/information/ERDiagramInformationControl.java | I changed the quick outline to display at the mouse click position instead of the center of the screen. | |
Java | apache-2.0 | f11c86b7c5423f36293d1ab7f1ad745344ebdd5b | 0 | Bilibili/DanmakuFlameMaster | /*
* Copyright (C) 2013 Chen Hui <calmer91@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | DanmakuFlameMaster/src/main/java/master/flame/danmaku/controller/DrawHandler.java | /*
* Copyright (C) 2013 Chen Hui <calmer91@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | fix UPDATE_WHEN_PAUSED bug
| DanmakuFlameMaster/src/main/java/master/flame/danmaku/controller/DrawHandler.java | fix UPDATE_WHEN_PAUSED bug | |
Java | apache-2.0 | c0300c318c3d26752610b2baffdbaef9d1e8cff9 | 0 | tabish121/activemq-artemis,iweiss/activemq-artemis,clebertsuconic/activemq-artemis,kjniemi/activemq-artemis,graben/activemq-artemis,graben/activemq-artemis,tabish121/activemq-artemis,apache/activemq-artemis,jbertram/activemq-artemis,TomRoss/activemq-artemis,kjniemi/activemq-artemis,iweiss/activemq-artemis,apache/active... | /*
* 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 n... | tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.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 n... | NO-JIRA Test fix
| tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java | NO-JIRA Test fix | |
Java | apache-2.0 | fc22bc8efc38183857c7b801933f4e18bc405f7b | 0 | redox/OrientDB,redox/OrientDB,alonsod86/orientdb,cstamas/orientdb,tempbottle/orientdb,rprabhat/orientdb,cstamas/orientdb,mmacfadden/orientdb,redox/OrientDB,sanyaade-g2g-repos/orientdb,wouterv/orientdb,mmacfadden/orientdb,orientechnologies/orientdb,allanmoso/orientdb,mmacfadden/orientdb,mmacfadden/orientdb,mbhulin/orien... | /*
* Copyright 1999-2012 Luca Garulli (l.garulli--at--orientechnologies.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
... | core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/ORecordSerializerFactory.java | /*
* Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.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
... | Allowed to register 3rd party record serializer implementations
| core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/ORecordSerializerFactory.java | Allowed to register 3rd party record serializer implementations | |
Java | apache-2.0 | 90a6ab3baa684c0664120a8a559612eba1f31c81 | 0 | rovats/waltz,rovats/waltz,davidwatkins73/waltz-dev,kamransaleem/waltz,rovats/waltz,kamransaleem/waltz,khartec/waltz,khartec/waltz,davidwatkins73/waltz-dev,kamransaleem/waltz,rovats/waltz,khartec/waltz,khartec/waltz,davidwatkins73/waltz-dev,kamransaleem/waltz,davidwatkins73/waltz-dev | /*
* Waltz - Enterprise Architecture
* Copyright (C) 2016 Khartec Ltd.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | waltz-service/src/main/java/com/khartec/waltz/service/data_flow_decorator/LogicalFlowDecoratorRatingsCalculator.java | /*
* Waltz - Enterprise Architecture
* Copyright (C) 2016 Khartec Ltd.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | Logical flow decorator rating call fails
#1984
| waltz-service/src/main/java/com/khartec/waltz/service/data_flow_decorator/LogicalFlowDecoratorRatingsCalculator.java | Logical flow decorator rating call fails | |
Java | apache-2.0 | 4c60ae9a6ade7102726350221de11cde1dfa5ed8 | 0 | ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop | package it.unibz.inf.ontop.spec.mapping.pp.impl;
/*
* #%L
* ontop-obdalib-core
* %%
* Copyright (C) 2009 - 2014 Free University of Bozen-Bolzano
* %%
* 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 t... | mapping/sql/core/src/main/java/it/unibz/inf/ontop/spec/mapping/pp/impl/MetaMappingExpander.java | package it.unibz.inf.ontop.spec.mapping.pp.impl;
/*
* #%L
* ontop-obdalib-core
* %%
* Copyright (C) 2009 - 2014 Free University of Bozen-Bolzano
* %%
* 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 t... | metamapping expander
| mapping/sql/core/src/main/java/it/unibz/inf/ontop/spec/mapping/pp/impl/MetaMappingExpander.java | metamapping expander | |
Java | apache-2.0 | 8f1c052e3073984b4e8d07a91dff0b587907ac52 | 0 | ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf | package nl.nn.adapterframework.extensions.test;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.concurrent.Callable;
impor... | core/src/main/java/nl/nn/adapterframework/extensions/test/IbisTester.java | package nl.nn.adapterframework.extensions.test;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.concurrent.Callable;
impor... | Add larvaFull parameter to doTest method | core/src/main/java/nl/nn/adapterframework/extensions/test/IbisTester.java | Add larvaFull parameter to doTest method | |
Java | apache-2.0 | 262bd0440316857cbca3f765ab0f50079120bb3d | 0 | hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,HubSpot/Singularity | package com.hubspot.singularity.data;
import java.io.IOException;
import java.io.Reader;
import java.net.ConnectException;
import java.net.UnknownHostException;
import java.nio.ByteBuffer;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CodingErrorAction;
import java.nio.charset.StandardCharsets;
impor... | SingularityService/src/main/java/com/hubspot/singularity/data/SandboxManager.java | package com.hubspot.singularity.data;
import java.io.IOException;
import java.io.Reader;
import java.net.ConnectException;
import java.net.UnknownHostException;
import java.nio.ByteBuffer;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CodingErrorAction;
import java.nio.charset.StandardCharsets;
impor... | check entire cause chain
| SingularityService/src/main/java/com/hubspot/singularity/data/SandboxManager.java | check entire cause chain | |
Java | apache-2.0 | 868f0f8a84ce4a54233d458159c13c95ea0ad016 | 0 | kylycht/concourse,kylycht/concourse,dubex/concourse,cinchapi/concourse,dubex/concourse,dubex/concourse,kylycht/concourse,cinchapi/concourse,cinchapi/concourse,cinchapi/concourse,kylycht/concourse,cinchapi/concourse,kylycht/concourse,dubex/concourse,dubex/concourse,dubex/concourse,cinchapi/concourse,kylycht/concourse | /*
* Copyright (c) 2013-2016 Cinchapi 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 ... | concourse-driver-java/src/main/java/com/cinchapi/concourse/util/Transformers.java | /*
* Copyright (c) 2013-2016 Cinchapi 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 ... | #124 Should transform value sets lazily fix
| concourse-driver-java/src/main/java/com/cinchapi/concourse/util/Transformers.java | #124 Should transform value sets lazily fix | |
Java | apache-2.0 | f50f78cc2d25fc5e38e1eece4a37e3ffff4536dd | 0 | apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis | /*
* 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/commons/src/main/java/org/apache/isis/core/commons/internal/base/_Timing.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")... | ISIS-2327: extend _Timing to allow use of System.currentMillis | core/commons/src/main/java/org/apache/isis/core/commons/internal/base/_Timing.java | ISIS-2327: extend _Timing to allow use of System.currentMillis | |
Java | apache-2.0 | 722761fd99e771a590dc9a283cc681693f56908a | 0 | amitmawkin/Hygieia,nireeshT/Hygieia,tabladrum/Hygieia,tabladrum/Hygieia,jimzucker/Hygieia,nireeshT/Hygieia,amitmawkin/Hygieia,jimzucker/Hygieia,Sbrenthughes/Hygieia,capitalone/Hygieia,jimzucker/Hygieia,capitalone/Hygieia,capitalone/Hygieia,Sbrenthughes/Hygieia,amitmawkin/Hygieia,amitmawkin/Hygieia,tabladrum/Hygieia,Sbr... | package com.capitalone.dashboard.model;
import org.bson.types.ObjectId;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.validation.constraints.NotNull;
import java.util.List;
import java.util.Objects;
@Document(collection="cmdb")
public clas... | core/src/main/java/com/capitalone/dashboard/model/Cmdb.java | package com.capitalone.dashboard.model;
import org.bson.types.ObjectId;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.validation.constraints.NotNull;
import java.util.List;
import java.util.Objects;
@Document(collection="cmdb")
public clas... | Adding new item to model
| core/src/main/java/com/capitalone/dashboard/model/Cmdb.java | Adding new item to model | |
Java | apache-2.0 | 1e5ee47ce009bacbc9b3c492d0d1e7ce98fe2bea | 0 | tsmgeek/traccar,tsmgeek/traccar,tananaev/traccar,ninioe/traccar,jssenyange/traccar,ninioe/traccar,ninioe/traccar,jssenyange/traccar,tananaev/traccar,orcoliver/traccar,tsmgeek/traccar,orcoliver/traccar,jssenyange/traccar,tananaev/traccar,orcoliver/traccar | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
import org.traccar.model.Position;
public class Tk103ProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
Tk103ProtocolDecoder decoder = new Tk103ProtocolDecoder(null);
... | test/org/traccar/protocol/Tk103ProtocolDecoderTest.java | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
import org.traccar.model.Position;
public class Tk103ProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
Tk103ProtocolDecoder decoder = new Tk103ProtocolDecoder(null);
... | New temperature format sample
| test/org/traccar/protocol/Tk103ProtocolDecoderTest.java | New temperature format sample | |
Java | apache-2.0 | 1d817903baef6106a59e60c421cdf18e925091c4 | 0 | Wechat-Group/WxJava,Wechat-Group/WxJava | package me.chanjar.weixin.mp.api.impl;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import me.chanjar.weixin.common.api.WxConsts;
i... | weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java | package me.chanjar.weixin.mp.api.impl;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import me.chanjar.weixin.common.api.WxConsts;
i... | :art: 优化代码,避免报奇怪的异常信息
| weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java | :art: 优化代码,避免报奇怪的异常信息 | |
Java | apache-2.0 | abe2c601cbff00a483f63db82bc7ccdeb1a68b05 | 0 | statsbiblioteket/doms-transformers,statsbiblioteket/doms-transformers,statsbiblioteket/doms-transformers | package dk.statsbiblioteket.doms.transformers.common;
import dk.statsbiblioteket.doms.central.CentralWebservice;
import dk.statsbiblioteket.doms.central.InvalidCredentialsException;
import dk.statsbiblioteket.doms.central.InvalidResourceException;
import dk.statsbiblioteket.doms.central.Link;
import dk.statsbiblioteke... | common/src/test/java/dk/statsbiblioteket/doms/transformers/common/MockWebservice.java | package dk.statsbiblioteket.doms.transformers.common;
import dk.statsbiblioteket.doms.central.CentralWebservice;
import dk.statsbiblioteket.doms.central.InvalidCredentialsException;
import dk.statsbiblioteket.doms.central.InvalidResourceException;
import dk.statsbiblioteket.doms.central.MethodFailedException;
import d... | The mock webservice works with the new 1.0.1 central interface
| common/src/test/java/dk/statsbiblioteket/doms/transformers/common/MockWebservice.java | The mock webservice works with the new 1.0.1 central interface | |
Java | bsd-3-clause | bbdb9c11b10eeed654528d09db9a4436b74a1e8a | 0 | jason-p-pickering/dhis2-persian-calendar,jason-p-pickering/dhis2-persian-calendar,jason-p-pickering/dhis2-persian-calendar,jason-p-pickering/dhis2-persian-calendar,jason-p-pickering/dhis2-persian-calendar | package org.hisp.dhis.calendar.impl;
/*
* Copyright (c) 2004-2017, University of Oslo
* 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 ... | dhis-2/dhis-api/src/test/java/org/hisp/dhis/calendar/impl/PersianCalendarTest.java | package org.hisp.dhis.calendar.impl;
/*
* Copyright (c) 2004-2017, University of Oslo
* 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 ... | Enable quarterly period test.
| dhis-2/dhis-api/src/test/java/org/hisp/dhis/calendar/impl/PersianCalendarTest.java | Enable quarterly period test. | |
Java | bsd-3-clause | 1885bed299012a42da45510f2e7d218482c17f29 | 0 | NCIP/psc,NCIP/psc,NCIP/psc,NCIP/psc | package edu.northwestern.bioinformatics.studycalendar.grid;
import edu.northwestern.bioinformatics.studycalendar.domain.*;
import edu.northwestern.bioinformatics.studycalendar.domain.Study;
import edu.northwestern.bioinformatics.studycalendar.domain.delta.Delta;
import edu.northwestern.bioinformatics.studycalendar.dom... | grid/study-consumer/test/src/java/edu/northwestern/bioinformatics/studycalendar/grid/PSCStudyConsumerMessgeTest.java | package edu.northwestern.bioinformatics.studycalendar.grid;
import edu.northwestern.bioinformatics.studycalendar.domain.*;
import edu.northwestern.bioinformatics.studycalendar.domain.Study;
import edu.northwestern.bioinformatics.studycalendar.domain.delta.Delta;
import edu.northwestern.bioinformatics.studycalendar.dom... | ->refactored the way sample xml file was being fetched. Using the classpath to resolve the file instead of hard code absolute path.
->commented import com.thoughtworks.xstream.XStream. Couldnt find a reference in the code.
| grid/study-consumer/test/src/java/edu/northwestern/bioinformatics/studycalendar/grid/PSCStudyConsumerMessgeTest.java | ->refactored the way sample xml file was being fetched. Using the classpath to resolve the file instead of hard code absolute path. ->commented import com.thoughtworks.xstream.XStream. Couldnt find a reference in the code. | |
Java | bsd-3-clause | d214dc09cef0d24ac3a996f936f0a6c0ebd3fcc4 | 0 | NCIP/caadapter,NCIP/caadapter,NCIP/caadapter | /**
* The content of this file is subject to the caAdapter Software License (the "License").
* A copy of the License is available at:
* [caAdapter CVS home directory]\etc\license\caAdapter_license.txt. or at:
* http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/indexContent
* /docs/caAdapter_Licen... | software/cmts/src/gov/nih/nci/cbiit/cmts/ui/jgraph/MiddlePanelJGraphController.java | /**
* The content of this file is subject to the caAdapter Software License (the "License").
* A copy of the License is available at:
* [caAdapter CVS home directory]\etc\license\caAdapter_license.txt. or at:
* http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/indexContent
* /docs/caAdapter_Licen... | loading mapping with link from/to functionPort
SVN-Revision: 2505
| software/cmts/src/gov/nih/nci/cbiit/cmts/ui/jgraph/MiddlePanelJGraphController.java | loading mapping with link from/to functionPort | |
Java | apache-2.0 | 16e25c7d4a683ad97e268d96bddcb4e8e2d21f42 | 0 | mercyblitz/confucius-commons | confucius-commons-util/src/main/java/org/confucius/commons/util/comparator/JarEntryNameComparator.java | /**
*
*/
package org.confucius.commons.util.comparator;
import java.util.Comparator;
import java.util.jar.JarEntry;
/**
* {@link JarEntry#getName()} JarEntry Name} {@link Comparator}
*
* @author <a href="mailto:mercyblitz@gmail.com">Mercy<a/>
* @version 1.0.0
* @see JarEntryNameComparator
* @since 1.0.0
*/
... | Remove
| confucius-commons-util/src/main/java/org/confucius/commons/util/comparator/JarEntryNameComparator.java | Remove | ||
Java | mit | 41372959a243f5aff74b82fe356662c6ef031506 | 0 | hainesc/laboratory | /**
* The MIT License (MIT)
* Copyright (c) 2015 Haines Chan
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy,... | driver/src/main/java/io/marmot/laboratory/driver/Driver.java | /**
* The MIT License (MIT)
* Copyright (c) 2015 Haines Chan
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy,... | Exit -1 when error
| driver/src/main/java/io/marmot/laboratory/driver/Driver.java | Exit -1 when error | |
Java | mit | e00de5911f1bbe4da4f2ba6a017193b34dbd31b1 | 0 | Programming-Systems-Lab/phosphor,Programming-Systems-Lab/phosphor,Programming-Systems-Lab/phosphor | package edu.columbia.cs.psl.phosphor.instrumenter;
import edu.columbia.cs.psl.phosphor.*;
import edu.columbia.cs.psl.phosphor.runtime.Taint;
import edu.columbia.cs.psl.phosphor.runtime.TaintChecker;
import edu.columbia.cs.psl.phosphor.runtime.TaintSourceWrapper;
import edu.columbia.cs.psl.phosphor.struct.TaintedPrimit... | Phosphor/src/edu/columbia/cs/psl/phosphor/instrumenter/SourceSinkTaintingMV.java | package edu.columbia.cs.psl.phosphor.instrumenter;
import edu.columbia.cs.psl.phosphor.*;
import edu.columbia.cs.psl.phosphor.runtime.TaintChecker;
import edu.columbia.cs.psl.phosphor.runtime.TaintSourceWrapper;
import edu.columbia.cs.psl.phosphor.struct.TaintedPrimitiveWithIntTag;
import edu.columbia.cs.psl.phosphor.... | Fix for PR79
| Phosphor/src/edu/columbia/cs/psl/phosphor/instrumenter/SourceSinkTaintingMV.java | Fix for PR79 | |
Java | mit | 45734bf49704d36b5592b48032ebb72e55fe49cb | 0 | NucleusPowered/Nucleus,NucleusPowered/Nucleus,NucleusPowered/Nucleus,NucleusPowered/Nucleus | /*
* This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file
* at the root of this project for more details.
*/
package io.github.nucleuspowered.nucleus.core.scaffold.command.impl;
import io.github.nucleuspowered.nucleus.core.scaffold.command.ICommandContext;
import io.github.nu... | nucleus-core/src/main/java/io/github/nucleuspowered/nucleus/core/scaffold/command/impl/CommandContextImpl.java | /*
* This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file
* at the root of this project for more details.
*/
package io.github.nucleuspowered.nucleus.core.scaffold.command.impl;
import io.github.nucleuspowered.nucleus.core.scaffold.command.ICommandContext;
import io.github.nu... | Fix NPE when using /seen. Fixes #1649
| nucleus-core/src/main/java/io/github/nucleuspowered/nucleus/core/scaffold/command/impl/CommandContextImpl.java | Fix NPE when using /seen. Fixes #1649 | |
Java | mit | cca1292a97c91de817a8231af498bd691adb4e01 | 0 | mopsalarm/Pr0,mopsalarm/Pr0,mopsalarm/Pr0 | package com.pr0gramm.app.viewer;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import... | app/src/main/java/com/pr0gramm/app/viewer/ViewerFragment.java | package com.pr0gramm.app.viewer;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | API Level für VideoViewer beachten
| app/src/main/java/com/pr0gramm/app/viewer/ViewerFragment.java | API Level für VideoViewer beachten | |
Java | mit | d08da1eee00276fd77e0a576900d4dcc3f902e35 | 0 | Hydral1k/HTMLEditor,Hydral1k/HTMLEditor | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package htmleditor;
import javafx.event.Event;
import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyEvent;
/**
... | HTMLEditor/src/htmleditor/TextAnalysisCommand.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package htmleditor;
import javafx.event.Event;
/**
*
* @author trh8614
*/
public class TextAnalysisCommand implements... | Added more to TextAnalysis. Will require testing. Hacky solution to current problem. :( | HTMLEditor/src/htmleditor/TextAnalysisCommand.java | Added more to TextAnalysis. Will require testing. Hacky solution to current problem. :( | |
Java | epl-1.0 | 6190c19038c641b82826779e088e547ddd64c67e | 0 | css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSyste... | /*******************************************************************************
* Copyright (c) 2011 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | applications/plugins/org.csstudio.scan.server/test/org/csstudio/scan/PVDeviceUnitTest.java | /*******************************************************************************
* Copyright (c) 2011 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | o.c.scan.server: Adjust tests | applications/plugins/org.csstudio.scan.server/test/org/csstudio/scan/PVDeviceUnitTest.java | o.c.scan.server: Adjust tests | |
Java | agpl-3.0 | 386a2254b78627270a5181530c83fb5062197855 | 0 | Audiveris/audiveris,Audiveris/audiveris | //----------------------------------------------------------------------------//
// //
// S l o t B u i l d e r //
// ... | src/main/omr/score/SlotBuilder.java | //----------------------------------------------------------------------------//
// //
// S l o t B u i l d e r //
// ... | SlotBuilder: refinement in chord adjacency
| src/main/omr/score/SlotBuilder.java | SlotBuilder: refinement in chord adjacency | |
Java | agpl-3.0 | 9e9ac15145e85c5e1905d3329887c46b21fb493e | 0 | malmostad/eservices-platform,malmostad/eservices-platform,malmostad/eservices-platform,malmostad/eservices-platform | package org.inheritsource.service.processengine;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.nio.file.Paths;
import java.nio.file.Path;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
im... | inherit-service/inherit-service-activiti-engine/src/main/java/org/inheritsource/service/processengine/ActivitiEngineService.java | package org.inheritsource.service.processengine;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.nio.file.Paths;
import java.nio.file.Path;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
im... | fixed issue with getParentInstanceIdList... method
| inherit-service/inherit-service-activiti-engine/src/main/java/org/inheritsource/service/processengine/ActivitiEngineService.java | fixed issue with getParentInstanceIdList... method | |
Java | agpl-3.0 | 4d0f8c93a49117ee2488f58ae0bd88813805d9e1 | 0 | ama-axelor/axelor-business-suite,ama-axelor/axelor-business-suite,axelor/axelor-business-suite,ama-axelor/axelor-business-suite,axelor/axelor-business-suite,axelor/axelor-business-suite | /**
* Axelor Business Solutions
*
* Copyright (C) 2016 Axelor (<http://axelor.com>).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distribute... | axelor-account/src/main/java/com/axelor/apps/account/service/move/MoveValidateService.java | /**
* Axelor Business Solutions
*
* Copyright (C) 2016 Axelor (<http://axelor.com>).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distribute... | #6745 edited 'validate' method
| axelor-account/src/main/java/com/axelor/apps/account/service/move/MoveValidateService.java | #6745 edited 'validate' method | |
Java | lgpl-2.1 | 61fcda93bfe07024689aee51de2d70ad7f914493 | 0 | levants/lightmare | /*
* Lightmare, Embeddable ejb container (works for stateless session beans) with JPA / Hibernate support
*
* Copyright (c) 2014, Levan Tsinadze, or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This copyrighted material is m... | src/main/java/org/lightmare/jpa/hibernate/boot/registry/classloading/internal/ClassLoaderServiceExt.java | /*
* Lightmare, Embeddable ejb container (works for stateless session beans) with JPA / Hibernate support
*
* Copyright (c) 2014, Levan Tsinadze, or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This copyrighted material is m... | improved utility classes | src/main/java/org/lightmare/jpa/hibernate/boot/registry/classloading/internal/ClassLoaderServiceExt.java | improved utility classes | |
Java | lgpl-2.1 | 0c264708c02288f3487856a001ed863a89abd122 | 0 | mbatchelor/pentaho-reporting,EgorZhuk/pentaho-reporting,EgorZhuk/pentaho-reporting,mbatchelor/pentaho-reporting,EgorZhuk/pentaho-reporting,mbatchelor/pentaho-reporting,mbatchelor/pentaho-reporting,EgorZhuk/pentaho-reporting | /*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | designer/report-designer/src/org/pentaho/reporting/designer/core/editor/report/AbstractRenderComponent.java | /*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | Added some comments
| designer/report-designer/src/org/pentaho/reporting/designer/core/editor/report/AbstractRenderComponent.java | Added some comments | |
Java | lgpl-2.1 | 23aa110debd3ff241d75a5919330f21dd057295f | 0 | xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform | /*
* 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-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/src/test/it/org/xwiki/menu/test/ui/MenuTest.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] Javadoc reformatting
| xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/src/test/it/org/xwiki/menu/test/ui/MenuTest.java | [Misc] Javadoc reformatting | |
Java | lgpl-2.1 | 88574c2f69bd749773c8cfdeb0cd6d33b280e750 | 0 | hungerburg/exist,jessealama/exist,wolfgangmm/exist,eXist-db/exist,patczar/exist,ljo/exist,RemiKoutcherawy/exist,lcahlander/exist,dizzzz/exist,patczar/exist,hungerburg/exist,wolfgangmm/exist,jessealama/exist,lcahlander/exist,lcahlander/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,opax/exist,windauer/exist,wshager/e... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2009 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
* of the... | src/org/exist/storage/BrokerPool.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2009 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
* of the... | [security] initialization must be done by DBA and must use get()/release() way for broker, because of subprocesses (SecurityManager as example)
svn path=/trunk/eXist/; revision=11815
| src/org/exist/storage/BrokerPool.java | [security] initialization must be done by DBA and must use get()/release() way for broker, because of subprocesses (SecurityManager as example) | |
Java | lgpl-2.1 | 29cae578f583741a3c0c9a980896db765d4f6c32 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.web.logic.results;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import junit.framework.TestCase;
... | intermine/web/test/src/org/intermine/web/logic/results/InlineResultsTableTest.java | package org.intermine.web.logic.results;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import junit.framework.TestCase;
import org.intermine.api.c... | test fix
Former-commit-id: d26766f377a190663f4baf116e40f265112ae90d | intermine/web/test/src/org/intermine/web/logic/results/InlineResultsTableTest.java | test fix | |
Java | apache-2.0 | dd552f497084f240eec49e4373de5f6a2af64b0a | 0 | pkudevops/spring-petclinic-changed,pkudevops/spring-petclinic-changed | /*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | src/main/java/org/springframework/samples/petclinic/web/OwnerController.java | /*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix #108 owner update
| src/main/java/org/springframework/samples/petclinic/web/OwnerController.java | Fix #108 owner update | |
Java | apache-2.0 | 37e70a6d85b144d89fdc0c1aeaccf1f993f5f14f | 0 | groybal/uPortal,apetro/uPortal,jhelmer-unicon/uPortal,ASU-Capstone/uPortal,vertein/uPortal,Jasig/uPortal,doodelicious/uPortal,ASU-Capstone/uPortal-Forked,GIP-RECIA/esup-uportal,Jasig/uPortal-start,jonathanmtran/uPortal,doodelicious/uPortal,EdiaEducationTechnology/uPortal,apetro/uPortal,timlevett/uPortal,phillips1021/uP... | /**
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in co... | uportal-war/src/main/java/org/jasig/portal/tools/dbloader/DataSourceSchemaExport.java | /**
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in co... | UP-3595 honor export flag
| uportal-war/src/main/java/org/jasig/portal/tools/dbloader/DataSourceSchemaExport.java | UP-3595 honor export flag | |
Java | apache-2.0 | 2c469fd367af2f096474e35c20375c8828ab2464 | 0 | DV8FromTheWorld/JDA,DV8FromTheWorld/JDA | /*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* 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... | src/main/java/net/dv8tion/jda/api/interactions/commands/build/OptionData.java | /*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* 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... | Fix OptionData#setAutoComplete logic (#2003)
| src/main/java/net/dv8tion/jda/api/interactions/commands/build/OptionData.java | Fix OptionData#setAutoComplete logic (#2003) | |
Java | apache-2.0 | 73c7d0d2ec2bf000896f68daa3d38b347edab496 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | testutil-server/src/test/java/io/spine/server/blackbox/BlackBoxBoundedContextTest.java | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | Remove redundant line from BlackBoxBoundedContextTest.
| testutil-server/src/test/java/io/spine/server/blackbox/BlackBoxBoundedContextTest.java | Remove redundant line from BlackBoxBoundedContextTest. | |
Java | apache-2.0 | 2d2a1fff26aa4fc217273da594ef3e4b15dfe11c | 0 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | /*
* The Gemma project
*
* Copyright (c) 2008 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | gemma-mda/src/main/java/ubic/gemma/model/expression/bioAssayData/ProcessedExpressionDataVectorDaoImpl.java | /*
* The Gemma project
*
* Copyright (c) 2008 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | remove unneded distinct clause
| gemma-mda/src/main/java/ubic/gemma/model/expression/bioAssayData/ProcessedExpressionDataVectorDaoImpl.java | remove unneded distinct clause | |
Java | apache-2.0 | b5436092528789fada8cf8f845a850bc2ee64ac3 | 0 | chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq | /**
*
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | assembly/src/test/java/org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.java | /**
*
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | increased the number of messages in the test
git-svn-id: 7f3df76e74c7ad56904d6048df705810748eb1a6@366216 13f79535-47bb-0310-9956-ffa450edef68
| assembly/src/test/java/org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.java | increased the number of messages in the test | |
Java | apache-2.0 | 5f931fda622b26df51e057ceb81a9834db6acbac | 0 | jzacsh/netwtcpip-cmp405,jzacsh/netwtcpip-cmp405,jzacsh/netwtcpip-cmp405,jzacsh/netwtcpip-cmp405 | import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Font;
import java.io.IOException;
import java.net.DatagramSocket;
import java.n... | hw06/src/ChatterJFrame.java | import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Font;
import java.io.IOException;
import java.net.DatagramSocket;
import java.n... | nit(doc) good enough for the moment
| hw06/src/ChatterJFrame.java | nit(doc) good enough for the moment | |
Java | apache-2.0 | d4c2ed97a97ecaf28ddf63c49f9405f4898260d8 | 0 | MER-GROUP/intellij-community,ivan-fedorov/intellij-community,ol-loginov/intellij-community,adedayo/intellij-community,akosyakov/intellij-community,diorcety/intellij-community,alphafoobar/intellij-community,MER-GROUP/intellij-community,petteyg/intellij-community,adedayo/intellij-community,akosyakov/intellij-community,am... | /*
* Copyright 2000-2009 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/java-impl/src/com/intellij/codeInsight/generation/GenerateEqualsHelper.java | /*
* Copyright 2000-2009 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... | generate equals: provide context during method creation in order to remember referenced classes (IDEA-100593)
| java/java-impl/src/com/intellij/codeInsight/generation/GenerateEqualsHelper.java | generate equals: provide context during method creation in order to remember referenced classes (IDEA-100593) | |
Java | apache-2.0 | e79f90a2b76f99bc7a4b0f260017c4cc2b6104d1 | 0 | sangramjadhav/testrs | 2179e4ec-2ece-11e5-905b-74de2bd44bed | hello.java | 2179548c-2ece-11e5-905b-74de2bd44bed | 2179e4ec-2ece-11e5-905b-74de2bd44bed | hello.java | 2179e4ec-2ece-11e5-905b-74de2bd44bed | |
Java | apache-2.0 | a54d83e9d0bebbbc6e579d565ee561057cff4a4a | 0 | sabriarabacioglu/engerek,Pardus-Engerek/engerek,PetrGasparik/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,gureronder/midpoint,arnost-starosta/midpoint,sabriarabacioglu/engerek,PetrGasparik/midpoint,rpudil/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,gureronder/midpoint,a... | /*
* Copyright (c) 2011 Evolveum
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* http://www.opensource.org/licenses/cddl1... | provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java | /*
* Copyright (c) 2011 Evolveum
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* http://www.opensource.org/licenses/cddl1... | Fixed recording of test connection result into operation result.
| provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/ConnectorInstanceIcfImpl.java | Fixed recording of test connection result into operation result. | |
Java | apache-2.0 | f9a5cbc3a20cc49865fb1ef952f9e916f3546fd7 | 0 | quadrama/DramaNLP,quadrama/DramaNLP,quadrama/DramaNLP | package de.unistuttgart.quadrama.core;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.uima.analysis_engine.An... | de.unistuttgart.quadrama/de.unistuttgart.quadrama.core/src/main/java/de/unistuttgart/quadrama/core/SpeakerIdentifier.java | package de.unistuttgart.quadrama.core;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.uima.analysis_engine.An... | Also SpeakerFigures now get numerical ids | de.unistuttgart.quadrama/de.unistuttgart.quadrama.core/src/main/java/de/unistuttgart/quadrama/core/SpeakerIdentifier.java | Also SpeakerFigures now get numerical ids | |
Java | apache-2.0 | 1c88cdc4c7e00fff550cf9fb2db03aeb99093a3f | 0 | originell/jpype,originell/jpype,originell/jpype,originell/jpype,originell/jpype | /* ****************************************************************************
Copyright 2019, Karl Einar Nelson
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/l... | native/java/org/jpype/JPypeContext.java | /* ****************************************************************************
Copyright 2019, Karl Einar Nelson
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/l... | One line fix to avoid distrubing daemon threads during shutdown.
| native/java/org/jpype/JPypeContext.java | One line fix to avoid distrubing daemon threads during shutdown. | |
Java | apache-2.0 | 6731e4c8eeee69e518362839e470274c90b58a5b | 0 | MikeThomsen/nifi,mattyb149/nifi,YolandaMDavis/nifi,trixpan/nifi,mans2singh/nifi,jtstorck/nifi,jfrazee/nifi,jfrazee/nifi,ijokarumawak/nifi,jfrazee/nifi,MikeThomsen/nifi,mattyb149/nifi,mcgilman/nifi,m-hogue/nifi,alopresto/nifi,m-hogue/nifi,aperepel/nifi,pvillard31/nifi,jtstorck/nifi,mans2singh/nifi,mattyb149/nifi,patrick... | /*
* 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 ... | nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/src/main/java/org/apache/nifi/serialization/RecordReaderFactory.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 ... | NIFI-6089 Improve javadoc for newly added inputLength argument in RecordReaderFactory
| nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-service-api/src/main/java/org/apache/nifi/serialization/RecordReaderFactory.java | NIFI-6089 Improve javadoc for newly added inputLength argument in RecordReaderFactory | |
Java | apache-2.0 | 78a71f11c9fc60bb07be9fd7bb4d598af7b1e60d | 0 | lutzfischer/XiSearch | /*
* Copyright 2016 Lutz Fischer <l.fischer@ed.ac.uk>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | src/rappsilber/ms/dataAccess/filter/spectrafilter/ScanFilteredSpectrumAccess.java | /*
* Copyright 2016 Lutz Fischer <l.fischer@ed.ac.uk>.
*
* 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... | ScanfilterSpectrumAccess has an slightly extended main class to make it
useful independent of xi | src/rappsilber/ms/dataAccess/filter/spectrafilter/ScanFilteredSpectrumAccess.java | ScanfilterSpectrumAccess has an slightly extended main class to make it useful independent of xi | |
Java | apache-2.0 | 5f2f578133e9e87aa89c0ad30ce674c34a82add2 | 0 | apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev | /*
* 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... | framework/src/main/java/org/apache/felix/framework/util/IteratorToEnumeration.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... | Make iterator member final to prevent visibility issues.
git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@618089 13f79535-47bb-0310-9956-ffa450edef68
| framework/src/main/java/org/apache/felix/framework/util/IteratorToEnumeration.java | Make iterator member final to prevent visibility issues. | |
Java | apache-2.0 | 4e16871087cf6b6422aa478896cc627bd33c56d7 | 0 | MarcMeszaros/papyrus | /**
* Copyright 2011 Marc Meszaros
*
* 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 ... | papyrus/src/ca/marcmeszaros/papyrus/browser/BooksBrowser.java | /**
* Copyright 2011 Marc Meszaros
*
* 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 ... | Converted the BooksBrowser to use BooksContentProvider
| papyrus/src/ca/marcmeszaros/papyrus/browser/BooksBrowser.java | Converted the BooksBrowser to use BooksContentProvider | |
Java | bsd-3-clause | 1a286ba875840eec8dc934d3bcbbe132a3e05a83 | 0 | iamedu/dari,iamedu/dari,iamedu/dari,iamedu/dari | package com.psddev.dari.db;
import java.net.URI;
import java.net.URL;
import java.sql.BatchUpdateException;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
... | db/src/main/java/com/psddev/dari/db/SqlIndex.java | package com.psddev.dari.db;
import java.net.URI;
import java.net.URL;
import java.sql.BatchUpdateException;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
... | Fixes checkstyle violation.
| db/src/main/java/com/psddev/dari/db/SqlIndex.java | Fixes checkstyle violation. | |
Java | bsd-3-clause | 5aacf2accfb5bb723f0422bb1c844f009157cc02 | 0 | rutgersmobile/android-client,rutgersmobile/android-client | package edu.rutgers.css.Rutgers.auxiliary;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import... | src/edu/rutgers/css/Rutgers/auxiliary/PredictionAdapter.java | package edu.rutgers.css.Rutgers.auxiliary;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import edu.rutgers.css.Rutgers2... | Fixing prediction strings | src/edu/rutgers/css/Rutgers/auxiliary/PredictionAdapter.java | Fixing prediction strings | |
Java | bsd-3-clause | 4d492e329ace839d835b2fea6af605547cca2c86 | 0 | vandenoever/jing,vandenoever/jing,vandenoever/jing | package com.thaiopensource.validate.nvdl;
import java.util.StringTokenizer;
/**
* Stores information about a namespace specification.
* A namespace is specified with a namespace pattern and a wildcard.
* The wildcard can be present in multiple places in the namespace
* specification and each occurence of the wil... | mod/nvdl/src/main/com/thaiopensource/validate/nvdl/NamespaceSpecification.java | package com.thaiopensource.validate.nvdl;
import java.util.regex.PatternSyntaxException;
/**
* Stores information about a namespace specification.
* A namespace is specified with a namespace pattern and a wildcard.
* The wildcard can be present in multiple places in the namespace
* specification and each occuren... | Rewrite the NamespaceSpecification.split to use a StringTokenizer instead of String.split which requires Java 1.4.
git-svn-id: ca8e9bb6f3f9b50a093b443c23951d3c25ca0913@2218 369101cc-9a96-11dd-8e58-870c635edf7a
| mod/nvdl/src/main/com/thaiopensource/validate/nvdl/NamespaceSpecification.java | Rewrite the NamespaceSpecification.split to use a StringTokenizer instead of String.split which requires Java 1.4. | |
Java | bsd-3-clause | 6f5a47a47fa5d6374ea2dfc35b774ad50011ea89 | 0 | Caleydo/caleydo,Caleydo/caleydo,Caleydo/caleydo,Caleydo/caleydo,Caleydo/caleydo,Caleydo/caleydo,Caleydo/caleydo | /*******************************************************************************
* Caleydo - visualization for molecular biology - http://caleydo.org
*
* Copyright(C) 2005, 2012 Graz University of Technology, Marc Streit, Alexander
* Lex, Christian Partl, Johannes Kepler University Linz </p>
*
* This program is... | org.caleydo.data.importer/src/org/caleydo/data/importer/tcga/TCGAXMLGenerator.java | /*******************************************************************************
* Caleydo - visualization for molecular biology - http://caleydo.org
*
* Copyright(C) 2005, 2012 Graz University of Technology, Marc Streit, Alexander
* Lex, Christian Partl, Johannes Kepler University Linz </p>
*
* This program is... | Replacing the TCGA raw data table files that are taken from the tar balls.
git-svn-id: 149221363d454b9399d51e0b24a857a738336ca8@5397 1f7349ae-fd9f-0d40-aeb8-9798e6c0fce3
| org.caleydo.data.importer/src/org/caleydo/data/importer/tcga/TCGAXMLGenerator.java | Replacing the TCGA raw data table files that are taken from the tar balls. | |
Java | isc | ad0199ea0128d74604a51b609b681089c2733fbe | 0 | steve-goldman/volksempfaenger | package net.x4a42.volksempfaenger.feedparser;
import java.io.IOException;
import java.io.Reader;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.Locale;
import java.util.Stack;
import javax.xml.parse... | src/net/x4a42/volksempfaenger/feedparser/FeedParser.java | package net.x4a42.volksempfaenger.feedparser;
import java.io.IOException;
import java.io.Reader;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.Stack;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.S... | FeedParser: Sort FeedItems by date
| src/net/x4a42/volksempfaenger/feedparser/FeedParser.java | FeedParser: Sort FeedItems by date | |
Java | mit | 6ec44a850448a8091fb1915d5cfcadf9ff367ac0 | 0 | Nylle/JavaFixture | package com.github.nylle.javafixture;
import com.github.nylle.javafixture.annotations.testcases.TestCase;
import com.github.nylle.javafixture.annotations.testcases.TestWithCases;
import com.github.nylle.javafixture.testobjects.ITestGeneric;
import com.github.nylle.javafixture.testobjects.TestAbstractClass;
import com.... | src/test/java/com/github/nylle/javafixture/SpecimenTypeTest.java | package com.github.nylle.javafixture;
import com.github.nylle.javafixture.annotations.testcases.TestCase;
import com.github.nylle.javafixture.annotations.testcases.TestWithCases;
import com.github.nylle.javafixture.testobjects.ITestGeneric;
import com.github.nylle.javafixture.testobjects.TestAbstractClass;
import com.... | Remove obsolete test
This test got erroneously inserted during a botched rebase.
| src/test/java/com/github/nylle/javafixture/SpecimenTypeTest.java | Remove obsolete test | |
Java | mit | eec00bacd410240e91dcf2c6bb4fc74c2214813c | 0 | Orion-F/Molecula | package gui;
import java.util.ArrayList;
import java.util.Optional;
import chem.Atom;
import chem.Molecule;
import chem.Shape;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.scene.Group;
import javafx.scene.PerspectiveCamera;
import javafx.scene.SceneAn... | src/gui/MoleculaGUI.java | package gui;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Optional;
import chem.Atom;
import chem.Molecule;
import chem.Shape;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
imp... | Cleanup in MoleculaGUI class
| src/gui/MoleculaGUI.java | Cleanup in MoleculaGUI class | |
Java | mit | 2e97860096b8713cd02c4124747e15af1843e2f8 | 0 | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin | package com.elmakers.mine.bukkit.entity;
import java.lang.ref.WeakReference;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Deque;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.u... | Magic/src/main/java/com/elmakers/mine/bukkit/entity/EntityData.java | package com.elmakers.mine.bukkit.entity;
import java.lang.ref.WeakReference;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Deque;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.u... | Fix separation of spawn and respawn triggers, also trigger respawn on undo
| Magic/src/main/java/com/elmakers/mine/bukkit/entity/EntityData.java | Fix separation of spawn and respawn triggers, also trigger respawn on undo | |
Java | mit | 96fdbbc661db07a0b67bdd6d710866fc0be33ecf | 0 | sdgdsffdsfff/ClickGate,emop/ClickGate,emop/ClickGate,sdgdsffdsfff/ClickGate,sdgdsffdsfff/ClickGate | package com.taodian.emop.servlet;
import java.io.IOException;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.mortbay.util.ajax.Continuation;
impor... | src/main/java/com/taodian/emop/servlet/DumpLogServlet.java | package com.taodian.emop.servlet;
import java.io.IOException;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.mortbay.util.ajax.Continuation;
impor... | 增加链接成功标志
| src/main/java/com/taodian/emop/servlet/DumpLogServlet.java | 增加链接成功标志 | |
Java | mit | 134255e27b7b1c0bf6bd79fe77ff9afc47055d4c | 0 | Squawkers13/Project-Rassilon | /*
* The MIT License (MIT)
*
* Copyright (C) 2014 Squawkers13 <Squawkers13@pekkit.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitati... | src/main/java/net/pekkit/projectrassilon/RegenManager.java | /*
* The MIT License (MIT)
*
* Copyright (C) 2014 Squawkers13 <Squawkers13@pekkit.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitati... | Fix bug where post regen effects would never end | src/main/java/net/pekkit/projectrassilon/RegenManager.java | Fix bug where post regen effects would never end | |
Java | mit | 40d844751b33aeb5c8d844683d0adb937bafceda | 0 | vsima/uber-java-client,vsima/uber-java-client | package com.victorsima.uber.test;
import com.victorsima.uber.UberClient;
import com.victorsima.uber.model.Prices;
import com.victorsima.uber.model.Products;
import com.victorsima.uber.model.Times;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.... | src/test/java/com/victorsima/uber/test/UberClientTest.java | package com.victorsima.uber.test;
import com.victorsima.uber.UberClient;
import com.victorsima.uber.model.Prices;
import com.victorsima.uber.model.Products;
import com.victorsima.uber.model.Times;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.... | update test
| src/test/java/com/victorsima/uber/test/UberClientTest.java | update test | |
Java | mit | ee17a06befef49681bcca3741012b4c9a9a962a4 | 0 | Simperium/simperium-android,Simperium/simperium-android | package com.simperium.android;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.text.Editable;
import android.text.Html;
import android.text.TextWatcher;
import android.util... | Simperium/src/main/java/com/simperium/android/CredentialsActivity.java | package com.simperium.android;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.text.Editable;
import android.text.Html;
import android.text.TextWatcher;
import android.util... | Update start login method conditions to force reset in credentials activity
| Simperium/src/main/java/com/simperium/android/CredentialsActivity.java | Update start login method conditions to force reset in credentials activity | |
Java | mit | bbc60d40f1916aa140651b81a30eab5957d0f958 | 0 | Innovimax-SARL/mix-them | package innovimax.mixthem.operation;
import innovimax.mixthem.MixException;
import innovimax.mixthem.arguments.RuleParam;
import innovimax.mixthem.arguments.ParamValue;
import innovimax.mixthem.io.DefaultCharReader;
import innovimax.mixthem.io.DefaultCharWriter;
import innovimax.mixthem.io.IInputChar;
import innovimax... | src/main/java/innovimax/mixthem/operation/AbstractCharOperation.java | package innovimax.mixthem.operation;
import innovimax.mixthem.MixException;
import innovimax.mixthem.arguments.RuleParam;
import innovimax.mixthem.arguments.ParamValue;
import innovimax.mixthem.io.DefaultCharReader;
import innovimax.mixthem.io.DefaultCharWriter;
import innovimax.mixthem.io.IInputChar;
import innovimax... | Update AbstractCharOperation.java | src/main/java/innovimax/mixthem/operation/AbstractCharOperation.java | Update AbstractCharOperation.java | |
Java | mit | efb7d2087f666d2850b3e53ce22a8425f179d2d6 | 0 | lbalmaceda/simpleauth-android | package com.lbalmaceda.simpleauth;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log... | library/src/main/java/com/lbalmaceda/simpleauth/SimpleAuthActivity.java | package com.lbalmaceda.simpleauth;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log... | add some javadoc
| library/src/main/java/com/lbalmaceda/simpleauth/SimpleAuthActivity.java | add some javadoc | |
Java | epl-1.0 | 502d9321611e686d31d34ea8097cc468984744e9 | 0 | mustangore/mondrian,mustangore/mondrian,truvenganong/mondrian,julianhyde/mondrian,ivanpogodin/mondrian,OSBI/mondrian,cesarmarinhorj/mondrian,preisanalytics/mondrian,dkincade/mondrian,dkincade/mondrian,Seiferxx/mondrian,cesarmarinhorj/mondrian,stiberger/mondrian,sayanh/mondrian,openedbox/mondrian,syncron/mondrian,cocosl... | /*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2004-2005 TONBELLER AG
// Copyright (C) 2005-2005 Julian Hyd... | src/main/mondrian/rolap/SqlTupleReader.java | /*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2004-2005 TONBELLER AG
// Copyright (C) 2005-2005 Julian Hyd... | Woopsie (MONDRIAN-1221)
| src/main/mondrian/rolap/SqlTupleReader.java | Woopsie (MONDRIAN-1221) | |
Java | agpl-3.0 | e4efe6b7c70e3ce3d25171787082f56efd8d12a5 | 0 | acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@objectweb.org
*
* This lib... | src/Core/org/objectweb/proactive/core/body/BodyImpl.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@objectweb.org
*
* This lib... | When a reply sending fails, the body now tries to resend the reply with the exception as result. Useful mainly for InvalidClassException (serialUID) : when the content of the reply cannot be deserialized on the reply-receiver side, then an exception is received as result.
PROACTIVE-307
git-svn-id: 9146c88ff6d39b48099... | src/Core/org/objectweb/proactive/core/body/BodyImpl.java | When a reply sending fails, the body now tries to resend the reply with the exception as result. Useful mainly for InvalidClassException (serialUID) : when the content of the reply cannot be deserialized on the reply-receiver side, then an exception is received as result. | |
Java | agpl-3.0 | 9589fa2ac7c7389f521cf0db11f6fe733432dc0e | 0 | splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceeng... | package com.splicemachine.si.impl;
import java.io.IOException;
public class DDLFilter implements Comparable<DDLFilter> {
private final Transaction myTransaction;
private final TransactionStore transactionStore;
public DDLFilter(
Transaction myTransaction,
TransactionStore transact... | structured_si/src/main/java/com/splicemachine/si/impl/DDLFilter.java | package com.splicemachine.si.impl;
import java.io.IOException;
public class DDLFilter implements Comparable<DDLFilter> {
private final Transaction myTransaction;
private final TransactionStore transactionStore;
public DDLFilter(
Transaction myTransaction,
TransactionStore transact... | Fix build
| structured_si/src/main/java/com/splicemachine/si/impl/DDLFilter.java | Fix build |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.