lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 7b878cbaf91266faf773e2acfe1e3897c0f44fbc | 0 | PkayJava/MBaaS,PkayJava/MBaaS,PkayJava/MBaaS,PkayJava/MBaaS | package com.angkorteam.mbaas.server.controller;
import com.angkorteam.mbaas.model.entity.Tables;
import com.angkorteam.mbaas.model.entity.tables.ApplicationTable;
import com.angkorteam.mbaas.model.entity.tables.HostnameTable;
import com.angkorteam.mbaas.model.entity.tables.records.ApplicationRecord;
import com.angkort... | mbaas-server/src/main/java/com/angkorteam/mbaas/server/controller/JavascriptController.java | package com.angkorteam.mbaas.server.controller;
import com.angkorteam.mbaas.model.entity.Tables;
import com.angkorteam.mbaas.model.entity.tables.ApplicationTable;
import com.angkorteam.mbaas.model.entity.tables.HostnameTable;
import com.angkorteam.mbaas.model.entity.tables.records.ApplicationRecord;
import com.angkort... | javascript controller improve request body json validation
| mbaas-server/src/main/java/com/angkorteam/mbaas/server/controller/JavascriptController.java | javascript controller improve request body json validation | |
Java | apache-2.0 | 03d6350e4b3c7e23e3cc84bf3f261f2c53b5b1e9 | 0 | spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | spring-web/src/main/java/org/springframework/web/method/support/InvocableHandlerMethod.java | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix issue with resolution of WebDataBinder argument
There is usually not need to put annotations on a WebDataBinder
argument in an `@InitBinder` method. However, the presence of any
annotation prevented the successful resolution of the argument.
This fix addresses the issue.
Issue: SPR-8946
| spring-web/src/main/java/org/springframework/web/method/support/InvocableHandlerMethod.java | Fix issue with resolution of WebDataBinder argument | |
Java | apache-2.0 | 452627e0e24a67026a391fc79e333235e852d81a | 0 | GerritCodeReview/plugins_serviceuser,GerritCodeReview/plugins_serviceuser,GerritCodeReview/plugins_serviceuser,GerritCodeReview/plugins_serviceuser,GerritCodeReview/plugins_serviceuser | // Copyright (C) 2014 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 applicable ... | src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/ServiceUserListScreen.java | // Copyright (C) 2014 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 applicable ... | Show account state in service user list
Change-Id: Iaf1547edfbe3de56ce7d9ff82fcd408b1d2258d8
Signed-off-by: Edwin Kempin <b444e279ad95fdef4fbdd82c813b624595df204a@sap.com>
| src/main/java/com/googlesource/gerrit/plugins/serviceuser/client/ServiceUserListScreen.java | Show account state in service user list | |
Java | apache-2.0 | 241c46936156fe7a97819fb451f4162917bb6ba4 | 0 | eayun/ovirt-engine,OpenUniversity/ovirt-engine,halober/ovirt-engine,yapengsong/ovirt-engine,eayun/ovirt-engine,zerodengxinchao/ovirt-engine,OpenUniversity/ovirt-engine,yingyun001/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,walteryang47/ovirt-engine,OpenUniversity/ovirt-engine,zerodengxinchao/ovir... | package org.ovirt.engine.ui.uicommonweb.models.storage;
import java.util.List;
import org.ovirt.engine.core.common.businessentities.StorageDomainType;
import org.ovirt.engine.core.common.businessentities.StoragePool;
import org.ovirt.engine.core.common.businessentities.StoragePoolStatus;
import org.ovirt.engine.core.... | frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/NewEditStorageModelBehavior.java | package org.ovirt.engine.ui.uicommonweb.models.storage;
import java.util.List;
import org.ovirt.engine.core.common.businessentities.StorageDomainType;
import org.ovirt.engine.core.common.businessentities.StoragePool;
import org.ovirt.engine.core.common.businessentities.StoragePoolStatus;
import org.ovirt.engine.core.... | webadmin: Allow adding of NFS export/ISO domains to a local DC
Change-Id: I7122566506fe4b146fa8e3035c5656303a6bd9ae
Bug-Url: https://bugzilla.redhat.com/1097837
Signed-off-by: Tal Nisan <1e9a2a77a0973eec628efceb273ea890910487e0@redhat.com>
| frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/NewEditStorageModelBehavior.java | webadmin: Allow adding of NFS export/ISO domains to a local DC | |
Java | apache-2.0 | 957bc57d40e37376c35ded7e9c38fb94717d3b14 | 0 | MatthewTamlin/Spyglass | package com.matthewtamlin.spyglass.processors.code_generation;
import com.squareup.javapoet.JavaFile;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.TypeSpec;
import com.squareup.javapoet.TypeVariableName;
import static javax.lang.model.element.Modifier.ABSTRACT;
import static javax.lang.model.... | processor/src/main/java/com/matthewtamlin/spyglass/processors/code_generation/CallerDef.java | package com.matthewtamlin.spyglass.processors.code_generation;
import com.squareup.javapoet.JavaFile;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.TypeSpec;
import com.squareup.javapoet.TypeVariableName;
import static javax.lang.model.element.Modifier.ABSTRACT;
import static javax.lang.model.... | Changed method name definition
| processor/src/main/java/com/matthewtamlin/spyglass/processors/code_generation/CallerDef.java | Changed method name definition | |
Java | apache-2.0 | 5c7a3ab7332feb4ef471be649e9739deb588f00a | 0 | advantageous/ddp-client-java,advantageous/ddp-client-java | /*
* Copyright (C) 2014. Geoffrey Chandler.
*
* 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... | examples/java-fx/src/main/java/org/meteor/sample/SampleApplication.java | /*
* Copyright (C) 2014. Geoffrey Chandler.
*
* 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... | cleaner error message
| examples/java-fx/src/main/java/org/meteor/sample/SampleApplication.java | cleaner error message | |
Java | apache-2.0 | 1903c76bfd0926dab96613d695b43f34ef6899e7 | 0 | alexbbb/android-upload-service,NativeScript/android-upload-service,NativeScript/android-upload-service,gotev/android-upload-service,alexbbb/android-upload-service,gotev/android-upload-service,NativeScript/android-upload-service | package net.gotev.uploadservice;
import android.app.Notification;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.os.PowerManager;
import net.gotev.uploadservice.http.HttpStack;
import net.gotev.uploadservice.http.impl.OkHttpStack;
import java.util.ArrayList;
impo... | uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java | package net.gotev.uploadservice;
import android.app.Notification;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.os.PowerManager;
import net.gotev.uploadservice.http.HttpStack;
import net.gotev.uploadservice.http.impl.OkHttpStack;
import java.util.ArrayList;
impo... | #213 prevent duplicate uploads
| uploadservice/src/main/java/net/gotev/uploadservice/UploadService.java | #213 prevent duplicate uploads | |
Java | apache-2.0 | 8a5b828d83e7012a2aa69296cb4a770e5ac301d9 | 0 | smalldatalab/omh-dsu,smalldatalab/omh-dsu,smalldatalab/omh-dsu,smalldatalab/omh-dsu | /*
* Copyright 2014 Open mHealth
*
* 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... | authorization-server/src/main/java/org/openmhealth/dsu/configuration/SecurityConfiguration.java | /*
* Copyright 2014 Open mHealth
*
* 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... | Allow users to be created locally at new endpoint.
| authorization-server/src/main/java/org/openmhealth/dsu/configuration/SecurityConfiguration.java | Allow users to be created locally at new endpoint. | |
Java | apache-2.0 | debb2ddf1d8adea094d240ebb7b85568aca6068f | 0 | gchq/Gaffer,flitte/Gaffer,flitte/Gaffer,flitte/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,gchq/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,gchq/Gaffer,flitte/Gaffer,gchq/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer | /*
* Copyright 2016 Crown Copyright
*
* 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... | accumulo-store/src/main/java/gaffer/accumulostore/retriever/AccumuloItemRetriever.java | /*
* Copyright 2016 Crown Copyright
*
* 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... | gh-104
Call .iterator() on any provided seeds when .iterator() called on the retriever, should allow chains to be re-executed properly.
| accumulo-store/src/main/java/gaffer/accumulostore/retriever/AccumuloItemRetriever.java | gh-104 Call .iterator() on any provided seeds when .iterator() called on the retriever, should allow chains to be re-executed properly. | |
Java | apache-2.0 | 520198c6ba0bc56aa8ab846d7686096a373d6328 | 0 | rde8026/TwitterClient,rde8026/TwitterClient | package com.eldridge.twitsync.service;
import android.app.IntentService;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import com.eldridge.twitsync.controller.TwitterApiController;
import com.google.android.gms.gcm.Google... | TwitterSync/src/main/java/com/eldridge/twitsync/service/GcmIntentService.java | package com.eldridge.twitsync.service;
import android.app.IntentService;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import com.google.android.gms.gcm.GoogleCloudMessaging;
/**
* Created by ryaneldridge on 8/13/13.
*/
public class GcmIntentService extends IntentService {
... | added async task to deal with updating tweets when GCM notification is sent.
| TwitterSync/src/main/java/com/eldridge/twitsync/service/GcmIntentService.java | added async task to deal with updating tweets when GCM notification is sent. | |
Java | apache-2.0 | c8312725e68c3c2abb4ac7aa16e59a0d05e64058 | 0 | sylvanmist/Web-Karma,usc-isi-i2/Web-Karma,rpiotti/Web-Karma,sylvanmist/Web-Karma,usc-isi-i2/Web-Karma,usc-isi-i2/Web-Karma,usc-isi-i2/Web-Karma,usc-isi-i2/Web-Karma,rpiotti/Web-Karma,rpiotti/Web-Karma,sylvanmist/Web-Karma,rpiotti/Web-Karma,rpiotti/Web-Karma,sylvanmist/Web-Karma,sylvanmist/Web-Karma | /*******************************************************************************
* Copyright 2012 University of Southern California
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | karma-common/src/main/java/edu/isi/karma/controller/history/WorksheetCommandHistoryExecutor.java | /*******************************************************************************
* Copyright 2012 University of Southern California
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | handling missing columns in Glue Command
| karma-common/src/main/java/edu/isi/karma/controller/history/WorksheetCommandHistoryExecutor.java | handling missing columns in Glue Command | |
Java | apache-2.0 | 7d3a62bcaf6c72c82b460e0369ea26223672826f | 0 | mohanaraosv/commons-imaging,SpiralsSeminaire/commons-imaging,mohanaraosv/commons-imaging,apache/commons-imaging,yuuhayashi/commons-imaging,SpiralsSeminaire/commons-imaging,apache/commons-imaging,yuuhayashi/commons-imaging | /*
* 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/org/apache/commons/imaging/formats/bmp/ImageContents.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 ... | No need for these to be public
git-svn-id: ef215b97ec449bc9c69e2ae1448853f14b3d8f41@1648331 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/imaging/formats/bmp/ImageContents.java | No need for these to be public | |
Java | apache-2.0 | 3d67be147eca0cf60c0644e0ad4e9b58c246b8a2 | 0 | eirbjo/jetty-console,eirbjo/jetty-console | /*
* Copyright 2015 Eirik Bjørsnøs
*
* 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... | jetty-console-maven-plugin/src/main/java/org/simplericity/jettyconsole/CreateDescriptorMojo.java | /*
* Copyright 2015 Eirik Bjørsnøs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | Added (simple) support for classifiers
| jetty-console-maven-plugin/src/main/java/org/simplericity/jettyconsole/CreateDescriptorMojo.java | Added (simple) support for classifiers | |
Java | apache-2.0 | b24043ed7f441322230e9195a75e05b4164b828c | 0 | AVnetWS/Hentoid,AVnetWS/Hentoid,AVnetWS/Hentoid | package me.devsaki.hentoid.fragments.viewer;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.SuppressLint;
import android.content.SharedPreferences;
import android.graphics.Point;
import android.net.Uri;
import android.os.Bundle;
import android.view.Layout... | app/src/main/java/me/devsaki/hentoid/fragments/viewer/ViewerPagerFragment.java | package me.devsaki.hentoid.fragments.viewer;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.SuppressLint;
import android.content.SharedPreferences;
import android.graphics.Point;
import android.net.Uri;
import android.os.Bundle;
import android.view.Layout... | Fix NPE
| app/src/main/java/me/devsaki/hentoid/fragments/viewer/ViewerPagerFragment.java | Fix NPE | |
Java | apache-2.0 | 1d3cb7b1814fa748ed7ef9ccd7d2f5789c4bf33c | 0 | binarygu/Metamorphosis,githubcolin/Metamorphosis,fogu/Metamorphosis,killme2008/Metamorphosis,jarvisxiong/Metamorphosis,fogu/Metamorphosis,ronaldo9grey/Metamorphosis,yuzhu712/Metamorphosis,makemyownlife/Metamorphosis,xiaojiaqi/Metamorphosis,fengshao0907/Metamorphosis,makemyownlife/Metamorphosis,ronaldo9grey/Metamorphosi... | /*
* (C) 2007-2012 Alibaba Group Holding Limited.
*
* 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... | metamorphosis-client/src/main/java/com/taobao/metamorphosis/client/producer/ProducerZooKeeper.java | /*
* (C) 2007-2012 Alibaba Group Holding Limited.
*
* 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... | Keep readonly to be consistent with user setting
| metamorphosis-client/src/main/java/com/taobao/metamorphosis/client/producer/ProducerZooKeeper.java | Keep readonly to be consistent with user setting | |
Java | apache-2.0 | aed3d6ef4f5a82d85250330573bb6c777ed466ca | 0 | ToureNPlaner/tourenplaner-server,ToureNPlaner/tourenplaner-server,ToureNPlaner/tourenplaner-server,ToureNPlaner/tourenplaner-server | package de.tourenplaner.server;
import de.tourenplaner.database.*;
import de.tourenplaner.utils.SHA1;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codeh... | src/de/tourenplaner/server/PrivateHandler.java | package de.tourenplaner.server;
import de.tourenplaner.database.*;
import de.tourenplaner.utils.SHA1;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.JsonParseException;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codeh... | handleUpdateUser will now after the update retrieve the newest user data from the database and send the retrieved data to the client.
| src/de/tourenplaner/server/PrivateHandler.java | handleUpdateUser will now after the update retrieve the newest user data from the database and send the retrieved data to the client. | |
Java | bsd-2-clause | 6182dbaced65243b7c7fac147d3b69e90f10496b | 0 | chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio | package jmetest.renderer.loader;
import com.jme.app.SimpleGame;
import com.jme.renderer.ColorRGBA;
import com.jme.scene.model.XMLparser.SAXReader;
import com.jme.scene.model.XMLparser.XMLWriter;
import com.jme.scene.Node;
import java.io.*;
/**
*
* Test class for XML loading/writting with jME
* Started Date: May ... | src/jmetest/renderer/loader/TestXMLLoader.java | package jmetest.renderer.loader;
import com.jme.app.SimpleGame;
import com.jme.renderer.ColorRGBA;
import com.jme.scene.model.XMLparser.SAXReader;
import com.jme.scene.model.XMLparser.XMLWriter;
import com.jme.scene.Node;
import java.io.*;
/**
*
* Test class for XML loading/writting with jME
* Started Date: May ... | Cleaned up the test class.
git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1198 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| src/jmetest/renderer/loader/TestXMLLoader.java | Cleaned up the test class. | |
Java | bsd-3-clause | a8f835cd8bd68da04454badcac738462adf860c8 | 0 | apptentive/apptentive-android | /*
* Copyright (c) 2016, Apptentive, Inc. All Rights Reserved.
* Please refer to the LICENSE file for the terms and conditions
* under which redistribution and use of this file is permitted.
*/
package com.apptentive.android.sdk.module.engagement.interaction.view.survey;
import android.content.Context;
import and... | apptentive/src/main/java/com/apptentive/android/sdk/module/engagement/interaction/view/survey/BaseSurveyQuestionView.java | /*
* Copyright (c) 2016, Apptentive, Inc. All Rights Reserved.
* Please refer to the LICENSE file for the terms and conditions
* under which redistribution and use of this file is permitted.
*/
package com.apptentive.android.sdk.module.engagement.interaction.view.survey;
import android.content.Context;
import and... | Resolve merge conflict
| apptentive/src/main/java/com/apptentive/android/sdk/module/engagement/interaction/view/survey/BaseSurveyQuestionView.java | Resolve merge conflict | |
Java | mit | 2a39cb7d4318ffc7dffa12675c3a340d271b0908 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | package org.xcolab.view.pages.loginregister;
import org.apache.commons.lang3.StringUtils;
import org.json.JSONException;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
impor... | view/src/main/java/org/xcolab/view/pages/loginregister/LoginRegisterController.java | package org.xcolab.view.pages.loginregister;
import org.apache.commons.lang3.StringUtils;
import org.json.JSONException;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
impor... | Remove pointless javadoc
| view/src/main/java/org/xcolab/view/pages/loginregister/LoginRegisterController.java | Remove pointless javadoc | |
Java | mit | beba4a90d9a5de2a17edc7b74b06ba35d0753354 | 0 | matthieu-vergne/jMetal | package org.uma.jmetal.measure.impl;
import org.uma.jmetal.util.naming.DescribedEntity;
import org.uma.jmetal.util.naming.impl.SimpleDescribedEntity;
import org.uma.jmetal.measure.Measure;
import org.uma.jmetal.measure.MeasureListener;
import org.uma.jmetal.measure.PullMeasure;
import org.uma.jmetal.measure.PushMeasur... | jmetal-core/src/main/java/org/uma/jmetal/measure/impl/PullPushMeasure.java | package org.uma.jmetal.measure.impl;
import org.uma.jmetal.util.naming.DescribedEntity;
import org.uma.jmetal.util.naming.impl.SimpleDescribedEntity;
import org.uma.jmetal.measure.Measure;
import org.uma.jmetal.measure.MeasureListener;
import org.uma.jmetal.measure.PullMeasure;
import org.uma.jmetal.measure.PushMeasur... | Add a fixme because of an issue regarding how to use the PullPushMeasaure. Probably tests would have shown this sooner, so think about testing it.
| jmetal-core/src/main/java/org/uma/jmetal/measure/impl/PullPushMeasure.java | Add a fixme because of an issue regarding how to use the PullPushMeasaure. Probably tests would have shown this sooner, so think about testing it. | |
Java | epl-1.0 | 7a9fc1920034088d8636a986890923476c3bde7e | 0 | asupdev/asup,asupdev/asup,asupdev/asup | /**
* Copyright (c) 2012, 2014 Sme.UP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*
* Contribu... | org.asup.dk.compiler.rpj/src/org/asup/dk/compiler/rpj/writer/JDTNamedNodeWriter.java | /**
* Copyright (c) 2012, 2014 Sme.UP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*
* Contribu... | Group PTF #75 | org.asup.dk.compiler.rpj/src/org/asup/dk/compiler/rpj/writer/JDTNamedNodeWriter.java | Group PTF #75 | |
Java | lgpl-2.1 | 761064ba02b288d7485fa1b49257661e8877d9b7 | 0 | uugaa/hibernate-ogm,tempbottle/hibernate-ogm,tempbottle/hibernate-ogm,gunnarmorling/hibernate-ogm,Sanne/hibernate-ogm,mp911de/hibernate-ogm,DavideD/hibernate-ogm-contrib,ZJaffee/hibernate-ogm,tempbottle/hibernate-ogm,hibernate/hibernate-ogm,DavideD/hibernate-ogm-cassandra,Sanne/hibernate-ogm,Sanne/hibernate-ogm,jhallid... | /*
* Hibernate OGM, Domain model persistence for NoSQL datastores
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.datastore.neo4j.impl;
import java.util.Iterator;
... | neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/impl/Neo4jSchemaDefiner.java | /*
* Hibernate OGM, Domain model persistence for NoSQL datastores
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.datastore.neo4j.impl;
import java.util.Iterator;
... | OGM-547 Avoid the creation of unique constraints on foreign key columns
Neo4j does not create properties for foreign key columns, so we don't
need to create a constraint for them
| neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/impl/Neo4jSchemaDefiner.java | OGM-547 Avoid the creation of unique constraints on foreign key columns | |
Java | apache-2.0 | fb2538f0d1532beefcbbf327825d2c864625c0bb | 0 | ymittal/codeu_project_2017,ymittal/codeu_project_2017 | package com.google.codeu.chatme.presenter;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.util.Log;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google... | android/app/src/main/java/com/google/codeu/chatme/presenter/ProfilePresenter.java | package com.google.codeu.chatme.presenter;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.util.Log;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google... | Reverted a few changes
| android/app/src/main/java/com/google/codeu/chatme/presenter/ProfilePresenter.java | Reverted a few changes | |
Java | apache-2.0 | abb0c1901f1fe9b3c4723a8c9ac5dc6dc247e217 | 0 | f2prateek/android-couchpotato | /*
* Copyright 2014 Prateek Srivastava (@f2prateek)
*
* 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 applicabl... | couchpotato/src/main/java/com/f2prateek/couchpotato/ui/views/MovieGridItem.java | /*
* Copyright 2014 Prateek Srivastava (@f2prateek)
*
* 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 applicabl... | Get required fields directly from view.
| couchpotato/src/main/java/com/f2prateek/couchpotato/ui/views/MovieGridItem.java | Get required fields directly from view. | |
Java | apache-2.0 | 4a8bad0b7089c917dcde9fa4f3095c9460142cef | 0 | jitsi/jitsi-videobridge,parlaylabs/jitsi-videobridge,jitsi/jitsi-videobridge,gpolitis/jitsi-videobridge,davidertel/jitsi-videobridge,gpolitis/jitsi-videobridge,gpolitis/jitsi-videobridge,jitsi/jitsi-videobridge,matteocampana/jitsi-videobridge,parlaylabs/jitsi-videobridge,jitsi/jitsi-videobridge,davidertel/jitsi-videobr... | /*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | src/main/java/org/jitsi/videobridge/ratecontrol/AdaptiveSimulcastBitrateController.java | /*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | Fixes a syncronization issue reported by @gpolitis.
| src/main/java/org/jitsi/videobridge/ratecontrol/AdaptiveSimulcastBitrateController.java | Fixes a syncronization issue reported by @gpolitis. | |
Java | apache-2.0 | e7fe1b24751de95ca4b08d75635e592539f05f77 | 0 | blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpira... | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | subprojects/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Refactor InsecureProtocolHandler class to MavenRepositoryURLHandler, encapsulate all Maven repo URL handling, not just insecure ones.
| subprojects/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java | Refactor InsecureProtocolHandler class to MavenRepositoryURLHandler, encapsulate all Maven repo URL handling, not just insecure ones. | |
Java | apache-2.0 | e7fc7ca8c1050c9668a69547f0073f02e1b0e70f | 0 | rwl/requestfactory-addon | package org.springframework.roo.addon.jpa;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Date;
import java.util.List;
import java.util.Properties;
import java.util.SortedSet;
import java.util.TreeSet;
import java.util.logging.Logger;
import javax.xml.parsers.... | addon-jpa/src/main/java/org/springframework/roo/addon/jpa/JpaOperationsImpl.java | package org.springframework.roo.addon.jpa;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Date;
import java.util.List;
import java.util.Properties;
import java.util.SortedSet;
import java.util.TreeSet;
import java.util.logging.Logger;
import javax.xml.parsers.... | ROO-1545: Using Hibernate on JBoss cause problems and does not work out-of-the-box
| addon-jpa/src/main/java/org/springframework/roo/addon/jpa/JpaOperationsImpl.java | ROO-1545: Using Hibernate on JBoss cause problems and does not work out-of-the-box | |
Java | apache-2.0 | 22c7a5016f80b128e2967dfc1b16b529b3c155c1 | 0 | gathreya/rice-kc,cniesen/rice,bhutchinson/rice,gathreya/rice-kc,jwillia/kc-rice1,cniesen/rice,UniversityOfHawaiiORS/rice,bhutchinson/rice,ewestfal/rice-svn2git-test,kuali/kc-rice,smith750/rice,geothomasp/kualico-rice-kc,smith750/rice,bsmith83/rice-1,geothomasp/kualico-rice-kc,shahess/rice,shahess/rice,kuali/kc-rice,ewe... | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requ... | rice-framework/krad-sampleapp/web/src/main/java/edu/sampleu/travel/TravelAuthorizationForm.java | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requ... | KULRICE-12479: Adding change tracking to our transactional document for further testing
| rice-framework/krad-sampleapp/web/src/main/java/edu/sampleu/travel/TravelAuthorizationForm.java | KULRICE-12479: Adding change tracking to our transactional document for further testing | |
Java | apache-2.0 | b0e7399f905e3d69b73c58653b1360a199be248d | 0 | scwang90/SmartRefreshLayout | package com.scwang.refreshlayout;
import android.app.Application;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatDelegate;
import com.scwang.refreshlayout.util.DynamicTimeFormat;
import com.scwang.smartrefresh.layout.SmartRefreshLayout;
import com.scw... | app/src/main/java/com/scwang/refreshlayout/App.java | package com.scwang.refreshlayout;
import android.app.Application;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatDelegate;
import com.scwang.refreshlayout.util.DynamicTimeFormat;
import com.scwang.smartrefresh.layout.SmartRefreshLayout;
import com.scw... | 修改demo全局默认配置
| app/src/main/java/com/scwang/refreshlayout/App.java | 修改demo全局默认配置 | |
Java | apache-2.0 | b9852d228e200f00ef63fbe5eca484bc1500196f | 0 | google/postcss-rename,google/postcss-rename,google/closure-stylesheets | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | src/com/google/common/css/compiler/passes/VerifyRecognizedProperties.java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Suppress warning messages for whitelisted properties.
Tweak the CSS compiler to not complain about recognized properties with
warnings if they are whitelisted with
--allowed_unrecognized_properties. Property warnings are already
disabled with the --allow_unrecognized_properties flag (see
com.google.common.css.compiler... | src/com/google/common/css/compiler/passes/VerifyRecognizedProperties.java | Suppress warning messages for whitelisted properties. | |
Java | apache-2.0 | 81d8a887b0406380e469c76ed2e41022a6372dd7 | 0 | wwjiang007/hadoop,wwjiang007/hadoop,JingchengDu/hadoop,mapr/hadoop-common,apache/hadoop,apurtell/hadoop,mapr/hadoop-common,JingchengDu/hadoop,nandakumar131/hadoop,wwjiang007/hadoop,steveloughran/hadoop,JingchengDu/hadoop,mapr/hadoop-common,apurtell/hadoop,nandakumar131/hadoop,steveloughran/hadoop,steveloughran/hadoop,s... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.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... | SPNEGO TLS verification
Signed-off-by: Akira Ajisaka <0b9804f8c7da7ff2d7c159b4dec763017bbf90e8@apache.org>
| hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java | SPNEGO TLS verification | |
Java | apache-2.0 | 552c568e75558ae2a9f95e285563c8fc4cb50d66 | 0 | Overseas-Student-Living/jackrabbit,tripodsan/jackrabbit,afilimonov/jackrabbit,kigsmtua/jackrabbit,Overseas-Student-Living/jackrabbit,sdmcraft/jackrabbit,kigsmtua/jackrabbit,Kast0rTr0y/jackrabbit,bartosz-grabski/jackrabbit,SylvesterAbreu/jackrabbit,Kast0rTr0y/jackrabbit,Overseas-Student-Living/jackrabbit,SylvesterAbreu/... | /*
* 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 ... | jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.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 ... | typo
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@884167 13f79535-47bb-0310-9956-ffa450edef68
| jackrabbit-core/src/main/java/org/apache/jackrabbit/core/xml/SessionImporter.java | typo | |
Java | apache-2.0 | 878d332a0bd7374190a85a23d3a6241d930289f3 | 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/security/BasicAuthIntegrationTest.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 ... | Harden BasicAuthIntegrationTest w/work around for SOLR-13464
| solr/core/src/test/org/apache/solr/security/BasicAuthIntegrationTest.java | Harden BasicAuthIntegrationTest w/work around for SOLR-13464 | |
Java | apache-2.0 | 995b32647fb2771b44b79e2eef5fbbe85498e6d1 | 0 | tadayosi/camel,christophd/camel,christophd/camel,cunningt/camel,adessaigne/camel,christophd/camel,apache/camel,cunningt/camel,tadayosi/camel,christophd/camel,adessaigne/camel,christophd/camel,apache/camel,apache/camel,apache/camel,tadayosi/camel,adessaigne/camel,tadayosi/camel,adessaigne/camel,apache/camel,cunningt/cam... | /*
* 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 ... | components/camel-tika/src/main/java/org/apache/camel/component/tika/TikaProducer.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | camel-tika: Make TikaProducer.getContentHandler protected so that it can be overridden
| components/camel-tika/src/main/java/org/apache/camel/component/tika/TikaProducer.java | camel-tika: Make TikaProducer.getContentHandler protected so that it can be overridden | |
Java | apache-2.0 | e7ddb860fe067d58423f0a26e673ab9da552a060 | 0 | samthor/intellij-community,gnuhub/intellij-community,clumsy/intellij-community,petteyg/intellij-community,diorcety/intellij-community,tmpgit/intellij-community,wreckJ/intellij-community,xfournet/intellij-community,ibinti/intellij-community,jexp/idea2,asedunov/intellij-community,idea4bsd/idea4bsd,michaelgallacher/intell... | package org.jetbrains.plugins.ruby.testing.testunit.runner.ui;
import com.intellij.execution.testframework.PoolOfTestIcons;
import com.intellij.execution.testframework.ui.TestsProgressAnimator;
import com.intellij.openapi.util.Pair;
import com.intellij.ui.SimpleTextAttributes;
import org.jetbrains.annotations.Nls;
imp... | plugins/ruby/testSrc/org/jetbrains/plugins/ruby/testing/testunit/runner/ui/TestsPresentationUtilTest.java | package org.jetbrains.plugins.ruby.testing.testunit.runner.ui;
import com.intellij.execution.testframework.PoolOfTestIcons;
import com.intellij.execution.testframework.ui.TestsProgressAnimator;
import com.intellij.openapi.util.Pair;
import com.intellij.ui.SimpleTextAttributes;
import org.jetbrains.annotations.Nls;
imp... | failing test TestsPresentationUtilTest was fixed
| plugins/ruby/testSrc/org/jetbrains/plugins/ruby/testing/testunit/runner/ui/TestsPresentationUtilTest.java | failing test TestsPresentationUtilTest was fixed | |
Java | apache-2.0 | 239c7820c2e3a5de708ac21408469617d6d4070d | 0 | ol-loginov/intellij-community,pwoodworth/intellij-community,lucafavatella/intellij-community,hurricup/intellij-community,caot/intellij-community,TangHao1987/intellij-community,slisson/intellij-community,retomerz/intellij-community,ibinti/intellij-community,robovm/robovm-studio,orekyuu/intellij-community,akosyakov/intel... | /*
* Copyright 2000-2007 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 agreed ... | plugins/groovy/src/org/jetbrains/plugins/groovy/actions/NewActionBase.java | /*
* Copyright 2000-2007 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 agreed ... | GRVY-649 | plugins/groovy/src/org/jetbrains/plugins/groovy/actions/NewActionBase.java | GRVY-649 | |
Java | apache-2.0 | 7b3cfb2abe35c93f4eeeed6ec04cf2121d65110c | 0 | jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/scalephant | package de.fernunihagen.dna.jkn.scalephant.distribution;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.Set;
import org.apache.zookeeper.CreateMode;
import org.apache.zookeeper.KeeperExcepti... | src/main/java/de/fernunihagen/dna/jkn/scalephant/distribution/ZookeeperClient.java | package de.fernunihagen.dna.jkn.scalephant.distribution;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.Set;
import org.apache.zookeeper.CreateMode;
import org.apache.zookeeper.KeeperExcepti... | Fixed node type | src/main/java/de/fernunihagen/dna/jkn/scalephant/distribution/ZookeeperClient.java | Fixed node type | |
Java | apache-2.0 | 778d1f86706cc851ab0fe6492bfa8c104ec3b702 | 0 | asonipsl/hive,asonipsl/hive,WANdisco/amplab-hive,winningsix/hive,WANdisco/hive,winningsix/hive,wisgood/hive,winningsix/hive,WANdisco/hive,asonipsl/hive,asonipsl/hive,winningsix/hive,WANdisco/amplab-hive,wisgood/hive,wisgood/hive,asonipsl/hive,WANdisco/hive,WANdisco/amplab-hive,WANdisco/amplab-hive,WANdisco/hive,WANdisc... | /**
* 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
* distributed ... | ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed ... | HIVE-8713 : Unit test TestParquetTimestampUtils.testTimezone failing (Szehon, reviewed by Brock)
git-svn-id: c2303eb81cb646bce052f55f7f0d14f181a5956c@1636484 13f79535-47bb-0310-9956-ffa450edef68
| ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java | HIVE-8713 : Unit test TestParquetTimestampUtils.testTimezone failing (Szehon, reviewed by Brock) | |
Java | apache-2.0 | 1f8aab9cc03ef3df85eed53d9c8fd35bd17394c6 | 0 | groybal/uPortal,groybal/uPortal,groybal/uPortal,GIP-RECIA/esup-uportal,bjagg/uPortal,Jasig/uPortal,cousquer/uPortal,bjagg/uPortal,jonathanmtran/uPortal,GIP-RECIA/esco-portail,GIP-RECIA/esco-portail,GIP-RECIA/esup-uportal,cousquer/uPortal,jonathanmtran/uPortal,mgillian/uPortal,ChristianMurphy/uPortal,cousquer/uPortal,Ja... | /**
* Licensed to Apereo under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. Apereo
* licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use
* this file except in compli... | uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/MissingPortletDefinition.java | /**
* Licensed to Apereo under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. Apereo
* licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use
* this file except in compli... | docs: annotate .MissingPortletType setDescription() as @Override
Addresses
/uPortal/uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/MissingPortletDefinition.java:323: warning: [MissingOverride] setDescription implements method in IPortletType; expected @Override
public void setDe... | uPortal-layout/uPortal-layout-impl/src/main/java/org/apereo/portal/layout/dlm/MissingPortletDefinition.java | docs: annotate .MissingPortletType setDescription() as @Override | |
Java | apache-2.0 | ec5e1baf01f68e1f87930794d64e4d8c21aee081 | 0 | sensor-cesca/sensor-cesca,sensor-cesca/sensor-cesca,sensor-cesca/sensor-cesca,sensor-cesca/sensor-cesca | package com.cesca.sensors.service;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.core.env.Environment;
impor... | src/main/java/com/cesca/sensors/service/DHTSensorSerialMonitorService.java | package com.cesca.sensors.service;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.core.env.Environment;
impor... | Add handler for null values
| src/main/java/com/cesca/sensors/service/DHTSensorSerialMonitorService.java | Add handler for null values | |
Java | mit | 24e5f4c51ac16e920ebb0ecd6796cf8da9c19cd4 | 0 | skdkim/cj-learn | package test.com.cjpowered.learn.inventory;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
im... | src/test/java/test/com/cjpowered/learn/inventory/InventoryTest.java | package test.com.cjpowered.learn.inventory;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
im... | add test refill restricted seasonal stock
| src/test/java/test/com/cjpowered/learn/inventory/InventoryTest.java | add test refill restricted seasonal stock | |
Java | mit | 78414d1d48051ff94137d61c247d7f7289e2578b | 0 | citrix/ShareFile-Java,citrix/ShareFile-Java | package com.sharefile.api.enumerations;
import java.net.URI;
import com.sharefile.api.constants.SFKeywords;
import com.sharefile.api.constants.SFSDK;
import com.sharefile.java.log.SLog;
/**
* toString of this will return complete provider with API version alongwith slashes: "/cifs/v3/", "/sp/v3/", "/sf/v3/",... et... | CoreSFV3SDK/src/com/sharefile/api/enumerations/SFProvider.java | package com.sharefile.api.enumerations;
import java.net.URI;
import com.sharefile.api.constants.SFKeywords;
import com.sharefile.api.constants.SFSDK;
import com.sharefile.java.log.SLog;
/**
* toString of this will return complete provider with API version alongwith slashes: "/cifs/v3/", "/sp/v3/", "/sf/v3/",... et... | Fix the getProviderType
| CoreSFV3SDK/src/com/sharefile/api/enumerations/SFProvider.java | Fix the getProviderType | |
Java | mit | b0cee711d9e29da131b2288c6c7cc8485204f038 | 0 | pkwenda/webBee,java-webbee/webBee | package org.bee.webBee.utils;
/**
* data 2017-05-11 01:25
* E-mail sis.nonacosa@gmail.com
* 封装下载文件需要的函数
* @author sis.nonacosa
*/
public class DownFileUtil {
}
| webBee-core/src/main/java/org/bee/webBee/utils/DownFileUtil.java | package org.bee.webBee.utils;
/**
* data 2017-05-11 01:25
* E-mail sis.nonacosa@gmail.com
* 封装下载文件需要的函数
* @author sis.nonacosa
*/
public class DownFileUtil {
}
| del annocation code
del annocation code
| webBee-core/src/main/java/org/bee/webBee/utils/DownFileUtil.java | del annocation code | |
Java | mit | 4627bb2bfc429d01947e9f134cf5685a8181f0ca | 0 | fimkrypto/nxt,fimkrypto/nxt,fimkrypto/nxt,Ziftr/nxt,Ziftr/nxt,fimkrypto/nxt,Ziftr/nxt | package nxt.db;
import nxt.Nxt;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public abstract class EntityDbTable<T> extends DerivedDbTable {
private final boolean multiversion;
protected final DbKey.Factory<T> dbKeyFactory;
priva... | src/java/nxt/db/EntityDbTable.java | package nxt.db;
import nxt.Nxt;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public abstract class EntityDbTable<T> extends DerivedDbTable {
private final boolean multiversion;
protected final DbKey.Factory<T> dbKeyFactory;
priva... | no limit on search results
| src/java/nxt/db/EntityDbTable.java | no limit on search results | |
Java | mit | c9de4210b6b7445ed2d7a84fe93777ea1eed3c2b | 0 | CS2103AUG2016-T11-C1/main,CS2103AUG2016-T11-C1/main | //@@author A0144919W
package guitests;
import org.junit.Test;
import seedu.tasklist.commons.core.Messages;
import seedu.tasklist.testutil.TestTask;
import seedu.tasklist.testutil.TestUtil;
import seedu.tasklist.testutil.TypicalTestTasks;
import static org.junit.Assert.assertTrue;
public class FindCommandTest extend... | src/test/java/guitests/FindCommandTest.java | //@@author A0144919W
package guitests;
import org.junit.Test;
import seedu.tasklist.commons.core.Messages;
import seedu.tasklist.testutil.TestTask;
import seedu.tasklist.testutil.TestUtil;
import seedu.tasklist.testutil.TypicalTestTasks;
import static org.junit.Assert.assertTrue;
public class FindCommandTest extend... | Very minor coding standard change
| src/test/java/guitests/FindCommandTest.java | Very minor coding standard change | |
Java | mit | a4c2f5395ec56a733194a1dc49d40d2bde0e6a89 | 0 | Curdled/Algorithms | package uk.ac.cam.josi2.DataStructures;
import java.util.LinkedList;
import java.util.List;
/**
* Created by Joe on 07/04/2015.
*/
public class BTree<T extends Comparable<T>,U> {
private BTreeNode mRoot;
private final int mMinDegree;
public BTree(int minDegree){
mMinDegree = minDegree;
... | src/uk/ac/cam/josi2/DataStructures/BTree.java | package uk.ac.cam.josi2.DataStructures;
import java.util.LinkedList;
import java.util.List;
/**
* Created by Joe on 07/04/2015.
*/
public class BTree<T extends Comparable<T>,U> {
private BTreeNode mRoot;
private final int mMinDegree;
public BTree(int minDegree){
mMinDegree = minDegree;
... | Fixed the search so it will find the correct value every time
| src/uk/ac/cam/josi2/DataStructures/BTree.java | Fixed the search so it will find the correct value every time | |
Java | mit | 7223b9c093f48ed68e11728cbe477b29decfb1ce | 0 | iwhys/to-animator | package com.iwhys.library.animator;
import android.animation.TimeInterpolator;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.v4.util.ArrayMap;
import android.support.v4.util.Pools;
import android.view.animation.LinearI... | library/src/main/java/com/iwhys/library/animator/AnimatorHolder.java | package com.iwhys.library.animator;
import android.animation.TimeInterpolator;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.v4.util.ArrayMap;
import android.support.v4.util.Pools;
import android.view.animation.LinearI... | fix exception on destroy holder
| library/src/main/java/com/iwhys/library/animator/AnimatorHolder.java | fix exception on destroy holder | |
Java | mit | e3eb85a37b1aeacacd229a6d11f1f17da45be9c3 | 0 | tanguyantoine/react-native-music-control,tanguyantoine/react-native-music-control,tanguyantoine/react-native-music-control,tanguyantoine/react-native-music-control | package com.tanguyantoine.react;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import and... | android/src/main/java/com/tanguyantoine/react/MusicControlNotification.java | package com.tanguyantoine.react;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import and... | Handled edge case NPE.
| android/src/main/java/com/tanguyantoine/react/MusicControlNotification.java | Handled edge case NPE. | |
Java | mit | 892df6d08cccfd4247f06404236f38e526c2a0d9 | 0 | magullo/jmxtrans,jmxtrans/jmxtrans,jmxtrans/jmxtrans,jmxtrans/jmxtrans,jmxtrans/jmxtrans,magullo/jmxtrans,jmxtrans/jmxtrans,magullo/jmxtrans,magullo/jmxtrans | /**
* The MIT License
* Copyright © 2010 JmxTrans team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mo... | jmxtrans-core/src/main/java/com/googlecode/jmxtrans/model/Server.java | /**
* The MIT License
* Copyright © 2010 JmxTrans team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mo... | added GetAlias type definition
| jmxtrans-core/src/main/java/com/googlecode/jmxtrans/model/Server.java | added GetAlias type definition | |
Java | mit | ace584d29421515920715977d88006f69172374d | 0 | JetBrains/ideavim,JetBrains/ideavim | /*
* IdeaVim - Vim emulator for IDEs based on the IntelliJ platform
* Copyright (C) 2003-2020 The IdeaVim authors
*
* 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 of the ... | src/com/maddyhome/idea/vim/group/SearchGroup.java | /*
* IdeaVim - Vim emulator for IDEs based on the IntelliJ platform
* Copyright (C) 2003-2020 The IdeaVim authors
*
* 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 of the ... | Fix settings saving issues because of NPE
| src/com/maddyhome/idea/vim/group/SearchGroup.java | Fix settings saving issues because of NPE | |
Java | epl-1.0 | 972c33de81e117aeafa1e730e522ee54b2d00dc1 | 0 | naidu/mercurialeclipse,tectronics/mercurialeclipse,boa0332/mercurialeclipse,leinier/mercurialeclipse | /*******************************************************************************
* Copyright (c) 2008 VecTrace (Zingo Andersen) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... | plugin/src/com/vectrace/MercurialEclipse/commands/HgCommitClient.java | /*******************************************************************************
* Copyright (c) 2008 VecTrace (Zingo Andersen) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... | Commit dialog: Fix missing error message
| plugin/src/com/vectrace/MercurialEclipse/commands/HgCommitClient.java | Commit dialog: Fix missing error message | |
Java | agpl-3.0 | 033c2252c8c5d2ed292864e9591b73c44310f84a | 0 | SamarkandTour/Samapp-mobile,SamarkandTour/Samapp-mobile | package uz.samtuit.sammap.samapp;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import andro... | app/src/main/java/uz/samtuit/sammap/samapp/HotelsActivity.java | package uz.samtuit.sammap.samapp;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import andro... | Update HotelsActivity.java | app/src/main/java/uz/samtuit/sammap/samapp/HotelsActivity.java | Update HotelsActivity.java | |
Java | lgpl-2.1 | 666f8bdd2fb8a404aa75fff6b6f6ca79b57320b7 | 0 | joshkh/intermine,tomck/intermine,justincc/intermine,Arabidopsis-Information-Portal/intermine,tomck/intermine,joshkh/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,zebrafishmine/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,drhee/toxoMine,joshkh/intermine,zebrafishmine/intermine,... | package org.modmine.web.logic;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html... | modmine/webapp/src/org/modmine/web/logic/RegulatoryNetworkDBUtil.java | package org.modmine.web.logic;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html... | modMine release fixes
| modmine/webapp/src/org/modmine/web/logic/RegulatoryNetworkDBUtil.java | modMine release fixes | |
Java | apache-2.0 | 1139616ebbcf85ce667a2e856c5cd18b0b68b5f9 | 0 | opensourcegamedev/SpaceChaos | package dev.game.spacechaos.game.entities;
/**
* Created by Justin on 29.03.2017.
*/
public abstract class Entity {
//current absolute position of entity
private volatile float xPos = 0;
private volatile float yPos = 0;
//current dimension of entity
private volatile float width = 0;
protect... | game/src/main/java/dev/game/spacechaos/game/entities/Entity.java | package dev.game.spacechaos.game.entities;
/**
* Created by Justin on 29.03.2017.
*/
public abstract class Entity {
//current absolute position of entity
private volatile float xPos = 0;
private volatile float yPos = 0;
//current dimension of entity
private volatile float width = 0;
protect... | added javadocs.
| game/src/main/java/dev/game/spacechaos/game/entities/Entity.java | added javadocs. | |
Java | apache-2.0 | 57ac081708e2cee579601334019687899e153261 | 0 | shapesecurity/shift-java,shapesecurity/shift-java,shapesecurity/shift-java | /*
* Copyright 2014 Shape Security, 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 a... | src/test/java/com/shapesecurity/shift/validator/UnitTest.java | /*
* Copyright 2014 Shape Security, 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 a... | fixed validator unit tests to use error message constants. all tests now pass
| src/test/java/com/shapesecurity/shift/validator/UnitTest.java | fixed validator unit tests to use error message constants. all tests now pass | |
Java | apache-2.0 | cc5cc593e09ceee1e333b8bb4297b1664d3c4115 | 0 | gaieepo/HubTurbo,saav/HubTurbo,gaieepo/HubTurbo,ianngiaw/HubTurbo,ianngiaw/HubTurbo,Sumei1009/HubTurbo,HyungJon/HubTurbo,saav/HubTurbo,Honoo/HubTurbo,Sumei1009/HubTurbo,HyungJon/HubTurbo,Honoo/HubTurbo | package ui;
import backend.Logic;
import backend.UIManager;
import browserview.BrowserComponent;
import browserview.BrowserComponentStub;
import com.google.common.eventbus.EventBus;
import com.sun.jna.platform.win32.User32;
import com.sun.jna.platform.win32.WinDef.HWND;
import javafx.application.Application;
import ja... | src/main/java/ui/UI.java | package ui;
import backend.Logic;
import backend.UIManager;
import browserview.BrowserComponent;
import browserview.BrowserComponentStub;
import com.google.common.eventbus.EventBus;
import com.sun.jna.platform.win32.User32;
import com.sun.jna.platform.win32.WinDef.HWND;
import javafx.application.Application;
import ja... | disables UI components while logging in for UI
| src/main/java/ui/UI.java | disables UI components while logging in for UI | |
Java | apache-2.0 | 67dc3a3477943d79778047c846fd3f3e421b2497 | 0 | photon-infotech/commons,photon-infotech/commons | package com.photon.phresco.impl;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import j... | src/main/java/com/photon/phresco/impl/HtmlApplicationProcessor.java | package com.photon.phresco.impl;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import j... | null checked
| src/main/java/com/photon/phresco/impl/HtmlApplicationProcessor.java | null checked | |
Java | apache-2.0 | 7a513a9de1b145f1aad66f9c83587c4b6c3eba3c | 0 | thc202/zaproxy,thc202/zaproxy,meitar/zaproxy,lightsey/zaproxy,mustafa421/zaproxy,gsavastano/zaproxy,Harinus/zaproxy,meitar/zaproxy,psiinon/zaproxy,Harinus/zaproxy,meitar/zaproxy,zaproxy/zaproxy,rajiv65/zaproxy,psiinon/zaproxy,zapbot/zaproxy,lightsey/zaproxy,kingthorin/zaproxy,meitar/zaproxy,thc202/zaproxy,zapbot/zaprox... | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* 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
* ... | src/org/zaproxy/zap/extension/httpsessions/HttpSessionsSite.java | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* 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
* ... | Change HttpSessionsSite to better handle expired cookies (max-age < 0)
Change method HttpSessionsSite.processHttpResponseMessage(HttpMessage)
to use max-age as 0 (expired) when the cookie has a negative max-age
(rfc6265, 5.2.2), class Cookie does not accept negative max-age (note,
the check uses -1 instead of 0 becaus... | src/org/zaproxy/zap/extension/httpsessions/HttpSessionsSite.java | Change HttpSessionsSite to better handle expired cookies (max-age < 0) | |
Java | apache-2.0 | 09289b73a194eeb231571da70849254179d1ff19 | 0 | nicopico-dev/dashclock-birthday | /*
* Copyright 2013 Nicolas Picon <nicopico.dev@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | src/fr/nicopico/dashclock/birthday/BirthdayService.java | /*
* Copyright 2013 Nicolas Picon <nicopico.dev@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Bug fix: today's birthday are not displayed
| src/fr/nicopico/dashclock/birthday/BirthdayService.java | Bug fix: today's birthday are not displayed | |
Java | apache-2.0 | 5180b2c05621d5e48101492b0b2522311f775f89 | 0 | anuragkh/annotation-search,anuragkh/annotation-search | package com.elsevier.cat;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.io.ArrayWritable;
import org.apache.hadoop.io.Text;
/**
* Wrapper for ArrayWritable
* This is needed so we can persist the array to S3.
*
* @author mcbeathd
*/
public class Stri... | src/main/java/com/elsevier/cat/StringArrayWritable.java | package com.elsevier.cat;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.io.ArrayWritable;
import org.apache.hadoop.io.Text;
/**
* Wrapper for ArrayWritable
* This is needed so we can persist the array to S3.
*
* @author mcbeathd
*
*/
public class ... | Fixed formatting
| src/main/java/com/elsevier/cat/StringArrayWritable.java | Fixed formatting | |
Java | apache-2.0 | 4671012a6a0ff31a555916b9425a61fb07bc5bbc | 0 | jdahlstrom/vaadin.react,sitexa/vaadin,Peppe/vaadin,mittop/vaadin,Darsstar/framework,shahrzadmn/vaadin,udayinfy/vaadin,oalles/vaadin,carrchang/vaadin,kironapublic/vaadin,Legioth/vaadin,mstahv/framework,Peppe/vaadin,peterl1084/framework,jdahlstrom/vaadin.react,sitexa/vaadin,mstahv/framework,udayinfy/vaadin,Legioth/vaadin... | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.terminal.gwt.client;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.Vector;
import com.google.gwt.core.client.GWT;
import com... | src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.terminal.gwt.client;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import java.util.Vector;
import com.google.gwt.core.client.GWT;
import com... | Fix for #2396 - loading indicator stays on in IE7
svn changeset:6308/svn branch:trunk
| src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java | Fix for #2396 - loading indicator stays on in IE7 | |
Java | apache-2.0 | d29941f5af6536331b544cda4ec20b3b748103c2 | 0 | jruesga/rview,jruesga/rview,jruesga/rview | /*
* Copyright (C) 2016 Jorge Ruesga
*
* 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... | gerrit/src/main/java/com/ruesga/rview/gerrit/OkHttpHelper.java | /*
* Copyright (C) 2016 Jorge Ruesga
*
* 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... | Allow cleartext connection specs for http connections
Signed-off-by: Jorge Ruesga <33f927344e079e00d3fa45d8833b04e735223eec@ruesga.com>
| gerrit/src/main/java/com/ruesga/rview/gerrit/OkHttpHelper.java | Allow cleartext connection specs for http connections | |
Java | apache-2.0 | 0419d37341cde77cb3453fbd889d6c31f941f7e5 | 0 | apache/kandula | /*
* Copyright 2004 The Apache Software Foundation.
*
* 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 requi... | src/org/apache/kandula/participant/standalone/TransactionManager.java | /*
* Copyright 2004 The Apache Software Foundation.
*
* 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 requi... | Adding new registration endpoint support
git-svn-id: 826ea26f63ac7a79fb570b066df16dcd4a7695b7@280133 13f79535-47bb-0310-9956-ffa450edef68
| src/org/apache/kandula/participant/standalone/TransactionManager.java | Adding new registration endpoint support | |
Java | apache-2.0 | 486b290863a66641b0ec30dbf2d9e349733cae44 | 0 | amyvmiwei/hbase,toshimasa-nasu/hbase,gustavoanatoly/hbase,mahak/hbase,andrewmains12/hbase,SeekerResource/hbase,juwi/hbase,Guavus/hbase,toshimasa-nasu/hbase,JingchengDu/hbase,mapr/hbase,joshelser/hbase,francisliu/hbase,Eshcar/hbase,drewpope/hbase,vincentpoon/hbase,narendragoyal/hbase,ChinmaySKulkarni/hbase,lshmouse/hbas... | /**
*
* 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"); ... | hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.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"); ... | HBASE-8044 Revert, fixed by HBASE-6643
git-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1456604 13f79535-47bb-0310-9956-ffa450edef68
| hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java | HBASE-8044 Revert, fixed by HBASE-6643 | |
Java | apache-2.0 | fdd4998551e0f0094f4f3b6273015a9cf77b06e5 | 0 | slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer | package com.sixsq.slipstream.user;
/*
* +=================================================================+
* SlipStream Server (WAR)
* =====
* Copyright (C) 2013 SixSq Sarl (sixsq.com)
* =====
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | jar-service/src/main/java/com/sixsq/slipstream/user/FormProcessor.java | package com.sixsq.slipstream.user;
/*
* +=================================================================+
* SlipStream Server (WAR)
* =====
* Copyright (C) 2013 SixSq Sarl (sixsq.com)
* =====
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | overwrite description of param even if exist
| jar-service/src/main/java/com/sixsq/slipstream/user/FormProcessor.java | overwrite description of param even if exist | |
Java | apache-2.0 | 2a369066e488632e2c74024de8f5fb2e4bc072e3 | 0 | osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi | /*
* Copyright (c) OSGi Alliance (2000, 2012). All Rights Reserved.
*
* Implementation of certain elements of the OSGi
* Specification may be subject to third party intellectual property
* rights, including without limitation, patent rights (such a third party may
* or may not be a member of the OSGi Alliance). T... | org.osgi.test.cases.cm/src/org/osgi/test/cases/cm/junit/CMControl.java | /*
* Copyright (c) OSGi Alliance (2000, 2012). All Rights Reserved.
*
* Implementation of certain elements of the OSGi
* Specification may be subject to third party intellectual property
* rights, including without limitation, patent rights (such a third party may
* or may not be a member of the OSGi Alliance). T... | Bug 2546: Fix CT to properly check callbacks on ManagedServices when
the location changes.
This removes old comments and code which date back to CM 1.4 which did
not reassign configurations when the location was set to null.
| org.osgi.test.cases.cm/src/org/osgi/test/cases/cm/junit/CMControl.java | Bug 2546: Fix CT to properly check callbacks on ManagedServices when the location changes. | |
Java | apache-2.0 | aed73197a2c27b37c63fb3b8b448d38409386ce0 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
impo... | com/planet_ink/coffee_mud/Abilities/Spells/Spell_EnchantWand.java | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
impo... | Enchant Wand only raises wand level when LOWEST qualifying level of spell is higher. This allows builders to better control the power of the magic.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@19109 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Spells/Spell_EnchantWand.java | Enchant Wand only raises wand level when LOWEST qualifying level of spell is higher. This allows builders to better control the power of the magic. | |
Java | apache-2.0 | 06a260f107ba5ab489e7d28256ee6bc9530d3416 | 0 | vincentpoon/hbase,francisliu/hbase,Eshcar/hbase,francisliu/hbase,gustavoanatoly/hbase,Apache9/hbase,Apache9/hbase,HubSpot/hbase,HubSpot/hbase,bijugs/hbase,francisliu/hbase,apurtell/hbase,Eshcar/hbase,Apache9/hbase,bijugs/hbase,JingchengDu/hbase,JingchengDu/hbase,HubSpot/hbase,HubSpot/hbase,mahak/hbase,ndimiduk/hbase,vi... | /**
* 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... | hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.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... | HBASE-17616 Incorrect actions performed by CM
Signed-off-by: tedyu <22f3e725b314afeca4d45e12683c560674029d21@gmail.com>
| hbase-it/src/test/java/org/apache/hadoop/hbase/DistributedHBaseCluster.java | HBASE-17616 Incorrect actions performed by CM | |
Java | apache-2.0 | d38458fda7fe8d2c2add42398a29cba19e1de544 | 0 | osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | org.osgi.impl.service.dmt/src/org/osgi/impl/service/dmt/DmtSessionImpl.java | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | - throwing exception if root node of session would be deleted or renamed
- not allowing execute in read-only sessions
- getting default value from MetaNode for interior nodes too
- sending SESSION_CLOSED events for abnormal session termination too
| org.osgi.impl.service.dmt/src/org/osgi/impl/service/dmt/DmtSessionImpl.java | - throwing exception if root node of session would be deleted or renamed - not allowing execute in read-only sessions - getting default value from MetaNode for interior nodes too - sending SESSION_CLOSED events for abnormal session termination too | |
Java | apache-2.0 | 2b6039540060def2048c2936bc113c2d1d89e7ce | 0 | oboehm/gdv.xport,oboehm/gdv.xport,oboehm/gdv.xport | /*
* Copyright (c) 2017 by Oliver Boehm
*
* 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... | service/src/main/java/gdv/xport/srv/web/DatenpaketController.java | /*
* Copyright (c) 2017 by Oliver Boehm
*
* 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... | parsing request header to get accepted media format
| service/src/main/java/gdv/xport/srv/web/DatenpaketController.java | parsing request header to get accepted media format | |
Java | apache-2.0 | 4cf4b94e741e1e0bfaac8e2820d8a93a8558fc25 | 0 | cristian-sulea/jatoo-exec | /*
* Copyright (C) 2014 Cristian Sulea ( http://cristian.sulea.net )
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any la... | jatoo-exec/src/main/java/jatoo/exec/CommandExecutor.java | /*
* Copyright (C) 2014 Cristian Sulea ( http://cristian.sulea.net )
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any la... | bug fix: the folder was ignored | jatoo-exec/src/main/java/jatoo/exec/CommandExecutor.java | bug fix: the folder was ignored | |
Java | apache-2.0 | 9df1c22771695e3118296ba75226a0f02dff9531 | 0 | adaptris/interlok | /*
* Copyright 2015 Adaptris Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | interlok-core/src/main/java/com/adaptris/core/AdaptrisMarshaller.java | /*
* Copyright 2015 Adaptris Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | Add Exception to openStream() as we wrap it anyway as a RTE
| interlok-core/src/main/java/com/adaptris/core/AdaptrisMarshaller.java | Add Exception to openStream() as we wrap it anyway as a RTE | |
Java | apache-2.0 | 615b3d3985195392615aa64209b0eb04851313d8 | 0 | mglukhikh/intellij-community,mglukhikh/intellij-community,vvv1559/intellij-community,mglukhikh/intellij-community,xfournet/intellij-community,FHannes/intellij-community,ThiagoGarciaAlves/intellij-community,mglukhikh/intellij-community,youdonghai/intellij-community,apixandru/intellij-community,allotria/intellij-communit... | /*
* 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/platform-impl/src/com/intellij/util/PsiErrorElementUtil.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... | refactoring: shorter variable name (IDEA-CR-16497)
| platform/platform-impl/src/com/intellij/util/PsiErrorElementUtil.java | refactoring: shorter variable name (IDEA-CR-16497) | |
Java | apache-2.0 | bb0ccc393321025644e02f24e2e4426af7a629ae | 0 | eFaps/eFaps-Kernel,ov3rflow/eFaps-Kernel | /*
* Copyright 2003 - 2009 The eFaps Team
*
* 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 ... | kernel/src/main/java/org/efaps/update/datamodel/TypeUpdate.java | /*
* Copyright 2003-2008 The eFaps Team
*
* 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... | - BugFix the default value was not evaluated
git-svn-id: 4b3b87045ec33e1a2f7ddff44705baa56df11711@2084 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
| kernel/src/main/java/org/efaps/update/datamodel/TypeUpdate.java | - BugFix the default value was not evaluated | |
Java | apache-2.0 | 90178945e73961f4e0b33731916f4a6e569a1050 | 0 | xiangyong/httl,sdgdsffdsfff/httl,fengshao0907/httl,httl/httl | /*
* Copyright 2011-2013 HTTL Team.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | httl/src/main/java/httl/spi/translators/templates/CompiledVisitor.java | /*
* Copyright 2011-2013 HTTL Team.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | #118 #set推导类型不作为声明
| httl/src/main/java/httl/spi/translators/templates/CompiledVisitor.java | #118 #set推导类型不作为声明 | |
Java | bsd-2-clause | 6b855ea76f320b044ab9db72ff0c87cafe1860fc | 0 | TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,TehSAUCE/imagej | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | ui/swing/updater/src/main/java/imagej/updater/gui/UpdaterFrame.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | Updater (Swing): fix compiler warning
Signed-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>
| ui/swing/updater/src/main/java/imagej/updater/gui/UpdaterFrame.java | Updater (Swing): fix compiler warning | |
Java | bsd-3-clause | d23ac546d3cbc877f67533a8746770dc7b652395 | 0 | Adam5Wu/ZWUtils-Java,Adam5Wu/ZWUtils-Java,Adam5Wu/ZWUtils-Java | // NEC Labs America Inc. CONFIDENTIAL
package com.necla.am.zwutils;
import com.necla.am.zwutils.Misc.Versioning;
public class _Namespace {
public static final String PRODUCT = "ZWUtils - Jack of All Trades Utility Libraries";
public static final String COMPONENT = "ZWUtils for Java";
public static f... | main/src/java/com/necla/am/zwutils/_Namespace.java | // NEC Labs America Inc. CONFIDENTIAL
package com.necla.am.zwutils;
import com.necla.am.zwutils.Misc.Versioning;
public class _Namespace {
public static final String PRODUCT = "ZWUtils - Jack of All Trades Utility Libraries";
public static final String COMPONENT = "ZWUtils for Java";
public static f... | Improve namespace programmatic access in Eclipse debug mode
| main/src/java/com/necla/am/zwutils/_Namespace.java | Improve namespace programmatic access in Eclipse debug mode | |
Java | bsd-3-clause | ae33345898c9520055116d373b399198dfe82f3d | 0 | nesl/sos-2x,nesl/sos-2x,nesl/sos-2x,nesl/sos-2x,nesl/sos-2x,nesl/sos-2x,nesl/sos-2x,nesl/sos-2x | /**
* @file SOSCrashMonitor.java
* @brief Detailed crash report of SOS when it crashes
* @author Ram Kumar {ram@ee.ucla.edu}
*/
package sos.monitor;
import avrora.monitors.Monitor;
import avrora.monitors.MonitorFactory;
import avrora.sim.Simulator;
import avrora.sim.State;
import avrora.core.Program;
import avror... | tools/avrora/sos/monitor/SOSCrashMonitor.java | /**
* @file SOSCrashMonitor.java
* @brief Detailed crash report of SOS when it crashes
* @author Ram Kumar {ram@ee.ucla.edu}
*/
package sos.monitor;
import avrora.monitors.Monitor;
import avrora.monitors.MonitorFactory;
import avrora.sim.Simulator;
import avrora.sim.State;
import avrora.core.Program;
import avror... | Avrora: SOSCrashmonitor - Enable option to profile before or after instruction fires
| tools/avrora/sos/monitor/SOSCrashMonitor.java | Avrora: SOSCrashmonitor - Enable option to profile before or after instruction fires | |
Java | mit | 72105fb3494e6f9d0f337f2a29697c2d0eb56ba5 | 0 | diirt/diirt,berryma4/diirt,ControlSystemStudio/diirt,berryma4/diirt,berryma4/diirt,diirt/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,berryma4/diirt,richardfearn/diirt,richardfearn/diirt,richardfearn/diirt,diirt/diirt,diirt/diirt | /*
* Copyright 2010-11 Brookhaven National Laboratory
* All rights reserved. Use is subject to license terms.
*/
package org.epics.pvmanager.test;
import org.epics.pvmanager.PVWriterListener;
import org.junit.Before;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.epics.pvmanager.DataSour... | PVManager/src/test/java/org/epics/pvmanager/test/TestDataSourceTest.java | /*
* Copyright 2010-11 Brookhaven National Laboratory
* All rights reserved. Use is subject to license terms.
*/
package org.epics.pvmanager.test;
import org.epics.pvmanager.PVWriterListener;
import org.junit.Before;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.epics.pvmanager.DataSour... | Increase delay before checking that connections were closed in the datasource.
| PVManager/src/test/java/org/epics/pvmanager/test/TestDataSourceTest.java | Increase delay before checking that connections were closed in the datasource. | |
Java | mit | 07d990a966bac99ac23c62a64be5d5c10b1b2880 | 0 | MondayHopscotch/Jump,bitDecayGames/Jump | package com.bitdecay.jump.collision;
import java.util.*;
import com.bitdecay.jump.BitBody;
import com.bitdecay.jump.BodyType;
import com.bitdecay.jump.geom.*;
import com.bitdecay.jump.level.Level;
import com.bitdecay.jump.level.builder.TileObject;
/**
* A Pseudo-Physics simulation world. Will step according to all ... | jump-core/src/main/java/com/bitdecay/jump/collision/BitWorld.java | package com.bitdecay.jump.collision;
import java.util.*;
import com.bitdecay.jump.BitBody;
import com.bitdecay.jump.BodyType;
import com.bitdecay.jump.geom.*;
import com.bitdecay.jump.level.Level;
import com.bitdecay.jump.level.builder.TileObject;
/**
* A Pseudo-Physics simulation world. Will step according to all ... | Remove confusing step logic
| jump-core/src/main/java/com/bitdecay/jump/collision/BitWorld.java | Remove confusing step logic | |
Java | mit | 7956f7fdc1a65c3084880bd5056b8a7ad515977f | 0 | Evisceration/ExecutionLibrary | package alexander.martinz.libs.execution;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.concurrent.TimeoutException;
im... | library/src/main/java/alexander/martinz/libs/execution/ShellManager.java | package alexander.martinz.libs.execution;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.concurrent.TimeoutException;
im... | ShellManager: remove deprecated "get" method
Change-Id: Ic5938ed27b85f428da8325b2fc1e992feb2c8c05
Signed-off-by: Alexander Martinz <a1418a03e3f7813c1fd3f97ab13f9d68ba5a9ac2@gmail.com>
| library/src/main/java/alexander/martinz/libs/execution/ShellManager.java | ShellManager: remove deprecated "get" method | |
Java | mit | 809586c9a0f236ddfd329e2a2f072d1a077a68d8 | 0 | Jumper456/Chessboard,Jumper456/Chessboard | package net.yotvoo.chessboard;
import javafx.scene.layout.GridPane;
public class ChessBoard {
private ChessField[][] chessArray;
private ChessGame chessGame;
/*
* clickedField and clikedButton show which field/button has been clicked as the source field
* when the next click happens, it means to ... | src/net/yotvoo/chessboard/ChessBoard.java | package net.yotvoo.chessboard;
import javafx.scene.layout.GridPane;
public class ChessBoard {
private ChessField[][] chessArray;
private ChessGame chessGame;
/*
* clickedField and clikedButton show which field/button has been clicked as the source field
* when the next click happens, it means to ... | Bug fixed: bad coordinates has been given to chess field and recorded.
| src/net/yotvoo/chessboard/ChessBoard.java | Bug fixed: bad coordinates has been given to chess field and recorded. | |
Java | mit | cc235cf6eaf7872b0f01bea7e116858f30e91662 | 0 | ReactionMechanismGenerator/RMG-Java,faribas/RMG-Java,keceli/RMG-Java,KEHANG/RMG-Java,keceli/RMG-Java,faribas/RMG-Java,nyee/RMG-Java,nyee/RMG-Java,ReactionMechanismGenerator/RMG-Java,enochd/RMG-Java,rwest/RMG-Java,keceli/RMG-Java,jwallen/RMG-Java,nyee/RMG-Java,ReactionMechanismGenerator/RMG-Java,enochd/RMG-Java,connie/R... | ////////////////////////////////////////////////////////////////////////////////
//
// RMG - Reaction Mechanism Generator
//
// Copyright (c) 2002-2011 Prof. William H. Green (whgreen@mit.edu) and the
// RMG Team (rmg_dev@mit.edu)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of ... | source/RMG/jing/chem/ChemGraph.java | ////////////////////////////////////////////////////////////////////////////////
//
// RMG - Reaction Mechanism Generator
//
// Copyright (c) 2002-2011 Prof. William H. Green (whgreen@mit.edu) and the
// RMG Team (rmg_dev@mit.edu)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of ... | bug fix for aromatics perception: implicit hydrogens
in case one does not define the explicit hydrogens in an adjacency
list, the aromatics perception algo wrongly calculates the
'used_valency' counter.
Now, the addMissingHydrogen() method is called at the beginning
of the algorithm to make sure all hydrogens are exp... | source/RMG/jing/chem/ChemGraph.java | bug fix for aromatics perception: implicit hydrogens | |
Java | epl-1.0 | 94718c4fe87ce3f316175d094d2f29af6a872aa5 | 0 | test-editor/test-editor,test-editor/test-editor,test-editor/test-editor,test-editor/test-editor | /*******************************************************************************
* Copyright (c) 2012 - 2015 Signal Iduna Corporation 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 di... | ui/org.testeditor.ui/src/org/testeditor/ui/handlers/RunTestHandler.java | /*******************************************************************************
* Copyright (c) 2012 - 2015 Signal Iduna Corporation 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 di... | [TE-80] Check Button selection on saveall dialog. | ui/org.testeditor.ui/src/org/testeditor/ui/handlers/RunTestHandler.java | [TE-80] Check Button selection on saveall dialog. | |
Java | mpl-2.0 | a968501dc487a0e7b77d74e5bffcdd4295b63dca | 0 | AbhijitParate/openmrs-core,shiangree/openmrs-core,alexei-grigoriev/openmrs-core,foolchan2556/openmrs-core,lilo2k/openmrs-core,dcmul/openmrs-core,asifur77/openmrs,lilo2k/openmrs-core,kristopherschmidt/openmrs-core,jcantu1988/openmrs-core,lbl52001/openmrs-core,sadhanvejella/openmrs,kckc/openmrs-core,lbl52001/openmrs-core... | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | src/api/org/openmrs/api/context/ServiceContext.java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | for TRUNK-1604 fixing ServiceContext to not load advice or advisors twice
git-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@14331 5bac5841-c719-aa4e-b3fe-cce5062f897a
| src/api/org/openmrs/api/context/ServiceContext.java | for TRUNK-1604 fixing ServiceContext to not load advice or advisors twice | |
Java | lgpl-2.1 | 9a11f2d8e6ec262df2ff2d1ad5c139c40636bf24 | 0 | svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox | /*
* PartitionModelPanel.java
*
* Copyright (c) 2002-2011 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute ... | src/dr/app/beauti/ancestralStatesPanel/AncestralStatesOptionsPanel.java | /*
* PartitionModelPanel.java
*
* Copyright (c) 2002-2011 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute ... | text message changes for the renaissance counting method in AncestralStatesOptionsPanel
git-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@5395 ca793f91-a31e-0410-b540-2769d408b6a1
| src/dr/app/beauti/ancestralStatesPanel/AncestralStatesOptionsPanel.java | text message changes for the renaissance counting method in AncestralStatesOptionsPanel | |
Java | lgpl-2.1 | 36e09d8b75692473583c952e082c5c6d0723f792 | 0 | pentaho/pentaho-commons-xul | /**
*
*/
package org.pentaho.ui.xul;
import java.beans.PropertyChangeListener;
import org.pentaho.ui.xul.dom.Element;
/**
* The base interface for any XUL widget.
*
* @author nbaker
*
*/
public interface XulComponent extends Element, XulEventSource {
/**
* The manageObject is the ... | pentaho-xul-core/src/org/pentaho/ui/xul/XulComponent.java | /**
*
*/
package org.pentaho.ui.xul;
import java.beans.PropertyChangeListener;
import org.pentaho.ui.xul.dom.Element;
import org.pentaho.ui.xul.dnd.DragHandler;
import org.pentaho.ui.xul.dnd.DragType;
import org.pentaho.ui.xul.util.Align;
/**
* The base interface for any XUL widget.
*
* @autho... | Removed un-used imports causing compilation issues
| pentaho-xul-core/src/org/pentaho/ui/xul/XulComponent.java | Removed un-used imports causing compilation issues | |
Java | lgpl-2.1 | f9ce9f69394aa39c147997d126a4572f2fcb9bcc | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | src/main/java/com/threerings/presents/server/InvocationManager.java | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved
// http://code.google.com/p/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as p... | On second thought, let's configure the standalone client reference via an
optional injection.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6414 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/main/java/com/threerings/presents/server/InvocationManager.java | On second thought, let's configure the standalone client reference via an optional injection. | |
Java | unlicense | a83fcc954b93295e16b07c6c0f482541f2b0270a | 0 | rednoah/keydial | package ntu.csie.keydial;
import java.io.FileInputStream;
import java.io.InputStream;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyEvent;
import javafx.scene.input... | src/ntu/csie/keydial/Main.java | package ntu.csie.keydial;
import java.io.FileInputStream;
import java.io.InputStream;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.scene.Scene;
import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyEvent;
import javafx.scene.paint.Color;
import javafx.stage.Stage;... | * try different input methods
| src/ntu/csie/keydial/Main.java | * try different input methods | |
Java | apache-2.0 | cdb64cedcb7af3fa91521d2fb8d5a5a113242232 | 0 | rozza/mongo-java-driver,kevinsawicki/mongo-java-driver,davydotcom/mongo-java-driver,wanggc/mongo-java-driver,davydotcom/mongo-java-driver,jyemin/mongo-java-driver,kevinsawicki/mongo-java-driver,kevinsawicki/mongo-java-driver,kay-kim/mongo-java-driver,jyemin/mongo-java-driver,gianpaj/mongo-java-driver,jsonking/mongo-jav... | // Mongo.java
/**
* Copyright (C) 2008 10gen 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 require... | src/main/com/mongodb/Mongo.java | // Mongo.java
/**
* Copyright (C) 2008 10gen 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 require... | updated mongo constructor javadocs
| src/main/com/mongodb/Mongo.java | updated mongo constructor javadocs | |
Java | apache-2.0 | d164b5ef1c3d3e2e6978d0c3144a07886a195866 | 0 | LTT-Gatech/CarCareAndroid | package com.teamltt.carcare.activity;
import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.content.In... | app/src/main/java/com/teamltt/carcare/activity/ObdBluetoothService.java | package com.teamltt.carcare.activity;
import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.content.In... | Clarified a log
Removed unnecessary class constructions
| app/src/main/java/com/teamltt/carcare/activity/ObdBluetoothService.java | Clarified a log Removed unnecessary class constructions | |
Java | apache-2.0 | 7d500de34bd7b7c20e717fd53bf58518329500cd | 0 | hobermallow/LogAnalizer | package it.uniroma1.lcl.dietrolequinte.loader.query;
import java.io.File;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.time.format.FormatStyle;
import java.util.AbstractList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Co... | src/it/uniroma1/lcl/dietrolequinte/loader/query/QueryLoader.java | package it.uniroma1.lcl.dietrolequinte.loader.query;
import java.io.File;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.time.format.FormatStyle;
import java.util.AbstractList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Co... | javadoc
| src/it/uniroma1/lcl/dietrolequinte/loader/query/QueryLoader.java | javadoc | |
Java | apache-2.0 | 184c50a29008f3f952eadc86210a8ba7d6433f1f | 0 | JinWenQiang/FloodlightController,omkale/myfloodlight,xph906/SDN-NW,ZhangMenghao/Floodlight,alsmadi/CSCI-6617,TKTL-SDN/SoftOffload-Master,geddings/floodlight,phisolani/floodlight,srcvirus/floodlight,xuraylei/floodlight,dhruvkakadiya/FloodlightLoadBalancer,andiwundsam/floodlight-sync-proto,xph906/SDN,dhruvkakadiya/Floodl... | /**
* Copyright 2011, Big Switch Networks, Inc.
* Originally created by David Erickson, Stanford University
*
* 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
*
* ... | src/main/java/net/floodlightcontroller/routing/ForwardingBase.java | /**
* Copyright 2011, Big Switch Networks, Inc.
* Originally created by David Erickson, Stanford University
*
* 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
*
* ... | Reduce default size of OFMessageDamper cache to be nicer to the jvm
| src/main/java/net/floodlightcontroller/routing/ForwardingBase.java | Reduce default size of OFMessageDamper cache to be nicer to the jvm | |
Java | apache-2.0 | 80891c58e641b1ea79a481b5ead869c52b3ffd4e | 0 | enternoescape/opendct,enternoescape/opendct,enternoescape/opendct | /*
* Copyright 2015 The OpenDCT Authors. All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | src/main/java/opendct/Main.java | /*
* Copyright 2015 The OpenDCT Authors. All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | Explicitly loading HDHomeRunDiscoverer until the automated reflection code is in place.
| src/main/java/opendct/Main.java | Explicitly loading HDHomeRunDiscoverer until the automated reflection code is in place. | |
Java | apache-2.0 | da9612e185cc3d5b98fa22072cbbfc101fcfb935 | 0 | lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress,lastaflute/lastaflute-test-fortress | /*
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | src/main/java/org/docksidestage/app/web/wx/lastadoc/WxLastadocForm.java | /*
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | #hope jflute overridden by miraco#amba for now | src/main/java/org/docksidestage/app/web/wx/lastadoc/WxLastadocForm.java | #hope jflute overridden by miraco#amba for now | |
Java | apache-2.0 | cf74cfa6dee9afa56e056c8e012a7bc3651712b9 | 0 | leapframework/framework,leapframework/framework,leapframework/framework,leapframework/framework | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | oauth2/server/src/main/java/leap/oauth2/server/openid/JwtIdTokenGenerator.java | /*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | change login_name to username
| oauth2/server/src/main/java/leap/oauth2/server/openid/JwtIdTokenGenerator.java | change login_name to username | |
Java | apache-2.0 | e77cec85d472cb147b01e32a844f823063823942 | 0 | ChangerYoung/alluxio,ChangerYoung/alluxio,maobaolong/alluxio,wwjiang007/alluxio,Reidddddd/mo-alluxio,yuluo-ding/alluxio,aaudiber/alluxio,bf8086/alluxio,apc999/alluxio,ShailShah/alluxio,bf8086/alluxio,ShailShah/alluxio,Reidddddd/alluxio,madanadit/alluxio,riversand963/alluxio,maobaolong/alluxio,wwjiang007/alluxio,Alluxio... | /*
* Licensed to the University of California, Berkeley 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 no... | clients/unshaded/src/main/java/tachyon/client/file/URIStatus.java | /*
* Licensed to the University of California, Berkeley 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 no... | Update docs for immutable/mutable fields in uri status.
| clients/unshaded/src/main/java/tachyon/client/file/URIStatus.java | Update docs for immutable/mutable fields in uri status. | |
Java | apache-2.0 | e091f674acb7bb3aca7b3f904d0b383d08730728 | 0 | lesfurets/dOOv | /*
* Copyright (C) by Courtanet, All Rights Reserved.
*/
package io.doov.core.dsl.meta.ast;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Locale;
import io.doov.core.dsl.lang.StepWhen;
import io.doov.core.dsl.meta.*;
public class AstLinePercentVisitor extends AstLineVisitor {
... | core/src/main/java/io/doov/core/dsl/meta/ast/AstLinePercentVisitor.java | /*
* Copyright (C) by Courtanet, All Rights Reserved.
*/
package io.doov.core.dsl.meta.ast;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Locale;
import io.doov.core.dsl.lang.StepWhen;
import io.doov.core.dsl.meta.*;
public class AstLinePercentVisitor extends AstLineVisitor {
... | :bug: fix count sum percentages visualisation
| core/src/main/java/io/doov/core/dsl/meta/ast/AstLinePercentVisitor.java | :bug: fix count sum percentages visualisation | |
Java | apache-2.0 | 0e5c36c28e6554f8054ee37f61c97aaa364edcd2 | 0 | juanavelez/hazelcast,emre-aydin/hazelcast,lmjacksoniii/hazelcast,juanavelez/hazelcast,emre-aydin/hazelcast,tufangorel/hazelcast,Donnerbart/hazelcast,dsukhoroslov/hazelcast,tufangorel/hazelcast,dbrimley/hazelcast,Donnerbart/hazelcast,tkountis/hazelcast,mesutcelik/hazelcast,tombujok/hazelcast,emrahkocaman/hazelcast,mesut... | /*
* Copyright (c) 2008-2012, Hazel Bilisim Ltd. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | hazelcast/src/main/java/com/hazelcast/examples/SimpleMapTest.java | /*
* Copyright (c) 2008-2012, Hazel Bilisim Ltd. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... | Advanced SimpleMapTest
git-svn-id: 505f71283407c412190d59965c6d67c623df2891@2560 3f8e66b6-ca9d-11dd-a2b5-e5f827957e07
| hazelcast/src/main/java/com/hazelcast/examples/SimpleMapTest.java | Advanced SimpleMapTest | |
Java | apache-2.0 | 5f94d3a8ddcd4f14f581bcfd93449b708d5e1ec8 | 0 | angelograziano/repositoryJankins,gamalapa/simple-mvn-project,angelograziano/repositoryJankins,marleenkock/simple-mvn-project,anuragagrawal1/simple-mvn-project,dhinojosa/simple-mvn-project,dhinojosa/simple-mvn-project,chaitanya4u/simple-mvn-project,gamalapa/simple-mvn-project,anuragagrawal1/simple-mvn-project,marleenkoc... | package com.evolutionnext.model;
import com.evolutionnext.model.Album;
import org.junit.Test;
import static org.fest.assertions.Assertions.assertThat;
public class AlbumTest {
@Test
public void testProperties() throws Exception {
Album album = new Album();
album.setName("Rumours"... | simple-maven-common/src/test/java/com/evolutionnext/model/AlbumTest.java | package com.evolutionnext.model;
import com.evolutionnext.model.Album;
import org.junit.Test;
import static org.fest.assertions.Assertions.assertThat;
public class AlbumTest {
@Test
public void testProperties() throws Exception {
Album album = new Album();
album.setName("Rumours"... | Update AlbumTest.java
Manually breaking the test, that's how I roll | simple-maven-common/src/test/java/com/evolutionnext/model/AlbumTest.java | Update AlbumTest.java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.