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 | lgpl-2.1 | 1bc72c83a9a904f1b02fe86f90e883ec6d4a0959 | 0 | Vitalij-Voronkoff/jcommune,illerax/jcommune,a-nigredo/jcommune,Noctrunal/jcommune,NCNecros/jcommune,SurfVaporizer/jcommune,vps2/jcommune,mihnayan/jcommune,oatkachenko/jcommune,SurfVaporizer/jcommune,Relvl/jcommune,vps2/jcommune,Vitalij-Voronkoff/jcommune,Relvl/jcommune,Z00M/jcommune,shevarnadze/jcommune,jtalks-org/jcom... | /**
* Copyright (C) 2011 JTalks.org Team
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library ... | jcommune-view/jcommune-web-view/src/test/java/org/jtalks/jcommune/web/tags/FormattedDateTagTest.java | /**
* Copyright (C) 2011 JTalks.org Team
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library ... | Added some tests
| jcommune-view/jcommune-web-view/src/test/java/org/jtalks/jcommune/web/tags/FormattedDateTagTest.java | Added some tests | |
Java | lgpl-2.1 | 16ca7b0228696790c9eb5c334f2e67f466be59d3 | 0 | beast-dev/beast-mcmc,4ment/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,4ment/beast-mcmc,beast-dev/beast-mcmc,maxbiostat/beast-mcmc,adamallo/beast-mcmc,maxbiostat/beast-mcmc,codeaudit/beast-mcmc,maxbiostat/beast-mcmc,codeaudit/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,... | package dr.evomodel.antigenic;
import java.util.logging.Logger;
import dr.inference.model.Likelihood;
import dr.inference.model.Parameter;
import dr.inference.operators.GibbsOperator;
import dr.inference.operators.MCMCOperator;
import dr.inference.operators.SimpleMCMCOperator;
import dr.math.GammaFunction;
import dr.... | src/dr/evomodel/antigenic/DistanceDependentCRPGibbsOperator.java | package dr.evomodel.antigenic;
import java.util.logging.Logger;
import dr.inference.model.Likelihood;
import dr.inference.model.Parameter;
import dr.inference.operators.GibbsOperator;
import dr.inference.operators.MCMCOperator;
import dr.inference.operators.SimpleMCMCOperator;
import dr.math.GammaFunction;
import dr.... | Commented out some functions that were giving link errors and breaking the build. Throws exceptions. | src/dr/evomodel/antigenic/DistanceDependentCRPGibbsOperator.java | Commented out some functions that were giving link errors and breaking the build. Throws exceptions. | |
Java | lgpl-2.1 | 3dc5e7942bfd3d55ff524b382c1bc874df6995cf | 0 | deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives... | package org.nuxeo.ecm.automation.jaxrs.io.documents;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.BROWSE;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.EVERYONE;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.UNSUPPORTED_ACL;
import java.io.OutputStream;
import ja... | nuxeo-automation/nuxeo-automation-io/src/main/java/org/nuxeo/ecm/automation/jaxrs/io/documents/JsonESDocumentWriter.java | package org.nuxeo.ecm.automation.jaxrs.io.documents;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.BROWSE;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.EVERYONE;
import static org.nuxeo.ecm.core.api.security.SecurityConstants.UNSUPPORTED_ACL;
import java.io.OutputStream;
import ja... | NXP-14893: make sure JsonESDocumentWriter uses the core to retrieve tags
| nuxeo-automation/nuxeo-automation-io/src/main/java/org/nuxeo/ecm/automation/jaxrs/io/documents/JsonESDocumentWriter.java | NXP-14893: make sure JsonESDocumentWriter uses the core to retrieve tags | |
Java | apache-2.0 | d19d6f615a5324677210aa89ca006847a3596dc0 | 0 | JetBrains/teamcity-vmware-plugin,JetBrains/teamcity-vmware-plugin | /*
*
* * 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 requ... | cloud-vmware-agent/src/main/java/jetbrains/buildServer/clouds/vmware/VMWarePropertiesReader.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 requ... | prefix command vwmare-rpctool command with "/bin/sh -c". This fixes TW-51506 (Vmware plugin unable to read guestInfo properties on macOS)
| cloud-vmware-agent/src/main/java/jetbrains/buildServer/clouds/vmware/VMWarePropertiesReader.java | prefix command vwmare-rpctool command with "/bin/sh -c". This fixes TW-51506 (Vmware plugin unable to read guestInfo properties on macOS) | |
Java | apache-2.0 | 9c71b5923b7a2f8a69e1eedcce698e846b14c777 | 0 | 11xor6/otj-pg-embedded,opentable/otj-pg-embedded,11xor6/otj-pg-embedded | /**
* Copyright (C) 2012 Ness Computing, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | pg-embedded/src/main/java/com/nesscomputing/db/postgres/embedded/EmbeddedPostgreSQL.java | /**
* Copyright (C) 2012 Ness Computing, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | Now that we use Java 7, eliminate reflection hackery. Also ensure that we actually finish extracting and otherwise retry next time.
| pg-embedded/src/main/java/com/nesscomputing/db/postgres/embedded/EmbeddedPostgreSQL.java | Now that we use Java 7, eliminate reflection hackery. Also ensure that we actually finish extracting and otherwise retry next time. | |
Java | apache-2.0 | 78e043447c6103bbde92febbf8ef4b3c0db24303 | 0 | yingyun001/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,eayun/ovirt-engine,halober/ovirt-engine,OpenUniversity/ovirt-engine,halober/ovirt-engine,yingyun001/ovirt-engine,walteryang47/ovirt-engine,zer... | package org.ovirt.engine.core.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.apache.commons.lang.NotImplementedException;
import org.ovirt.engine.core.common.businessentities.vds_spm_id_map;
import org.ovirt.engine.core.compat.Guid;
import org.springframework.jdbc.core... | backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsSpmIdMapDAODbFacadeImpl.java | package org.ovirt.engine.core.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import org.apache.commons.lang.NotImplementedException;
import org.ovirt.engine.core.common.businessentities.vds_spm_id_map;
import org.ovirt.engine.core.compat.Guid;
import org.springframework.jdbc.core... | core: Singleton row mapper for vds_spm_id_map
Added a singleton row mapper for VdsSpmIdMapDAO, as specified by
http://www.ovirt.org/Backend_Coding_Standards .
Change-Id: I04b439e9e2868d66f612144dd91e4f65becd9936
Signed-off-by: Allon Mureinik <abc9ddaceaf0c059a5d9bc2aed71f25cb5370dba@redhat.com>
| backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsSpmIdMapDAODbFacadeImpl.java | core: Singleton row mapper for vds_spm_id_map | |
Java | apache-2.0 | ec057ed764f85a8f2195111e415e557aeed7d5a0 | 0 | avano/fabric8,jludvice/fabric8,jludvice/fabric8,avano/fabric8,avano/fabric8,avano/fabric8,chirino/fabric8,jludvice/fabric8,chirino/fabric8,chirino/fabric8,chirino/fabric8,jludvice/fabric8 | /**
* Copyright 2005-2015 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | patch/patch-core/src/main/java/io/fabric8/patch/impl/ServiceImpl.java | /**
* Copyright 2005-2015 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | [git-patching] start of storeWorkForPendingRestart
| patch/patch-core/src/main/java/io/fabric8/patch/impl/ServiceImpl.java | [git-patching] start of storeWorkForPendingRestart | |
Java | apache-2.0 | 638ae20fb33241adcdd553a8e0cd977a45fe3910 | 0 | arangodb/arangodb-java-driver,arangodb/arangodb-java-driver | package com.arangodb;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
import java.io.IOExceptio... | src/test/java/com/arangodb/ArangoDatabaseTest.java | package com.arangodb;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
import java.io.IOExceptio... | fixed tests | src/test/java/com/arangodb/ArangoDatabaseTest.java | fixed tests | |
Java | apache-2.0 | 16d2a565e4c0c17223a2471d98d0bc189d3809dd | 0 | LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb,LucidDB/luciddb | /*
// $Id$
// Package org.eigenbase is a class library of data management components.
// Copyright (C) 2005-2007 The Eigenbase Project
// Copyright (C) 2002-2007 Disruptive Tech
// Copyright (C) 2005-2007 LucidEra, Inc.
// Portions Copyright (C) 2003-2007 John V. Sichi
//
// This program is free software; you can redis... | farrago/src/org/eigenbase/sql/test/SqlOperatorTests.java | /*
// $Id$
// Package org.eigenbase is a class library of data management components.
// Copyright (C) 2005-2007 The Eigenbase Project
// Copyright (C) 2002-2007 Disruptive Tech
// Copyright (C) 2005-2007 LucidEra, Inc.
// Portions Copyright (C) 2003-2007 John V. Sichi
//
// This program is free software; you can redis... | FARRAGO: Expand tests with intervals in SqlOperatorTests.
[git-p4: depot-paths = "//open/dt/dev/": change = 9865]
| farrago/src/org/eigenbase/sql/test/SqlOperatorTests.java | FARRAGO: Expand tests with intervals in SqlOperatorTests. | |
Java | apache-2.0 | 0bae9f3808f337b046280023142ddcbc5f23b081 | 0 | tomakehurst/wiremock,Mahoney/wiremock,tomakehurst/wiremock,Mahoney/wiremock,dlaha21/wiremock,tomakehurst/wiremock,Mahoney/wiremock,Mahoney/wiremock,tomakehurst/wiremock,dlaha21/wiremock,dlaha21/wiremock,dlaha21/wiremock,Mahoney/wiremock,dlaha21/wiremock,tomakehurst/wiremock | package com.github.tomakehurst.wiremock.http.ssl;
import sun.security.tools.keytool.CertAndKeyGen;
import sun.security.util.HostnameChecker;
import sun.security.x509.CertificateExtensions;
import sun.security.x509.DNSName;
import sun.security.x509.GeneralName;
import sun.security.x509.GeneralNames;
import sun.security... | java8/src/main/java/com/github/tomakehurst/wiremock/http/ssl/CertificateGeneratingX509ExtendedKeyManager.java | package com.github.tomakehurst.wiremock.http.ssl;
import sun.security.tools.keytool.CertAndKeyGen;
import sun.security.util.HostnameChecker;
import sun.security.x509.CertificateExtensions;
import sun.security.x509.DNSName;
import sun.security.x509.GeneralName;
import sun.security.x509.GeneralNames;
import sun.security... | Group related methods together
| java8/src/main/java/com/github/tomakehurst/wiremock/http/ssl/CertificateGeneratingX509ExtendedKeyManager.java | Group related methods together | |
Java | apache-2.0 | 0f61ea19c35da80e115484ea22193f7e5a65170b | 0 | swift-lang/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,swift-lang/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,ya7le... | //----------------------------------------------------------------------
//This code is developed as part of the Java CoG Kit project
//The terms of the license can be found at http://www.cogkit.org/license
//This message may not be removed or altered.
//-----------------------------------------------------------------... | src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/channels/AbstractStreamKarajanChannel.java | //----------------------------------------------------------------------
//This code is developed as part of the Java CoG Kit project
//The terms of the license can be found at http://www.cogkit.org/license
//This message may not be removed or altered.
//-----------------------------------------------------------------... | ehm, added relevant method used by previous commit
git-svn-id: 093fa4c7fa7b11ddcea9103fc581483144c30c11@2358 5b74d2a0-fa0e-0410-85ed-ffba77ec0bde
| src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/channels/AbstractStreamKarajanChannel.java | ehm, added relevant method used by previous commit | |
Java | apache-2.0 | 93b14ae6aaedf3a401aa186237b6a51bf6254351 | 0 | Eventasia/eventasia | package com.github.eventasia.dynamodb;
import com.github.eventasia.framework.Aggregate;
import java.util.UUID;
public class EventasiaDynamoDBAggregateRepositoryImpl<A extends Aggregate> implements EventasiaDynamoDBAggregateRepository<A> {
private final EventasiaDynamoDBConfig config;
private final Class cla... | eventasia-store-dynamodb/src/main/java/com/github/eventasia/dynamodb/EventasiaDynamoDBAggregateRepositoryImpl.java | package com.github.eventasia.dynamodb;
import com.github.eventasia.framework.Aggregate;
import org.springframework.stereotype.Component;
import java.util.UUID;
@Component
public class EventasiaDynamoDBAggregateRepositoryImpl<A extends Aggregate> implements EventasiaDynamoDBAggregateRepository<A> {
private final... | remove component annotation from dynamo repo
| eventasia-store-dynamodb/src/main/java/com/github/eventasia/dynamodb/EventasiaDynamoDBAggregateRepositoryImpl.java | remove component annotation from dynamo repo | |
Java | apache-2.0 | 679ea42ff5ea0f56f16ff8fb22ef2ce05501e820 | 0 | Jonathan727/javarosa,Jonathan727/javarosa,Jonathan727/javarosa | package org.javarosa.core.model.data;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import org.javarosa.core.model.QuestionDef;
import org.javarosa.core.util.Externalizable;
import org.javarosa.core.util.UnavailableExternalizerException;
public class Selection... | org.javarosa.core.model/src/org/javarosa/core/model/data/Selection.java | package org.javarosa.core.model.data;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import org.javarosa.core.model.QuestionDef;
import org.javarosa.core.util.Externalizable;
import org.javarosa.core.util.UnavailableExternalizerException;
public class Selection... | [r960] [branches/dev] Explaining the nature of the brokenness with how we serialize Selections. Didn't actually fix anything, though
| org.javarosa.core.model/src/org/javarosa/core/model/data/Selection.java | [r960] [branches/dev] Explaining the nature of the brokenness with how we serialize Selections. Didn't actually fix anything, though | |
Java | apache-2.0 | 33fe1793014e2193e49bbad4e787c1a3d3a8c727 | 0 | wso2/carbon-business-process,nandika/carbon-business-process,nandika/carbon-business-process,milindaperera/carbon-business-process,milindaperera/carbon-business-process,nandika/carbon-business-process,milindaperera/carbon-business-process,wso2/carbon-business-process,wso2/carbon-business-process | /*
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | components/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/core/ode/integration/BPELSchedulerInitializer.java | /*
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | [BPS-1173] Fix:Resuming BPS process instances after server reboot
| components/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/core/ode/integration/BPELSchedulerInitializer.java | [BPS-1173] Fix:Resuming BPS process instances after server reboot | |
Java | apache-2.0 | 62e07c2f2622e6c47c78e52742e14a7217cfe7b4 | 0 | MovingBlocks/DestinationSol,MovingBlocks/DestinationSol | /*
* Copyright 2019 MovingBlocks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | engine/src/main/java/org/destinationsol/menu/background/MenuBackgroundAsteroidManager.java | /*
* Copyright 2019 MovingBlocks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | Added some final changes
| engine/src/main/java/org/destinationsol/menu/background/MenuBackgroundAsteroidManager.java | Added some final changes | |
Java | apache-2.0 | b95a66e055d596976c08be8320eba507a9a24d78 | 0 | arquillian/arquillian-core | /*
* JBoss, Home of Professional Open Source
* Copyright 2009 Red Hat Inc. and/or its affiliates and other contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may n... | testng/container/src/main/java/org/jboss/arquillian/testng/container/TestNGTestRunner.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2009 Red Hat Inc. and/or its affiliates and other contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may n... | fix: propagates exception from running runner.run() method (#184)
If someone omits required runtime class in a deployment archive there will be ClassDefNotFoundError when executing run() method in TestNGRunner. Arquillian servlet will return HTTP code 500 which is ignored in servlet protocol runner and consequently re... | testng/container/src/main/java/org/jboss/arquillian/testng/container/TestNGTestRunner.java | fix: propagates exception from running runner.run() method (#184) | |
Java | bsd-3-clause | b0a9cd861ecee126b2903a94f45e0bce30a3243b | 0 | dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk | /*
* Copyright (c) 2017, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | core/src/androidTest/java/org/hisp/dhis/android/core/program/ProgramStageSectionModelsShould.java | /*
* Copyright (c) 2017, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | render-type: adapt ProgramStageSectionModelsShould
| core/src/androidTest/java/org/hisp/dhis/android/core/program/ProgramStageSectionModelsShould.java | render-type: adapt ProgramStageSectionModelsShould | |
Java | bsd-3-clause | e061d43b35755bff1d2c66033a3a826931ee4cfe | 0 | ngraczewski/motech,ngraczewski/motech,pgesek/motech,wstrzelczyk/motech,justin-hayes/motech,koshalt/motech,smalecki/motech,justin-hayes/motech,wstrzelczyk/motech,smalecki/motech,smalecki/motech,sebbrudzinski/motech,tstalka/motech,tstalka/motech,wstrzelczyk/motech,pgesek/motech,LukSkarDev/motech,LukSkarDev/motech,koshalt... | package org.motechproject.mds.builder.impl;
import javassist.ByteArrayClassPath;
import javassist.CannotCompileException;
import javassist.CtClass;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.io.IOUtils;
import org.motechproject.commons.sql.service.SqlDBManager;
import org.motechpr... | platform/mds/mds/src/main/java/org/motechproject/mds/builder/impl/MDSConstructorImpl.java | package org.motechproject.mds.builder.impl;
import javassist.ByteArrayClassPath;
import javassist.CannotCompileException;
import javassist.CtClass;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.io.IOUtils;
import org.motechproject.commons.sql.service.SqlDBManager;
import org.motechpr... | Fixed tansactional annotation
| platform/mds/mds/src/main/java/org/motechproject/mds/builder/impl/MDSConstructorImpl.java | Fixed tansactional annotation | |
Java | mit | 39d031cd16f958928b293a8923fe06e6972f270f | 0 | abicelis/Remindy | package ve.com.abicelis.remindy.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteConstraintException;
import android.database.sqlite.SQLiteDatabase;
import android.support.annotation.NonNull;
import android.support.anno... | app/src/main/java/ve/com/abicelis/remindy/database/RemindyDAO.java | package ve.com.abicelis.remindy.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteConstraintException;
import android.database.sqlite.SQLiteDatabase;
import android.support.annotation.NonNull;
import android.support.anno... | Bugfixes
| app/src/main/java/ve/com/abicelis/remindy/database/RemindyDAO.java | Bugfixes | |
Java | mit | 07f31e892a50317de55a8d72df3b6877fdcfa89f | 0 | braintree/braintree_java,braintree/braintree_java,braintree/braintree_java | package com.braintreegateway.integrationtest;
import com.braintreegateway.*;
import org.junit.Before;
import org.junit.Test;
import java.util.List;
import java.util.Random;
import static org.junit.Assert.*;
public class MerchantAccountIT {
private BraintreeGateway gateway;
@Before
public void createGa... | src/test/java/com/braintreegateway/integrationtest/MerchantAccountIT.java | package com.braintreegateway.integrationtest;
import com.braintreegateway.*;
import org.junit.Before;
import org.junit.Test;
import java.util.List;
import java.util.Random;
import static org.junit.Assert.*;
public class MerchantAccountIT {
private BraintreeGateway gateway;
@Before
public void createGa... | Fixed style errors in test.
| src/test/java/com/braintreegateway/integrationtest/MerchantAccountIT.java | Fixed style errors in test. | |
Java | mit | fa879106aa33fbe4f185298808ceccb7363a76c4 | 0 | gazbert/openid-connect-spring-client,gazbert/openid-connect-spring-client,gazbert/openid-connect-spring-client | package org.gazbert.openidconnect.client.security;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.BadCredentialsException;
import or... | src/main/java/org/gazbert/openidconnect/client/security/OpenIdConnectAuthenticationFilter.java | package org.gazbert.openidconnect.client.security;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.BadCredentialsException;
import or... | Code formatting OCD ;-)
| src/main/java/org/gazbert/openidconnect/client/security/OpenIdConnectAuthenticationFilter.java | Code formatting OCD ;-) | |
Java | mit | dcb8bcfad7b12ac8a761edde1be4622ec026a739 | 0 | all4coding/NumberProgressBar,Sarfarazsajjad/NumberProgressBar,wyxacc/NumberProgressBar,tanweijiu/NumberProgressBar,YlJava110/NumberProgressBar,wangkang0627/NumberProgressBar,prashant31191/NumberProgressBar,xiaotaijun/NumberProgressBar,hzw1199/NumberProgressBar,xiaoshi316/NumberProgressBar,cemlyzone/NumberProgressBar,Zh... | package com.daimajia.numberprogressbar;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.os.Bundle;
import android.os.Parcelable;
import android.util.Attribu... | library/src/main/java/com/daimajia/numberprogressbar/NumberProgressBar.java | package com.daimajia.numberprogressbar;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.os.Bundle;
import android.os.Parcelable;
import android.util.Attribu... | rename arguments to meet Java naming convention
| library/src/main/java/com/daimajia/numberprogressbar/NumberProgressBar.java | rename arguments to meet Java naming convention | |
Java | mit | 0eec71a08c59f7969ebf0f75902dcb76bf001900 | 0 | joansmith/ontrack,dcoraboeuf/ontrack,joansmith/ontrack,dcoraboeuf/ontrack,dcoraboeuf/ontrack,joansmith/ontrack,joansmith/ontrack,joansmith/ontrack,dcoraboeuf/ontrack | package net.ontrack.client.support;
import com.google.common.base.Function;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import com.netbeetle.jackson.ObjectMapperFactory;
import net.ontrack.client.Client;
import net.ontrack.core.model.Ack;
import org.apache.commons.lang3.StringUt... | ontrack-client/src/main/java/net/ontrack/client/support/AbstractClient.java | package net.ontrack.client.support;
import com.google.common.base.Function;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import com.netbeetle.jackson.ObjectMapperFactory;
import net.ontrack.client.Client;
import net.ontrack.core.model.Ack;
import org.apache.commons.lang3.StringUt... | Client: better management of the http connections
| ontrack-client/src/main/java/net/ontrack/client/support/AbstractClient.java | Client: better management of the http connections | |
Java | mit | 91d6a413ee0ccaecdd0569a3c49f3a439bfceb6b | 0 | akonring/multibit-hd-modified,bitcoin-solutions/multibit-hd,akonring/multibit-hd-modified,akonring/multibit-hd-modified,bitcoin-solutions/multibit-hd,bitcoin-solutions/multibit-hd | package org.multibit.hd.core.managers;
/**
* Copyright 2015 multibit.org
*
* Licensed under the MIT license (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/mit-license.php
*
* Unless required by... | mbhd-core/src/test/java/org/multibit/hd/core/managers/WalletManagerTest.java | package org.multibit.hd.core.managers;
/**
* Copyright 2015 multibit.org
*
* Licensed under the MIT license (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/mit-license.php
*
* Unless required by... | entered temporary Ignore
| mbhd-core/src/test/java/org/multibit/hd/core/managers/WalletManagerTest.java | entered temporary Ignore | |
Java | mit | 088dbae776ecae4a9f952b84c889e4902568e698 | 0 | psjava/psjava,psjava/psjava | package org.psjava.ds.array;
import org.junit.Assert;
import org.junit.Test;
import org.psjava.TestUtil;
public class MutableSubArrayTest {
@Test
public void test() {
MutableArray<Integer> a = MutableArrayFromValues.create(1, 2, 3, 4);
MutableArray<Integer> sub = MutableSubArray.wrap(a, 1, 3);
Asse... | src/test/java/org/psjava/ds/array/MutableSubArrayTest.java | package org.psjava.ds.array;
import org.junit.Assert;
import org.junit.Test;
import org.psjava.TestUtil;
public class MutableSubArrayTest {
@Test
public void test() {
DynamicArray<Integer> a = DynamicArray.create();
AddToLastAll.add(a, TestUtil.toArrayList(1, 2, 3, 4));
MutableArray<Integer> sub = ... | simple adjust - make more simpler MutableSubArrayTest | src/test/java/org/psjava/ds/array/MutableSubArrayTest.java | simple adjust - make more simpler MutableSubArrayTest | |
Java | epl-1.0 | 744a266f60bd189dfa78fbfe795fafffa2d53437 | 0 | boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor | // The MIT License (MIT)
//
// Copyright (c) 2015, 2018 Arian Fornaris
//
// 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... | source/v2/phasereditor/phasereditor.scene.ui/src/phasereditor/scene/ui/editor/SceneCanvas.java | // The MIT License (MIT)
//
// Copyright (c) 2015, 2018 Arian Fornaris
//
// 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... | (v2) Scene editor: fix regression to render selection labels. | source/v2/phasereditor/phasereditor.scene.ui/src/phasereditor/scene/ui/editor/SceneCanvas.java | (v2) Scene editor: fix regression to render selection labels. | |
Java | epl-1.0 | 08f27c067bfdd1e59a19b036e4e07f96c2822c51 | 0 | subclipse/subclipse,subclipse/subclipse,subclipse/subclipse | /*******************************************************************************
* Copyright (c) 2006 Subclipse project 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... | org.tigris.subversion.subclipse.ui/src/org/tigris/subversion/subclipse/ui/history/SVNHistoryPage.java | /*******************************************************************************
* Copyright (c) 2006 Subclipse project 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... | Disable Open and Show Annotation actions when folder selected in history view
change paths section.
Issue #: 902
| org.tigris.subversion.subclipse.ui/src/org/tigris/subversion/subclipse/ui/history/SVNHistoryPage.java | Disable Open and Show Annotation actions when folder selected in history view change paths section. Issue #: 902 | |
Java | mpl-2.0 | ba890cd0f620dcd28efc6ab5f99f602b0b6e54c1 | 0 | powsybl/powsybl-core,powsybl/powsybl-core,powsybl/powsybl-core | /**
* Copyright (c) 2017-2018, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.powsybl.triplestore.impl.rdf4j;
impo... | triple-store/triple-store-impl-rdf4j/src/main/java/com/powsybl/triplestore/impl/rdf4j/TripleStoreRDF4J.java | /**
* Copyright (c) 2017-2018, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package com.powsybl.triplestore.impl.rdf4j;
impo... | CGMES using RDF4J triple store engine: non-fatal errors on invalid identifiers (#644)
| triple-store/triple-store-impl-rdf4j/src/main/java/com/powsybl/triplestore/impl/rdf4j/TripleStoreRDF4J.java | CGMES using RDF4J triple store engine: non-fatal errors on invalid identifiers (#644) | |
Java | agpl-3.0 | df632f92353392c397defb84249777d3a6acdaa7 | 0 | acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling | package functionaltests;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.uti... | src/scheduler/tests/functionaltests/MultipleRMTBase.java | package functionaltests;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.uti... | SCHEDULING-1604 MultipleRMTBase uses relative path to hibernate config,
causing test failures in Jenkins
Fixed test to convert relative path to absolute.
| src/scheduler/tests/functionaltests/MultipleRMTBase.java | SCHEDULING-1604 MultipleRMTBase uses relative path to hibernate config, causing test failures in Jenkins | |
Java | agpl-3.0 | 284f1a843463c6c8f9f93fb834dd0865d578daba | 0 | ProtocolSupport/ProtocolSupport,ridalarry/ProtocolSupport | package protocolsupport.zplatform.impl.glowstone;
import java.lang.reflect.Field;
import java.security.PublicKey;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.ConcurrentMap;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.WorldType;
import ... | src/protocolsupport/zplatform/impl/glowstone/GlowStonePacketFactory.java | package protocolsupport.zplatform.impl.glowstone;
import java.lang.reflect.Field;
import java.security.PublicKey;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.ConcurrentMap;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.WorldType;
import ... | Fix glowstone spawn named packet id | src/protocolsupport/zplatform/impl/glowstone/GlowStonePacketFactory.java | Fix glowstone spawn named packet id | |
Java | apache-2.0 | 39359f7edf2e58a88a3f2a37e88aa0fec60dcb96 | 0 | jbduncan/spotless,gdecaso/spotless,gdecaso/spotless,diffplug/spotless,nedtwigg/spotless,diffplug/spotless,nedtwigg/spotless,diffplug/spotless,diffplug/spotless,jbduncan/spotless,diffplug/spotless,diffplug/spotless,jbduncan/spotless | /*
* Copyright 2016 DiffPlug
*
* 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 ... | lib/src/main/java/com/diffplug/spotless/java/ImportSorterImpl.java | /*
* Copyright 2016 DiffPlug
*
* 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 ... | Performed minor polishing of code.
| lib/src/main/java/com/diffplug/spotless/java/ImportSorterImpl.java | Performed minor polishing of code. | |
Java | apache-2.0 | 571745f8a879c23648d83824d401bd85eb5d543f | 0 | kantega/Flyt-cms,kantega/Flyt-cms,kantega/Flyt-cms | /*
* Copyright 2009 Kantega AS
*
* 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... | modules/commons/src/java/no/kantega/commons/util/LocaleLabels.java | /*
* Copyright 2009 Kantega AS
*
* 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... | AP-1271
git-svn-id: 8def386c603904b39326d3fc08add479b8279298@3085 fd808399-8219-4f14-9d4c-37719d9ec93d
| modules/commons/src/java/no/kantega/commons/util/LocaleLabels.java | AP-1271 | |
Java | apache-2.0 | cd725b9eaf74df8aa6b7194616cf1f26de5fb8a8 | 0 | fge/grappa,fge/grappa | /*
* Copyright (C) 2014 Francis Galiegue <fgaliegue@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | src/main/java/com/github/parboiled1/grappa/matchers/join/JoinMatcher.java | /*
* Copyright (C) 2014 Francis Galiegue <fgaliegue@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Lowercase: join
| src/main/java/com/github/parboiled1/grappa/matchers/join/JoinMatcher.java | Lowercase: join | |
Java | apache-2.0 | bdf753ef0a289b00446754dd81994f5c0669e3fa | 0 | TDesjardins/gwt-ol3,TDesjardins/GWT-OL3-Playground,TDesjardins/gwt-ol3,sebasbaumh/gwt-ol3,TDesjardins/GWT-OL3-Playground,sebasbaumh/gwt-ol3,TDesjardins/gwt-ol3,sebasbaumh/gwt-ol3,TDesjardins/GWT-OL3-Playground | /*******************************************************************************
* Copyright 2014, 2017 gwt-ol3
*
* 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... | gwt-ol3-demo/src/main/java/com/github/tdesjardins/ol3/demo/client/example/GeoJsonExample.java | /*******************************************************************************
* Copyright 2014, 2017 gwt-ol3
*
* 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... | Use constructors | gwt-ol3-demo/src/main/java/com/github/tdesjardins/ol3/demo/client/example/GeoJsonExample.java | Use constructors | |
Java | apache-2.0 | b41661cca4c2928dd69725221ef3d415fda71130 | 0 | RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract,Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos | /**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package org.mifosplatform.infrastructure.dataqueries.domain;
import javax.persistence.Column;
import javax.pe... | mifosng-provider/src/main/java/org/mifosplatform/infrastructure/dataqueries/domain/Report.java | /**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package org.mifosplatform.infrastructure.dataqueries.domain;
import java.math.BigDecimal;
import java.util.Ha... | wip mifosx-195 - report class
| mifosng-provider/src/main/java/org/mifosplatform/infrastructure/dataqueries/domain/Report.java | wip mifosx-195 - report class | |
Java | apache-2.0 | 3a9808e96c734ea4a79dc5b6d5524d349a55fb90 | 0 | zrccxyb62/hadoop,zrccxyb62/hadoop,zrccxyb62/hadoop,zrccxyb62/hadoop,zrccxyb62/hadoop,zrccxyb62/hadoop,zrccxyb62/hadoop | /**
* 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... | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CachingGetSpaceUsed.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... | HADOOP-13710. Supress CachingGetSpaceUsed from logging interrupted exception stacktrace. Contributed by Hanisha Koneru.
| hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CachingGetSpaceUsed.java | HADOOP-13710. Supress CachingGetSpaceUsed from logging interrupted exception stacktrace. Contributed by Hanisha Koneru. | |
Java | apache-2.0 | 37437303690e56f0d1c37396dbb39f67d412fb0a | 0 | box/box-android-sdk,seema-at-box/box-android-sdk,box/box-android-sdk,box/box-android-sdk,seema-at-box/box-android-sdk,seema-at-box/box-android-sdk | package com.box.androidsdk.content;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import java.util.concurrent.CancellationException;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.FutureTask;
import com.box.androidsdk.content.models.BoxObject;
import com.box.androidsdk... | box-content-sdk/src/main/java/com/box/androidsdk/content/BoxFutureTask.java | package com.box.androidsdk.content;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import java.util.concurrent.CancellationException;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.FutureTask;
import com.box.androidsdk.content.models.BoxObject;
import com.box.androidsdk... | AND-6912 [Baymax][Passcode+Redirection]: Box app crashes when user redirects to Box app via Shared link on freshly installed app
| box-content-sdk/src/main/java/com/box/androidsdk/content/BoxFutureTask.java | AND-6912 [Baymax][Passcode+Redirection]: Box app crashes when user redirects to Box app via Shared link on freshly installed app | |
Java | apache-2.0 | 3bef5ba967dff11632b01d37a369d40639a018f0 | 0 | blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpira... | /*
* Copyright 2012 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/language-scala/src/main/java/org/gradle/api/tasks/scala/IncrementalCompileOptions.java | /*
* Copyright 2012 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... | Add missing incubating mentions
Issue #13392
| subprojects/language-scala/src/main/java/org/gradle/api/tasks/scala/IncrementalCompileOptions.java | Add missing incubating mentions | |
Java | apache-2.0 | e91319d6e2ca5e7eb9d6905496c57c7b53e53775 | 0 | ol-loginov/intellij-community,apixandru/intellij-community,nicolargo/intellij-community,michaelgallacher/intellij-community,signed/intellij-community,signed/intellij-community,signed/intellij-community,Lekanich/intellij-community,alphafoobar/intellij-community,ahb0327/intellij-community,asedunov/intellij-community,holm... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/core-impl/src/com/intellij/extapi/psi/StubBasedPsiElementBase.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | EA-31247 more diagnostics for failed stub-ast binding
| platform/core-impl/src/com/intellij/extapi/psi/StubBasedPsiElementBase.java | EA-31247 more diagnostics for failed stub-ast binding | |
Java | apache-2.0 | 96af8433e7c918f9192ce043cc8876694ff2c696 | 0 | atkjumedia/dcsync,atkjumedia/dcsync,atkjumedia/dcsync | /*
* Copyright (C) 2010 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 appli... | src/android/Constants.java | /*
* Copyright (C) 2010 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 appli... | Update Constants.java | src/android/Constants.java | Update Constants.java | |
Java | apache-2.0 | c7cad2e7dab5bc05ba74e5679b7cbc0f67ab1160 | 0 | jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2009-2013 Ausenco Engineering Canada Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | src/main/java/com/jaamsim/Graphics/XYGraph.java | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2009-2013 Ausenco Engineering Canada Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | JS: use exampleList input for XYGraph keywords
Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
| src/main/java/com/jaamsim/Graphics/XYGraph.java | JS: use exampleList input for XYGraph keywords | |
Java | apache-2.0 | 2c3521cfeaa86214ebdeceaa88f26bf694b43ab3 | 0 | tmess567/syncope,securny/syncope,NuwanSameera/syncope,ilgrosso/syncope,securny/syncope,ilgrosso/syncope,securny/syncope,nscendoni/syncope,tmess567/syncope,ilgrosso/syncope,nscendoni/syncope,nscendoni/syncope,securny/syncope,giacomolm/syncope,apache/syncope,massx1/syncope,NuwanSameera/syncope,giacomolm/syncope,giacomolm... | /*
* 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 ... | hibernate-enhancer/src/main/java/org/syncope/hibernate/HibernateEnhancer.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 ... | Adding workaround for https://hibernate.onjira.com/browse/EJB-346
git-svn-id: 51e9c0635e05060c2a7639df764e0b3ebb09013f@1305377 13f79535-47bb-0310-9956-ffa450edef68
| hibernate-enhancer/src/main/java/org/syncope/hibernate/HibernateEnhancer.java | Adding workaround for https://hibernate.onjira.com/browse/EJB-346 | |
Java | apache-2.0 | da889efde74720a1fa5e4e1fd9e503d0a34364c6 | 0 | izestrea/spring-boot,tsachev/spring-boot,xwjxwj30abc/spring-boot,roymanish/spring-boot,nandakishorm/spring-boot,existmaster/spring-boot,ractive/spring-boot,yuxiaole/spring-boot,jack-luj/spring-boot,VitDevelop/spring-boot,jjankar/spring-boot,bjornlindstrom/spring-boot,johnktims/spring-boot,forestqqqq/spring-boot,felipeg... | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix PropertiesLauncher for wildcard entries in parent classpath
This small change now plays nice with wildcard classpath
entries coming from a parent classloader as its urls.
| spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java | Fix PropertiesLauncher for wildcard entries in parent classpath | |
Java | apache-2.0 | 7f5afe36cbe738ac6f9c1df8567544bb33a89da2 | 0 | USCDataScience/sparkler,USCDataScience/sparkler,USCDataScience/sparkler,USCDataScience/sparkler,USCDataScience/sparkler | /*
* 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 ... | sparkler-core/sparkler-plugins/fetcher-chrome/src/main/java/edu/usc/irds/sparkler/plugin/FetcherChrome.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | add wait to metalookup
| sparkler-core/sparkler-plugins/fetcher-chrome/src/main/java/edu/usc/irds/sparkler/plugin/FetcherChrome.java | add wait to metalookup | |
Java | bsd-2-clause | 54912ca31c00f5e929ec5968f5326966c498fcae | 0 | Sethtroll/runelite,runelite/runelite,Sethtroll/runelite,runelite/runelite,abelbriggs1/runelite,l2-/runelite,l2-/runelite,abelbriggs1/runelite,runelite/runelite,abelbriggs1/runelite | /*
* Copyright (c) 2017, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... | runelite-api/src/main/java/net/runelite/api/widgets/WidgetInfo.java | /*
* Copyright (c) 2017, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... | widgetinfo: Fix wilderness level definition
| runelite-api/src/main/java/net/runelite/api/widgets/WidgetInfo.java | widgetinfo: Fix wilderness level definition | |
Java | bsd-3-clause | dd54793d3d7c18b1eaf106329654555716f38ed1 | 0 | jbobnar/TwelveMonkeys,jbobnar/TwelveMonkeys,haraldk/TwelveMonkeys,jbobnar/TwelveMonkeys,haraldk/TwelveMonkeys,haraldk/TwelveMonkeys,jbobnar/TwelveMonkeys | /*
* Copyright (c) 2008, Harald Kuhr
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | imageio/imageio-psd/src/main/java/com/twelvemonkeys/imageio/plugins/psd/PSDImageReaderSpi.java | /*
* Copyright (c) 2008, Harald Kuhr
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | TMI-57: Clean up after merge.
| imageio/imageio-psd/src/main/java/com/twelvemonkeys/imageio/plugins/psd/PSDImageReaderSpi.java | TMI-57: Clean up after merge. | |
Java | bsd-3-clause | cd1c5afc7919edc7597b80e99d0fde25b77167ce | 0 | NCIP/cadsr-sentinel,NCIP/cadsr-sentinel,NCIP/cadsr-sentinel | // Copyright (c) 2004 ScenPro, Inc.
// $Header: /share/content/gforge/sentinel/sentinel/src/gov/nih/nci/cadsr/sentinel/database/DBAlertOracle.java,v 1.13 2008-01-14 15:35:27 hebell Exp $
// $Name: not supported by cvs2svn $
package gov.nih.nci.cadsr.sentinel.database;
import gov.nih.nci.cadsr.sentinel.audits.AuditRe... | sentinel/src/gov/nih/nci/cadsr/sentinel/database/DBAlertOracle.java | // Copyright (c) 2004 ScenPro, Inc.
// $Header: /share/content/gforge/sentinel/sentinel/src/gov/nih/nci/cadsr/sentinel/database/DBAlertOracle.java,v 1.12 2007-12-17 18:13:54 hebell Exp $
// $Name: not supported by cvs2svn $
package gov.nih.nci.cadsr.sentinel.database;
import gov.nih.nci.cadsr.sentinel.audits.AuditRe... | check for presence of RAI
SVN-Revision: 534
| sentinel/src/gov/nih/nci/cadsr/sentinel/database/DBAlertOracle.java | check for presence of RAI | |
Java | bsd-3-clause | ca428eac3651d4bf5e58a608390ba928e3f52c29 | 0 | NUBIC/psc-mirror,NUBIC/psc-mirror,NUBIC/psc-mirror,NUBIC/psc-mirror | /**
*
*/
package edu.northwestern.bioinformatics.studycalendar.grid;
import edu.northwestern.bioinformatics.studycalendar.dao.SiteDao;
import edu.northwestern.bioinformatics.studycalendar.dao.StudyDao;
import edu.northwestern.bioinformatics.studycalendar.dataproviders.coppa.CoppaProviderConstants;
import edu... | grid/study-consumer/src/java/edu/northwestern/bioinformatics/studycalendar/grid/PSCStudyConsumer.java | /**
*
*/
package edu.northwestern.bioinformatics.studycalendar.grid;
import edu.northwestern.bioinformatics.studycalendar.dao.SiteDao;
import edu.northwestern.bioinformatics.studycalendar.dao.StudyDao;
import edu.northwestern.bioinformatics.studycalendar.dataproviders.coppa.CoppaProviderConstants;
import edu... | Feature #903: modified to Automatically create sites on demand in CCTS study consumer
git-svn-id: 4b387fe5ada7764508e2ca96c335714e4c1692c6@4776 0d517254-b314-0410-acde-c619094fa49f
| grid/study-consumer/src/java/edu/northwestern/bioinformatics/studycalendar/grid/PSCStudyConsumer.java | Feature #903: modified to Automatically create sites on demand in CCTS study consumer | |
Java | bsd-3-clause | b5985a4f47fc6e8bbc65caab02765cc1d0dc1ea4 | 0 | nfi/mspsim,mspsim/mspsim,mspsim/mspsim,nfi/mspsim | /**
* Copyright (c) 2007, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* not... | se/sics/mspsim/util/ELF.java | /**
* Copyright (c) 2007, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* not... | Improved handling of the stack idenfitication at end of memory that works better for mspgcc 4.7.x
| se/sics/mspsim/util/ELF.java | Improved handling of the stack idenfitication at end of memory that works better for mspgcc 4.7.x | |
Java | mit | 830b11a6327b2d4aff379eb0da5adcf96671ede2 | 0 | mrunde/Bachelor-Thesis,mrunde/Bachelor-Thesis | package de.mrunde.bachelorthesis.basics;
/**
* This is the Maneuver class that converts the maneuver types of MapQuest into
* the verbal instructions.<br/>
* <br/>
* You can find the maneuver types at the MapQuest API here:<br/>
* <a href="https://open.mapquestapi.com/guidance/#maneuvertypes">https://open
... | src/de/mrunde/bachelorthesis/basics/Maneuver.java | package de.mrunde.bachelorthesis.basics;
/**
* This is the Maneuver class that converts the maneuver types of MapQuest into
* the verbal instructions.<br/>
* <br/>
* You can find the maneuver types at the MapQuest API here:<br/>
* <a href="https://open.mapquestapi.com/guidance/#maneuvertypes">https://open
... | Add method to check if maneuver is used for roundabout | src/de/mrunde/bachelorthesis/basics/Maneuver.java | Add method to check if maneuver is used for roundabout | |
Java | mit | a3a420f1cf8e103dd9ad15258473dbd0838e9f94 | 0 | techis/converter | import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.*;
public class Converter {
/**
* @param args
*/
static int num = 0;
static Scanner in = new Scanner(System.in);
public static void main(String[] args) {
System.out.println("Please Select a Convers... | Converter.java | //Project: Converter.java
//Author: techis
//Date: May 31, 2013
//Email: techis at gmx.com
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.*;
public class Converter {
/**
* @param args
*/
static int num = 0;
static Scanner in = new Scanner(System.i... | Another update
| Converter.java | Another update | |
Java | mit | 1b83ab134593807c8bb01f3f99ebd3ae724b8e7b | 0 | EvilMcJerkface/jessy,EvilMcJerkface/jessy,EvilMcJerkface/jessy,EvilMcJerkface/jessy,EvilMcJerkface/jessy,EvilMcJerkface/jessy | package fr.inria.jessy.store;
import java.io.File;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.lang.model.type.TypeVariable;
import org.junit.Test;
import com.sl... | src/fr/inria/jessy/store/DataStore.java | package fr.inria.jessy.store;
import java.io.File;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.lang.model.type.TypeVariable;
import org.junit.Test;
import com.sl... |
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/regal/trunk/src/jessy@1008 334080fa-30e0-4884-a663-39494f8d70c4
| src/fr/inria/jessy/store/DataStore.java | ||
Java | mit | 5ecb4994f2db37715eb6261cd908a927e3d07327 | 0 | bekkopen/NoCommons | package no.bekk.bekkopen.mail;
import no.bekk.bekkopen.mail.annotation.Postnummer;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
public class PostnummerValidator implements ConstraintValidator<Postnummer, String> {
public void initialize(no.bekk.bekkopen.mail.a... | src/main/java/no/bekk/bekkopen/mail/Postnummervalidator.java | package no.bekk.bekkopen.mail;
/**
* Created with IntelliJ IDEA.
* User: oyvind kvangardsnes
* Date: 07.03.13
* Time: 21.51
* To change this template use File | Settings | File Templates.
*/
public class Postnummervalidator {
}
| La til validator for postnummer
| src/main/java/no/bekk/bekkopen/mail/Postnummervalidator.java | La til validator for postnummer | |
Java | mit | b7f306b589d68718757028e0efc38aabac793ff6 | 0 | johanaschan/queue-ticket-api,johanaschan/queue-ticket-api | package se.jaitco.queueticketapi.config;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework... | src/main/java/se/jaitco/queueticketapi/config/WebConfig.java | package se.jaitco.queueticketapi.config;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework... | changed authentication uri temporary
| src/main/java/se/jaitco/queueticketapi/config/WebConfig.java | changed authentication uri temporary | |
Java | mit | 66a4487ae49ae510cb1b75f498b8983f2afc0ef5 | 0 | auth0/Auth0.Android,auth0/Auth0.Android | /*
* SimpleRequest.java
*
* Copyright (c) 2015 Auth0 (http://auth0.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
... | auth0/src/main/java/com/auth0/android/request/internal/SimpleRequest.java | /*
* SimpleRequest.java
*
* Copyright (c) 2015 Auth0 (http://auth0.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
... | catch JsonParseException when parsing sync requests
| auth0/src/main/java/com/auth0/android/request/internal/SimpleRequest.java | catch JsonParseException when parsing sync requests | |
Java | epl-1.0 | 986d03e663f390ca302f04f495c19effbcc167d0 | 0 | sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,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 a... | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/TableOptionDialog.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 a... | - Summary: Default binding of table should be None
- Bugzilla Bug (s) Resolved: 154485
- Description: Default binding of table should be None
- Tests Description: Manual test.
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Added:
@addlist
- Files Edited:
@changel... | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/TableOptionDialog.java | - Summary: Default binding of table should be None | |
Java | mpl-2.0 | 5d51a2840952632eef3930ab5e3fb376d6160eab | 0 | WanionCane/UniDict | package wanion.unidict.integration;
import forestry.api.recipes.ICarpenterRecipe;
import forestry.api.recipes.ICentrifugeRecipe;
import forestry.core.recipes.ShapedRecipeCustom;
import forestry.factory.recipes.CarpenterRecipe;
import forestry.factory.recipes.CarpenterRecipeManager;
import forestry.factory.recipes.Cent... | src/main/java/wanion/unidict/integration/ForestryIntegration.java | package wanion.unidict.integration;
import forestry.api.recipes.ICarpenterRecipe;
import forestry.api.recipes.ICentrifugeRecipe;
import forestry.core.recipes.ShapedRecipeCustom;
import forestry.factory.recipes.CarpenterRecipe;
import forestry.factory.recipes.CarpenterRecipeManager;
import forestry.factory.recipes.Cent... | Completely rewritten Forestry carpenter integration.
No longer removes recipes without adding them back.
| src/main/java/wanion/unidict/integration/ForestryIntegration.java | Completely rewritten Forestry carpenter integration. No longer removes recipes without adding them back. | |
Java | agpl-3.0 | 0c49bab8ab742e503967f5d0ec94cab7fbd60fdb | 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 | 03ee18ee-2e60-11e5-9284-b827eb9e62be | hello.java | 03e8adc8-2e60-11e5-9284-b827eb9e62be | 03ee18ee-2e60-11e5-9284-b827eb9e62be | hello.java | 03ee18ee-2e60-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | ce04c161df218f2dd76a5746fc830f54da8a4bf4 | 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 | 77de4f5c-2e61-11e5-9284-b827eb9e62be | hello.java | 77d8e3fa-2e61-11e5-9284-b827eb9e62be | 77de4f5c-2e61-11e5-9284-b827eb9e62be | hello.java | 77de4f5c-2e61-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | d47c13d182942c096cb01b71b6c95a6b10af1b60 | 0 | lucee/Lucee,lucee/Lucee,lucee/Lucee,lucee/Lucee,jzuijlek/Lucee,jzuijlek/Lucee,jzuijlek/Lucee | /**
*
* Copyright (c) 2014, the Railo Company Ltd. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) ... | core/src/main/java/lucee/runtime/text/xml/XMLUtil.java | /**
*
* Copyright (c) 2014, the Railo Company Ltd. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) ... | clean up
| core/src/main/java/lucee/runtime/text/xml/XMLUtil.java | clean up | |
Java | apache-2.0 | 6e6b0b8dc3ad286e29d802c88bb7a44951f9c070 | 0 | zhuyihao/Jest,cogniteev/Jest,trajano/Jest,trajano/Jest,ldez/Jest,barrysun/Jest,cogniteev/Jest,joerivanruth/Jest,stevengonsalvez/Jest,stevengonsalvez/Jest,andrejserafim/Jest,barrysun/Jest,VlasShatokhin/Jest,andrejserafim/Jest,gvolpe/Jest,ctrimble/Jest,ldez/Jest,joerivanruth/Jest,ctrimble/Jest,zhuyihao/Jest,searchbox-io/... | package io.searchbox.client;
import io.searchbox.client.config.HttpClientConfig;
import io.searchbox.client.http.JestHttpClient;
import org.apache.http.HttpHost;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.conn.HttpClientConnectionManager;
import org.apache.http.conn.routing.HttpRoute;
i... | jest/src/test/java/io/searchbox/client/JestClientFactoryTest.java | package io.searchbox.client;
import io.searchbox.client.config.HttpClientConfig;
import io.searchbox.client.http.JestHttpClient;
import org.apache.http.HttpHost;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.conn.HttpClientConnectionManager;
import org.apache.http.conn.routing.HttpRoute;
... | testfix: JestClientFactoryTest
| jest/src/test/java/io/searchbox/client/JestClientFactoryTest.java | testfix: JestClientFactoryTest | |
Java | apache-2.0 | be89e0a26c744c73111872e59b9c0f5ffb88dd97 | 0 | pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus | /**
* Copyright 2007-2008 University Of Southern California
*
* 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 b... | src/edu/isi/pegasus/planner/code/gridstart/NoGridStart.java | /**
* Copyright 2007-2008 University Of Southern California
*
* 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 b... | JIRA PM-495
NoGridStart should not do anything for worker node execution
That logic is solely now in PegasusLite impelementation of GridStart.
| src/edu/isi/pegasus/planner/code/gridstart/NoGridStart.java | JIRA PM-495 | |
Java | apache-2.0 | 20ee97777320992736d50750c8114081261eadf4 | 0 | piotr-j/VisEditor,kotcrab/vis-editor,kotcrab/vis-editor,piotr-j/VisEditor,kotcrab/VisEditor | /*
* Copyright 2014-2016 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | UI/src/com/kotcrab/vis/ui/util/adapter/AbstractListAdapter.java | /*
* Copyright 2014-2016 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Add forgotten this
| UI/src/com/kotcrab/vis/ui/util/adapter/AbstractListAdapter.java | Add forgotten this | |
Java | apache-2.0 | 901659312ce0292bea551ac34d363470ba2c2cf6 | 0 | pmcs/parity,paritytrading/parity,paritytrading/parity,pmcs/parity | package com.paritytrading.parity.fix;
import java.io.Closeable;
import java.io.IOException;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.util.ArrayList;
import java.util.List;
class Events {
private static final int TIMEOUT = 500;
public static void process(FIXAccept... | applications/fix/src/main/java/com/paritytrading/parity/fix/Events.java | package com.paritytrading.parity.fix;
import java.io.Closeable;
import java.io.IOException;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.util.ArrayList;
import java.util.List;
class Events {
private static final int TIMEOUT = 500;
public static void process(FIXAccept... | Use try-with-resources to close resources.
| applications/fix/src/main/java/com/paritytrading/parity/fix/Events.java | Use try-with-resources to close resources. | |
Java | apache-2.0 | 30b1e463b88d8c5eb5571fb95c9af38c8bd5db4a | 0 | zmeenosez/akosolapov | package ru.job4j.max;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
*
* @author Aleksey Kosolapov.
* @since 15.03.17.
* @version 0.1.
*/
public class MaxTest {
/**
* Test maximum.
*/
@Test
public void whenMaximumThreeMoreOneThen... | chapter_001/src/test/java/ru/job4j/max/MaxTest.java | package ru.job4j.max;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
*
* @author Aleksey Kosolapov.
* @since 15.03.17.
* @version 0.1.
*/
public class MaxTest {
/**
* Test maximum.
*/
@Test
public void whenMaximumThreeMoreOneThen... | максимум из трёх чисел
| chapter_001/src/test/java/ru/job4j/max/MaxTest.java | максимум из трёх чисел | |
Java | apache-2.0 | 6205e9cc1e0596fa83f9da3cc6463078fe9be48b | 0 | onyxbits/listmyaps,onyxbits/listmyaps | package de.onyxbits.listmyapps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import android.content.SharedPreferences;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.co... | src/de/onyxbits/listmyapps/ListTask.java | package de.onyxbits.listmyapps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.AsyncTask;
import android.util.Log;
impor... | Better way to filter away system apps
| src/de/onyxbits/listmyapps/ListTask.java | Better way to filter away system apps | |
Java | apache-2.0 | fbce8c7a410ab18f0e655ee9f68c300dcaa82653 | 0 | gayangunarathne/stratos,apache/stratos,pkdevbox/stratos,Thanu/stratos,hsbhathiya/stratos,hsbhathiya/stratos,Thanu/stratos,dinithis/stratos,pkdevbox/stratos,anuruddhal/stratos,asankasanjaya/stratos,agentmilindu/stratos,gayangunarathne/stratos,hsbhathiya/stratos,hsbhathiya/stratos,pkdevbox/stratos,lasinducharith/stratos,... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | components/org.apache.stratos.metadataservice/src/main/java/org/apache/stratos/metadataservice/services/MetaDataAdmin.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | Update the messaging model util with apache commons isNumber util method
| components/org.apache.stratos.metadataservice/src/main/java/org/apache/stratos/metadataservice/services/MetaDataAdmin.java | Update the messaging model util with apache commons isNumber util method | |
Java | apache-2.0 | 4520268303efb4571da5cf8c7679e17029d1d950 | 0 | spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth | /*
* Copyright 2013-2017 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-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceFilterWebIntegrationTests.java | /*
* Copyright 2013-2017 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... | Made tests less brittle
| spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceFilterWebIntegrationTests.java | Made tests less brittle | |
Java | apache-2.0 | ce41bce9180f60363bf86ddf5e12f19b1e534958 | 0 | seata/seata,seata/seata,seata/seata,seata/seata,seata/seata | /*
* Copyright 1999-2019 Seata.io Group.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | rm-datasource/src/main/java/io/seata/rm/datasource/ConnectionProxy.java | /*
* Copyright 1999-2019 Seata.io Group.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | bugfix: fix repeated commit when autocommit is false (#3040)
| rm-datasource/src/main/java/io/seata/rm/datasource/ConnectionProxy.java | bugfix: fix repeated commit when autocommit is false (#3040) | |
Java | apache-2.0 | dc6b7a3b0de8fe39cbf9c6a9ec301f1f6b9a022e | 0 | chamikaramj/beam,robertwb/incubator-beam,chamikaramj/beam,apache/beam,RyanSkraba/beam,chamikaramj/beam,lukecwik/incubator-beam,apache/beam,RyanSkraba/beam,iemejia/incubator-beam,robertwb/incubator-beam,chamikaramj/beam,lukecwik/incubator-beam,robertwb/incubator-beam,RyanSkraba/beam,robertwb/incubator-beam,robertwb/incu... | /*
* 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 ... | runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/GrpcWindmillServer.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 ... | Avoid polluting Stackdriver logs with noise during autoscaling events.
Add message directing users to ignore them when appropriate.
| runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/GrpcWindmillServer.java | Avoid polluting Stackdriver logs with noise during autoscaling events. Add message directing users to ignore them when appropriate. | |
Java | apache-2.0 | 954517ad9bc2dde5fe9525903800b8ffdfb86edd | 0 | yanchenko/droidparts,b-cuts/droidparts,vovan888/droidparts,droidparts/droidparts,okankurtulus/droidparts | /**
* Copyright 2012 Alex Yanchenko
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | extra/src/org/droidparts/util/io/ImageAttacher.java | /**
* Copyright 2012 Alex Yanchenko
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Handler seems to fail. | extra/src/org/droidparts/util/io/ImageAttacher.java | Handler seems to fail. | |
Java | apache-2.0 | ba8f255ff33d279d0e9eb43f9817fd21f56aff36 | 0 | psiinon/zaproxy,kingthorin/zaproxy,zaproxy/zaproxy,zaproxy/zaproxy,zaproxy/zaproxy,zaproxy/zaproxy,thc202/zaproxy,psiinon/zaproxy,thc202/zaproxy,kingthorin/zaproxy,kingthorin/zaproxy,kingthorin/zaproxy,thc202/zaproxy,thc202/zaproxy,psiinon/zaproxy,psiinon/zaproxy,kingthorin/zaproxy,thc202/zaproxy,psiinon/zaproxy,psiino... | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2012 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2012 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | Pass Control, Model, View singletons to scripts
Signed-off-by: ricekot <64b2b6d12bfe4baae7dad3d018f8cbf6b0e7a044@ricekot.com>
| zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java | Pass Control, Model, View singletons to scripts | |
Java | apache-2.0 | b854ae1697dfc84eb0f5a5e67c703864e731f7a2 | 0 | nhl/bootique-jetty,nhl/bootique-jetty | package io.bootique.jetty.server;
import io.bootique.annotation.BQConfig;
import io.bootique.annotation.BQConfigProperty;
import io.bootique.jetty.JettyModuleExtender;
import io.bootique.jetty.MappedFilter;
import io.bootique.jetty.MappedListener;
import io.bootique.jetty.MappedServlet;
import io.bootique.jetty.connec... | bootique-jetty/src/main/java/io/bootique/jetty/server/ServerFactory.java | package io.bootique.jetty.server;
import io.bootique.annotation.BQConfig;
import io.bootique.annotation.BQConfigProperty;
import io.bootique.jetty.JettyModuleExtender;
import io.bootique.jetty.MappedFilter;
import io.bootique.jetty.MappedListener;
import io.bootique.jetty.MappedServlet;
import io.bootique.jetty.connec... | Add a @BQConfigProperty for 'compactPath' in ContextHandler
| bootique-jetty/src/main/java/io/bootique/jetty/server/ServerFactory.java | Add a @BQConfigProperty for 'compactPath' in ContextHandler | |
Java | apache-2.0 | 00e860fd8f63ba28f9c8156a8e31ed2ec48dd6ba | 0 | ajiang-open/jpaquery | package com.jpaquery.testcase.querytest;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.jpaquery.core.Querys;
import com.jpaquery.core.facade.JpaQuery;
import com.jpaquery.testcase.schema.Student;
import com.jpaquery.testcase.schema.Teacher;
public class QueryTest {
Logg... | src/test/java/com/jpaquery/testcase/querytest/QueryTest.java | package com.jpaquery.testcase.querytest;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.jpaquery.core.Querys;
import com.jpaquery.core.facade.JpaQuery;
import com.jpaquery.testcase.schema.Student;
import com.jpaquery.testcase.schema.Teacher;
public class QueryTest {
Logg... | 提交区域查询样例 | src/test/java/com/jpaquery/testcase/querytest/QueryTest.java | 提交区域查询样例 | |
Java | apache-2.0 | f7b155c574224a7f338097c41a565fab1b1045ab | 0 | hjwylde/whiley-compiler,Whiley/WhileyCompiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler | package wycs.testing.tests;
import org.junit.Ignore;
import org.junit.Test;
import wycs.testing.TestHarness;
public class ValidTests extends TestHarness {
public ValidTests() {
super("tests/valid");
}
@Test public void Test_Arith_1() { verifyPassTest("test_arith_01"); }
@Test public void Test_Arith_2() { v... | modules/wycs/src/wycs/testing/tests/ValidTests.java | package wycs.testing.tests;
import org.junit.Ignore;
import org.junit.Test;
import wycs.testing.TestHarness;
public class ValidTests extends TestHarness {
public ValidTests() {
super("tests/valid");
}
@Test public void Test_Arith_1() { verifyPassTest("test_arith_01"); }
@Test public void Test_Arith_2() { v... | WyCS: looking through test cases wondering about reasons why they fail
| modules/wycs/src/wycs/testing/tests/ValidTests.java | WyCS: looking through test cases wondering about reasons why they fail | |
Java | apache-2.0 | 8a0c1cfcc62d1fd8e58b28bfc0c669208e911fc6 | 0 | abhinavmishra14/soap-demo | /*
* Created By: Abhinav Kumar Mishra
* Copyright © 2016. Abhinav Kumar Mishra.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | src/main/java/com/github/abhinavmishra14/pojo/UserModel.java | /*
* Created By: Abhinav Kumar Mishra
* Copyright © 2016. Abhinav Kumar Mishra.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | Added serial version id. | src/main/java/com/github/abhinavmishra14/pojo/UserModel.java | Added serial version id. | |
Java | apache-2.0 | 65054e57d1d80ca4e1616232e2f373718f5573ec | 0 | jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of th... | org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.java | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of th... | Update javadoc.
| org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.java | Update javadoc. | |
Java | apache-2.0 | 3992dcbe183f2edae1a79dae263ceff183742d25 | 0 | takawitter/trie4j,takawitter/trie4j | /*
* Copyright 2014 Takao Nakaguchi
*
* 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 ... | trie4j/src/org/trie4j/bv/BytesConstantTimeSelect0SuccinctBitVector.java | /*
* Copyright 2014 Takao Nakaguchi
*
* 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 ... | improve calcuration of block size. | trie4j/src/org/trie4j/bv/BytesConstantTimeSelect0SuccinctBitVector.java | improve calcuration of block size. | |
Java | apache-2.0 | f856bea4dd13ca3045d179369ce964006489285e | 0 | AliaksandrShuhayeu/pentaho-kettle,hudak/pentaho-kettle,stepanovdg/pentaho-kettle,pentaho/pentaho-kettle,tkafalas/pentaho-kettle,rmansoor/pentaho-kettle,matthewtckr/pentaho-kettle,mkambol/pentaho-kettle,rmansoor/pentaho-kettle,DFieldFL/pentaho-kettle,emartin-pentaho/pentaho-kettle,pminutillo/pentaho-kettle,SergeyTravin/... | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2016 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... | ui/src/org/pentaho/di/ui/trans/steps/memgroupby/MemoryGroupByDialog.java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... | [PDI-15464] Memory Group By setChanged
| ui/src/org/pentaho/di/ui/trans/steps/memgroupby/MemoryGroupByDialog.java | [PDI-15464] Memory Group By setChanged | |
Java | apache-2.0 | 27f53b562275f891e32bc6910a0afa0cdb9af550 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Common;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
impo... | com/planet_ink/coffee_mud/Abilities/Common/Studying.java | package com.planet_ink.coffee_mud.Abilities.Common;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
impo... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@14996 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Common/Studying.java | ||
Java | apache-2.0 | d6a4f6c9ac36fc9bb39ab614791e697ae8e3cc39 | 0 | kryptnostic/kodex | package com.kryptnostic.storage.v2.http;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import retrofit.http.Body;
import retrofit.http.GET;
import retrofit.http.POST;
import retrofit.http.Path;
import com.kryptnostic.storage.v2.models.ObjectMetadataNode;
import com.kryptnostic.v2.constants.Names... | src/main/java/com/kryptnostic/storage/v2/http/ObjectListingApi.java | package com.kryptnostic.storage.v2.http;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import retrofit.http.Body;
import retrofit.http.GET;
import retrofit.http.POST;
import retrofit.http.Path;
import com.kryptnostic.storage.v2.models.ObjectMetadataNode;
import com.kryptnostic.v2.constants.Names... | add parameter for getOBjectIds
| src/main/java/com/kryptnostic/storage/v2/http/ObjectListingApi.java | add parameter for getOBjectIds | |
Java | apache-2.0 | cd3ff6a783760bdc875ec14db00cd00a15c7b64c | 0 | sepetnit/j-heuristic-search-framework,sepetnit/j-heuristic-search-framework | package org.cs4j.core.mains;
import org.cs4j.core.SearchDomain;
import org.cs4j.core.domains.*;
import java.io.*;
/**
* Created by sepetnit on 11/10/2015.
*
*/
public class DomainsCreation {
/*******************************************************************************************************************
... | src/main/java/org/cs4j/core/mains/DomainsCreation.java | package org.cs4j.core.mains;
import org.cs4j.core.SearchDomain;
import org.cs4j.core.domains.*;
import java.io.*;
/**
* Created by sepetnit on 11/10/2015.
*
*/
public class DomainsCreation {
/*******************************************************************************************************************
... | Added option for random pivots ...
| src/main/java/org/cs4j/core/mains/DomainsCreation.java | Added option for random pivots ... | |
Java | apache-2.0 | c4debf4cacd53b874008d48c0d96483a862397ec | 0 | yukim/cassandra,bcoverston/apache-hosted-cassandra,bdeggleston/cassandra,yanbit/cassandra,yangzhe1991/cassandra,krummas/cassandra,guanxi55nba/key-value-store,jasobrown/cassandra,scylladb/scylla-tools-java,codefollower/Cassandra-Research,exoscale/cassandra,jbellis/cassandra,lalithsuresh/cassandra-c3,shookari/cassandra,t... | package org.apache.cassandra.tools;
/*
*
* 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 Licen... | src/java/org/apache/cassandra/tools/SchemaTool.java | package org.apache.cassandra.tools;
/*
*
* 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 Licen... | add additional usage check to SchemaTool
git-svn-id: af0234e1aff5c580ad966c5a1be7e5402979d927@985351 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/cassandra/tools/SchemaTool.java | add additional usage check to SchemaTool | |
Java | apache-2.0 | 23afdb8b0af9b2b7e4830bb54989612e1faecff4 | 0 | ya7lelkom/swift-k,swift-lang/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,swift-lang/swift-k,swift-lang/swift-k,ya7lelkom/swift-k,swift-lang/swift-k,swift-lang/swift-k,ya7lel... | /*
* Created on Jun 8, 2006
*/
package org.griphyn.vdl.karajan;
import java.util.Iterator;
import java.util.LinkedList;
import org.globus.cog.karajan.stack.VariableNotFoundException;
import org.globus.cog.karajan.workflow.events.Event;
import org.globus.cog.karajan.workflow.events.EventBus;
import org.globus.cog.ka... | src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java | /*
* Created on Jun 8, 2006
*/
package org.griphyn.vdl.karajan;
import java.util.Iterator;
import java.util.LinkedList;
import org.globus.cog.karajan.stack.VariableNotFoundException;
import org.globus.cog.karajan.workflow.events.Event;
import org.globus.cog.karajan.workflow.events.EventBus;
import org.globus.cog.ka... | as far as I can tell, this never gets used
git-svn-id: 6ee47c8665bf46900d9baa0afb711c5b4a0eafac@2403 e2bb083e-7f23-0410-b3a8-8253ac9ef6d8
| src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java | as far as I can tell, this never gets used | |
Java | apache-2.0 | 5bedb47a0c483cb3ac69dc719e4dd42c28b05956 | 0 | vjuranek/JGroups,ibrahimshbat/JGroups,vjuranek/JGroups,slaskawi/JGroups,rpelisse/JGroups,vjuranek/JGroups,slaskawi/JGroups,TarantulaTechnology/JGroups,dimbleby/JGroups,rvansa/JGroups,deepnarsay/JGroups,pferraro/JGroups,rhusar/JGroups,dimbleby/JGroups,kedzie/JGroups,Sanne/JGroups,ligzy/JGroups,deepnarsay/JGroups,Sanne/J... | package org.jgroups.tests;
import org.jgroups.*;
import org.jgroups.protocols.TP;
import org.jgroups.util.Util;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.util.*;
import java.util.concurrent.CyclicBarrier;
import java.util.con... | tests/junit/org/jgroups/tests/ConcurrentStackTest.java | package org.jgroups.tests;
import org.jgroups.*;
import org.jgroups.protocols.TP;
import org.jgroups.util.Util;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.util.*;
import java.util.concurrent.CyclicBarrier;
import java.util.con... | increase barrier wait time slightly
| tests/junit/org/jgroups/tests/ConcurrentStackTest.java | increase barrier wait time slightly | |
Java | apache-2.0 | b4073cd21954c632884b284967bbe1fd781cc109 | 0 | lrkwz/generator-jhipster,rkohel/generator-jhipster,atomfrede/generator-jhipster,siliconharborlabs/generator-jhipster,cbornet/generator-jhipster,nkolosnjaji/generator-jhipster,dalbelap/generator-jhipster,Tcharl/generator-jhipster,siliconharborlabs/generator-jhipster,xetys/generator-jhipster,rkohel/generator-jhipster,sil... | package <%=packageName%>.service;
import <%=packageName%>.config.audit.AuditEventConverter;
import <%=packageName%>.domain.PersistentAuditEvent;
import <%=packageName%>.repository.PersistenceAuditEventRepository;
import org.joda.time.LocalDateTime;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.s... | app/templates/src/main/java/package/service/_AuditEventService.java | package <%=packageName%>.service;
import <%=packageName%>.config.audit.AuditEventConverter;
import <%=packageName%>.domain.PersistentAuditEvent;
import <%=packageName%>.repository.PersistenceAuditEventRepository;
import org.joda.time.LocalDateTime;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.s... | Call the new findByDates method | app/templates/src/main/java/package/service/_AuditEventService.java | Call the new findByDates method | |
Java | bsd-2-clause | 135c3ee12d39c691f599daebdb879d1b0f967973 | 0 | imagej/imagej-legacy,imagej/imagej-legacy,imagej/imagej-legacy,imagej/imagej-legacy | /*-
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2018 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sour... | src/main/java/net/imagej/legacy/plugin/MacroAutoCompletionProvider.java | /*-
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2018 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sour... | allow multi-line auto-completions (e.g. code snippets)
| src/main/java/net/imagej/legacy/plugin/MacroAutoCompletionProvider.java | allow multi-line auto-completions (e.g. code snippets) | |
Java | lgpl-2.1 | 1a3b54738e9caec31e783b9e0c94b11afd9d8be3 | 0 | animesh-kumar/topcoder | git/topcoder/SRM649-2015-02-10/src/CartInSupermarketEasy.java | import java.util.ArrayList;
/**
* This code is not complete and doesn't work. Please don't use it.
*
* @author animesh-kumar
*
*/
public class CartInSupermarketEasy {
public int calc(int n, int k) {
// First check if k > 0
int time = 0;
ArrayList<Integer> carts = new ArrayList<Integer>();
ArrayList<Int... | Delete CartInSupermarketEasy.java | git/topcoder/SRM649-2015-02-10/src/CartInSupermarketEasy.java | Delete CartInSupermarketEasy.java | ||
Java | isc | 2a36b5f0db796b5d31908d50d34af8d2f0e63883 | 0 | yamill/react-native-orientation,yamill/react-native-orientation,yamill/react-native-orientation | package com.github.yamill.orientation;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.util.Log;
im... | android/src/main/java/com/github/yamill/orientation/OrientationModule.java | package com.github.yamill.orientation;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.util.Log;
im... | Android - Specific Orientation Functionality
| android/src/main/java/com/github/yamill/orientation/OrientationModule.java | Android - Specific Orientation Functionality | |
Java | mit | e16cca952eb523a4aad0caff9fbead5668924b18 | 0 | shunjikonishi/flectSoap | package jp.co.flect.soap;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Map;
import java.util.HashMap;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XM... | src/main/java/jp/co/flect/soap/TypedObjectConverter.java | package jp.co.flect.soap;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Map;
import java.util.HashMap;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XM... | Support enum in TypedObjectConverter
| src/main/java/jp/co/flect/soap/TypedObjectConverter.java | Support enum in TypedObjectConverter | |
Java | mit | 3893c0a85eb4182536ada8f31832a5433f89668d | 0 | CS2103JAN2017-W14-B4/main,CS2103JAN2017-W14-B4/main | package seedu.ezdo.logic.commands;
import java.util.ArrayList;
import seedu.ezdo.commons.core.Messages;
import seedu.ezdo.commons.core.UnmodifiableObservableList;
import seedu.ezdo.logic.commands.exceptions.CommandException;
import seedu.ezdo.model.todo.ReadOnlyTask;
import seedu.ezdo.model.todo.Task;
import seedu.ez... | src/main/java/seedu/ezdo/logic/commands/DoneCommand.java | package seedu.ezdo.logic.commands;
import seedu.ezdo.commons.core.Messages;
import seedu.ezdo.commons.core.UnmodifiableObservableList;
import seedu.ezdo.logic.commands.exceptions.CommandException;
import seedu.ezdo.model.todo.ReadOnlyTask;
import seedu.ezdo.model.todo.Task;
import seedu.ezdo.model.todo.UniqueTaskList.... | Update DoneCommand constructors and fields
| src/main/java/seedu/ezdo/logic/commands/DoneCommand.java | Update DoneCommand constructors and fields | |
Java | mit | d469a06d2ae056faf379a98646542d4290b5b0ac | 0 | NikitaKozlov/Pury | package com.nikitakozlov.pury.profile;
import org.junit.Test;
import static java.lang.Thread.sleep;
import static org.junit.Assert.*;
public class StopWatchTest {
private static long ONE_HUNDERD_MILLIS = 100L;
@Test
public void getExecTimeInMillis_ReturnsTimeBiggerThenTimeBetweenStartAndStop() throws I... | pury/src/test/java/com/nikitakozlov/pury/profile/StopWatchTest.java | package com.nikitakozlov.pury.profile;
import org.junit.Test;
import static java.lang.Thread.sleep;
import static org.junit.Assert.*;
public class StopWatchTest {
private static long ONE_HUNDERD_MILLIS = 100L;
@Test
public void getExecTimeInMillis_ReturnsTimeBiggerThenTimeBetweenStartAndStop() throws I... | Added more tests for `StopWatch`
| pury/src/test/java/com/nikitakozlov/pury/profile/StopWatchTest.java | Added more tests for `StopWatch` | |
Java | mit | 9048f7c7f71a23c2a9f26ad72dbb4d2b68b847bd | 0 | sleekbyte/tailor,sleekbyte/tailor,sleekbyte/tailor,sleekbyte/tailor,sleekbyte/tailor | package com.sleekbyte.tailor.common;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
/**
* Represent a config object.
*/
public final class YamlConfiguration {
private static final String[] DEFAULT_INCLUDE = new String[] {"**.swift"};
private static final... | src/main/java/com/sleekbyte/tailor/common/YamlConfiguration.java | package com.sleekbyte.tailor.common;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
/**
* Represent a config object.
*/
public final class YamlConfiguration {
private static final String[] DEFAULT_INCLUDE = new String[] {"**.swift"};
private static final... | Change purge default to zero
| src/main/java/com/sleekbyte/tailor/common/YamlConfiguration.java | Change purge default to zero | |
Java | mit | 8906dd3426fba88b4de08c6cf7710fcfc6d6506a | 0 | borysn/tictactoe | package tictactoe.game.engine;
public class TicTacToeMove implements Move {
private int x;
private int y;
public TicTacToeMove(int x, int y) {
this.x = x;
this.y = y;
}
@Override
public int hashCode() {
int result = 1;
result = 31 * result + this.x;
r... | src/main/java/tictactoe/game/engine/TicTacToeMove.java | package tictactoe.game.engine;
public class TicTacToeMove implements Move {
private int x;
private int y;
public TicTacToeMove(int x, int y) {
this.x = x;
this.y = y;
}
@Override
public int hashCode() {
return this.x - this.y;
}
@Override
public boolean ... | improved equals and hashCode impl
| src/main/java/tictactoe/game/engine/TicTacToeMove.java | improved equals and hashCode impl | |
Java | mit | ba2994378b245ddf54fd8ad7471834882ae63bd0 | 0 | jameskbride/grocery-reminder | package com.groceryreminder.injection;
import java.util.ArrayList;
import java.util.List;
import dagger.ObjectGraph;
public class TestReminderApplication extends ReminderApplication {
private TestReminderModule testReminderModule;
private TestAndroidModule testAndroidModule;
@Override
public void o... | app/src/test/java/com/groceryreminder/injection/TestReminderApplication.java | package com.groceryreminder.injection;
import java.util.ArrayList;
import java.util.List;
import dagger.ObjectGraph;
public class TestReminderApplication extends ReminderApplication {
private TestReminderModule testReminderModule;
private TestAndroidModule testAndroidModule;
private AndroidModule androi... | Refactoring.
| app/src/test/java/com/groceryreminder/injection/TestReminderApplication.java | Refactoring. | |
Java | agpl-3.0 | 681b74b28d75a5f902815c98f52f81c87c5aa29d | 0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2002-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | opennms-config/src/main/java/org/opennms/netmgt/config/WmiPeerFactory.java | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2002-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | [bamboo] Automated branch merge (from foundation:470ac164ca80544ec8318b6ec23ff467bad9e41e)
| opennms-config/src/main/java/org/opennms/netmgt/config/WmiPeerFactory.java | [bamboo] Automated branch merge (from foundation:470ac164ca80544ec8318b6ec23ff467bad9e41e) | |
Java | agpl-3.0 | b37099a2795295a916c39b4a46d38ce37c89801a | 0 | yonh/rubysonar,yonh/rubysonar,yonh/rubysonar | package org.yinwang.rubysonar.types;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.yinwang.rubysonar.State;
public class ModuleType extends Type {
@NotNull
public String name;
@Nullable
public String qname;
public ModuleType(@NotNull String nam... | src/main/java/org/yinwang/rubysonar/types/ModuleType.java | package org.yinwang.rubysonar.types;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.yinwang.rubysonar.State;
import org.yinwang.rubysonar._;
public class ModuleType extends Type {
@NotNull
public String name;
@Nullable
public String qname;
publi... | use ruby's global name space as qname/path | src/main/java/org/yinwang/rubysonar/types/ModuleType.java | use ruby's global name space as qname/path | |
Java | lgpl-2.1 | f57a5fc92a31e7964eef7d13a98ab88d9245d3ca | 0 | concord-consortium/otrunk,concord-consortium/otrunk | /*
* Copyright (C) 2004 The Concord Consortium, Inc.,
* 10 Concord Crossing, Concord, MA 01742
*
* Web Site: http://www.concord.org
* Email: info@concord.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | src/java/org/concord/otrunk/view/document/OTDocumentView.java | /*
* Copyright (C) 2004 The Concord Consortium, Inc.,
* 10 Concord Crossing, Concord, MA 01742
*
* Web Site: http://www.concord.org
* Email: info@concord.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | rm sysout
git-svn-id: 8ebed0c25533aaea68ca43268d4d516467f97e6a@8136 6e01202a-0783-4428-890a-84243c50cc2b
| src/java/org/concord/otrunk/view/document/OTDocumentView.java | rm sysout | |
Java | lgpl-2.1 | c76c35c395153c344d4e3e4f05d86a649ca45b04 | 0 | Darkhax-Minecraft/Dark-Utilities | package net.darkhax.darkutils.items;
import java.util.List;
import baubles.api.BaubleType;
import baubles.api.IBauble;
import net.darkhax.darkutils.DarkUtils;
import net.darkhax.darkutils.addons.baubles.BaublesAddon;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.enchantment.Enchantment;... | src/main/java/net/darkhax/darkutils/items/ItemRingEnchanted.java | package net.darkhax.darkutils.items;
import java.util.List;
import baubles.api.BaubleType;
import baubles.api.IBauble;
import net.darkhax.darkutils.DarkUtils;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.entity.EntityLivingBase;
import net... | Enchanted rings can be equipped by right clicking on them. | src/main/java/net/darkhax/darkutils/items/ItemRingEnchanted.java | Enchanted rings can be equipped by right clicking on them. | |
Java | unlicense | 526cacc4026187013219ae4b971514e80ac3b616 | 0 | verfade/examples | package be.kifaru.examples;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import java.io.File;
import java.io.IOException;
import static java.nio.charset.StandardCharsets.UTF_8;
import static org.apache.commons.io.FileUtils.readFileToString;
import static org.apache.commons.io... | examples/src/test/java/be/kifaru/examples/JUnitTemporaryFolderAndFile.java | package be.kifaru.examples;
import java.io.File;
import java.io.IOException;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import static java.nio.charset.StandardCharsets.UTF_8;
import static org.apache.commons.io.FileUtils.readFileToString;
import static org.apache.commons.io... | Improve @author.
| examples/src/test/java/be/kifaru/examples/JUnitTemporaryFolderAndFile.java | Improve @author. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.