lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | lgpl-2.1 | 2058f50931402617637b8b65d773aa9d5f4a7f80 | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | package org.jetel.ctl;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.MathContext;
import java.math.RoundingMode;
import java.net.URL;
import ... | cloveretl.engine/test/org/jetel/ctl/CompilerTestCase.java | package org.jetel.ctl;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.MathContext;
import java.math.RoundingMode;
import java.net.URL;
import ... | UPDATE: test cases for function str2double() - function returns null for null input, instead of throwing exception
test cases for CLO-1614
git-svn-id: 1b86a985b0847acdee38f4dd95cd5693fef2c0cb@14852 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/test/org/jetel/ctl/CompilerTestCase.java | UPDATE: test cases for function str2double() - function returns null for null input, instead of throwing exception test cases for CLO-1614 | |
Java | apache-2.0 | 47676c3450bc26ffbf218268b91108c8bffee9c1 | 0 | leleuj/cas,fogbeam/cas_mirror,apereo/cas,Jasig/cas,philliprower/cas,fogbeam/cas_mirror,Jasig/cas,apereo/cas,Jasig/cas,rkorn86/cas,leleuj/cas,leleuj/cas,Jasig/cas,rkorn86/cas,pdrados/cas,apereo/cas,philliprower/cas,fogbeam/cas_mirror,apereo/cas,philliprower/cas,philliprower/cas,apereo/cas,leleuj/cas,rkorn86/cas,fogbeam/... | package org.apereo.cas.oidc.services;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.oidc.claims.BaseOidcScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.claims.OidcAddressScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.claims.OidcCustomScopeAttributeReleasePolicy;
import org.apereo.cas... | support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/services/OidcServiceRegistryListener.java | package org.apereo.cas.oidc.services;
import org.apereo.cas.oidc.OidcConstants;
import org.apereo.cas.oidc.claims.BaseOidcScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.claims.OidcAddressScopeAttributeReleasePolicy;
import org.apereo.cas.oidc.claims.OidcCustomScopeAttributeReleasePolicy;
import org.apereo.cas... | refactor management of attribute consent with oidc
| support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/services/OidcServiceRegistryListener.java | refactor management of attribute consent with oidc | |
Java | apache-2.0 | cdcf0dd4e6ec3c6c647171eab2e894651ea8aa79 | 0 | nowellpoint/nowellpoint-aws,nowellpoint/nowellpoint-aws,nowellpoint/nowellpoint-integration-platform-parent,nowellpoint/nowellpoint-integration-platform-parent,nowellpoint/nowellpoint-integration-platform-parent,nowellpoint/nowellpoint-aws,nowellpoint/nowellpoint-aws,nowellpoint/nowellpoint-integration-platform-parent | package com.nowellpoint.client.sforce;
import static org.junit.Assert.assertNotNull;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.text.SimpleDateFormat;
import java.tim... | nowellpoint-aws-sforce/src/test/java/com/nowellpoint/client/sforce/TestAutheticators.java | package com.nowellpoint.client.sforce;
import static org.junit.Assert.assertNotNull;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.text.SimpleDateFormat;
import java.tim... | changing metadata upload to be multipart upload
| nowellpoint-aws-sforce/src/test/java/com/nowellpoint/client/sforce/TestAutheticators.java | changing metadata upload to be multipart upload | |
Java | apache-2.0 | 5cc525d273baeaac7cd0e87a0af6e0251ba9443c | 0 | dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android | package org.commcare.android.nfc;
import android.annotation.TargetApi;
import android.content.Intent;
import android.nfc.FormatException;
import android.nfc.NdefMessage;
import android.nfc.NdefRecord;
import android.nfc.Tag;
import android.nfc.tech.Ndef;
import android.os.Build;
import android.os.Bundle;
import org.c... | app/src/org/commcare/android/nfc/NfcWriteActivity.java | package org.commcare.android.nfc;
import android.annotation.TargetApi;
import android.content.Intent;
import android.nfc.FormatException;
import android.nfc.NdefMessage;
import android.nfc.NdefRecord;
import android.nfc.Tag;
import android.nfc.tech.Ndef;
import android.os.Build;
import android.os.Bundle;
import org.c... | Show original message in the question data
| app/src/org/commcare/android/nfc/NfcWriteActivity.java | Show original message in the question data | |
Java | apache-2.0 | 322ea773187dda105db7555b1d8ca362e77de5d9 | 0 | sourcepit/b2,sourcepit/b2,sourcepit/b2 | /*
* Copyright (C) 2007 Innovations Softwaretechnologie GmbH, Immenstaad, Germany. All rights reserved.
*/
package org.sourcepit.beef.b2.execution;
import javax.inject.Inject;
import org.eclipse.emf.common.util.EList;
import org.sourcepit.beef.b2.model.builder.B2ModelBuildingRequest;
import org.sourcepit... | b2-model-builder/src/test/java/org/sourcepit/beef/b2/execution/ModuleDependenciesTest.java | /*
* Copyright (C) 2007 Innovations Softwaretechnologie GmbH, Immenstaad, Germany. All rights reserved.
*/
package org.sourcepit.beef.b2.execution;
import javax.inject.Inject;
import org.eclipse.emf.common.util.EList;
import org.sourcepit.beef.b2.model.builder.B2ModelBuildingRequest;
import org.sourcepit... | [DRAFT] resolve module dependencies
| b2-model-builder/src/test/java/org/sourcepit/beef/b2/execution/ModuleDependenciesTest.java | [DRAFT] resolve module dependencies | |
Java | apache-2.0 | 95f37265683c666b2c20c1f2a693b978d89f5d82 | 0 | DV8FromTheWorld/JDA,DV8FromTheWorld/JDA | /*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE... | src/main/java/net/dv8tion/jda/api/Permission.java | /*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE... | Add thread permissions
| src/main/java/net/dv8tion/jda/api/Permission.java | Add thread permissions | |
Java | apache-2.0 | d366e83c689f1c88f3fd439e8811df34c850ebc2 | 0 | cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x | package org.springframework.transaction;
import junit.framework.TestCase;
import org.springframework.transaction.support.DefaultTransactionDefinition;
import org.springframework.transaction.support.TransactionCallbackWithoutResult;
import org.springframework.transaction.support.TransactionTemplate;
/**
* @author Ju... | test/org/springframework/transaction/TransactionTestSuite.java | package org.springframework.transaction;
import junit.framework.TestCase;
import org.springframework.transaction.support.DefaultTransactionDefinition;
import org.springframework.transaction.support.TransactionCallbackWithoutResult;
import org.springframework.transaction.support.TransactionTemplate;
/**
* @author Ju... | added additional tests for property exceptions
git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@17 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
| test/org/springframework/transaction/TransactionTestSuite.java | added additional tests for property exceptions | |
Java | apache-2.0 | 250040cff1a661bbf8610fa2a513c742c9cf0213 | 0 | venicegeo/pz-gateway,venicegeo/pz-gateway,venicegeo/pz-gateway | /**
* 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/gateway/controller/util/GatewayUtil.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... | Fix bug with querying for job status, add in slightly longer delay (1 second)
| src/main/java/gateway/controller/util/GatewayUtil.java | Fix bug with querying for job status, add in slightly longer delay (1 second) | |
Java | apache-2.0 | b1e8d401660dde0952f22d990ef69495adf69614 | 0 | SpoonLabs/gumtree-spoon-ast-diff,SpoonLabs/gumtree-spoon-ast-diff | package gumtree.spoon.builder;
import com.github.gumtreediff.tree.ITree;
import com.github.gumtreediff.tree.TreeContext;
import spoon.reflect.code.CtCase;
import spoon.reflect.code.CtStatementList;
import spoon.reflect.declaration.CtElement;
import spoon.reflect.reference.CtReference;
import spoon.reflect.visitor.CtSc... | src/main/java/gumtree/spoon/builder/TreeScanner.java | package gumtree.spoon.builder;
import com.github.gumtreediff.tree.ITree;
import com.github.gumtreediff.tree.TreeContext;
import spoon.reflect.code.CtStatementList;
import spoon.reflect.declaration.CtElement;
import spoon.reflect.reference.CtReference;
import spoon.reflect.visitor.CtScanner;
import java.util.Stack;
p... | handle switch case
| src/main/java/gumtree/spoon/builder/TreeScanner.java | handle switch case | |
Java | apache-2.0 | cdd91d185517c008787d9153b5ab3545229fb46e | 0 | Addepar/buck,shybovycha/buck,daedric/buck,daedric/buck,marcinkwiatkowski/buck,zhan-xiong/buck,rmaz/buck,zhan-xiong/buck,marcinkwiatkowski/buck,brettwooldridge/buck,JoelMarcey/buck,facebook/buck,romanoid/buck,zhan-xiong/buck,davido/buck,marcinkwiatkowski/buck,clonetwin26/buck,marcinkwiatkowski/buck,shs96c/buck,darkfores... | /*
* Copyright 2016-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | src/com/facebook/buck/parser/AbstractParserConfig.java | /*
* Copyright 2016-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | Use constant instead of literal.
Test Plan: CI
Reviewed By: illicitonion
fbshipit-source-id: d93b23e
| src/com/facebook/buck/parser/AbstractParserConfig.java | Use constant instead of literal. | |
Java | apache-2.0 | 474909c2eb648dc7511723b2510ec3ab6d26a827 | 0 | Matthias247/jawampa,Matthias247/jawampa,mbonneau/jawampa,pplatek/jawampa,alex-vas/jawampa,MaTriXy/jawampa,ichrome/jawampa,alex-vas/jawampa,jrogers/jawampa | /*
* Copyright 2014 Matthias Einwag
*
* The jawampa authors license this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | src/main/java/ws/wamp/jawampa/WampClientBuilder.java | /*
* Copyright 2014 Matthias Einwag
*
* The jawampa authors license this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | Use EnumSet also in the WampClientBuilder
| src/main/java/ws/wamp/jawampa/WampClientBuilder.java | Use EnumSet also in the WampClientBuilder | |
Java | bsd-2-clause | 029098dfc1c6b5b9a55dd4805f5dd600491c59c5 | 0 | makkus/getdown,makkus/getdown | //
// $Id$
//
// Getdown - application installer, patcher and launcher
// Copyright (C) 2004-2006 Three Rings Design, Inc.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 ... | src/java/com/threerings/getdown/launcher/Getdown.java | //
// $Id$
//
// Getdown - application installer, patcher and launcher
// Copyright (C) 2004-2006 Three Rings Design, Inc.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 ... | When loading images, have getdown looking for a localized version of the files, but then fall back to the generic ones.
git-svn-id: a68a83646e9f3f8749d8366215f39ba5d386d793@171 a0402a4a-d63b-ad04-3ffe-6d551d543dc1
| src/java/com/threerings/getdown/launcher/Getdown.java | When loading images, have getdown looking for a localized version of the files, but then fall back to the generic ones. | |
Java | bsd-3-clause | efd22b0070f0a1dd6e9f0e28dfb731add0ca4b74 | 0 | BeeeOn/android,BeeeOn/android,BeeeOn/android | package cz.vutbr.fit.iha.activity;
import android.accounts.Account;
import android.accounts.AccountManager;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.res.Configuration;
import... | IHA/src/cz/vutbr/fit/iha/activity/LoginActivity.java | package cz.vutbr.fit.iha.activity;
import android.accounts.Account;
import android.accounts.AccountManager;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import android.content.Intent;
import android.content.res.Configuration;
import... | Resolve problem from google play - WindowManager
Cant close Dialog which isnt on screen , but methode isShowing() say oposite -> so TRY/CATCH for continue of app
| IHA/src/cz/vutbr/fit/iha/activity/LoginActivity.java | Resolve problem from google play - WindowManager | |
Java | mit | b99d9b570e66b3f095e22ff64f890aea1f76fda6 | 0 | Col-E/Recaf,Col-E/Recaf | package me.coley.recaf.ui.component;
import java.lang.reflect.Field;
import java.util.List;
import org.objectweb.asm.Handle;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.*;
import me.coley.event.Bus;
import me.coley.recaf.event.ClassDirtyEvent;
import me.coley.recaf.ui.component.editor.*;
/**
* Ref... | src/me/coley/recaf/ui/component/ReflectiveOpcodeItem.java | package me.coley.recaf.ui.component;
import java.lang.reflect.Field;
import java.util.List;
import org.objectweb.asm.Handle;
import org.objectweb.asm.Type;
import org.objectweb.asm.tree.*;
import me.coley.event.Bus;
import me.coley.recaf.event.ClassDirtyEvent;
import me.coley.recaf.ui.component.editor.*;
/**
* Ref... | Fix regression issue from prior commit that broke label editing for opcodes
| src/me/coley/recaf/ui/component/ReflectiveOpcodeItem.java | Fix regression issue from prior commit that broke label editing for opcodes | |
Java | mit | 2c717d983a392864b54ef31b2fe0947952a4bc84 | 0 | codistmonk/IMJ | package imj.apps.modules;
import static imj.IMJTools.alpha;
import static imj.IMJTools.argb;
import static imj.IMJTools.blue;
import static imj.IMJTools.brightness;
import static imj.IMJTools.channelValue;
import static imj.IMJTools.green;
import static imj.IMJTools.hue;
import static imj.IMJTools.red;
import static i... | IMJ/src/imj/apps/modules/ViewFilter.java | package imj.apps.modules;
import static imj.IMJTools.alpha;
import static imj.IMJTools.argb;
import static imj.IMJTools.blue;
import static imj.IMJTools.brightness;
import static imj.IMJTools.channelValue;
import static imj.IMJTools.green;
import static imj.IMJTools.hue;
import static imj.IMJTools.red;
import static i... | [IMJ]
Refactoring.
| IMJ/src/imj/apps/modules/ViewFilter.java | [IMJ] Refactoring. | |
Java | mit | f03e52e52aadfffcf55503c4b70d2a14814f0be6 | 0 | vishnukarthikl/calabash-android-java | package com.thoughtworks.twist.calabash.android;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import static com.thoughtworks.twist.calabash.android.Utils.runCommand;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
... | tests/com/thoughtworks/twist/calabash/android/TestUtils.java | package com.thoughtworks.twist.calabash.android;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import static com.thoughtworks.twist.calabash.android.Utils.runCommand;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
... | getting adb path from env initializer for isAppinstalled
| tests/com/thoughtworks/twist/calabash/android/TestUtils.java | getting adb path from env initializer for isAppinstalled | |
Java | epl-1.0 | 8a3c935b82c28057edf158a52a7d2074cac27115 | 0 | Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1 | /*******************************************************************************
* Copyright (c) 2004, 2008 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 av... | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java | /*******************************************************************************
* Copyright (c) 2004, 2008 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 av... | CheckIn: Fix bugzilla bug 229524. populateExtendedAggrInfo in AggregationManager may cause NPE
| data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/AggregationManager.java | CheckIn: Fix bugzilla bug 229524. populateExtendedAggrInfo in AggregationManager may cause NPE | |
Java | epl-1.0 | ab1e52c851ca8eaa750e23c1ec4c123dbe66f18b | 0 | gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins | /*******************************************************************************
* Copyright (c) 2007, 2012 QNX Software Systems 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 distributio... | ilg.gnuarmeclipse.debug.gdbjtag.jlink/src/ilg/gnuarmeclipse/debug/gdbjtag/jlink/ui/TabDebugger.java | /*******************************************************************************
* Copyright (c) 2007, 2012 QNX Software Systems 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 distributio... | jlink server -semiport instead of -telnetport
| ilg.gnuarmeclipse.debug.gdbjtag.jlink/src/ilg/gnuarmeclipse/debug/gdbjtag/jlink/ui/TabDebugger.java | jlink server -semiport instead of -telnetport | |
Java | mpl-2.0 | 24a69a008b431a3f847715da57ff3f4a70fae0ad | 0 | richardwilkes/gcs,richardwilkes/gcs,smithkm/gcs | /*
* Copyright (c) 1998-2014 by Richard A. Wilkes. All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* version 2.0. If a copy of the MPL was not distributed with this file, You
* can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incom... | src/com/trollworks/gcs/menu/edit/IncrementCommand.java | /*
* Copyright (c) 1998-2014 by Richard A. Wilkes. All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* version 2.0. If a copy of the MPL was not distributed with this file, You
* can obtain one at http://mozilla.org/MPL/2.0/.
*
* This Source Code Form is "Incom... | Cleanup. | src/com/trollworks/gcs/menu/edit/IncrementCommand.java | Cleanup. | |
Java | agpl-3.0 | be5f474fb56b1b69ac40c10d10c622d594f31687 | 0 | wolffcm/voltdb,kumarrus/voltdb,VoltDB/voltdb,simonzhangsm/voltdb,zuowang/voltdb,creative-quant/voltdb,kumarrus/voltdb,simonzhangsm/voltdb,wolffcm/voltdb,creative-quant/voltdb,paulmartel/voltdb,VoltDB/voltdb,deerwalk/voltdb,kumarrus/voltdb,kumarrus/voltdb,zuowang/voltdb,wolffcm/voltdb,flybird119/voltdb,VoltDB/voltdb,mig... | /* This file is part of VoltDB.
* Copyright (C) 2008-2013 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | src/frontend/org/voltdb/rejoin/StreamSnapshotDataTarget.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2013 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | ENG-5096: Allow specifying a timeout value to StreamSnapshotDataTarget.close().
| src/frontend/org/voltdb/rejoin/StreamSnapshotDataTarget.java | ENG-5096: Allow specifying a timeout value to StreamSnapshotDataTarget.close(). | |
Java | agpl-3.0 | bb2c471c43f05b1f92a41e9d68f4b91bad482ccb | 0 | PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver | package nl.mpi.kinnate.ui.menu;
import java.io.File;
import java.util.HashMap;
import javax.swing.filechooser.FileFilter;
import nl.mpi.arbil.userstorage.SessionStorage;
import nl.mpi.arbil.util.MessageDialogHandler;
import nl.mpi.kinnate.SavePanel;
import nl.mpi.kinnate.export.ExportToR;
import nl.mpi.kinnate.gedcomi... | desktop/src/main/java/nl/mpi/kinnate/ui/menu/FileMenu.java | package nl.mpi.kinnate.ui.menu;
import java.io.File;
import java.util.HashMap;
import javax.swing.filechooser.FileFilter;
import nl.mpi.arbil.userstorage.SessionStorage;
import nl.mpi.arbil.util.MessageDialogHandler;
import nl.mpi.kinnate.SavePanel;
import nl.mpi.kinnate.export.ExportToR;
import nl.mpi.kinnate.svg.Dia... | Provided better info when an import file cannot be found.
Modified the import window to used a dialogue.
Modified the import to place the imported nodes tree into the originating diagram rather than opening a new one.
refs #1677 #1654 #1632
| desktop/src/main/java/nl/mpi/kinnate/ui/menu/FileMenu.java | Provided better info when an import file cannot be found. Modified the import window to used a dialogue. Modified the import to place the imported nodes tree into the originating diagram rather than opening a new one. refs #1677 #1654 #1632 | |
Java | agpl-3.0 | 27c63b866ff88dc8deec992a4c1e6777d7f6be1b | 0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2013-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | opennms-web-api/src/main/java/org/opennms/web/svclayer/support/DefaultRequisitionAccessService.java | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2013-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | refactor a bit to make it easier to see where the NPE is happening
| opennms-web-api/src/main/java/org/opennms/web/svclayer/support/DefaultRequisitionAccessService.java | refactor a bit to make it easier to see where the NPE is happening | |
Java | lgpl-2.1 | 37fce6c577fc45176dc859879a6931c97c92b6ab | 0 | SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer | /* RetinaBackgrondActivityFilter.java
*
* Created on October 21, 2005, 12:33 PM */
package net.sf.jaer.eventprocessing.filter;
import java.util.Arrays;
import java.util.Observable;
import java.util.Observer;
import java.util.Random;
import net.sf.jaer.Description;
import net.sf.jaer.DevelopmentStatus;
import net.sf... | src/net/sf/jaer/eventprocessing/filter/HashHeatNoiseFilter.java | /* RetinaBackgrondActivityFilter.java
*
* Created on October 21, 2005, 12:33 PM */
package net.sf.jaer.eventprocessing.filter;
import java.util.Arrays;
import java.util.Observable;
import java.util.Observer;
import java.util.Random;
import net.sf.jaer.Description;
import net.sf.jaer.DevelopmentStatus;
i... | fix the bug of event count | src/net/sf/jaer/eventprocessing/filter/HashHeatNoiseFilter.java | fix the bug of event count | |
Java | lgpl-2.1 | bfa35846930285a05f07dbffd4bf5b0afd6d0af9 | 0 | rhusar/wildfly,jstourac/wildfly,jstourac/wildfly,rhusar/wildfly,iweiss/wildfly,rhusar/wildfly,iweiss/wildfly,jstourac/wildfly,iweiss/wildfly,pferraro/wildfly,pferraro/wildfly,wildfly/wildfly,wildfly/wildfly,rhusar/wildfly,pferraro/wildfly,wildfly/wildfly,jstourac/wildfly,wildfly/wildfly,iweiss/wildfly,pferraro/wildfly | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, 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... | clustering/ee/spi/src/main/java/org/wildfly/clustering/ee/immutable/CompositeImmutability.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2019, 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... | WFLY-13460 Skip mutability check for array attribute values
| clustering/ee/spi/src/main/java/org/wildfly/clustering/ee/immutable/CompositeImmutability.java | WFLY-13460 Skip mutability check for array attribute values | |
Java | lgpl-2.1 | 9d5345178d933efbfc1f2f9ee596485e5d85e9d6 | 0 | exedio/copernica,exedio/copernica,exedio/copernica | /*
* Copyright (C) 2004-2006 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... | runtime/testsrc/com/exedio/cope/ConnectionPoolTest.java | /*
* Copyright (C) 2004-2006 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 method
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@7237 e7d4fc99-c606-0410-b9bf-843393a9eab7
| runtime/testsrc/com/exedio/cope/ConnectionPoolTest.java | rename method | |
Java | lgpl-2.1 | 30e2252fec08a90186bcbfb7fb027720104c70f4 | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | package org.jetel.test;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import junit.framework.TestCase;
import org.apache.commons.io.IOUtils;
impo... | cloveretl.engine/test/org/jetel/test/CloverTestCase.java | package org.jetel.test;
import junit.framework.TestCase;
import org.jetel.graph.runtime.EngineInitializer;
public abstract class CloverTestCase extends TestCase {
public CloverTestCase() {
super();
}
public CloverTestCase(String name) {
super(name);
}
private static final String PLUGINS_KEY = "cloveretl.... | UPDATE: test for XPathBeanReader downgraded to JUnit 3
git-svn-id: 0c3331f003cd65fce51c5a16c6c1f4b0bff1e9aa@12793 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/test/org/jetel/test/CloverTestCase.java | UPDATE: test for XPathBeanReader downgraded to JUnit 3 | |
Java | apache-2.0 | 6d89f775fdf092a715e0f3d84d908cf57f261ccf | 0 | google/paco,google/paco,google/paco,google/paco,google/paco,google/paco,google/paco | package com.google.sampling.experiential.server.migration;
import java.sql.BatchUpdateException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.ParseException;
import java.util.Date;
import java.util.Ha... | Paco-Server/src/com/google/sampling/experiential/server/migration/CloudSQLMigrationDaoImpl.java | package com.google.sampling.experiential.server.migration;
import java.sql.BatchUpdateException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.ParseException;
import java.util.Date;
import java.util.Ha... | Really set the index prefix for group_name to max 100 chars | Paco-Server/src/com/google/sampling/experiential/server/migration/CloudSQLMigrationDaoImpl.java | Really set the index prefix for group_name to max 100 chars | |
Java | apache-2.0 | 13ed128fdf0cb553feb18e7916f5a6c289409313 | 0 | nelt/codingmatters-value-objects,nelt/codingmatters-value-objects | package org.codingmatters.value.objects.spec;
import java.util.Objects;
/**
* Created by nelt on 9/5/16.
*/
public class PropertyTypeSpec {
static public Builder type() {
return new Builder();
}
static public class Builder {
private String typeRef;
private TypeKind typeKind;
... | cdm-value-objects-spec/src/main/java/org/codingmatters/value/objects/spec/PropertyTypeSpec.java | package org.codingmatters.value.objects.spec;
import java.util.Objects;
/**
* Created by nelt on 9/5/16.
*/
public class PropertyTypeSpec {
static public Builder type() {
return new Builder();
}
static public class Builder {
private String typeRef;
private TypeKind typeKind;
... | added property cardinality
| cdm-value-objects-spec/src/main/java/org/codingmatters/value/objects/spec/PropertyTypeSpec.java | added property cardinality | |
Java | apache-2.0 | 599e17f3044de1ae35d82532334d95446ebe00bb | 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... | core/core/src/main/java/androidx/core/view/ViewCompat.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 dangling <b> tag in javadoc in ViewCompat
Bug: 179740868
Test: Previewed javadoc in Android Studio
Change-Id: I1516fdc93b639178945187072b977e9bfae665b6
| core/core/src/main/java/androidx/core/view/ViewCompat.java | Fix dangling <b> tag in javadoc in ViewCompat | |
Java | apache-2.0 | 40de06eecbe020da4fbc1f8048a195fe4a3f469d | 0 | yeshuwei/Gank | package com.gank.detail;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.BottomSheetDialog;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.design.widget.Snackbar;
import android.support.v4.a... | app/src/main/java/com/gank/detail/DetailFragment.java | package com.gank.detail;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.BottomSheetDialog;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.design.widget.Snackbar;
import android.support.v4.a... | WebView防止内存泄漏
| app/src/main/java/com/gank/detail/DetailFragment.java | WebView防止内存泄漏 | |
Java | apache-2.0 | d92638d87b4e23a29822f2819688cfa2010d51af | 0 | abid-mujtaba/ev3-BumperCar | import lejos.hardware.ev3.LocalEV3;
import lejos.hardware.motor.Motor;
import lejos.hardware.port.Port;
import lejos.hardware.sensor.EV3IRSensor;
import lejos.hardware.sensor.SensorModes;
import lejos.robotics.RegulatedMotor;
import lejos.robotics.SampleProvider;
import lejos.robotics.subsumption.Arbitrator;
import lej... | src/BumperCar.java | import lejos.hardware.ev3.LocalEV3;
import lejos.hardware.motor.Motor;
import lejos.hardware.port.Port;
import lejos.hardware.sensor.EV3IRSensor;
import lejos.hardware.sensor.SensorModes;
import lejos.robotics.RegulatedMotor;
import lejos.robotics.SampleProvider;
import lejos.robotics.subsumption.Arbitrator;
import lej... | Barebones subsumption model implemented. Works.
| src/BumperCar.java | Barebones subsumption model implemented. Works. | |
Java | apache-2.0 | bbbf16c59a71b91398a6ab6cfd03f823f38a9db6 | 0 | jackygurui/redisson,redisson/redisson,zhoffice/redisson,mrniko/redisson,ContaAzul/redisson | /**
* Copyright 2014 Nikita Koksharov, Nickolay Borbit
*
* 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/org/redisson/core/RedissonMultiLock.java | /**
* Copyright 2014 Nikita Koksharov, Nickolay Borbit
*
* 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... | fixed compilation issue: variables referred by anonymous inner class has to be marked as final.
| src/main/java/org/redisson/core/RedissonMultiLock.java | fixed compilation issue: variables referred by anonymous inner class has to be marked as final. | |
Java | apache-2.0 | 33fdece05d252d296b17f2f155ab01ff8cec24ff | 0 | AlienQueen/wicket,bitstorm/wicket,astrapi69/wicket,klopfdreh/wicket,astrapi69/wicket,zwsong/wicket,klopfdreh/wicket,klopfdreh/wicket,selckin/wicket,bitstorm/wicket,astrapi69/wicket,apache/wicket,Servoy/wicket,dashorst/wicket,AlienQueen/wicket,topicusonderwijs/wicket,AlienQueen/wicket,bitstorm/wicket,freiheit-com/wicket... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | wicket/src/main/java/org/apache/wicket/Page.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | WICKET-2037
git-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@739810 13f79535-47bb-0310-9956-ffa450edef68
| wicket/src/main/java/org/apache/wicket/Page.java | WICKET-2037 | |
Java | apache-2.0 | aa2fcbaa373fa1c368d156aa8546eb1586117d41 | 0 | h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3 | package water.server;
import water.H2O;
import water.init.AbstractEmbeddedH2OConfig;
import water.webserver.iface.RequestAuthExtension;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
/**
* Only ... | h2o-core/src/main/java/water/server/LeaderNodeRequestFilter.java | package water.server;
import water.H2O;
import water.webserver.iface.RequestAuthExtension;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
/**
* Only the H2O leader node should be queried by the ... | fix NPE
| h2o-core/src/main/java/water/server/LeaderNodeRequestFilter.java | fix NPE | |
Java | apache-2.0 | 1b9c8ac7b22d0f4915d577f60bb5736b8177c22f | 0 | kkkane/ONOS,planoAccess/clonedONOS,oplinkoms/onos,mengmoya/onos,maheshraju-Huawei/actn,opennetworkinglab/onos,sdnwiselab/onos,Shashikanth-Huawei/bmp,kuujo/onos,zsh2938/onos,LorenzReinhart/ONOSnew,oplinkoms/onos,chinghanyu/onos,sonu283304/onos,opennetworkinglab/onos,sonu283304/onos,mengmoya/onos,LorenzReinhart/ONOSnew,o... | /*
* Copyright 2015 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DefaultDistributedQueue.java | /*
* Copyright 2015 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | Workaround for Eclipse
- Current Eclipse compiler fails to infer appropriate
generic type.
Workaround the issue by explicitly specifying the type.
Might be related to:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467561
Change-Id: I7f41fd1a33f165fa8a57120a6f9a42cf587f94cc
| core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DefaultDistributedQueue.java | Workaround for Eclipse | |
Java | apache-2.0 | 2fb3d8d26fb92555a6a45f9c23d3f947de6a3608 | 0 | simonsoft/cms-item | /**
* Copyright (C) 2009-2016 Simonsoft Nordic AB
*
* 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/se/simonsoft/cms/item/command/ExternalCommand.java | /**
* Copyright (C) 2009-2017 Simonsoft Nordic AB
*
* 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... | Void is not a instance of null. added check that returns null if args is null and Void.class.
| src/main/java/se/simonsoft/cms/item/command/ExternalCommand.java | Void is not a instance of null. added check that returns null if args is null and Void.class. | |
Java | apache-2.0 | 662005a8c2d9ea979dc4d973fefb7d9f5ae05357 | 0 | miviclin/droidengine2d | package com.miviclin.droidengine2d.util;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.pm.ConfigurationInfo;
import android.content.res.Configuration;
import android.os.Build;
import android.view.Display;
import android.view.Surface;
import com... | src/com/miviclin/droidengine2d/util/ActivityUtilities.java | package com.miviclin.droidengine2d.util;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.pm.ActivityInfo;
import android.content.pm.ConfigurationInfo;
import android.media.AudioManager;
import android.os.Build;
import android.view.Window;
import a... | Add ActivityUtilities.getDefaultOrientationOfDevice(...)
Also remove some unnecessary methods.
| src/com/miviclin/droidengine2d/util/ActivityUtilities.java | Add ActivityUtilities.getDefaultOrientationOfDevice(...) | |
Java | apache-2.0 | 7c8d4fa57fde795137da51703c9ad097f91154e2 | 0 | dasein-cloud/dasein-cloud-joyent,maksimov/dasein-cloud-joyent,greese/dasein-cloud-joyent,daniellemayne/dasein-cloud-joyent,daniellemayne/dasein-cloud-joyent_old | /**
* Copyright (C) 2009-2013 Dell, Inc
* See annotations for authorship information
*
* ====================================================================
* 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 cop... | src/main/java/org/dasein/cloud/joyent/compute/Dataset.java | /**
* Copyright (C) 2009-2013 Dell, Inc
* See annotations for authorship information
*
* ====================================================================
* 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 cop... | Fixed a isImageSharedWithPublic method
| src/main/java/org/dasein/cloud/joyent/compute/Dataset.java | Fixed a isImageSharedWithPublic method | |
Java | apache-2.0 | b7ad182a529e72c31cb3e18a32b55cce24209e12 | 0 | fengjx/ttwx,fengjx/ttwx,fengjx/ttwx,fengjx/ttwx |
package com.fengjx.ttwx.common.utils;
import com.fengjx.ttwx.modules.common.constants.AppConfig;
import com.google.common.base.Joiner;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttribut... | src/main/java/com/fengjx/ttwx/common/utils/WebUtil.java |
package com.fengjx.ttwx.common.utils;
import com.fengjx.ttwx.modules.common.constants.AppConfig;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import javax.servlet.http.HttpSer... | 新增getUriWidthParam方法
| src/main/java/com/fengjx/ttwx/common/utils/WebUtil.java | 新增getUriWidthParam方法 | |
Java | apache-2.0 | e9216824cc59c7362653272731a5831341432376 | 0 | tiffchou/odo,groupon/odo,groupon/odo,tiffchou/odo | /*
Copyright 2014 Groupon, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software... | client/src/main/java/com/groupon/odo/client/Client.java | /*
Copyright 2014 Groupon, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software... | Allow use of a client already existing in Odo
| client/src/main/java/com/groupon/odo/client/Client.java | Allow use of a client already existing in Odo | |
Java | apache-2.0 | 23b18d8636812cbe06cc1264a3bdf4e8d0d2a1cf | 0 | softwaremill/reactive-kafka | /*
* Copyright (C) 2014 - 2016 Softwaremill <http://softwaremill.com>
* Copyright (C) 2016 - 2018 Lightbend Inc. <http://www.lightbend.com>
*/
package docs.javadsl;
// #metadata
import akka.actor.ActorRef;
import akka.kafka.ConsumerSettings;
import akka.kafka.KafkaConsumerActor;
import akka.kafka.KafkaPorts;
impor... | tests/src/test/java/docs/javadsl/FetchMetadataTest.java | /*
* Copyright (C) 2014 - 2016 Softwaremill <http://softwaremill.com>
* Copyright (C) 2016 - 2018 Lightbend Inc. <http://www.lightbend.com>
*/
package docs.javadsl;
// #metadata
import akka.actor.ActorRef;
import akka.kafka.ConsumerSettings;
import akka.kafka.KafkaConsumerActor;
import akka.kafka.KafkaPorts;
impor... | Fix FetchMetadataTest
| tests/src/test/java/docs/javadsl/FetchMetadataTest.java | Fix FetchMetadataTest | |
Java | apache-2.0 | 4619f5eb9db7d5826972b0921e5ba843d36ef0f6 | 0 | jpechane/debezium,jpechane/debezium,debezium/debezium,debezium/debezium,debezium/debezium,jpechane/debezium,jpechane/debezium,debezium/debezium | /*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.postgresql;
import java.sql.SQLException;
import java.util.Collections;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
i... | debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/PostgresTaskContext.java | /*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.postgresql;
import java.sql.SQLException;
import java.util.Collections;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
i... | DBZ-1666 Wording fix
| debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/PostgresTaskContext.java | DBZ-1666 Wording fix | |
Java | bsd-3-clause | e849fe914e6b4e93dfd65a6e67e1e210945314f8 | 0 | sebastiangraf/treetank,sebastiangraf/treetank,sebastiangraf/treetank | /*
* TreeTank - Embedded Native XML Database
*
* Copyright 2007 Marc Kramis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | src/org/treetank/pagelayer/PageReference.java | /*
* TreeTank - Embedded Native XML Database
*
* Copyright 2007 Marc Kramis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any... | Made page reference serialization variable-length.
git-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@3124 e3ddb328-5bfe-0310-b762-aafcbcbd2528
| src/org/treetank/pagelayer/PageReference.java | Made page reference serialization variable-length. | |
Java | bsd-3-clause | ded132adadd51b6220bcd2400c5fcc7a99df5df5 | 0 | abryant/Plinth,abryant/Plinth,abryant/Plinth,abryant/Plinth | package eu.bryants.anthony.plinth.compiler;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import nativelib.llvm.LLVM;
import nat... | src/eu/bryants/anthony/plinth/compiler/Compiler.java | package eu.bryants.anthony.plinth.compiler;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import nativelib.llvm.LLVM;
import nat... | Fix a memory leak in module handling
| src/eu/bryants/anthony/plinth/compiler/Compiler.java | Fix a memory leak in module handling | |
Java | mit | cc312f8298a9600bbb8d6025e337c17f94841044 | 0 | AmelieC/ProjetJava | package projet;
/**
* @author kevin
*
*/
public class Main {
static int nbColonnes;
static int nbLignes;
static String[] alphabet={"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"};
/**
* @param args
*/
public static void main(String[] args) {
nbC... | Main.java | package projet;
/**
* @author kevin
*
*/
public class Main {
static int nbColonnes;
static int nbLignes;
static String[] alphabet={"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"};
/**
* @param args
*/
public static void main(String[] args) {
nbC... | Correction index alphabétique | Main.java | Correction index alphabétique | |
Java | mit | a12f7127582e50b7e89e66ec00d9121feeec2afa | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
import java.util.Arrays;
import java.util.List;
import java.util.Stack;
/**
* https://leetcode.com/problems/exclusive-time-of-functions/
*/
public class Problem636 {
public int[] exclusiveTime(int n, List<String> logs) {
int[] result = new int[n];
Stack<FunctionTime> stack = ne... | src/main/java/leetcode/Problem636.java | package leetcode;
import java.util.Arrays;
import java.util.List;
import java.util.Stack;
/**
* https://leetcode.com/problems/exclusive-time-of-functions/
*/
public class Problem636 {
public int[] exclusiveTime(int n, List<String> logs) {
int[] result = new int[n];
Stack<FunctionTime> stack = ne... | Update problem 636
| src/main/java/leetcode/Problem636.java | Update problem 636 | |
Java | mit | 4024f0dfe8476db967d0ed5429175f29a9223a90 | 0 | sdl/Testy,sdl/Testy,sdl/Testy,sdl/Testy | package com.sdl.selenium.extjs6.grid;
import com.sdl.selenium.WebLocatorUtils;
import com.sdl.selenium.extjs6.form.CheckBox;
import com.sdl.selenium.web.SearchType;
import com.sdl.selenium.web.WebLocator;
import com.sdl.selenium.web.table.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Row ex... | src/main/java/com/sdl/selenium/extjs6/grid/Row.java | package com.sdl.selenium.extjs6.grid;
import com.sdl.selenium.WebLocatorUtils;
import com.sdl.selenium.extjs6.form.CheckBox;
import com.sdl.selenium.web.SearchType;
import com.sdl.selenium.web.WebLocator;
import com.sdl.selenium.web.table.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class Row ex... | improvement select() method in Row
| src/main/java/com/sdl/selenium/extjs6/grid/Row.java | improvement select() method in Row | |
Java | mit | 906aaf7ca355a5c7ddf6cabefbe513afed06022e | 0 | DanielWeber/jenkins,Ykus/jenkins,tastatur/jenkins,rlugojr/jenkins,rlugojr/jenkins,stephenc/jenkins,jpbriend/jenkins,ChrisA89/jenkins,tastatur/jenkins,jenkinsci/jenkins,vjuranek/jenkins,jhoblitt/jenkins,evernat/jenkins,varmenise/jenkins,rsandell/jenkins,christ66/jenkins,ErikVerheul/jenkins,tastatur/jenkins,daniel-beck/j... | package hudson.tools;
import hudson.FilePath;
import hudson.model.DownloadService.Downloadable;
import hudson.model.Node;
import hudson.model.TaskListener;
import hudson.slaves.NodeSpecific;
import net.sf.json.JSONObject;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.u... | core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java | package hudson.tools;
import hudson.FilePath;
import hudson.model.DownloadService.Downloadable;
import hudson.model.Node;
import hudson.model.TaskListener;
import hudson.slaves.NodeSpecific;
import net.sf.json.JSONObject;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import java.u... | @since | core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java | @since | |
Java | mit | 73172dfe9cc5d8631e0b9ea6616f6855105239bc | 0 | roechi/htwplus_restAPI,roechi/htwplus_restAPI,roechi/htwplus_restAPI | package controllers;
import com.google.common.collect.Lists;
import models.Client;
import models.UserGrant;
import models.Token;
import models.enums.CustomContentType;
import net.hamnaberg.json.Collection;
import play.data.DynamicForm;
import play.data.Form;
import play.mvc.Security;
import play.mvc.Result;
import uti... | app/controllers/APIOAuthController.java | package controllers;
import com.google.common.collect.Lists;
import models.Client;
import models.UserGrant;
import models.Token;
import models.enums.CustomContentType;
import net.hamnaberg.json.Collection;
import play.data.DynamicForm;
import play.data.Form;
import play.mvc.Security;
import play.mvc.Result;
import uti... | Fixed wrong json parsing in response.
| app/controllers/APIOAuthController.java | Fixed wrong json parsing in response. | |
Java | mit | d513282d6325249ce2bb47a84c40b0d2af5ec2f6 | 0 | cburschka/PhysLayout | package testing;
import java.util.ArrayList;
import java.util.List;
import javafx.geometry.Pos;
import javafx.scene.Node;
import javafx.scene.control.Button;
import javafx.scene.layout.VBox;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
import javafx.scene.shape.Line;
import layout.panes.PhysicalV... | src/main/java/testing/VBoxExample.java | package testing;
import java.util.ArrayList;
import java.util.List;
import javafx.scene.Node;
import javafx.scene.control.Button;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
import javafx.scene.shape.Line;
import layout.panes.PhysicalVBox;
/**
* An abstract template for example applications. T... | Fix VBoxExample positioning.
Align the VBox contents centrally, and set
the VBox origin to be the center of the window.
| src/main/java/testing/VBoxExample.java | Fix VBoxExample positioning. | |
Java | mit | 1282052f9863d8c6c1de46a1f98bdfa85a411992 | 0 | cohadar/java-snippets,cohadar/java-snippets,cohadar/java-snippets | import java.util.*;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* @author Mighty Cohadar
*/
public class BitTest {
@Test
public void testMaxInt() {
assertEquals(Integer.MAX_VALUE, -1 ^ (1 << 31));
assertEquals(Integer.MAX_VALUE, -1 >>> 1);
assertEquals(Integer.MAX_VALUE, 0x7FFFFFFF);
}
... | BitTest.java | import java.util.*;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* @author Mighty Cohadar
*/
public class BitTest {
@Test
public void testMaxInt() {
assertEquals(Integer.MAX_VALUE, -1 ^ (1 << 31));
assertEquals(Integer.MAX_VALUE, -1 >>> 1);
assertEquals(Integer.MAX_VALUE, 0x7FFFFFFF);
}
... | leading zeros
| BitTest.java | leading zeros | |
Java | agpl-3.0 | 547a0163a7a1c2798313dc8265d000b84cade9d9 | 0 | cfpio/callForPapers,cfpio/callForPapers,cfpio/callForPapers | /*
* Copyright (c) 2016 BreizhCamp
* [http://breizhcamp.org]
*
* This file is part of CFP.io.
*
* CFP.io is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (a... | src/main/java/io/cfp/service/TalkAdminService.java | /*
* Copyright (c) 2016 BreizhCamp
* [http://breizhcamp.org]
*
* This file is part of CFP.io.
*
* CFP.io is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (a... | on est pas aux US | src/main/java/io/cfp/service/TalkAdminService.java | on est pas aux US | |
Java | agpl-3.0 | 3aecf4839601a5c798f2832d6bf488e4c551b46e | 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 | 527f5422-2e61-11e5-9284-b827eb9e62be | hello.java | 5279e9ce-2e61-11e5-9284-b827eb9e62be | 527f5422-2e61-11e5-9284-b827eb9e62be | hello.java | 527f5422-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | 6fd495eccdd343836fa18ced3214be1c9181e5fd | 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 | 72cc4000-2e61-11e5-9284-b827eb9e62be | hello.java | 72c6d87c-2e61-11e5-9284-b827eb9e62be | 72cc4000-2e61-11e5-9284-b827eb9e62be | hello.java | 72cc4000-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | 2a57b830ad9c5ed9bf4d01ac48bf985d563624c0 | 0 | KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver | package nl.mpi.kinnate.ui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import... | src/main/java/nl/mpi/kinnate/ui/KinTypeEgoSelectionTestPanel.java | package nl.mpi.kinnate.ui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import... | Stored all entity data in the svg file and reused this data to speed up the loading process.
| src/main/java/nl/mpi/kinnate/ui/KinTypeEgoSelectionTestPanel.java | Stored all entity data in the svg file and reused this data to speed up the loading process. | |
Java | lgpl-2.1 | 4f68d59897dcc669602f8a5b49ef11e3a8cdf822 | 0 | UWCS/choob,UWCS/choob,UWCS/choob,UWCS/choob,UWCS/choob,UWCS/choob | /** @author Faux */
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.u... | contrib/alpha/See.java | /** @author Faux */
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.u... | What's that, command help?!
| contrib/alpha/See.java | What's that, command help?! | |
Java | lgpl-2.1 | e1086d74f5d0fc6c151f08a1f48c7ea2dbe503bc | 0 | celements/celements-core,celements/celements-core | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | src/main/java/com/celements/pagetype/cmd/GetPageTypesCommand.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | add performance messuring in GetPageTypesCommand getXObjectPageTypes | src/main/java/com/celements/pagetype/cmd/GetPageTypesCommand.java | add performance messuring in GetPageTypesCommand getXObjectPageTypes | |
Java | lgpl-2.1 | 7c7db998ac2ea99d9a93967dea5c9f1e7c9d6364 | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id: BackFrameManager.java,v 1.4 2003/05/02 18:03:17 mdb Exp $
package com.threerings.media;
import java.awt.Graphics2D;
import java.awt.GraphicsConfiguration;
import java.awt.Rectangle;
import java.awt.image.VolatileImage;
import javax.swing.JFrame;
import com.samskivert.util.StringUtil;
import com.threering... | src/java/com/threerings/media/BackFrameManager.java | //
// $Id: BackFrameManager.java,v 1.3 2003/05/01 22:06:52 mdb Exp $
package com.threerings.media;
import java.awt.Graphics2D;
import java.awt.GraphicsConfiguration;
import java.awt.Rectangle;
import java.awt.image.VolatileImage;
import javax.swing.JFrame;
import com.samskivert.util.StringUtil;
import com.threering... | With this fix, and the new JVM, I think full screen actually works now.
It's a miracle!
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@2523 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/media/BackFrameManager.java | With this fix, and the new JVM, I think full screen actually works now. It's a miracle! | |
Java | apache-2.0 | bf3805e2d65794516d6775f9627fba1d8917a392 | 0 | wendal/nutz-book-project,sunhai1988/nutz-book-project,sunhai1988/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project,wendal/nutz-book-project | package net.wendal.nutzbook.module.robot;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import net.wendal.nutzbook.bean.yvr.Topic;
import net.wendal.nutzbook.module.BaseModule;
import net.wendal.nutzbook.service.yvr.LuceneSearchResult;
impor... | src/main/java/net/wendal/nutzbook/module/robot/RobotModule.java | package net.wendal.nutzbook.module.robot;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import net.wendal.nutzbook.bean.yvr.Topic;
import net.wendal.nutzbook.module.BaseModule;
import net.wendal.nutzbook.service.yvr.LuceneSearchResult;
impor... | change: 对"#签到"直接忽略.
| src/main/java/net/wendal/nutzbook/module/robot/RobotModule.java | change: 对"#签到"直接忽略. | |
Java | apache-2.0 | 2acbb7603674a6660989626319d2ca7ddb7c1bf1 | 0 | CenterForOpenScience/cas-overlay,CenterForOpenScience/cas-overlay | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | cas-server-support-osf/src/main/java/io/cos/cas/adaptors/postgres/models/OpenScienceFrameworkApiOauth2Application.java | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | Update model for `osf_apioauth2application`.
| cas-server-support-osf/src/main/java/io/cos/cas/adaptors/postgres/models/OpenScienceFrameworkApiOauth2Application.java | Update model for `osf_apioauth2application`. | |
Java | apache-2.0 | d7535487858a00b9d31a92eb9117d08d33a50342 | 0 | hs-web/hsweb-framework,hs-web/hsweb-framework,hs-web/hsweb-framework | /*
*
* * Copyright 2016 http://www.hswebframework.org
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* *... | hsweb-commons/hsweb-commons-entity/src/main/java/org/hswebframework/web/commons/entity/factory/MapperEntityFactory.java | /*
*
* * Copyright 2016 http://www.hswebframework.org
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* *... | 优化异常处理
| hsweb-commons/hsweb-commons-entity/src/main/java/org/hswebframework/web/commons/entity/factory/MapperEntityFactory.java | 优化异常处理 | |
Java | apache-2.0 | 62d77ec97ea3335abd065138e6da76a3223f36d3 | 0 | djechelon/spring-security,jgrandja/spring-security,djechelon/spring-security,jgrandja/spring-security,rwinch/spring-security,jgrandja/spring-security,jgrandja/spring-security,rwinch/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,djechelon/spring-security,spring-projects/sp... | /*
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | config/src/main/java/org/springframework/security/config/annotation/method/configuration/MethodSecurityConfiguration.java | /*
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Add GrantedAuthorityDefaults to Expression Handler
Issue gh-9289
| config/src/main/java/org/springframework/security/config/annotation/method/configuration/MethodSecurityConfiguration.java | Add GrantedAuthorityDefaults to Expression Handler | |
Java | apache-2.0 | 8734512577815903c0246e2aa9de71943743b9e7 | 0 | UweTrottmann/SeriesGuide,epiphany27/SeriesGuide,UweTrottmann/SeriesGuide | /*
* Copyright 2014 Uwe Trottmann
*
* 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 ... | SeriesGuide/src/main/java/com/battlelancer/seriesguide/util/TraktTools.java | /*
* Copyright 2014 Uwe Trottmann
*
* 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 ... | Do not upload episode to trakt if not watched/collected.
| SeriesGuide/src/main/java/com/battlelancer/seriesguide/util/TraktTools.java | Do not upload episode to trakt if not watched/collected. | |
Java | apache-2.0 | 009e891454e4f9c78b0647d7eba6cc6efeed2cae | 0 | alex-charos/ttlfc | package com.spectral.ttlfc.service.impl;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import org.springframework.stereotype.Component;
import com.spectral.ttlfc.model.Player;
import com.spectral.ttlfc.service.CardGame;
import com.spectral.ttlfc.service.Lobby;
@Componen... | src/main/java/com/spectral/ttlfc/service/impl/LobbyImpl.java | package com.spectral.ttlfc.service.impl;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
import org.springframework.stereotype.Component;
import com.spectral.ttlfc.model.Player;
import com.spectral.ttlfc.service.CardGame;
import com.spectral.ttlfc.service.Lobby;
@Componen... | formatting
| src/main/java/com/spectral/ttlfc/service/impl/LobbyImpl.java | formatting | |
Java | apache-2.0 | 2e231bc8b7404dd999198af9f344035753e7980c | 0 | tinhtooaung/balloonatic | package game;
import com.aem.sticky.button.Button;
import com.aem.sticky.button.SimpleButton;
import com.aem.sticky.button.events.ClickListener;
import graphic.Background;
import graphic.TextGraphic;
import handlers.SceneHandler;
import org.newdawn.slick.*;
import org.newdawn.slick.geom.Rectangle;
import org.newdawn.s... | src/game/SettingsState.java | package game;
import com.aem.sticky.button.Button;
import com.aem.sticky.button.SimpleButton;
import com.aem.sticky.button.events.ClickListener;
import graphic.Background;
import graphic.TextGraphic;
import handlers.SceneHandler;
import org.newdawn.slick.*;
import org.newdawn.slick.geom.Rectangle;
import org.newdawn.s... | Added back button to setting state
| src/game/SettingsState.java | Added back button to setting state | |
Java | apache-2.0 | 4bbf8e44d90fec0caa0ac05c82483c4f72588451 | 0 | reTHINK-project/dev-registry-domain,reTHINK-project/dev-registry-domain,reTHINK-project/dev-registry-domain | /**
* Copyright 2015-2016 INESC-ID
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | server/src/main/java/domainregistry/storage/CassandraClient.java | /**
* Copyright 2015-2016 INESC-ID
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Notifications Cassandra DB fix
| server/src/main/java/domainregistry/storage/CassandraClient.java | Notifications Cassandra DB fix | |
Java | apache-2.0 | 27adf2c9eaba9fe5b86a261e03d2836bd9f3af53 | 0 | mathemage/h2o-3,michalkurka/h2o-3,h2oai/h2o-3,mathemage/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,spennihana/h2o-3,h2oai/h2o-3,mathemage/h2o-3,h2oai/h2o-dev,h2oai/h2o-dev,spennihana/h2o-3,mathemage/h2o-3,mathemage/h2o-3,mathemage/h2o-3,michalkurka/h2o-3,spennihana/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,h2oai/h2o-3,michalkur... | package water.rapids;
import org.junit.BeforeClass;
import org.junit.Test;
import water.*;
import water.fvec.*;
import water.nbhm.NonBlockingHashMapLong;
import water.rapids.vals.ValFrame;
import water.util.ArrayUtils;
import java.io.IOException;
import java.util.Random;
import static org.junit.Assert.assertTrue;
p... | h2o-core/src/test/java/water/rapids/SortTest.java | package water.rapids;
import org.junit.BeforeClass;
import org.junit.Test;
import water.*;
import water.fvec.*;
import water.nbhm.NonBlockingHashMapLong;
import water.rapids.vals.ValFrame;
import water.util.ArrayUtils;
import java.io.IOException;
import java.util.Random;
import static org.junit.Assert.assertTrue;
p... | Remove tests that causes parser error. (#1482)
| h2o-core/src/test/java/water/rapids/SortTest.java | Remove tests that causes parser error. (#1482) | |
Java | apache-2.0 | 8891d091db95f2b2a92463d7291b9765d9c2d94f | 0 | czycharles/ConcentrationPalace | package com.example.charles.concentrationpalace;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.media.MediaPlayer;
import android.os.Build;
import android.os.Bundle;
import android.os.CountDownTimer;
import ... | app/src/main/java/com/example/charles/concentrationpalace/WaitingActivity.java | package com.example.charles.concentrationpalace;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.media.MediaPlayer;
import android.os.Build;
import android.os.Bundle;
import android.os.CountDownTimer;
import ... | Fix waiting bug
Fix waiting bug
| app/src/main/java/com/example/charles/concentrationpalace/WaitingActivity.java | Fix waiting bug | |
Java | apache-2.0 | be9ddf6aacbf3b5ac345ce4e91db907e19750e54 | 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... | solr/core/src/test/org/apache/solr/TestDistributedSearch.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | SOLR-3134 / SOLR-3335: fix copy/paste mistake in queryPartialResults ... we can't query arbitrary 'clients' because some of the jetty instances are shut down ... should be querying the upClients
git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1311477 13f79535-47bb-0310-9956-ffa450edef68
| solr/core/src/test/org/apache/solr/TestDistributedSearch.java | SOLR-3134 / SOLR-3335: fix copy/paste mistake in queryPartialResults ... we can't query arbitrary 'clients' because some of the jetty instances are shut down ... should be querying the upClients | |
Java | apache-2.0 | 88bfb2ec5894d627c215c083031768156a0b467b | 0 | opensciencegrid/oim,opensciencegrid/oim,opensciencegrid/oim,opensciencegrid/oim,opensciencegrid/oim | package edu.iu.grid.oim.model.db;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.security.cert.Certificate;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import java.sql.Connection;
import java.sql.PreparedStatement;
import ... | src/edu/iu/grid/oim/model/db/CertificateRequestHostModel.java | package edu.iu.grid.oim.model.db;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.security.cert.Certificate;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import java.sql.Connection;
import java.sql.PreparedStatement;
import ... | adding more logging | src/edu/iu/grid/oim/model/db/CertificateRequestHostModel.java | adding more logging | |
Java | apache-2.0 | c11667b716ebef85c2153cd3f3113f30d91d4b22 | 0 | apache/airavata,gouravshenoy/airavata,apache/airavata,machristie/airavata,machristie/airavata,gouravshenoy/airavata,apache/airavata,machristie/airavata,anujbhan/airavata,anujbhan/airavata,apache/airavata,apache/airavata,gouravshenoy/airavata,gouravshenoy/airavata,anujbhan/airavata,gouravshenoy/airavata,machristie/airav... | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | Create new session if previous connection is closed
| modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java | Create new session if previous connection is closed | |
Java | apache-2.0 | 90705be0e7890c4537e4f0996f7e59402bc2b116 | 0 | oriontribunal/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,sfunk1x/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,bozimmerm... | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMClass.CMObjectType;
import com.planet_ink.coffee_mud.core.CMSecurity.SecGroup;
impor... | com/planet_ink/coffee_mud/Libraries/CMGenEditor.java | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMClass.CMObjectType;
import com.planet_ink.coffee_mud.core.CMSecurity.SecGroup;
impor... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@12575 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Libraries/CMGenEditor.java | ||
Java | apache-2.0 | 727f4c3bb5d9a66d21d307da0985f66426adb0d7 | 0 | i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie | /* I2PTunnel is GPL'ed (with the exception mentioned in I2PTunnel.java)
* (c) 2003 - 2004 mihi
*/
package net.i2p.i2ptunnel;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.Socket;
import java.net.SocketException;
import java.u... | apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | /* I2PTunnel is GPL'ed (with the exception mentioned in I2PTunnel.java)
* (c) 2003 - 2004 mihi
*/
package net.i2p.i2ptunnel;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.Socket;
import java.net.SocketException;
import java.u... | Another rfc2068 fix.
ERR_REQUEST_DENIED now returns a 403 status code. Note that I'm assuming
this error occurs because the proxy is configured to not allow connection
to non-i2p destinations. If it's issued for other reasons we might want
to consider using 503 instead.
| apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | Another rfc2068 fix. | |
Java | apache-2.0 | 83a8ad686d651d7cc33ec60ca6c9a1540d6638ff | 0 | simondi88/schoolbus,WadeBarnes/schoolbus,GeorgeWalker/schoolbus,bcgov/schoolbus,bcgov/schoolbus,bcgov/schoolbus,simondi88/schoolbus,bcgov/schoolbus,GeorgeWalker/schoolbus,WadeBarnes/schoolbus,WadeBarnes/schoolbus,GeorgeWalker/schoolbus,WadeBarnes/schoolbus,WadeBarnes/schoolbus,simondi88/schoolbus,GeorgeWalker/schoolbus... | package com.schoolbus.client.api.impl;
import com.schoolbus.client.api.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
... | API-Proxy/src/main/java/com/schoolbus/client/api/impl/RegionsApiServiceImpl.java | package com.schoolbus.client.api.impl;
import com.schoolbus.client.api.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
... | SB-53 - testing simple proxy
| API-Proxy/src/main/java/com/schoolbus/client/api/impl/RegionsApiServiceImpl.java | SB-53 - testing simple proxy | |
Java | bsd-2-clause | 18d706868253edfa58fad4d035160888a5a9176f | 0 | smcpeak/earthshape | // StarData.java
// See copyright.txt for license and terms of use.
package earthshape;
/** Contains an observation of one star from one location on
* Earth at a particular point in time. For now, the point in
* time is not stored as data, as it is assumed that all
* observations are from the same point in tim... | src/earthshape/StarData.java | // StarData.java
// See copyright.txt for license and terms of use.
package earthshape;
/** Contains an observation of one star from one location on
* Earth at a particular point in time. For now, the point in
* time is not stored as data, as it is assumed that all
* observations are from the same point in tim... | Add data for 38N, 86W.
| src/earthshape/StarData.java | Add data for 38N, 86W. | |
Java | bsd-3-clause | 2f85c37db8ec6b93e79979fd579fec9ad9dc0965 | 0 | motech/MOTECH-WS-API | package org.motechproject.ws.server;
import java.util.Date;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import org.motechproject.ws.BirthOutcome;
import org.motechproject.ws.Care;
import org.motechproject.ws.ContactNumberType;
import org.motechproject.ws.DayOfWeek;
... | src/main/java/org/motechproject/ws/server/RegistrarService.java | package org.motechproject.ws.server;
import java.util.Date;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import org.motechproject.ws.BirthOutcome;
import org.motechproject.ws.Care;
import org.motechproject.ws.ContactNumberType;
import org.motechproject.ws.DayOfWeek;
... | Refs #890-Changing the API of editPatients to make the name of patients editable
| src/main/java/org/motechproject/ws/server/RegistrarService.java | Refs #890-Changing the API of editPatients to make the name of patients editable | |
Java | bsd-3-clause | 31eead5ece897bd905d2e8d976ac1d135fd78c85 | 0 | kkorolyov/SQLOb | package dev.kkorolyov.sqlob.construct;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Befor... | test/dev/kkorolyov/sqlob/construct/ResultsTest.java | package dev.kkorolyov.sqlob.construct;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Befor... | Use properties file instead of hardcoded connection constants
| test/dev/kkorolyov/sqlob/construct/ResultsTest.java | Use properties file instead of hardcoded connection constants | |
Java | isc | b168cb12ddaa355e7222f39b7ad6614ecf1325ca | 0 | j256/simplejmx,j256/simplejmx | package com.j256.simplejmx.client;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import javax.management.Attribute;
import javax.manag... | src/main/java/com/j256/simplejmx/client/JmxClient.java | package com.j256.simplejmx.client;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.net.MalformedURLException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import javax.management.Attribute;
import javax.management.AttributeList;
import j... | Added address constructor. | src/main/java/com/j256/simplejmx/client/JmxClient.java | Added address constructor. | |
Java | mit | 4ab76dc15b748f880ad2b6ebae6706fd64637cab | 0 | aduvoisin13/SimCity201 | package base;
import housing.interfaces.HousingBase;
import housing.roles.HousingBaseRole;
import housing.roles.HousingLandlordRole;
import housing.roles.HousingRenterRole;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.... | src/base/PersonAgent.java | package base;
import housing.interfaces.HousingBase;
import housing.roles.HousingBaseRole;
import housing.roles.HousingLandlordRole;
import housing.roles.HousingRenterRole;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.... | Got rid of 'rock-solid error-checking'
| src/base/PersonAgent.java | Got rid of 'rock-solid error-checking' | |
Java | mit | 187290df07422a7dc299e793b82462d910576392 | 0 | osiam/addon-administration,osiam/addon-administration,dacrome/addon-administration,dacrome/addon-administration,tkrille/osiam-addon-administration,thomasdarimont/addon-administration,thomasdarimont/addon-administration,dacrome/addon-administration,osiam/addon-administration,thomasdarimont/addon-administration,tkrille/o... | package org.osiam.addons.administration.controller.user;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.inject.Inject;
import org.apache.log4j.Logger;
import org.osiam.addons.administration.controller.AdminController;
import org.osiam.addons.administra... | src/main/java/org/osiam/addons/administration/controller/user/EditUserController.java | package org.osiam.addons.administration.controller.user;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.inject.Inject;
import org.apache.log4j.Logger;
import org.osiam.addons.administration.controller.AdminController;
import org.osiam.addons.administra... | implements delete-meachanism for emails/phoneNumbers/im | src/main/java/org/osiam/addons/administration/controller/user/EditUserController.java | implements delete-meachanism for emails/phoneNumbers/im | |
Java | mit | 5bc90b6d12b0ec85be5f48232a963bc226f29cf1 | 0 | Barteks2x/CubicChunksConverter,Barteks2x/CubicChunksConverter | package cubicchunks.converter.lib.util;
import static java.nio.file.StandardOpenOption.CREATE;
import static java.nio.file.StandardOpenOption.READ;
import static java.nio.file.StandardOpenOption.WRITE;
import cubicchunks.regionlib.api.region.IRegion;
import cubicchunks.regionlib.api.region.IRegionProvider;
import cub... | src/main/java/cubicchunks/converter/lib/util/MemoryWriteRegion.java | package cubicchunks.converter.lib.util;
import static java.nio.file.StandardOpenOption.CREATE;
import static java.nio.file.StandardOpenOption.READ;
import static java.nio.file.StandardOpenOption.WRITE;
import cubicchunks.regionlib.api.region.IRegion;
import cubicchunks.regionlib.api.region.IRegionProvider;
import cub... | Fix exception in MemoryWriteRegion
| src/main/java/cubicchunks/converter/lib/util/MemoryWriteRegion.java | Fix exception in MemoryWriteRegion | |
Java | mit | 273b92ad457553f8601f6169e946960fc630f616 | 0 | ssalevan/neohabitat,TheCarlSaganExpress/neohabitat,ssalevan/neohabitat,TheCarlSaganExpress/neohabitat,frandallfarmer/neohabitat,TheCarlSaganExpress/neohabitat,frandallfarmer/neohabitat,frandallfarmer/neohabitat,TheCarlSaganExpress/neohabitat,frandallfarmer/neohabitat,ssalevan/neohabitat,ssalevan/neohabitat,frandallfarm... | package org.made.neohabitat.mods;
import org.elkoserver.foundation.json.JSONMethod;
import org.elkoserver.foundation.json.OptBoolean;
import org.elkoserver.foundation.json.OptInteger;
import org.elkoserver.foundation.json.OptString;
import org.elkoserver.json.*;
import org.elkoserver.server.context.Item;
import org.el... | src/main/java/org/made/neohabitat/mods/Avatar.java | package org.made.neohabitat.mods;
import org.elkoserver.foundation.json.JSONMethod;
import org.elkoserver.foundation.json.OptBoolean;
import org.elkoserver.foundation.json.OptInteger;
import org.elkoserver.foundation.json.OptString;
import org.elkoserver.json.*;
import org.elkoserver.server.context.Item;
import org.el... | Fixes turf names
| src/main/java/org/made/neohabitat/mods/Avatar.java | Fixes turf names | |
Java | mit | 50fa4c12584924f5ddd5da1613213bdf5cffdd5d | 0 | overengineering/space-travels-3,overengineering/space-travels-3,overengineering/space-travels-3 | package com.draga.spaceTravels3.manager;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.NinePatch;
import com.badlogic.gdx.graph... | core/src/com/draga/spaceTravels3/manager/UIManager.java | package com.draga.spaceTravels3.manager;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.NinePatch;
import com.badlogic.gdx.graph... | remove todo of the previous commit
| core/src/com/draga/spaceTravels3/manager/UIManager.java | remove todo of the previous commit | |
Java | mpl-2.0 | 0e0cf581382b982d06ddf5dd730de22c2d7ace54 | 0 | sainaen/rhino,tuchida/rhino,tejassaoji/RhinoCoarseTainting,tejassaoji/RhinoCoarseTainting,tejassaoji/RhinoCoarseTainting,tejassaoji/RhinoCoarseTainting,tuchida/rhino,sainaen/rhino,tuchida/rhino,AlexTrotsenko/rhino,sainaen/rhino,sainaen/rhino,AlexTrotsenko/rhino,sainaen/rhino,AlexTrotsenko/rhino,AlexTrotsenko/rhino,Alex... | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript;
... | src/org/mozilla/javascript/TokenStream.java | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript;
... | Octal and binary literals valid only in ES6.
| src/org/mozilla/javascript/TokenStream.java | Octal and binary literals valid only in ES6. | |
Java | agpl-3.0 | 9d7d47302bba1e6051537e1cdc59decdeb33a7b2 | 0 | hltn/opencps,VietOpenCPS/opencps,VietOpenCPS/opencps,VietOpenCPS/opencps,hltn/opencps,hltn/opencps | /**
* OpenCPS is the open source Core Public Services software
* Copyright (C) 2016-present OpenCPS community
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 ... | portlets/opencps-portlet/docroot/WEB-INF/src/org/opencps/util/SignatureUtil.java | /**
* OpenCPS is the open source Core Public Services software
* Copyright (C) 2016-present OpenCPS community
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of th... | Update SignatureUtil | portlets/opencps-portlet/docroot/WEB-INF/src/org/opencps/util/SignatureUtil.java | Update SignatureUtil | |
Java | agpl-3.0 | 648fb456c6120ed5353f3db7e5eff89df724263d | 0 | ngaut/sql-layer,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,jaytaylor/sql-layer,qiuyesuifeng/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,shunwang/sql-layer-1,ngaut/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,qiuyesuifeng/sql-layer,ngaut/sql-layer,relateiq/sq... | /**
* Copyright (C) 2009-2013 FoundationDB, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Thi... | src/test/java/com/foundationdb/sql/pg/YamlTesterIT.java | /**
* Copyright (C) 2009-2013 FoundationDB, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Thi... | fixing test ouput
removed extra output from test
| src/test/java/com/foundationdb/sql/pg/YamlTesterIT.java | fixing test ouput | |
Java | agpl-3.0 | 11775effeb3e6c9f427f2b039bacfd463541c4db | 0 | fanout/tigase-server,wangningbo/tigase-server,Smartupz/tigase-server,nate-sentjens/tigase-xmpp-java,caiyingyuan/tigase71,amikey/tigase-server,nate-sentjens/tigase-xmpp-java,nate-sentjens/tigase-xmpp-java,amikey/tigase-server,cgvarela/tigase-server,Smartupz/tigase-server,f24-ag/tigase,fanout/tigase-server,caiyingyuan/ti... | /*
* Tigase Jabber/XMPP Server
* Copyright (C) 2004-2007 "Artur Hefczyc" <artur.hefczyc@tigase.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License.
*
*... | src/main/java/tigase/server/Packet.java | /*
* Tigase Jabber/XMPP Server
* Copyright (C) 2004-2007 "Artur Hefczyc" <artur.hefczyc@tigase.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License.
*
*... | add deprecated annotation to errorResult
git-svn-id: 4a0daf30c0bbd291b3bc5fe8f058bf11ee523347@1008 7d282ba1-3ae6-0310-8f9b-c9008a0864d2
| src/main/java/tigase/server/Packet.java | add deprecated annotation to errorResult | |
Java | lgpl-2.1 | dcfc13f88924bdb28da0993b52132c84b821f8b5 | 0 | Darkhax-Minecraft/Bookshelf | package net.darkhax.bookshelf.asm;
import java.util.Map;
import net.darkhax.bookshelf.util.Constants;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
@IFMLLoadingPlugin.SortingIndex(1001)
@IFMLLoadingPlugin.TransformerExclusions("net.darkhax.bookshelf.asm")
@IFMLLoadingPlugin.MCVersion("1.7.10")
public class Books... | src/main/java/net/darkhax/bookshelf/asm/BookshelfLoadingPlugin.java | package net.darkhax.bookshelf.asm;
import java.util.Map;
import net.darkhax.bookshelf.util.Constants;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
@IFMLLoadingPlugin.SortingIndex(1001)
@IFMLLoadingPlugin.TransformerExclusions("net.darkhax.bookshelf.asm")
@IFMLLoadingPlugin.MCVersion("1.7.10")
public class Books... | Re-Enabled the mcp environment check. | src/main/java/net/darkhax/bookshelf/asm/BookshelfLoadingPlugin.java | Re-Enabled the mcp environment check. | |
Java | apache-2.0 | c0af226c5c62f62663d84f163adc543e8f35f82e | 0 | BoldijarPaul/ubb | package com.ubb.app.service;
/**
* Created by Browsing on 10/4/2015.
*/
public class RSSLoader {
private static final String RSS_URL="http://www.cs.ubbcluj.ro/feed/";
}
| app/src/main/java/com/ubb/app/service/RSSLoader.java | package com.ubb.app.service;
/**
* Created by Browsing on 10/4/2015.
*/
public class RSSLoader {
}
| added rss url
| app/src/main/java/com/ubb/app/service/RSSLoader.java | added rss url | |
Java | apache-2.0 | 4f47b79ce4c2d19939f1fa2e244d327bebb2494a | 0 | AKSW/KBox,AKSW/KBox | package org.aksw.kbox.kibe;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.HashMap;
import j... | kbox.kibe/src/main/java/org/aksw/kbox/kibe/KBox.java | package org.aksw.kbox.kibe;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.HashMap;
import j... | - adding command line help.
| kbox.kibe/src/main/java/org/aksw/kbox/kibe/KBox.java | - adding command line help. | |
Java | apache-2.0 | 33fd1ea4c758caef692213b63ce7f0d8575fd5e1 | 0 | aika-algorithm/aika,aika-algorithm/aika | /*
* 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/main/java/network/aika/neuron/activation/Link.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 ... | - made Link.initGradients dependent on isFinal
| src/main/java/network/aika/neuron/activation/Link.java | - made Link.initGradients dependent on isFinal | |
Java | apache-2.0 | 14d481dc93ce428559cf3890c093a82ecc73c150 | 0 | mohanaraosv/commons-pool,mohanaraosv/commons-pool,mohanaraosv/commons-pool | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.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 ... | Mark final objects as final
git-svn-id: a66ef3f0e6c00b14098e182847b4bd646263fa09@1135191 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java | Mark final objects as final | |
Java | apache-2.0 | af48258ef6ca5134ef1d6600982fd1c452617ee1 | 0 | cuba-platform/cuba,cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba,dimone-kun/cuba,dimone-kun/cuba | /*
* Copyright (c) 2008-2015 Haulmont. All rights reserved.
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
*/
package com.haulmont.cuba.core.sys.persistence;
import com.haulmont.cuba.core.entity.BaseGenericIdEntity;
import com.haulmont.cuba.core.global.IllegalEntityStateEx... | modules/global/src/com/haulmont/cuba/core/sys/persistence/CubaEntityFetchGroup.java | /*
* Copyright (c) 2008-2015 Haulmont. All rights reserved.
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
*/
package com.haulmont.cuba.core.sys.persistence;
import com.haulmont.cuba.core.entity.BaseGenericIdEntity;
import com.haulmont.cuba.core.global.IllegalEntityStateEx... | PL-6242 Stack overflow exception is possible when we generate message about unfetched attribute.
#PL-6242
| modules/global/src/com/haulmont/cuba/core/sys/persistence/CubaEntityFetchGroup.java | PL-6242 Stack overflow exception is possible when we generate message about unfetched attribute. #PL-6242 | |
Java | apache-2.0 | 91bda016c49f06b10e969effc7a6ce0aabe7a46f | 0 | kroepke/luna,mjanicek/rembulan | package net.sandius.rembulan.compiler.gen;
import net.sandius.rembulan.util.Check;
import java.util.Collections;
public abstract class NUnconditional extends NSingleInput {
private NNode next;
public NUnconditional(NNode next) {
super();
this.next = next;
}
public NUnconditional() {
this(null);
}
@Ov... | rembulan-compiler/src/main/java/net/sandius/rembulan/compiler/gen/NUnconditional.java | package net.sandius.rembulan.compiler.gen;
import net.sandius.rembulan.util.Check;
import java.util.Collections;
public abstract class NUnconditional extends NSingleInput {
private NNode prev;
private NNode next;
public NUnconditional(NNode next) {
super();
this.prev = null;
this.next = next;
}
public ... | Removing forgotten field.
| rembulan-compiler/src/main/java/net/sandius/rembulan/compiler/gen/NUnconditional.java | Removing forgotten field. | |
Java | apache-2.0 | a1868c6c9340c2a1a7138e30262aa75bcfc8a7b8 | 0 | Jiri-Kremser/hawkular-inventory,jkandasa/hawkular-inventory,jpkrohling/hawkular-inventory,metlos/hawkular-inventory,hawkular/hawkular-inventory,pilhuhn/hawkular-inventory,jpkrohling/hawkular-inventory,tsegismont/hawkular-inventory,tsegismont/hawkular-inventory,pavolloffay/hawkular-inventory,hawkular/hawkular-inventory,... | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other 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 License at
*
* http://www.ap... | impl-tinkerpop/src/test/java/org/hawkular/inventory/impl/tinkerpop/test/BasicTest.java | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other 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 License at
*
* http://www.ap... | Fixing the failing tests caused by some renaming introduced in a529c5b0
| impl-tinkerpop/src/test/java/org/hawkular/inventory/impl/tinkerpop/test/BasicTest.java | Fixing the failing tests caused by some renaming introduced in a529c5b0 | |
Java | apache-2.0 | a604c85521bcfbcac74454ce4df715173ae32f1a | 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-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/testGuiFramework/src/com/intellij/testGuiFramework/driver/CheckBoxDriver.java | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [gui-test] remove JDK internal API dependencies
| platform/testGuiFramework/src/com/intellij/testGuiFramework/driver/CheckBoxDriver.java | [gui-test] remove JDK internal API dependencies | |
Java | apache-2.0 | 2b4307c3e8c9e84a0f5d23e28fc2418abe1396fe | 0 | fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode | package com.fishercoder.solutions;
import java.util.ArrayList;
import java.util.List;
public class _1380 {
public static class Solution1 {
public List<Integer> luckyNumbers(int[][] matrix) {
List<Integer> result = new ArrayList<>();
for (int i = 0; i < matrix.length; i++) {
... | src/main/java/com/fishercoder/solutions/_1380.java | package com.fishercoder.solutions;
import java.util.ArrayList;
import java.util.List;
/**
* 1380. Lucky Numbers in a Matrix
*
* Given a m * n matrix of distinct numbers, return all lucky numbers in the matrix in any order.
* A lucky number is an element of the matrix such that it is the minimum element in its row... | refactor 1380
| src/main/java/com/fishercoder/solutions/_1380.java | refactor 1380 | |
Java | apache-2.0 | fc6c9f805b06176f2ba73528b9bcb54d96090a9c | 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-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ui;
import com.intellij.codeInsight.daemon.DaemonCodeAnalyzer;
import com.intellij.ide.ui.UISettings;
import com.intellij.ide.ui.laf.darcula.DarculaUIUtil;
i... | platform/platform-impl/src/com/intellij/ui/EditorTextField.java | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ui;
import com.intellij.codeInsight.daemon.DaemonCodeAnalyzer;
import com.intellij.ide.ui.UISettings;
import com.intellij.ide.ui.laf.darcula.DarculaUIUtil;
i... | lazy document creation to support gui forms
| platform/platform-impl/src/com/intellij/ui/EditorTextField.java | lazy document creation to support gui forms | |
Java | apache-2.0 | 67c841599884b003febbdb55882a1cec549e8eb7 | 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-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInsight.documentation;
import com.intellij.codeInsight.CodeInsightBundle;
import com.intellij.codeInsight.TargetElementUtil;
import com.intellij.codeIns... | platform/lang-impl/src/com/intellij/codeInsight/documentation/DocumentationManager.java | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInsight.documentation;
import com.intellij.codeInsight.CodeInsightBundle;
import com.intellij.codeInsight.TargetElementUtil;
import com.intellij.codeIns... | IDEA-201449 Documentation tab name is not updated on following links in documentation
| platform/lang-impl/src/com/intellij/codeInsight/documentation/DocumentationManager.java | IDEA-201449 Documentation tab name is not updated on following links in documentation | |
Java | apache-2.0 | 754d5003e36b242c664f57a4512fbd4240b6be07 | 0 | data-integrations/database-delta-plugins | /*
* Copyright © 2019 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | delta-plugins-common/src/main/java/io/cdap/delta/common/Records.java | /*
* Copyright © 2019 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | Handle Decimal logical type in convert(struct).
| delta-plugins-common/src/main/java/io/cdap/delta/common/Records.java | Handle Decimal logical type in convert(struct). |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.