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 | agpl-3.0 | 3aaa396251340e03916f41c1bf7b1e0a724f693b | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 53b7072c-2e61-11e5-9284-b827eb9e62be | hello.java | 53b19c10-2e61-11e5-9284-b827eb9e62be | 53b7072c-2e61-11e5-9284-b827eb9e62be | hello.java | 53b7072c-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | eb7abaf860a0c81d9fb7bcdbdaf53feee9d271c3 | 0 | KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1 | package nl.mpi.kinnate.svg;
import java.awt.Cursor;
import java.awt.Point;
import java.awt.event.MouseEvent;
import java.awt.geom.AffineTransform;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import nl.mpi.kinnate.kindata.DataTypes.RelationType;
import org.w3c.dom.events.Event;
impor... | desktop/src/main/java/nl/mpi/kinnate/svg/MouseListenerSvg.java | package nl.mpi.kinnate.svg;
import java.awt.Cursor;
import java.awt.Point;
import java.awt.event.MouseEvent;
import java.awt.geom.AffineTransform;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import nl.mpi.kinnate.kindata.DataTypes.RelationType;
import org.w3c.dom.events.Event;
impor... | Added a settings panel for the relation type definitions.
Added the relation type definitions to the data stored in the svg.
Added the DCR to the relation types and its settings UI.
Restructured the relation type data structure to suit the recent changes.
Added drag handles for each custom relation type.
| desktop/src/main/java/nl/mpi/kinnate/svg/MouseListenerSvg.java | Added a settings panel for the relation type definitions. Added the relation type definitions to the data stored in the svg. Added the DCR to the relation types and its settings UI. Restructured the relation type data structure to suit the recent changes. Added drag handles for each custom relation type. | |
Java | agpl-3.0 | c52f10bc7df5c30a6e67f717adc90ec7724fe0b2 | 0 | getintouchapp/tigase-muc,getintouchapp/tigase-muc | /*
* MediatedInvitationModule.java
*
* Tigase Jabber/XMPP Server
* Copyright (C) 2004-2012 "Artur Hefczyc" <artur.hefczyc@tigase.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundat... | src/main/java/tigase/muc/modules/MediatedInvitationModule.java | /*
* MediatedInvitationModule.java
*
* Tigase Jabber/XMPP Server
* Copyright (C) 2004-2012 "Artur Hefczyc" <artur.hefczyc@tigase.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundat... | Allow to forward <body/> in medaited invitation | src/main/java/tigase/muc/modules/MediatedInvitationModule.java | Allow to forward <body/> in medaited invitation | |
Java | agpl-3.0 | d91ddaf9641c415f7b9be518a422e018124c4346 | 0 | splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceeng... | package com.splicemachine.hbase.table;
import com.google.common.collect.Lists;
import com.splicemachine.concurrent.KeyedCompletionService;
import com.splicemachine.concurrent.KeyedFuture;
import com.splicemachine.constants.SpliceConstants;
import com.splicemachine.constants.bytes.BytesUtil;
import com.splicemachine.hb... | structured_constants/src/main/java/com/splicemachine/hbase/table/SpliceHTable.java | package com.splicemachine.hbase.table;
import com.google.common.collect.Lists;
import com.splicemachine.concurrent.KeyedCompletionService;
import com.splicemachine.concurrent.KeyedFuture;
import com.splicemachine.constants.SpliceConstants;
import com.splicemachine.constants.bytes.BytesUtil;
import com.splicemachine.hb... | increased logging to understand error on the cluster
| structured_constants/src/main/java/com/splicemachine/hbase/table/SpliceHTable.java | increased logging to understand error on the cluster | |
Java | agpl-3.0 | b63336120ac056015bebd10dabba9f4dde5772ab | 0 | acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling,acontes/scheduling | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | src/scheduler/src/org/ow2/proactive/scheduler/task/internal/InternalTask.java | /*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | SCHEDULING-1236 (missing @XmlTransient on InternalTask.ideps)
git-svn-id: 27916816d6cfa57849e9a885196bf7392b80e1ac@19770 28e8926c-6b08-0410-baaa-805c5e19b8d6
| src/scheduler/src/org/ow2/proactive/scheduler/task/internal/InternalTask.java | SCHEDULING-1236 (missing @XmlTransient on InternalTask.ideps) | |
Java | apache-2.0 | f2805b5edfde31af9905be4e61cc6d9ca273e3b2 | 0 | ofelbaum/spb-transport-app | package com.emal.android.transport.utils;
/**
* User: alexey.emelyanenko@gmail.com
* Date: 4/14/12 9:34 PM
*/
public final class Constants {
public static final String URL_TEMPLATE = "http://transport.orgp.spb.ru/cgi-bin/mapserv?TRANSPARENT=TRUE&FORMAT=image%2Fpng&MAP=vehicle_typed.map&SERVICE=WMS&VERSION=1.1.1... | src/main/java/com/emal/android/transport/utils/Constants.java | package com.emal.android.transport.utils;
/**
* User: alexey.emelyanenko@gmail.com
* Date: 4/14/12 9:34 PM
*/
public final class Constants {
public static final String URL_TEMPLATE = "http://transport.orgp.spb.ru/cgi-bin/mapserv?TRANSPARENT=TRUE&FORMAT=image%2Fpng&MAP=vehicle_typed.map&SERVICE=WMS&VERSION=1.1.1... | set default sync time to 10 sec
| src/main/java/com/emal/android/transport/utils/Constants.java | set default sync time to 10 sec | |
Java | apache-2.0 | 90c2e19f78ba8ac8787d1fb4556504a1699c9481 | 0 | coolcrowd/worker-service,coolcrowd/WorkerService,coolcrowd/WorkerService,coolcrowd/worker-service | package edu.kit.ipd.crowdcontrol.workerservice.query;
import edu.kit.ipd.crowdcontrol.workerservice.InternalServerErrorException;
import edu.kit.ipd.crowdcontrol.workerservice.RequestHelper;
import edu.kit.ipd.crowdcontrol.workerservice.database.model.enums.ExperimentsPlatformModeMode;
import edu.kit.ipd.crowdcontrol.... | src/main/java/edu/kit/ipd/crowdcontrol/workerservice/query/Queries.java | package edu.kit.ipd.crowdcontrol.workerservice.query;
import edu.kit.ipd.crowdcontrol.workerservice.BadRequestException;
import edu.kit.ipd.crowdcontrol.workerservice.InternalServerErrorException;
import edu.kit.ipd.crowdcontrol.workerservice.RequestHelper;
import edu.kit.ipd.crowdcontrol.workerservice.database.model.... | query: fixed wrong import
| src/main/java/edu/kit/ipd/crowdcontrol/workerservice/query/Queries.java | query: fixed wrong import | |
Java | apache-2.0 | fef4e1cc49fae14562a133f7251e006296a910d7 | 0 | ftomassetti/intellij-community,amith01994/intellij-community,SerCeMan/intellij-community,adedayo/intellij-community,pwoodworth/intellij-community,gnuhub/intellij-community,joewalnes/idea-community,fnouama/intellij-community,jexp/idea2,blademainer/intellij-community,FHannes/intellij-community,FHannes/intellij-community,... | package com.intellij.util.indexing;
import com.intellij.ide.startup.CacheUpdater;
import com.intellij.ide.startup.FileSystemSynchronizer;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.*;
import com.intellij.openap... | lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java | package com.intellij.util.indexing;
import com.intellij.ide.startup.CacheUpdater;
import com.intellij.ide.startup.FileSystemSynchronizer;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.*;
import com.intellij.openap... | marker file to ensure indices proper shutdown
| lang-impl/src/com/intellij/util/indexing/FileBasedIndex.java | marker file to ensure indices proper shutdown | |
Java | apache-2.0 | 6a73e95647a40e0f06c74298c5d2a8942d714ed5 | 0 | nhl/link-rest,AbleOne/link-rest,AbleOne/link-rest | package com.nhl.link.rest;
import com.nhl.link.rest.annotation.listener.DataFetched;
import com.nhl.link.rest.annotation.listener.SelectChainInitialized;
import com.nhl.link.rest.annotation.listener.SelectRequestParsed;
import com.nhl.link.rest.annotation.listener.SelectServerParamsApplied;
import com.nhl.link.rest.co... | link-rest/src/main/java/com/nhl/link/rest/SelectBuilder.java | package com.nhl.link.rest;
import com.nhl.link.rest.annotation.listener.DataFetched;
import com.nhl.link.rest.annotation.listener.SelectChainInitialized;
import com.nhl.link.rest.annotation.listener.SelectRequestParsed;
import com.nhl.link.rest.annotation.listener.SelectServerParamsApplied;
import com.nhl.link.rest.co... | obsolete javadocs cleanup
| link-rest/src/main/java/com/nhl/link/rest/SelectBuilder.java | obsolete javadocs cleanup | |
Java | apache-2.0 | 38c6fdb3725435d916f1eb70d1c1993e23e5831f | 0 | michelegonella/zen-project,michelegonella/zen-project,michelegonella/zen-project | /*
* Copyright 2008-2011 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... | zen-webservice/src/main/java/com/nominanuda/hyperapi/AnnotatedType.java | /*
* Copyright 2008-2011 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... | added getters
| zen-webservice/src/main/java/com/nominanuda/hyperapi/AnnotatedType.java | added getters | |
Java | apache-2.0 | dfb01058ff21c2d44d6474bf520215a98f02fe5a | 0 | jmartisk/creaper,jtymel/creaper,mchoma/creaper,wildfly-extras/creaper,Ladicek/creaper,ochaloup/creaper | package org.wildfly.extras.creaper.core.online;
import org.jboss.as.controller.client.ModelControllerClient;
import org.jboss.dmr.ModelNode;
import org.wildfly.extras.creaper.core.ManagementClient;
import javax.net.ssl.SSLContext;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.Callb... | core/src/main/java/org/wildfly/extras/creaper/core/online/OnlineOptions.java | package org.wildfly.extras.creaper.core.online;
import org.jboss.as.controller.client.ModelControllerClient;
import org.jboss.dmr.ModelNode;
import org.wildfly.extras.creaper.core.ManagementClient;
import javax.net.ssl.SSLContext;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.Callb... | improve the default boot timeout
Previously, the default value of OnlineOptions.bootTimeout was always
10 seconds. This is definitely too small for managed domain. This commit
uses a default value of 20 seconds for standalone server and 2 minutes
for managed domain, which is much more generous.
| core/src/main/java/org/wildfly/extras/creaper/core/online/OnlineOptions.java | improve the default boot timeout | |
Java | apache-2.0 | 81dc4c3a7184fc67b299b85f31b32eb44f19058e | 0 | jamieadkins95/Roach,jamieadkins95/Roach | package com.jamieadkins.gwent.main;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AlertDialog;
impor... | app/src/main/java/com/jamieadkins/gwent/main/MainActivity.java | package com.jamieadkins.gwent.main;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AlertDialog;
impor... | Refactored Fragment launching
Reduced common code using setupFragment method
Signed-off-by: Jamie Adkins <3171c194172a38df5abe01c35eb23efc5050d9fa@gmail.com>
| app/src/main/java/com/jamieadkins/gwent/main/MainActivity.java | Refactored Fragment launching | |
Java | apache-2.0 | 32e2af234b68bfb7f21738577a231581ac39ec2f | 0 | mbrukman/gcloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,rborer/google-cloud-java,shinfan/gcloud-java,shinfan/gcloud-java,vam-google/google-cloud-java,FirebasePrivate/google-cloud-java,rborer/google-cloud-java,shinfan/gcloud-java,FirebasePrivate/google-cloud-java,FirebasePrivate/google-cloud-java,... | /*
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/MessageDispatcher.java | /*
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Revert "pubsub: acquire FlowController before releasing (#1831)" (#1872)
This reverts commit 3717ac648addbfd3dd6c8aad27d20290bc6b4b21.
This change brings up another serious bug.
If the number of messages we pull in one RPC is greater than the number size of the semaphore, we deadlock forever.
Will redo this later... | google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/MessageDispatcher.java | Revert "pubsub: acquire FlowController before releasing (#1831)" (#1872) | |
Java | apache-2.0 | b461f006b2342f2d3b1999ebf820e2a0b1bca309 | 0 | codescale/logging-log4j2,lqbweb/logging-log4j2,lburgazzoli/apache-logging-log4j2,jsnikhil/nj-logging-log4j2,renchunxiao/logging-log4j2,GFriedrich/logging-log4j2,renchunxiao/logging-log4j2,jinxuan/logging-log4j2,xnslong/logging-log4j2,jsnikhil/nj-logging-log4j2,lburgazzoli/apache-logging-log4j2,codescale/logging-log4j2,... | /*
* 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 ... | log4j-iostreams/src/main/java/org/apache/logging/log4j/io/LoggerPrintWriter.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 ... | Javadoc update for recently added method.
| log4j-iostreams/src/main/java/org/apache/logging/log4j/io/LoggerPrintWriter.java | Javadoc update for recently added method. | |
Java | apache-2.0 | cd39aec94bc039baade7d746091ba57f19c0a5a7 | 0 | SimonVT/cathode,SimonVT/cathode | /*
* Copyright (C) 2013 Simon Vig Therkildsen
*
* 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 ... | cathode/src/main/java/net/simonvt/cathode/remote/TraktTaskService.java | /*
* Copyright (C) 2013 Simon Vig Therkildsen
*
* 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 ... | Make sure response isn't null.
| cathode/src/main/java/net/simonvt/cathode/remote/TraktTaskService.java | Make sure response isn't null. | |
Java | apache-2.0 | 04311a1961c85926419c1840f9a5e7e16c8801a7 | 0 | aaronanderson/ode,aaronanderson/ode,apache/ode,Subasinghe/ode,aaronanderson/ode,Subasinghe/ode,apache/ode,Subasinghe/ode,Subasinghe/ode,aaronanderson/ode,Subasinghe/ode,apache/ode,mproch/apache-ode,apache/ode,apache/ode,mproch/apache-ode | package org.apache.ode.dao.jpa.ojpa;
import java.util.List;
import java.util.Properties;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.Query;
import org.apache.ode.bpel.dao.BpelDAOConnection;
import org.apache.ode.bpel.dao.BpelDAOConnectionFa... | dao-jpa-ojpa/src/main/java/org/apache/ode/dao/jpa/ojpa/BPELDAOConnectionFactoryImpl.java | package org.apache.ode.dao.jpa.ojpa;
import java.util.List;
import java.util.Properties;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.Query;
import org.apache.ode.bpel.dao.BpelDAOConnection;
import org.apache.ode.bpel.dao.BpelDAOConnectionFa... | add connection variable
git-svn-id: aa171c635fe092da43bc3212e891e07172936fe5@485197 13f79535-47bb-0310-9956-ffa450edef68
| dao-jpa-ojpa/src/main/java/org/apache/ode/dao/jpa/ojpa/BPELDAOConnectionFactoryImpl.java | add connection variable | |
Java | apache-2.0 | e065717e82284e8a4f5f854369fd79179a492071 | 0 | mikosik/smooth-build,mikosik/smooth-build | src/main/java/org/smoothbuild/lang/expr/ValueExpression.java | package org.smoothbuild.lang.expr;
import static com.google.common.base.Preconditions.checkNotNull;
import static java.util.Arrays.asList;
import static org.smoothbuild.task.base.Computer.valueComputer;
import org.smoothbuild.db.values.ValuesDb;
import org.smoothbuild.lang.message.CodeLocation;
import org.smoothbuild... | removed no longer used ValueExpression
| src/main/java/org/smoothbuild/lang/expr/ValueExpression.java | removed no longer used ValueExpression | ||
Java | apache-2.0 | edc842f5ac0ddb402229e4e24c8b6202be866127 | 0 | apache/commons-fileupload,apache/commons-fileupload | /*
* 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/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.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 ... | Replace NUL byte in string with \0
NUL causes diff to treat the file as binary and so commit diffs don't appear
git-svn-id: 4df6fc2fa5570e860fd57fa770edce8ae587d435@1458591 13f79535-47bb-0310-9956-ffa450edef68
| src/test/java/org/apache/commons/fileupload/util/mime/Base64DecoderTestCase.java | Replace NUL byte in string with \0 NUL causes diff to treat the file as binary and so commit diffs don't appear | |
Java | apache-2.0 | 4cccf6963558cecd83aece53f70d91ed88f9720b | 0 | matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk | /*
* Copyright 2015 OpenMarket Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | matrix-sdk/src/main/java/org/matrix/androidsdk/adapters/MessagesAdapter.java | /*
* Copyright 2015 OpenMarket Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | The roommember events should not have sender
| matrix-sdk/src/main/java/org/matrix/androidsdk/adapters/MessagesAdapter.java | The roommember events should not have sender | |
Java | apache-2.0 | ce6814c626d55fbed1c020aa52fcb4d532effc64 | 0 | prembasumatary/graphhopper,don-philipe/graphhopper,routexl/graphhopper,prembasumatary/graphhopper,prembasumatary/graphhopper,don-philipe/graphhopper,graphhopper/graphhopper,boldtrn/graphhopper,routexl/graphhopper,ammagamma/graphhopper,fbonzon/graphhopper,don-philipe/graphhopper,ammagamma/graphhopper,routexl/graphhopper... | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/TripFromLabel.java | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | avoid too long lines and make checkstyle happy again
| reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/TripFromLabel.java | avoid too long lines and make checkstyle happy again | |
Java | apache-2.0 | 62a2917c49e79b0e66f142c6f603cf9ecd816431 | 0 | maxcom/lorsource,hizel/lorsource,kloun/lorsource,fat0troll/lorsource,hizel/lorsource,kloun/lorsource,maxcom/lorsource,fat0troll/lorsource,maxcom/lorsource,kloun/lorsource,maxcom/lorsource,fat0troll/lorsource,kloun/lorsource,ymn/lorsource,hizel/lorsource,ymn/lorsource,ymn/lorsource,ymn/lorsource,fat0troll/lorsource,hize... | /*
* Copyright 1998-2014 Linux.org.ru
* 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/ru/org/linux/user/UserEventFilterEnum.java | /*
* Copyright 1998-2014 Linux.org.ru
* 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/ru/org/linux/user/UserEventFilterEnum.java | страница уведомлений: "все" вместо "все уведомления" | |
Java | apache-2.0 | 53ce1d786e97593f0da87229a05fdd527f849e5f | 0 | namanmishra91/zeppelin,brigade/incubator-zeppelin,myrtleTree33/zeppelin,nkconnor/magellan,sravan-s/zeppelin,rozza/incubator-zeppelin,radicalbit/incubator-zeppelin,sohaibiftikhar/zeppelin,rohit2b/incubator-zeppelin,dirceusemighini/incubator-zeppelin,optimizely/incubator-zeppelin,mwpenny/zeppelin-esri,DataScienceX/incuba... | package com.nflabs.zeppelin.zengine;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
import javax.script.Bindings;
import javax.script.ScriptContext;
import javax.script.ScriptEngine;
impo... | zeppelin-zengine/src/main/java/com/nflabs/zeppelin/zengine/ERBEvaluator.java | package com.nflabs.zeppelin.zengine;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
import javax.script.Bindings;
import javax.script.ScriptContext;
import javax.script.ScriptEngine;
impo... | ZEPPELIN-106 Make getSingletonScriptEngine thread safe
| zeppelin-zengine/src/main/java/com/nflabs/zeppelin/zengine/ERBEvaluator.java | ZEPPELIN-106 Make getSingletonScriptEngine thread safe | |
Java | apache-2.0 | 3d3e8b4f8590853e04407cd271f301e129f5a3da | 0 | WANdisco/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,WANdisco/gerrit,Ge... | // Copyright (C) 2011 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 ... | gerrit-pgm/src/main/java/com/google/gerrit/pgm/LocalUsernamesToLowerCase.java | // Copyright (C) 2011 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 ... | LocalUsernamesToLowerCase: Bind disabled GitReferenceUpdated instance
Bug: Issue 10531
Change-Id: Ic945708793dd2dbe6612459fa8b4b03c2194b17f
| gerrit-pgm/src/main/java/com/google/gerrit/pgm/LocalUsernamesToLowerCase.java | LocalUsernamesToLowerCase: Bind disabled GitReferenceUpdated instance | |
Java | apache-2.0 | a3564a599aaf07a660d21bb3cab4cbe7de70d3e0 | 0 | mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase | /**
*
* 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-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.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-10592 Refactor PerformanceEvaluation tool
git-svn-id: eacefbb430aa6993bec52677de2e7e10bea24366@1572289 13f79535-47bb-0310-9956-ffa450edef68
| hbase-server/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java | HBASE-10592 Refactor PerformanceEvaluation tool | |
Java | apache-2.0 | aa677b7c684e066d380be512987801ab8a4cca33 | 0 | Channyboy/microprofile-metrics,pilhuhn/microprofile-metrics,pilhuhn/microprofile-metrics,Channyboy/microprofile-metrics | /*
**********************************************************************
* Copyright (c) 2018 Contributors to the Eclipse Foundation
* 2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* See the NOTICES file(s) distributed with this ... | api/src/main/java/org/eclipse/microprofile/metrics/DefaultMetadata.java | /*
**********************************************************************
* Copyright (c) 2018 Contributors to the Eclipse Foundation
* 2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* See the NOTICES file(s) distributed with this ... | Make constructor protected.
Signed-off-by: Heiko W. Rupp <b84916873c63a5de92f08628798bc3f70d9f6496@redhat.com>
| api/src/main/java/org/eclipse/microprofile/metrics/DefaultMetadata.java | Make constructor protected. | |
Java | apache-2.0 | 3a41b5fbf1b7d5e78312e8714d550c062bf9fc9b | 0 | kef/hieos,kef/hieos,kef/hieos | /*
* This code is subject to the HIEOS License, Version 1.0
*
* Copyright(c) 2010 Vangent, Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ... | src/policyutil/src/com/vangent/hieos/policyutil/client/PIPClient.java | /*
* This code is subject to the HIEOS License, Version 1.0
*
* Copyright(c) 2010 Vangent, Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ... | Moved files.
| src/policyutil/src/com/vangent/hieos/policyutil/client/PIPClient.java | Moved files. | |
Java | apache-2.0 | 399d1f988c7f677d333874664e4c90d635df6c5f | 0 | FRosner/DataGenerator | package de.frosner.datagenerator.gui.main;
import static org.fest.assertions.Assertions.assertThat;
import static org.fest.swing.edt.GuiActionRunner.execute;
import java.awt.AWTException;
import java.io.File;
import java.io.IOException;
import org.fest.swing.edt.FailOnThreadViolationRepaintManager;
import org.fest.s... | src/test/java/de/frosner/datagenerator/gui/main/SwingMenuGuiTest.java | package de.frosner.datagenerator.gui.main;
import static org.fest.assertions.Assertions.assertThat;
import static org.fest.swing.edt.GuiActionRunner.execute;
import java.awt.AWTException;
import java.io.File;
import java.io.IOException;
import org.fest.swing.edt.FailOnThreadViolationRepaintManager;
import org.fest.s... | fix minor code "improvement"
| src/test/java/de/frosner/datagenerator/gui/main/SwingMenuGuiTest.java | fix minor code "improvement" | |
Java | apache-2.0 | 7793fb8704552961583cc5ccdf8e04a5297491e9 | 0 | consulo/consulo-maven,consulo/consulo-maven | /* ==========================================================================
* Copyright 2006 Mevenide 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.... | src/main/java/org/jetbrains/idea/maven/execution/MavenExternalParameters.java | /* ==========================================================================
* Copyright 2006 Mevenide 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.... | reformat
| src/main/java/org/jetbrains/idea/maven/execution/MavenExternalParameters.java | reformat | |
Java | apache-2.0 | 05e710b78352373948992c02869b28564350fe59 | 0 | aaudiber/alluxio,riversand963/alluxio,PasaLab/tachyon,EvilMcJerkface/alluxio,Reidddddd/alluxio,calvinjia/tachyon,bf8086/alluxio,bf8086/alluxio,Alluxio/alluxio,calvinjia/tachyon,wwjiang007/alluxio,aaudiber/alluxio,Alluxio/alluxio,maobaolong/alluxio,Alluxio/alluxio,PasaLab/tachyon,PasaLab/tachyon,aaudiber/alluxio,maobaol... | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderFileSystem.java | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | [SMALLFIX] Workaround a corner case when GCS storage owner is null
| underfs/gcs/src/main/java/alluxio/underfs/gcs/GCSUnderFileSystem.java | [SMALLFIX] Workaround a corner case when GCS storage owner is null | |
Java | apache-2.0 | 30eed78bbcd943308d4efaed87b2aa6c7ba4431f | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.WebMacros.grinder;
import com.planet_ink.coffee_web.interfaces.*;
import com.planet_ink.coffee_mud.WebMacros.RoomData;
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.pl... | com/planet_ink/coffee_mud/WebMacros/grinder/GrinderRaces.java | package com.planet_ink.coffee_mud.WebMacros.grinder;
import com.planet_ink.coffee_web.interfaces.*;
import com.planet_ink.coffee_mud.WebMacros.RoomData;
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.pl... | fixing bodykill field in grinder
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@16020 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/WebMacros/grinder/GrinderRaces.java | fixing bodykill field in grinder | |
Java | apache-2.0 | 6b6ec4d157ce04376c9e0e38e1a1dacf3f0d1e7b | 0 | apache/commons-functor,apache/commons-functor | /*
* 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/functor/adapter/IgnoreRightFunction.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 ... | fixed checkstyle violations: Type Javadoc comment is missing an @param <L>, <R> and <T> tag
git-svn-id: 7e88b6689c675bf212a536fca2a3ed2c50d982c1@1157614 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/functor/adapter/IgnoreRightFunction.java | fixed checkstyle violations: Type Javadoc comment is missing an @param <L>, <R> and <T> tag | |
Java | apache-2.0 | 79ff18f154c6c22d8f637bdd67c3faf958543ea6 | 0 | gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom | /*
*
* * Copyright 2017 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 requir... | stroom-core-client/src/main/java/stroom/explorer/client/presenter/ExplorerTree.java | /*
*
* * Copyright 2017 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 requir... | Issue #199 : The explorer now scrolls selected items into view.
| stroom-core-client/src/main/java/stroom/explorer/client/presenter/ExplorerTree.java | Issue #199 : The explorer now scrolls selected items into view. | |
Java | bsd-2-clause | abd0afbb220781525147cc16d5d4505fa18b7cc9 | 0 | TehSAUCE/imagej,TehSAUCE/imagej,biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/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... | plugins/commands/src/main/java/imagej/core/commands/restructure/EditAxes.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... | Fix NPE bug
| plugins/commands/src/main/java/imagej/core/commands/restructure/EditAxes.java | Fix NPE bug | |
Java | isc | 892bd9663e0cfac5e810eaa3bfc6aa6ed7e3e0e4 | 0 | TealCube/facecore | /*
* This file is part of Facecore, licensed under the ISC License.
*
* Copyright (c) 2014 Richard Harrah
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
* provided that the above copyright notice and this permission notice appear in all ... | src/main/java/org/nunnerycode/facecore/configuration/VersionedSmartYamlConfiguration.java | /*
* This file is part of Facecore, licensed under the ISC License.
*
* Copyright (c) 2014 Richard Harrah
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted,
* provided that the above copyright notice and this permission notice appear in all ... | adding validates
| src/main/java/org/nunnerycode/facecore/configuration/VersionedSmartYamlConfiguration.java | adding validates | |
Java | mit | 910f5606ab61b49edc608ab95f4f25a2a302b8ee | 0 | juckele/vivarium,juckele/vivarium,juckele/vivarium | /*
* a * Copyright © 2015 John H Uckele. All rights reserved.
*/
package io.vivarium.experiment;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.LinkedList;
import io.vivarium.client.TaskClient;
import io.vivarium.client.task.CreateJobTask;
import io.vivarium.client.task.UploadReso... | vivarium-scripts/src/main/java/io/vivarium/experiment/NormalizationConvergence.java | /*
* Copyright © 2015 John H Uckele. All rights reserved.
*/
package io.vivarium.experiment;
import java.util.ArrayList;
import io.vivarium.core.Blueprint;
import io.vivarium.core.Species;
import io.vivarium.scripts.CreateWorld;
import io.vivarium.scripts.RunSimulation;
import io.vivarium.serialization.FileIO;
imp... | Partial rework of normalization experiment
I stopped in the middle because I realized another problem
with the schema ("select * from jobs" doesn't select subtable
columns).
This is getting unreasonably onerous and I'm currently
looking at switch to an ORM or a document store DB (such as
MongoDB).
| vivarium-scripts/src/main/java/io/vivarium/experiment/NormalizationConvergence.java | Partial rework of normalization experiment | |
Java | mit | 22907ef2e33b31de7521f79c197059f12e2b9916 | 0 | OpenMods/OpenPeripheral | package openperipheral.core.adapter.enderstorage;
import java.util.HashMap;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.tileentity.TileEntity;
import openperipheral.api.Arg;
import openperipheral.api.IPeripheralAdapter;
import openperipheral.api.LuaMethod;
import openperipheral.api.LuaType;
import o... | src/openperipheral/core/adapter/enderstorage/AdapterFrequencyOwner.java | package openperipheral.core.adapter.enderstorage;
import java.util.HashMap;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.tileentity.TileEntity;
import openperipheral.api.Arg;
import openperipheral.api.IPeripheralAdapter;
import openperipheral.api.LuaMethod;
import openperipheral.api.LuaType;
import o... | Fixed colour validation.
| src/openperipheral/core/adapter/enderstorage/AdapterFrequencyOwner.java | Fixed colour validation. | |
Java | mit | 7055957e41ce1b5a9c8b35140f91368f64dee119 | 0 | isis-ammo/ammo-core,isis-ammo/ammo-core | /*Copyright (C) 2010-2012 Institute for Software Integrated Systems (ISIS)
This software was developed by the Institute for Software Integrated
Systems (ISIS) at Vanderbilt University, Tennessee, USA for the
Transformative Apps program under DARPA, Contract # HR011-10-C-0175.
The United States Government has unlimited... | AmmoCore/src/edu/vu/isis/ammo/core/network/ReliableMulticastChannel.java | /*Copyright (C) 2010-2012 Institute for Software Integrated Systems (ISIS)
This software was developed by the Institute for Software Integrated
Systems (ISIS) at Vanderbilt University, Tennessee, USA for the
Transformative Apps program under DARPA, Contract # HR011-10-C-0175.
The United States Government has unlimited... | Filtering out messages sent out by the same phone sent back by jgroups
| AmmoCore/src/edu/vu/isis/ammo/core/network/ReliableMulticastChannel.java | Filtering out messages sent out by the same phone sent back by jgroups | |
Java | mit | 539ab439092eeca19374a8ddd4ea806f2307204b | 0 | JoshuaJB/pebble-accel-log,JoshuaJB/pebble-accel-log,JoshuaJB/pebble-accel-log | package me.jbakita.pebbledatalogging;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.TextView;
import android... | android/app/src/main/java/me/jbakita/pebbledatalogging/MainActivity.java | package me.jbakita.pebbledatalogging;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.TextView;
import android... | Cleanup the toString method of Sample
| android/app/src/main/java/me/jbakita/pebbledatalogging/MainActivity.java | Cleanup the toString method of Sample | |
Java | mit | da9e847c5b030f091f5443cd5572cbf0095cd3f6 | 0 | ana-balica/meow_letters | package anabalica.github.io.meowletters.customviews;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.util.TypedValue;
import android.widget.Button;
import android.widget.TableRow.LayoutParams;
import java.util.... | app/src/main/java/anabalica/github/io/meowletters/customviews/SquareButton.java | package anabalica.github.io.meowletters.customviews;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.util.TypedValue;
import android.widget.Button;
import android.widget.TableRow.LayoutParams;
import java.util.... | more elegant margin computing for SquareButton
| app/src/main/java/anabalica/github/io/meowletters/customviews/SquareButton.java | more elegant margin computing for SquareButton | |
Java | mit | 5ddbd5c54fc89f4e7fac360f6c184c08801d6fc9 | 0 | facebook/react-native,arthuralee/react-native,facebook/react-native,hoangpham95/react-native,javache/react-native,exponentjs/react-native,facebook/react-native,hoangpham95/react-native,janicduplessis/react-native,javache/react-native,javache/react-native,pandiaraj44/react-native,myntra/react-native,exponent/react-nativ... | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.animated;
import androidx.annotation.Nullable;
import com.facebook.common.logging.FLog;
import com.face... | ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedModule.java | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.animated;
import androidx.annotation.Nullable;
import com.facebook.infer.annotation.Assertions;
import ... | Add extra logging information in RN Android animation system
Summary:
This diff re-throw and logs exceptions in the animated module of RN Android
Changelog: internal
Reviewed By: JoshuaGross
Differential Revision: D18694124
fbshipit-source-id: bb4cb56dce99f09c56b0bc62733e8264f2df5a3f
| ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedModule.java | Add extra logging information in RN Android animation system | |
Java | mit | 674190bbc774400f0aad7571461cd171c59d9892 | 0 | dreamhead/moco,dreamhead/moco | package com.github.dreamhead.moco.websocket;
import com.github.dreamhead.moco.model.MessageContent;
import com.github.dreamhead.moco.resource.Resource;
import java.util.Arrays;
import static com.github.dreamhead.moco.Moco.text;
public class PingPongSetting implements PongResponse {
private Resource ping;
pr... | moco-core/src/main/java/com/github/dreamhead/moco/websocket/PingPongSetting.java | package com.github.dreamhead.moco.websocket;
import com.github.dreamhead.moco.model.MessageContent;
import com.github.dreamhead.moco.resource.Resource;
import java.util.Arrays;
import static com.github.dreamhead.moco.Moco.text;
public class PingPongSetting implements PongResponse {
private Resource ping;
pr... | added missing final to match in ping/pong setting
| moco-core/src/main/java/com/github/dreamhead/moco/websocket/PingPongSetting.java | added missing final to match in ping/pong setting | |
Java | epl-1.0 | 6e26893023668c726d1687ea62219e5f2d1e27dc | 0 | jmchilton/galaxy-bootstrap,jmchilton/galaxy-bootstrap | package com.github.jmchilton.galaxybootstrap;
import com.google.common.hash.Hashing;
import com.google.common.io.Resources;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import ja... | src/main/java/com/github/jmchilton/galaxybootstrap/DownloadProperties.java | package com.github.jmchilton.galaxybootstrap;
import com.google.common.hash.Hashing;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
/**
* Defines basic properties used for obtaining Galaxy instance.
*
*/
public class DownloadProperties {
public static final... | Implement github downloader.
Download galaxy-central as a zip file right from @jmchilton's github fork of Galaxy.
| src/main/java/com/github/jmchilton/galaxybootstrap/DownloadProperties.java | Implement github downloader. | |
Java | epl-1.0 | 3c7d828dccd36027bc0b5b278e14281c67c990d4 | 0 | pecko/debrief,theanuradha/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,theanuradha/debrief,debrief/debrief,debrief/debrief,pecko/debrief,pecko/debrief,pecko/debrief,theanuradha/debrief,debrief/debrief,pecko/debrief,debrief/debrief,pecko/debrief,theanuradha/debrief,debrief/debrief,pecko/debrief,theanu... | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.... | org.mwc.debrief.core/src/org/mwc/debrief/core/DebriefPlugin.java | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.... | register new context operation
| org.mwc.debrief.core/src/org/mwc/debrief/core/DebriefPlugin.java | register new context operation | |
Java | agpl-3.0 | c51228bc2a86eb329b8c30c99afd893cda5ed4c9 | 0 | buremba/rakam,rakam-io/rakam,rakam-io/rakam,buremba/rakam,buremba/rakam,buremba/rakam,buremba/rakam,rakam-io/rakam | package org.rakam.collection;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.cfg.ContextAttributes;
import com.fasterxml... | rakam/src/main/java/org/rakam/collection/EventCollectionHttpService.java | package org.rakam.collection;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.cfg.ContextAttributes;
import com.fasterxml... | add allow origin header
| rakam/src/main/java/org/rakam/collection/EventCollectionHttpService.java | add allow origin header | |
Java | agpl-3.0 | 49316c7109c3083afe0545ded60aec9acb24f800 | 0 | shomabegoo/shomabegoo,JamesSullivan/mamute,caelum/mamute,cristianospsp/mamute,superm1a3/mamute,shomabegoo/shomabegoo,xdarklight/mamute,jasonwjones/mamute,csokol/mamute,khajavi/mamute,monitorjbl/mamute,dhieugo/mamute,superm1a3/mamute,jasonwjones/mamute,xdarklight/mamute,GEBIT/mamute,c2tarun/mamute,khajavi/mamute,c2tarun... | package br.com.caelum.brutal.controllers;
import java.util.Arrays;
import java.util.Map;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.View;
import br.com.caelum.vraptor.validator.I18nMessage;
public class Controller {
protected Result result() {
return PimpMyControllerInterceptor.getResult()... | src/main/java/br/com/caelum/brutal/controllers/Controller.java | package br.com.caelum.brutal.controllers;
import java.util.Arrays;
import java.util.Map;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.View;
import br.com.caelum.vraptor.validator.I18nMessage;
public class Controller {
protected Result result() {
return PimpMyControllerInterceptor.getResult()... | métodos protected no controller base
| src/main/java/br/com/caelum/brutal/controllers/Controller.java | métodos protected no controller base | |
Java | lgpl-2.1 | b904e6c79f34fb9a15bfa205deb1417f49d54920 | 0 | lakeinchina/librestreaming,lakeinchina/librestreaming,lakeinchina/librestreaming,lakeinchina/librestreaming | package me.lake.librestreaming.core;
import android.graphics.Bitmap;
import android.graphics.SurfaceTexture;
import android.hardware.Camera;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.opengl.EGL14;
import android.opengl.EGLExt;
import android.... | librestreaming/src/main/java/me/lake/librestreaming/core/RESHardVideoCore.java | package me.lake.librestreaming.core;
import android.graphics.Bitmap;
import android.graphics.SurfaceTexture;
import android.hardware.Camera;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.opengl.EGL14;
import android.opengl.EGLExt;
import android.... | bugfix:hardvideocore.stop jammed
| librestreaming/src/main/java/me/lake/librestreaming/core/RESHardVideoCore.java | bugfix:hardvideocore.stop jammed | |
Java | apache-2.0 | a340ace0e0881ec8225e7bbfef17022dc0a95c09 | 0 | pkwarren/dropwizard,patrox/dropwizard,wangcan2014/dropwizard,pkwarren/dropwizard,philandstuff/dropwizard,kjetilv/dropwizard,zhiqinghuang/dropwizard,michelle-liang/dropwizard,MikaelAmborn/dropwizard,plausible-retired/warwizard,Randgalt/dropwizard,calou/dropwizard,qinfchen/dropwizard,rgupta-okta/dropwizard,nickbabcock/dr... | package com.yammer.dropwizard.client;
import com.sun.jersey.api.client.config.ClientConfig;
import com.sun.jersey.client.apache4.ApacheHttpClient4;
import com.sun.jersey.client.apache4.ApacheHttpClient4Handler;
import javax.ws.rs.core.MediaType;
import java.net.URI;
public class JerseyClient extends ApacheHttpClient... | dropwizard-client/src/main/java/com/yammer/dropwizard/client/JerseyClient.java | package com.yammer.dropwizard.client;
import com.sun.jersey.api.client.config.ClientConfig;
import com.sun.jersey.client.apache4.ApacheHttpClient4;
import com.sun.jersey.client.apache4.ApacheHttpClient4Handler;
public class JerseyClient extends ApacheHttpClient4 {
public JerseyClient(ApacheHttpClient4Handler root... | Added helper methods for JerseyClient.
| dropwizard-client/src/main/java/com/yammer/dropwizard/client/JerseyClient.java | Added helper methods for JerseyClient. | |
Java | apache-2.0 | 4436f980b42b95c2c46ecbeab39379f76a1e5855 | 0 | kumy/cgeo,vishwakulkarni/cgeo,lewurm/cgeo,xiaoyanit/cgeo,schwabe/cgeo,tobiasge/cgeo,Huertix/cgeo,vishwakulkarni/cgeo,ThibaultR/cgeo,rsudev/c-geo-opensource,Bananeweizen/cgeo,superspindel/cgeo,mucek4/cgeo,samueltardieu/cgeo,rsudev/c-geo-opensource,cgeo/cgeo,pstorch/cgeo,ThibaultR/cgeo,schwabe/cgeo,superspindel/cgeo,cgeo... | // $codepro.audit.disable logExceptions
package cgeo.geocaching;
import cgeo.geocaching.activity.ActivityMixin;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.enumerations.CacheSize;
import cgeo.geocaching.enumerations.CacheType;
import cgeo.geocaching.enumerations.WaypointType;
import cgeo.... | main/src/cgeo/geocaching/cgBase.java | // $codepro.audit.disable logExceptions
package cgeo.geocaching;
import cgeo.geocaching.activity.ActivityMixin;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.enumerations.CacheSize;
import cgeo.geocaching.enumerations.CacheType;
import cgeo.geocaching.enumerations.WaypointType;
import cgeo.... | Use thread-safe connection manager
I noticed a bug on the field: the default connection manager
and http client are not thread-safe. The connection manager
uses pooled connection and should even be more efficient.
| main/src/cgeo/geocaching/cgBase.java | Use thread-safe connection manager | |
Java | apache-2.0 | 6f6d2f4aebca05ef387ffef793c6a5eb9418fe89 | 0 | fkeglevich/Raw-Dumper,fkeglevich/Raw-Dumper,fkeglevich/Raw-Dumper | /*
* Copyright 2017, Flávio Keglevich
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | app/src/main/java/com/fkeglevich/rawdumper/camera/extension/AsusParameters.java | /*
* Copyright 2017, Flávio Keglevich
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | Added new parameter string
| app/src/main/java/com/fkeglevich/rawdumper/camera/extension/AsusParameters.java | Added new parameter string | |
Java | apache-2.0 | 3bade896a4111915e21cc6cb961847be6dfd606e | 0 | kelemen/JTrim,kelemen/JTrim | package org.jtrim2.executor;
import java.util.Collection;
import org.jtrim2.cancel.Cancellation;
import org.jtrim2.cancel.CancellationToken;
import org.jtrim2.concurrent.WaitableSignal;
import org.jtrim2.testutils.executor.AfterTerminate;
import org.jtrim2.testutils.executor.GenericExecutorServiceTests;
import org.jtr... | subprojects/jtrim-executor/src/test/java/org/jtrim2/executor/BackgroundExecutorTests.java | package org.jtrim2.executor;
import java.util.Collection;
import org.jtrim2.cancel.Cancellation;
import org.jtrim2.cancel.CancellationToken;
import org.jtrim2.concurrent.WaitableSignal;
import org.jtrim2.testutils.executor.AfterTerminate;
import org.jtrim2.testutils.executor.GenericExecutorServiceTests;
import org.jtr... | Added back accidentally commented timeout to BackgroundExecutorTests.
| subprojects/jtrim-executor/src/test/java/org/jtrim2/executor/BackgroundExecutorTests.java | Added back accidentally commented timeout to BackgroundExecutorTests. | |
Java | apache-2.0 | acd09bb6305beeea148daedced66a5e795f353ce | 0 | ghoullier/cometd,ghoullier/cometd,cometd/cometd,cometd/cometd,cometd/cometd,ghoullier/cometd,cometd/cometd | /*
* Copyright (c) 2010 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 appl... | cometd-java/cometd-java-client/src/main/java/org/cometd/client/BayeuxClient.java | /*
* Copyright (c) 2010 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 appl... | Better logging in case of failures.
| cometd-java/cometd-java-client/src/main/java/org/cometd/client/BayeuxClient.java | Better logging in case of failures. | |
Java | apache-2.0 | db68175ce7ead30e47b62eec366568642a06b828 | 0 | googleinterns/step43-2020,googleinterns/step43-2020,googleinterns/step43-2020,googleinterns/step43-2020 | /*
* Copyright 2018 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 in w... | portfolio/src/main/java/com/google/sps/data/Location.java | /*
* Copyright 2018 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 in w... | Fix naming of methods
| portfolio/src/main/java/com/google/sps/data/Location.java | Fix naming of methods | |
Java | apache-2.0 | 5d5d5ad334b5d49b4f9df4d91304118c34a0f730 | 0 | dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android | package org.commcare.engine.resource;
import android.util.Log;
import org.commcare.CommCareApp;
import org.commcare.CommCareApplication;
import org.commcare.google.services.analytics.FirebaseAnalyticsUtil;
import org.commcare.logging.analytics.UpdateStats;
import org.commcare.preferences.HiddenPreferences;
import org... | app/src/org/commcare/engine/resource/AndroidResourceManager.java | package org.commcare.engine.resource;
import android.util.Log;
import org.commcare.CommCareApp;
import org.commcare.CommCareApplication;
import org.commcare.google.services.analytics.FirebaseAnalyticsUtil;
import org.commcare.logging.analytics.UpdateStats;
import org.commcare.preferences.HiddenPreferences;
import org... | clears the install context
| app/src/org/commcare/engine/resource/AndroidResourceManager.java | clears the install context | |
Java | apache-2.0 | ee550f1e671b58d243275dec5f036a092b526c17 | 0 | gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas | package uk.ac.ebi.atlas.model.experiment.baseline;
import com.google.common.collect.ComparisonChain;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Ordering;
import com.google.common.collect.Sets;
import uk.ac.ebi.atlas.model.AssayGroup;
import uk.ac.ebi.atlas.profiles.baseline.Baselin... | base/src/main/java/uk/ac/ebi/atlas/model/experiment/baseline/BaselineProfileComparator.java | package uk.ac.ebi.atlas.model.experiment.baseline;
import com.google.common.collect.ComparisonChain;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Ordering;
import com.google.common.collect.Sets;
import uk.ac.ebi.atlas.model.AssayGroup;
import uk.ac.ebi.atlas.profiles.baseline.Baselin... | Make private methods private
| base/src/main/java/uk/ac/ebi/atlas/model/experiment/baseline/BaselineProfileComparator.java | Make private methods private | |
Java | apache-2.0 | 82f48cbe2b20f2c5c520767058cdd83895134e37 | 0 | Spotme/couchbase-lite-android,vladoatanasov/couchbase-lite-android,Spotme/couchbase-lite-android,Spotme/couchbase-lite-android,Spotme/couchbase-lite-android,0359xiaodong/couchbase-lite-android,0359xiaodong/couchbase-lite-android,cesine/couchbase-lite-android,vladoatanasov/couchbase-lite-android,vladoatanasov/couchbase-... | package com.couchbase.lite;
import com.couchbase.lite.internal.RevisionInternal;
import junit.framework.Assert;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class DocumentTest extends LiteTestCase {
public void testNewDocumentHasCurrentRevision() t... | src/androidTest/java/com/couchbase/lite/DocumentTest.java | package com.couchbase.lite;
import com.couchbase.lite.internal.RevisionInternal;
import junit.framework.Assert;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class DocumentTest extends LiteTestCase {
public void testNewDocumentHasCurrentRevision() t... | Issue #301 -- force test to reload properties
https://github.com/couchbase/couchbase-lite-android/issues/301
| src/androidTest/java/com/couchbase/lite/DocumentTest.java | Issue #301 -- force test to reload properties | |
Java | apache-2.0 | 0f9774d76fa6b0d7353b24e0550af519e936da07 | 0 | Kevin2030/guava,huangsihuan/guava,weihungliu/guava,tunzao/guava,thinker-fang/guava,codershamo/guava,pwz3n0/guava,kingland/guava,GitHub4Lgfei/guava,1yvT0s/guava,jakubmalek/guava,jsnchen/guava,eidehua/guava,juneJuly/guava,jayhetee/guava,Xaerxess/guava,r4-keisuke/guava,DucQuang1/guava,levenhdu/guava,paplorinc/guava,jedyan... | /*
* Copyright (C) 2011 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | guava/src/com/google/common/util/concurrent/AbstractScheduledService.java | /*
* Copyright (C) 2011 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | Fix shutdown issue in AbstractScheduledService.
The issue is that if stopAsync() was called after an interation had been
executed (but before it had actually run) then we would fail to unlock
our lock and then shutdown would hang forever.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REV... | guava/src/com/google/common/util/concurrent/AbstractScheduledService.java | Fix shutdown issue in AbstractScheduledService. | |
Java | apache-2.0 | c6ce918475ea3a732c71f6c9b5503dd03d4e6524 | 0 | gillius/jagnet | package org.gillius.jagnet.netty;
import com.esotericsoftware.kryo.Kryo;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.*;
import io.netty.channel.group.ChannelGroup;
import io.netty.channel.group.DefaultChannelGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketCha... | jagnet-core/src/main/java/org/gillius/jagnet/netty/NettyRemoteServer.java | package org.gillius.jagnet.netty;
import com.esotericsoftware.kryo.Kryo;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketCh... | NettyRemoteServer coming closer in line to NettyServer functionality.
| jagnet-core/src/main/java/org/gillius/jagnet/netty/NettyRemoteServer.java | NettyRemoteServer coming closer in line to NettyServer functionality. | |
Java | apache-2.0 | 9e2b75314e6a125cc5afb78ba455ced261ef3d5a | 0 | xmpace/jetty-read,xmpace/jetty-read,xmpace/jetty-read,xmpace/jetty-read | //
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannelState.java | //
// ========================================================================
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | jetty-9 syntax sugar
| jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannelState.java | jetty-9 syntax sugar | |
Java | apache-2.0 | 45a34c3dfd382e312e32ca8e200cf64233284208 | 0 | AlanJinTS/zstack,zstackio/zstack,zxwing/zstack-1,zxwing/zstack-1,zstackorg/zstack,MatheMatrix/zstack,Alvin-Lau/zstack,HeathHose/zstack,camilesing/zstack,camilesing/zstack,liningone/zstack,AlanJinTS/zstack,mingjian2049/zstack,camilesing/zstack,liningone/zstack,zstackio/zstack,MatheMatrix/zstack,mingjian2049/zstack,zstac... | package org.zstack.storage.primary.local;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.zstack.compute.vm.VmAllocatePrimaryStorageFlow;
import org.zstack.compute.vm.VmAllocatePrimaryStorageForAttachingDiskFlow;
import org.zsta... | plugin/localstorage/src/main/java/org/zstack/storage/primary/local/LocalStorageFactory.java | package org.zstack.storage.primary.local;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.zstack.compute.vm.VmAllocatePrimaryStorageFlow;
import org.zstack.compute.vm.VmAllocatePrimaryStorageForAttachingDiskFlow;
import org.zsta... | only allow linux guest live migration on local storage
| plugin/localstorage/src/main/java/org/zstack/storage/primary/local/LocalStorageFactory.java | only allow linux guest live migration on local storage | |
Java | apache-2.0 | a11bd00a10dd10d484d9aded5cc2b133d4d12f60 | 0 | MatthewTamlin/Spyglass | package com.matthewtamlin.spyglass.library.core;
import android.content.Context;
import android.content.res.TypedArray;
import android.os.Looper;
import android.util.AttributeSet;
import android.view.View;
import com.matthewtamlin.java_utilities.testing.Tested;
import com.matthewtamlin.spyglass.library.call_handler_a... | library/src/main/java/com/matthewtamlin/spyglass/library/core/Spyglass.java | package com.matthewtamlin.spyglass.library.core;
import android.content.Context;
import android.content.res.TypedArray;
import android.os.Looper;
import android.util.AttributeSet;
import android.view.View;
import com.matthewtamlin.java_utilities.testing.Tested;
import com.matthewtamlin.spyglass.library.call_handler_a... | Deleted mandatory attribute support
| library/src/main/java/com/matthewtamlin/spyglass/library/core/Spyglass.java | Deleted mandatory attribute support | |
Java | apache-2.0 | 3f90ab9bdce3f595af836da57980caf230686ad4 | 0 | nhs-digital/gpconnect,nhs-digital/gpconnect,nhs-digital/gpconnect | package uk.gov.hscic.location;
import ca.uhn.fhir.model.dstu2.composite.BoundCodeableConceptDt;
import ca.uhn.fhir.model.dstu2.composite.CodingDt;
import ca.uhn.fhir.model.dstu2.composite.IdentifierDt;
import ca.uhn.fhir.model.dstu2.composite.ResourceReferenceDt;
import ca.uhn.fhir.model.dstu2.resource.Location;
impo... | gpconnect-demonstrator-api/src/main/java/uk/gov/hscic/location/LocationResourceProvider.java | package uk.gov.hscic.location;
import ca.uhn.fhir.model.dstu2.composite.BoundCodeableConceptDt;
import ca.uhn.fhir.model.dstu2.composite.CodingDt;
import ca.uhn.fhir.model.dstu2.composite.IdentifierDt;
import ca.uhn.fhir.model.dstu2.composite.ResourceReferenceDt;
import ca.uhn.fhir.model.dstu2.resource.Location;
impo... | bug on location search
| gpconnect-demonstrator-api/src/main/java/uk/gov/hscic/location/LocationResourceProvider.java | bug on location search | |
Java | apache-2.0 | e8eaa82bb63fd9a702a1993f92d661b427880da8 | 0 | nao20010128nao/show-java,Unixcision/show-java,vaginessa/show-java,shinyvince/show-java,AlanCheen/show-java,nrazon/show-java,aliebrahimi1781/show-java,thecocce/show-java | package com.njlabs.showjava.ui;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.gr... | app/src/main/java/com/njlabs/showjava/ui/AppListing.java | package com.njlabs.showjava.ui;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.gr... | Added proper jadx version
| app/src/main/java/com/njlabs/showjava/ui/AppListing.java | Added proper jadx version | |
Java | apache-2.0 | 40c84ecb795b4772ef49c585d0dabd5fb25da3af | 0 | olamy/maven,changbai1980/maven,dsyer/maven,cstamas/maven,runepeter/maven-deploy-plugin-2.8.1,apache/maven,barthel/maven,Distrotech/maven,keith-turner/maven,mizdebsk/maven,kidaa/maven-1,skitt/maven,atanasenko/maven,ChristianSchulte/maven,changbai1980/maven,olamy/maven,barthel/maven,wangyuesong0/maven,Mounika-Chirukuri/m... | package org.apache.maven.plugin;
/*
* 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, Ve... | maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java | package org.apache.maven.plugin;
/*
* 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, Ve... | Fixing for windows users everywhere.
git-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@605125 13f79535-47bb-0310-9956-ffa450edef68
| maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java | Fixing for windows users everywhere. | |
Java | bsd-2-clause | adab9ed5b47144f296ddf7e92a2eaa7aa8a1e731 | 0 | vsch/flexmark-java,vsch/flexmark-java,vsch/flexmark-java,vsch/flexmark-java | package com.vladsch.flexmark.util;
import com.vladsch.flexmark.util.ast.AstTestSuite;
import com.vladsch.flexmark.util.collection.CollectionTestSuite;
import com.vladsch.flexmark.util.format.FormatTestSuite;
import com.vladsch.flexmark.util.html.HtmlTestSuite;
import com.vladsch.flexmark.util.misc.MiscTestSuite;
impor... | flexmark-util/src/test/java/com/vladsch/flexmark/util/UtilsTestSuite.java | package com.vladsch.flexmark.util;
import com.vladsch.flexmark.util.ast.DocumentTest;
import com.vladsch.flexmark.util.collection.*;
import com.vladsch.flexmark.util.format.MarkdownParagraphTest;
import com.vladsch.flexmark.util.format.TrackedOffsetListTest;
import com.vladsch.flexmark.util.html.HtmlFormattingAppendab... | interim commit
| flexmark-util/src/test/java/com/vladsch/flexmark/util/UtilsTestSuite.java | interim commit | |
Java | mit | a2a881273a46d302624abe279dbe9571fa4490a5 | 0 | Doist/TodoistMarkup | package com.todoist.markup;
import java.util.regex.Pattern;
class Patterns {
public static final Pattern HEADER = Pattern.compile("^\\*\\s+");
// Bold text is wrapped with __ or !! or **
public static final Pattern BOLD = Pattern.compile("(?:__|!!|\\*\\*)\\s*((?!(?:__|!!|\\*\\*)).+?)\\s*(?:__|!!|\\*\\*)")... | src/main/java/com/todoist/markup/Patterns.java | package com.todoist.markup;
import java.util.regex.Pattern;
class Patterns {
private static final String PATTERN_BASE = "%s\\s*((?!%s).+?)\\s*%s";
public static final Pattern HEADER = Pattern.compile("^\\*\\s+");
public static final Pattern BOLD = Pattern.compile(PATTERN_BASE.replaceAll("%s", "(?:__|!!|\... | Refactor patterns
| src/main/java/com/todoist/markup/Patterns.java | Refactor patterns | |
Java | mit | 46805c066323c41aac19af1b9372187ae6be0ea4 | 0 | Brettflan/OnlineUsers | package com.wimbli.onlineusers;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Logger;
public class OnlineUsersMySQL extends OnlineUsersDataSource {
private Str... | src/com/wimbli/onlineusers/OnlineUsersMySQL.java | package com.wimbli.onlineusers;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Logger;
public class OnlineUsersMySQL extends OnlineUsersDataSource {
private Str... | Fix for new MySQL database tables missing the 'online' column; thanks AxxiD
| src/com/wimbli/onlineusers/OnlineUsersMySQL.java | Fix for new MySQL database tables missing the 'online' column; thanks AxxiD | |
Java | mit | 0955a6e97a20852522485f1c03abb04f65666ad8 | 0 | kits-ab/gakusei,kits-ab/gakusei,kits-ab/gakusei | package se.kits.gakusei.init;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
impo... | src/main/java/se/kits/gakusei/init/DataInit.java | package se.kits.gakusei.init;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
impo... | Build lessons based on properties (jlpt/genki)
| src/main/java/se/kits/gakusei/init/DataInit.java | Build lessons based on properties (jlpt/genki) | |
Java | mit | 0a63ea58739bb1b1577721a581b5b68e6758530c | 0 | jenkinsci/blueocean-plugin,kzantow/blueocean-plugin,jenkinsci/blueocean-plugin,jenkinsci/blueocean-plugin,jenkinsci/blueocean-plugin,jenkinsci/blueocean-plugin,kzantow/blueocean-plugin,kzantow/blueocean-plugin,kzantow/blueocean-plugin | package io.jenkins.blueocean.service.embedded.rest;
import hudson.console.AnnotatedLargeText;
import io.jenkins.blueocean.commons.ServiceException;
import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.StaplerResponse;
import org.kohsuke.stapler.framework.io.CharSpool;
import org.kohsuke.stapler.framew... | blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/LogResource.java | package io.jenkins.blueocean.service.embedded.rest;
import hudson.console.AnnotatedLargeText;
import io.jenkins.blueocean.commons.ServiceException;
import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.StaplerResponse;
import org.kohsuke.stapler.framework.io.CharSpool;
import org.kohsuke.stapler.framew... | spelling: threshold
| blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/rest/LogResource.java | spelling: threshold | |
Java | epl-1.0 | 85a4cb0a31382834a69a19c089b5e8f956b160ba | 0 | debrief/debrief,debrief/debrief,debrief/debrief,debrief/debrief,debrief/debrief,debrief/debrief | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html)
*... | org.mwc.debrief.track_shift/src/org/mwc/debrief/track_shift/views/BaseStackedDotsView.java | /*
* Debrief - the Open Source Maritime Analysis Application
* http://debrief.info
*
* (C) 2000-2014, PlanetMayo Ltd
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html)
*... | Introduce check, so we don't try to populate from a lightweight track - they don't have segments
| org.mwc.debrief.track_shift/src/org/mwc/debrief/track_shift/views/BaseStackedDotsView.java | Introduce check, so we don't try to populate from a lightweight track - they don't have segments | |
Java | lgpl-2.1 | b83b1f3f855ae9b27c0cb08bc3d770d276327547 | 0 | jensopetersen/exist,MjAbuz/exist,wolfgangmm/exist,dizzzz/exist,ambs/exist,wolfgangmm/exist,RemiKoutcherawy/exist,ljo/exist,joewiz/exist,jensopetersen/exist,dizzzz/exist,wshager/exist,wshager/exist,windauer/exist,windauer/exist,ljo/exist,patczar/exist,jensopetersen/exist,ambs/exist,kohsah/exist,hungerburg/exist,eXist-db... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-03 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist.sourceforge.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 S... | src/org/exist/storage/serializers/EXistOutputKeys.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-03 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist.sourceforge.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 S... | Add more ExistOutputKeys (stylesheet and stylesheetparam)
svn path=/trunk/eXist-1.0/; revision=146
| src/org/exist/storage/serializers/EXistOutputKeys.java | Add more ExistOutputKeys (stylesheet and stylesheetparam) | |
Java | lgpl-2.1 | e470f150dbd4310b364366ebff52f67105dc1906 | 0 | levants/lightmare | package org.lightmare.utils;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.ut... | src/main/java/org/lightmare/utils/AbstractIOUtils.java | package org.lightmare.utils;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.ut... | improved file utilities | src/main/java/org/lightmare/utils/AbstractIOUtils.java | improved file utilities | |
Java | lgpl-2.1 | 4a33e95f1674285361145bb685cca7e006847298 | 0 | svartika/ccnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,cawka/ndnx,svartika/ccnx,ebollens/ccnmp,ebollens/ccnmp,svartika/ccnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,cawka/ndnx,svartika/ccnx,svartika/ccnx,cawka/ndnx | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is ... | javasrc/src/org/ccnx/ccn/impl/security/keys/BasicKeyManager.java | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This library is ... | Catch exceptions thrown reading in SecureKeyCache and warn about them, but don't
blow up.
| javasrc/src/org/ccnx/ccn/impl/security/keys/BasicKeyManager.java | Catch exceptions thrown reading in SecureKeyCache and warn about them, but don't blow up. | |
Java | lgpl-2.1 | 877234fde99ff3b5266c283fbdceb69f8453ef38 | 0 | exedio/copernica,exedio/copernica,exedio/copernica | /*
* Copyright (C) 2004-2006 exedio GmbH (www.exedio.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later versi... | runtime/testsrc/com/exedio/cope/ConnectionPoolTest.java | /*
* Copyright (C) 2004-2006 exedio GmbH (www.exedio.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later versi... | test overflow
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@6917 e7d4fc99-c606-0410-b9bf-843393a9eab7
| runtime/testsrc/com/exedio/cope/ConnectionPoolTest.java | test overflow | |
Java | apache-2.0 | d2abc0e27586f0a69037bd489f60896604cf8977 | 0 | DaanHoogland/cloudstack,argv0/cloudstack,argv0/cloudstack,GabrielBrascher/cloudstack,resmo/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,argv0/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,wido/cloudstack,jcshen007/cloudstack,mufaddalq/cloudstack-datera-driver,resmo/cloudstack,mufaddalq/... | // Copyright 2012 Citrix Systems, Inc. Licensed under the
// Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. Citrix Systems, Inc.
// reserves all rights not expressly granted by the License.
// You may obtain a copy of the License at http://www.apache.or... | server/src/com/cloud/network/NetworkManagerImpl.java | // Copyright 2012 Citrix Systems, Inc. Licensed under the
// Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. Citrix Systems, Inc.
// reserves all rights not expressly granted by the License.
// You may obtain a copy of the License at http://www.apache.or... | canUseForDeploy is always false for system networks
| server/src/com/cloud/network/NetworkManagerImpl.java | canUseForDeploy is always false for system networks | |
Java | apache-2.0 | a01097c44166d34d6add85396ee2045ba6e58af1 | 0 | sfunk1x/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,Tycheo/coffeemud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,sf... | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.pl... | com/planet_ink/coffee_mud/Libraries/MUDFight.java | package com.planet_ink.coffee_mud.Libraries;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.pl... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@11327 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Libraries/MUDFight.java | ||
Java | apache-2.0 | ee730045d2d9a70b98e9db6183f0272fa369e265 | 0 | utgenome/utgb,utgenome/utgb,utgenome/utgb,utgenome/utgb,utgenome/utgb | /*--------------------------------------------------------------------------
* Copyright 2008 utgenome.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... | utgb-shell/src/main/java/org/utgenome/shell/Maven.java | /*--------------------------------------------------------------------------
* Copyright 2008 utgenome.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... | Removed the obsolte code for unpacking Maven archive
| utgb-shell/src/main/java/org/utgenome/shell/Maven.java | Removed the obsolte code for unpacking Maven archive | |
Java | apache-2.0 | 1afcc69dea8b20dfcb9100e9ddd61de50b43310d | 0 | JNOSQL/artemis | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | artemis-validation/src/main/java/org/jnosql/artemis/validation/ArtemisValidator.java | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | removed throws unchecked exceptions artemis-validation
Signed-off-by: Lucas Furlaneto <8cdd91c0ffc64e6b40b523f3b02e8c49ffd1852b@gmail.com>
| artemis-validation/src/main/java/org/jnosql/artemis/validation/ArtemisValidator.java | removed throws unchecked exceptions artemis-validation | |
Java | apache-2.0 | 815904e79a19553df89ed19e7e8cd3981351581d | 0 | ecsec/open-ecard,ecsec/open-ecard,ecsec/open-ecard | /****************************************************************************
* Copyright (C) 2017-2018 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file is part of the Open eCard App.
*
* GNU General Public License Usage
* This file may be used under the terms of the GNU Ge... | clients/mobile-lib/src/main/java/org/openecard/mobile/ui/PINManagementNavigator.java | /****************************************************************************
* Copyright (C) 2017-2018 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file is part of the Open eCard App.
*
* GNU General Public License Usage
* This file may be used under the terms of the GNU Ge... | Increment attempt for PINMgmt, too
| clients/mobile-lib/src/main/java/org/openecard/mobile/ui/PINManagementNavigator.java | Increment attempt for PINMgmt, too | |
Java | apache-2.0 | 5fd0cf92ed836614d3d4d9cc3a69aa39a91dfff8 | 0 | Cha0sX/android-maven-plugin,b-cuts/android-maven-plugin,ashutoshbhide/android-maven-plugin,WonderCsabo/maven-android-plugin,repanda/android-maven-plugin,psorobka/android-maven-plugin,CJstar/android-maven-plugin,xiaojiaqiao/android-maven-plugin,simpligility/android-maven-plugin,Stuey86/android-maven-plugin,jdegroot/andr... | package com.jayway.maven.plugins.android.standalonemojos;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.runner.RunWith;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
import org.powermock.reflect.Whi... | src/test/java/com/jayway/maven/plugins/android/standalonemojos/MonkeyRunnerMojoTest.java | package com.jayway.maven.plugins.android.standalonemojos;
import java.io.File;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.apache.commons.io.FilenameUtils;
import org.apache.maven.model.Build;
impor... | Tests complete for pull request.
| src/test/java/com/jayway/maven/plugins/android/standalonemojos/MonkeyRunnerMojoTest.java | Tests complete for pull request. | |
Java | apache-2.0 | 68fc8b3fe01d13b38779f232264eaeb09f95b079 | 0 | SLAsticSPE/slastic,SLAsticSPE/slastic,SLAsticSPE/slastic,SLAsticSPE/slastic,SLAsticSPE/slastic,SLAsticSPE/slastic | package org.trustsoft.slastic.simulation.software.controller;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.List;
import java.util.Stack;
import org.apache.commons.logging.Log;
import or... | src/simulation/org/trustsoft/slastic/simulation/software/controller/CallHandler.java | package org.trustsoft.slastic.simulation.software.controller;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.List;
import java.util.Stack;
import org.apache.commons.logging.Log;
import or... | fixed null pointer
| src/simulation/org/trustsoft/slastic/simulation/software/controller/CallHandler.java | fixed null pointer | |
Java | apache-2.0 | 9dea0b6a426d43ca49898873317d51c86306a65a | 0 | marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api | /*
* Copyright 2012-2017 MarkLogic Corporation
*
* 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... | src/test/java/com/marklogic/client/test/BitemporalTest.java | /*
* Copyright 2012-2017 MarkLogic Corporation
*
* 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... | set a better example by closing the DocumentPage objects
| src/test/java/com/marklogic/client/test/BitemporalTest.java | set a better example by closing the DocumentPage objects | |
Java | apache-2.0 | de408e0a86f2268c08ecbeab25e9db1b18fc22c1 | 0 | stanley-cheung/grpc-java,carl-mastrangelo/grpc-java,carl-mastrangelo/grpc-java,ejona86/grpc-java,elandau/grpc-java,zhangkun83/grpc-java,elandau/grpc-java,rmichela/grpc-java,dapengzhang0/grpc-java,rmichela/grpc-java,grpc/grpc-java,ejona86/grpc-java,rmichela/grpc-java,zhangkun83/grpc-java,ejona86/grpc-java,dapengzhang0/g... | /*
* Copyright 2014, gRPC 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 appli... | stub/src/main/java/io/grpc/stub/ServerCalls.java | /*
* Copyright 2014, gRPC 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 appli... | stub: update ServerCalls to include status messages
Additionally:
* Prefer RuntimeException from status
* remove redundant "static" on interfaces
* use checkState to shorten code | stub/src/main/java/io/grpc/stub/ServerCalls.java | stub: update ServerCalls to include status messages | |
Java | apache-2.0 | 9963a917b7518ae8fc2653efdf19b8c0dd7ec5c2 | 0 | apache/incubator-asterixdb,apache/incubator-asterixdb,apache/incubator-asterixdb,ecarm002/incubator-asterixdb,ecarm002/incubator-asterixdb,ecarm002/incubator-asterixdb,ecarm002/incubator-asterixdb,ecarm002/incubator-asterixdb,ecarm002/incubator-asterixdb,apache/incubator-asterixdb,apache/incubator-asterixdb,apache/incu... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/Span.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 ... | [NO ISSUE][RT] Allow getting the value of a span duration
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Enable getting the duration for spans. This is useful for
delay calculations.
Change-Id: Icce0ac0a0d47a26655bf640f3f1a92506d87c30e
Reviewed-on: https://asterix-gerrit.i... | hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/Span.java | [NO ISSUE][RT] Allow getting the value of a span duration | |
Java | apache-2.0 | ada2cce93826722764d048a3a94d8f633d8c772f | 0 | cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x | package org.springframework.jdbc.core.simple;
import org.springframework.jdbc.core.AbstractBeanPropertyRowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Generic ParameterizedRowMapper implementation that converts a row into a new instance
* of the specified mapped target class. The mapped ... | tiger/src/org/springframework/jdbc/core/simple/ParameterizedBeanPropertyRowMapper.java | package org.springframework.jdbc.core.simple;
import org.springframework.jdbc.core.AbstractBeanPropertyRowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Generic ParameterizedRowMapper implementation that converts a row into a new instance
* of the specified mapped target class. The mapped ... | added type parameter to mappedClass in constructor
git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@13808 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
| tiger/src/org/springframework/jdbc/core/simple/ParameterizedBeanPropertyRowMapper.java | added type parameter to mappedClass in constructor | |
Java | apache-2.0 | d87c08508e11aa7b1b9f20141680dbf35c4b829c | 0 | ChristosChristofidis/h2o-3,mrgloom/h2o-3,brightchen/h2o-3,bikash/h2o-dev,mathemage/h2o-3,jangorecki/h2o-3,datachand/h2o-3,junwucs/h2o-3,h2oai/h2o-dev,datachand/h2o-3,datachand/h2o-3,tarasane/h2o-3,madmax983/h2o-3,michalkurka/h2o-3,h2oai/h2o-3,mrgloom/h2o-3,michalkurka/h2o-3,YzPaul3/h2o-3,bospetersen/h2o-3,mrgloom/h2o-3... | package water.rapids;
import sun.misc.Unsafe;
import water.*;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.NewChunk;
import water.fvec.Vec;
import water.nbhm.NonBlockingHashSet;
import water.nbhm.UtilUnsafe;
import water.util.Log;
import java.util.Arrays;
import java.util.HashMap;
import java.... | h2o-core/src/main/java/water/rapids/ASTGroupBy.java | package water.rapids;
import sun.misc.Unsafe;
import water.*;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.NewChunk;
import water.fvec.Vec;
import water.nbhm.NonBlockingHashSet;
import water.nbhm.UtilUnsafe;
import water.util.Log;
import java.util.Arrays;
import java.util.HashMap;
import java.... | cosmetics and bug fix in reduce
| h2o-core/src/main/java/water/rapids/ASTGroupBy.java | cosmetics and bug fix in reduce | |
Java | apache-2.0 | 8d905e278ee6f3a945d13c1409a4a8e14fea020f | 0 | fivesmallq/web-data-extractor,fivesmallq/web-data-extractor | package im.nll.data.extractor;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import im.nll.data.extractor.entity.EntityExtractor;
import im.nll.data.extractor.entity.EntityListExtractor;
import im.nll.data.extractor.impl.*;
import im.nll.data.extractor.parser.ExtractorParser;
import im... | src/main/java/im/nll/data/extractor/Extractors.java | package im.nll.data.extractor;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import im.nll.data.extractor.entity.EntityExtractor;
import im.nll.data.extractor.entity.EntityListExtractor;
import im.nll.data.extractor.impl.*;
import im.nll.data.extractor.parser.ExtractorParser;
import im... | add javadoc
| src/main/java/im/nll/data/extractor/Extractors.java | add javadoc | |
Java | apache-2.0 | fda9617ffefd9eddd9d2724ff912905b48c591e3 | 0 | ArneLimburg/jpasecurity,ArneLimburg/jpasecurity | /*
* Copyright 2011 Stefan Hildebrandt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | jpasecurity-core/src/test/java/net/sf/jpasecurity/jpql/compiler/AclValueIteratorTest.java | /*
* Copyright 2011 Arne Limburg
*
* 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... | Migrated to JUnit 4
| jpasecurity-core/src/test/java/net/sf/jpasecurity/jpql/compiler/AclValueIteratorTest.java | Migrated to JUnit 4 | |
Java | apache-2.0 | eb5cfd10222153f84bb64baea37d7aa47ef8676b | 0 | jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb | /*******************************************************************************
*
* Copyright (C) 2015-2016
*
* 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
*
* h... | src/main/java/de/fernunihagen/dna/scalephant/storage/sstable/reader/TupleByKeyLocator.java | /*******************************************************************************
*
* Copyright (C) 2015-2016
*
* 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
*
* h... | Made variable final | src/main/java/de/fernunihagen/dna/scalephant/storage/sstable/reader/TupleByKeyLocator.java | Made variable final | |
Java | apache-2.0 | 16bc6fb6b7535cebbc19175bb20369dc726966ab | 0 | xjdr/xio,andyday/xio,xjdr/xio,andyday/xio,andyday/xio,xjdr/xio | package com.xjeffrose.xio.client.mux;
import com.google.common.primitives.Ints;
import java.util.UUID;
import lombok.EqualsAndHashCode;
import lombok.Getter;
/**
* Message(Request, Payload) - Request
* Message(UUID) - Response
*/
@EqualsAndHashCode
public class Message {
public static enum Op {
RequestNoRes... | src/main/java/com/xjeffrose/xio/client/mux/Message.java | package com.xjeffrose.xio.client.mux;
import com.google.common.primitives.Ints;
import java.util.UUID;
import lombok.EqualsAndHashCode;
import lombok.Getter;
@EqualsAndHashCode
public class Message {
// RequestNoResponse
// RequestExpectResponse
// Response
public static enum Op {
Request,
Response;
... | Cleaned up Message
| src/main/java/com/xjeffrose/xio/client/mux/Message.java | Cleaned up Message | |
Java | apache-2.0 | c1966f9fdc2800471dfca33686f93063d42cd3d2 | 0 | akashche/disl-mirror,akashche/disl-mirror,akashche/disl-mirror,akashche/disl-mirror | package ch.usi.dag.dislserver;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicLong;
import ch.usi.dag.disl.DiSL;
import ch.u... | src/ch/usi/dag/dislserver/Worker.java | package ch.usi.dag.dislserver;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicLong;
import ch.usi.dag.disl.DiSL;
import ch.u... | Warning fix
git-svn-id: 9828a123601097aec97c9db06897c34ab9021696@462 f1b219a8-1381-427d-9730-7f2851dc2a88
| src/ch/usi/dag/dislserver/Worker.java | Warning fix | |
Java | apache-2.0 | c20d1ba8d16478b2b8d474ea948bd3a11a5ba20f | 0 | dvdnglnd/lumify,bings/lumify,j-bernardo/lumify,Steimel/lumify,bings/lumify,bings/lumify,dvdnglnd/lumify,lumifyio/lumify,j-bernardo/lumify,lumifyio/lumify,bings/lumify,TeamUDS/lumify,RavenB/lumify,TeamUDS/lumify,j-bernardo/lumify,RavenB/lumify,dvdnglnd/lumify,Steimel/lumify,TeamUDS/lumify,TeamUDS/lumify,lumifyio/lumify,... | package com.altamiracorp.lumify.web.routes.graph;
import static com.altamiracorp.lumify.core.model.ontology.OntologyLumifyProperties.CONCEPT_TYPE;
import com.altamiracorp.lumify.core.model.ontology.Concept;
import com.altamiracorp.lumify.core.model.ontology.OntologyRepository;
import com.altamiracorp.lumify.core.user... | lumify-web/src/main/java/com/altamiracorp/lumify/web/routes/graph/GraphRelatedVertices.java | package com.altamiracorp.lumify.web.routes.graph;
import static com.altamiracorp.lumify.core.model.ontology.OntologyLumifyProperties.CONCEPT_TYPE;
import com.altamiracorp.lumify.core.model.ontology.Concept;
import com.altamiracorp.lumify.core.model.ontology.OntologyRepository;
import com.altamiracorp.lumify.core.user... | simplify code
| lumify-web/src/main/java/com/altamiracorp/lumify/web/routes/graph/GraphRelatedVertices.java | simplify code | |
Java | apache-2.0 | 222333059d59edc5ef079ed3d8bb453a9710498b | 0 | eug48/hapi-fhir,SingingTree/hapi-fhir,jamesagnew/hapi-fhir,aemay2/hapi-fhir,eug48/hapi-fhir,jamesagnew/hapi-fhir,eug48/hapi-fhir,aemay2/hapi-fhir,jamesagnew/hapi-fhir,aemay2/hapi-fhir,jamesagnew/hapi-fhir,eug48/hapi-fhir,botunge/hapi-fhir,aemay2/hapi-fhir,jamesagnew/hapi-fhir,botunge/hapi-fhir,aemay2/hapi-fhir,SingingT... | package ca.uhn.fhir.jpa.dao.dstu3;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.emptyString;
import static org.hamcrest.Matchers.endsWith;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.matchesPa... | hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/dstu3/FhirSystemDaoDstu3Test.java | package ca.uhn.fhir.jpa.dao.dstu3;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.emptyString;
import static org.hamcrest.Matchers.endsWith;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.matchesPa... | Add test
| hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/dstu3/FhirSystemDaoDstu3Test.java | Add test | |
Java | apache-2.0 | 31edd5f7ab71d02361eea00e13976e75eb060248 | 0 | astrolox/cosmo,astrolox/cosmo,1and1/cosmo,1and1/cosmo,astrolox/cosmo,1and1/cosmo | /*
* Copyright 2006-2007 Open Source Applications 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 required... | cosmo-core/src/main/java/org/unitedinternet/cosmo/dav/caldav/report/MultigetReport.java | /*
* Copyright 2006-2007 Open Source Applications 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 required... | Replace email in URL only when email is placed between slashes '/{emailAddress}'/ @see https://issue.tool.1and1.com/browse/CAL-3463
| cosmo-core/src/main/java/org/unitedinternet/cosmo/dav/caldav/report/MultigetReport.java | Replace email in URL only when email is placed between slashes '/{emailAddress}'/ @see https://issue.tool.1and1.com/browse/CAL-3463 | |
Java | bsd-2-clause | f41d6f00dfbef7cfa2cb661bcd00e2f1830b5ec4 | 0 | scifio/scifio | //
// ZeissZVIReader.java
//
/*
LOCI Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden, Chris Allan
and Eric Kjellman.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Publi... | loci/formats/in/ZeissZVIReader.java | //
// ZeissZVIReader.java
//
/*
LOCI Bio-Formats package for reading and converting biological file formats.
Copyright (C) 2005-@year@ Melissa Linkert, Curtis Rueden, Chris Allan
and Eric Kjellman.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Publi... | Tweak.
| loci/formats/in/ZeissZVIReader.java | Tweak. | |
Java | bsd-3-clause | 2b1851092e305d482b77b89b22811c57e81be971 | 0 | NCIP/caadapter,NCIP/caadapter,NCIP/caadapter | /**
* <!-- LICENSE_TEXT_START -->
The contents of this file are subject to the caAdapter Software License (the "License"). You may obtain a copy of the License at the following location:
[caAdapter Home Directory]\docs\caAdapter_license.txt, or at:
http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/ind... | caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/mapping/GME/XsdToXmiMappingPanel.java | /**
* <!-- LICENSE_TEXT_START -->
The contents of this file are subject to the caAdapter Software License (the "License"). You may obtain a copy of the License at the following location:
[caAdapter Home Directory]\docs\caAdapter_license.txt, or at:
http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/ind... | GME release:version 4.2
SVN-Revision: 1766
| caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/mapping/GME/XsdToXmiMappingPanel.java | GME release:version 4.2 | |
Java | bsd-3-clause | f47cd160ce40c165404a08d709aa648ed0cc6eaa | 0 | joansmith/basex,ksclarke/basex,ksclarke/basex,dimitarp/basex,JensErat/basex,BaseXdb/basex,joansmith/basex,joansmith/basex,vincentml/basex,dimitarp/basex,deshmnnit04/basex,ksclarke/basex,deshmnnit04/basex,drmacro/basex,BaseXdb/basex,vincentml/basex,drmacro/basex,ksclarke/basex,drmacro/basex,joansmith/basex,deshmnnit04/b... | package org.basex.gui.view.tree;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Transparency;
import java.awt.event.MouseEvent;
import java.awt.event.MouseWheelEvent;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import javax.swi... | src/org/basex/gui/view/tree/TreeView.java | package org.basex.gui.view.tree;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Transparency;
import java.awt.event.MouseEvent;
import java.awt.event.MouseWheelEvent;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import javax.swi... | update
| src/org/basex/gui/view/tree/TreeView.java | update | |
Java | mit | 121612856c70cde7c8754513bd8490617d8d72b6 | 0 | amymcgovern/spacesettlers,amymcgovern/spacesettlers | package spacesettlers.simulator;
import java.awt.Color;
import java.io.File;
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import... | src/spacesettlers/simulator/SpaceSettlersSimulator.java | package spacesettlers.simulator;
import java.awt.Color;
import java.io.File;
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import... | Fixed damage score for 2018 class | src/spacesettlers/simulator/SpaceSettlersSimulator.java | Fixed damage score for 2018 class | |
Java | mit | a452846371eee212e34dcd45a75fa1ed6c3ca4a3 | 0 | almeida91/Splice | /*
* Copyright (C) 2012 Igor de Almeida
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, ... | src/splice/ga/genes/BinaryGene.java | /*
* Copyright (C) 2012 Igor de Almeida
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, ... | NaN aware code
| src/splice/ga/genes/BinaryGene.java | NaN aware code | |
Java | mit | 9f88c94c9ab237104018c359d66c3c019a68f9c7 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | package org.xcolab.service.utils.db;
import com.zaxxer.hikari.HikariDataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.env.PropertyResolver;
public final class DataSourceUtil {
private static final Logger log = LoggerFactory.getLogger(DataSourceUtil.class);
... | microservices/util/service-utils/src/main/java/org/xcolab/service/utils/db/DataSourceUtil.java | package org.xcolab.service.utils.db;
import com.zaxxer.hikari.HikariDataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.env.PropertyResolver;
public final class DataSourceUtil {
private static final Logger log = LoggerFactory.getLogger(DataSourceUtil.class);
... | Decreased max db pool size
| microservices/util/service-utils/src/main/java/org/xcolab/service/utils/db/DataSourceUtil.java | Decreased max db pool size | |
Java | mit | e92a33870133eb438c8676497ad336d764bab928 | 0 | eaglesakura/eglibrary,eaglesakura/eglibrary,eaglesakura/eglibrary | package com.eaglesakura.android.net;
import com.eaglesakura.android.dao.net.DbNetCache;
import com.eaglesakura.android.thread.MultiRunningTasks;
import com.eaglesakura.io.IOUtil;
import com.eaglesakura.util.LogUtil;
import com.eaglesakura.util.StringUtil;
import com.google.api.client.http.HttpHeaders;
import com.googl... | eglibrary-android-java-wrapper/src/main/java/com/eaglesakura/android/net/LargeNetworkResult.java | package com.eaglesakura.android.net;
import com.eaglesakura.android.dao.net.DbNetCache;
import com.eaglesakura.android.thread.MultiRunningTasks;
import com.eaglesakura.io.IOUtil;
import com.eaglesakura.util.LogUtil;
import com.eaglesakura.util.StringUtil;
import com.google.api.client.http.HttpHeaders;
import com.googl... | ステータスコードチェックを追加
| eglibrary-android-java-wrapper/src/main/java/com/eaglesakura/android/net/LargeNetworkResult.java | ステータスコードチェックを追加 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.