lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | mit | 12713aee0b044f7a99ef9d8074755cc910153887 | 0 | CS2103JAN2017-W13-B2/main,CS2103JAN2017-W13-B2/main | package seedu.address.model.tag;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import seedu.address.c... | src/main/java/seedu/address/model/tag/UniqueTagList.java | package seedu.address.model.tag;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import seedu.address.c... | add getTags method in UniqueTagList
| src/main/java/seedu/address/model/tag/UniqueTagList.java | add getTags method in UniqueTagList | |
Java | epl-1.0 | fb35fb90b223364e01295a3c9827926457fa109b | 0 | matias-burgos/Trabajo-Practico-Final---Hotel | Conserje.java | package Paquete;
public class Conserje extends UserHotel
{
int permiso;
public int getPermisos()
{
return permiso;
}
public void setPermisos(int permiso)
{
this.permiso = permiso;
}
}
| Delete Conserje.java | Conserje.java | Delete Conserje.java | ||
Java | mpl-2.0 | 6619b9bb660b18b2a16ce5eaa992da2295c91552 | 0 | slidewiki/nlp-service,slidewiki/nlp-service,slidewiki/nlp-service,slidewiki/nlp-service | package controllers;
import javax.inject.Inject;
import javax.ws.rs.ProcessingException;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import io.swagger.annotations.Api;
import io.sw... | app/controllers/NLPController.java | package controllers;
import javax.inject.Inject;
import javax.ws.rs.ProcessingException;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import io.swagger.annotations.Api;
import io.sw... | NLPController: added NLPStorageUtil
| app/controllers/NLPController.java | NLPController: added NLPStorageUtil | |
Java | lgpl-2.1 | 54746c55d146f1d8906bad957de7e045cdc02b25 | 0 | joshkh/intermine,tomck/intermine,zebrafishmine/intermine,tomck/intermine,justincc/intermine,tomck/intermine,drhee/toxoMine,drhee/toxoMine,joshkh/intermine,joshkh/intermine,elsiklab/intermine,justincc/intermine,JoeCarlson/intermine,zebrafishmine/intermine,elsiklab/intermine,tomck/intermine,elsiklab/intermine,elsiklab/in... | package samples;
/*
* Copyright (C) 2002-2009 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
*
*/
impo... | flymine-private/src/reports/ChromosomeCoverage/src/samples/ChromosomeCoverage.java | package samples;
/*
* Copyright (C) 2002-2009 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
*
*/
impo... | Moved calculation into separate method.
| flymine-private/src/reports/ChromosomeCoverage/src/samples/ChromosomeCoverage.java | Moved calculation into separate method. | |
Java | lgpl-2.1 | a5edba19151ee79c8c7770f58bcdc906c0197407 | 0 | pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-platform-core/xwiki-platform-activitystream/xwiki-platform-activitystream-api/src/main/java/com/xpn/xwiki/plugin/activitystream/eventstreambridge/EventConverter.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... | XWIKI-14172: Exception in the log when viewing the user profile after the install.
| xwiki-platform-core/xwiki-platform-activitystream/xwiki-platform-activitystream-api/src/main/java/com/xpn/xwiki/plugin/activitystream/eventstreambridge/EventConverter.java | XWIKI-14172: Exception in the log when viewing the user profile after the install. | |
Java | lgpl-2.1 | 32b5b509d06b7ff7d38f67a2a3319dd82c5c5bc8 | 0 | OlliV/titokone,titokone/koski,OlliV/titokone,titokone/titokone,dezgeg/titokone,titokone/titokone,titokone/koski | /** */
public class RunInfo extends DebugInfo{
public static final short NOOPERATION = 0;
public static final short DATA_TRANSFER_OPERATION = 1;
public static final short ALU_OPERATION = 2;
public static final short JUMP_OPERATION = 3;
public static final short STACK_OPERATION = 4;
pu... | RunInfo.java | /** */
public class RunInfo extends DebugInfo{
public static final short NOOPERATION = 0;
public static final short DATA_TRANSFER_OPERATION = 1;
public static final short ALU_OPERATION = 2;
public static final short JUMP_OPERATION = 3;
public static final short STACK_OPERATION = 4;
pu... | edited 1.3 2:03
| RunInfo.java | edited 1.3 2:03 | |
Java | lgpl-2.1 | 7c40964aba9ba82cf528b4497b6c0bff310fa04e | 0 | Anaphory/beast2,Anaphory/beast2,tgvaughan/beast2,CompEvol/beast2,tgvaughan/beast2,CompEvol/beast2,Anaphory/beast2,Anaphory/beast2,tgvaughan/beast2,CompEvol/beast2,CompEvol/beast2,tgvaughan/beast2 | package beast.app.util;
import javax.swing.*;
import javax.swing.filechooser.FileNameExtensionFilter;
import java.awt.*;
import java.io.File;
import java.io.FilenameFilter;
import java.lang.reflect.Method;
import java.util.*;
/**
* @author Andrew Rambaut
* @author Alexei Drummond
*/
public class Utils {
/**
... | src/beast/app/util/Utils.java | package beast.app.util;
import javax.swing.*;
import javax.swing.filechooser.FileNameExtensionFilter;
import java.awt.*;
import java.io.File;
import java.io.FilenameFilter;
import java.lang.reflect.Method;
import java.util.*;
/**
* @author Andrew Rambaut
* @author Alexei Drummond
*/
public class Utils {
/**... | More consistent isMac() function.
| src/beast/app/util/Utils.java | More consistent isMac() function. | |
Java | apache-2.0 | 9eaf734dd0f219aef47afc9b518ec94919ff07ad | 0 | gregorydgraham/DBvolution | /*
* Copyright 2014 Gregory Graham.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | src/main/java/nz/co/gregs/dbvolution/databases/definitions/OracleDBDefinition.java | /*
* Copyright 2014 Gregory Graham.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | Possible fix for Oracle BooleanArray support | src/main/java/nz/co/gregs/dbvolution/databases/definitions/OracleDBDefinition.java | Possible fix for Oracle BooleanArray support | |
Java | apache-2.0 | 50e20ca0efcdef1c7a382b045ab5974485109058 | 0 | apache/camel,cunningt/camel,pax95/camel,tdiesler/camel,christophd/camel,adessaigne/camel,pax95/camel,christophd/camel,christophd/camel,cunningt/camel,tadayosi/camel,pax95/camel,adessaigne/camel,apache/camel,apache/camel,pax95/camel,tdiesler/camel,tdiesler/camel,apache/camel,adessaigne/camel,cunningt/camel,christophd/ca... | /*
* 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 ... | core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | camel-catalog - Fix language validator classloading from external editors such as IDEA camel tooling
| core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/AbstractCamelCatalog.java | camel-catalog - Fix language validator classloading from external editors such as IDEA camel tooling | |
Java | apache-2.0 | 9fc91e488976a57ab2baa91532d277236de53e55 | 0 | cscorley/solr-only-mirror,cscorley/solr-only-mirror,cscorley/solr-only-mirror | /*
* 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 ... | contrib/map-reduce/src/test/org/apache/solr/hadoop/MapReduceIndexerToolArgumentParserTest.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 ... | SOLR-6387: additional map-reduce test that does forking and needs 'tr' check
git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1620707 13f79535-47bb-0310-9956-ffa450edef68
| contrib/map-reduce/src/test/org/apache/solr/hadoop/MapReduceIndexerToolArgumentParserTest.java | SOLR-6387: additional map-reduce test that does forking and needs 'tr' check | |
Java | apache-2.0 | 813b913409ddecca7a7525cce23789be2f22c724 | 0 | gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpira... | /*
* Copyright 2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | subprojects/docs/src/docsTest/java/org/gradle/docs/samples/IntegrationTestSamplesExecutor.java | /*
* Copyright 2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Inline private method
| subprojects/docs/src/docsTest/java/org/gradle/docs/samples/IntegrationTestSamplesExecutor.java | Inline private method | |
Java | apache-2.0 | 77f997b1d6c4ef3fe8fbf608e5916b219103808b | 0 | adufilie/flex-falcon,greg-dove/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon | /*
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); ... | compiler.tests/unit-tests/org/apache/flex/compiler/internal/tree/mxml/MXMLComponentNodeTests.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"); ... | all of a sudden this test wants to be wrapped in fx:Declaration which I think it should always have been. Not sure how it passed before
| compiler.tests/unit-tests/org/apache/flex/compiler/internal/tree/mxml/MXMLComponentNodeTests.java | all of a sudden this test wants to be wrapped in fx:Declaration which I think it should always have been. Not sure how it passed before | |
Java | apache-2.0 | 837d4cd9e981604529d796d23e6833edfa87dbea | 0 | hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak | package com.sequenceiq.cloudbreak.cloud.aws;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.amazonaws.services.ec2.model.DescribeRo... | cloud-aws/src/main/java/com/sequenceiq/cloudbreak/cloud/aws/AwsSubnetIgwExplorer.java | package com.sequenceiq.cloudbreak.cloud.aws;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import com.amazonaws.services.ec2.model.DescribeRo... | Revert "CB-10638 Aws IGW check should support long and short aws names"
This reverts commit 35b92accb051e237d8110c95fcbdab8437bea0c4.
| cloud-aws/src/main/java/com/sequenceiq/cloudbreak/cloud/aws/AwsSubnetIgwExplorer.java | Revert "CB-10638 Aws IGW check should support long and short aws names" | |
Java | apache-2.0 | a74876616859d2b13b61761e24ad2de71e6b0d86 | 0 | chibenwa/james,rouazana/james,rouazana/james,aduprat/james,chibenwa/james,aduprat/james,aduprat/james,rouazana/james,aduprat/james,rouazana/james,chibenwa/james,chibenwa/james | /****************************************************************
* 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... | mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.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... | Improved javadocs JAMES-892 https://issues.apache.org/jira/browse/JAMES-892
git-svn-id: de9d04cf23151003780adc3e4ddb7078e3680318@748865 13f79535-47bb-0310-9956-ffa450edef68
| mailets-function/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java | Improved javadocs JAMES-892 https://issues.apache.org/jira/browse/JAMES-892 | |
Java | apache-2.0 | 60be421469dd85893978bfc645b41e94c63ba1b1 | 0 | JodaOrg/joda-time,mosoft521/joda-time,Shais14/joda-time,Alexey-N-Chernyshov/IU_AST_Mutation_Score,tingting703/mp3_maven,Alexey-N-Chernyshov/IU_AST_Mutation_Score,Shais14/joda-time,flightstats/joda-time,flightstats/joda-time,tingting703/mp3_maven,JodaOrg/joda-time,mosoft521/joda-time | /*
* Copyright 2001-2013 Stephen Colebourne
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | src/main/java/org/joda/time/tz/DateTimeZoneBuilder.java | /*
* Copyright 2001-2013 Stephen Colebourne
*
* 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... | Fixing usage of DataOutputStream
| src/main/java/org/joda/time/tz/DateTimeZoneBuilder.java | Fixing usage of DataOutputStream | |
Java | apache-2.0 | dc1caa818cf52f90f1fbde8565c3c649a3f0a968 | 0 | cmusatyalab/gabriel,cmusatyalab/gabriel,cmusatyalab/gabriel | package edu.cmu.cs.gabriel.client.socket;
import android.app.Application;
import android.net.Network;
import android.security.NetworkSecurityPolicy;
import android.util.Log;
import androidx.annotation.NonNull;
import com.tinder.scarlet.Lifecycle;
import com.tinder.scarlet.Scarlet;
import com.tinder.scarlet.lifecycle... | android-client/client/src/main/java/edu/cmu/cs/gabriel/client/socket/SocketWrapper.java | package edu.cmu.cs.gabriel.client.socket;
import android.app.Application;
import android.net.Network;
import android.security.NetworkSecurityPolicy;
import android.util.Log;
import androidx.annotation.NonNull;
import com.tinder.scarlet.Lifecycle;
import com.tinder.scarlet.Scarlet;
import com.tinder.scarlet.lifecycle... | fix SocketWrapper constructor
| android-client/client/src/main/java/edu/cmu/cs/gabriel/client/socket/SocketWrapper.java | fix SocketWrapper constructor | |
Java | apache-2.0 | d59b7cb0cc1f69c5304f1864c4c629b7844b1602 | 0 | skmbw/dubbox,skmbw/dubbox,skmbw/dubbox | package com.alibaba.dubbo.common.serialize.support;
import java.util.Set;
import java.util.TreeSet;
/**
* @author lishen
*/
public abstract class SerializableClassRegistry {
private static final Set<Class> registrations = new TreeSet<>((o1, o2) -> o1.getName().compareTo(o2.getName()));
/**
* only sup... | dubbo-common/src/main/java/com/alibaba/dubbo/common/serialize/support/SerializableClassRegistry.java | package com.alibaba.dubbo.common.serialize.support;
import java.util.LinkedHashSet;
import java.util.Set;
/**
* @author lishen
*/
public abstract class SerializableClassRegistry {
private static final Set<Class> registrations = new LinkedHashSet<Class>();
/**
* only supposed to be called at startup t... | 注册的类,使用牌序的TreeSet
| dubbo-common/src/main/java/com/alibaba/dubbo/common/serialize/support/SerializableClassRegistry.java | 注册的类,使用牌序的TreeSet | |
Java | apache-2.0 | d50ad7ea4c5dc7f127aefcc691c4a8d104cad50e | 0 | michael-rapp/AndroidAdapters | /*
* AndroidAdapters Copyright 2014 Michael Rapp
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... | src/de/mrapp/android/adapter/list/selectable/SingleChoiceListAdapterImplementation.java | /*
* AndroidAdapters Copyright 2014 Michael Rapp
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... | Changed algorithm, which is used to find nearest enabled item.
| src/de/mrapp/android/adapter/list/selectable/SingleChoiceListAdapterImplementation.java | Changed algorithm, which is used to find nearest enabled item. | |
Java | apache-2.0 | 40ebe2fd501af3d02b24ed334767af07ef7d7d78 | 0 | robovm/robovm-studio,tmpgit/intellij-community,ol-loginov/intellij-community,asedunov/intellij-community,caot/intellij-community,retomerz/intellij-community,kdwink/intellij-community,da1z/intellij-community,salguarnieri/intellij-community,orekyuu/intellij-community,fitermay/intellij-community,adedayo/intellij-community... | package org.jetbrains.plugins.groovy.lang.completion;
import com.intellij.codeInsight.CodeInsightSettings;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupManager;
import com.intellij.codeInsight.lookup.impl.LookupImpl;
import com.intellij.openapi.fileTypes.FileType;
... | plugins/groovy/test/org/jetbrains/plugins/groovy/lang/completion/CompletionTestBase.java | package org.jetbrains.plugins.groovy.lang.completion;
import com.intellij.codeInsight.CodeInsightSettings;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupManager;
import com.intellij.codeInsight.lookup.impl.LookupImpl;
import com.intellij.openapi.fileTypes.FileType;
... | introduce LookupArranger to support different sorting strategies in lookups | plugins/groovy/test/org/jetbrains/plugins/groovy/lang/completion/CompletionTestBase.java | introduce LookupArranger to support different sorting strategies in lookups | |
Java | apache-2.0 | d193bd71a46d92dc9dd7147674db79ffdb2f3293 | 0 | dzdenya/java_pft | package ru.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
import org.testng.Assert;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.pft.addressbook.model.Contacts... | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java | package ru.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.Select;
import org.testng.Assert;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.pft.addressbook.model.Contacts... | Исправлены ошибки в ContactHelper
| addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java | Исправлены ошибки в ContactHelper | |
Java | apache-2.0 | 4bab0f18421951acbf17314102e17631d7e4d272 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.component.Version;
import com.yahoo.config.provision.ApplicationId;
import com.yahoo.config.provision.Environment;
import com.yah... | controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java | // Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.component.Version;
import com.yahoo.config.provision.ApplicationId;
import com.yahoo.config.provision.Environment;
import com.yah... | Avoid unreliable path lookup of test data
IntelliJ occasionally fails to lookup resources via class loader for me, haven't
been able to figure out the exact cause, but when it happens tests that use this
method fail with NPE.
Anyway, relative path should always work and this pattern is used elsewhere.
| controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java | Avoid unreliable path lookup of test data | |
Java | apache-2.0 | d1c6c47f4ff09ac78e830cb2f61132c42c4941d5 | 0 | metaborg/jsglr,metaborg/jsglr,metaborg/jsglr,metaborg/jsglr | /*
* Created on 03.des.2005
*
* Copyright (c) 2005, Karl Trygve Kalleberg <karltk near strategoxt.org>
*
* Licensed under the GNU Lesser General Public License, v2.1
*/
package org.spoofax.jsglr.client;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Queue;
import... | org.spoofax.jsglr/src/org/spoofax/jsglr/client/SGLR.java | /*
* Created on 03.des.2005
*
* Copyright (c) 2005, Karl Trygve Kalleberg <karltk near strategoxt.org>
*
* Licensed under the GNU Lesser General Public License, v2.1
*/
package org.spoofax.jsglr.client;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Queue;
import... | temporary fix for nightly build, while Maartje's ambiguity handling fix is still a work-in-progress
svn path=/spoofax/trunk/spoofax/org.spoofax.jsglr/; revision=22020
| org.spoofax.jsglr/src/org/spoofax/jsglr/client/SGLR.java | temporary fix for nightly build, while Maartje's ambiguity handling fix is still a work-in-progress | |
Java | apache-2.0 | 9f272a46dda572c147de6ae46a351570223617db | 0 | JetBrains/teamcity-aws-codedeploy-plugin | /*
* Copyright 2000-2021 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | aws-codedeploy-agent/src/test/java/jetbrains.buildServer.runner.codedeploy/LoggingDeploymentListenerTest.java | /*
* Copyright 2000-2021 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | fixed tests
| aws-codedeploy-agent/src/test/java/jetbrains.buildServer.runner.codedeploy/LoggingDeploymentListenerTest.java | fixed tests | |
Java | bsd-3-clause | 482000e23ef73afbaa9a8f535156451b63f67ff8 | 0 | krishagni/openspecimen,krishagni/openspecimen,NCIP/catissue-core,krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen,NCIP/catissue-core,NCIP/catissue-core,asamgir/openspecimen |
package edu.wustl.catissuecore.applet.listener;
import java.awt.event.ActionEvent;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import javax.swing.JButton;
import javax.swing.JTable;
import edu.wustl.catissuecore.applet.AppletConstants;
import edu.wustl.catissuecore.applet.... | WEB-INF/src/edu/wustl/catissuecore/applet/listener/SpecimenSubmitButtonHandler.java |
package edu.wustl.catissuecore.applet.listener;
import java.awt.event.ActionEvent;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import javax.swing.JButton;
import javax.swing.JTable;
import edu.wustl.catissuecore.applet.AppletConstants;
import edu.wustl.catissuecore.applet.... | collection group radio buttons set in map.
SVN-Revision: 5513
| WEB-INF/src/edu/wustl/catissuecore/applet/listener/SpecimenSubmitButtonHandler.java | collection group radio buttons set in map. | |
Java | bsd-3-clause | ab81eeb7009f2810fb757a081ac2714732827f21 | 0 | NCIP/i-spy,NCIP/i-spy | package gov.nih.nci.ispy.service.clinical;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import gov.nih.nci.caintegrator.application.util.StringUtils;
/**
* This class will hold the clinical data returned by the
* ClinicalDataQueryService.
*
* It represents the clinical data... | src/gov/nih/nci/ispy/service/clinical/ClinicalData.java | package gov.nih.nci.ispy.service.clinical;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import gov.nih.nci.caintegrator.application.util.StringUtils;
/**
* This class will hold the clinical data returned by the
* ClinicalDataQueryService.
*
* It represents the clinical data... | Changed from using double to Double
SVN-Revision: 3760
| src/gov/nih/nci/ispy/service/clinical/ClinicalData.java | Changed from using double to Double | |
Java | bsd-3-clause | 33c6671b6aca15880c2c64ddf8c533b7808072fd | 0 | NCIP/cananolab,NCIP/cananolab,NCIP/cananolab | package gov.nih.nci.cananolab.ui.core;
import gov.nih.nci.cananolab.dto.common.GridNodeBean;
import gov.nih.nci.cananolab.exception.CaNanoLabException;
import gov.nih.nci.cananolab.exception.GridAutoDiscoveryException;
import gov.nih.nci.cananolab.exception.GridDownException;
import gov.nih.nci.cananolab.service.commo... | src/gov/nih/nci/cananolab/ui/core/InitSetup.java | package gov.nih.nci.cananolab.ui.core;
import gov.nih.nci.cananolab.dto.common.GridNodeBean;
import gov.nih.nci.cananolab.exception.CaNanoLabException;
import gov.nih.nci.cananolab.exception.GridDownException;
import gov.nih.nci.cananolab.service.common.GridDiscoveryServiceJob;
import gov.nih.nci.cananolab.service.com... | added getGridNodesInContext and updated getGridServiceUrl
SVN-Revision: 6467
| src/gov/nih/nci/cananolab/ui/core/InitSetup.java | added getGridNodesInContext and updated getGridServiceUrl | |
Java | mit | a93cb52e7a399ccf4304760e60f54878023735d9 | 0 | jbosboom/streamjit,jbosboom/streamjit | package edu.mit.streamjit.tuner;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.net.Socket;
import java.net.UnknownHostException;
import j... | src/edu/mit/streamjit/tuner/TCPTuner.java | package edu.mit.streamjit.tuner;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.net.Socket;
import java.net.UnknownHostException;
import j... | print messages have been formated
| src/edu/mit/streamjit/tuner/TCPTuner.java | print messages have been formated | |
Java | mit | 9e85cb6b8bb437feed28749952e23d9696ce7c2a | 0 | evan10s/wake-me-cgm,evan10s/wake-me-cgm | package at.str.evan.wakemecgm;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.suppor... | app/src/main/java/at/str/evan/wakemecgm/MainActivity.java | package at.str.evan.wakemecgm;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.suppor... | Start of an attempt to fix the graph
| app/src/main/java/at/str/evan/wakemecgm/MainActivity.java | Start of an attempt to fix the graph | |
Java | mit | bee8cad2b7f4d4ffdad4d7d45bef9e7d5320cabe | 0 | ebaldino/beaconz,tastybento/beaconz | /*
* Copyright (c) 2016 tastybento
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... | src/main/java/com/wasteofplastic/beaconz/BeaconzStore.java | /*
* Copyright (c) 2016 tastybento
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish,... | Added some checks on the limits of health and food. | src/main/java/com/wasteofplastic/beaconz/BeaconzStore.java | Added some checks on the limits of health and food. | |
Java | mit | 38b5fb4a3b293b9ab3a315c23ac02bed2edb73f1 | 0 | kjian279/slogo,czarlos/Simple-Logo | package controller;
import view.View;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import parser.Constants;
import model.Model;
import model.State;
/**
* Command string in happens here, sends this string
* to the model to be sent to be processed.
* Controller also receives processed in... | src/controller/Controller.java | package controller;
import view.View;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import parser.Constants;
import model.Model;
import model.State;
/**
* Command string in happens here, sends this string
* to the model to be sent to be processed.
* Controller also receives processed in... | fixed missing method in controller
| src/controller/Controller.java | fixed missing method in controller | |
Java | mit | 82cddbc0a4d80c4fea60b9ceb59ee2321a038159 | 0 | fanout/java-gripcontrol | package org.fanout.gripcontrol;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import org.junit.Test;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.util.*;
import static org.junit.Assert.*;
public class GripControlTest {
@Test
public ... | src/test/java/org/fanout/gripcontrol/GripControlTest.java | package org.fanout.gripcontrol;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import org.junit.Test;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.util.*;
import static org.junit.Assert.*;
public class GripControlTest {
@Test
public ... | Add unicode test (failing)
| src/test/java/org/fanout/gripcontrol/GripControlTest.java | Add unicode test (failing) | |
Java | mit | afe80cc18d5657f7ffabb000b012111266e092e9 | 0 | teropa/globetrotter | package teropa.globetrotter.client.wms;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import teropa.globetrotter.client.Grid;
import teropa.globetrotter.client.ImagePool;
import teropa.globetrotter.client.common.Bounds;
import teropa.globetrotter.client.common.Calc;
import teropa.globetrotter... | src/main/java/teropa/globetrotter/client/wms/TiledWMS.java | package teropa.globetrotter.client.wms;
import java.util.List;
import teropa.globetrotter.client.Grid;
import teropa.globetrotter.client.ImagePool;
import teropa.globetrotter.client.common.Bounds;
import teropa.globetrotter.client.common.Calc;
import teropa.globetrotter.client.common.Point;
import teropa.globetrotter... | improved tiled WMS processing performance on large grids
| src/main/java/teropa/globetrotter/client/wms/TiledWMS.java | improved tiled WMS processing performance on large grids | |
Java | mit | ff6da041f7c63119fb56610c691ae94263c7a946 | 0 | ihongs/HongsCORE,ihongs/HongsCORE,ihongs/HongsCORE | package app.hongs.util.verify;
import app.hongs.Core;
import app.hongs.action.UploadHelper;
import app.hongs.util.Synt;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.IOException;
import java.net.URL;
import java.net.URLEncoder;
import java.net.URLConnection;
import ja... | hongs-core/src/main/java/app/hongs/util/verify/IsFile.java | package app.hongs.util.verify;
import app.hongs.Core;
import app.hongs.action.UploadHelper;
import app.hongs.util.Synt;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.IOException;
import java.net.URL;
import java.net.URLEncoder;
import java.net.URLConnection;
import ja... | 修复 type,extn 参数取错的问题 | hongs-core/src/main/java/app/hongs/util/verify/IsFile.java | 修复 type,extn 参数取错的问题 | |
Java | mit | 3759c6aca8dfa81ff842d4072ec87d4319fcb0bf | 0 | ChromoZoneX/turbo-tribble | package com.turbo.whack;
import java.util.Timer;
import java.util.TimerTask;
import android.os.Bundle;
import android.app.Activity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class GamePlay extends Activity {
private static final int WH_BUTTON_MAP = 74;
private Timer c... | whack/src/com/turbo/whack/GamePlay.java | package com.turbo.whack;
import java.util.Timer;
import java.util.TimerTask;
import android.os.Bundle;
import android.app.Activity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class GamePlay extends Activity {
private static final int WH_BUTTON_MAP = 74;
private Timer c... | PR #5: Button randomly shows again.
| whack/src/com/turbo/whack/GamePlay.java | PR #5: Button randomly shows again. | |
Java | mit | b925b38730d1036577e6639529e6fb0596abea9c | 0 | wojtekPi/TDD-training3 | package bank;
/**
* Tdd training on 15.10.17.
*/
public class PaymentService {
private final ExchangeService exchangeService;
public PaymentService(ExchangeService exchangeService) {
this.exchangeService = exchangeService;
}
public void transferMoney(Account accountFrom, Account accountTo, ... | src/main/java/bank/PaymentService.java | package bank;
/**
* Tdd training on 15.10.17.
*/
public class PaymentService {
private final ExchangeService exchangeServiceMock;
public PaymentService(ExchangeService exchangeServiceMock) {
this.exchangeServiceMock = exchangeServiceMock;
}
public void transferMoney(Account accountFrom, Acc... | Refactoring
| src/main/java/bank/PaymentService.java | Refactoring | |
Java | mit | 303ae09f92055330a133082b82edc3a13fdd4b41 | 0 | DDoS/SpongeCommon,SpongePowered/SpongeCommon,clienthax/SpongeCommon,Grinch/SpongeCommon,DDoS/SpongeCommon,sanman00/SpongeCommon,RTLSponge/SpongeCommon,Grinch/SpongeCommon,JBYoshi/SpongeCommon,modwizcode/SpongeCommon,kenzierocks/SpongeCommon,SpongePowered/Sponge,clienthax/SpongeCommon,SpongePowered/Sponge,hsyyid/SpongeC... | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | src/main/java/org/spongepowered/common/data/processor/data/item/ItemAuthorDataProcessor.java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | Use TextSerializer#deserializeUnchecked when deserializing ItemStack NBT
Fixes SpongePowered/SpongeForge#591
| src/main/java/org/spongepowered/common/data/processor/data/item/ItemAuthorDataProcessor.java | Use TextSerializer#deserializeUnchecked when deserializing ItemStack NBT | |
Java | epl-1.0 | 605fc8d982718e81b563450a9159f45b7369919a | 0 | ESSICS/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-stud... | package org.csstudio.nams.service.configurationaccess.localstore.internalDTOs.filterConditionSpecifics;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
import org.csstudio.nams.common.fachwert.MessageKeyEnum;
import org.c... | applications/plugins/org.csstudio.nams.service.configurationAccess.localStore/src/org/csstudio/nams/service/configurationaccess/localstore/internalDTOs/filterConditionSpecifics/TimeBasedFilterConditionDTO.java | package org.csstudio.nams.service.configurationaccess.localstore.internalDTOs.filterConditionSpecifics;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.csstudio.nams.common.f... | mw: organize imports
| applications/plugins/org.csstudio.nams.service.configurationAccess.localStore/src/org/csstudio/nams/service/configurationaccess/localstore/internalDTOs/filterConditionSpecifics/TimeBasedFilterConditionDTO.java | mw: organize imports | |
Java | agpl-3.0 | b7545cdb9d3f70ba1d4c65d93f2d931f696fcee4 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 18fd50f4-2e62-11e5-9284-b827eb9e62be | hello.java | 182d97c4-2e62-11e5-9284-b827eb9e62be | 18fd50f4-2e62-11e5-9284-b827eb9e62be | hello.java | 18fd50f4-2e62-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | d9b68fc2778910448ec7e01f7c7731c99d7577dc | 0 | acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@objectweb.org
*
* This lib... | src/Core/org/objectweb/proactive/core/util/URIBuilder.java | /*
* ################################################################
*
* ProActive: The Java(TM) library for Parallel, Distributed,
* Concurrent computing with Security and Mobility
*
* Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis
* Contact: proactive@objectweb.org
*
* This lib... | Javadocs for remote objects part2, the missing file
git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@6212 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/Core/org/objectweb/proactive/core/util/URIBuilder.java | Javadocs for remote objects part2, the missing file | |
Java | lgpl-2.1 | 772d8e473d48cb81ecfd4f15c160b82eb51c38f7 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.webservice.server.output;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.intermine.api.query.MainHelper;
import org.intermine.api.... | intermine/web/test/src/org/intermine/webservice/server/output/JSONResultsIteratorTest.java | package org.intermine.webservice.server.output;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.intermine.api.query.MainHelper;
import org.intermine.api.... | Now with better error messages and catches missing fields/array elements
Former-commit-id: adae391bdd3f1f55576339c9b0ef89f1c66f4778 | intermine/web/test/src/org/intermine/webservice/server/output/JSONResultsIteratorTest.java | Now with better error messages and catches missing fields/array elements | |
Java | apache-2.0 | dca1a020b64f5c3f1b7a8213bfdefb4ddd0bfd79 | 0 | rawbenny/BroadleafCommerce,alextiannus/BroadleafCommerce,cengizhanozcan/BroadleafCommerce,lgscofield/BroadleafCommerce,lgscofield/BroadleafCommerce,arshadalisoomro/BroadleafCommerce,jiman94/BroadleafCommerce-BroadleafCommerce2014,cengizhanozcan/BroadleafCommerce,zhaorui1/BroadleafCommerce,macielbombonato/BroadleafComme... | /*
* #%L
* BroadleafCommerce Open Admin Platform
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* 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.... | admin/broadleaf-open-admin-platform/src/main/java/org/broadleafcommerce/openadmin/web/form/component/ListGrid.java | /*
* #%L
* BroadleafCommerce Open Admin Platform
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* 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.... | #801 - Allow a complete list grid type override
| admin/broadleaf-open-admin-platform/src/main/java/org/broadleafcommerce/openadmin/web/form/component/ListGrid.java | #801 - Allow a complete list grid type override | |
Java | apache-2.0 | c77ba072065654f055c190975b8dc3046006375a | 0 | opensingular/singular-server,opensingular/singular-server,opensingular/singular-server | /*
* Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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-libs/server-commons/src/main/java/org/opensingular/server/p/commons/admin/healthsystem/stypes/SWebHealth.java | /*
* Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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
... | correção do log da exceção
| server-libs/server-commons/src/main/java/org/opensingular/server/p/commons/admin/healthsystem/stypes/SWebHealth.java | correção do log da exceção | |
Java | apache-2.0 | b0670c3abf7c6dcc3830137e110f89cad4718cfc | 0 | jvalkeal/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,markpollack/spring-cloud-dataflow,markfisher/spring-cloud-dataflow,mminella/spring-cloud-data,jvalkeal/spring-cloud-dataflow,markfisher/spring-cloud-dataflow,spring-cloud/spring-cloud-data,jvalkeal/spring-cloud-dataflow,markfisher/spring-cloud-dataflow,mmine... | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | spring-cloud-starter-dataflow-server-local/src/test/java/org/springframework/cloud/dataflow/server/local/LocalConfigurationTests.java | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix test
| spring-cloud-starter-dataflow-server-local/src/test/java/org/springframework/cloud/dataflow/server/local/LocalConfigurationTests.java | Fix test | |
Java | apache-2.0 | fe1ebb0978e0242c3b78ff1f165d3bb291787b6d | 0 | osgi/osgi.iot.contest.sdk,osgi/osgi.iot.contest.sdk,osgi/osgi.iot.contest.sdk,osgi/osgi.iot.contest.sdk | package osgi.enroute.trains.train.manager.example.provider;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Optional;
import org.osgi.service.component.annotations.Activate;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.anno... | osgi.enroute.trains.train.manager.example.provider/src/osgi/enroute/trains/train/manager/example/provider/ExampleTrainManagerImpl.java | package osgi.enroute.trains.train.manager.example.provider;
import java.util.LinkedList;
import java.util.List;
import java.util.Optional;
import org.osgi.service.component.annotations.Activate;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.annotations.ConfigurationPolicy;... | use multiple IR senders
| osgi.enroute.trains.train.manager.example.provider/src/osgi/enroute/trains/train/manager/example/provider/ExampleTrainManagerImpl.java | use multiple IR senders | |
Java | apache-2.0 | 230fd67b549a457d7f0d490333cfd566712f351a | 0 | jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2009-2011 Ausenco Engineering Canada Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (a... | com/sandwell/JavaSimulation3D/InputAgent.java | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2009-2011 Ausenco Engineering Canada Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (a... | JS3D: do not show generated entities in the saved input file
Signed-off-by: Ali Marandi <c1f5ba98b5f658269cb60d2683b8b1af37717b03@ausencosandwell.com>
Signed-off-by: Harvey Harrison <eadbd6b462bf3c97df0300a934c12bc2e5d1fe51@ausencosandwell.com>
| com/sandwell/JavaSimulation3D/InputAgent.java | JS3D: do not show generated entities in the saved input file | |
Java | apache-2.0 | 46b3541bb97fdd62e4c40fed1d6f8c75b5e47c20 | 0 | LMAX-Exchange/disruptor,LMAX-Exchange/disruptor | /*
* Copyright 2011 LMAX Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | src/main/java/com/lmax/disruptor/BatchEventProcessor.java | /*
* Copyright 2011 LMAX Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | Whitespace
| src/main/java/com/lmax/disruptor/BatchEventProcessor.java | Whitespace | |
Java | apache-2.0 | 63e1f8e71a4982b85e028b8484f9967962e1e0d3 | 0 | jtablesaw/tablesaw,jtablesaw/tablesaw,jtablesaw/tablesaw | /*
* 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... | saw/src/test/java/tech/tablesaw/io/saw/SawStorageTest.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... | Update SawStorageTest.java (#833)
| saw/src/test/java/tech/tablesaw/io/saw/SawStorageTest.java | Update SawStorageTest.java (#833) | |
Java | apache-2.0 | ac9318ccbb7bd9a35871136d4ab7084577a20871 | 0 | usc-isi-i2/image-metadata-enhancement,usc-isi-i2/image-metadata-enhancement,usc-isi-i2/image-metadata-enhancement,usc-isi-i2/image-metadata-enhancement | package edu.isi.karma.ugde.osm;
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.OutputK... | scripts/src/main/java/edu/isi/karma/ugde/osm/osmFetch.java | package edu.isi.karma.ugde.osm;
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.OutputK... | add api key for OSM
| scripts/src/main/java/edu/isi/karma/ugde/osm/osmFetch.java | add api key for OSM | |
Java | apache-2.0 | c923717ddb86174c3a683d2ee6110a8485be571e | 0 | OpenHFT/Chronicle-Core | /*
* Copyright 2016-2020 chronicle.software
*
* https://chronicle.software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | src/main/java/net/openhft/chronicle/core/Jvm.java | /*
* Copyright 2016-2020 chronicle.software
*
* https://chronicle.software
*
* 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
*
* ... | Document Jvm exception handlers #211
| src/main/java/net/openhft/chronicle/core/Jvm.java | Document Jvm exception handlers #211 | |
Java | apache-2.0 | 6ffe4f33cc01b354a82ed7a36d6048a84b13fde8 | 0 | agwlvssainokuni/springapp,agwlvssainokuni/springapp,agwlvssainokuni/springapp,agwlvssainokuni/springapp | /*
* Copyright 2014,2015 agwlvssainokuni
*
* 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... | goods/src/test/java/cherry/goods/crypto/AESCryptoTest.java | /*
* Copyright 2014,2015 agwlvssainokuni
*
* 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... | goods: 暗号機能
AES暗号機能のテストケース補強。 | goods/src/test/java/cherry/goods/crypto/AESCryptoTest.java | goods: 暗号機能 | |
Java | apache-2.0 | 3253b1d2af80b061935deaf63498f5143d054469 | 0 | RuthRainbow/anemone | package group7.anemone;
import group7.anemone.Genetics.Genome;
import group7.anemone.Genetics.NeatEdge;
import group7.anemone.Genetics.NeatNode;
import group7.anemone.MNetwork.MFactory;
import group7.anemone.MNetwork.MNetwork;
import group7.anemone.MNetwork.MNeuron;
import group7.anemone.MNetwork.MNeuronParams;
import... | src/main/java/group7/anemone/Agent.java | package group7.anemone;
import group7.anemone.Genetics.Genome;
import group7.anemone.Genetics.NeatEdge;
import group7.anemone.Genetics.NeatNode;
import group7.anemone.MNetwork.MFactory;
import group7.anemone.MNetwork.MNetwork;
import group7.anemone.MNetwork.MNeuron;
import group7.anemone.MNetwork.MNeuronParams;
import... | Removed debug print statement
| src/main/java/group7/anemone/Agent.java | Removed debug print statement | |
Java | apache-2.0 | 31d01562571b7d009d34cd568cf3505c56617984 | 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-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | plugins/copyright/src/com/maddyhome/idea/copyright/pattern/CopyrightVariablesProviders.java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | cleanup: make field final
GitOrigin-RevId: c394f002c56642d8e8aeaf80d0feed4a24531311 | plugins/copyright/src/com/maddyhome/idea/copyright/pattern/CopyrightVariablesProviders.java | cleanup: make field final | |
Java | apache-2.0 | e0806d62248e7c55a18d60af68d748819bb6eca7 | 0 | pyamsoft/pydroid | /*
* Copyright 2016 Peter Kenji Yamanaka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | src/main/java/com/pyamsoft/pydroid/model/AsyncDrawable.java | /*
* Copyright 2016 Peter Kenji Yamanaka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | Annotate drawable
| src/main/java/com/pyamsoft/pydroid/model/AsyncDrawable.java | Annotate drawable | |
Java | apache-2.0 | 695666acdbef7b979d2cd64dd96d1808d7241fc0 | 0 | YaroslavLitvinov/sqoop,pkit/sqoop,apache/sqoop,icoding/sqoop,YaroslavLitvinov/sqoop,dlanza1/sqoop,apache/sqoop,dlanza1/parquet-mr,bonnetb/sqoop,dlanza1/parquet-mr,dlanza1/sqoop,unicredit/sqoop,apache/sqoop,baifendian/sqoop,pkit/sqoop,baifendian/sqoop,unicredit/sqoop,icoding/sqoop,YaroslavLitvinov/sqoop,pkit/sqoop,unicr... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | src/test/com/cloudera/sqoop/testutil/ExportJobTestCase.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... | SQOOP-636: ExportJobTestCase.runExport method does not reuse the existing Configuration and SqoopOptions
(Venkatesh Seetharam via Jarek Jarcec Cecho)
| src/test/com/cloudera/sqoop/testutil/ExportJobTestCase.java | SQOOP-636: ExportJobTestCase.runExport method does not reuse the existing Configuration and SqoopOptions | |
Java | apache-2.0 | 4ad2482a908f5be28ba659511247483617419127 | 0 | OpenWinCon/OpenWinNet,OpenWinCon/OpenWinNet,OpenWinCon/OpenWinNet,OpenWinCon/OpenWinNet,OpenWinCon/OpenWinNet,OpenWinCon/OpenWinNet | /*
* Copyright 2016 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 applicable la... | agent/onosAPcontroller/src/main/java/mclab/AppComponent.java | /*
* Copyright 2016 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 applicable la... | add heatbeatthread | agent/onosAPcontroller/src/main/java/mclab/AppComponent.java | add heatbeatthread | |
Java | apache-2.0 | fee0d4c27cdc159a1b4a0fa5883ddf562a696d00 | 0 | openhab/jmdns,jmdns/jmdns,jmdns/jmdns,openhab/jmdns | // /Copyright 2003-2005 Arthur van Hoff, Rick Blair
// Licensed under Apache License version 2.0
// Original license LGPL
package javax.jmdns.impl;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.InetS... | src/main/java/javax/jmdns/impl/JmDNSImpl.java | // /Copyright 2003-2005 Arthur van Hoff, Rick Blair
// Licensed under Apache License version 2.0
// Original license LGPL
package javax.jmdns.impl;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.InetS... | Remove waits. Fixes #144 (#174)
Signed-off-by: Christian Schneider <b313e144657bb32e81e0f7b7f1fed2ff9252d6a8@adobe.com> | src/main/java/javax/jmdns/impl/JmDNSImpl.java | Remove waits. Fixes #144 (#174) | |
Java | apache-2.0 | 6d279cd2f35b0995addb172c72cd59db6a84b25f | 0 | CenterForOpenScience/cas-overlay,CenterForOpenScience/cas-overlay | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | cas-server-support-osf/src/main/java/io/cos/cas/web/flow/OpenScienceFrameworkLoginHandler.java | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | Update the login context's constructor and the "beforeLogin" event
| cas-server-support-osf/src/main/java/io/cos/cas/web/flow/OpenScienceFrameworkLoginHandler.java | Update the login context's constructor and the "beforeLogin" event | |
Java | apache-2.0 | 6768d72bd5a386d9daba9b2968c88c1ecb9121f0 | 0 | InformaticsMatters/squonk,InformaticsMatters/squonk,InformaticsMatters/squonk,InformaticsMatters/squonk | package org.squonk.camel.processor;
import groovy.lang.GroovyClassLoader;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.TypeConverter;
import org.squonk.dataset.Dataset;
import org.squonk.dataset.DatasetMetadata;
import org.squonk.dataset.transform.*;
import org.squonk.ty... | components/common-camel/src/main/java/org/squonk/camel/processor/ValueTransformerProcessor.java | package org.squonk.camel.processor;
import groovy.lang.GroovyClassLoader;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.TypeConverter;
import org.squonk.dataset.Dataset;
import org.squonk.dataset.DatasetMetadata;
import org.squonk.dataset.transform.*;
import org.squonk.ty... | tweaks to potions metadata
| components/common-camel/src/main/java/org/squonk/camel/processor/ValueTransformerProcessor.java | tweaks to potions metadata | |
Java | apache-2.0 | 1f588b13873c37cb12fd4dda017b2085cdbbfc72 | 0 | jamesjara/Fortumo-Sms-Gateway-Cordova-Plugin,jamesjara/Fortumo-Sms-Gateway-Cordova-Plugin,jamesjara/Fortumo-Sms-Gateway-Cordova-Plugin | package jamesjara.com.cordova.fortumo;
//import com.squareup.okhttpxxxxxxx3.internal.StrictLineReader;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.Activity;
import android... | android/src/FortumoSmsCordovaPlugin.java | package jamesjara.com.cordova.fortumo;
//import com.squareup.okhttpxxxxxxx3.internal.StrictLineReader;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.Activity;
import android... | fortumo sms plugin
| android/src/FortumoSmsCordovaPlugin.java | fortumo sms plugin | |
Java | apache-2.0 | 96e62f955b080e80f1047c9d2f7df2854fef0c2d | 0 | dankoman30/Apktool,zhanwei/android-apktool,kuter007/android-apktool,Benjamin-Dobell/Apktool,fromsatellite/Apktool,androidmchen/Apktool,sawrus/Apktool,rover12421/Apktool,pandazheng/Apktool,KuaiFaMaster/Apktool,hongnguyenpro/Apktool,fabiand93/Apktool,jianglibo/Apktool,asolfre/android-apktool,kaneawk/Apktool,lnln1111/andr... | /*
* Copyright 2010 Ryszard Wiśniewski <brut.alll@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 ... | src/brut/androlib/res/util/ExtMXSerializer.java | /*
* Copyright 2010 Ryszard Wiśniewski <brut.alll@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 ... | ExtMXSerializer.setProperty(): fixed a bug, which makes impossible to set PROPERTY_DEFAULT_ENCODING.
| src/brut/androlib/res/util/ExtMXSerializer.java | ExtMXSerializer.setProperty(): fixed a bug, which makes impossible to set PROPERTY_DEFAULT_ENCODING. | |
Java | bsd-3-clause | 20e16d1dc8c4b17ba03db9adbe4f3daa8dc3b86a | 0 | muloem/xins,muloem/xins,muloem/xins | /*
* $Id$
*
* Copyright 2004 Wanadoo Nederland B.V.
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.common.service;
import java.util.Iterator;
import org.xins.common.Log;
import org.xins.common.MandatoryArgumentChecker;
import org.xins.common.TimeOutController;
import org.xi... | src/java-common/org/xins/common/service/ServiceCaller.java | /*
* $Id$
*
* Copyright 2004 Wanadoo Nederland B.V.
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.common.service;
import java.util.Iterator;
import org.xins.common.Log;
import org.xins.common.MandatoryArgumentChecker;
import org.xins.common.TimeOutController;
import org.xi... | Removed FIXME comment, since the issue is fixed.
| src/java-common/org/xins/common/service/ServiceCaller.java | Removed FIXME comment, since the issue is fixed. | |
Java | bsd-3-clause | 54b27b6bd5ee6b649e264d7871f8174030a378e2 | 0 | flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij | /*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.run.bazelTest;
import com.google.gson.*;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.Executi... | src/io/flutter/run/bazelTest/BazelTestRunner.java | /*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.run.bazelTest;
import com.google.gson.*;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.Executi... | More incremental work for commented out Bazel test run config. (#1942)
Override getSourcePosition() in BazelPositionMapper to open the correct file when a breakpoint is hit. | src/io/flutter/run/bazelTest/BazelTestRunner.java | More incremental work for commented out Bazel test run config. (#1942) | |
Java | bsd-3-clause | 124ab6b04b0858e5e951d57028a8736b3e1c90a2 | 0 | lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon | /*
* $Id: $
*/
/*
Copyright (c) 2000-2016 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, includi... | plugins/test/src/org/lockss/plugin/ojs2/TestOJS2Plugin.java | /*
* $Id: $
*/
/*
Copyright (c) 2000-2016 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, includi... | Bring test in alignment with plugin | plugins/test/src/org/lockss/plugin/ojs2/TestOJS2Plugin.java | Bring test in alignment with plugin | |
Java | bsd-3-clause | 6b7102f6fa369ebe8e4e4b471284834656a1fed4 | 0 | berendkleinhaneveld/VTK,mspark93/VTK,berendkleinhaneveld/VTK,gram526/VTK,mspark93/VTK,candy7393/VTK,mspark93/VTK,berendkleinhaneveld/VTK,demarle/VTK,SimVascular/VTK,mspark93/VTK,sumedhasingla/VTK,hendradarwin/VTK,jmerkow/VTK,sumedhasingla/VTK,mspark93/VTK,hendradarwin/VTK,gram526/VTK,candy7393/VTK,sumedhasingla/VTK,joh... | package vtk.rendering;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.awt.event.MouseWheelEvent;
/**
* This class implement vtkEventInterceptor with no event interception ... | Wrapping/Java/vtk/rendering/vtkAbstractEventInterceptor.java | package vtk.rendering;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.awt.event.MouseWheelEvent;
/**
* This class implement vtkEventInterceptor with no event interception ... | Remove @Override annotation to prevent compilation issue on old Java compiler
Change-Id: I9ed0e8423f5ae028294d773799979865e0dd4e8f
| Wrapping/Java/vtk/rendering/vtkAbstractEventInterceptor.java | Remove @Override annotation to prevent compilation issue on old Java compiler | |
Java | mit | e1eb4570ca41228476eb8ae8c4385aa5812a525e | 0 | openforis/collect-earth,openforis/collect-earth,openforis/collect-earth | /**
*
*/
package org.openforis.collect.model.proxy;
import java.util.List;
import org.openforis.collect.Proxy;
import org.openforis.collect.ProxyContext;
import org.openforis.collect.model.CollectRecord;
import org.openforis.collect.model.NodeChangeSet;
/**
* @author S. Ricci
*
*/
public class ... | collect-earth/collect-earth-app/src/main/java/org/openforis/collect/model/proxy/NodeChangeSetProxy.java | /**
*
*/
package org.openforis.collect.model.proxy;
import java.util.List;
import org.openforis.collect.Proxy;
import org.openforis.collect.ProxyContext;
import org.openforis.collect.model.CollectRecord;
import org.openforis.collect.model.NodeChangeSet;
/**
* @author S. Ricci
*
*/
public class ... | code cleaning | collect-earth/collect-earth-app/src/main/java/org/openforis/collect/model/proxy/NodeChangeSetProxy.java | code cleaning | |
Java | mit | 4da9ccb90694b869a364cd1c7e3e86b6db4361b4 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | package org.xcolab.service.content.web;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.powermock.modules.junit4.PowerMockRunner;
import o... | microservices/services/content-service/src/test/java/org/xcolab/service/content/web/FilesControllerTest.java | package org.xcolab.service.content.web;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.powermock.modules.junit4.PowerMockRunner;
import o... | [COLAB-2918]-[content]: fix getFile-test by mocking the get method of the dao and not returning null
| microservices/services/content-service/src/test/java/org/xcolab/service/content/web/FilesControllerTest.java | [COLAB-2918]-[content]: fix getFile-test by mocking the get method of the dao and not returning null | |
Java | mit | 4809280ade6ed43f17c9079495664c2414264f0d | 0 | myhgew/JGame_oogasalad,myhgew/JGame_oogasalad | package jgame;
import jgame.impl.JGEngineInterface;
import jgame.impl.Animation;
// import java.awt.*;
// import java.awt.image.ImageObserver;
// import java.io.Serializable;
// import java.net.*;
/**
* Superclass for game objects, override to define animated game objects.
* When an object is created, ... | src/jgame/JGObject.java | package jgame;
import jgame.impl.JGEngineInterface;
import jgame.impl.Animation;
// import java.awt.*;
// import java.awt.image.ImageObserver;
// import java.io.Serializable;
// import java.net.*;
/**
* Superclass for game objects, override to define animated game objects.
* When an object is created, ... | change alph to 1
| src/jgame/JGObject.java | change alph to 1 | |
Java | mit | f6316d42d1cb33d28d91b726a3ebad2b9dba5b93 | 0 | TylerCarberry/PTSD-Aid,TylerCarberry/PTSD-Aid | package com.tytanapps.ptsd;
import android.app.AlertDialog;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | app/src/main/java/com/tytanapps/ptsd/PTSDTestFragment.java | package com.tytanapps.ptsd;
import android.app.AlertDialog;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | Minor cleanup in PTSDTestFragment
| app/src/main/java/com/tytanapps/ptsd/PTSDTestFragment.java | Minor cleanup in PTSDTestFragment | |
Java | mit | bfba38867002b805c228a11c79bf0044867c42d8 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package org.innovateuk.ifs.invite.transactional;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.validator.HibernateValidator;
import org.innovateuk.ifs.commons.error.Error;
i... | ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/invite/transactional/ProjectInviteServiceImpl.java | package org.innovateuk.ifs.invite.transactional;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.validator.HibernateValidator;
import org.innovateuk.ifs.commons.error.Error;
i... | IFS-4725 - Parameter updated, isEmpty moved up.
| ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/invite/transactional/ProjectInviteServiceImpl.java | IFS-4725 - Parameter updated, isEmpty moved up. | |
Java | mit | dcd6e1a84699eae2cf8e535f4a4c7942e792949e | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package com.worth.ifs.competition.transactional;
import com.worth.ifs.BaseServiceUnitTest;
import com.worth.ifs.application.domain.GuidanceRow;
import com.worth.ifs.application.domain.Question;
import com.worth.ifs.application.repository.GuidanceRowRepository;
import com.worth.ifs.application.repository.QuestionReposi... | ifs-data-service/src/test/java/com/worth/ifs/competition/transactional/CompetitionSetupQuestionServiceImplTest.java | package com.worth.ifs.competition.transactional;
import com.worth.ifs.BaseServiceUnitTest;
import com.worth.ifs.application.domain.GuidanceRow;
import com.worth.ifs.application.domain.Question;
import com.worth.ifs.application.repository.GuidanceRowRepository;
import com.worth.ifs.application.repository.QuestionReposi... | INFUND-6287 - AssessmentGuidance should be set from title not answer
Former-commit-id: 9f8354970e5419445e7c07c5db810bca9903b1c4 | ifs-data-service/src/test/java/com/worth/ifs/competition/transactional/CompetitionSetupQuestionServiceImplTest.java | INFUND-6287 - AssessmentGuidance should be set from title not answer | |
Java | mit | 7d5e029b4077df6cd44a6058aab5c65bce0c027a | 0 | RayTW/TetrisGame | package tetris.view;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.event.KeyEvent;
import javax.swing.JComponent;
import tetris.Config;
import tetris.GameEvent;
import tetris.GameLoop;
import util.AudioPlayer;
import util.Debug;
/**
* 此... | src/tetris/view/GameView.java | package tetris.view;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.event.KeyEvent;
import javax.swing.JComponent;
import tetris.Config;
import tetris.GameEvent;
import tetris.GameLoop;
import util.AudioPlayer;
import util.Debug;
/**
* 此... | removed : 移除無意義的method。
| src/tetris/view/GameView.java | removed : 移除無意義的method。 | |
Java | mit | 54f38d3e7337ec432d9f4860d0bb06f8c156d68f | 0 | bkahlert/com.bkahlert.nebula,bkahlert/com.bkahlert.nebula,bkahlert/com.bkahlert.nebula,bkahlert/com.bkahlert.nebula,bkahlert/com.bkahlert.nebula | package com.bkahlert.nebula.widgets.browser;
import java.io.File;
import java.io.FileOutputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
import java.util.concurrent.atomic.AtomicReference;
import org.apache.com... | src/com/bkahlert/nebula/widgets/browser/Browser.java | package com.bkahlert.nebula.widgets.browser;
import java.io.File;
import java.io.FileOutputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
import java.util.concurrent.atomic.AtomicReference;
import org.apache.com... | [FIX] Removed problem that could result in a deadlock of the composer
| src/com/bkahlert/nebula/widgets/browser/Browser.java | [FIX] Removed problem that could result in a deadlock of the composer | |
Java | mit | 16da81c6b4f2042c5e97de7a0b958a654ccfd146 | 0 | j6k1/FunctionalMatcher | package FunctionalMatcher;
import java.util.ArrayList;
import java.util.Optional;
public class MatcherExecutor {
public static <T> Optional<MatchResult<T>> exec(String str, IMatcher<T> matcher)
{
if(str == null)
{
throw new NullReferenceNotAllowedException("A null value was passed as a reference to... | src/main/java/FunctionalMatcher/MatcherExecutor.java | package FunctionalMatcher;
import java.util.ArrayList;
import java.util.Optional;
public class MatcherExecutor {
public static <T> Optional<MatchResult<T>> exec(String str, IMatcher<T> matcher)
{
if(str == null)
{
throw new NullReferenceNotAllowedException("A null value was passed as a reference to... | MatcherExecutor.findAllのループ処理の記述がおかしかったので修正。 | src/main/java/FunctionalMatcher/MatcherExecutor.java | MatcherExecutor.findAllのループ処理の記述がおかしかったので修正。 | |
Java | mit | 01080bd59eb52071055233aeb8ee5afef2df29c0 | 0 | maslowis/crmka | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 Ivan Maslov
*
* 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, ... | model/src/main/java/ru/itpgrad/crmka/model/dao/imp/AbstractHibernateDao.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 Ivan Maslov
*
* 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, ... | Fix mistake of logger
| model/src/main/java/ru/itpgrad/crmka/model/dao/imp/AbstractHibernateDao.java | Fix mistake of logger | |
Java | mit | 6d4de80c78c5fc0257f09870b7bb9a780d901387 | 0 | npomfret/XChange,TSavo/XChange,Panchen/XChange,douggie/XChange,stachon/XChange,nopy/XChange,evdubs/XChange,andre77/XChange,timmolter/XChange,LeonidShamis/XChange,chrisrico/XChange,ww3456/XChange | package org.knowm.xchange.dsx.service;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.currency.Currency;
import org.knowm.xchange.currency.CurrencyPair;
import org.knowm.xcha... | xchange-dsx/src/main/java/org/knowm/xchange/dsx/service/DSXTradeService.java | package org.knowm.xchange.dsx.service;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.currency.Currency;
import org.knowm.xchange.currency.CurrencyPair;
import org.knowm.xcha... | [DSX] implemented @Override placeStopOrder
| xchange-dsx/src/main/java/org/knowm/xchange/dsx/service/DSXTradeService.java | [DSX] implemented @Override placeStopOrder | |
Java | mit | 56a5426f63817085586e2f1752b272d0f3b29de3 | 0 | BFriedland/star-trees,BFriedland/star-trees,BFriedland/star-trees |
import java.util.ArrayList;
public class StarTree {
public static void main(String[] args) {
String completed_tree = "incomplete";
Integer number_of_levels = 3;
if (args.length > 0) {
// Exception handling while parsing CLI arguments, courtesy of:
// https://doc... | StarTree.java |
import java.util.ArrayList;
public class StarTree {
public static void main(String[] args) {
String completed_tree = "incomplete";
completed_tree = build_tree(3);
System.out.println(completed_tree);
}
private static String build_tree(Integer levels) {
String current_l... | Add CLI arg support to StarTree.java
| StarTree.java | Add CLI arg support to StarTree.java | |
Java | epl-1.0 | 1d2521945c159f7f686b171cbac899d32ba989cd | 0 | gnodet/wikitext | /*******************************************************************************
* Copyright (c) 2004 - 2006 University Of British Columbia and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/ModelDropDownSelectionAction.java | /*******************************************************************************
* Copyright (c) 2004 - 2006 University Of British Columbia and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this ... | NEW - bug 147084: merge Task List and Task Activity views
https://bugs.eclipse.org/bugs/show_bug.cgi?id=147084
| org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/ModelDropDownSelectionAction.java | NEW - bug 147084: merge Task List and Task Activity views https://bugs.eclipse.org/bugs/show_bug.cgi?id=147084 | |
Java | epl-1.0 | 72bd9a8014a2b695112ccab755d573aa04955ba8 | 0 | ESSICS/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-i... | package org.csstudio.utility.nameSpaceBrowser;
import org.csstudio.platform.ui.AbstractCssUiPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class Activator extends AbstractCssUiPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "... | applications/plugins/org.csstudio.utility.nameSpaceBrowser/src/org/csstudio/utility/nameSpaceBrowser/Activator.java | package org.csstudio.utility.nameSpaceBrowser;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class Activator extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.csstu... | AbstractUIPlugin -> AbstractCssUiPlugin
| applications/plugins/org.csstudio.utility.nameSpaceBrowser/src/org/csstudio/utility/nameSpaceBrowser/Activator.java | AbstractUIPlugin -> AbstractCssUiPlugin | |
Java | epl-1.0 | 8e5f09dedad0a3fadc7aa400d4c47268b763bf3b | 0 | Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1 | /*******************************************************************************
* 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 available a... | engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.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 available a... | use the value as the labe if the lable is null in cascading paramters
| engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java | use the value as the labe if the lable is null in cascading paramters | |
Java | epl-1.0 | a35ef16ea1758e16c2883327e73c3e81be3c586e | 0 | Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts | /**
* Copyright (c) 2012 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/validation/SCTResourceValidatorImpl.java | /**
* Copyright (c) 2012 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | Call super.resolveProxies when loaded with another resource than AbstractSCtResource | plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/validation/SCTResourceValidatorImpl.java | Call super.resolveProxies when loaded with another resource than AbstractSCtResource | |
Java | agpl-3.0 | f2fbe5ce3599b59de2c02d3a7db3f051872bcbfb | 0 | zuowang/voltdb,paulmartel/voltdb,creative-quant/voltdb,ingted/voltdb,paulmartel/voltdb,paulmartel/voltdb,creative-quant/voltdb,kumarrus/voltdb,flybird119/voltdb,creative-quant/voltdb,wolffcm/voltdb,simonzhangsm/voltdb,zuowang/voltdb,wolffcm/voltdb,zuowang/voltdb,ingted/voltdb,ingted/voltdb,migue/voltdb,VoltDB/voltdb,Vo... | /* This file is part of VoltDB.
* Copyright (C) 2008-2013 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | src/frontend/org/voltdb/compiler/DDLCompiler.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2013 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | ENG-4997: Revert thing I forgot to revert to fix bug.
| src/frontend/org/voltdb/compiler/DDLCompiler.java | ENG-4997: Revert thing I forgot to revert to fix bug. | |
Java | agpl-3.0 | 54865901edc4ad6dbd2498ab64cd06e370aefc7a | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 6f5fbb26-2e62-11e5-9284-b827eb9e62be | hello.java | 6f5a5e60-2e62-11e5-9284-b827eb9e62be | 6f5fbb26-2e62-11e5-9284-b827eb9e62be | hello.java | 6f5fbb26-2e62-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | f114a0a7e2dc1be5804e2f82bebcc38d5954475f | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 43146ba2-2e62-11e5-9284-b827eb9e62be | hello.java | 430f0126-2e62-11e5-9284-b827eb9e62be | 43146ba2-2e62-11e5-9284-b827eb9e62be | hello.java | 43146ba2-2e62-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | d9e0db65d42da14dd801763195060ad8a7f0263d | 0 | FableBlaze/RuM,FableBlaze/RuM | package ee.ut.cs.rum.plugins.internal.ui.details;
import java.text.SimpleDateFormat;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.ScrolledComposite;
import org.eclipse.swt.layout.FillLayout;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.... | RuM_Plugins/src/ee/ut/cs/rum/plugins/internal/ui/details/PluginDetails.java | package ee.ut.cs.rum.plugins.internal.ui.details;
import java.text.SimpleDateFormat;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.ScrolledComposite;
import org.eclipse.swt.layout.FillLayout;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.... | Moved configurationUi and importedPackages to the end of plugin details | RuM_Plugins/src/ee/ut/cs/rum/plugins/internal/ui/details/PluginDetails.java | Moved configurationUi and importedPackages to the end of plugin details | |
Java | lgpl-2.1 | 1b3c469468f1b5bc45ff9fde1608440a6c194ddd | 0 | plast-lab/soot,cfallin/soot,anddann/soot,xph906/SootNew,plast-lab/soot,mbenz89/soot,xph906/SootNew,cfallin/soot,plast-lab/soot,cfallin/soot,mbenz89/soot,xph906/SootNew,anddann/soot,anddann/soot,mbenz89/soot,anddann/soot,cfallin/soot,xph906/SootNew,mbenz89/soot | package soot.jimple.toolkits.thread.transaction;
import java.util.*;
import soot.*;
import soot.util.Chain;
import soot.jimple.*;
import soot.toolkits.scalar.*;
public class TransactionBodyTransformer extends BodyTransformer
{
private static final TransactionBodyTransformer instance = new TransactionBodyTransform... | src/soot/jimple/toolkits/thread/transaction/TransactionBodyTransformer.java | package soot.jimple.toolkits.thread.transaction;
import java.util.*;
import soot.*;
import soot.util.Chain;
import soot.jimple.*;
import soot.toolkits.scalar.*;
public class TransactionBodyTransformer extends BodyTransformer
{
private static final TransactionBodyTransformer instance = new TransactionBodyTransform... | Transactions: bug fixes.
| src/soot/jimple/toolkits/thread/transaction/TransactionBodyTransformer.java | Transactions: bug fixes. | |
Java | lgpl-2.1 | 8ea575b055e083ec8d1a6b93cb0cf7ce297ef3a2 | 0 | zhaofengli/QuasselDroid,justjanne/QuasselDroid,schaal/QuasselDroid | /**
QuasselDroid - Quassel client for Android
Copyright (C) 2011 Ken Børge Viktil
Copyright (C) 2011 Magnus Fjell
Copyright (C) 2011 Martin Sandsmark <martin.sandsmark@kde.org>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as... | src/com/iskrembilen/quasseldroid/service/CoreConnService.java | /**
QuasselDroid - Quassel client for Android
Copyright (C) 2011 Ken Børge Viktil
Copyright (C) 2011 Magnus Fjell
Copyright (C) 2011 Martin Sandsmark <martin.sandsmark@kde.org>
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as... | moved service handler to bottom of class for readability
| src/com/iskrembilen/quasseldroid/service/CoreConnService.java | moved service handler to bottom of class for readability | |
Java | unlicense | ad547e56c3e6bfe36eebfdb7d6561b0b3fd9fe47 | 0 | Kramermp/FoodMood | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package foodprofile.view;
import foodmood.controller.NavigationCntl;
import foodprofile.controller.FoodCntl;
import foodprofile.model.... | src/foodprofile/view/FoodUI.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package foodprofile.view;
import foodmood.controller.NavigationCntl;
import foodprofile.controller.FoodCntl;
import foodprofile.model.... | Removed reference to FoodProfile | src/foodprofile/view/FoodUI.java | Removed reference to FoodProfile | |
Java | apache-2.0 | a453eecaa8eb7567c961c566d5581742b7609133 | 0 | code4craft/ibatis-plugin | package org.intellij.ibatis.provider;
import com.intellij.codeInsight.lookup.LookupValueFactory;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.psi.*;
import com.intellij.psi.xml.XmlAttribute;
import com.intellij.psi.xml.XmlAttributeValue;
import com.intellij.psi.xml.XmlTag;
import com.i... | src/org/intellij/ibatis/provider/FieldAccessMethodReferenceProvider.java | package org.intellij.ibatis.provider;
import com.intellij.codeInsight.lookup.LookupValueFactory;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.psi.*;
import com.intellij.psi.xml.XmlAttribute;
import com.intellij.psi.xml.XmlAttributeValue;
import com.intellij.psi.xml.XmlTag;
import com.i... | code format
git-svn-id: a3757b7b28cb5f166982e3e590f726e1a71ef014@57 a27988d2-9830-0410-8773-31d6671a21de
| src/org/intellij/ibatis/provider/FieldAccessMethodReferenceProvider.java | code format | |
Java | apache-2.0 | 8482dc120d92929c8b2ccde2bf197328fb0e556e | 0 | trombka/blc-tmp,liqianggao/BroadleafCommerce,gengzhengtao/BroadleafCommerce,bijukunjummen/BroadleafCommerce,macielbombonato/BroadleafCommerce,rawbenny/BroadleafCommerce,trombka/blc-tmp,TouK/BroadleafCommerce,rawbenny/BroadleafCommerce,lgscofield/BroadleafCommerce,arshadalisoomro/BroadleafCommerce,daniellavoie/Broadleaf... | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | BroadleafCommerce/src-framework/org/broadleafcommerce/order/service/call/DiscreteOrderItemRequest.java | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | add ability to add a personal message to DiscreteOrderItemRequest (useful for gift cards)
| BroadleafCommerce/src-framework/org/broadleafcommerce/order/service/call/DiscreteOrderItemRequest.java | add ability to add a personal message to DiscreteOrderItemRequest (useful for gift cards) | |
Java | apache-2.0 | a6d30c1849eeb0432e15f99d878037098968f0cf | 0 | google/closure-compiler,monetate/closure-compiler,google/closure-compiler,ChadKillingsworth/closure-compiler,vobruba-martin/closure-compiler,nawawi/closure-compiler,nawawi/closure-compiler,google/closure-compiler,Yannic/closure-compiler,monetate/closure-compiler,vobruba-martin/closure-compiler,Yannic/closure-compiler,v... | /*
* Copyright 2011 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | src/com/google/javascript/jscomp/WhitelistWarningsGuard.java | /*
* Copyright 2011 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | Errors can no longer be downgraded to Warnings by WhitelistWarningGuard.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=298681187
| src/com/google/javascript/jscomp/WhitelistWarningsGuard.java | Errors can no longer be downgraded to Warnings by WhitelistWarningGuard. | |
Java | apache-2.0 | 796f1e1c77afe7508b4b753c63e1798b3cbd80bb | 0 | seronal/Raccoon,olipfei/Raccoon,pie-ai/Raccoon,olipfei/Raccoon,seronal/Raccoon,pie-ai/Raccoon,onyxbits/Raccoon,onyxbits/Raccoon | package de.onyxbits.raccoon;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import org.apache.commons.cli.BasicParser;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.Option;
import org.ap... | src/main/java/de/onyxbits/raccoon/CliService.java | package de.onyxbits.raccoon;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import org.apache.commons.cli.BasicParser;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.Option;
import org.ap... | BUGFIX: give a name to the argument for the -i command line option.
| src/main/java/de/onyxbits/raccoon/CliService.java | BUGFIX: give a name to the argument for the -i command line option. | |
Java | apache-2.0 | b4472c6b0403b177b37c513bf2a547b3be632d2b | 0 | jorgebay/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,apache/tinkerpop,pluradj/incubator-tinkerpop,artem-aliev/tinkerpop,jorgebay/tinkerpop,apache/incubator-tinkerpop,pluradj/incubator-tinkerpop,pluradj/incubator-tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,robertdale/tinke... | /*
* 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 ... | gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/jsr223/GremlinServerGremlinPlugin.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 ... | TINKERPOP-1612 Renamed server-side plugin to not match the driver
The console already holds the "tinkerpop.server" plugin for the driver and remoting. Had to name this one something else.
| gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/jsr223/GremlinServerGremlinPlugin.java | TINKERPOP-1612 Renamed server-side plugin to not match the driver | |
Java | apache-2.0 | 272ac95222ef353fb151fbe25d30dca60faca2a1 | 0 | liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/actions/datasource/SelectActiveSchemaHandler.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | #4553 Schema list reading
| plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/actions/datasource/SelectActiveSchemaHandler.java | #4553 Schema list reading | |
Java | apache-2.0 | 43db180e6c687a506ee40edbd053533ff8c0db40 | 0 | inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service | package org.slc.sli.ingestion.transformation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang3.tuple.Pair;
import org.joda.t... | sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/transformation/AttendanceTransformer.java | package org.slc.sli.ingestion.transformation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang3.tuple.Pair;
import org.joda.t... | fix null pointer exception by instantiating uuid generator strategy before calling randomUUID(), remove extraneous logging
| sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/transformation/AttendanceTransformer.java | fix null pointer exception by instantiating uuid generator strategy before calling randomUUID(), remove extraneous logging | |
Java | apache-2.0 | f6ea75dbd5b096e5c75afb1666d5d097188a7250 | 0 | sbespalov/strongbox,strongbox/strongbox,sbespalov/strongbox,strongbox/strongbox,sbespalov/strongbox,strongbox/strongbox,strongbox/strongbox,sbespalov/strongbox | package org.carlspring.strongbox.providers.layout;
import org.carlspring.strongbox.configuration.Configuration;
import org.carlspring.strongbox.configuration.ConfigurationManager;
import org.carlspring.strongbox.providers.AbstractMappedProviderRegistry;
import org.carlspring.strongbox.providers.ProviderImplementationE... | strongbox-storage/strongbox-storage-api/src/main/java/org/carlspring/strongbox/providers/layout/LayoutProviderRegistry.java | package org.carlspring.strongbox.providers.layout;
import org.carlspring.strongbox.configuration.ConfigurationManager;
import org.carlspring.strongbox.configuration.Configuration;
import org.carlspring.strongbox.providers.AbstractMappedProviderRegistry;
import org.carlspring.strongbox.providers.ProviderImplementationE... | SB-1192 test fixes
| strongbox-storage/strongbox-storage-api/src/main/java/org/carlspring/strongbox/providers/layout/LayoutProviderRegistry.java | SB-1192 test fixes | |
Java | apache-2.0 | 2877dfbbaeee197dd99993d95108b5cf8fb1c883 | 0 | eisnerd/mupeace,eisnerd/mupeace,eisnerd/mupeace | package com.namelessdev.mpdroid.tools;
import org.a0z.mpd.MPD;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManag... | MPDroid/src/com/namelessdev/mpdroid/tools/SettingsHelper.java | package com.namelessdev.mpdroid.tools;
import org.a0z.mpd.MPD;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManag... | Zeroconf connection chooser from the action bar
correction
| MPDroid/src/com/namelessdev/mpdroid/tools/SettingsHelper.java | Zeroconf connection chooser from the action bar | |
Java | apache-2.0 | 376755b0ade8c49e14eaff83ab5a438e7a5efc3f | 0 | cedral/aws-sdk-cpp,ambasta/aws-sdk-cpp,svagionitis/aws-sdk-cpp,jt70471/aws-sdk-cpp,jt70471/aws-sdk-cpp,ambasta/aws-sdk-cpp,JoyIfBam5/aws-sdk-cpp,svagionitis/aws-sdk-cpp,jt70471/aws-sdk-cpp,cedral/aws-sdk-cpp,jt70471/aws-sdk-cpp,JoyIfBam5/aws-sdk-cpp,awslabs/aws-sdk-cpp,JoyIfBam5/aws-sdk-cpp,ambasta/aws-sdk-cpp,ambasta/... | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | code-generation/generator/src/main/java/com/amazonaws/util/awsclientgenerator/generators/cpp/sqs/SQSQueryXmlCppClientGenerator.java | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | Added SentTimestamp, approximateFirstReceiveTimestamp, ApproximateReceiveCount, and SenderId to QueueAttributeName for SQS.
| code-generation/generator/src/main/java/com/amazonaws/util/awsclientgenerator/generators/cpp/sqs/SQSQueryXmlCppClientGenerator.java | Added SentTimestamp, approximateFirstReceiveTimestamp, ApproximateReceiveCount, and SenderId to QueueAttributeName for SQS. | |
Java | apache-2.0 | fda57c734d1dd85a676570e9bfc4add6d06e95c7 | 0 | klausw/hackerskeyboard,klausw/hackerskeyboard,klausw/hackerskeyboard,klausw/hackerskeyboard | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | java/src/com/android/inputmethod/latin/LatinIME.java | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | Disable suggestion bar before invoke Voice input
Bug: 3002817
Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305
| java/src/com/android/inputmethod/latin/LatinIME.java | Disable suggestion bar before invoke Voice input | |
Java | apache-2.0 | a1675ff70ff90785781a77ca392421065bc812e7 | 0 | malinthaprasan/carbon-apimgt,chamilaadhi/carbon-apimgt,tharindu1st/carbon-apimgt,chamilaadhi/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,prasa7/carbon-apimgt,praminda/carbon-apimgt,tharindu1st/carbon-apimgt,praminda/carbon-apimgt,ruks/carbon-apimgt,wso2/carbon-apimgt,praminda/carbon-apimgt,ruks/carbon-apimgt,prasa7/... | /*
* 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.apach... | components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/AMDefaultKeyManagerImpl.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.apach... | Change to Base64 URL encoder
| components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/AMDefaultKeyManagerImpl.java | Change to Base64 URL encoder | |
Java | apache-2.0 | 87768fb89e2b17c421959a646f6d1f9195c9517f | 0 | jeorme/OG-Platform,ChinaQuants/OG-Platform,nssales/OG-Platform,codeaudit/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,jerome79/OG-Platform,jeorme/OG-Platform,codeaudit/OG-Platform,DevStreet/FinanceAnalytics,nssales/OG-Platform,DevStreet/FinanceAnalytics,jeorme/OG-Platform,jerome79/OG-Platform,codeaudit/OG-Pl... | /**
* Copyright (C) 2009 - 2010 by OpenGamma Inc.
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.fixedincome;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.internal.junit.ArrayAsserts.assertArrayEquals;
import javax.time.calendar.DayOfWeek;
impo... | projects/OG-Financial/tests/unit/com/opengamma/financial/analytics/fixedincome/BondSecurityToBondDefinitionConverterTest.java | /**
* Copyright (C) 2009 - 2010 by OpenGamma Inc.
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.fixedincome;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.internal.junit.ArrayAsserts.assertArrayEquals;
import javax.time.calendar.DayOfWeek;
impo... | Deleting an unneeded file
| projects/OG-Financial/tests/unit/com/opengamma/financial/analytics/fixedincome/BondSecurityToBondDefinitionConverterTest.java | Deleting an unneeded file |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.