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
mit
62c3032c6cb87dac376f63924e1034b3abc1baa5
0
Alan736/NotCardinalPGM,Aaron1011/CardinalPGM,dentmaged/CardinalPGM,dentmaged/CardinalPGM,Alan736/NotCardinalPGM,iPGz/CardinalPGM,Pablete1234/CardinalPGM,CaptainElliott/CardinalPGM,dentmaged/Cardinal-Dev,TheMolkaPL/CardinalPGM,angelitorb99/CardinalPGM,dentmaged/Cardinal-Dev,twizmwazin/CardinalPGM,TheMolkaPL/CardinalPGM,...
package in.twizmwaz.cardinal.module.modules.filter; import in.twizmwaz.cardinal.GameHandler; import in.twizmwaz.cardinal.match.Match; import in.twizmwaz.cardinal.module.BuilderData; import in.twizmwaz.cardinal.module.ModuleBuilder; import in.twizmwaz.cardinal.module.ModuleCollection; import in.twizmwaz.cardinal.module...
src/main/java/in/twizmwaz/cardinal/module/modules/filter/FilterModuleBuilder.java
package in.twizmwaz.cardinal.module.modules.filter; import in.twizmwaz.cardinal.GameHandler; import in.twizmwaz.cardinal.match.Match; import in.twizmwaz.cardinal.module.BuilderData; import in.twizmwaz.cardinal.module.ModuleBuilder; import in.twizmwaz.cardinal.module.ModuleCollection; import in.twizmwaz.cardinal.module...
Fix recrusively loading filters
src/main/java/in/twizmwaz/cardinal/module/modules/filter/FilterModuleBuilder.java
Fix recrusively loading filters
Java
mit
c66c0ae466c38f355254e865d8a164ce84337029
0
aureliano/da-mihi-logs,aureliano/da-mihi-logs
package com.github.aureliano.evtbridge.app.helper; import org.reflections.Reflections; import com.github.aureliano.evtbridge.common.exception.EventBridgeException; import com.github.aureliano.evtbridge.common.helper.StringHelper; import com.github.aureliano.evtbridge.core.SchemaTypes; import com.github.aureliano.evtb...
evt-bridge-app/src/main/java/com/github/aureliano/evtbridge/app/helper/ConfigurationSchemaHelper.java
package com.github.aureliano.evtbridge.app.helper; import com.github.aureliano.evtbridge.common.exception.EventBridgeException; import com.github.aureliano.evtbridge.common.helper.StringHelper; import com.github.aureliano.evtbridge.core.SchemaTypes; import com.github.aureliano.evtbridge.core.config.InputConfigTypes; i...
Initialize resources.
evt-bridge-app/src/main/java/com/github/aureliano/evtbridge/app/helper/ConfigurationSchemaHelper.java
Initialize resources.
Java
mit
fcfc766993dffec4e9415870eb764fe1134c2701
0
hakandilek/play2-crud,hakandilek/play2-crud,hakandilek/play2-crud,hakandilek/play2-crud
package play.utils.crud; import java.lang.reflect.Method; import org.springframework.util.ReflectionUtils; import play.Logger; import play.Logger.ALogger; import play.twirl.api.Html; import play.twirl.api.Content; import play.mvc.Controller; import play.mvc.Result; public class TemplateController extends Controller...
project-code/app/play/utils/crud/TemplateController.java
package play.utils.crud; import java.lang.reflect.Method; import org.springframework.util.ReflectionUtils; import play.Logger; import play.Logger.ALogger; import play.twirl.api.Html; import play.twirl.api.Content; import play.mvc.Controller; import play.mvc.Result; public class TemplateController extends Controller...
Update TemplateController.java Clarify how the user can change templatePackageName in a derived class. It's worth considering making this field a private bean property with corresponding getters and setters to avoid confusion.
project-code/app/play/utils/crud/TemplateController.java
Update TemplateController.java
Java
mit
ab9cd125e11c208f2b4d16fef8fb462ca7aaa4ab
0
jericks/geoserver-shell,jericks/geoserver-shell
package org.geoserver.shell; import it.geosolutions.geoserver.rest.GeoServerRESTPublisher; import it.geosolutions.geoserver.rest.GeoServerRESTReader; import it.geosolutions.geoserver.rest.HTTPUtils; import it.geosolutions.geoserver.rest.decoder.RESTNamespace; import it.geosolutions.geoserver.rest.decoder.RESTWorkspace...
src/main/java/org/geoserver/shell/WorkspaceCommands.java
package org.geoserver.shell; import it.geosolutions.geoserver.rest.GeoServerRESTPublisher; import it.geosolutions.geoserver.rest.GeoServerRESTReader; import it.geosolutions.geoserver.rest.HTTPUtils; import it.geosolutions.geoserver.rest.decoder.RESTNamespace; import it.geosolutions.geoserver.rest.decoder.RESTWorkspace...
Add workspace commands.
src/main/java/org/geoserver/shell/WorkspaceCommands.java
Add workspace commands.
Java
mit
0b9d300f4a0c04e3679a6c7644571b6a8d08d5a0
0
tjqadri101/oogasalad,dchouzer/OOGASalad
src/game_authoring_environment/TransferActionListener.java
package game_authoring_environment; /* * TransferActionListener.java is used by the 1.4 * DragPictureDemo.java example. */ import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.beans.*; /* * A class that tracks the focused component. This is necessary * to delegate the menu cut/copy/past...
Deleted extraneous classes
src/game_authoring_environment/TransferActionListener.java
Deleted extraneous classes
Java
mit
fcc89d25c1553db0a26e42e0f528857ba5d4b26b
0
SpongePowered/SpongeGradle,SpongePowered/SpongeGradle
/* * This file is part of spongegradle-plugin-development, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated document...
plugin-development/src/functionalTest/java/org/spongepowered/gradle/plugin/SpongePluginPluginFunctionalTest.java
/* * This file is part of spongegradle-plugin-development, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated document...
plugin-development: i give up
plugin-development/src/functionalTest/java/org/spongepowered/gradle/plugin/SpongePluginPluginFunctionalTest.java
plugin-development: i give up
Java
agpl-3.0
7605e65309f4dd02c3bd98176e5b6df7e06af820
0
geomajas/geomajas-project-server,geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt
/* * This file is part of Geomajas, a component framework for building * rich Internet applications (RIA) with sophisticated capabilities for the * display, analysis and management of geographic information. * It is a building block that allows developers to add maps * and other geographic data capabilities t...
face/geomajas-face-gwt/geomajas-gwt-client/src/main/java/org/geomajas/gwt/client/map/MapView.java
/* * This file is part of Geomajas, a component framework for building * rich Internet applications (RIA) with sophisticated capabilities for the * display, analysis and management of geographic information. * It is a building block that allows developers to add maps * and other geographic data capabilities t...
GWT-47 another attempt to fix
face/geomajas-face-gwt/geomajas-gwt-client/src/main/java/org/geomajas/gwt/client/map/MapView.java
GWT-47 another attempt to fix
Java
agpl-3.0
b260151692545ed771ec2a17e372c82275dfabd2
0
KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver
package nl.mpi.kinnate.svg; import nl.mpi.kinnate.kindata.GraphSorter; import nl.mpi.kinnate.kindata.EntityData; import nl.mpi.kinnate.ui.GraphPanelContextMenu; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Rectangle; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelLis...
src/main/java/nl/mpi/kinnate/svg/GraphPanel.java
package nl.mpi.kinnate.svg; import nl.mpi.kinnate.kindata.GraphSorter; import nl.mpi.kinnate.kindata.EntityData; import nl.mpi.kinnate.ui.GraphPanelContextMenu; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Rectangle; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelLis...
On load of an svg file set up the mouse listeners that were lost in the save/re-open process. Added coloured kin term labels. Resolved issue handling urls from transient nodes.
src/main/java/nl/mpi/kinnate/svg/GraphPanel.java
On load of an svg file set up the mouse listeners that were lost in the save/re-open process. Added coloured kin term labels. Resolved issue handling urls from transient nodes.
Java
lgpl-2.1
921898ceb29e18cf664103bc658cf5276b18e3a0
0
house13/CardBox,house13/CardBox,house13/CardBox,house13/CardBox,house13/CardBox
package com.hextilla.cardbox.lobby.matchmaking; import static com.hextilla.cardbox.lobby.Log.log; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.GridLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener...
projects/cardbox/src/main/java/com/hextilla/cardbox/lobby/matchmaking/ComputerOpponentView.java
package com.hextilla.cardbox.lobby.matchmaking; import static com.hextilla.cardbox.lobby.Log.log; import java.awt.GridBagConstraints; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.BorderFactory; import javax.swing.JButton; import javax.swing.JLabe...
Fixed layout for computer player options
projects/cardbox/src/main/java/com/hextilla/cardbox/lobby/matchmaking/ComputerOpponentView.java
Fixed layout for computer player options
Java
lgpl-2.1
cad4626ccf7c55e565cf024e77470e6b1e4dbb3e
0
retoo/pystructure,retoo/pystructure,retoo/pystructure,retoo/pystructure
/* * Copyright (C) 2008 Reto Schuettel, Robin Stocker * * IFS Institute for Software, HSR Rapperswil, Switzerland * * * 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 * ve...
src/ch/hsr/ifs/pystructure/playground/TypeAnnotator.java
/* * Copyright (C) 2008 Reto Schuettel, Robin Stocker * * IFS Institute for Software, HSR Rapperswil, Switzerland * * * 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 * ve...
new source path in the type annotator
src/ch/hsr/ifs/pystructure/playground/TypeAnnotator.java
new source path in the type annotator
Java
unlicense
d39aa21b9e088212e777d5d8bc76c6bd33aee937
0
noritersand/laboratory,noritersand/laboratory,noritersand/laboratory
package laboratory.test.java.lang; import org.junit.Assert; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class StringTest { @SuppressWarnings("unused") private static final Logger log = LoggerFactory.getLogger(StringTest.class); @Test public void testAutoNewIns...
src/test/java/laboratory/test/java/lang/StringTest.java
package laboratory.test.java.lang; import org.junit.Assert; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class StringTest { @SuppressWarnings("unused") private static final Logger log = LoggerFactory.getLogger(StringTest.class); @Test public void testAutoNewIns...
two factor auth test
src/test/java/laboratory/test/java/lang/StringTest.java
two factor auth test
Java
apache-2.0
7bba7104e74161abc1aec2a6a24fd8d255a290dd
0
wouterv/orientdb,intfrr/orientdb,joansmith/orientdb,giastfader/orientdb,giastfader/orientdb,allanmoso/orientdb,intfrr/orientdb,alonsod86/orientdb,intfrr/orientdb,alonsod86/orientdb,sanyaade-g2g-repos/orientdb,rprabhat/orientdb,jdillon/orientdb,rprabhat/orientdb,tempbottle/orientdb,allanmoso/orientdb,orientechnologies/o...
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
core/src/main/java/com/orientechnologies/orient/core/index/OIndexMultiValues.java
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
Fixed bug on MVRB-Tree-RID-Set built with default 8 items as threshold instead of reading the configuration
core/src/main/java/com/orientechnologies/orient/core/index/OIndexMultiValues.java
Fixed bug on MVRB-Tree-RID-Set built with default 8 items as threshold instead of reading the configuration
Java
apache-2.0
e2f5eb0d0d1e4e215cb0a354e6062e2e195708f5
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * 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 ...
ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/architecture/ComponentTypeDescription.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 ...
FELIX-3843 ClassCastException when listing service properties of a non-ComponentFactory Factory service * Remove un-needed cast to ComponentFactory git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1430762 13f79535-47bb-0310-9956-ffa450edef68
ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/architecture/ComponentTypeDescription.java
FELIX-3843 ClassCastException when listing service properties of a non-ComponentFactory Factory service
Java
apache-2.0
c5a2595a03bf1c1945a7115a05486781eec98f6a
0
kef/hieos,kef/hieos,kef/hieos
/* * * This code is subject to the HIEOS License, Version 1.0 * * Copyright(c) 2011 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 KI...
src/DocViewer/src/com/vangent/hieos/DocViewer/server/services/rpc/config/ConfigRemoteServiceImpl.java
/* * * This code is subject to the HIEOS License, Version 1.0 * * Copyright(c) 2011 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 KI...
Added templates as configuration.
src/DocViewer/src/com/vangent/hieos/DocViewer/server/services/rpc/config/ConfigRemoteServiceImpl.java
Added templates as configuration.
Java
apache-2.0
39392f59487515e38ebf35781f3caa0850805418
0
lgoldstein/mina-sshd,apache/mina-sshd,lgoldstein/mina-sshd,lgoldstein/mina-sshd,lgoldstein/mina-sshd,apache/mina-sshd,apache/mina-sshd,apache/mina-sshd
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
sshd-core/src/main/java/org/apache/sshd/common/session/helpers/DefaultUnknownChannelReferenceHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
[SSHD-800] Numerous SSH_MSG_CHANNEL_FAILURE messages sent for SSH_MSG_CHANNEL_DATA on unknown channel
sshd-core/src/main/java/org/apache/sshd/common/session/helpers/DefaultUnknownChannelReferenceHandler.java
[SSHD-800] Numerous SSH_MSG_CHANNEL_FAILURE messages sent for SSH_MSG_CHANNEL_DATA on unknown channel
Java
apache-2.0
6f4e6bd6089aa484c8504de620193ad148b526ee
0
blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpira...
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Improve message when we hit the limit of directories to watch
subprojects/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java
Improve message when we hit the limit of directories to watch
Java
apache-2.0
6af15e115cc4e2a9c00857053abc8911304171e6
0
Alfresco/alfresco-sdk,Alfresco/alfresco-sdk,Alfresco/alfresco-sdk,loftuxab/alfresco-sdk,AFaust/alfresco-sdk,adrianopatrick/alfresco-sdk,loftuxab/alfresco-sdk,abhinavmishra14/alfresco-sdk,microstrat/alfresco-sdk,loftuxab/alfresco-sdk,microstrat/alfresco-sdk,abhinavmishra14/alfresco-sdk,Alfresco/alfresco-sdk,bhagyas/alfr...
package org.alfresco.maven.rad; import com.tradeshift.test.remote.RemoteServer; public class RemoteRunnerWrapper implements Runnable { public void run() { try { RemoteServer.main(new String []{}); } catch (Exception e) { System.out.println("Could not start JUnit remoteServer because of: ...
modules/alfresco-rad/src/main/java/org/alfresco/maven/rad/RemoteRunnerWrapper.java
package org.alfresco.maven.rad; import com.tradeshift.test.remote.RemoteServer; public class RemoteRunnerWrapper implements Runnable { public void run() { try { RemoteServer.main(new String []{}); } catch (Exception e) { System.out.println("Could not start JUnit remoteServer"); }...
ugly code, made only slightly less ugly by not swallowing the exception
modules/alfresco-rad/src/main/java/org/alfresco/maven/rad/RemoteRunnerWrapper.java
ugly code, made only slightly less ugly by not swallowing the exception
Java
apache-2.0
bbaa106a1bee230f670c6affdc6a82cc642e2c21
0
mpouttuclarke/cdap,mpouttuclarke/cdap,caskdata/cdap,hsaputra/cdap,anthcp/cdap,chtyim/cdap,chtyim/cdap,mpouttuclarke/cdap,caskdata/cdap,hsaputra/cdap,chtyim/cdap,caskdata/cdap,caskdata/cdap,hsaputra/cdap,hsaputra/cdap,anthcp/cdap,anthcp/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,anthcp/cdap,chtyim/cda...
/* * Copyright © 2014-2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/runtime/batch/MapReduceRuntimeService.java
/* * Copyright © 2014-2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
CDAP-2441 - Override MR job name in case user set it in beforeSubmit. Does not fully resolve CDAP-2441.
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/runtime/batch/MapReduceRuntimeService.java
CDAP-2441 - Override MR job name in case user set it in beforeSubmit. Does not fully resolve CDAP-2441.
Java
apache-2.0
9760d31e290778fa4b4d38796285759ff2b5a790
0
outjie/jqm4gwt,jqm4gwt/jqm4gwt,outjie/jqm4gwt,jqm4gwt/jqm4gwt,outjie/jqm4gwt
package com.sksamuel.jqm4gwt; import com.google.gwt.dom.client.Element; import com.google.gwt.user.client.ui.RootPanel; import com.google.gwt.user.client.ui.Widget; /** * @author Stephen K Samuel samspade79@gmail.com 9 Jul 2011 12:57:43 * * The {@link JQMContent} provides methods that facilitate interactio...
library/src/main/java/com/sksamuel/jqm4gwt/JQMContext.java
package com.sksamuel.jqm4gwt; import com.google.gwt.dom.client.Element; import com.google.gwt.user.client.ui.RootPanel; import com.google.gwt.user.client.ui.Widget; /** * @author Stephen K Samuel samspade79@gmail.com 9 Jul 2011 12:57:43 * * The {@link JQMContent} provides methods that facilitate interacti...
Added JQMContext submission from Staffan.
library/src/main/java/com/sksamuel/jqm4gwt/JQMContext.java
Added JQMContext submission from Staffan.
Java
apache-2.0
06e670193507e43f8a19c53e8f378b7b146c9712
0
bazaarvoice/astyanax,DavidHerzogTU-Berlin/astyanax,Netflix/astyanax,gorcz/astyanax,DavidHerzogTU-Berlin/astyanax,fengshao0907/astyanax,maxtomassi/ds-astyanax,fengshao0907/astyanax,bazaarvoice/astyanax,gorcz/astyanax,Netflix/astyanax,Netflix/astyanax,DavidHerzogTU-Berlin/astyanax,apigee/astyanax,maxtomassi/ds-astyanax,a...
package com.netflix.astyanax.recipes.scheduler; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Collection; import java.util.Map; import java.util.UUID; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import jav...
src/main/java/com/netflix/astyanax/recipes/scheduler/DistributedTaskScheduler.java
package com.netflix.astyanax.recipes.scheduler; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Collection; import java.util.Map; import java.util.UUID; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import jav...
Option to customize the polling interval for the task scheduler
src/main/java/com/netflix/astyanax/recipes/scheduler/DistributedTaskScheduler.java
Option to customize the polling interval for the task scheduler
Java
apache-2.0
69dcad2ebb41773dcbb476ee29ac6164e6c334b6
0
hgschmie/presto,hgschmie/presto,smartnews/presto,ebyhr/presto,11xor6/presto,martint/presto,smartnews/presto,losipiuk/presto,martint/presto,wyukawa/presto,treasure-data/presto,electrum/presto,hgschmie/presto,dain/presto,smartnews/presto,electrum/presto,martint/presto,11xor6/presto,erichwang/presto,wyukawa/presto,ebyhr/p...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-hive/src/main/java/io/prestosql/plugin/hive/authentication/CachingKerberosHadoopAuthentication.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Simplify CachingKerberosHadoopAuthentication
presto-hive/src/main/java/io/prestosql/plugin/hive/authentication/CachingKerberosHadoopAuthentication.java
Simplify CachingKerberosHadoopAuthentication
Java
apache-2.0
fcbebd771f68ebf7c91a5c1509cf250d415f7457
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2007 University of British Columbia * * 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 *...
gemma-core/src/main/java/ubic/gemma/loader/expression/ExpressionExperimentPlatformSwitchService.java
/* * The Gemma project * * Copyright (c) 2007 University of British Columbia * * 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 *...
allow reuse of design elements for different bioassay dimensions
gemma-core/src/main/java/ubic/gemma/loader/expression/ExpressionExperimentPlatformSwitchService.java
allow reuse of design elements for different bioassay dimensions
Java
apache-2.0
4f067fda7a85aefb28f8dcd427ec408b8298b50e
0
EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci
package uk.ac.ebi.spot.goci.curation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.security.SecurityProperties; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation.Order; import org.springframework.secu...
goci-interfaces/goci-curation/src/main/java/uk/ac/ebi/spot/goci/curation/SecurityConfiguration.java
package uk.ac.ebi.spot.goci.curation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.security.SecurityProperties; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation.Order; import org.springframework.secu...
Added remember me parameter to security to see if it solves login/logout probelm on orange
goci-interfaces/goci-curation/src/main/java/uk/ac/ebi/spot/goci/curation/SecurityConfiguration.java
Added remember me parameter to security to see if it solves login/logout probelm on orange
Java
apache-2.0
3011e19cdccbff9c302cc11d79d1a73b5658ed21
0
hariss63/esb-connector-gmail
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
src/main/java/org/wso2/carbon/connector/GmailConfig.java
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
Gmail Connector PR Review
src/main/java/org/wso2/carbon/connector/GmailConfig.java
Gmail Connector PR Review
Java
apache-2.0
036f8813d1273cc7b6f5d93228ed0732fc9ac2e1
0
GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
server/src/main/java/org/elasticsearch/common/lucene/store/ByteArrayIndexInput.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
Implement primitives reads in ByteArrayIndexInput (#79885) enhance performance of those actions
server/src/main/java/org/elasticsearch/common/lucene/store/ByteArrayIndexInput.java
Implement primitives reads in ByteArrayIndexInput (#79885)
Java
apache-2.0
86e1d52a05d00bcdef3cad5d29e1ffa8f1a0e2eb
0
Libertymutual/ssh-key-enforcer-stash,Libertymutual/ssh-key-enforcer-stash,Libertymutual/ssh-key-enforcer-stash
/* * Copyright 2015, Liberty Mutual Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/test/java/ut/com/lmig/forge/stash/ssh/keys/EnterpriseSshKeyManagerImplTest.java
/* * Copyright 2015, Liberty Mutual Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
issue #17 clarifying test names and intents
src/test/java/ut/com/lmig/forge/stash/ssh/keys/EnterpriseSshKeyManagerImplTest.java
issue #17 clarifying test names and intents
Java
apache-2.0
1888c34eb7ba0c594a39a4b8725b0b111fd83718
0
RuedigerMoeller/fast-serialization,RuedigerMoeller/fast-serialization,RuedigerMoeller/fast-serialization,RuedigerMoeller/fast-serialization
/* * Copyright 2014 Ruediger Moeller. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
src/main/java/org/nustaq/serialization/FSTObjectInput.java
/* * Copyright 2014 Ruediger Moeller. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
fix issue where an array didn't get registered at correct handle until AFTER it was fully read, which broke some cases of self-referential structures.
src/main/java/org/nustaq/serialization/FSTObjectInput.java
fix issue where an array didn't get registered at correct handle until AFTER it was fully read, which broke some cases of self-referential structures.
Java
bsd-3-clause
e0232bde410d9474f480a8fc89a0a420abb0e62a
0
LukSkarDev/motech,kmadej/motech,smalecki/motech,adamkalmus/motech,shubhambeehyv/motech,frankhuster/motech,tstalka/motech,jefeweisen/motech,kmadej/motech,sebbrudzinski/motech,adamkalmus/motech,LukSkarDev/motech,shubhambeehyv/motech,jefeweisen/motech,bruceMacLeod/motech-server-pillreminder-0.18,ngraczewski/motech,koshalt...
package org.motechproject.commcare.service.impl; import org.motechproject.commcare.domain.CommcareForm; import org.motechproject.commcare.parser.FormAdapter; import org.motechproject.commcare.service.CommcareFormService; import org.motechproject.commcare.util.CommCareAPIHttpClient; import org.springframework.beans.fac...
modules/commcare/api/src/main/java/org/motechproject/commcare/service/impl/CommcareFormServiceImpl.java
package org.motechproject.commcare.service.impl; import org.motechproject.commcare.domain.CommcareForm; import org.motechproject.commcare.parser.FormAdapter; import org.motechproject.commcare.service.CommcareFormService; import org.motechproject.commcare.util.CommCareAPIHttpClient; import org.springframework.beans.fac...
RGillen | #593 | Catch exception when receiving bad form response from form API Change-Id: I34e72c494cf552ec1799b14d9933b2832eef9702
modules/commcare/api/src/main/java/org/motechproject/commcare/service/impl/CommcareFormServiceImpl.java
RGillen | #593 | Catch exception when receiving bad form response from form API
Java
bsd-3-clause
0274541eeab34cc9321cc864afb4ee74ff6e463e
0
hudson/xstream,8nevil8/xstream
package com.thoughtworks.xstream.core; import com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider; import com.thoughtworks.xstream.converters.reflection.ReflectionProvider; import java.security.AccessControlException; public class JVM { private ReflectionProvider reflectionProvider; p...
xstream/src/java/com/thoughtworks/xstream/core/JVM.java
package com.thoughtworks.xstream.core; import com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider; import com.thoughtworks.xstream.converters.reflection.ReflectionProvider; public class JVM { private ReflectionProvider reflectionProvider; public static boolean is14() { float ma...
Bugfix: Default to using PureJavaReflectionProvider in Applet context.
xstream/src/java/com/thoughtworks/xstream/core/JVM.java
Bugfix: Default to using PureJavaReflectionProvider in Applet context.
Java
mit
d2cb9cc961fdc5060e1ee28f6c23e00bd83a341a
0
arnaudroger/SimpleFlatMapper,arnaudroger/SimpleFlatMapper,arnaudroger/SimpleFlatMapper
package org.simpleflatmapper.jdbc.test.samples; import org.junit.Test; import org.simpleflatmapper.jdbc.JdbcColumnKey; import org.simpleflatmapper.jdbc.JdbcMapper; import org.simpleflatmapper.jdbc.JdbcMapperFactory; import org.simpleflatmapper.util.ListCollector; import java.sql.ResultSet; import java.sql.SQLExceptio...
sfm-jdbc/src/test/java/org/simpleflatmapper/jdbc/test/samples/JoinSample.java
package org.simpleflatmapper.jdbc.test.samples; import org.junit.Test; import org.simpleflatmapper.jdbc.JdbcColumnKey; import org.simpleflatmapper.jdbc.JdbcMapper; import org.simpleflatmapper.jdbc.JdbcMapperFactory; import org.simpleflatmapper.util.ListCollector; import java.sql.ResultSet; import java.sql.SQLExceptio...
change column name
sfm-jdbc/src/test/java/org/simpleflatmapper/jdbc/test/samples/JoinSample.java
change column name
Java
mit
75b8e4c40f3880fb8fddddbc54879592ba155b2a
0
amwenger/igv,igvteam/igv,igvteam/igv,itenente/igv,igvteam/igv,godotgildor/igv,itenente/igv,itenente/igv,godotgildor/igv,amwenger/igv,godotgildor/igv,amwenger/igv,amwenger/igv,igvteam/igv,godotgildor/igv,itenente/igv,itenente/igv,igvteam/igv,godotgildor/igv,amwenger/igv
/* * Copyright (c) 2007-2011 by The Broad Institute of MIT and Harvard. All Rights Reserved. * * This software is licensed under the terms of the GNU Lesser General Public License (LGPL), * Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php. * * THE SOFTWARE IS PROVIDED "AS IS." TH...
src/org/broad/igv/feature/tribble/CodecFactory.java
/* * Copyright (c) 2007-2011 by The Broad Institute of MIT and Harvard. All Rights Reserved. * * This software is licensed under the terms of the GNU Lesser General Public License (LGPL), * Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php. * * THE SOFTWARE IS PROVIDED "AS IS." TH...
Replaced unneccessary users of SeekableStream with InputStream git-svn-id: b5cf87c434d9ee7c8f18865e4378c9faabe04646@1812 17392f64-ead8-4cea-ae29-09b3ab513800
src/org/broad/igv/feature/tribble/CodecFactory.java
Replaced unneccessary users of SeekableStream with InputStream
Java
mit
fd613aa8e162005a3f33846e8d63e825dbeb20f1
0
Innovimax-SARL/mix-them
package innovimax.mixthem.operation; import java.util.EnumSet; /** * <p>Describes the result of an line operation on two files.</p> * @author Innovimax * @version 1.0 */ public class LineResult { private final EnumSet<ResultType> types; private String result; private String readLine1; private Str...
src/main/java/innovimax/mixthem/operation/LineResult.java
package innovimax.mixthem.operation; import java.util.EnumSet; /** * <p>Describes the result of an line operation on two files.</p> * @author Innovimax * @version 1.0 */ public class LineResult { private final EnumSet<ResultType> types; private String result; private String readLine1; private Str...
Update LineResult.java
src/main/java/innovimax/mixthem/operation/LineResult.java
Update LineResult.java
Java
mit
5596c8ec813a350df49470e4bd2cd5bcb6b2a610
0
codistmonk/IMJ
package imj2.tools; import static java.awt.Color.BLUE; import static java.awt.Color.CYAN; import static java.awt.Color.GREEN; import static java.awt.Color.RED; import static java.awt.Color.YELLOW; import static net.sourceforge.aprog.swing.SwingTools.show; import static net.sourceforge.aprog.tools.Tools.debugPrint; imp...
IMJ/test/imj2/tools/MultiresolutionSegmentationTest.java
package imj2.tools; import static java.awt.Color.RED; import static net.sourceforge.aprog.swing.SwingTools.show; import static net.sourceforge.aprog.tools.Tools.debugPrint; import static org.junit.Assert.*; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Point; import java.awt.event.MouseWheelEvent...
[IMJ][imj2] Updated MultiresolutionSegmentationTest.
IMJ/test/imj2/tools/MultiresolutionSegmentationTest.java
[IMJ][imj2] Updated MultiresolutionSegmentationTest.
Java
mit
9038ec2bfe86e74ed635f65f7a2bce4c199ab77c
0
rsandell/docker-workflow-plugin,jenkinsci/docker-workflow-plugin,rsandell/docker-workflow-plugin,jenkinsci/docker-workflow-plugin
/* * The MIT License * * Copyright (c) 2017, CloudBees, Inc. * * 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, c...
src/test/java/org/jenkinsci/plugins/docker/workflow/declarative/DeclarativeDockerUtilsTest.java
/* * The MIT License * * Copyright (c) 2017, CloudBees, Inc. * * 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, c...
Use the right assumeDocker
src/test/java/org/jenkinsci/plugins/docker/workflow/declarative/DeclarativeDockerUtilsTest.java
Use the right assumeDocker
Java
mit
b678b816f4e0ea9f288cff2af528c88a48c17410
0
codehaus-plexus/modello
package org.codehaus.modello.plugin.xdoc; /* * Copyright (c) 2004, Codehaus.org * * 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 r...
modello-plugins/modello-plugin-xdoc/src/main/java/org/codehaus/modello/plugin/xdoc/XdocGenerator.java
package org.codehaus.modello.plugin.xdoc; /* * Copyright (c) 2004, Codehaus.org * * 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 r...
[MODELLO-54] Generate tag name instead of association tag name Submitted by: Vincent Siveton
modello-plugins/modello-plugin-xdoc/src/main/java/org/codehaus/modello/plugin/xdoc/XdocGenerator.java
[MODELLO-54] Generate tag name instead of association tag name Submitted by: Vincent Siveton
Java
epl-1.0
bdde23e35fcda692609614ac5a3dd1ed56a05e39
0
opendaylight/neutron
/* * Copyright (C) 2015 IBM, Inc. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight.neutron.e2etest; import java....
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronSecurityRuleTests.java
/* * Copyright (C) 2015 IBM, Inc. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight.neutron.e2etest; import java....
Add IT cases for Security Rules Add missing CRUD operations to IT for Security Rules Change-Id: I564e9cc1c4dc86c5cfaa3ce9c8addb69278f1803 Signed-off-by: Ryan Moats <7ac70bcc48c94124ee1b01a4779bf5a8a6faebbd@us.ibm.com>
integration/test/src/test/java/org/opendaylight/neutron/e2etest/NeutronSecurityRuleTests.java
Add IT cases for Security Rules
Java
agpl-3.0
2e0d09be44608592ad1a041435bf8e0adf8993b5
0
quikkian-ua-devops/will-financials,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,ua-eas/kfs,kuali/kfs,ua-eas/kfs,kuali/kfs,bhutchinson/kfs,quikkian-ua-devops/will-financials,bhutchinson/kfs,kuali/kfs,ua-eas/kfs,quikkian-ua-devops/kfs,ua-eas/kfs-devops-automation-fork,quikkian-ua-devops/kfs,smith750/kfs,quikkian-ua-devo...
/* * Copyright 2008 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless requir...
work/src/org/kuali/kfs/sys/document/service/impl/WorkflowAttributePropertyResolutionServiceImpl.java
/* * Copyright 2008 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless requir...
let's try to avoid trimming when we're in the recursion...
work/src/org/kuali/kfs/sys/document/service/impl/WorkflowAttributePropertyResolutionServiceImpl.java
let's try to avoid trimming when we're in the recursion...
Java
agpl-3.0
cda48d4d0c93fae253160b9d255ca54aaa57333b
0
Stanwar/agreementmaker,sabarish14/agreementmaker,Stanwar/agreementmaker,sabarish14/agreementmaker,sabarish14/agreementmaker,sabarish14/agreementmaker,Stanwar/agreementmaker,Stanwar/agreementmaker
package am.app.feedback; import java.util.ArrayList; import java.util.Collections; import java.util.EnumSet; import java.util.Iterator; import am.app.Core; import am.app.feedback.CandidateConcept.ontology; import am.app.feedback.measures.FamilialSimilarity; import am.app.feedback.measures.RelevanceMeasure; import am....
AgreementMaker/src/am/app/feedback/CandidateSelection.java
package am.app.feedback; import java.util.ArrayList; import java.util.Collections; import java.util.EnumSet; import java.util.Iterator; import am.app.Core; import am.app.feedback.CandidateConcept.ontology; import am.app.feedback.measures.FamilialSimilarity; import am.app.feedback.measures.RelevanceMeasure; import am....
Show what's in the top K everytime.
AgreementMaker/src/am/app/feedback/CandidateSelection.java
Show what's in the top K everytime.
Java
lgpl-2.1
8c23fed7eb633a7052a12f15adfaa419d0a358fc
0
evlist/orbeon-forms,evlist/orbeon-forms,orbeon/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,wesley1001/orbeon-forms,evlist/orbeon-forms,joansmith/orbeon-forms,ajw625/orbeon-forms,joansmith/orbeon-forms,ajw625/orbeon-forms,martinluther/orbeon-forms,martinluther/orbeon-forms,ajw625/orbeon-forms,orbeon/orbeon-...
/** * Copyright (C) 2004 Orbeon, Inc. * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as published by the Free Software Foundation; either version * 2.1 of the License, or (at your option) any later version. * * This prog...
src/java/org/orbeon/oxf/processor/serializer/legacy/JFreeChartSerializer.java
/** * Copyright (C) 2004 Orbeon, Inc. * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU Lesser General Public License as published by the Free Software Foundation; either version * 2.1 of the License, or (at your option) any later version. * * This prog...
Fix: 90 deg angle was not working, forgot line
src/java/org/orbeon/oxf/processor/serializer/legacy/JFreeChartSerializer.java
Fix: 90 deg angle was not working, forgot line
Java
lgpl-2.1
dc2780afca438af240241c8b60ff15c88540e4ac
0
xwiki/xwiki-enterprise,xwiki/xwiki-enterprise
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-enterprise-test/xwiki-enterprise-test-ui/src/test/it/org/xwiki/test/ui/VersionTest.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
try to debug flicker
xwiki-enterprise-test/xwiki-enterprise-test-ui/src/test/it/org/xwiki/test/ui/VersionTest.java
try to debug flicker
Java
lgpl-2.1
a45c792a53bbe6b635498b56e84fe07ec9dc4633
0
open-eid/MOPP-Android
package ee.ria.DigiDoc.configuration.util; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWrit...
configuration-lib/src/main/java/ee/ria/DigiDoc/configuration/util/FileUtils.java
package ee.ria.DigiDoc.configuration.util; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWrit...
Logging fixes * MOPPAND-713
configuration-lib/src/main/java/ee/ria/DigiDoc/configuration/util/FileUtils.java
Logging fixes
Java
apache-2.0
ba31f4604ae33cb6ba6e632095f4b942fae20b9d
0
rmpestano/cukedoctor,rmpestano/cukedoctor,rmpestano/cukedoctor
package com.github.cukedoctor.extension; import static com.github.cukedoctor.extension.CukedoctorExtensionRegistry.*; import java.util.Map; import org.asciidoctor.ast.Document; import org.asciidoctor.extension.Postprocessor; import org.jsoup.Jsoup; import org.jsoup.nodes.Element; /** * Created by pestano on 20/07/...
cukedoctor-extension/src/main/java/com/github/cukedoctor/extension/CukedoctorStyleExtension.java
package com.github.cukedoctor.extension; import static com.github.cukedoctor.extension.CukedoctorExtensionRegistry.*; import java.util.Map; import org.asciidoctor.ast.Document; import org.asciidoctor.extension.Postprocessor; import org.jsoup.Jsoup; import org.jsoup.nodes.Element; /** * Created by pestano on 20/07/...
avoid horizontal bar in summary section
cukedoctor-extension/src/main/java/com/github/cukedoctor/extension/CukedoctorStyleExtension.java
avoid horizontal bar in summary section
Java
apache-2.0
f2cdfde4164a053fe8d6e00e6a80a361ed07941b
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
/* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
test/org/springframework/transaction/interceptor/AbstractTransactionAspectTests.java
/* * Copyright 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
added test for exception propagation git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@14234 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
test/org/springframework/transaction/interceptor/AbstractTransactionAspectTests.java
added test for exception propagation
Java
apache-2.0
2f71e34e1079738dc644147856c0667aef5b3e90
0
blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,grad...
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/core/src/main/java/org/gradle/internal/classpath/InstrumentingClasspathFileTransformer.java
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Increase classpath file instrumentation timeout to 60 seconds
subprojects/core/src/main/java/org/gradle/internal/classpath/InstrumentingClasspathFileTransformer.java
Increase classpath file instrumentation timeout to 60 seconds
Java
apache-2.0
24c50ba7051d2bb685e2a98085baf8034758fd71
0
zwets/flowable-engine,yvoswillens/flowable-engine,motorina0/flowable-engine,dbmalkovsky/flowable-engine,stefan-ziel/Activiti,martin-grofcik/flowable-engine,zwets/flowable-engine,paulstapleton/flowable-engine,yvoswillens/flowable-engine,paulstapleton/flowable-engine,martin-grofcik/flowable-engine,yvoswillens/flowable-en...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/event/end/TerminateEndEventTest.java
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
TerminateEvent bug fix
modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/event/end/TerminateEndEventTest.java
TerminateEvent bug fix
Java
apache-2.0
9e135927816b1340e348397c792ed66f0de18593
0
candyam5522/eureka,candyam5522/eureka,candyam5522/eureka,jsons/eureka
package edu.emory.cci.aiw.cvrg.eureka.servlet.proposition; import java.io.IOException; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException; import java.security.Principal; import java.util.ArrayList; import java.util.List; import javax.servlet.ServletException; import javax.serv...
eureka-webapp/src/main/java/edu/emory/cci/aiw/cvrg/eureka/servlet/proposition/SavePropositionServlet.java
package edu.emory.cci.aiw.cvrg.eureka.servlet.proposition; import java.io.IOException; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException; import java.security.Principal; import java.util.ArrayList; import java.util.List; import javax.servlet.ServletException; import javax.serv...
Correctly set the id of the proposition when validating. Previously, it was only set for save/update, but not validation.
eureka-webapp/src/main/java/edu/emory/cci/aiw/cvrg/eureka/servlet/proposition/SavePropositionServlet.java
Correctly set the id of the proposition when validating. Previously, it was only set for save/update, but not validation.
Java
apache-2.0
501c607d60bfc5535d7e8258a802cffa075f39a4
0
mhawrylczak/Nicobar,Netflix/Nicobar,gorcz/Nicobar,reversemind/Nicobar,reversemind/Nicobar,mhawrylczak/Nicobar,Netflix/Nicobar,gorcz/Nicobar,Netflix/Nicobar
/* * * Copyright 2013 Netflix, 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 ap...
nicobar-cassandra/src/main/java/com/netflix/nicobar/cassandra/CassandraArchiveRepository.java
/* * * Copyright 2013 Netflix, 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 ap...
Include module id, module name and module version in cassandra columns
nicobar-cassandra/src/main/java/com/netflix/nicobar/cassandra/CassandraArchiveRepository.java
Include module id, module name and module version in cassandra columns
Java
apache-2.0
5369c5d873dd237e165c797653d2e07695dd9f9c
0
sdgdsffdsfff/stagemonitor,sdgdsffdsfff/stagemonitor,trampi/stagemonitor,glamarre360/stagemonitor,stagemonitor/stagemonitor,hexdecteam/stagemonitor,marcust/stagemonitor,elevennl/stagemonitor,glamarre360/stagemonitor,marcust/stagemonitor,glamarre360/stagemonitor,hexdecteam/stagemonitor,trampi/stagemonitor,elevennl/stagem...
package org.stagemonitor.requestmonitor; import static com.codahale.metrics.MetricRegistry.name; import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.NANOSECONDS; import java.lang.management.ManagementFactory; import java.lang.management.ThreadMXBean; import java.util....
stagemonitor-requestmonitor/src/main/java/org/stagemonitor/requestmonitor/RequestMonitor.java
package org.stagemonitor.requestmonitor; import static com.codahale.metrics.MetricRegistry.name; import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.NANOSECONDS; import java.lang.management.ManagementFactory; import java.lang.management.ThreadMXBean; import java.util....
RequestMonitor#recordException should not throw Exception
stagemonitor-requestmonitor/src/main/java/org/stagemonitor/requestmonitor/RequestMonitor.java
RequestMonitor#recordException should not throw Exception
Java
apache-2.0
1ccb31d7f2538fa9cb69ebedd9cd042f8cfe1b76
0
michael-rapp/AndroidPreferenceActivity
/* * Copyright 2014 - 2017 Michael Rapp * * 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...
library/src/main/java/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.java
/* * Copyright 2014 - 2017 Michael Rapp * * 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...
Remove debug statement.
library/src/main/java/de/mrapp/android/preference/activity/adapter/PreferenceGroupAdapter.java
Remove debug statement.
Java
apache-2.0
e913dd4effb993d097942522ed52e210acec2a23
0
apache/logging-log4j2,apache/logging-log4j2,jinxuan/logging-log4j2,lqbweb/logging-log4j2,lqbweb/logging-log4j2,lburgazzoli/logging-log4j2,pisfly/logging-log4j2,xnslong/logging-log4j2,GFriedrich/logging-log4j2,lqbweb/logging-log4j2,lburgazzoli/apache-logging-log4j2,codescale/logging-log4j2,MagicWiz/log4j2,apache/logging...
/* * 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 n...
core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc/DriverManagerConnectionSource.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 n...
Refactor String pattern 'foo == null || foo.length() == 0' into a new helper API Strings.isEmpty(CharSequence) copied from Apache Commons Lang. git-svn-id: de5ce936019686f47409c93bcc5e202a9739563b@1501221 13f79535-47bb-0310-9956-ffa450edef68
core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc/DriverManagerConnectionSource.java
Refactor String pattern 'foo == null || foo.length() == 0' into a new helper API Strings.isEmpty(CharSequence) copied from Apache Commons Lang.
Java
apache-2.0
9e008809c12b27909e8268d4fa5790696c63a9e8
0
hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity
package com.hubspot.singularity.helpers; import com.google.inject.Inject; import com.hubspot.singularity.SingularityManagedScheduledExecutorServiceFactory; import com.hubspot.singularity.SingularityManagedThreadPoolFactory; import com.hubspot.singularity.SingularityPendingTaskId; import com.hubspot.singularity.config....
SingularityService/src/main/java/com/hubspot/singularity/helpers/TaskLagGuardrail.java
package com.hubspot.singularity.helpers; import com.google.inject.Inject; import com.hubspot.singularity.SingularityPendingTaskId; import com.hubspot.singularity.config.SingularityConfiguration; import com.hubspot.singularity.data.TaskManager; import java.util.List; import java.util.concurrent.ConcurrentHashMap; impor...
scheduled executor for updating requests with task lag
SingularityService/src/main/java/com/hubspot/singularity/helpers/TaskLagGuardrail.java
scheduled executor for updating requests with task lag
Java
apache-2.0
42b92565e4bc31c80d0ab1f4e33f47d2856aa0a8
0
roywant/uribeacon,don/uribeacon,roywant/uribeacon,perja12/uribeacon,dinhviethoa/uribeacon,kstechnologies/uribeacon,perja12/uribeacon,dennisg/uribeacon,dennisg/uribeacon,kstechnologies/uribeacon,kstechnologies/uribeacon,roywant/uribeacon,dennisg/uribeacon,tommythorsen/uribeacon,kstechnologies/uribeacon,don/uribeacon,din...
/* * Copyright 2015 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 applic...
android-uribeacon/uribeacon-validator/src/main/java/org/uribeacon/validator/TestActivity.java
/* * Copyright 2015 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 applic...
Removed debug statements
android-uribeacon/uribeacon-validator/src/main/java/org/uribeacon/validator/TestActivity.java
Removed debug statements
Java
apache-2.0
59a66f3e9a2bac6a1cc8749fec93f3e8fc20e045
0
arnost-starosta/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint
/* * Copyright (c) 2010-2018 Evolveum et al. * * 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...
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/cases/PageCaseWorkItems.java
/* * Copyright (c) 2010-2018 Evolveum et al. * * 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...
Aligning with current master
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/cases/PageCaseWorkItems.java
Aligning with current master
Java
apache-2.0
c62275f2b59d75856f5d984b4e11a29229b84f8b
0
baishuo/cglib,wangf111/cglib,chuz/cglib,lukesandberg/cglib,HubSpot/cglib,ligzy/cglib,evertrue/cglib,lncosie/cglib,liuyb02/cglib,xgbj/cglib,mohanaraosv/cglib,TopicusZorg/cglib,cglib/cglib,yseasony/cglib,292388900/cglib,mcculls/cglib,mcmakev/cglib
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
src/proxy/net/sf/cglib/proxy/Enhancer.java
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sourc...
Throw ObjectStreamException from readResolve (ObjectStreamException is abstract (at least in JDK1.4), need to use a subclass)
src/proxy/net/sf/cglib/proxy/Enhancer.java
Throw ObjectStreamException from readResolve (ObjectStreamException is abstract (at least in JDK1.4), need to use a subclass)
Java
apache-2.0
17277c4f3611200010e52fd1e3e1ac387d47c4b4
0
Chavjoh/SweetCityMobile
package ch.hesso.master.sweetcity.activity.report; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.location.Criteria; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle;...
app/src/main/java/ch/hesso/master/sweetcity/activity/report/ReportActivity.java
package ch.hesso.master.sweetcity.activity.report; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.location.Location; import android.location.LocationManager; import android.os.Bundle; import android.support.v4.app.NavUtils; import android.util.Log; import and...
Try to obtain the current GPS location when submittin a report.
app/src/main/java/ch/hesso/master/sweetcity/activity/report/ReportActivity.java
Try to obtain the current GPS location when submittin a report.
Java
apache-2.0
33d48fbebc0378a006f285e846f06d2d12bae9c2
0
lingfliu/dv_omnicontrol_android,lingfliu/dv_omnicontrol_android
package cn.diaovision.omnicontrol.core.message.conference; import cn.diaovision.omnicontrol.util.ByteUtils; /** * Header of MCUMessage * Created by liulingfeng on 2017/4/13. */ public class Header{ int len; // 2 bytes, 消息长度 byte version; //软件版本号 //消息类型 1.Request 2.Response // 3.Create_conf(创...
app/src/main/java/cn/diaovision/omnicontrol/core/message/conference/Header.java
package cn.diaovision.omnicontrol.core.message.conference; /** * Created by liulingfeng on 2017/4/13. */ public class Header{ int len; // 2 bytes, 消息长度 byte version; //软件版本号 //消息类型 1.Request 2.Response // 3.Create_conf(创建会议) // 4.Invite_Term(邀请终端) // 5.用户登录 // 6.添加会议 // ...
added getters
app/src/main/java/cn/diaovision/omnicontrol/core/message/conference/Header.java
added getters
Java
apache-2.0
3c07a427dc23708c35ae088f2f8fd13de1854060
0
diendt/elasticsearch,HonzaKral/elasticsearch,vroyer/elasticassandra,JackyMai/elasticsearch,vroyer/elassandra,brandonkearby/elasticsearch,gmarz/elasticsearch,fforbeck/elasticsearch,spiegela/elasticsearch,henakamaMSFT/elasticsearch,avikurapati/elasticsearch,diendt/elasticsearch,xuzha/elasticsearch,artnowo/elasticsearch,d...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
plugins/repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs/HdfsRepository.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
fix exc handling
plugins/repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs/HdfsRepository.java
fix exc handling
Java
apache-2.0
65609ff39d66e8215586388427e2b6a935db4073
0
opennetworkinglab/onos,maheshraju-Huawei/actn,oplinkoms/onos,opennetworkinglab/onos,oplinkoms/onos,maheshraju-Huawei/actn,osinstom/onos,y-higuchi/onos,kuujo/onos,Shashikanth-Huawei/bmp,y-higuchi/onos,gkatsikas/onos,gkatsikas/onos,oplinkoms/onos,y-higuchi/onos,maheshraju-Huawei/actn,sdnwiselab/onos,donNewtonAlpha/onos,k...
/* * Copyright 2015 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
providers/ovsdb/host/src/main/java/org/onosproject/ovsdb/provider/host/OvsdbHostProvider.java
/* * Copyright 2015 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
ONOS-3236 Ovsdb host's vlanid is null,it should be the default value -1. Change-Id: Ibf1739df674d7a8ecea27496fac870dcc384b3e2
providers/ovsdb/host/src/main/java/org/onosproject/ovsdb/provider/host/OvsdbHostProvider.java
ONOS-3236 Ovsdb host's vlanid is null,it should be the default value -1.
Java
apache-2.0
1994a8dee5e44e4dcb110a6db401db9689badccb
0
apigee/astyanax,Netflix/astyanax,gorcz/astyanax,DavidHerzogTU-Berlin/astyanax,fengshao0907/astyanax,bazaarvoice/astyanax,DavidHerzogTU-Berlin/astyanax,DavidHerzogTU-Berlin/astyanax,gorcz/astyanax,fengshao0907/astyanax,Netflix/astyanax,apigee/astyanax,maxtomassi/ds-astyanax,Netflix/astyanax,maxtomassi/ds-astyanax,bazaar...
/******************************************************************************* * Copyright 2011 Netflix * * 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/...
astyanax-thrift/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java
/******************************************************************************* * Copyright 2011 Netflix * * 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/...
Adding in better explanation for not implementing the non-iterator style interface in AllRowsQuery
astyanax-thrift/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java
Adding in better explanation for not implementing the non-iterator style interface in AllRowsQuery
Java
apache-2.0
163180787fdff39893b499717bba7558f845f41e
0
aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,AndroidX/androidx,aosp-mirror/platform_frameworks_su...
/* * Copyright (C) 2013 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 app...
v4/java/android/support/v4/widget/SwipeRefreshLayout.java
/* * Copyright (C) 2013 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 app...
am 6b828242: am 86552551: am 38bc495a: Reset the alpha of the circle view after animations complete * commit '6b82824263812a356068ef83f507353f1dd00017': Reset the alpha of the circle view after animations complete
v4/java/android/support/v4/widget/SwipeRefreshLayout.java
am 6b828242: am 86552551: am 38bc495a: Reset the alpha of the circle view after animations complete
Java
apache-2.0
ed0aabc366d1044f0487f1de0cf45d339d3a5cdc
0
manovotn/core,antoinesd/weld-core,manovotn/core,antoinesd/weld-core,weld/core,weld/core,antoinesd/weld-core,manovotn/core
package org.jboss.webbeans.tck.integration.jbossas; import java.io.DataOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java....
jboss-tck-runner/src/main/java/org/jboss/webbeans/tck/integration/jbossas/AbstractContainersImpl.java
package org.jboss.webbeans.tck.integration.jbossas; import java.io.DataOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java....
Increase the default JBoss boot timeout git-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@1551 1c488680-804c-0410-94cd-c6b725194a0e
jboss-tck-runner/src/main/java/org/jboss/webbeans/tck/integration/jbossas/AbstractContainersImpl.java
Increase the default JBoss boot timeout
Java
apache-2.0
42d9d7ade7bad831299e78712b89275ca2d7b4c7
0
grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation
package com.navigation.reactnative; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import com.facebook.react.ReactApplication; import com.facebook.react.bridge.ReactContext; import com.facebook.react.modules.core.DeviceEventManagerModule; public class Li...
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/LinkActivity.java
package com.navigation.reactnative; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import com.facebook.react.ReactApplication; import com.facebook.react.bridge.ReactContext; import com.facebook.react.modules.core.DeviceEventManagerModule; public class Li...
Launched activity from onDestroy Need to give the LinkActivity time to finish before starting the shared element animation. Otherwise the transition gets stuck and the new activity doesn't launch
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/LinkActivity.java
Launched activity from onDestroy
Java
apache-2.0
acae7e11527f1dec074343accb1d9a382416e059
0
konradcichy/java_pft,konradcichy/java_pft
package pl.stqa.pft.addressbook.tests; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import pl.stqa.pft.addressbook.model.ContactData; import pl.stqa.pft.addressbook.model.Contacts; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat; ...
addressbook-web-tests/src/test/java/pl/stqa/pft/addressbook/tests/ContactModificationTests.java
package pl.stqa.pft.addressbook.tests; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import pl.stqa.pft.addressbook.model.ContactData; import pl.stqa.pft.addressbook.model.Contacts; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat; ...
fix broken tests
addressbook-web-tests/src/test/java/pl/stqa/pft/addressbook/tests/ContactModificationTests.java
fix broken tests
Java
apache-2.0
cde6d31ce4e501269c4524b243d676072dc387d5
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.vfs.impl.local; import com.intellij.ide.GeneralSettings; import com.intellij.openapi.application.Application; import com.intellij.openapi.application...
platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemBase.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.vfs.impl.local; import com.intellij.ide.GeneralSettings; import com.intellij.openapi.application.Application; import com.intellij.openapi.application...
cleanup: inline one usage method (IDEA-CR-44754)
platform/platform-impl/src/com/intellij/openapi/vfs/impl/local/LocalFileSystemBase.java
cleanup: inline one usage method (IDEA-CR-44754)
Java
apache-2.0
b017a236b99b25e74227801aabf25e8f2c5956cf
0
christophd/camel,tadayosi/camel,christophd/camel,adessaigne/camel,adessaigne/camel,cunningt/camel,cunningt/camel,cunningt/camel,cunningt/camel,christophd/camel,apache/camel,apache/camel,adessaigne/camel,apache/camel,tadayosi/camel,tadayosi/camel,adessaigne/camel,apache/camel,christophd/camel,adessaigne/camel,apache/cam...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.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 ...
Polished
core/camel-core-reifier/src/main/java/org/apache/camel/reifier/InterceptFromReifier.java
Polished
Java
apache-2.0
c7a4c80da513d5ff29b354ca202ebd87fe9c8b7d
0
thomasbecker/jetty-spdy,xmpace/jetty-read,thomasbecker/jetty-spdy,xmpace/jetty-read,xmpace/jetty-read,xmpace/jetty-read,thomasbecker/jetty-spdy
// ======================================================================== // Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of th...
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/DigestAuthenticator.java
// ======================================================================== // Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of th...
[Bug 373421] address potential race condition related to the nonce queue removing the same nonce twice
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/DigestAuthenticator.java
[Bug 373421] address potential race condition related to the nonce queue removing the same nonce twice
Java
apache-2.0
32128a6ac2390250d9e0b933618177846fb7bef0
0
DeezCashews/spring-boot,michael-simons/spring-boot,johnktims/spring-boot,fireshort/spring-boot,master-slave/spring-boot,jxblum/spring-boot,tbadie/spring-boot,paweldolecinski/spring-boot,lexandro/spring-boot,RainPlanter/spring-boot,ractive/spring-boot,pnambiarsf/spring-boot,hello2009chen/spring-boot,liupugong/spring-boo...
/* * Copyright 2012-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jackson/JacksonAutoConfiguration.java
/* * Copyright 2012-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
Polish
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jackson/JacksonAutoConfiguration.java
Polish
Java
bsd-2-clause
b1010d78b357fb5b9f8707d1939051093da57ac9
0
Noremac201/runelite,Sethtroll/runelite,devinfrench/runelite,KronosDesign/runelite,Sethtroll/runelite,abelbriggs1/runelite,abelbriggs1/runelite,KronosDesign/runelite,runelite/runelite,Noremac201/runelite,l2-/runelite,runelite/runelite,l2-/runelite,devinfrench/runelite,runelite/runelite,abelbriggs1/runelite
/* * Copyright (c) 2017, Aria <aria@ar1as.space> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * lis...
runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java
/* * Copyright (c) 2017, Aria <aria@ar1as.space> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * lis...
runelite-client: add cache for item compositions in grounditems plugin
runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsOverlay.java
runelite-client: add cache for item compositions in grounditems plugin
Java
bsd-3-clause
4138a350ed5314c159d2e485f7e34b86681e7c02
0
CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers
package gov.nih.nci.cabig.caaers.dao; import static edu.nwu.bioinformatics.commons.testing.CoreTestCase.assertDayOfDate; import static edu.nwu.bioinformatics.commons.testing.CoreTestCase.prependMessage; import static gov.nih.nci.cabig.caaers.CaaersUseCase.CREATE_EXPEDITED_REPORT; import edu.nwu.bioinformatics.com...
caAERS/software/core/src/test/java/gov/nih/nci/cabig/caaers/dao/ExpeditedAdverseEventReportDaoTest.java
package gov.nih.nci.cabig.caaers.dao; import static edu.nwu.bioinformatics.commons.testing.CoreTestCase.assertDayOfDate; import static edu.nwu.bioinformatics.commons.testing.CoreTestCase.prependMessage; import static gov.nih.nci.cabig.caaers.CaaersUseCase.CREATE_EXPEDITED_REPORT; import edu.nwu.bioinformatics.com...
fixing hudson testcases SVN-Revision: 11130
caAERS/software/core/src/test/java/gov/nih/nci/cabig/caaers/dao/ExpeditedAdverseEventReportDaoTest.java
fixing hudson testcases
Java
bsd-3-clause
3c4d8084a6f442e515a9b0cf7993d8fda08835d3
0
NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt
/* * @author: SahniH * Created on Nov 11, 2004 * @version $ Revision: 1.0 $ * * The caBIO Software License, Version 1.0 * * Copyright 2004 SAIC. This software was developed in conjunction with the National Cancer * Institute, and so to the extent government employees are co-authors, any rights in such works ...
src/gov/nih/nci/rembrandt/queryservice/resultset/kaplanMeierPlot/KaplanMeierPlotContainer.java
/* * @author: SahniH * Created on Nov 11, 2004 * @version $ Revision: 1.0 $ * * The caBIO Software License, Version 1.0 * * Copyright 2004 SAIC. This software was developed in conjunction with the National Cancer * Institute, and so to the extent government employees are co-authors, any rights in such works ...
fixed NullPointerException for missing censor and survival data for copy number SVN-Revision: 1866
src/gov/nih/nci/rembrandt/queryservice/resultset/kaplanMeierPlot/KaplanMeierPlotContainer.java
fixed NullPointerException for missing censor and survival data for copy number
Java
bsd-3-clause
ff9b64f4003c400240057a4d20191cffa3f37446
0
UCDenver-ccp/ccp-nlp,UCDenver-ccp/ccp-nlp
/* Copyright (c) 2012, Regents of the University of Colorado All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list...
ccp-nlp-uima/src/main/java/edu/ucdenver/ccp/nlp/uima/util/XCASFilenameFilter.java
/* Copyright (c) 2012, Regents of the University of Colorado All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list...
added javadoc
ccp-nlp-uima/src/main/java/edu/ucdenver/ccp/nlp/uima/util/XCASFilenameFilter.java
added javadoc
Java
mit
6c37944c65b99884121eb6e5e2e741c1a4bca6a4
0
sake/bouncycastle-java
package org.bouncycastle.math.ec; import java.math.BigInteger; import java.util.Random; public abstract class ECFieldElement implements ECConstants { BigInteger x; protected ECFieldElement(BigInteger x) { this.x = x; } public BigInteger toBigInteger() { return x; ...
src/org/bouncycastle/math/ec/ECFieldElement.java
package org.bouncycastle.math.ec; import java.math.BigInteger; import java.util.Random; public abstract class ECFieldElement implements ECConstants { BigInteger x; protected ECFieldElement(BigInteger x) { this.x = x; } public BigInteger toBigInteger() { return x; ...
A couple of small optimisations
src/org/bouncycastle/math/ec/ECFieldElement.java
A couple of small optimisations
Java
mit
7e6b6bd22b02c3540ea820ee1454ef450d1e5004
0
team1306/Robot2016
package org.usfirst.frc.team1306.robot; import edu.wpi.first.wpilibj.IterativeRobot; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.command.Scheduler; import edu.wpi.first.wpilibj.livewindow.LiveWindow; import edu.wpi.first.wpilibj.smartdashboard.SendableChooser; import edu.wpi.first.wpili...
src/org/usfirst/frc/team1306/robot/Robot.java
package org.usfirst.frc.team1306.robot; import edu.wpi.first.wpilibj.IterativeRobot; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.command.Scheduler; import edu.wpi.first.wpilibj.livewindow.LiveWindow; import edu.wpi.first.wpilibj.smartdashboard.SendableChooser; import edu.wpi.first.wpili...
test1
src/org/usfirst/frc/team1306/robot/Robot.java
test1
Java
mit
5c59f6770b02218e0b0236e1021cec333eab3963
0
amarts/robolectric,erichaugh/robolectric,plackemacher/robolectric,ecgreb/robolectric,wyvx/robolectric,yuzhong-google/robolectric,amarts/robolectric,tyronen/robolectric,karlicoss/robolectric,jingle1267/robolectric,gb112211/robolectric,WonderCsabo/robolectric,tyronen/robolectric,tmrudick/robolectric,spotify/robolectric,z...
package com.xtremelabs.robolectric.tester.android.database; import android.net.Uri; import java.util.ArrayList; import java.util.List; public class SimpleTestCursor extends TestCursor { public Uri uri; public String[] projection; public String selection; public String[] selectionArgs; public Stri...
src/main/java/com/xtremelabs/robolectric/tester/android/database/SimpleTestCursor.java
package com.xtremelabs.robolectric.tester.android.database; import android.net.Uri; import java.util.ArrayList; import java.util.List; public class SimpleTestCursor extends TestCursor { public Uri uri; public String[] projection; public String selection; public String[] selectionArgs; public Stri...
Update src/main/java/com/xtremelabs/robolectric/tester/android/database/SimpleTestCursor.java Added "protected" to results and columnNames to make it easier to subclass
src/main/java/com/xtremelabs/robolectric/tester/android/database/SimpleTestCursor.java
Update src/main/java/com/xtremelabs/robolectric/tester/android/database/SimpleTestCursor.java
Java
mit
f87a042d46970d1337820d10b1e4b42bce084368
0
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
/* * HyperstackControls.java * * Created on Jul 15, 2010, 2:54:37 PM */ package org.micromanager.imagedisplay; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import com.swtdesigner.SwingResourceManager; import ij.ImagePlus; import java.awt.Dimension; import java.awt.ev...
mmstudio/src/org/micromanager/imagedisplay/HyperstackControls.java
/* * HyperstackControls.java * * Created on Jul 15, 2010, 2:54:37 PM */ package org.micromanager.imagedisplay; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import com.swtdesigner.SwingResourceManager; import ij.ImagePlus; import java.awt.Dimension; import java.awt.ev...
[Display] Bugfix for prior commit r14968. Now we only set the ImagePlus' size if we are in fact increasing it; previously we would contract the ImagePlus if the scrollbars moved to the left. Oops. git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@14970 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
mmstudio/src/org/micromanager/imagedisplay/HyperstackControls.java
[Display] Bugfix for prior commit r14968.
Java
mit
eb64b9124687b5178d86860a6d176338b64a8981
0
njmube/OpERP,DevOpsDistilled/OpERP
package devopsdistilled.operp.client.view.taskpane; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.SwingUtilities; import devopsdistilled.operp.client.view.MainWindow; import devopsdistilled.operp.client.view.taskpane.iface.TaskPane; public class PurchasesPane implements TaskPane { private...
OpERP/src/main/java/devopsdistilled/operp/client/view/taskpane/PurchasesPane.java
package devopsdistilled.operp.client.view.taskpane; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.SwingUtilities; import devopsdistilled.operp.client.view.MainWindow; import devopsdistilled.operp.client.view.taskpane.iface.TaskPane; public class PurchasesPane implements TaskPane { @Overri...
Create field variable pane
OpERP/src/main/java/devopsdistilled/operp/client/view/taskpane/PurchasesPane.java
Create field variable pane
Java
mit
6de0e14c1f64e366df34d0c1d6c7427733ff1d1f
0
mk74/locy,mk74/locy,mk74/locy,mk74/locy
package uk.ac.st_andrews.cs.host.mk74.energymeasurement.wifi80211; import java.util.Date; import java.util.Timer; import java.util.TimerTask; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; impor...
measurements/wifi802.11/src/uk/ac/st_andrews/cs/host/mk74/energymeasurement/wifi80211/MainActivity.java
package uk.ac.st_andrews.cs.host.mk74.energymeasurement.wifi80211; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.Timer; import java.util.TimerTask; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content....
consistency with the rest of sample apps
measurements/wifi802.11/src/uk/ac/st_andrews/cs/host/mk74/energymeasurement/wifi80211/MainActivity.java
consistency with the rest of sample apps
Java
mit
406bc90b04f1ead5d609dee9244d75c491dabcc4
0
freesamael/npu-moboapp-programming-fall-2015,freesamael/npu-moboapp-programming-fall-2015,freesamael/npu-moboapp-programming-fall-2015,freesamael/npu-moboapp-programming-fall-2015,freesamael/npu-moboapp-programming-fall-2015
package idv.samael.mrtapproachingstations; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.widget.ListView; import android.widget.Toast; import com.google.gson.G...
mrt-android/app/src/main/java/idv/samael/mrtapproachingstations/MainActivity.java
package idv.samael.mrtapproachingstations; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.widget.ListView; import com.google.gson.Gson; import retrofit.Call; i...
Update refresh() method.
mrt-android/app/src/main/java/idv/samael/mrtapproachingstations/MainActivity.java
Update refresh() method.
Java
mit
3095ce33a7e72a7b73bcde57a4783ac32396e576
0
fluxroot/pulse,fluxroot/pulse,jvoegele/pulse,jvoegele/pulse,jvoegele/pulse
/* * Copyright 2013-2014 the original author or authors. * * This file is part of Pulse Chess. * * Pulse Chess is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
src/main/java/com/fluxchess/pulse/Search.java
/* * Copyright 2013-2014 the original author or authors. * * This file is part of Pulse Chess. * * Pulse Chess is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
Fix status output
src/main/java/com/fluxchess/pulse/Search.java
Fix status output
Java
lgpl-2.1
db8badf09baf1022ed77b3257f989d41fa155bb1
0
jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,ACS-Community/ACS,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,AC...
/* * Created on Oct 26, 2005 by mschilli */ package alma.acs.commandcenter.app; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import org.exolab.castor.xml.Mars...
LGPL/CommonSoftware/acscommandcenter/src/alma/acs/commandcenter/app/ProjectMaker.java
/* * Created on Oct 26, 2005 by mschilli */ package alma.acs.commandcenter.app; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import org.exolab.castor.xml.Mars...
now flushes the writer when saving a project git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@63350 523d945c-050c-4681-91ec-863ad3bb968a
LGPL/CommonSoftware/acscommandcenter/src/alma/acs/commandcenter/app/ProjectMaker.java
now flushes the writer when saving a project
Java
lgpl-2.1
f92188d40e92cc48b7e359160fc7dc31dec8ed27
0
deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: Department of Geography, University of Bonn and lat/lon GmbH This library is free software; you can redistribute it and/or modify it under the ...
deegree-services/deegree-services-wfs/src/main/java/org/deegree/services/wfs/GetCapabilitiesHandler.java
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: Department of Geography, University of Bonn and lat/lon GmbH This library is free software; you can redistribute it and/or modify it under the ...
Fixed WFS 2.0.0 export of MetadataURL
deegree-services/deegree-services-wfs/src/main/java/org/deegree/services/wfs/GetCapabilitiesHandler.java
Fixed WFS 2.0.0 export of MetadataURL
Java
apache-2.0
4bf09b2be2b226c94e50c9d6e96315678db0f490
0
desp0916/LearnStorm,desp0916/LearnStorm,desp0916/LearnStorm
/** * storm jar target/LearnStorm-0.0.1-SNAPSHOT.jar com.pic.ala.ApLogAnalysisTopology * * storm jar target\LearnStorm-0.0.1-SNAPSHOT.jar com.pic.ala.ApLogAnalysisTopology -c nimbus.host=192.168.20.150 -c nimbus.thrift.port=49627 * * https://github.com/apache/storm/tree/master/external/storm-kafka */ package com....
src/main/java/com/pic/ala/ApLogAnalysisTopology.java
Updated.
src/main/java/com/pic/ala/ApLogAnalysisTopology.java
Updated.
Java
apache-2.0
e23acca8761a3cbdcab44a0ca864be4cde1b67e4
0
aseldawy/spatialhadoop,aseldawy/spatialhadoop,hn5092/hadoop-common,hn5092/hadoop-common,ShortMap/ShortMap,squidsolutions/hadoop-common,squidsolutions/hadoop-common,dongjiaqiang/hadoop-common,hn5092/hadoop-common,hn5092/hadoop-common,dhootha/hadoop-common,hn5092/hadoop-common,ShortMap/ShortMap,sztanko/hadoop-common,dhoo...
/** * 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...
src/java/org/apache/hadoop/ipc/Server.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...
Fix a bug in the IPC responder thread while cancelling keys from the socket selector. git-svn-id: 5be3658b1da2303116c04834c161daea58df9cc4@627254 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/hadoop/ipc/Server.java
Fix a bug in the IPC responder thread while cancelling keys from the socket selector.
Java
apache-2.0
bce5cb1d30c8aabc503cfc7468934ce143cd30d8
0
Wisser/Jailer,Wisser/Jailer,Wisser/Jailer
/* * Copyright 2007 - 2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
src/main/gui/net/sf/jailer/ui/databrowser/BrowserContentPane.java
/* * Copyright 2007 - 2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
Always work with the current session
src/main/gui/net/sf/jailer/ui/databrowser/BrowserContentPane.java
Always work with the current session
Java
apache-2.0
fad8bf3dd788677fc3a149eeb4ee4248d921ba4d
0
capergroup/bayou,capergroup/bayou,capergroup/bayou
/* Copyright 2017 Rice University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
src/main/java/edu/rice/cs/caper/bayou/core/synthesizer/Scope.java
/* Copyright 2017 Rice University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
Fix issue with pretty variable names Pretty variable names could previously become Java reserved ids (if, do, etc.) which caused an exception. This commit fixes it.
src/main/java/edu/rice/cs/caper/bayou/core/synthesizer/Scope.java
Fix issue with pretty variable names
Java
apache-2.0
1fcabd69a8708c724b047d2920cf2bee5ee5c556
0
tomgibara/streams
/* * Copyright 2015 Tom Gibara * * 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 ...
src/main/java/com/tomgibara/streams/Streams.java
/* * Copyright 2015 Tom Gibara * * 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 ...
Removes import.
src/main/java/com/tomgibara/streams/Streams.java
Removes import.
Java
apache-2.0
2c38372cc71944f6834259ac5c1d1cdd45d3107f
0
saltares/libgdx,SidneyXu/libgdx,czyzby/libgdx,Xhanim/libgdx,zhimaijoy/libgdx,srwonka/libGdx,Heart2009/libgdx,collinsmith/libgdx,codepoke/libgdx,FyiurAmron/libgdx,bladecoder/libgdx,petugez/libgdx,MetSystem/libgdx,ThiagoGarciaAlves/libgdx,andyvand/libgdx,collinsmith/libgdx,luischavez/libgdx,petugez/libgdx,titovmaxim/libg...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:...
gdx/src/com/badlogic/gdx/math/ConvexHull.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:...
It appears sorting based on y up/down is not necessary. It gives incorrect results with clockwise, colinear points.
gdx/src/com/badlogic/gdx/math/ConvexHull.java
It appears sorting based on y up/down is not necessary.
Java
apache-2.0
b1d16e3fe831d816ca565b227b1711c69bcf793a
0
tudelft-atlarge/graphalytics-platforms-graphlab,tudelft-atlarge/graphalytics-platforms-graphlab,tudelft-atlarge/graphalytics-platforms-graphlab
package nl.tudelft.graphalytics.graphlab; import nl.tudelft.graphalytics.PlatformExecutionException; import nl.tudelft.graphalytics.domain.Algorithm; import nl.tudelft.graphalytics.domain.Graph; import nl.tudelft.graphalytics.domain.GraphFormat; import org.apache.commons.exec.CommandLine; import org.apache.commons.exe...
src/test/java/nl.tudelft.graphalytics.graphlab/AlgorithmTest.java
package nl.tudelft.graphalytics.graphlab; import nl.tudelft.graphalytics.PlatformExecutionException; import nl.tudelft.graphalytics.domain.Algorithm; import nl.tudelft.graphalytics.domain.Graph; import nl.tudelft.graphalytics.domain.GraphFormat; import org.apache.commons.exec.CommandLine; import org.apache.commons.exe...
[GraphLab] Change test python executable from python to python2
src/test/java/nl.tudelft.graphalytics.graphlab/AlgorithmTest.java
[GraphLab] Change test python executable from python to python2
Java
apache-2.0
d9afae8be99350880a3e50c02853ef4de10b4ff6
0
UweTrottmann/SeriesGuide,artemnikitin/SeriesGuide,UweTrottmann/SeriesGuide,r00t-user/SeriesGuide,hoanganhx86/SeriesGuide,epiphany27/SeriesGuide,0359xiaodong/SeriesGuide
/* * Copyright 2014 Uwe Trottmann * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/PeopleActivity.java
/* * Copyright 2014 Uwe Trottmann * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
Forgot null check when animating PersonActivity in.
SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/PeopleActivity.java
Forgot null check when animating PersonActivity in.
Java
apache-2.0
ccd9f6acbcabe67b56b811954183e57d5304db49
0
apache/commons-digester,apache/commons-digester,mohanaraosv/commons-digester,callMeDimit/commons-digester,apache/commons-digester,callMeDimit/commons-digester,mohanaraosv/commons-digester,mohanaraosv/commons-digester,callMeDimit/commons-digester
package org.apache.commons.digester3.plugins; /* * 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 Apach...
src/main/java/org/apache/commons/digester3/plugins/PluginConfigurationException.java
package org.apache.commons.digester3.plugins; /* * 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 Apach...
same as for PluginAssertionFailure, no needs to store the cause, reused Exception default behavior added missing descriptions on javadoc git-svn-id: c3d1f7498fb08a2885afe49e111c402c6cd8f5f6@1129344 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/digester3/plugins/PluginConfigurationException.java
same as for PluginAssertionFailure, no needs to store the cause, reused Exception default behavior added missing descriptions on javadoc
Java
apache-2.0
831a44ab1f079bc7b7362b63efd65805e333a36d
0
Esri/arcgis-runtime-samples-java
/* * Copyright 2016 Esri. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
src/main/java/com/esri/samples/na/closest_facility/ClosestFacilitySample.java
/* * Copyright 2016 Esri. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Done updating closest facility sample
src/main/java/com/esri/samples/na/closest_facility/ClosestFacilitySample.java
Done updating closest facility sample
Java
apache-2.0
07ca3304ba8f689962ac73bd6220632784eb229d
0
GerritCodeReview/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,gerrit-review/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,gerrit-review/gerrit,gerrit-review/gerrit,WANdisco/gerrit,GerritCodeRevie...
// Copyright (C) 2013 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-server/src/main/java/com/google/gerrit/server/group/PutDescription.java
// Copyright (C) 2013 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 ...
Remove access of groups related db tables from PutDescription Change-Id: If59145f875c1ee1efa7614e11763716d14e61172
gerrit-server/src/main/java/com/google/gerrit/server/group/PutDescription.java
Remove access of groups related db tables from PutDescription
Java
apache-2.0
e895fcb104fe51a894fd969aad49690a8a50880b
0
HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity
package com.hubspot.singularity.data; import java.util.List; import java.util.concurrent.TimeUnit; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.utils.ZKPaths; import com.codahale.metrics.MetricRegistry; import com.google.common.cache.CacheBuilder; import com.google.common.cache.Cac...
SingularityService/src/main/java/com/hubspot/singularity/data/NotificationsManager.java
package com.hubspot.singularity.data; import java.util.List; import java.util.concurrent.TimeUnit; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.utils.ZKPaths; import org.jetbrains.annotations.NotNull; import com.codahale.metrics.MetricRegistry; import com.google.common.cache.CacheB...
Fix build
SingularityService/src/main/java/com/hubspot/singularity/data/NotificationsManager.java
Fix build
Java
apache-2.0
668f3122750bb7c7641e71aee86048c7551c470d
0
miviclin/droidengine2d
package com.miviclin.droidengine2d; import android.annotation.TargetApi; import android.content.res.Configuration; import android.os.Build; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.ViewTreeObserver; import android.view.Window; import android.view.WindowManager; imp...
src/com/miviclin/droidengine2d/EngineActivity.java
package com.miviclin.droidengine2d; import android.annotation.TargetApi; import android.content.res.Configuration; import android.os.Build; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.ViewTreeObserver; import android.view.Window; import android.view.WindowManager; imp...
Replace ID with Id in EngineActivity to keep naming conventions consistent
src/com/miviclin/droidengine2d/EngineActivity.java
Replace ID with Id in EngineActivity to keep naming conventions consistent
Java
apache-2.0
69edae982caa94decc87d4d7a2132c0acea5a878
0
erdemolkun/instant-rates
package dynoapps.exchange_rates.provider; import android.os.Handler; import android.os.Looper; import java.util.concurrent.atomic.AtomicBoolean; import dynoapps.exchange_rates.time.TimeIntervalManager; /** * Created by erdemmac on 25/11/2016. * todo add is enabled state */ public abstract class BasePoolingDataP...
app/src/main/java/dynoapps/exchange_rates/provider/BasePoolingDataProvider.java
package dynoapps.exchange_rates.provider; import android.os.Handler; import android.os.Looper; import java.util.concurrent.atomic.AtomicBoolean; import dynoapps.exchange_rates.time.TimeIntervalManager; /** * Created by erdemmac on 25/11/2016. */ public abstract class BasePoolingDataProvider<T> implements IPollin...
Fix multiple handler posted after interval update.
app/src/main/java/dynoapps/exchange_rates/provider/BasePoolingDataProvider.java
Fix multiple handler posted after interval update.
Java
apache-2.0
64b31c5f04f81551b0df8a0caad5a29678eae082
0
MariaKepa/WyszukiwaczDuplikatow
package com.zaliczenie.projekt; import org.junit.Test; import java.io.File; import java.net.URL; import java.util.List; import static org.junit.Assert.*; /** * Created by mk on 2016-02-02. */ public class ImageDuplicateFinderTest { URL pathToResources = ImageDuplicateCheckerTest.class.getClassLoader().getReso...
src/test/java/com/zaliczenie/projekt/ImageDuplicateFinderTest.java
package com.zaliczenie.projekt;a import org.junit.Test; import java.io.File; import java.net.URL; import java.util.List; import static org.junit.Assert.*; /** * Created by mk on 2016-02-02. */ public class ImageDuplicateFinderTest { URL pathToResources = ImageDuplicateCheckerTest.class.getClassLoader().getRes...
Update ImageDuplicateFinderTest.java
src/test/java/com/zaliczenie/projekt/ImageDuplicateFinderTest.java
Update ImageDuplicateFinderTest.java
Java
apache-2.0
92fdb51f942b350b5dd4f3aa3fdb00749f947ed0
0
graphhopper/jsprit
/* * 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 use t...
jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/RemoveEmptyVehicles.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 use t...
fix #452
jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/RemoveEmptyVehicles.java
fix #452
Java
apache-2.0
9a851eb54b774c3c326aa5bf1223ab6d12d94646
0
androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,aosp-mirror/platform_fra...
/* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/SlidingPaneLayout.java
/* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Remove SlidingPaneLayout API abstractions. Bug: 75289452 Test: ./gradlew :slidingpanelayout:build Change-Id: I0a92f17dc0d62a1aa63143e43f8f6baf525c26e3
slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/SlidingPaneLayout.java
Remove SlidingPaneLayout API abstractions.
Java
apache-2.0
c274cb530979f29ea3683539c29f32ed42423e0d
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
package org.apache.lucene.store.instantiated; /** * Copyright 2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
lucene/contrib/instantiated/src/java/org/apache/lucene/store/instantiated/InstantiatedIndexReader.java
package org.apache.lucene.store.instantiated; /** * Copyright 2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
fixed previous commit git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1144304 13f79535-47bb-0310-9956-ffa450edef68
lucene/contrib/instantiated/src/java/org/apache/lucene/store/instantiated/InstantiatedIndexReader.java
fixed previous commit
Java
apache-2.0
d55bdd72633849ce9ded2bfc5606990ea74624db
0
joskarthic/chatsecure,eighthave/ChatSecureAndroid,ChatSecure/ChatSecureAndroid,guardianproject/ChatSecureAndroid,prive/prive-android,OnlyInAmerica/ChatSecureAndroid,kden/ChatSecureAndroid,h2ri/ChatSecureAndroid,Heart2009/ChatSecureAndroid,prembasumatary/ChatSecureAndroid,eighthave/ChatSecureAndroid,kden/ChatSecureAndro...
package info.guardianproject.otr.app.im.plugin.xmpp; import info.guardianproject.otr.app.im.app.ImApp; import info.guardianproject.otr.app.im.engine.Address; import info.guardianproject.otr.app.im.engine.ChatGroupManager; import info.guardianproject.otr.app.im.engine.ChatSession; import info.guardianproject.otr.app.im...
src/info/guardianproject/otr/app/im/plugin/xmpp/XmppConnection.java
package info.guardianproject.otr.app.im.plugin.xmpp; import info.guardianproject.otr.app.im.app.ImApp; import info.guardianproject.otr.app.im.engine.Address; import info.guardianproject.otr.app.im.engine.ChatGroupManager; import info.guardianproject.otr.app.im.engine.ChatSession; import info.guardianproject.otr.app.im...
pedantic SASL and TLS settings for talk.google.com and link to their specs
src/info/guardianproject/otr/app/im/plugin/xmpp/XmppConnection.java
pedantic SASL and TLS settings for talk.google.com and link to their specs