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 | 4b6af18931cacc1d74c6e1d232bebd4955f395db | 0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j | package org.neo4j.graphalgo.shortestpath;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import org.neo4j.commons.iterator.PrefetchingIterator;
import org.neo... | community/src/main/java/org/neo4j/graphalgo/shortestpath/AStar.java | package org.neo4j.graphalgo.shortestpath;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import org.neo4j.commons.iterator.PrefetchingIterator;
import org.neo... | A compilation error :)
git-svn-id: 153979b1b6856005f89f303a7dd326e07c869f86@4067 0b971d98-bb2f-0410-8247-b05b2b5feb2a
| community/src/main/java/org/neo4j/graphalgo/shortestpath/AStar.java | A compilation error :) | |
Java | apache-2.0 | ebaeca311ff9eab79e005b5aaed0377eb8e98937 | 0 | tcat-tamu/HathiTrust-SDK | package edu.tamu.tcat.hathitrust;
public enum RightsCode
{
// NOTE: See http://www.hathitrust.org/access_use
// http://www.hathitrust.org/rights_database#Attributes
// These two definitions seem to be in conflict.
// This looks a lot like something that should be an extension point
PublicDomain(... | bundles/edu.tamu.tcat.hathitrust/src/edu/tamu/tcat/hathitrust/RightsCode.java | package edu.tamu.tcat.hathitrust;
public enum RightsCode
{
// NOTE: See http://www.hathitrust.org/access_use
// http://www.hathitrust.org/rights_database#Attributes
// These two definitions seem to be in conflict.
PublicDomain(1, "pd", RightsType.Copyright, "public domain"),
InCopyright(2, "ic... | Added note about moving toward more flexible impl
https://issues.citd.tamu.edu/HT-1 | bundles/edu.tamu.tcat.hathitrust/src/edu/tamu/tcat/hathitrust/RightsCode.java | Added note about moving toward more flexible impl | |
Java | apache-2.0 | be19bfc74fcc2dbbdba88ff1fd72336de5964909 | 0 | gregerrag/selenium,TheBlackTuxCorp/selenium,davehunt/selenium,aluedeke/chromedriver,asolntsev/selenium,tkurnosova/selenium,SouWilliams/selenium,lummyare/lummyare-test,sri85/selenium,chrsmithdemos/selenium,mestihudson/selenium,temyers/selenium,s2oBCN/selenium,amikey/selenium,jsakamoto/selenium,gregerrag/selenium,lummyar... | /*
* Copyright 2006 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | server/src/main/java/org/openqa/selenium/server/SeleniumServer.java | /*
* Copyright 2006 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | fix port override when using IE launcher (previously portDriversShouldContact was not getting set to port override)
r3435
| server/src/main/java/org/openqa/selenium/server/SeleniumServer.java | fix port override when using IE launcher (previously portDriversShouldContact was not getting set to port override) | |
Java | apache-2.0 | 3775e336bd33fa859640cd164c506606bd3f97e5 | 0 | webdriverextensions/webdriverextensions,gilsouza/webdriverextensions,webdriverextensions/webdriverextensions,gilsouza/webdriverextensions | package org.webdriverextensions.internal;
import org.webdriverextensions.ThreadDriver;
import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Platform;
import org.openqa.selenium.android.AndroidDriver;
import org.openqa.selenium.chrome.ChromeDriver;
impor... | src/main/java/org/webdriverextensions/internal/ExperimentalBot.java | package org.webdriverextensions.internal;
import org.webdriverextensions.ThreadDriver;
import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Platform;
import org.openqa.selenium.android.AndroidDriver;
import org.openqa.selenium.chrome.ChromeDriver;
impor... | Renamed methid name to follow camel-case convention
| src/main/java/org/webdriverextensions/internal/ExperimentalBot.java | Renamed methid name to follow camel-case convention | |
Java | apache-2.0 | bdd9c3ff1afb8d60a1c3d786ab24705bc1ea31d5 | 0 | hmusavi/jpo-ode,hmusavi/jpo-ode,hmusavi/jpo-ode,hmusavi/jpo-ode,hmusavi/jpo-ode | package us.dot.its.jpo.ode.rsuHealth;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import java.io.IOException;
import java.util.Vector;
import org.junit.Before;
import org.junit.Ignore;
import org.... | jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/rsuHealth/RsuSnmpTest.java | package us.dot.its.jpo.ode.rsuHealth;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import java.io.IOException;
import java.util.Vector;
import org.junit.Before;
import org.junit.Ignore;
import org.... | Fix snmp unit test
| jpo-ode-svcs/src/test/java/us/dot/its/jpo/ode/rsuHealth/RsuSnmpTest.java | Fix snmp unit test | |
Java | apache-2.0 | b34d01793fb91157cfeb66458a0513e8e753e52c | 0 | Praveen2112/presto,ebyhr/presto,dain/presto,Praveen2112/presto,dain/presto,Praveen2112/presto,smartnews/presto,smartnews/presto,erichwang/presto,losipiuk/presto,electrum/presto,losipiuk/presto,dain/presto,erichwang/presto,losipiuk/presto,smartnews/presto,smartnews/presto,electrum/presto,losipiuk/presto,11xor6/presto,lo... | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | presto-oracle/src/test/java/io/prestosql/plugin/oracle/BaseTestOracleDistributedQueries.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | Drop Oracle specific copy of test
Copy was there becase table identifier was too long.
After shortening copy of test is not needed.
| presto-oracle/src/test/java/io/prestosql/plugin/oracle/BaseTestOracleDistributedQueries.java | Drop Oracle specific copy of test | |
Java | apache-2.0 | 944915106b4540140f233b9b32b09f862042868a | 0 | allanmoso/orientdb,wyzssw/orientdb,alonsod86/orientdb,mmacfadden/orientdb,mbhulin/orientdb,tempbottle/orientdb,cstamas/orientdb,wyzssw/orientdb,cstamas/orientdb,wyzssw/orientdb,cstamas/orientdb,jdillon/orientdb,mbhulin/orientdb,sanyaade-g2g-repos/orientdb,mmacfadden/orientdb,jdillon/orientdb,orientechnologies/orientdb,... | package com.orientechnologies.orient.core;
import java.lang.management.ManagementFactory;
import java.lang.management.MemoryMXBean;
import java.lang.management.MemoryNotificationInfo;
import java.lang.management.MemoryPoolMXBean;
import java.lang.management.MemoryType;
import java.util.ArrayList;
import java.u... | core/src/main/java/com/orientechnologies/orient/core/OMemoryWatchDog.java | package com.orientechnologies.orient.core;
import java.lang.management.ManagementFactory;
import java.lang.management.MemoryMXBean;
import java.lang.management.MemoryNotificationInfo;
import java.lang.management.MemoryPoolMXBean;
import java.lang.management.MemoryType;
import java.util.ArrayList;
import java.u... | Improved watch dog daemon output
| core/src/main/java/com/orientechnologies/orient/core/OMemoryWatchDog.java | Improved watch dog daemon output | |
Java | apache-2.0 | 6e31b64dddff0754e8cfd03e6f7a025208174b7a | 0 | iZettle/dropwizard-metrics-influxdb | package com.izettle.metrics.dw;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.ScheduledReporter;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect... | dropwizard-metrics-influxdb/src/main/java/com/izettle/metrics/dw/InfluxDbReporterFactory.java | package com.izettle.metrics.dw;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.ScheduledReporter;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect... | Map dots to underscores in jvm metrics
This makes the measurements more easily queryable in influxdb:
$ influx -database development -execute 'show measurements'
name: measurements
------------------
name
auth
client_connections
clients
connections
dao
datasources
health
... | dropwizard-metrics-influxdb/src/main/java/com/izettle/metrics/dw/InfluxDbReporterFactory.java | Map dots to underscores in jvm metrics | |
Java | apache-2.0 | f52940e17f34a43ee30c6d2c54e0cc3b7e010eb4 | 0 | ecki/commons-vfs,seeburger-ag/commons-vfs,mohanaraosv/commons-vfs,mohanaraosv/commons-vfs,seeburger-ag/commons-vfs,apache/commons-vfs,seeburger-ag/commons-vfs,mohanaraosv/commons-vfs,ecki/commons-vfs,apache/commons-vfs | /*
* 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 ... | examples/src/main/java/org/apache/commons/vfs2/example/Shell.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 ... | Checkstyle fix.
git-svn-id: c455d203a03ec41bf444183aad31e7cce55db786@1362082 13f79535-47bb-0310-9956-ffa450edef68
| examples/src/main/java/org/apache/commons/vfs2/example/Shell.java | Checkstyle fix. | |
Java | apache-2.0 | 662c240c2f65be6b9a87b78d1fbb5cad1aca6f86 | 0 | jiachenning/j2objc,hambroperks/j2objc,hambroperks/j2objc,jiachenning/j2objc,Sellegit/j2objc,jiachenning/j2objc,hambroperks/j2objc,Sellegit/j2objc,jiachenning/j2objc,Sellegit/j2objc,Sellegit/j2objc,hambroperks/j2objc,jiachenning/j2objc,hambroperks/j2objc,hambroperks/j2objc,Sellegit/j2objc,hambroperks/j2objc | // Copyright 2013 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | testing/junit-ext/src/java/com/google/j2objc/testing/JUnitTestRunner.java | // Copyright 2013 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | Fixed test runner return code.
Change on 2015/01/06 by tball <tball@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83382062
| testing/junit-ext/src/java/com/google/j2objc/testing/JUnitTestRunner.java | Fixed test runner return code. Change on 2015/01/06 by tball <tball@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83382062 | |
Java | apache-2.0 | 6e5eca4d3c0803f6b62d8cfaa9ac2a326871760f | 0 | HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity | package com.hubspot.singularity.scheduler;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.com... | SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityUsagePoller.java | package com.hubspot.singularity.scheduler;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.com... | add logging
| SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityUsagePoller.java | add logging | |
Java | apache-2.0 | 4782aa644a6a3ff99fbc6681186f9a69f39add0f | 0 | hsjawanda/gae-objectify-utils | /**
*
*/
package com.hsjawanda.gaeobjectify.collections;
import static com.google.common.base.Preconditions.checkNotNull;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import com.googlecode.objectify.Key;
import com.googlecode... | src/main/java/com/hsjawanda/gaeobjectify/collections/EntityCollector.java | /**
*
*/
package com.hsjawanda.gaeobjectify.collections;
import static com.google.common.base.Preconditions.checkNotNull;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import com.googlecode.objectify.Key;
import com.googlecode... | Updates to load entities from DS only if needed, and when needed, to do
a batch load (more efficient). | src/main/java/com/hsjawanda/gaeobjectify/collections/EntityCollector.java | Updates to load entities from DS only if needed, and when needed, to do a batch load (more efficient). | |
Java | apache-2.0 | b9c23a3312b0211914fc4eea42dd99ddc9754087 | 0 | kenschneider18/zuul,mrohan01/zuul,mrohan01/zuul,luke-grey/zuul-project,mattnelson/zuul,datvikash/zuul,NiteshKant/zuul,jsebastian/zuul,jsebastian/zuul,Fsero/zuul,rspieldenner/zuul,gorcz/zuul,Netflix/zuul,Fsero/zuul,kpacha/zuul,rspieldenner/zuul,jaume-pinyol/zuul,mattnelson/zuul,NiteshKant/zuul,slachiewicz/zuul,jaume-pin... | /*
* Copyright 2013 Netflix, 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 a... | zuul-core/src/main/java/com/netflix/zuul/util/HTTPRequestUtils.java | /*
* Copyright 2013 Netflix, 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 a... | Add helper method to retrieve headers
| zuul-core/src/main/java/com/netflix/zuul/util/HTTPRequestUtils.java | Add helper method to retrieve headers | |
Java | apache-2.0 | d71ea36b7883c2133167fac9cb192f8cae510eab | 0 | openam-org-ru/org.jsmpp,openam-org-ru/org.jsmpp,amdtelecom/jsmpp,opentelecoms-org/jsmpp,pmoerenhout/jsmpp-1,amdtelecom/jsmpp,opentelecoms-org/jsmpp,pmoerenhout/jsmpp-1 | package org.jsmpp.bean;
import static org.testng.Assert.assertEquals;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
/**
* @author pmoerenhout
*/
public class DataCodingFactory1100Test {
DataCodingFactory1100 factory;
@BeforeMethod
public void setUp() throws Exception {
... | jsmpp/src/test/java/org/jsmpp/bean/DataCodingFactory1100Test.java | package org.jsmpp.bean;
import static org.testng.Assert.assertEquals;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
/**
* @author pmoerenhout
*/
public class DataCodingFactory1100Test {
DataCodingFactory1100 factory;
@BeforeMethod
public void setUp() throws Exception {
... | Fix testcase.
| jsmpp/src/test/java/org/jsmpp/bean/DataCodingFactory1100Test.java | Fix testcase. | |
Java | apache-2.0 | 8e7a4b24562654455abea9b1dafbeb203b6a64d6 | 0 | reactor/reactor-core,sdeleuze/reactor-core,sdeleuze/reactor-core,sdeleuze/reactor-core,sdeleuze/reactor-core | /*
* Copyright (c) 2011-2016 Pivotal Software Inc, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unles... | src/main/java/reactor/core/util/Logger.java | /*
* Copyright (c) 2011-2016 Pivotal Software Inc, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unles... | tweaks
| src/main/java/reactor/core/util/Logger.java | tweaks | |
Java | apache-2.0 | 8247b33ab513cb064e6ea0399648d0e96991573a | 0 | etnetera/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,ham1/jmeter,ham1/jmeter,benbenw/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,apache/jmeter,apache/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,benbenw/jmeter,benbenw/jmeter,ham1/jmeter | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Bug 62870 - Templates : Add ability to provide parameters
Avoid resetting templates when not necessary
Bugzilla Id: 62870
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1848039 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 13ec5eebec23529417fa4df83837178e300c6494 | src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java | Bug 62870 - Templates : Add ability to provide parameters | |
Java | apache-2.0 | 4def6b0cbaabcd2d8f3877aeaaca5c6af3d26a33 | 0 | apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc | /*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | sharding-core/src/main/java/io/shardingsphere/core/executor/sql/execute/SQLExecuteCallback.java | /*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | #1172, refine
| sharding-core/src/main/java/io/shardingsphere/core/executor/sql/execute/SQLExecuteCallback.java | #1172, refine | |
Java | apache-2.0 | 555a2c2a75f047fb1b1826f9ed7f0ecda90e9722 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.plugins.groovy.console;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.ExecutionManager;
import com.intellij.execution.Exec... | plugins/groovy/src/org/jetbrains/plugins/groovy/console/GroovyConsole.java | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.plugins.groovy.console;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.ExecutionManager;
import com.intellij.execution.Exec... | [groovy] use args file command line shortening for Java 9+ in Console (IDEA-215543)
GitOrigin-RevId: 5cb75db36494f91cb48d02c7be924720557cd9a3
| plugins/groovy/src/org/jetbrains/plugins/groovy/console/GroovyConsole.java | [groovy] use args file command line shortening for Java 9+ in Console (IDEA-215543) | |
Java | apache-2.0 | 86121641aef44ed3bfb9b0901e0f4c47bda5a883 | 0 | flowersinthesand/spheres-sandbox | package com.github.flowersinthesand.spheres;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
public class DefaultApp implements App, AppInside {
private final Options options;
private final Bridge bridge;
private final Protocol protocol;
private ConcurrentMap<String, Soc... | src/main/java/com/github/flowersinthesand/spheres/DefaultApp.java | package com.github.flowersinthesand.spheres;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
public class DefaultApp implements App, AppInside {
private final Options options;
private final Bridge bridge;
private final Protocol protocol;
private ConcurrentMap<String, Soc... | Hide constructor | src/main/java/com/github/flowersinthesand/spheres/DefaultApp.java | Hide constructor | |
Java | bsd-2-clause | f0650920148daa8280563a30ed2e306670a14ee7 | 0 | ratan12/Atarashii,ratan12/Atarashii,AnimeNeko/Atarashii,AnimeNeko/Atarashii | package net.somethingdreadful.MAL.sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.crashlytics.android.Crashlytics;
import net.somethingdr... | Atarashii/src/net/somethingdreadful/MAL/sql/DatabaseManager.java | package net.somethingdreadful.MAL.sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.crashlytics.android.Crashlytics;
import net.somethingdr... | Rename saveAnimeAnimeRelation to saveAnimeToAnimeRelation (DatabaseManager)
| Atarashii/src/net/somethingdreadful/MAL/sql/DatabaseManager.java | Rename saveAnimeAnimeRelation to saveAnimeToAnimeRelation (DatabaseManager) | |
Java | bsd-2-clause | 8cd878f1d41e98acbee1b7cdacb1c5c4cac9f452 | 0 | sebastianscatularo/javadns,sebastianscatularo/javadns | org/xbill/DNS/utils/hmacSigner.java | // Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS.utils;
import java.io.*;
/**
* A pure java implementation of the HMAC-MD5 secure hash algorithm
*
* @author Brian Wellington
*/
public class hmacSigner {
private byte [] ipad, opad;
private ByteArrayOutputStream bytes;
priv... | No longer used; HMAC is better.
| org/xbill/DNS/utils/hmacSigner.java | No longer used; HMAC is better. | ||
Java | bsd-2-clause | 74b9414b69e7fd3afa65fc5e0cbcbc3c4138cd6d | 0 | biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2012 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | core/updater/core/src/main/java/imagej/updater/core/AbstractUploader.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2012 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | Add comment to empty method body
This fixes an Eclipse warning.
| core/updater/core/src/main/java/imagej/updater/core/AbstractUploader.java | Add comment to empty method body | |
Java | bsd-3-clause | 5a5343fdbf890aa8066d16169635d876a35ff026 | 0 | BaseXdb/basex,dimitarp/basex,dimitarp/basex,dimitarp/basex,dimitarp/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,BaseXdb/basex,dimitarp/basex,BaseXdb/basex,B... | package org.basex.query.ast;
import static org.basex.query.func.Function.*;
import static org.basex.query.QueryError.*;
import org.basex.core.cmd.*;
import org.basex.query.expr.*;
import org.basex.query.expr.List;
import org.basex.query.expr.constr.*;
import org.basex.query.expr.gflwor.*;
import org.basex.query.expr.... | basex-core/src/test/java/org/basex/query/ast/RewritingsTest.java | package org.basex.query.ast;
import static org.basex.query.func.Function.*;
import static org.basex.query.QueryError.*;
import org.basex.core.cmd.*;
import org.basex.query.expr.*;
import org.basex.query.expr.List;
import org.basex.query.expr.constr.*;
import org.basex.query.expr.gflwor.*;
import org.basex.query.expr.... | [MIN] Cleanups | basex-core/src/test/java/org/basex/query/ast/RewritingsTest.java | [MIN] Cleanups | |
Java | mit | 0dc97d295519a24a48b23b8261fa4bd38fc4fe03 | 0 | pslgoh/rhodes,tauplatform/tau,pslgoh/rhodes,rhomobile/rhodes,pslgoh/rhodes,watusi/rhodes,rhomobile/rhodes,rhomobile/rhodes,watusi/rhodes,tauplatform/tau,watusi/rhodes,rhomobile/rhodes,pslgoh/rhodes,watusi/rhodes,rhomobile/rhodes,watusi/rhodes,rhomobile/rhodes,tauplatform/tau,watusi/rhodes,tauplatform/tau,rhomobile/rhod... | package rhomobile.mapview;
import java.io.IOException;
import java.io.InputStream;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Vector;
import com.rho.RhoClassFactory;
import com.rho.RhoConf;
import com.rho.RhoEmptyLogger;
import com.rho.RhoLogger;
import com.rho.net.IHttpConnection;
im... | platform/bb/rhodes/src/rhomobile/mapview/ESRIMapField.java | package rhomobile.mapview;
import java.io.IOException;
import java.io.InputStream;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Vector;
import com.rho.RhoClassFactory;
import com.rho.RhoConf;
import com.rho.RhoEmptyLogger;
import com.rho.RhoLogger;
import com.rho.net.IHttpConnection;
im... | [BB MapView] change tiles fetch order from FIFO to LIFO
| platform/bb/rhodes/src/rhomobile/mapview/ESRIMapField.java | [BB MapView] change tiles fetch order from FIFO to LIFO | |
Java | mit | 5e541fa4c200723a3d389b6c42efa8edded211dd | 0 | alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi | package com.alecgorge.minecraft.jsonapi.stringifier;
import java.io.File;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import ja... | src/main/java/com/alecgorge/minecraft/jsonapi/stringifier/BukkitStringifier.java | package com.alecgorge.minecraft.jsonapi.stringifier;
import java.io.File;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
import ja... | Convert UUID to string.
| src/main/java/com/alecgorge/minecraft/jsonapi/stringifier/BukkitStringifier.java | Convert UUID to string. | |
Java | mit | bcea69070b544558f539d80ae5bbbbc05905adc1 | 0 | eaglesakura/android-command-service | package com.eaglesakura.android.service;
import com.eaglesakura.android.service.aidl.ICommandClientCallback;
import com.eaglesakura.android.service.aidl.ICommandServerService;
import com.eaglesakura.android.service.data.Payload;
import com.eaglesakura.android.thread.ui.UIHandler;
import com.eaglesakura.android.util.An... | src/main/java/com/eaglesakura/android/service/CommandClient.java | package com.eaglesakura.android.service;
import com.eaglesakura.android.service.aidl.ICommandClientCallback;
import com.eaglesakura.android.service.aidl.ICommandServerService;
import com.eaglesakura.android.service.data.Payload;
import com.eaglesakura.android.thread.ui.UIHandler;
import com.eaglesakura.android.util.An... | 例外送出時の引数を追加
| src/main/java/com/eaglesakura/android/service/CommandClient.java | 例外送出時の引数を追加 | |
Java | mit | fb3f2f87c73843756c2bfbb2364e55c8032d8c2f | 0 | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin | package com.elmakers.mine.bukkit.wand;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.util.TreeSet;
import java.util.UUID;
import java.util.logging.Level;... | Magic/src/main/java/com/elmakers/mine/bukkit/wand/Wand.java | package com.elmakers.mine.bukkit.wand;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.util.TreeSet;
import java.util.UUID;
import java.util.logging.Level;... | Play wand FX at the correct location when in offhand
| Magic/src/main/java/com/elmakers/mine/bukkit/wand/Wand.java | Play wand FX at the correct location when in offhand | |
Java | mit | 64ed0471bd23d7056817f055b8cde25c63e58ad5 | 0 | brahalla/PhotoAlbum-api | package com.brahalla.PhotoAlbum.configuration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.conf... | src/main/java/com/brahalla/PhotoAlbum/configuration/WebSecurityConfiguration.java | package com.brahalla.PhotoAlbum.configuration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.conf... | adding exception throw
| src/main/java/com/brahalla/PhotoAlbum/configuration/WebSecurityConfiguration.java | adding exception throw | |
Java | agpl-3.0 | 40d7f3b19f6cd7df70d3fcfa609d5a7cf600e7d7 | 0 | ivanovlev/Gadgetbridge,Freeyourgadget/Gadgetbridge,roidelapluie/Gadgetbridge,rosenpin/Gadgetbridge,ivanovlev/Gadgetbridge,rosenpin/Gadgetbridge,rosenpin/Gadgetbridge,Freeyourgadget/Gadgetbridge,roidelapluie/Gadgetbridge,ivanovlev/Gadgetbridge,roidelapluie/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbr... | package nodomain.freeyourgadget.gadgetbridge.service.btle.actions;
import android.bluetooth.BluetoothGatt;
import android.content.Context;
import nodomain.freeyourgadget.gadgetbridge.util.GB;
public class SetProgressAction extends PlainAction {
private final String text;
private final boolean ongoing;
p... | app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle/actions/SetProgressAction.java | package nodomain.freeyourgadget.gadgetbridge.service.btle.actions;
import android.bluetooth.BluetoothGatt;
import android.content.Context;
import nodomain.freeyourgadget.gadgetbridge.util.GB;
public class SetProgressAction extends PlainAction {
private final String text;
private final boolean ongoing;
p... | Improved log output for progress actions
| app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle/actions/SetProgressAction.java | Improved log output for progress actions | |
Java | agpl-3.0 | 8f4d90196942f2caefdbd983e4ee0282fb68b6d5 | 0 | JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio | /*
* DependencyManager.java
*
* Copyright (C) 2009-15 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Li... | src/gwt/src/org/rstudio/studio/client/common/dependencies/DependencyManager.java | /*
* DependencyManager.java
*
* Copyright (C) 2009-15 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Li... | 'formatR' no longer required by rmarkdown
| src/gwt/src/org/rstudio/studio/client/common/dependencies/DependencyManager.java | 'formatR' no longer required by rmarkdown | |
Java | lgpl-2.1 | 16aae89aa74444bcfc8b34c2a60d30a807051875 | 0 | janissl/languagetool,meg0man/languagetool,meg0man/languagetool,meg0man/languagetool,janissl/languagetool,lopescan/languagetool,janissl/languagetool,languagetool-org/languagetool,meg0man/languagetool,languagetool-org/languagetool,meg0man/languagetool,languagetool-org/languagetool,jimregan/languagetool,lopescan/languaget... | /* LanguageTool, a natural language style checker
* Copyright (C) 2006 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java | /* LanguageTool, a natural language style checker
* Copyright (C) 2006 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | some refactoring: extract code to private methods
| trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java | some refactoring: extract code to private methods | |
Java | unlicense | 51fcc8e7b176e70220884e221e53e6c66452ab78 | 0 | shimatai/react-native-android-datausage,shimatai/react-native-android-datausage | package br.com.oi.reactnative.module.datausage;
import android.annotation.TargetApi;
import android.app.AppOpsManager;
import android.app.usage.NetworkStatsManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import an... | android/src/main/java/br/com/oi/reactnative/module/datausage/DataUsageModule.java | package br.com.oi.reactnative.module.datausage;
import android.annotation.TargetApi;
import android.app.AppOpsManager;
import android.app.usage.NetworkStatsManager;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import an... | Enhancement in request permissions
| android/src/main/java/br/com/oi/reactnative/module/datausage/DataUsageModule.java | Enhancement in request permissions | |
Java | apache-2.0 | 3398dfc6846b5f106e879449631453e061d394fc | 0 | lmjacksoniii/hazelcast,tombujok/hazelcast,emre-aydin/hazelcast,juanavelez/hazelcast,emrahkocaman/hazelcast,tkountis/hazelcast,tombujok/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,tkountis/hazelcast,dsukhoroslov/hazelcast,dbrimley/hazelcast,mesutcelik/hazelcast,dsukhoroslov/hazelcast,Donnerbart/hazelcast,Donnerb... | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | hazelcast/src/main/java/com/hazelcast/nio/UTFEncoderDecoder.java | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | checkstyle fix: unused import
| hazelcast/src/main/java/com/hazelcast/nio/UTFEncoderDecoder.java | checkstyle fix: unused import | |
Java | apache-2.0 | 09a6575659a18b9ee74a80569caaf6902a5b433c | 0 | mikepenz/MaterialDrawer,mikepenz/MaterialDrawer,yunarta/MaterialDrawer,McUsaVsUrss/MaterialDrawer,MaTriXy/MaterialDrawer,yunarta/MaterialDrawer,mychaelgo/MaterialDrawer,MaTriXy/MaterialDrawer,mikepenz/MaterialDrawer | package com.mikepenz.materialdrawer;
import android.app.Activity;
import android.content.Context;
import android.graphics.Typeface;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.ColorInt;
import android.support... | library/src/main/java/com/mikepenz/materialdrawer/AccountHeaderBuilder.java | package com.mikepenz.materialdrawer;
import android.app.Activity;
import android.content.Context;
import android.graphics.Typeface;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.ColorInt;
import android.support... | * correctly select items when we switch to the Profile list
| library/src/main/java/com/mikepenz/materialdrawer/AccountHeaderBuilder.java | * correctly select items when we switch to the Profile list | |
Java | apache-2.0 | b66b41674f80f0f6dc0c92feb85a54758069b32f | 0 | xyczero/DanmakuFlameMaster,zzuli4519/DanmakuFlameMaster,Bilibili/DanmakuFlameMaster,whstudy/DanmakuFlameMaster,ctiao/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/ui/widget/DanmakuView.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... | DanmakuView: avoid some resume issue while view is not shown
| DanmakuFlameMaster/src/main/java/master/flame/danmaku/ui/widget/DanmakuView.java | DanmakuView: avoid some resume issue while view is not shown | |
Java | apache-2.0 | fa93da1d098d1624320c17bb442d46dbdf7be6b6 | 0 | scalio/storypath,StoryMaker/storypath,n8fr8/storypath,StoryMaker/storypath,n8fr8/storypath,scalio/storypath,n8fr8/storypath,scalio/storypath,StoryMaker/storypath | package scal.io.liger.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.text.Html;
import android.text.Spanned;
import android.text.method.LinkMovementMe... | lib/src/main/java/scal/io/liger/view/MarkdownCardView.java | package scal.io.liger.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.text.Html;
import android.text.Spanned;
import android.view.LayoutInflater;
impor... | make links clickable in markdowncards
| lib/src/main/java/scal/io/liger/view/MarkdownCardView.java | make links clickable in markdowncards | |
Java | apache-2.0 | 89c932c682a8079d04ff122d373d7bbe40bbcb13 | 0 | wyzssw/orientdb,cstamas/orientdb,sanyaade-g2g-repos/orientdb,joansmith/orientdb,cstamas/orientdb,intfrr/orientdb,giastfader/orientdb,joansmith/orientdb,wouterv/orientdb,tempbottle/orientdb,wyzssw/orientdb,mbhulin/orientdb,wouterv/orientdb,mbhulin/orientdb,tempbottle/orientdb,joansmith/orientdb,intfrr/orientdb,intfrr/or... | /*
* Copyright 2010-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
... | server/src/main/java/com/orientechnologies/orient/server/task/OAbstractRecordDistributedTask.java | /*
* Copyright 2010-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
... | Fixed issue #1260
| server/src/main/java/com/orientechnologies/orient/server/task/OAbstractRecordDistributedTask.java | Fixed issue #1260 | |
Java | apache-2.0 | 9ac22ab0e53995b0ab6a66a7aba304ba77b3f8aa | 0 | nextreports/nextreports-server,nextreports/nextreports-server,nextreports/nextreports-server,nextreports/nextreports-server | /*
* 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/ro/nextreports/server/licence/NextServerModuleLicence.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 ... | try to get licence from classpath | src/ro/nextreports/server/licence/NextServerModuleLicence.java | try to get licence from classpath | |
Java | apache-2.0 | e81d7e95c56ba5c37bbe7d25b55e522a7f716471 | 0 | VinodKumarS-Huawei/ietf96yang,sdnwiselab/onos,mengmoya/onos,gkatsikas/onos,kuujo/onos,opennetworkinglab/onos,y-higuchi/onos,maheshraju-Huawei/actn,LorenzReinhart/ONOSnew,sdnwiselab/onos,LorenzReinhart/ONOSnew,oplinkoms/onos,y-higuchi/onos,Shashikanth-Huawei/bmp,opennetworkinglab/onos,y-higuchi/onos,VinodKumarS-Huawei/i... | /*
* Copyright 2016-present Open Networking Laboratory
*
* 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... | drivers/default/src/main/java/org/onosproject/driver/extensions/DefaultMoveExtensionTreatment.java | /*
* Copyright 2016-present Open Networking Laboratory
*
* 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... | int/Integer is pre-registered to Kryo.
Change-Id: Ib66d8f3aac62ae837211d0e362207965403b4ead
| drivers/default/src/main/java/org/onosproject/driver/extensions/DefaultMoveExtensionTreatment.java | int/Integer is pre-registered to Kryo. | |
Java | apache-2.0 | 2e881724e3a8fdb93c070d9c7dd7b7564c799ac5 | 0 | uniqueid001/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,uniqueid001/enuncia... | package com.webcohesion.enunciate.mojo;
import com.webcohesion.enunciate.module.DocumentationProviderModule;
import com.webcohesion.enunciate.module.EnunciateModule;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annota... | slim-maven-plugin/src/main/java/com/webcohesion/enunciate/mojo/DocsBaseMojo.java | package com.webcohesion.enunciate.mojo;
import com.webcohesion.enunciate.module.DocumentationProviderModule;
import com.webcohesion.enunciate.module.EnunciateModule;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annota... | updating the docs base mojo to remove empty files to make room for the docs module
| slim-maven-plugin/src/main/java/com/webcohesion/enunciate/mojo/DocsBaseMojo.java | updating the docs base mojo to remove empty files to make room for the docs module | |
Java | apache-2.0 | cdb854857dfdc89d567e252a2af63d46497a5538 | 0 | consulo/consulo-sql,consulo/consulo-sql | package com.dci.intellij.dbn.code.sql.color;
import com.intellij.openapi.editor.HighlighterColors;
import com.intellij.openapi.editor.SyntaxHighlighterColors;
import com.intellij.openapi.editor.colors.CodeInsightColors;
import com.intellij.openapi.editor.colors.TextAttributesKey;
import com.intellij.openapi.editor.mar... | src/com/dci/intellij/dbn/code/sql/color/SQLTextAttributesKeys.java | package com.dci.intellij.dbn.code.sql.color;
import com.intellij.openapi.editor.HighlighterColors;
import com.intellij.openapi.editor.SyntaxHighlighterColors;
import com.intellij.openapi.editor.markup.TextAttributes;
import com.intellij.openapi.editor.colors.TextAttributesKey;
import java.awt.Color;
import java.awt.F... |
git-svn-id: http://database-navigator.googlecode.com/svn/trunk@162 6bf550b9-897f-baaf-8eff-d39108dcfdf5
| src/com/dci/intellij/dbn/code/sql/color/SQLTextAttributesKeys.java | ||
Java | apache-2.0 | 3f60e2ea72139cc728d36297e1f1c3c8bfad1fa0 | 0 | permazen/permazen,permazen/permazen,permazen/permazen,archiecobbs/jsimpledb,archiecobbs/jsimpledb,archiecobbs/jsimpledb |
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package org.jsimpledb;
import com.google.common.base.Preconditions;
import java.util.Arrays;
import javax.validation.ValidatorFactory;
import org.jsimpledb.core.Database;
import org.jsimpledb.kv.simple.SimpleKVDatabase;
/**
* Factory for {@link ... | jsimpledb-main/src/main/java/org/jsimpledb/JSimpleDBFactory.java |
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package org.jsimpledb;
import com.google.common.base.Preconditions;
import java.util.Arrays;
import javax.validation.ValidatorFactory;
import org.jsimpledb.core.Database;
import org.jsimpledb.kv.simple.SimpleKVDatabase;
/**
* Factory for {@link ... | Javadoc tweak.
| jsimpledb-main/src/main/java/org/jsimpledb/JSimpleDBFactory.java | Javadoc tweak. | |
Java | apache-2.0 | 899e72fdb24c17fd99825332e001a32af6dd262d | 0 | JetBrains/ttorrent-lib,mpetazzoni/ttorrent,mpetazzoni/ttorrent,JetBrains/ttorrent-lib | package com.turn.ttorrent.client;
import com.turn.ttorrent.common.AnnounceableInformation;
import com.turn.ttorrent.common.Pair;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class TorrentsStorage {
... | ttorrent-client/src/main/java/com/turn/ttorrent/client/TorrentsStorage.java | package com.turn.ttorrent.client;
import com.turn.ttorrent.common.AnnounceableInformation;
import com.turn.ttorrent.common.Pair;
import org.apache.commons.io.IOUtils;
import java.util.*;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class TorrentsSt... | remove using of closeQuietly method, looks like it's not exist in old versions of apache library
| ttorrent-client/src/main/java/com/turn/ttorrent/client/TorrentsStorage.java | remove using of closeQuietly method, looks like it's not exist in old versions of apache library | |
Java | apache-2.0 | feeccb95676b993f6b3d8ce6d6a509c889aaf8f5 | 0 | apache/commons-pool,apache/commons-pool,apache/commons-pool | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Format block | src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java | Format block | |
Java | apache-2.0 | 8af531865a5697c1dcebe64ae27d19ddca22c791 | 0 | stalep/aesh,jfdenise/aesh,felipewmartins/aesh,aslakknutsen/aesh,gastaldi/aesh,brmeyer/aesh,ryanemerson/aesh,jerr/aesh,aeshell/aesh,1and1/aesh | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.jreadline.console.operator;
import junit.framework.TestCase;
import org.jboss.jreadline.console.ConsoleOperation;
impor... | src/test/java/org/jboss/jreadline/console/operator/ControlOperatorParserTest.java | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.jreadline.console.operator;
import junit.framework.TestCase;
import org.jboss.jreadline.console.ConsoleOperation;
impor... | added todo, must fix this
| src/test/java/org/jboss/jreadline/console/operator/ControlOperatorParserTest.java | added todo, must fix this | |
Java | apache-2.0 | 87b86e9cf28d1703decdb52a1a59b93ff0c71a27 | 0 | veraPDF/veraPDF-pdfbox,BezrukovM/veraPDF-pdfbox,veraPDF/veraPDF-pdfbox,BezrukovM/veraPDF-pdfbox,ZhenyaM/veraPDF-pdfbox,ZhenyaM/veraPDF-pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | pdfbox/src/main/java/org/apache/pdfbox/pdfparser/COSParser.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 ... | Change char to byte
| pdfbox/src/main/java/org/apache/pdfbox/pdfparser/COSParser.java | Change char to byte | |
Java | bsd-3-clause | 8cd5894f55997da5e3b51febe2764d0d43c3410d | 0 | jMonkeyEngine/jmonkeyengine,jMonkeyEngine/jmonkeyengine,jMonkeyEngine/jmonkeyengine,zzuegg/jmonkeyengine,jMonkeyEngine/jmonkeyengine,zzuegg/jmonkeyengine,zzuegg/jmonkeyengine,zzuegg/jmonkeyengine | /*
* Copyright (c) 2009-2018 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | jme3-examples/src/main/java/jme3test/terrain/TerrainTestTile.java | /*
* Copyright (c) 2009-2012 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | TerrainTestTile: T key had to be pressed 2x before effect (see PR #827) | jme3-examples/src/main/java/jme3test/terrain/TerrainTestTile.java | TerrainTestTile: T key had to be pressed 2x before effect (see PR #827) | |
Java | bsd-3-clause | 514e592d810bdfee88c10b10369a907c6dbcdded | 0 | wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy | /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/GuardingPiNode.java | /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | Remove reduduant guards stage check in GuardingPiNode.lower
| graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/GuardingPiNode.java | Remove reduduant guards stage check in GuardingPiNode.lower | |
Java | mit | 57b41324b5231d815608e7790a4ec952b81c36db | 0 | MarkEWaite/git-client-plugin,MarkEWaite/git-client-plugin,MarkEWaite/git-client-plugin | src/test/java/org/jenkinsci/plugins/gitclient/RemotingTest.java | package org.jenkinsci.plugins.gitclient;
import static org.junit.Assert.*;
import hudson.FilePath;
import hudson.model.Computer;
import hudson.model.StreamBuildListener;
import hudson.remoting.Callable;
import hudson.remoting.VirtualChannel;
import hudson.slaves.DumbSlave;
import org.eclipse.jgit.lib.PersonIdent;
imp... | Delete `RemotingTest`
| src/test/java/org/jenkinsci/plugins/gitclient/RemotingTest.java | Delete `RemotingTest` | ||
Java | mit | 96da27331d0bfe3ee1b187df5274b8fba9f69042 | 0 | RichardWarburton/honest-profiler,nitsanw/honest-profiler,jvm-profiling-tools/honest-profiler,RichardWarburton/honest-profiler,nitsanw/honest-profiler,RichardWarburton/honest-profiler,jvm-profiling-tools/honest-profiler,nitsanw/honest-profiler,RichardWarburton/honest-profiler,RichardWarburton/honest-profiler,nitsanw/hon... | /**
* Copyright (c) 2014 Richard Warburton (richard.warburton@gmail.com)
* <p>
* 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 right... | src/main/java/com/insightfullogic/honest_profiler/ports/javafx/controller/FlatDiffViewController.java | /**
* Copyright (c) 2014 Richard Warburton (richard.warburton@gmail.com)
* <p>
* 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 right... | Fixed and restricted Diff View filtering
Allowing only String filter for now. For other filters, the filtering
paradigm must be reworked to be a bit more general. | src/main/java/com/insightfullogic/honest_profiler/ports/javafx/controller/FlatDiffViewController.java | Fixed and restricted Diff View filtering | |
Java | mit | bf7737e9535a8571ea2680a4aa897a1f4b1756d5 | 0 | Cuhey3/my-orchestrator,Cuhey3/my-orchestrator,Cuhey3/my-orchestrator | package com.heroku.myapp.myorchestrator.consumers.snapshot.seiyu;
import com.heroku.myapp.commons.config.enumerate.Kind;
import com.heroku.myapp.commons.consumers.SnapshotQueueConsumer;
import com.heroku.myapp.commons.util.actions.MasterUtil;
import com.heroku.myapp.commons.util.content.DocumentUtil;
import com.heroku... | src/main/java/com/heroku/myapp/myorchestrator/consumers/snapshot/seiyu/SnapshotSoundDirectorStatisticsConsumer.java | package com.heroku.myapp.myorchestrator.consumers.snapshot.seiyu;
import com.heroku.myapp.commons.config.enumerate.Kind;
import com.heroku.myapp.commons.consumers.SnapshotQueueConsumer;
import com.heroku.myapp.commons.util.actions.MasterUtil;
import com.heroku.myapp.commons.util.content.DocumentUtil;
import com.heroku... | modify SnapshotSoundDirectorStatisticsConsumer logic | src/main/java/com/heroku/myapp/myorchestrator/consumers/snapshot/seiyu/SnapshotSoundDirectorStatisticsConsumer.java | modify SnapshotSoundDirectorStatisticsConsumer logic | |
Java | mit | e7bbd3eb14182891ac680ff8874abe816fea4719 | 0 | AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL | /*
* The MIT License (MIT)
*
* FXGL - JavaFX Game Library
*
* Copyright (c) 2015 AlmasB (almaslvl@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, in... | src/com/almasb/fxgl/GameApplication.java | /*
* The MIT License (MIT)
*
* FXGL - JavaFX Game Library
*
* Copyright (c) 2015 AlmasB (almaslvl@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, in... | no need to create a reference for trace
| src/com/almasb/fxgl/GameApplication.java | no need to create a reference for trace | |
Java | mit | f91fb0c06339b488cb1609d737e497905a419385 | 0 | EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui | /*
* EDACCGridSettingsView.java
*
* Created on Nov 26, 2009, 7:54:46 PM
*/
package edacc;
import edacc.model.DBEmptyException;
import edacc.model.DBVersionException;
import edacc.model.DBVersionUnknownException;
import edacc.model.DatabaseConnector;
import edacc.model.NoConnectionToDBException;
import edacc.model.... | src/edacc/EDACCDatabaseSettingsView.java | /*
* EDACCGridSettingsView.java
*
* Created on Nov 26, 2009, 7:54:46 PM
*/
package edacc;
import edacc.model.DBEmptyException;
import edacc.model.DBVersionException;
import edacc.model.DBVersionUnknownException;
import edacc.model.DatabaseConnector;
import edacc.model.NoConnectionToDBException;
import edacc.model.... | Fix database session dialog
| src/edacc/EDACCDatabaseSettingsView.java | Fix database session dialog | |
Java | mit | 104569a715be313848946bdf413ec033849765f0 | 0 | gems-uff/prov-viewer | /*
* The MIT License
*
* Copyright 2017 Kohwalter.
*
* 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, modif... | src/main/java/br/uff/ic/utility/IO/UnityReader.java | /*
* The MIT License
*
* Copyright 2017 Kohwalter.
*
* 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, modif... | Fixed a problem when building the GraphVertex since it was adding all vertices that it had, even those inside another graphvertex | src/main/java/br/uff/ic/utility/IO/UnityReader.java | Fixed a problem when building the GraphVertex since it was adding all vertices that it had, even those inside another graphvertex | |
Java | mit | 5fdcfe520f818f592cd1794ff0d428f86dde818f | 0 | tomis007/gameboi | /*
* Gameboi
*/
package gameboi;
// for testing
import java.util.Random;
import java.util.Scanner;
/**
* Z80 Gameboy CPU
*
* Implementation of a gameboy cpu. Eight registers (a,b,c,d,e,f,h,l), a
* stack pointer, program counter
*
* @author tomis007
*/
public class CPU {
// registers
private final ... | src/gameboi/CPU.java | /*
* Gameboi
*/
package gameboi;
// for testing
import java.util.Random;
/**
* Z80 Gameboy CPU
*
* Implementation of a gameboy cpu. Eight registers (a,b,c,d,e,f,h,l), a
* stack pointer, program counter
*
* @author tomis007
*/
public class CPU {
// registers
private final GBRegisters registers;
... | fixed some bugs, added basic debugging loop | src/gameboi/CPU.java | fixed some bugs, added basic debugging loop | |
Java | mit | cde77c08f00cd7e6a8b3b61d449b2e9eefeabedc | 0 | markovandooren/chameleon | package chameleon.input;
import java.io.File;
import java.util.Set;
import chameleon.core.namespace.Namespace;
public interface MetaModelFactory {
// public Namespace getMetaModel(ILinkageFactory fact, Set<File> files) throws Exception;
public Set loadFiles(String path, String extension, boolean recursive);
}
| src/chameleon/input/MetaModelFactory.java | package chameleon.input;
import java.io.File;
import java.util.Set;
import chameleon.core.namespace.Namespace;
import chameleon.editor.toolextension.ILinkageFactory;
public interface MetaModelFactory {
public Namespace getMetaModel(ILinkageFactory fact, Set<File> files) throws Exception;
public Set loadFiles(St... | removed methods that should not be there | src/chameleon/input/MetaModelFactory.java | removed methods that should not be there | |
Java | mit | 0afecaabc89046035ce0e12c67fd55bf7a76b277 | 0 | krupt/yast | package ru.krupt.yast;
import ru.krupt.yast.exception.InvalidParameterFormat;
import ru.krupt.yast.exception.ParameterIsNullAndNotHaveDefaultValueException;
import ru.krupt.yast.util.IgnoreNullAndRemoveQuotesStringBuilder;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
... | src/main/java/ru/krupt/yast/Template.java | package ru.krupt.yast;
import ru.krupt.yast.exception.InvalidParameterFormat;
import ru.krupt.yast.exception.ParameterIsNullAndNotHaveDefaultValueException;
import ru.krupt.yast.util.IgnoreNullAndRemoveQuotesStringBuilder;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
... | Java 5 | src/main/java/ru/krupt/yast/Template.java | Java 5 | |
Java | mit | 09773b3e73f3d844d0c939477ab26c2b307a6821 | 0 | AlexDeveloper81/SpeechRecognitionPlugin,ochakov/SpeechRecognitionPlugin,jakestreett/SpeechRecognitionPlugin,macdonst/SpeechRecognitionPlugin,AlexDeveloper81/SpeechRecognitionPlugin,jakestreett/SpeechRecognitionPlugin,macdonst/SpeechRecognitionPlugin,ochakov/SpeechRecognitionPlugin,ElodieC/SpeechRecognitionPlugin,Elodie... | package org.apache.cordova.speech;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.PluginResult;
import android.util.Log;
import android.con... | src/android/SpeechRecognition.java | package org.apache.cordova.speech;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.apache.cordova.PluginResult;
import android.util.Log;
import android.con... | Add confidence values if available
| src/android/SpeechRecognition.java | Add confidence values if available | |
Java | mit | ec13017bc6c252a99a8c5dc7291aaad1cdc6fa88 | 0 | amishwins/project-cec-2013,amishwins/project-cec-2013 | package cec.view;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent;
import java.awt.event.KeyE... | CECProject/src/cec/view/EmailClient.java | package cec.view;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.InputEvent;
import java.awt.event.KeyE... | Meeting hotKey to M | CECProject/src/cec/view/EmailClient.java | Meeting hotKey to M | |
Java | epl-1.0 | 1f4cc222a9d43fa51361ef7cedfbf89b0c76d558 | 0 | rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | - Summary: Highlight doesn't work in chart.
- Bugzilla Bug (s) Resolved: 136035
- Description:
Use CSSValueList instead of accessing the FontFamily directly.
- Tests Description: Test Manually.
- Files Edited:
- Files Added:
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to... | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java | - Summary: Highlight doesn't work in chart. | |
Java | epl-1.0 | 91c5b9f68b83e5630a673caab47a0ae6fb1f1e7e | 0 | rohitmohan96/ceylon-ide-eclipse,rohitmohan96/ceylon-ide-eclipse | package com.redhat.ceylon.eclipse.code.outline;
import static com.redhat.ceylon.compiler.typechecker.model.Util.getInterveningRefinements;
import static com.redhat.ceylon.compiler.typechecker.model.Util.getSignature;
import static com.redhat.ceylon.compiler.typechecker.model.Util.isAbstraction;
import static com.redha... | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/outline/CeylonHierarchyContentProvider.java | package com.redhat.ceylon.eclipse.code.outline;
import static com.redhat.ceylon.compiler.typechecker.model.Util.getInterveningRefinements;
import static com.redhat.ceylon.compiler.typechecker.model.Util.getSignature;
import static com.redhat.ceylon.compiler.typechecker.model.Util.isAbstraction;
import static com.redha... | fix label | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/outline/CeylonHierarchyContentProvider.java | fix label | |
Java | epl-1.0 | 2e21a9e420afaa51beb4a1237ec1cb13c6e453db | 0 | jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012, 2013 Chuck Ritola.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanie... | src/main/java/org/jtrfp/trcl/GLFont.java | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012, 2013 Chuck Ritola.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanie... | Prepared GLFont for non Font sources. | src/main/java/org/jtrfp/trcl/GLFont.java | Prepared GLFont for non Font sources. | |
Java | agpl-3.0 | da681d3e0bca69bc4dc580885e45ecbc4cd8b2e8 | 0 | teyden/phenotips,mjshepherd/phenotips,DeanWay/phenotips,tmarathe/phenotips,alexhenrie/phenotips,mjshepherd/phenotips,danielpgross/phenotips,JKereliuk/phenotips,veronikaslc/phenotips,itaiGershtansky/phenotips,JKereliuk/phenotips,mjshepherd/phenotips,veronikaslc/phenotips,phenotips/phenotips,tmarathe/phenotips,alexhenrie... | /*
* 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... | components/patient-access-rules/api/src/test/java/org/phenotips/data/permissions/internal/RightsUpdateEventListenerTest.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] Discarded bad test, wrote some new ones
| components/patient-access-rules/api/src/test/java/org/phenotips/data/permissions/internal/RightsUpdateEventListenerTest.java | [misc] Discarded bad test, wrote some new ones | |
Java | agpl-3.0 | ad0186adfe188f3c9002215f4879f86ea7fa7073 | 0 | elki-project/elki,elki-project/elki,elki-project/elki | package de.lmu.ifi.dbs.algorithm;
import de.lmu.ifi.dbs.algorithm.result.Result;
import de.lmu.ifi.dbs.data.DatabaseObject;
import de.lmu.ifi.dbs.database.connection.DatabaseConnection;
import de.lmu.ifi.dbs.database.connection.FileBasedDatabaseConnection;
import de.lmu.ifi.dbs.normalization.Normalization;
import de.l... | src/de/lmu/ifi/dbs/algorithm/KDDTask.java | package de.lmu.ifi.dbs.algorithm;
import de.lmu.ifi.dbs.algorithm.result.Result;
import de.lmu.ifi.dbs.data.DatabaseObject;
import de.lmu.ifi.dbs.database.connection.DatabaseConnection;
import de.lmu.ifi.dbs.database.connection.FileBasedDatabaseConnection;
import de.lmu.ifi.dbs.normalization.Normalization;
import de.l... | returns list of attribute settings instead of null - but empty so far
| src/de/lmu/ifi/dbs/algorithm/KDDTask.java | returns list of attribute settings instead of null - but empty so far | |
Java | agpl-3.0 | 342cc40c33b4f539785f161f02d621a1d807d754 | 0 | picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons | package picoded.struct;
import java.util.List;
import java.util.UUID;
import picoded.conv.GenericConvert;
package picoded.struct;
import java.util.List;
import java.util.UUID;
import picoded.conv.GenericConvert;
/**
* The <tt>List</tt> interface provides four methods for positional (indexed)
* acc... | src/picoded/struct/GenericConvertList.java | package picoded.struct;
import java.util.List;
import java.util.UUID;
import picoded.conv.GenericConvert;
/**
* The <tt>List</tt> interface provides four methods for positional (indexed)
* access to list elements. Lists (like Java arrays) are zero based. Note that
* these operations may execute in time ... | changes for documentation
| src/picoded/struct/GenericConvertList.java | changes for documentation | |
Java | lgpl-2.1 | ae70b93d7402d710581dffb9b32eb893fe411ac2 | 0 | alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core,gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | src/org/opencms/jsp/util/CmsJspStandardContextBean.java | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | Added CmsJspStandardContextBean#getSitePath to convert root paths to
site paths in EL. | src/org/opencms/jsp/util/CmsJspStandardContextBean.java | Added CmsJspStandardContextBean#getSitePath to convert root paths to site paths in EL. | |
Java | lgpl-2.1 | e09429341b71ac925427f187c22a7da7cc65fc77 | 0 | nhochberger/Utilities | package hochberger.utilities.text;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import com.google.common.collect.Iterables;
public final class Text {
private Text() {
super();
}
public static String empty() {
return "";
}
public... | src/hochberger/utilities/text/Text.java | package hochberger.utilities.text;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import com.google.common.collect.Iterables;
public final class Text {
private Text() {
super();
}
public static String empty() {
return "";
}
public... | added space(int n) to Text | src/hochberger/utilities/text/Text.java | added space(int n) to Text | |
Java | apache-2.0 | 5abd05c4793e2f49dcb6f8014f8dd307c6101d81 | 0 | micrometer-metrics/micrometer,micrometer-metrics/micrometer,micrometer-metrics/micrometer | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... | micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/MetricsAutoConfiguration.java | /**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicab... | Fixed typo in hystrix binding conditional
| micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/MetricsAutoConfiguration.java | Fixed typo in hystrix binding conditional | |
Java | apache-2.0 | 50c9a8c7c5015a23a18756cc355f5e27667b85cd | 0 | freme-project/Broker,freme-project/Broker,freme-project/Broker | /**
* Copyright (C) 2015 Agro-Know, Deutsches Forschungszentrum für Künstliche Intelligenz, iMinds,
* Institut für Angewandte Informatik e. V. an der Universität Leipzig,
* Istituto Superiore Mario Boella, Tilde, Vistatec, WRIPL (http://freme-project.eu)
*
* Licensed under the Apache License, Version 2.0 (the "Lic... | src/main/java/eu/freme/broker/eservices/Pipelines.java | /**
* Copyright (C) 2015 Agro-Know, Deutsches Forschungszentrum für Künstliche Intelligenz, iMinds,
* Institut für Angewandte Informatik e. V. an der Universität Leipzig,
* Istituto Superiore Mario Boella, Tilde, Vistatec, WRIPL (http://freme-project.eu)
*
* Licensed under the Apache License, Version 2.0 (the "Lic... | temporary workaround. Will be fixed later.
| src/main/java/eu/freme/broker/eservices/Pipelines.java | temporary workaround. Will be fixed later. | |
Java | apache-2.0 | b6bed79b46bc0329b3b8fb37817ac36425b73012 | 0 | tonywestonuk/picowf,tonywestonuk/picowf,tonywestonuk/picowf | package org.picojs.ws;
import java.io.IOException;
import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentSkipListMap;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet... | PicoCore/src/main/java/org/picojs/ws/Pico_redirect.java | package org.picojs.ws;
import java.io.IOException;
import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentSkipListMap;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet... | Fixed to work with remote server addresses ending with / | PicoCore/src/main/java/org/picojs/ws/Pico_redirect.java | Fixed to work with remote server addresses ending with / | |
Java | apache-2.0 | d05d995ee20fe51dd0a53fb650bb7e73f9c42bb5 | 0 | bither/bitherj,bither/bitherj,liduanw/bitherj,liduanw/bitherj | /*
* Copyright 2014 http://Bither.net
*
* 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... | bitherj/src/main/java/net/bither/bitherj/core/Peer.java | /*
* Copyright 2014 http://Bither.net
*
* 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... | do not check dependency now, may check it in future
| bitherj/src/main/java/net/bither/bitherj/core/Peer.java | do not check dependency now, may check it in future | |
Java | apache-2.0 | 1aa47c8e871c058fc347541a89c94ca34576834b | 0 | apache/portals-pluto,apache/portals-pluto,apache/portals-pluto | /* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | portlet-tck_3.0/V3HeaderPortletTests/src/main/java/javax/portlet/tck/portlets/HeaderPortletTests_SPEC15_Header.java | /* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | PLUTO-678 TCK: Contesting V2AddlRequestTests_SPEC2_11_Render_parameters13 and V3HeaderPortletTests_SPEC15_Header_parameters13
| portlet-tck_3.0/V3HeaderPortletTests/src/main/java/javax/portlet/tck/portlets/HeaderPortletTests_SPEC15_Header.java | PLUTO-678 TCK: Contesting V2AddlRequestTests_SPEC2_11_Render_parameters13 and V3HeaderPortletTests_SPEC15_Header_parameters13 | |
Java | apache-2.0 | 57db6842628718d04b616997461836c3f40f9da3 | 0 | cloudsmith/orientdb,cloudsmith/orientdb,cloudsmith/orientdb,cloudsmith/orientdb | /*
* 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
... | core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.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
... | Fixed bug on JSON converter. Before now it included the @version only if > 0. Now always.
| core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerJSON.java | Fixed bug on JSON converter. Before now it included the @version only if > 0. Now always. | |
Java | apache-2.0 | aaee5a41d8fc02324d232620f253d2b16a49617f | 0 | icecondor/android,icecondor/android | package com.icecondor.nest;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
public class GeoRssSqlite extends SQLiteOpenHelper {
public static final String NAME = "name";
publ... | src/com/icecondor/nest/GeoRssSqlite.java | package com.icecondor.nest;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.database.sqlite.SQLiteDatabase.CursorFactory;
public class GeoRssSqlite extends SQLiteOpenHelper {
public static final String NAME = "name";
publ... | replace shouts instead of ignoring existing shouts (in the db)
| src/com/icecondor/nest/GeoRssSqlite.java | replace shouts instead of ignoring existing shouts (in the db) | |
Java | apache-2.0 | d896c931f755dd3b743bf09ad6926fe96ad6bba4 | 0 | lincoln-lil/flink,zentol/flink,tony810430/flink,apache/flink,zentol/flink,twalthr/flink,zjureel/flink,twalthr/flink,xccui/flink,gyfora/flink,apache/flink,zjureel/flink,lincoln-lil/flink,xccui/flink,zjureel/flink,apache/flink,xccui/flink,zjureel/flink,godfreyhe/flink,godfreyhe/flink,zentol/flink,zjureel/flink,wwjiang007... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | flink-architecture-tests/flink-architecture-tests-test/src/main/java/org/apache/flink/architecture/rules/ITCaseRules.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 ... | [hotfix][docs] Describe how to resolve the ITCASE_USE_MINICLUSTER rule
closes #18695
| flink-architecture-tests/flink-architecture-tests-test/src/main/java/org/apache/flink/architecture/rules/ITCaseRules.java | [hotfix][docs] Describe how to resolve the ITCASE_USE_MINICLUSTER rule | |
Java | apache-2.0 | 0be74594fee335b0fb6e6f5088e48758978b9b59 | 0 | gouravshenoy/airavata,machristie/airavata,jjj117/airavata,hasinitg/airavata,glahiru/airavata,gouravshenoy/airavata,jjj117/airavata,machristie/airavata,apache/airavata,dogless/airavata,anujbhan/airavata,gouravshenoy/airavata,glahiru/airavata,dogless/airavata,apache/airavata,apache/airavata,anujbhan/airavata,glahiru/aira... | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | modules/ws-messenger/samples/messagebroker/wse-multiple-producers-consumers/src/org/apache/airavata/wsmg/samples/wse/Consumer.java | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | Removed the unused import
git-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1367537 13f79535-47bb-0310-9956-ffa450edef68
| modules/ws-messenger/samples/messagebroker/wse-multiple-producers-consumers/src/org/apache/airavata/wsmg/samples/wse/Consumer.java | Removed the unused import | |
Java | apache-2.0 | f7202ab26808abe1e54dc2608176238289257c61 | 0 | IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl | /*
* Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | snomed/com.b2international.snowowl.snomed.mrcm.core/src/com/b2international/snowowl/snomed/mrcm/core/widget/bean/ConceptWidgetBean.java | /*
* Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | [mrcm] add branchPath getter to ConceptWidgetBean | snomed/com.b2international.snowowl.snomed.mrcm.core/src/com/b2international/snowowl/snomed/mrcm/core/widget/bean/ConceptWidgetBean.java | [mrcm] add branchPath getter to ConceptWidgetBean | |
Java | apache-2.0 | fec19cdce900d79c4dbfe65dfb1dc3ec40ca640f | 0 | wso2/carbon-analytics,wso2/carbon-analytics-common,Niveathika92/carbon-analytics,Nethmi-Pathirana/carbon-analytics,tishan89/carbon-analytics,grainier/carbon-analytics-common,erangatl/carbon-analytics,Niveathika92/carbon-analytics,tishan89/carbon-analytics,Anoukh/carbon-analytics,erangatl/carbon-analytics,mohanvive/carb... | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | components/analytics-data-commons/org.wso2.carbon.analytics.data.commons/src/main/java/org/wso2/carbon/analytics/data/commons/utils/AnalyticsCommonUtils.java | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | Homogenize path logic for DAL
| components/analytics-data-commons/org.wso2.carbon.analytics.data.commons/src/main/java/org/wso2/carbon/analytics/data/commons/utils/AnalyticsCommonUtils.java | Homogenize path logic for DAL | |
Java | apache-2.0 | ca725a2385e4c1a1434c99c93c7b366d5a72c550 | 0 | adligo/i_util.adligo.org | package org.adligo.i.util.client;
/**
* this class provides method not available in jme
* for java.lang.Exception like fill in stacktrace and getStackTrace
*
* @author scott
*
*/
public class ThrowableHelperFactory {
protected static I_ThrowableHelper helper;
public static void fillInStackTrace(Throwable p... | src/org/adligo/i/util/client/ThrowableHelperFactory.java | package org.adligo.i.util.client;
/**
* this class provides method not available in jme
* for java.lang.Exception like fill in stacktrace and getStackTrace
*
* @author scott
*
*/
public class ThrowableHelperFactory {
protected static I_ThrowableHelper helper;
public void fillInStackTrace(Throwable p) {
h... | updates for jme
| src/org/adligo/i/util/client/ThrowableHelperFactory.java | updates for jme | |
Java | apache-2.0 | 640edff925b2d3784673d24362946e7bb2b92054 | 0 | luosx/oauth,luosx/oauth,luosx/oauth | /*
* Copyright 2008 Netflix, 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... | core/src/test/java/net/oauth/client/OAuthClientTest.java | /*
* Copyright 2008 Netflix, 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... | take advantage of OAuthMessage.bodyAsString | core/src/test/java/net/oauth/client/OAuthClientTest.java | take advantage of OAuthMessage.bodyAsString | |
Java | apache-2.0 | 970f934341c2151a8b01707157d8f0f9d1e82817 | 0 | thelastpickle/cassandra-reaper,thelastpickle/cassandra-reaper,thelastpickle/cassandra-reaper,thelastpickle/cassandra-reaper,thelastpickle/cassandra-reaper | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | src/main/java/com/spotify/reaper/cassandra/JmxProxy.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | fix for getPendingTasks() that disappeared in C* 3.0 (using JMX directly to get pending compactions)
disabled primary range repair for incremental repair as it leaves unrepaired data on disk
| src/main/java/com/spotify/reaper/cassandra/JmxProxy.java | fix for getPendingTasks() that disappeared in C* 3.0 (using JMX directly to get pending compactions) disabled primary range repair for incremental repair as it leaves unrepaired data on disk | |
Java | apache-2.0 | 890befe7759c515101582631e12442cc7084d9a5 | 0 | KernelHaven/KernelHaven,KernelHaven/KernelHaven | package net.ssehub.kernel_haven.code_model.ast;
import java.util.ArrayList;
import java.util.List;
import net.ssehub.kernel_haven.util.logic.Formula;
import net.ssehub.kernel_haven.util.null_checks.NonNull;
import net.ssehub.kernel_haven.util.null_checks.Nullable;
/**
* A preprocessor block with a variability condi... | src/net/ssehub/kernel_haven/code_model/ast/CppBlock.java | package net.ssehub.kernel_haven.code_model.ast;
import net.ssehub.kernel_haven.util.logic.Formula;
import net.ssehub.kernel_haven.util.null_checks.NonNull;
import net.ssehub.kernel_haven.util.null_checks.Nullable;
/**
* A preprocessor block with a variability condition (e.g. an #ifdef block). The nested children in ... | CppBlock: May store siblings | src/net/ssehub/kernel_haven/code_model/ast/CppBlock.java | CppBlock: May store siblings | |
Java | apache-2.0 | 1d44b587e573851259e6205610bea70eee59aed6 | 0 | google/truth,cgruber/truth,google/truth,google/truth,cgruber/truth | /*
* Copyright (c) 2011 Google, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | core/src/main/java/com/google/common/truth/Subject.java | /*
* Copyright (c) 2011 Google, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | Make check() final.
No one overrides it, and no one should.
RELNOTES=Made `StandardSubjectBuilder.check()` final.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179961554
| core/src/main/java/com/google/common/truth/Subject.java | Make check() final. | |
Java | apache-2.0 | aa702e30e5666d916da3c6fb3ee9b26198e5cc63 | 0 | apache/derby,trejkaz/derby,apache/derby,trejkaz/derby,apache/derby,apache/derby,trejkaz/derby | /*
*
* Derby - Class org.apache.derbyTesting.functionTests.util.JDBC
*
* 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... | java/testing/org/apache/derbyTesting/junit/JDBC.java | /*
*
* Derby - Class org.apache.derbyTesting.functionTests.util.JDBC
*
* 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... | Close one of the ResultSets used to clean up databases from CleanDatabaseTestSetup.
git-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@476315 13f79535-47bb-0310-9956-ffa450edef68
| java/testing/org/apache/derbyTesting/junit/JDBC.java | Close one of the ResultSets used to clean up databases from CleanDatabaseTestSetup. | |
Java | bsd-2-clause | 1d9fcc8d2d81074bd600915afee941bad9a63ad3 | 0 | edgehosting/jira-dvcs-connector,markphip/testing,markphip/testing,markphip/testing,edgehosting/jira-dvcs-connector,edgehosting/jira-dvcs-connector | package com.atlassian.jira.plugins.dvcs.ondemand;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.atlassian.jira.plugins.dvcs.model.Credential;
import com.atla... | jira-dvcs-connector-plugin/src/main/java/com/atlassian/jira/plugins/dvcs/ondemand/BitbucketAccountsConfigService.java | package com.atlassian.jira.plugins.dvcs.ondemand;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.atlassian.jira.plugins.dvcs.model.Credential;
import com.atla... | BBC-234 - bugfixes and refinements..
| jira-dvcs-connector-plugin/src/main/java/com/atlassian/jira/plugins/dvcs/ondemand/BitbucketAccountsConfigService.java | BBC-234 - bugfixes and refinements.. | |
Java | bsd-2-clause | c561d7c24c87d5859d2a68d9de1157726952ca6b | 0 | meganz/sdk,meganz/sdk,meganz/sdk,meganz/sdk,meganz/sdk,meganz/sdk,meganz/sdk | /*
* (c) 2013-2015 by Mega Limited, Auckland, New Zealand
*
* This file is part of the MEGA SDK - Client Access Engine.
*
* Applications using the MEGA API must present a valid application key
* and comply with the the rules set forth in the Terms of Service.
*
* The MEGA SDK is distributed in the hope that it ... | bindings/java/nz/mega/sdk/MegaApiJava.java | /*
* (c) 2013-2015 by Mega Limited, Auckland, New Zealand
*
* This file is part of the MEGA SDK - Client Access Engine.
*
* Applications using the MEGA API must present a valid application key
* and comply with the the rules set forth in the Terms of Service.
*
* The MEGA SDK is distributed in the hope that it ... | Remove the getFavourites function that doesn't include MegaRequestListenerInterface parameter.
| bindings/java/nz/mega/sdk/MegaApiJava.java | Remove the getFavourites function that doesn't include MegaRequestListenerInterface parameter. | |
Java | mit | 468141b4c6f0431baaa2d30c4740eaf2fb173a45 | 0 | Appstax/appstax-java,Appstax/appstax-java | package com.appstax;
import org.json.JSONObject;
public class AxEvent {
private AxClient client;
private JSONObject payload;
protected AxEvent(AxClient client, JSONObject payload) {
this.client = client;
this.payload = payload;
}
public String getType() {
return payload.... | src/main/java/com/appstax/AxEvent.java | package com.appstax;
import org.json.JSONObject;
public class AxEvent {
private AxClient client;
private JSONObject payload;
protected AxEvent(AxClient client, JSONObject payload) {
this.client = client;
this.payload = payload;
}
public String getType() {
return payload.... | Avoid unnecessary throws from event.getObject.
| src/main/java/com/appstax/AxEvent.java | Avoid unnecessary throws from event.getObject. | |
Java | mit | ce4bfb7b0b644eb5ed90bc6d2971a33ffb16ed9b | 0 | dbunibas/BART,dbunibas/BART | package bart.model;
import bart.BartConstants;
import speedy.model.database.AttributeRef;
import bart.model.errorgenerator.operator.valueselectors.IDirtyStrategy;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class EGTaskConfiguration {
private boolean printLog = false;
pri... | src/bart/model/EGTaskConfiguration.java | package bart.model;
import bart.BartConstants;
import speedy.model.database.AttributeRef;
import bart.model.errorgenerator.operator.valueselectors.IDirtyStrategy;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class EGTaskConfiguration {
private boolean printLog = false;
pri... | Update EGTaskConfiguration.java | src/bart/model/EGTaskConfiguration.java | Update EGTaskConfiguration.java | |
Java | mit | 06a9c5eec7d24372c8f0d4e070a94c53eea31556 | 0 | ProfAmesBC/Game2013 | package game;
public class GameSounds {
public static void footstepNoise()
{
System.out.println("Footstep");
}
} | src/game/GameSounds.java | package game;
public class GameSounds {
public static void footstepNoise()
{
System.out.println("Footstep");
}
}
| Added Game Sounds | src/game/GameSounds.java | Added Game Sounds | |
Java | mit | 5329246a3eecce1bcee62ff94f9d02f1ef9fc876 | 0 | ZedTheYeti/SKS-Bot | /* Copyright (c) 2014-Onwards, Yeti Games
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list
* ... | src/yeti/bot/JIRC.java | /* Copyright (c) 2014-Onwards, Yeti Games
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list
* ... | * Switched to Java 8 String case() for setting debugging level
| src/yeti/bot/JIRC.java | * Switched to Java 8 String case() for setting debugging level | |
Java | mit | 828a6a99097fca8e3473d4692a36fa238023fb4c | 0 | JCloudYu/CordovaEnableViewportScaleSupport | /*
The MIT License (MIT)
Copyright (c) 2014 J. Cloud Yu
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... | src/android/EnableViewportScaleFix.java | /*
The MIT License (MIT)
Copyright (c) 2014 J. Cloud Yu
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... | Add missing package inclusion statement
| src/android/EnableViewportScaleFix.java | Add missing package inclusion statement | |
Java | mit | 3ce3eccda27592bd0693e9b142931a212885f26a | 0 | openregister/register,openregister/register,openregister/register | package functional.yaml;
import functional.ApplicationTests;
import org.junit.Test;
import play.libs.ws.WSResponse;
import static org.fest.assertions.Assertions.assertThat;
import static play.mvc.Http.Status.OK;
public class YamlSanityTest extends ApplicationTests {
public static final String TEST_JSON = "{\"te... | test/functional/yaml/YamlSanityTest.java | package functional.yaml;
import functional.ApplicationTests;
import org.junit.Test;
import play.libs.ws.WSResponse;
import static org.fest.assertions.Assertions.assertThat;
import static play.mvc.Http.Status.OK;
public class YamlSanityTest extends ApplicationTests {
public static final String TEST_JSON = "{\"te... | test yaml content-types
| test/functional/yaml/YamlSanityTest.java | test yaml content-types | |
Java | mit | 5404e8c24784f4603be30ba8588422b30a76895b | 0 | simonpoole1/metrical | package restlessrobot.metrical;
import org.junit.Before;
import org.junit.Test;
import restlessrobot.metrical.handlers.TextCaptureMetricalHandler;
import static org.junit.Assert.assertEquals;
import static restlessrobot.metrical.Metrical.d;
import static restlessrobot.metrical.Metrical.m;
import static restlessrobot... | src/test/java/restlessrobot/metrical/MetricalIntegTest.java | package restlessrobot.metrical;
import org.junit.Before;
import org.junit.Test;
import restlessrobot.metrical.handlers.TextCaptureMetricalHandler;
import static org.junit.Assert.assertEquals;
import static restlessrobot.metrical.Metrical.d;
import static restlessrobot.metrical.Metrical.m;
import static restlessrobot... | Add test case
| src/test/java/restlessrobot/metrical/MetricalIntegTest.java | Add test case | |
Java | mit | b80a1721550dd04c1f4c2078a49664058623c2af | 0 | conveyal/r5,conveyal/r5,conveyal/r5,conveyal/r5,conveyal/r5 | package com.conveyal.file;
import com.conveyal.r5.analyst.PersistenceBuffer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.io.IOException;
import java.nio.file.FileSystemException;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.nio.file.att... | src/main/java/com/conveyal/file/LocalFileStorage.java | package com.conveyal.file;
import com.conveyal.r5.analyst.PersistenceBuffer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.io.IOException;
import java.nio.file.FileSystemException;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
/**
* This implementat... | set stored file permissions to read only by user
| src/main/java/com/conveyal/file/LocalFileStorage.java | set stored file permissions to read only by user | |
Java | mit | 7b4b2c8133418ad8c5d6510b56155b22c155688d | 0 | sewerk/Bill-Calculator,sewerk/Bill-Calculator | package pl.srw.billcalculator.util;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.os.Build;
import android.support.annotation.NonNull;
import andr... | app/src/main/java/pl/srw/billcalculator/util/Animations.java | package pl.srw.billcalculator.util;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.os.Build;
import android.support.annotation.NonNull;
import andr... | Fix FAB animation shift count after support lib upgrade
| app/src/main/java/pl/srw/billcalculator/util/Animations.java | Fix FAB animation shift count after support lib upgrade | |
Java | mit | 587f26a6df40e3743a805e59deb179f824d4c4d6 | 0 | ystviren/mustached-tyrion,ystviren/mustached-tyrion,ystviren/mustached-tyrion,ystviren/mustached-tyrion,ystviren/mustached-tyrion,ystviren/mustached-tyrion,ystviren/mustached-tyrion | import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.List;
/*
Copyright (C) 2004 Geoffrey Alan Washburn
This program is free software; you can redistribute it and/o... | Lab3/RemoteClient.java | import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.List;
/*
Copyright (C) 2004 Geoffrey Alan Washburn
This program is free software; you can redistribute it and/o... | Uncommented line, changed message to display sender
| Lab3/RemoteClient.java | Uncommented line, changed message to display sender | |
Java | lgpl-2.1 | b7610e3075052dc7a53172abe7777707b6931def | 0 | MenZil/opencms-core,victos/opencms-core,gallardo/opencms-core,mediaworx/opencms-core,MenZil/opencms-core,serrapos/opencms-core,gallardo/opencms-core,gallardo/opencms-core,serrapos/opencms-core,victos/opencms-core,ggiudetti/opencms-core,serrapos/opencms-core,victos/opencms-core,sbonoc/opencms-core,mediaworx/opencms-core... | /*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/workplace/Attic/CmsNewResourcePage.java,v $
* Date : $Date: 2001/09/25 06:55:08 $
* Version: $Revision: 1.45 $
*
* This library is part of OpenCms -
* the Open Source Content Mananagement System
*
* Copyright (C) 2001 The OpenCms Group
*
* This library is f... | src/com/opencms/workplace/CmsNewResourcePage.java | /*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/workplace/Attic/CmsNewResourcePage.java,v $
* Date : $Date: 2001/09/10 08:32:51 $
* Version: $Revision: 1.44 $
*
* This library is part of OpenCms -
* the Open Source Content Mananagement System
*
* Copyright (C) 2001 The OpenCms Group
*
* This library is f... | Bugfix: write the body content after the files are created.
| src/com/opencms/workplace/CmsNewResourcePage.java | Bugfix: write the body content after the files are created. | |
Java | lgpl-2.1 | 994456b2280c0e2170d50c374e964004a9f424c8 | 0 | xyzz/vcmi-build,xyzz/vcmi-build,def-/commandergenius,sexroute/commandergenius,sexroute/commandergenius,sexroute/commandergenius,xyzz/vcmi-build,xyzz/vcmi-build,def-/commandergenius,dd00/commandergenius,dd00/commandergenius,dd00/commandergenius,sexroute/commandergenius,def-/commandergenius,pelya/commandergenius,pelya/co... | /*
Simple DirectMedia Layer
Java source code (C) 2009-2012 Sergii Pylypenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any pur... | project/java/Video.java | /*
Simple DirectMedia Layer
Java source code (C) 2009-2012 Sergii Pylypenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any pur... | Make touch pressure in-line with "1024 levels of sensitivity" Galaxy Note claims
| project/java/Video.java | Make touch pressure in-line with "1024 levels of sensitivity" Galaxy Note claims | |
Java | lgpl-2.1 | eafe4a07d895fc727cd4fc976edc4afb57d65978 | 0 | rcook/DesignLab,rcook/DesignLab,rcook/DesignLab,rcook/DesignLab,rcook/DesignLab,rcook/DesignLab,rcook/DesignLab | /* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2004-10 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under... | app/src/processing/app/Base.java | /* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2004-10 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
This program is free software; you can redistribute it and/or modify
it under... | Boards: fall back to uno board if an invalid board is in preferences
| app/src/processing/app/Base.java | Boards: fall back to uno board if an invalid board is in preferences | |
Java | lgpl-2.1 | 7ef8371924871d8909e1691a2cf2eed4b7bc4ba6 | 0 | gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | src/org/opencms/webdav/jackrabbit/CmsDavResource.java | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | Removed unused constant. | src/org/opencms/webdav/jackrabbit/CmsDavResource.java | Removed unused constant. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.