lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | c48e1e603fc2b974df1dd5e85758d3ff8aa420b1 | 0 | apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/encrypt/EncryptTable.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 getLogicColumn()
| sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/encrypt/EncryptTable.java | add getLogicColumn() | |
Java | bsd-3-clause | c638020b84ebf7288c02841334e2f411ac045b3b | 0 | stapelberg/android-davsync,breunigs/android-davsync | package net.zekjur.davsync;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import net.zekjur.davsync.CountingInputStreamEntity.UploadListener;
import org.apache.http.HttpResponse;
import org.apache.http.auth.AuthScope;
import org.apache.http.auth.AuthenticationException... | src/net/zekjur/davsync/UploadService.java | package net.zekjur.davsync;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import net.zekjur.davsync.CountingInputStreamEntity.UploadListener;
import org.apache.http.HttpResponse;
import org.apache.http.auth.AuthScope;
import org.apache.http.auth.AuthenticationException... | uploadservice: check if cursor == null in filenameFromUri
| src/net/zekjur/davsync/UploadService.java | uploadservice: check if cursor == null in filenameFromUri | |
Java | bsd-3-clause | d222cbb7d982b8405391ca8e81c7aeffe0877503 | 0 | iamedu/dari,iamedu/dari,iamedu/dari,iamedu/dari | package com.psddev.dari.db;
import com.psddev.dari.util.ClassEnhancer;
import com.psddev.dari.util.StringUtils;
import com.psddev.dari.util.asm.Label;
import com.psddev.dari.util.asm.MethodVisitor;
import com.psddev.dari.util.asm.Opcodes;
import com.psddev.dari.util.asm.Type;
import java.lang.reflect.Method;
import j... | db/src/main/java/com/psddev/dari/db/QueryCommentEnhancer.java | package com.psddev.dari.db;
import com.psddev.dari.util.ClassEnhancer;
import com.psddev.dari.util.StringUtils;
import com.psddev.dari.util.asm.Label;
import com.psddev.dari.util.asm.MethodVisitor;
import com.psddev.dari.util.asm.Opcodes;
import com.psddev.dari.util.asm.Type;
import java.lang.reflect.Method;
import j... | Fixes QueryCommentEnhancer to propagate the visitSource call correctly up the chain.
| db/src/main/java/com/psddev/dari/db/QueryCommentEnhancer.java | Fixes QueryCommentEnhancer to propagate the visitSource call correctly up the chain. | |
Java | mit | 039721c4872f954a021cb9635b7b0b3150764a98 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package org.innovateuk.ifs.application.forms.yourprojectcosts.form;
import java.math.BigDecimal;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
public class YourProjectCostsForm {
private LabourForm labour;
private OverheadForm overhead;
priva... | ifs-web-service/ifs-application-commons/src/main/java/org/innovateuk/ifs/application/forms/yourprojectcosts/form/YourProjectCostsForm.java | package org.innovateuk.ifs.application.forms.yourprojectcosts.form;
import java.math.BigDecimal;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Objects;
public class YourProjectCostsForm {
private LabourForm labour;
private OverheadForm overhead;
private Map<String, MaterialRowF... | IFS-3486 fixing upload bug
| ifs-web-service/ifs-application-commons/src/main/java/org/innovateuk/ifs/application/forms/yourprojectcosts/form/YourProjectCostsForm.java | IFS-3486 fixing upload bug | |
Java | mit | 2c3dcd3cbf052637f62c100c85403e266911756a | 0 | alexycruz1/ED2_Proyecto1 | package elcaro;
import java.util.ArrayList;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.table.DefaultTableModel;
public class ARLV... | ElCaro/src/elcaro/ARLV.java | package elcaro;
import java.util.ArrayList;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.table.DefaultTableModel;
public class ARLV... | cambios
| ElCaro/src/elcaro/ARLV.java | cambios | |
Java | mit | fce48a71665965aaa384a9ffc3e2bd5f85b36a7d | 0 | MAXDeliveryNG/slideview | package ng.max.slideview;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.graphics.drawable.ShapeDrawable;
import android.util.TypedValue;
/**
* @author Kizito Nwose
*/
class... | slideview/src/main/java/ng/max/slideview/Util.java | package ng.max.slideview;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.graphics.drawable.ShapeDrawable;
import android.util.TypedValue;
/**
* @author Kizito Nwose
*/
publi... | Change visibility of Util class.
| slideview/src/main/java/ng/max/slideview/Util.java | Change visibility of Util class. | |
Java | mit | c89c47304e99668f7e95948affa6f1a6ffed206f | 0 | fvasquezjatar/fermat-unused,fvasquezjatar/fermat-unused | package com.bitdubai.fermat_api.layer.pip_actor.developer;
import com.bitdubai.fermat_api.layer.osa_android.logger_system.LogLevel;
import com.bitdubai.fermat_api.layer.all_definition.enums.Addons;
import com.bitdubai.fermat_api.layer.all_definition.enums.Plugins;
import java.util.List;
/**
* Created by ciencias on... | fermat-api/src/main/java/com/bitdubai/fermat_api/layer/pip_actor/developer/LogTool.java | package com.bitdubai.fermat_api.layer.pip_actor.developer;
import com.bitdubai.fermat_api.layer.osa_android.logger_system.LogLevel;
import com.bitdubai.fermat_api.layer.all_definition.enums.Addons;
import com.bitdubai.fermat_api.layer.all_definition.enums.Plugins;
import java.util.List;
/**
* Created by ciencias on... | Added getClassesHierarchy method in Log Manager interface
| fermat-api/src/main/java/com/bitdubai/fermat_api/layer/pip_actor/developer/LogTool.java | Added getClassesHierarchy method in Log Manager interface | |
Java | mit | d09a0d7555fd656e91a73709c0b6e81031067a0a | 0 | thiagotoledo/factory-method | package pintura;
/**
*
* Interface cor
* Do pacote de exemplo Pintura que demonstra o
* Padrão de Projeto GOF - Factory Method
*
* @author Thiago Toledo <javaephp@gmail.com>
*
*/
/**
*
* @author Thiago
*/
public interface Cor {
void colorir();
}
| pintura/Cor.java | package pintura;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Thiago
*/
public interface Cor {
void colorir();
}
| Acertado o comentário do arquivo
| pintura/Cor.java | Acertado o comentário do arquivo | |
Java | mit | fdd57f35b55e73501df18ba0e5a58ac7aa10349d | 0 | gye-tgm/schat | package com.activities;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.*;
import android.widget.*;
import com.data.AddContact;
im... | androidapp/src/com/activities/Activity_ContactList.java | package com.activities;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.*;
import android.widget.*;
import com.data.AddContact;
im... | server not longer shown as user
| androidapp/src/com/activities/Activity_ContactList.java | server not longer shown as user | |
Java | mit | 586e4d6c81da192da057fcdc70a582fd1b4b2d17 | 0 | ZorgeR/Noizer | package com.zlab.noizer.app;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import java.util.List;
public class ListViewCustomAdaptor extends ArrayAdapter<ListViewItem> {
private Context c;
private int id;
... | app/src/main/java/com/zlab/noizer/app/ListViewCustomAdaptor.java | package com.zlab.noizer.app;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import java.util.List;
public class ListViewCustomAdaptor extends ArrayAdapter<ListViewItem> {
private Context c;
private int id;
... | r120
- Резил в Google Play
| app/src/main/java/com/zlab/noizer/app/ListViewCustomAdaptor.java | r120 - Резил в Google Play | |
Java | mit | 2a94ada6b7257d8a51715b3a8260728d0c5915aa | 0 | open-keychain/spongycastle,isghe/bc-java,sergeypayu/bc-java,Skywalker-11/spongycastle,bcgit/bc-java,onessimofalconi/bc-java,onessimofalconi/bc-java,lesstif/spongycastle,open-keychain/spongycastle,sonork/spongycastle,onessimofalconi/bc-java,sergeypayu/bc-java,Skywalker-11/spongycastle,open-keychain/spongycastle,savichri... | package org.bouncycastle.cms.test;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.MessageDigest;
import java.security.Security;
import java.security.Signature;
import java.security.cert.X509CRL;
import java.security.c... | pkix/src/test/java/org/bouncycastle/cms/test/NewSignedDataTest.java | package org.bouncycastle.cms.test;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.MessageDigest;
import java.security.Security;
import java.security.Signature;
import java.security.cert.X509CRL;
import java.security.c... | fixed counter signature method test.
| pkix/src/test/java/org/bouncycastle/cms/test/NewSignedDataTest.java | fixed counter signature method test. | |
Java | mit | dc1d24518ea78ae83dd8ff92b125df9da3659e69 | 0 | mpbagot/Slugterra-Mod | package com.slugterra.gui;
import org.lwjgl.opengl.GL11;
import com.slugterra.capabilities.ISlugInv;
import com.slugterra.capabilities.SlugInventoryProvider;
import com.slugterra.inventory.InventorySlug;
import com.slugterra.item.BlasterBase;
import com.slugterra.item.SlingerArmour;
import com.slugterra.lib.Strings;
... | main/java/com/slugterra/gui/GuiSlugBeltOverlay.java | package com.slugterra.gui;
import org.lwjgl.opengl.GL11;
import com.slugterra.capabilities.ISlugInv;
import com.slugterra.capabilities.SlugInventoryProvider;
import com.slugterra.item.SlingerArmour;
import com.slugterra.lib.Strings;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import n... | Show selector squares for both dual-wielded weapons
| main/java/com/slugterra/gui/GuiSlugBeltOverlay.java | Show selector squares for both dual-wielded weapons | |
Java | epl-1.0 | 611604e5b2efb435c48f8d55163dbe1a85eebb05 | 0 | 522986491/controller,mandeepdhami/controller,aryantaheri/monitoring-controller,Johnson-Chou/test,my76128/controller,Sushma7785/OpenDayLight-Load-Balancer,tx1103mark/controller,mandeepdhami/controller,tx1103mark/controller,Sushma7785/OpenDayLight-Load-Balancer,mandeepdhami/controller,opendaylight/controller,aryantaheri/... | /*
* Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | opendaylight/md-sal/sal-compability/src/main/java/org/opendaylight/controller/sal/compability/ToSalPropertyClassUtils.java | /*
* Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | BUG-272: fix sal-compatibility
FIxes a single issue in sal-compatibility
Change-Id: Iafae27bca3d1266b0b4f4492b152cd73d0314641
Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>
| opendaylight/md-sal/sal-compability/src/main/java/org/opendaylight/controller/sal/compability/ToSalPropertyClassUtils.java | BUG-272: fix sal-compatibility | |
Java | epl-1.0 | 6eb426ab610c33ea287fffd08eebfb735e4bb6d9 | 0 | zy881228/SOEN6441 | warGame/CampaignModelTest1.java | package warGame;
import java.io.IOException;
import java.util.ArrayList;
import junit.framework.TestCase;
public class CampaignModelTest1 extends TestCase{
WarGameCampaignModel campaignModel = new WarGameCampaignModel();
public void setUp() throws Exception {
System.out.println("Campaign Test1 begins");
ca... | Delete CampaignModelTest1.java | warGame/CampaignModelTest1.java | Delete CampaignModelTest1.java | ||
Java | agpl-3.0 | 5229482a34a07db9d602b9fde6d03a97ddfcfb4f | 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 | bab573ce-2e60-11e5-9284-b827eb9e62be | hello.java | baafee5e-2e60-11e5-9284-b827eb9e62be | bab573ce-2e60-11e5-9284-b827eb9e62be | hello.java | bab573ce-2e60-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 91bf4fbe04cc6b42ff8c16d5ffba3b965a5e3345 | 0 | exedio/copernica,exedio/copernica,exedio/copernica | /*
* Copyright (C) 2004-2005 exedio GmbH (www.exedio.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later versi... | lib/oraclesrc/com/exedio/cope/OracleDatabase.java | /*
* Copyright (C) 2004-2005 exedio GmbH (www.exedio.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later versi... | rename sqlFetchResultSet to resultSet
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@3712 e7d4fc99-c606-0410-b9bf-843393a9eab7
| lib/oraclesrc/com/exedio/cope/OracleDatabase.java | rename sqlFetchResultSet to resultSet | |
Java | lgpl-2.1 | eda477180fafce39acd80d2fde4e0ea398394850 | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | src/java/com/threerings/parlor/game/client/GameController.java | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Allow additional game states.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@3485 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/parlor/game/client/GameController.java | Allow additional game states. | |
Java | lgpl-2.1 | 6179ca71a234381e086adb6cf06644faf5a26e0e | 0 | sewe/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,sewe/spotbugs,sewe/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,johnscancella/spotbugs,sewe/spotbugs | /*
* Bytecode Analysis Framework
* Copyright (C) 2003, University of Maryland
*
* 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 op... | findbugs/src/java/edu/umd/cs/findbugs/ba/BetterCFGBuilder.java | /*
* Bytecode Analysis Framework
* Copyright (C) 2003, University of Maryland
*
* 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 op... | Added javadoc class header comment.
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@379 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/ba/BetterCFGBuilder.java | Added javadoc class header comment. | |
Java | lgpl-2.1 | 6c90056cdb572e466c5ea4751d35a06bb7f7101e | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | cloveretl.engine/src/org/jetel/graph/runtime/WatchDog.java | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | FIX: better error handling
git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@8803 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/src/org/jetel/graph/runtime/WatchDog.java | FIX: better error handling | |
Java | apache-2.0 | 8a8df3550eb1edd0c29b13018cac111a4c1faf42 | 0 | ascrutae/sky-walking,apache/skywalking,apache/skywalking,ascrutae/sky-walking,apache/skywalking,OpenSkywalking/skywalking,ascrutae/sky-walking,apache/skywalking,apache/skywalking,OpenSkywalking/skywalking,ascrutae/sky-walking,apache/skywalking,apache/skywalking | /*
* 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 ... | apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/consumer/MultipleChannelsConsumer.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 ... | fix Classcanbestatic (#5597)
Inner class is non-static but does not reference enclosing class
ref: https://errorprone.info/bugpattern/ClassCanBeStatic
Co-authored-by: 吴晟 Wu Sheng <68a3242e186709d17f336804861ef8db5265f4bc@foxmail.com> | apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/consumer/MultipleChannelsConsumer.java | fix Classcanbestatic (#5597) | |
Java | apache-2.0 | a26f2d31ca159749fd1ffd23b501c9e07ff2cfb0 | 0 | metaborg/mb-rep,metaborg/mb-rep | package org.spoofax.interpreter.library.language.spxlang.index.data;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import org.spoofax.interpreter.library.language.spxlang.index.SpxSemanticIndexFacade;
... | org.spoofax.interpreter.library.language/src/org/spoofax/interpreter/library/language/spxlang/index/data/SpxSymbol.java | package org.spoofax.interpreter.library.language.spxlang.index.data;
import java.io.IOException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import org.spoofax.interpreter.library.language.spxlang.index.SpxSemanticIndexFacade;
... |
svn path=/spoofax/trunk/spoofax/org.spoofax.interpreter.library.language/; revision=23468
| org.spoofax.interpreter.library.language/src/org/spoofax/interpreter/library/language/spxlang/index/data/SpxSymbol.java | ||
Java | apache-2.0 | d00c2080e41fc90a75343c7c1b1e5f59edfefc2f | 0 | googleinterns/gpay-virtual-queue,googleinterns/gpay-virtual-queue,googleinterns/gpay-virtual-queue | /*
Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... | backendservice/src/test/java/com/google/gpay/virtualqueue/backendservice/repository/InMemoryVirtualQueueRepositoryTest.java | /*
Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... | add testGetCustomersAhead_success()
| backendservice/src/test/java/com/google/gpay/virtualqueue/backendservice/repository/InMemoryVirtualQueueRepositoryTest.java | add testGetCustomersAhead_success() | |
Java | apache-2.0 | d56e50e78a8aa1c78869aae77670bae0048f8f3a | 0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j | package ch.openech.mj.edit;
import ch.openech.mj.edit.Editor.EditorFinishedListener;
import ch.openech.mj.edit.form.IForm;
import ch.openech.mj.page.Page;
import ch.openech.mj.page.PageContext;
import ch.openech.mj.toolkit.ClientToolkit;
import ch.openech.mj.toolkit.IComponent;
import ch.openech.mj.toolkit.ProgressLis... | Minimal-J/src/main/java/ch/openech/mj/edit/EditorPage.java | package ch.openech.mj.edit;
import ch.openech.mj.edit.Editor.EditorFinishedListener;
import ch.openech.mj.edit.form.IForm;
import ch.openech.mj.page.Page;
import ch.openech.mj.page.PageContext;
import ch.openech.mj.toolkit.ClientToolkit;
import ch.openech.mj.toolkit.IComponent;
import ch.openech.mj.toolkit.ProgressLis... | EditorPage: fix for new tab on exclusive tab | Minimal-J/src/main/java/ch/openech/mj/edit/EditorPage.java | EditorPage: fix for new tab on exclusive tab | |
Java | apache-2.0 | f681f1ec6ca39895a8769c8a985309f76bf62342 | 0 | paulcwarren/spring-content,paulcwarren/spring-content,paulcwarren/spring-content | package internal.org.springframework.content.rest.boot.autoconfigure;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration;
import org.sprin... | spring-content-rest-boot-starter/src/main/java/internal/org/springframework/content/rest/boot/autoconfigure/HypermediaAutoConfiguration.java | package internal.org.springframework.content.rest.boot.autoconfigure;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration;
import org.sprin... | Remove unrequired bean
| spring-content-rest-boot-starter/src/main/java/internal/org/springframework/content/rest/boot/autoconfigure/HypermediaAutoConfiguration.java | Remove unrequired bean | |
Java | apache-2.0 | cee705ec353265ea38ceb5445910f15b581ff21c | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.icons;
import com.intellij.openapi.util.IconLoader;
import javax.swing.*;
/**
* NOTE THIS FILE IS AUTO-GENERATED
* DO NOT EDIT IT BY HAND, run "Generate ... | platform/util/src/com/intellij/icons/AllIcons.java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.icons;
import com.intellij.openapi.util.IconLoader;
import javax.swing.*;
/**
* NOTE THIS FILE IS AUTO-GENERATED
* DO NOT EDIT IT BY HAND, run "Generate ... | Fix CommunityIconClassesTest
| platform/util/src/com/intellij/icons/AllIcons.java | Fix CommunityIconClassesTest | |
Java | apache-2.0 | 6e21109499f6a18a795ede111c1ac8cc46a431d0 | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | src/java/org/apache/solr/handler/XmlUpdateRequestHandler.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... | Spelling correction
git-svn-id: 3b1ff1236863b4d63a22e4dae568675c2e247730@526626 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/solr/handler/XmlUpdateRequestHandler.java | Spelling correction | |
Java | apache-2.0 | 98bb60e4baeb4e0c4d5cdd93e2422a4622283412 | 0 | nknize/elasticsearch,robin13/elasticsearch,vroyer/elassandra,scorpionvicky/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,strapdata/elassandra,robin13/elasticsearch,HonzaKral/elasticsearch,strapdata/elassandra,nknize/elasticsearch,gfyoung/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticse... | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.alerts;
import org.elasticsearch.ElasticsearchExcep... | src/main/java/org/elasticsearch/alerts/AlertsStore.java | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.alerts;
import org.elasticsearch.ElasticsearchExcep... | improve assert
Original commit: elastic/x-pack-elasticsearch@cfedeb5da8030c4c4f2c418bc5f6a1a35a73ccde
| src/main/java/org/elasticsearch/alerts/AlertsStore.java | improve assert | |
Java | apache-2.0 | 2ea439bb876b20ee35e97212feb9525a982f3021 | 0 | obsidian-toaster/generator-backend,obsidian-toaster/generator-backend | /**
* Copyright 2005-2015 Red Hat, Inc.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unles... | src/main/java/io/obsidian/generator/rest/ObsidianResource.java | /**
* Copyright 2005-2015 Red Hat, Inc.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unles... | Removed @ApplicationScoped from JAX-RS resource
| src/main/java/io/obsidian/generator/rest/ObsidianResource.java | Removed @ApplicationScoped from JAX-RS resource | |
Java | apache-2.0 | 6563e5283dd4ea16d8201ee2e22b6dd6d24c6deb | 0 | MatejTymes/JavaFixes | package mtymes.javafixes.beta.decimal;
import org.junit.Test;
import java.math.BigInteger;
import static java.math.BigInteger.ONE;
import static java.math.BigInteger.ZERO;
import static mtymes.javafixes.test.Conditions.negative;
import static mtymes.javafixes.test.Conditions.positive;
import static mtymes.javafixes.... | src/test/java/mtymes/javafixes/beta/decimal/PowerMathTest.java | package mtymes.javafixes.beta.decimal;
import org.junit.Test;
import java.math.BigInteger;
import static java.math.BigInteger.ONE;
import static mtymes.javafixes.test.Conditions.negative;
import static mtymes.javafixes.test.Conditions.positive;
import static mtymes.javafixes.test.Random.randomInt;
import static mtym... | mtymes: updated PowerMathTest
| src/test/java/mtymes/javafixes/beta/decimal/PowerMathTest.java | mtymes: updated PowerMathTest | |
Java | apache-2.0 | 3d643132bd595a0516b0e79962c957ba4ca58c60 | 0 | venicegeo/pz-jobcommon | /**
* Copyright 2016, RadiantBlue Technologies, 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 applic... | src/main/java/messaging/job/JobMessageFactory.java | /**
* Copyright 2016, RadiantBlue Technologies, 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 applic... | environment space in topic names
| src/main/java/messaging/job/JobMessageFactory.java | environment space in topic names | |
Java | apache-2.0 | ac95fe895c1aabebf50e9c8f6e0208b615174ac8 | 0 | google/flogger,google/flogger | /*
* Copyright (C) 2012 The Flogger Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | api/src/main/java/com/google/common/flogger/LogContext.java | /*
* Copyright (C) 2012 The Flogger Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | Attempting to clarify docs around how the special "literal message" string marker is used.
RELNOTES=N/A
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237815318
| api/src/main/java/com/google/common/flogger/LogContext.java | Attempting to clarify docs around how the special "literal message" string marker is used. | |
Java | apache-2.0 | 77abda4ec0d082f94f0c92bac028baba7d181fc3 | 0 | libris/librisxl,libris/librisxl,libris/librisxl | package whelk.export.servlet;
import org.codehaus.jackson.map.ObjectMapper;
import whelk.Document;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.xml.stream.XMLOutputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamWriter;... | oaipmh/src/main/java/whelk/export/servlet/ListRecordTrees.java | package whelk.export.servlet;
import org.codehaus.jackson.map.ObjectMapper;
import whelk.Document;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.xml.stream.XMLOutputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamWriter;... | Correctly error out on noRecordsMatch instead of returning an empty list, when requesting expanded records.
| oaipmh/src/main/java/whelk/export/servlet/ListRecordTrees.java | Correctly error out on noRecordsMatch instead of returning an empty list, when requesting expanded records. | |
Java | apache-2.0 | 7df44e41bcfcf0554dd1789e4979d07e537662ad | 0 | kickstarter/android-oss,kickstarter/android-oss,kickstarter/android-oss,kickstarter/android-oss | package com.kickstarter.presenters;
import android.content.Context;
import android.os.Bundle;
import android.util.Pair;
import com.kickstarter.KSApplication;
import com.kickstarter.libs.CurrentUser;
import com.kickstarter.libs.Presenter;
import com.kickstarter.libs.RxUtils;
import com.kickstarter.models.Project;
impo... | app/src/main/java/com/kickstarter/presenters/ProjectPresenter.java | package com.kickstarter.presenters;
import android.content.Context;
import android.os.Bundle;
import android.util.Pair;
import com.kickstarter.KSApplication;
import com.kickstarter.libs.CurrentUser;
import com.kickstarter.libs.Presenter;
import com.kickstarter.libs.RxUtils;
import com.kickstarter.models.Project;
impo... | remove unused import
| app/src/main/java/com/kickstarter/presenters/ProjectPresenter.java | remove unused import | |
Java | apache-2.0 | e54ebed8ce9eab57139c4084f9c2ac84fd0a88d3 | 0 | px3/SilverWare,RadekKoubsky/SilverWare,RadekKoubsky/SilverWare,SilverThings/SilverWare,SilverThings/SilverWare,px3/SilverWare,SilverThings/SilverWare,RadekKoubsky/SilverWare | /*
* -----------------------------------------------------------------------\
* SilverWare
*
* Copyright (C) 2010 - 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 c... | cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java | /*
* -----------------------------------------------------------------------\
* SilverWare
*
* Copyright (C) 2010 - 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 c... | extended cdi qualifiers test
| cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java | extended cdi qualifiers test | |
Java | apache-2.0 | c0d32edf2a49d119b6be9fb1a8b27b14bc143681 | 0 | xiaob/ASimpleCache,qingsong-xu/ASimpleCache,zcwfeng/ASimpleCache,WiiliamChik/ASimpleCache,BraveAction/ASimpleCache,msdgwzhy6/ASimpleCache,GeorgeMe/ASimpleCache,luinnx/ASimpleCache,yangfuhai/ASimpleCache,mingtang1079/ASimpleCache,sdjtu502/ASimpleCache,lypdemo/ASimpleCache,caoyang521/ASimpleCache,liuguangli/ASimpleCache | /**
* Copyright (c) 2012-2013, Michael Yang 杨福海 (www.yangfuhai.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 re... | AsimpleCacheDemo/ASimpleCache/org/afinal/simplecache/ACache.java | /**
* Copyright (c) 2012-2013, Michael Yang 杨福海 (www.yangfuhai.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 re... | 修改保存的时间可能造成的一个异常,添加序列化对象保存时间 | AsimpleCacheDemo/ASimpleCache/org/afinal/simplecache/ACache.java | 修改保存的时间可能造成的一个异常,添加序列化对象保存时间 | |
Java | apache-2.0 | 3beaa5a2bab83e4ff2e189db03b038c32e78a85c | 0 | adamjshook/accumulo,ctubbsii/accumulo,ctubbsii/accumulo,mjwall/accumulo,mikewalch/accumulo,milleruntime/accumulo,phrocker/accumulo-1,adamjshook/accumulo,ctubbsii/accumulo,lstav/accumulo,apache/accumulo,keith-turner/accumulo,lstav/accumulo,apache/accumulo,milleruntime/accumulo,dhutchis/accumulo,keith-turner/accumulo,lst... | /*
* 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 ... | server/master/src/main/java/org/apache/accumulo/master/Master.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 ... | ACCUMULO-1010 Support upgrades from 1.4 to 1.5
Description: Add steps necessary to move a zk from 1.4 state to 1.5.
This leaves it in a good state to be picked up by the rest of the
1.6 upgrade path.
Author: kturner
Ref: ACCUMULO-2988
Cherry picking caused a huge mess and it was simpler to manually select
the par... | server/master/src/main/java/org/apache/accumulo/master/Master.java | ACCUMULO-1010 Support upgrades from 1.4 to 1.5 | |
Java | apache-2.0 | 7950d726d452a00919b1213067e463a8f7bb67c6 | 0 | XiveZ/XposedAppSettings,rovo89/XposedAppSettings,Arnie97/XposedAppSettings,Unpublished/XposedAppSettings,xyzr0482/XposedAppSettings,Ni2014/XposedAppSettings,djh123/XposedAppSettings,cooldroid/XposedAppSettings,d8ahazard/XposedAppSettings | package de.robv.android.xposed.mods.appsettings;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.regex.Pattern;
import android.annotation.Supp... | src/de/robv/android/xposed/mods/appsettings/XposedModActivity.java | package de.robv.android.xposed.mods.appsettings;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.regex.Pattern;
import android.annotation.Supp... | Fix FC when apps have an empty name
| src/de/robv/android/xposed/mods/appsettings/XposedModActivity.java | Fix FC when apps have an empty name | |
Java | bsd-2-clause | c6c5dea588908fedac89004078dc2d70588f1efe | 0 | TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej,biovoxxel/imagej | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2014 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | core/legacy/src/main/java/imagej/legacy/DefaultLegacyService.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2014 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | Remove dead code
Signed-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>
| core/legacy/src/main/java/imagej/legacy/DefaultLegacyService.java | Remove dead code | |
Java | mit | 144b93420365f1970c1ae7283bf55a6bb063bc78 | 0 | jotatoledo/Programmieren-WS16-17 | package edu.kit.informatik.kachelung;
public enum PositionInBoard {
UPPER_RIGHT_CORNER("UPPER_RIGHT_CORNER", 3, 4, 5),
DOWN_RIGH_CORNER("DOWN_RIGH_CORNER", 0, 4, 5),
UPPER_LEFT_CORNER("UPPER_LEFT_CORNER", 2, 3),
DOWN_LEFT_CORNER("DOWN_LEFT_CORNER", 0, 1, 2),
INTERNAL("INTERNAL", 0, 1, 2, 3, 4, 5),
... | src/edu/kit/informatik/kachelung/PositionInBoard.java | package edu.kit.informatik.kachelung;
public enum PositionInBoard {
UPPER_RIGHT_CORNER(3, 4, 5),
DOWN_RIGH_CORNER(0, 4, 5),
UPPER_LEFT_CORNER(2, 3),
DOWN_LEFT_CORNER(0, 1, 2),
INTERNAL(0, 1, 2, 3, 4, 5),
UPPER_SIDE(2, 3, 4, 5),
DOWN_SIDE(0, 1, 2, 5),
LEFT_SIDE(0, 1, 2, 3),
RIGHT_SID... | Added string representation
Corrected constructor method
Implemented toString method | src/edu/kit/informatik/kachelung/PositionInBoard.java | Added string representation Corrected constructor method Implemented toString method | |
Java | mit | 0bc92c6c3fbbb509bcc4d2dcb1a0925580f3623e | 0 | mscott250/GroupProgrammingTimer | package com.mscott.timer;
import com.mscott.timer.scheduling.TurnScheduler;
import javafx.application.Application;
import javafx.stage.Stage;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.support.AbstractApplicationContext;
public class MainApplic... | src/main/java/com/mscott/timer/MainApplication.java | package com.mscott.timer;
import javafx.application.Application;
import javafx.stage.Stage;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.support.AbstractApplicationContext;
public class MainApplication extends Application {
private AbstractA... | Fix Shutdown Bug
When the application is stopped, explicitly stop the turn scheduler, to ensure that the threads created by the timer are stopped. This fixes an issue whereby when quitting the application, the window disappears but the application process carries on running until forcefully killed.
| src/main/java/com/mscott/timer/MainApplication.java | Fix Shutdown Bug | |
Java | mit | e6f460378f9cfe6c1d9fefc07c74a28e7f90509d | 0 | Permafrost/Tundra.java,Permafrost/Tundra.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 Lachlan Dowding
*
* 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 u... | src/main/java/permafrost/tundra/time/TimeZoneHelper.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 Lachlan Dowding
*
* 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 u... | Add TimeZoneHelper.normalize method
| src/main/java/permafrost/tundra/time/TimeZoneHelper.java | Add TimeZoneHelper.normalize method | |
Java | mit | b850ce827b56f484f9442e4bf743228238b117a0 | 0 | PeterVerzijl/Qwirkle | package com.peterverzijl.softwaresystems.qwirkle;
import java.util.ArrayList;
import java.util.List;
//import com.peterverzijl.softwaresystems.qwirkle.collision.RectangleCollider;
import com.peterverzijl.softwaresystems.qwirkle.gameengine.ui.Sprite;
import com.peterverzijl.softwaresystems.qwirkle.exceptions.NotYourBl... | src/com/peterverzijl/softwaresystems/qwirkle/Game.java | package com.peterverzijl.softwaresystems.qwirkle;
import java.util.ArrayList;
import java.util.List;
//import com.peterverzijl.softwaresystems.qwirkle.collision.RectangleCollider;
import com.peterverzijl.softwaresystems.qwirkle.gameengine.ui.Sprite;
import com.peterverzijl.softwaresystems.qwirkle.exceptions.NotYourBl... | Chagned addBlocks(Player aPlayer)
Added a List<Block> as a return
| src/com/peterverzijl/softwaresystems/qwirkle/Game.java | Chagned addBlocks(Player aPlayer) | |
Java | mit | de0aeda0c8324f8f2b531ddefb4225600c823f13 | 0 | btk5h/skript-mirror | package com.btk5h.skriptmirror.skript;
import ch.njol.skript.ScriptLoader;
import ch.njol.skript.classes.ClassInfo;
import ch.njol.skript.classes.Converter;
import ch.njol.skript.classes.Parser;
import ch.njol.skript.classes.Serializer;
import ch.njol.skript.lang.ParseContext;
import ch.njol.skript.registrations.Class... | src/main/java/com/btk5h/skriptmirror/skript/Types.java | package com.btk5h.skriptmirror.skript;
import ch.njol.skript.classes.ClassInfo;
import ch.njol.skript.classes.Converter;
import ch.njol.skript.classes.Parser;
import ch.njol.skript.classes.Serializer;
import ch.njol.skript.lang.ParseContext;
import ch.njol.skript.registrations.Classes;
import ch.njol.skript.registrati... | Allow imports to be parsed as literals
| src/main/java/com/btk5h/skriptmirror/skript/Types.java | Allow imports to be parsed as literals | |
Java | mit | bfc262a45fa2db44c02530f672b0ec6406cb65ef | 0 | mschmidae/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,mschmidae/analysis-model,mschmidae/analysis-model,jenkinsci/analysis-model | package edu.hm.hafner.analysis;
import javax.annotation.Nonnull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.... | src/main/java/edu/hm/hafner/analysis/Issues.java | package edu.hm.hafner.analysis;
import javax.annotation.Nonnull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.... | Fixed priority bars.
| src/main/java/edu/hm/hafner/analysis/Issues.java | Fixed priority bars. | |
Java | epl-1.0 | 92d8410f812218fc07d999d85cadeb629851bf32 | 0 | rgom/Pydev,fabioz/Pydev,fabioz/Pydev,rajul/Pydev,rajul/Pydev,rajul/Pydev,fabioz/Pydev,rajul/Pydev,rgom/Pydev,RandallDW/Aruba_plugin,rajul/Pydev,akurtakov/Pydev,akurtakov/Pydev,fabioz/Pydev,RandallDW/Aruba_plugin,fabioz/Pydev,rajul/Pydev,aptana/Pydev,rgom/Pydev,rgom/Pydev,aptana/Pydev,akurtakov/Pydev,fabioz/Pydev,Randal... | /*
* Created on Nov 12, 2004
*
* @author Fabio Zadrozny
*/
package org.python.pydev.core;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStr... | org.python.pydev.core/src/org/python/pydev/core/REF.java | /*
* Created on Nov 12, 2004
*
* @author Fabio Zadrozny
*/
package org.python.pydev.core;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStr... | *** empty log message ***
git-svn-id: cdbd3c3453b226d8644b39c93ea790e37ea3ca1b@1241 7f4d9e04-a92a-ab41-bea9-970b690ef4a7
| org.python.pydev.core/src/org/python/pydev/core/REF.java | *** empty log message *** | |
Java | epl-1.0 | 214fa8cd44ca576bc8ba5ae639e824259582a536 | 0 | elexis/elexis-3-core,elexis/elexis-3-core,elexis/elexis-3-core,elexis/elexis-3-core | package ch.elexis.core.ui.preferences;
import java.util.List;
import java.util.UUID;
import org.eclipse.core.databinding.DataBindingContext;
import org.eclipse.core.databinding.beans.PojoProperties;
import org.eclipse.core.databinding.observable.value.IObservableValue;
import org.eclipse.core.databinding.observable.v... | bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/preferences/StockManagementPreferencePage.java | package ch.elexis.core.ui.preferences;
import java.util.List;
import java.util.UUID;
import org.eclipse.core.databinding.DataBindingContext;
import org.eclipse.core.databinding.beans.PojoProperties;
import org.eclipse.core.databinding.observable.value.IObservableValue;
import org.eclipse.core.databinding.observable.v... | [20852] do not flush ConfigServicePreferenceStore on stock pref page | bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/preferences/StockManagementPreferencePage.java | [20852] do not flush ConfigServicePreferenceStore on stock pref page | |
Java | mpl-2.0 | 50c59ad9f307d16bc312d9b87b9fcfda1ea8f44c | 0 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core | /*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: java_environment.java,v $
* $Revision: 1.17 $
... | jurt/com/sun/star/lib/uno/environments/java/java_environment.java | /*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: java_environment.java,v $
* $Revision: 1.17 $
... | sb116: #i107157# redesigned java_environment.Registry to avoid memory leaks (and simplified code) | jurt/com/sun/star/lib/uno/environments/java/java_environment.java | sb116: #i107157# redesigned java_environment.Registry to avoid memory leaks (and simplified code) | |
Java | agpl-3.0 | af8445806351d231d19736a1fd2ebed6cdbe5722 | 0 | jwillia/kc-old1,geothomasp/kcmit,geothomasp/kcmit,geothomasp/kcmit,kuali/kc,iu-uits-es/kc,ColostateResearchServices/kc,ColostateResearchServices/kc,ColostateResearchServices/kc,iu-uits-es/kc,geothomasp/kcmit,mukadder/kc,UniversityOfHawaiiORS/kc,kuali/kc,jwillia/kc-old1,kuali/kc,jwillia/kc-old1,UniversityOfHawaiiORS/kc,... | /*
* Copyright 2007 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | src/main/java/org/kuali/kra/budget/bo/BudgetVersionOverview.java | /*
* Copyright 2007 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | fix test
| src/main/java/org/kuali/kra/budget/bo/BudgetVersionOverview.java | fix test | |
Java | agpl-3.0 | 3b09ed60384d2b3667e432630186b182ba1406c3 | 0 | ubicity-devs/ubicity-flickr | package at.ac.ait.ubicity.ubicity.flickrplugin.dto;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
public class FlickrDTO {
private static Gson gson = new Gson();
private static SimpleDateFormat ... | src/main/java/at/ac/ait/ubicity/ubicity/flickrplugin/dto/FlickrDTO.java | package at.ac.ait.ubicity.ubicity.flickrplugin.dto;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
public class FlickrDTO {
private static Gson gson = new Gson();
private static Simp... | Changed latlong to longLat | src/main/java/at/ac/ait/ubicity/ubicity/flickrplugin/dto/FlickrDTO.java | Changed latlong to longLat | |
Java | lgpl-2.1 | 6fd482826ff28dbac543283aeb18b4e744daa442 | 0 | levants/lightmare | package org.lightmare.ejb.embeddable;
import java.io.IOException;
import java.util.Map;
import javax.ejb.embeddable.EJBContainer;
import javax.naming.Context;
import org.apache.log4j.Logger;
import org.lightmare.deploy.MetaCreator;
import org.lightmare.jndi.JndiManager;
import org.lightmare.utils.CollectionUtils;
im... | src/main/java/org/lightmare/ejb/embeddable/EJBContainerImpl.java | package org.lightmare.ejb.embeddable;
import java.io.IOException;
import java.util.Map;
import javax.ejb.embeddable.EJBContainer;
import javax.naming.Context;
import org.apache.log4j.Logger;
import org.lightmare.deploy.MetaCreator;
import org.lightmare.jndi.JndiManager;
import org.lightmare.utils.ObjectUtils;
/**
... | improvements in ObjectUtils and CollectionUtils classes and all
dependent classes | src/main/java/org/lightmare/ejb/embeddable/EJBContainerImpl.java | improvements in ObjectUtils and CollectionUtils classes and all dependent classes | |
Java | lgpl-2.1 | cb941c655c00c234421e9391e878f9707353c329 | 0 | luck3y/wildfly-core,jamezp/wildfly-core,ivassile/wildfly-core,yersan/wildfly-core,jamezp/wildfly-core,aloubyansky/wildfly-core,JiriOndrusek/wildfly-core,aloubyansky/wildfly-core,jfdenise/wildfly-core,luck3y/wildfly-core,ivassile/wildfly-core,darranl/wildfly-core,jfdenise/wildfly-core,JiriOndrusek/wildfly-core,ivassile/... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | controller/src/main/java/org/jboss/as/controller/PathAddress.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | Work around bug in ModelNode.asPropertyList(); add a toString()
was: 5596b153eec4d3be9db6f44b763260a45bd5d302
| controller/src/main/java/org/jboss/as/controller/PathAddress.java | Work around bug in ModelNode.asPropertyList(); add a toString() | |
Java | apache-2.0 | 3027d453b01caeffc1bb4ec0713d91cbeeb99be5 | 0 | mumer92/libgdx,toa5/libgdx,jsjolund/libgdx,lordjone/libgdx,tell10glu/libgdx,collinsmith/libgdx,sarkanyi/libgdx,kagehak/libgdx,yangweigbh/libgdx,revo09/libgdx,MathieuDuponchelle/gdx,anserran/libgdx,cypherdare/libgdx,Xhanim/libgdx,yangweigbh/libgdx,BlueRiverInteractive/libgdx,katiepino/libgdx,srwonka/libGdx,gf11speed/lib... | package com.badlogic.gdx.graphics.g3d;
import com.badlogic.gdx.graphics.g3d.materials.Material;
import com.badlogic.gdx.graphics.g3d.model.Animation;
import com.badlogic.gdx.graphics.g3d.model.MeshPart;
import com.badlogic.gdx.graphics.g3d.model.MeshPartMaterial;
import com.badlogic.gdx.graphics.g3d.model.Node;
import... | gdx/src/com/badlogic/gdx/graphics/g3d/ModelInstance.java | package com.badlogic.gdx.graphics.g3d;
import com.badlogic.gdx.graphics.g3d.materials.Material;
import com.badlogic.gdx.graphics.g3d.model.Animation;
import com.badlogic.gdx.graphics.g3d.model.MeshPart;
import com.badlogic.gdx.graphics.g3d.model.MeshPartMaterial;
import com.badlogic.gdx.graphics.g3d.model.Node;
import... | ModelInstance: only set transform if it's not null
| gdx/src/com/badlogic/gdx/graphics/g3d/ModelInstance.java | ModelInstance: only set transform if it's not null | |
Java | apache-2.0 | 2ab53547e0b7e2f4a4bbb7aa09631e94d730b325 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Areas;
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.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet... | com/planet_ink/coffee_mud/Areas/StdArea.java | package com.planet_ink.coffee_mud.Areas;
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.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet... | passive head start
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@18803 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Areas/StdArea.java | passive head start | |
Java | apache-2.0 | 662ea83ae8d2469ae088e3bc07f28df420258ca5 | 0 | rajulapatisairam/jamm,SergeBlais/jamm,Unisay/jamm,jbellis/jamm | package org.github.jamm;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.Callable;
public class AlwaysEmptySet<T> implements Set<T> {
private AlwaysEmptySet() {
}
public static <T> Set<T> create() {
return Colle... | src/org/github/jamm/AlwaysEmptySet.java | package org.github.jamm;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.Set;
import java.util.concurrent.Callable;
public class AlwaysEmptySet<T> implements Set<T> {
public static final Set EMPTY_SET = new AlwaysEmptySet();
private AlwaysEmptySet() {
... | remove dead field
| src/org/github/jamm/AlwaysEmptySet.java | remove dead field | |
Java | apache-2.0 | 5665a485920216d7e65c45668f607c8d8d83a6e6 | 0 | HashEngineering/darkcoinj,HashEngineering/darkcoinj,HashEngineering/dashj,HashEngineering/dashj,HashEngineering/dashj,HashEngineering/dashj,HashEngineering/darkcoinj | /*
* Copyright 2020 Dash Core 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 law or agreed ... | core/src/main/java/org/bitcoinj/params/DevNetParams.java | /*
* Copyright 2013 Google Inc.
* Copyright 2014 Andreas Schildbach
*
* 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... | DevNetParams: Add an add method, fix get method
| core/src/main/java/org/bitcoinj/params/DevNetParams.java | DevNetParams: Add an add method, fix get method | |
Java | apache-2.0 | a50f4b504824f9023bafb9403fc0c5d281b3bf7d | 0 | AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/andro... | /*
* Copyright 2018 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 applica... | fragment/src/main/java/androidx/fragment/app/FragmentManager.java | /*
* Copyright 2018 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 applica... | Fix Fragment.popBackStack docs
Test: N/A
Change-Id: I88c1ba646f21b8f45d8cd09c4b35c621b197f92c
| fragment/src/main/java/androidx/fragment/app/FragmentManager.java | Fix Fragment.popBackStack docs | |
Java | apache-2.0 | 57df7a713a7d7643b2190ed7dcdab1663b731be5 | 0 | emccode/ecs-cf-service-broker,codedellemc/ecs-cf-service-broker,spiegela/ecs-cf-service-broker | package com.emc.ecs.cloudfoundry.broker.service;
import com.emc.ecs.cloudfoundry.broker.EcsManagementClientException;
import com.emc.ecs.cloudfoundry.broker.EcsManagementResourceNotFoundException;
import com.emc.ecs.cloudfoundry.broker.config.CatalogConfig;
import com.emc.ecs.cloudfoundry.broker.model.PlanProxy;
impor... | src/main/java/com/emc/ecs/cloudfoundry/broker/service/EcsServiceInstanceBindingService.java | package com.emc.ecs.cloudfoundry.broker.service;
import com.emc.ecs.cloudfoundry.broker.EcsManagementClientException;
import com.emc.ecs.cloudfoundry.broker.EcsManagementResourceNotFoundException;
import com.emc.ecs.cloudfoundry.broker.config.CatalogConfig;
import com.emc.ecs.cloudfoundry.broker.model.PlanProxy;
impor... | more tweaks to mount config code plus additional logging
| src/main/java/com/emc/ecs/cloudfoundry/broker/service/EcsServiceInstanceBindingService.java | more tweaks to mount config code plus additional logging | |
Java | apache-2.0 | 4378de59fc9c91585b13875549e4db3c765138d8 | 0 | datanucleus/datanucleus-maven-plugin | /**********************************************************************
Copyright (c) 2007 Andy Jefferson and others. 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://... | src/java/org/datanucleus/maven/AbstractEnhancerMojo.java | /**********************************************************************
Copyright (c) 2007 Andy Jefferson and others. 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://... | Fix formatting to use DataNucleus conventions, and get rid of compiler
warning | src/java/org/datanucleus/maven/AbstractEnhancerMojo.java | Fix formatting to use DataNucleus conventions, and get rid of compiler warning | |
Java | apache-2.0 | 6fc272f9136e9f816696f633c5536d7305026047 | 0 | chrislusf/seaweedfs,chrislusf/seaweedfs,chrislusf/seaweedfs,chrislusf/seaweedfs | package seaweedfs.client;
import org.apache.http.Header;
import org.apache.http.HeaderElement;
import org.apache.http.HttpEntity;
import org.apache.http.HttpHeaders;
import org.apache.http.client.entity.GzipDecompressingEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.... | other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java | package seaweedfs.client;
import org.apache.http.Header;
import org.apache.http.HeaderElement;
import org.apache.http.HttpEntity;
import org.apache.http.HttpHeaders;
import org.apache.http.client.entity.GzipDecompressingEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.... | adjust throwing exception
| other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java | adjust throwing exception | |
Java | apache-2.0 | b9584b343c3241d9469d729875d6bbc7073dc013 | 0 | andehr/tag-classification-framework | package uk.ac.susx.tag.classificationframework.classifiers;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import it.unimi.dsi.fastutil.ints.*;
import it.unimi.dsi.fastutil.objects.ObjectIterator;
import uk.ac.susx.tag.classificationframework.datastructures.ProcessedInstance;
impor... | src/main/java/uk/ac/susx/tag/classificationframework/classifiers/NaiveBayesOVRClassifier.java | package uk.ac.susx.tag.classificationframework.classifiers;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import it.unimi.dsi.fastutil.ints.*;
import it.unimi.dsi.fastutil.objects.ObjectIterator;
import uk.ac.susx.tag.classificationframework.datastructures.ProcessedInstance;
impor... | fix for the 2 label case in the writeJson method
| src/main/java/uk/ac/susx/tag/classificationframework/classifiers/NaiveBayesOVRClassifier.java | fix for the 2 label case in the writeJson method | |
Java | apache-2.0 | 716e8db229c528b27152782cccc59ea348b36209 | 0 | killbill/killbill-api,maguero/killbill-api,killbill/killbill-api,maguero/killbill-api | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing Project 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 L... | src/main/java/org/killbill/billing/payment/api/PaymentMethodPlugin.java | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing Project 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 L... | payment: remove CC specific details in PaymentMethodPlugin
Signed-off-by: Pierre-Alexandre Meyer <ff019a5748a52b5641624af88a54a2f0e46a9fb5@mouraf.org>
| src/main/java/org/killbill/billing/payment/api/PaymentMethodPlugin.java | payment: remove CC specific details in PaymentMethodPlugin | |
Java | apache-2.0 | 2bfa2d13202b68203d13229729f0597257d75d11 | 0 | slapperwan/gh4a,slapperwan/gh4a | package com.gh4a.fragment;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.MatrixCursor;
import android.database.MergeCursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.an... | app/src/main/java/com/gh4a/fragment/SearchFragment.java | package com.gh4a.fragment;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.MatrixCursor;
import android.database.MergeCursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.an... | Fix crash on 'search code in repo'.
See #822
| app/src/main/java/com/gh4a/fragment/SearchFragment.java | Fix crash on 'search code in repo'. | |
Java | apache-2.0 | 65cdd5aabba8a51363518acb243b21f3fadc3d33 | 0 | camilesing/zstack,zsyzsyhao/zstack,winger007/zstack,mingjian2049/zstack,Alvin-Lau/zstack,AlanJinTS/zstack,WangXijue/zstack,HeathHose/zstack,AlanJager/zstack,zsyzsyhao/zstack,zstackorg/zstack,winger007/zstack,HeathHose/zstack,zstackio/zstack,Alvin-Lau/zstack,AlanJinTS/zstack,MatheMatrix/zstack,zstackorg/zstack,zstackio/... | package org.zstack.header.vm;
import org.zstack.header.core.ApiTimeout;
import org.zstack.header.message.NeedReplyMessage;
import java.util.List;
/**
* Created by david on 8/4/16.
*/
@ApiTimeout(apiClasses = {APICreateVmInstanceMsg.class})
public class CreateVmInstanceMsg extends NeedReplyMessage implements Create... | header/src/main/java/org/zstack/header/vm/CreateVmInstanceMsg.java | package org.zstack.header.vm;
import org.zstack.header.message.NeedReplyMessage;
import java.util.List;
/**
* Created by david on 8/4/16.
*/
public class CreateVmInstanceMsg extends NeedReplyMessage implements CreateVmInstanceMessage {
private String accountUuid;
private String name;
private String ima... | Add a missing @ApiTimeout decoration
Signed-off-by: David Lee <15c338f3b79a63a0d5423e9c6562cd312918fe74@gmail.com>
| header/src/main/java/org/zstack/header/vm/CreateVmInstanceMsg.java | Add a missing @ApiTimeout decoration | |
Java | apache-2.0 | 56e64029098083471cce808643fb42548d3be2c5 | 0 | neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures | import apoc.util.TestUtil;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.neo4j.configuration.GraphDatabaseSettings;
import org.neo4j.test.rule.DbmsRule;
import org.neo4j.test.rule.ImpermanentDbmsRule;
import org.reflections.Reflections;
import org.reflections.scanners.SubTypesScanner... | src/test/java/DocsTest.java | import apoc.util.TestUtil;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.neo4j.configuration.GraphDatabaseSettings;
import org.neo4j.test.rule.DbmsRule;
import org.neo4j.test.rule.ImpermanentDbmsRule;
import org.reflections.Reflections;
import org.reflections.scanners.ResourcesScanne... | fixing class scanning for generating signatures for docs
| src/test/java/DocsTest.java | fixing class scanning for generating signatures for docs | |
Java | apache-2.0 | 8caa69c45c8839cc0cbb4c665d24e694417d7b74 | 0 | liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,AndrewKhitrin/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
* as published by the Free Software Foundation.
*
* This program is distr... | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/connection/ConnectionWizard.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2015 Serge Rieder (serge@jkiss.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2)
* as published by the Free Software Foundation.
*
* This program is distr... | Connection test cancel implemented | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/dialogs/connection/ConnectionWizard.java | Connection test cancel implemented | |
Java | apache-2.0 | 055fe76c00c14a9420e64adb28a721dd329c3452 | 0 | Ks89/BYAManager,Ks89/BYAManager | /*
Copyright 2011-2015 Stefano Cappa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | ByaManager/src/main/java/logic/BYAManager.java | /*
Copyright 2011-2015 Stefano Cappa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | commit inutile | ByaManager/src/main/java/logic/BYAManager.java | commit inutile | |
Java | artistic-2.0 | e9de45a8e24cb46b0b2331e521d3f664591122ce | 0 | BenArunski/RefactoringGoodness |
private static final Map<Integer, Integer> classificationHeight = new HashMap<>();
static {
classificationHeight.put(NpacsConstants.CLASSIFICATION_CBI, 50);
classificationHeight.put(NpacsConstants.CLASSIFICATION_SEX_OFFENDER, 50);
classificationHeight.put(NpacsConstants.CLASSIFICATION_DOMESTIC_VIOLENCE, 50);
clas... | 20160912_Capstone_compareClassifications/CaseManagementService.java |
public boolean isNewClassificationHigher(Integer currentClassificationCd,
Integer newClassificationCd) {
boolean isHigher = false;
if (currentClassificationCd != null && newClassificationCd != null) {
switch (currentClassificationCd) {
case NpacsConstants.CLASSIFICATION_CBI:
case NpacsConstants.CLASSIFICATI... | compare classifications REFACTORED
| 20160912_Capstone_compareClassifications/CaseManagementService.java | compare classifications REFACTORED | |
Java | bsd-2-clause | 7456306e5662c7101ed7a045b5aaae3d27223564 | 0 | malensek/forager,malensek/forager | /*
Copyright (c) 2014, Colorado State University
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
list of conditions and ... | src/forager/events/ForagerEventMap.java | /*
Copyright (c) 2014, Colorado State University
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
list of conditions and ... | Event mappings for import events
| src/forager/events/ForagerEventMap.java | Event mappings for import events | |
Java | bsd-2-clause | b05835fb320c4ba9b9ef62c04b676f44e4994fee | 0 | l2-/runelite,Sethtroll/runelite,l2-/runelite,runelite/runelite,runelite/runelite,Sethtroll/runelite,runelite/runelite | /*
* Copyright (c) 2018, Charlie Waters
* 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
* list of cond... | runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesOverlay.java | /*
* Copyright (c) 2018, Charlie Waters
* 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
* list of cond... | itemprices: fix showing high alch profit with show ha value disabled
Co-authored-by: Adam <f941e1206abd4a2d8889da67be10151f429d95dc@sigterm.info>
| runelite-client/src/main/java/net/runelite/client/plugins/itemprices/ItemPricesOverlay.java | itemprices: fix showing high alch profit with show ha value disabled | |
Java | bsd-3-clause | f39b6a400973ef995291c35109949b776fd9cd14 | 0 | apptentive/apptentive-android | /*
* Copyright (c) 2017, Apptentive, Inc. All Rights Reserved.
* Please refer to the LICENSE file for the terms and conditions
* under which redistribution and use of this file is permitted.
*/
package com.apptentive.android.sdk.network;
import org.json.JSONObject;
import java.io.IOException;
import java.net.Htt... | apptentive/src/testCommon/java/com/apptentive/android/sdk/network/MockHttpJsonRequest.java | /*
* Copyright (c) 2017, Apptentive, Inc. All Rights Reserved.
* Please refer to the LICENSE file for the terms and conditions
* under which redistribution and use of this file is permitted.
*/
package com.apptentive.android.sdk.network;
import org.json.JSONObject;
import java.io.IOException;
import java.net.Htt... | Override network connection check in another mock request to fix tests.
| apptentive/src/testCommon/java/com/apptentive/android/sdk/network/MockHttpJsonRequest.java | Override network connection check in another mock request to fix tests. | |
Java | bsd-3-clause | f493a4872effa29789667965dbe2ff9b8d76371f | 0 | benfortuna/ical4j.vcard,benfortuna/ical4j.vcard | /*
* $Id$
*
* Created on 22/08/2008
*
* Copyright (c) 2008, Ben Fortuna
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* o Redistributions of source code must retain the above co... | src/test/java/net/fortuna/ical4j/vcard/VCardTest.java | /*
* $Id$
*
* Created on 22/08/2008
*
* Copyright (c) 2008, Ben Fortuna
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* o Redistributions of source code must retain the above co... | Support non-standard property accessors in VCard
| src/test/java/net/fortuna/ical4j/vcard/VCardTest.java | Support non-standard property accessors in VCard | |
Java | bsd-3-clause | 6b2817f8bbe313ccfe90b64b0e3be95aa5b320d4 | 0 | lncosie/antlr4,lncosie/antlr4,joshids/antlr4,Pursuit92/antlr4,parrt/antlr4,cooperra/antlr4,mcanthony/antlr4,ericvergnaud/antlr4,cocosli/antlr4,joshids/antlr4,parrt/antlr4,cooperra/antlr4,mcanthony/antlr4,chandler14362/antlr4,chienjchienj/antlr4,krzkaczor/antlr4,worsht/antlr4,joshids/antlr4,mcanthony/antlr4,joshids/antl... | package org.antlr.v4.test;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.Parser;
import org.antlr.v4.runtime.Token;
import org.antlr.v4.runtime.TokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.ant... | tool/test/org/antlr/v4/test/TestParseTreeMatcher.java | package org.antlr.v4.test;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.Parser;
import org.antlr.v4.runtime.Token;
import org.antlr.v4.runtime.TokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.ant... | get last not first when get() finds multiple matching nodes.
| tool/test/org/antlr/v4/test/TestParseTreeMatcher.java | get last not first when get() finds multiple matching nodes. | |
Java | isc | 66e8eae9d5990b631b6760e18d3511cd3ca76ca7 | 0 | severin-lemaignan/oro-server | package laas.openrobots.ontology.modules.diff;
import java.util.HashSet;
import java.util.Set;
import laas.openrobots.ontology.Helpers;
import laas.openrobots.ontology.IServiceProvider;
import laas.openrobots.ontology.Namespaces;
import laas.openrobots.ontology.RPCMethod;
import laas.openrobots.ontology.backends.IOnt... | src/laas/openrobots/ontology/modules/diff/DiffModule.java | package laas.openrobots.ontology.modules.diff;
import java.util.HashSet;
import java.util.Set;
import laas.openrobots.ontology.Helpers;
import laas.openrobots.ontology.IServiceProvider;
import laas.openrobots.ontology.Namespaces;
import laas.openrobots.ontology.RPCMethod;
import laas.openrobots.ontology.backends.IOnt... | Fixed issue with ontology locking while diffing
| src/laas/openrobots/ontology/modules/diff/DiffModule.java | Fixed issue with ontology locking while diffing | |
Java | mit | 8e4e3e26a11a902923eb61a857a2f3a61315376b | 0 | codistmonk/IMJ | package imj3.draft;
import static multij.tools.Tools.*;
import static multij.xml.XMLTools.getNodes;
import static multij.xml.XMLTools.parse;
import java.awt.Rectangle;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.Area;
import java.awt.geom.Path2D;
import java.awt.geom.PathIterator... | src/imj3/draft/SVGTools.java | package imj3.draft;
import static multij.tools.Tools.*;
import static multij.xml.XMLTools.getNodes;
import static multij.xml.XMLTools.parse;
import java.awt.Rectangle;
import java.awt.Shape;
import java.awt.geom.AffineTransform;
import java.awt.geom.Area;
import java.awt.geom.Path2D;
import java.awt.geom.PathIterator... | [imj3][draft][SVGTools] Refactoring.
| src/imj3/draft/SVGTools.java | [imj3][draft][SVGTools] Refactoring. | |
Java | mit | 151a01c96313fcb27575da5c56499b29289f5a33 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package org.innovateuk.ifs.project.transactional;
import org.innovateuk.ifs.commons.error.Error;
import org.innovateuk.ifs.commons.service.ServiceResult;
import org.innovateuk.ifs.competition.domain.Competition;
import org.innovateuk.ifs.competition.repository.CompetitionRepository;
import org.innovateuk.ifs.finance.t... | ifs-data-service/src/main/java/org/innovateuk/ifs/project/transactional/ProjectStatusServiceImpl.java | package org.innovateuk.ifs.project.transactional;
import org.innovateuk.ifs.commons.error.Error;
import org.innovateuk.ifs.commons.service.ServiceResult;
import org.innovateuk.ifs.competition.domain.Competition;
import org.innovateuk.ifs.competition.repository.CompetitionRepository;
import org.innovateuk.ifs.finance.t... | Change comments
Former-commit-id: ecc5b6b4a98e92f5db65a7928f06ea8432124d8d | ifs-data-service/src/main/java/org/innovateuk/ifs/project/transactional/ProjectStatusServiceImpl.java | Change comments | |
Java | mit | 2f3c9451207d7652986263ef6c3ab923c7d9786b | 0 | Peter42/lunch_parser,Peter42/lunch_parser,Peter42/lunch_parser,Peter42/lunch_parser | package de.philipp1994.lunch.kit;
import java.io.DataInputStream;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.time.temporal.IsoFields;
import java.util.Map;
import java.util.stream.Collectors;
i... | kit-mensa/src/main/java/de/philipp1994/lunch/kit/KITLunchMenuProvider.java | package de.philipp1994.lunch.kit;
import java.io.DataInputStream;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.time.LocalDate;
import java.util.Map;
import java.util.stream.Collectors;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.E... | Fix KITLunchMenuProvider Date Bug. Closes #4
| kit-mensa/src/main/java/de/philipp1994/lunch/kit/KITLunchMenuProvider.java | Fix KITLunchMenuProvider Date Bug. Closes #4 | |
Java | mit | d932f361899e054df0aa1809a2e061455462cbc5 | 0 | samirma/MeteoriteLandings,samirma/MeteoriteLandings | package com.antonio.samir.meteoritelandingsspots.service.repository.database;
import com.antonio.samir.meteoritelandingsspots.model.Meteorite;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.RoomDatabase;
@Database(entities = {Meteorite.class}, version = 2)
public abstract class A... | app/src/main/java/com/antonio/samir/meteoritelandingsspots/service/repository/database/AppDatabase.java | package com.antonio.samir.meteoritelandingsspots.service.repository.database;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.RoomDatabase;
import com.antonio.samir.meteoritelandingsspots.model.Meteorite;
@Database(entities = {Meteorite.class, Address.class}, version = 1)
public a... | refactor: database version updated
| app/src/main/java/com/antonio/samir/meteoritelandingsspots/service/repository/database/AppDatabase.java | refactor: database version updated | |
Java | mit | bed820ceaaa357e86fccabfe64836c5fa48ef9d8 | 0 | KWStudios/RageMode,KWStudios/RageMode | package org.kwstudios.play.ragemode.gameLogic;
import java.util.Arrays;
import java.util.Random;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.GameMode;
import org.bukkit.Location;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.entity.Player... | src/org/kwstudios/play/ragemode/gameLogic/PlayerList.java | package org.kwstudios.play.ragemode.gameLogic;
import java.util.Arrays;
import java.util.Random;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.GameMode;
import org.bukkit.Location;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.entity.Player... | fixed ArrayIndexOutOfBoundsException | src/org/kwstudios/play/ragemode/gameLogic/PlayerList.java | fixed ArrayIndexOutOfBoundsException | |
Java | mit | c431800c26ca969392965c0f3fe26486363c1b7e | 0 | CS2103JAN2017-W14-B4/main,CS2103JAN2017-W14-B4/main | package seedu.ezdo.commons.util;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import java.io.File;
import java.io.IOException;
import java.util.Optional;
import java.util.logging.Level;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;... | src/test/java/seedu/ezdo/commons/util/ConfigUtilTest.java | package seedu.ezdo.commons.util;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import java.io.File;
import java.io.IOException;
import java.util.Optional;
import java.util.logging.Level;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;... | Remove whitespace
| src/test/java/seedu/ezdo/commons/util/ConfigUtilTest.java | Remove whitespace | |
Java | mit | f35768fe970c3cbfd474f95244817d1dd62c9fa7 | 0 | curiosone-bot/curiosone-core | package com.github.bot.curiosone.core.workflow;
import static java.util.Arrays.asList;
import static org.assertj.core.api.Assertions.anyOf;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import org.junit.Test;
public class LogicTest {
@Test
public void testAnswer() throws... | src/test/java/com/github/bot/curiosone/core/workflow/LogicTest.java | package com.github.bot.curiosone.core.workflow;
import static java.util.Arrays.asList;
import static org.assertj.core.api.Assertions.anyOf;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import org.junit.Test;
public class LogicTest {
@Test
public void testAnswer() throws... | Update LogicTest.java | src/test/java/com/github/bot/curiosone/core/workflow/LogicTest.java | Update LogicTest.java | |
Java | mit | 88714e4b55cb3f6fa7315c1b8f18015fa50a5b9a | 0 | tonussi/teia | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Level;
import java.util.logging.Logger;
public class DBConnectionImpl implements DBConnection {
Logger logger = Logger.getLogger(DBCon... | src/dao/DBConnectionImpl.java | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class DBConnectionImpl implements DBConnection {
Logger logger = Logger.getLogger(DBConnectionImpl.class.getName());
private String databa... | Refatora impl dbconnection | src/dao/DBConnectionImpl.java | Refatora impl dbconnection | |
Java | mit | 178d84584bba92c603c6d8b6539ae417f5663beb | 0 | jed204/ustack-core-data | package com.untzuntz.coredata;
import com.Ostermiller.util.MD5;
import com.mongodb.BasicDBObject;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.untzuntz.coredata.anno.DBTableMap;
import com.untzuntz.coredata.exceptions.FailedRequestException;
import com.untzuntz.... | src/main/java/com/untzuntz/coredata/MongoQueryRunner.java | package com.untzuntz.coredata;
import com.Ostermiller.util.MD5;
import com.mongodb.BasicDBObject;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.untzuntz.coredata.anno.DBTableMap;
import com.untzuntz.coredata.exceptions.FailedRequestException;
import com.untzuntz.... | Check for null memcached instance
| src/main/java/com/untzuntz/coredata/MongoQueryRunner.java | Check for null memcached instance | |
Java | epl-1.0 | 300b5a16e2db7a765cbd1ac7b7699ec530301a5b | 0 | opendaylight/bgpcep | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | BUG-8548: Pass missing parameter to
SimpleBGPExtensionProviderContext#registerNlriParser
Change-Id: I625f82d64efa0d2843b94de31c649572be9cacf9
Signed-off-by: Claudio D. Gasparini <e1fe59cb44b06b1ab80aa5ef1b61a7e77b52c855@pantheon.tech>
| bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleBGPExtensionProviderContext.java | BUG-8548: Pass missing parameter to | |
Java | epl-1.0 | 2989e780b78b82e2ce4497f89be1954ef434cad3 | 0 | mvolaart/openhab,magcode/openhab,johkin/openhab,PolymorhicCode/openhab,mleegwt/openhab,idserda/openhab,kreutpet/openhab,revenz/openhab,sedstef/openhab,dominicdesu/openhab,juri8/openhab,watou/openhab,Jakey69/openhab,jowiho/openhab,jowiho/openhab,aschor/openhab,paolodenti/openhab,Mixajlo/openhab,basriram/openhab,kreutpet... | /**
* Copyright (c) 2010-2013, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | bundles/binding/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/NetatmoBinding.java | /**
* Copyright (c) 2010-2013, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | Modification of NetatmoBinding after merge of PR #1505
| bundles/binding/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/NetatmoBinding.java | Modification of NetatmoBinding after merge of PR #1505 | |
Java | epl-1.0 | 976946eb2e72ed2b9716cabe17c8c31e84424bef | 0 | Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | Fixed an NPE. | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java | Fixed an NPE. | |
Java | lgpl-2.1 | 85a84b967c1d0e9dee48256915bd70964ed66fdb | 0 | OwlPlatform/java-owl-sensor | /*
* Owl Platform Sensor-Aggregator Library for Java
* Copyright (C) 2012 Robert Moore and the Owl Platform
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of ... | src/main/java/com/owlplatform/sensor/SensorAggregatorInterface.java | /*
* Owl Platform Sensor-Aggregator Library for Java
* Copyright (C) 2012 Robert Moore and the Owl Platform
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of ... | Using stack reference to session on disconnect.
| src/main/java/com/owlplatform/sensor/SensorAggregatorInterface.java | Using stack reference to session on disconnect. | |
Java | apache-2.0 | 052cae36b4d12bcb5bfa4608c15d8ff354ae2251 | 0 | akjava/gwt-bvh | package com.akjava.gwt.bvh.client;
/*
* Copyright (C) 2011 aki@akjava.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.... | src/com/akjava/gwt/bvh/client/GWTBVH.java | package com.akjava.gwt.bvh.client;
/*
* Copyright (C) 2011 aki@akjava.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.... | support a/b loop | src/com/akjava/gwt/bvh/client/GWTBVH.java | support a/b loop | |
Java | apache-2.0 | 158b038b644247f7f82cbd7b8630c1a0866a851f | 0 | jbb-project/jbb,jbb-project/jbb | package org.jbb.lib.properties;
import org.aeonbits.owner.ConfigFactory;
public final class ModuleConfigFactory {
private static final SystemProperties SYSTEM_PROPERTIES = ConfigFactory.create(
SystemProperties.class, System.getProperties(), System.getenv());
private ModuleConfigFactory() {
... | implementation/libs/jbb-lib-properties/src/main/java/org/jbb/lib/properties/ModuleConfigFactory.java | package org.jbb.lib.properties;
import org.aeonbits.owner.ConfigFactory;
public final class ModuleConfigFactory {
private final static SystemProperties SYSTEM_PROPERTIES = ConfigFactory.create(
SystemProperties.class, System.getProperties(), System.getenv());
private ModuleConfigFactory() {
... | Sonar code smell
| implementation/libs/jbb-lib-properties/src/main/java/org/jbb/lib/properties/ModuleConfigFactory.java | Sonar code smell | |
Java | apache-2.0 | 946255403de4501ced3f98124ae4e2448b25faad | 0 | tieusangaka/Clean-Contacts,billy1108/Clean-Contacts,Dreezydraig/Clean-Contacts,PaNaVTEC/Clean-Contacts,antoniolg/Clean-Contacts,0359xiaodong/Clean-Contacts,PaNaVTEC/Clean-Contacts | package me.panavtec.cleancontacts.modules.main;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.widget.TextView;
import com.carlosdelachica.easyrecycleradapters.adapter.EasyRecyclerAd... | app/src/main/java/me/panavtec/cleancontacts/modules/main/MainActivity.java | package me.panavtec.cleancontacts.modules.main;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.widget.TextView;
import com.carlosdelachica.easyrecycleradapters.adapter.EasyRecyclerAd... | Moves method to correct place
| app/src/main/java/me/panavtec/cleancontacts/modules/main/MainActivity.java | Moves method to correct place | |
Java | apache-2.0 | b6e3dd64975f66f462b987aa8e45f1872a9bb119 | 0 | ProgrammerDan/json-simple | package org.json.simple.parser;
/**
* ParseException explains why and where the error occurs in source JSON text.
*
* @author FangYidong<fangyidong@yahoo.com.cn>
*
*/
public class ParseException extends Exception {
private static final long serialVersionUID = -7880698968187728547L;
public static f... | src/main/java/org/json/simple/parser/ParseException.java | package org.json.simple.parser;
/**
* ParseException explains why and where the error occurs in source JSON text.
*
* @author FangYidong<fangyidong@yahoo.com.cn>
*
*/
public class ParseException extends Exception {
private static final long serialVersionUID = -7880698968187728548L;
public static f... | Return a description of the exception via getMessage.
git-svn-id: 5e6063538803623c6d6d55af6c36a1e86365bd2c@214 b68fe964-5755-0410-a06c-9fee2ea08261
| src/main/java/org/json/simple/parser/ParseException.java | Return a description of the exception via getMessage. | |
Java | apache-2.0 | 9b77c7f1b208284c39c07ab69ffbabb23d6a6b6e | 0 | rkorpachyov/maven-plugins,johnmccabe/maven-plugins,zigarn/maven-plugins,criteo-forks/maven-plugins,edwardmlyte/maven-plugins,Orange-OpenSource/maven-plugins,apache/maven-plugins,mikkokar/maven-plugins,mcculls/maven-plugins,sonatype/maven-plugins,ptahchiev/maven-plugins,ptahchiev/maven-plugins,krosenvold/maven-plugins,k... | package org.apache.maven.plugin.checkstyle;
/*
* 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 ... | maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java | package org.apache.maven.plugin.checkstyle;
/*
* 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 ... | code simplification
git-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1608113 13f79535-47bb-0310-9956-ffa450edef68
| maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.java | code simplification | |
Java | apache-2.0 | f592daad059a41f56305305943372c846eb8e2c9 | 0 | gonmarques/commons-collections,MuShiiii/commons-collections,mohanaraosv/commons-collections,MuShiiii/commons-collections,apache/commons-collections,MuShiiii/commons-collections,apache/commons-collections,sandrineBeauche/commons-collections,sandrineBeauche/commons-collections,jankill/commons-collections,mohanaraosv/comm... | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestIterator.java,v 1.4 2002/02/25 23:37:38 morgand Exp $
* $Revision: 1.4 $
* $Date: 2002/02/25 23:37:38 $
*
* =======================================================... | src/test/org/apache/commons/collections/TestIterator.java | /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestIterator.java,v 1.3 2002/02/25 23:26:25 morgand Exp $
* $Revision: 1.3 $
* $Date: 2002/02/25 23:26:25 $
*
* =======================================================... | added methods to allow for iterators that can't be full, or that can't be empty
git-svn-id: b713d2d75405ee089de821fbacfe0f8fc04e1abf@130579 13f79535-47bb-0310-9956-ffa450edef68
| src/test/org/apache/commons/collections/TestIterator.java | added methods to allow for iterators that can't be full, or that can't be empty | |
Java | apache-2.0 | 561e2fa4737ece05b1c04212350b2fa44f2ac98e | 0 | bonigarcia/selenium-jupiter,bonigarcia/selenium-jupiter | /*
* (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.io/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | src/main/java/io/github/bonigarcia/SeleniumExtension.java | /*
* (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.io/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | Refactor logic to quit WebDriver object in a separate method
| src/main/java/io/github/bonigarcia/SeleniumExtension.java | Refactor logic to quit WebDriver object in a separate method | |
Java | apache-2.0 | 21499591c4c3c5c35e9bae0959cdc07775d968ea | 0 | marymiller/floodlight,CS-6617-Java/Floodlight,rizard/fast-failover-demo,TKTL-SDN/SoftOffload-Master,moisesber/floodlight,yeasy/floodlight-lc,teja-/floodlight,onebsv1/floodlightworkbench,rizard/geni-cinema,aprakash6/floodlight_video_cacher,TidyHuang/floodlight,Pengfei-Lu/floodlight,smartnetworks/floodlight,ZhangMenghao/... | package net.floodlightcontroller.firewall;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.JsonParser;
import org.codehaus.jackson.JsonToken;
import org.codehaus.jackson.map.MappingJsonFactory;
import org.openflo... | src/main/java/net/floodlightcontroller/firewall/FirewallRulesResource.java | package net.floodlightcontroller.firewall;
import java.io.IOException;
import java.util.Iterator;
import java.util.List;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.JsonParser;
import org.codehaus.jackson.JsonToken;
import org.codehaus.jackson.map.MappingJsonFactory;
import org.openflo... | minor addition of IPv4 dl_type input handling to FirewallRulesResource
| src/main/java/net/floodlightcontroller/firewall/FirewallRulesResource.java | minor addition of IPv4 dl_type input handling to FirewallRulesResource | |
Java | apache-2.0 | 8804571a4df83ec15000aabbf1333f6c0552fc28 | 0 | wschaeferB/autopsy,narfindustries/autopsy,eXcomm/autopsy,esaunders/autopsy,wschaeferB/autopsy,esaunders/autopsy,mhmdfy/autopsy,wschaeferB/autopsy,esaunders/autopsy,maxrp/autopsy,mhmdfy/autopsy,millmanorama/autopsy,APriestman/autopsy,karlmortensen/autopsy,maxrp/autopsy,narfindustries/autopsy,APriestman/autopsy,esaunders... | /*
* Autopsy Forensic Browser
*
* Copyright 2014 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | Core/src/org/sleuthkit/autopsy/ingest/IngestModuleFactoryLoader.java | /*
* Autopsy Forensic Browser
*
* Copyright 2014 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | Clarify code in IngestModuleFactoryLoader
| Core/src/org/sleuthkit/autopsy/ingest/IngestModuleFactoryLoader.java | Clarify code in IngestModuleFactoryLoader | |
Java | apache-2.0 | ef2bb61dd19eeb33207387685a1ebe921cd8ba9d | 0 | jboss-modules/jboss-modules | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | src/main/java/org/jboss/modules/ModuleClassLoader.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [MODULES-365] Using URLStreamHandler explicitly in the URL constructor
| src/main/java/org/jboss/modules/ModuleClassLoader.java | [MODULES-365] Using URLStreamHandler explicitly in the URL constructor | |
Java | apache-2.0 | 65bcc4494da45e85d93f76872eafd3e260194fb8 | 0 | rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl | package com.nucleus.geometry;
import java.nio.ByteBuffer;
import com.nucleus.geometry.ElementBuffer.Mode;
import com.nucleus.geometry.ElementBuffer.Type;
import com.nucleus.geometry.Mesh.BufferIndex;
import com.nucleus.opengl.GLESWrapper.GLES20;
import com.nucleus.shader.ShaderProgram;
/**
* Utility class to help b... | graphics-by-opengl-j2se/src/main/java/com/nucleus/geometry/MeshBuilder.java | package com.nucleus.geometry;
import java.nio.ByteBuffer;
import com.nucleus.geometry.ElementBuffer.Mode;
import com.nucleus.geometry.ElementBuffer.Type;
import com.nucleus.opengl.GLESWrapper.GLES20;
import com.nucleus.shader.ShaderProgram;
/**
* Utility class to help build different type of Meshes.
*
* @author ... | Use enum to index vertice/attribute array
| graphics-by-opengl-j2se/src/main/java/com/nucleus/geometry/MeshBuilder.java | Use enum to index vertice/attribute array | |
Java | apache-2.0 | 97127c3cb05ce4f2f69fee337b4561d7902c1bed | 0 | emre-aydin/hazelcast,emre-aydin/hazelcast,dsukhoroslov/hazelcast,mdogan/hazelcast,mesutcelik/hazelcast,tkountis/hazelcast,tufangorel/hazelcast,dsukhoroslov/hazelcast,mdogan/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,mesutcelik/hazelcast,tkountis/hazelcast,tufangorel/hazelcast,Donnerbart/hazelcast,Donnerbart/ha... | /*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | hazelcast/src/main/java/com/hazelcast/map/impl/eviction/EvictionChecker.java | /*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | Fixed backward compatibility issue for PER_NODE capacity calculation algorithm
| hazelcast/src/main/java/com/hazelcast/map/impl/eviction/EvictionChecker.java | Fixed backward compatibility issue for PER_NODE capacity calculation algorithm | |
Java | apache-2.0 | 52ac158c7888f0462778d73e52a353d258b5ed91 | 0 | Frostman/webjavin,Frostman/webjavin,Frostman/webjavin | /******************************************************************************
* WebJavin - Java Web Framework. *
* *
* Copyright (c) 2011 - Sergey "Frosman" Lukjanov, me@frostman.ru *
... | webjavin-core/src/main/java/ru/frostman/web/dispatch/Dispatcher.java | /******************************************************************************
* WebJavin - Java Web Framework. *
* *
* Copyright (c) 2011 - Sergey "Frosman" Lukjanov, me@frostman.ru *
... | Static files serving updated.
| webjavin-core/src/main/java/ru/frostman/web/dispatch/Dispatcher.java | Static files serving updated. | |
Java | apache-2.0 | 6aefe7399b57969cb7685972dbd774656cb1f4a0 | 0 | HaStr/kieker,HaStr/kieker,HaStr/kieker,kieker-monitoring/kieker,HaStr/kieker,leadwire-apm/leadwire-javaagent,kieker-monitoring/kieker,kieker-monitoring/kieker,kieker-monitoring/kieker,leadwire-apm/leadwire-javaagent,kieker-monitoring/kieker,HaStr/kieker | /***************************************************************************
* Copyright 2014 Kieker Project (http://kieker-monitoring.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License a... | src/monitoring/kieker/monitoring/writer/explorviz/ExplorVizExportWriter.java | /***************************************************************************
* Copyright 2014 Kieker Project (http://kieker-monitoring.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License a... | Fixed ExplorViz Writer
| src/monitoring/kieker/monitoring/writer/explorviz/ExplorVizExportWriter.java | Fixed ExplorViz Writer |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.