lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
agpl-3.0
ac4d0abfda0a5622a74157b01a4ed7435755a4c6
0
geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-server,geomajas/geomajas-project-client-gwt,geomajas/geomajas-project-client-gwt2,geomajas/geomajas-project-client-gwt
/* * This is part of Geomajas, a GIS framework, http://www.geomajas.org/. * * Copyright 2008-2012 Geosparc nv, http://www.geosparc.com/, Belgium. * * The program is available in open source according to the GNU Affero * General Public License. All contributions in this program are covered * by the Geomajas Contr...
plugin/geomajas-plugin-deskmanager/framework/src/main/java/org/geomajas/plugin/deskmanager/client/gwt/geodesk/GeodeskEntryPoint.java
/* * This is part of Geomajas, a GIS framework, http://www.geomajas.org/. * * Copyright 2008-2012 Geosparc nv, http://www.geosparc.com/, Belgium. * * The program is available in open source according to the GNU Affero * General Public License. All contributions in this program are covered * by the Geomajas Contr...
GDM-11 Don't load widgets from framework, this is up to the specific applications
plugin/geomajas-plugin-deskmanager/framework/src/main/java/org/geomajas/plugin/deskmanager/client/gwt/geodesk/GeodeskEntryPoint.java
GDM-11 Don't load widgets from framework, this is up to the specific applications
Java
agpl-3.0
cb574b3934cda0c24588d7dff17e31eb9497bbbc
0
thebigg73/OpenSongTablet,thebigg73/OpenSongTablet,thebigg73/OpenSongTablet
package com.garethevans.church.opensongtablet; import static android.provider.DocumentsContract.Document.MIME_TYPE_DIR; import android.annotation.SuppressLint; import android.content.Context; import android.content.DialogInterface; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import ...
app/src/main/java/com/garethevans/church/opensongtablet/PopUpSongFolderRenameFragment.java
package com.garethevans.church.opensongtablet; import android.annotation.SuppressLint; import android.content.Context; import android.content.DialogInterface; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view....
Enh: On create a new folder show Welcome to OpenSongApp - perhaps better than it showing song not found
app/src/main/java/com/garethevans/church/opensongtablet/PopUpSongFolderRenameFragment.java
Enh: On create a new folder show Welcome to OpenSongApp - perhaps better than it showing song not found
Java
agpl-3.0
f619ddd1730d2721f576191cf8561681bcdd3b28
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
057501f8-2e62-11e5-9284-b827eb9e62be
hello.java
056fa3ac-2e62-11e5-9284-b827eb9e62be
057501f8-2e62-11e5-9284-b827eb9e62be
hello.java
057501f8-2e62-11e5-9284-b827eb9e62be
Java
lgpl-2.1
1fab1e091aa82259594d1eeb8348b542e6efae4a
0
lucee/Lucee,lucee/Lucee,lucee/Lucee,lucee/Lucee
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) ...
core/src/main/java/lucee/runtime/exp/UDFCasterException.java
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) ...
improve UDF error messages
core/src/main/java/lucee/runtime/exp/UDFCasterException.java
improve UDF error messages
Java
lgpl-2.1
ebe666658fff390e343c04943758d67004786ac4
0
caarmen/SunriseSunset,caarmen/SunriseSunset
package ca.rmen.sunrisesunset; import java.util.Calendar; import java.util.TimeZone; /** * Provides methods to determine the sunrise and sunset time of a given * location, or if it is currently day or night at a given location. <br/> * Also provides methods to convert between Greogrian and Julian dates.<br...
src/ca/rmen/sunrisesunset/SunriseSunset.java
package ca.rmen.sunrisesunset; import java.util.Calendar; import java.util.TimeZone; public class SunriseSunset { private static final int JULIAN_DATE_2000_01_01 = 2451545; private static final double CONST_0009 = 0.0009; private static final double CONST_360 = 360; /** * Convert a Gregorian calen...
added javadoc
src/ca/rmen/sunrisesunset/SunriseSunset.java
added javadoc
Java
lgpl-2.1
36b82eb91bfb27fb43f5fe9fb935e9e5d0e0fd3d
0
JifengJiang/beast-mcmc,JifengJiang/beast-mcmc,JifengJiang/beast-mcmc,JifengJiang/beast-mcmc,JifengJiang/beast-mcmc
/* * Copyright (C) 2002-2009 Alexei Drummond and Andrew Rambaut * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribute it and/or modify * it under the terms of the...
src/dr/app/beauti/options/TraitGuesser.java
/* * Copyright (C) 2002-2009 Alexei Drummond and Andrew Rambaut * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribute it and/or modify * it under the terms of the...
Fixed issue with TraitGuesser not extracting match within brackets (braces).
src/dr/app/beauti/options/TraitGuesser.java
Fixed issue with TraitGuesser not extracting match within brackets (braces).
Java
lgpl-2.1
be20ce642fd020d3e62afe4ae44be14759e213fe
0
xwiki/xwiki-commons,xwiki/xwiki-commons
/* * 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-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/aether/internal/AetherExtensionRepositoryFactory.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...
XCOMMONS-1454: Allow configuring the checksum policy for maven repositories
xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/aether/internal/AetherExtensionRepositoryFactory.java
XCOMMONS-1454: Allow configuring the checksum policy for maven repositories
Java
apache-2.0
07f75205fdd49a5027ae46cb78e3eb63de04ec2e
0
xebia-france/xebia-management-extras
/* * Copyright 2008-2010 Xebia and 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 requ...
src/main/java/fr/xebia/management/config/SpringManagedConnectionFactoryDefinitionParser.java
/* * Copyright 2008-2010 Xebia and 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 requ...
cleanup imports
src/main/java/fr/xebia/management/config/SpringManagedConnectionFactoryDefinitionParser.java
cleanup imports
Java
apache-2.0
dff3d3c7c191f8165cbfc56e7300033e71d0da70
0
rainbowbreeze/picamazement
package it.rainbowbreeze.picama.logic; import android.app.IntentService; import android.content.Intent; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.api.Api; import com.google.android.gms.common.api.GoogleApiClient; import java.util.concurrent.TimeUnit; import it.rainb...
PicAmazement/library/src/main/java/it/rainbowbreeze/picama/logic/GoogleApiClientBaseService.java
package it.rainbowbreeze.picama.logic; import android.app.IntentService; import android.content.Intent; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.api.Api; import com.google.android.gms.common.api.GoogleApiClient; import java.util.concurrent.TimeUnit; import it.rainb...
fixed method name
PicAmazement/library/src/main/java/it/rainbowbreeze/picama/logic/GoogleApiClientBaseService.java
fixed method name
Java
apache-2.0
a43b25dc1d6491f52811542c09b6fef485af5883
0
FITeagle/ft1,FITeagle/ft1,FITeagle/ft1,FITeagle/ft1
package org.fiteagle.delivery.rest.fiteagle; import java.io.IOException; import java.util.HashMap; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet...
delivery/interfaces/src/main/java/org/fiteagle/delivery/rest/fiteagle/UserAuthenticationFilter.java
package org.fiteagle.delivery.rest.fiteagle; import java.io.IOException; import java.util.HashMap; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet...
cleaned up UserAuthenticationFilter a bit
delivery/interfaces/src/main/java/org/fiteagle/delivery/rest/fiteagle/UserAuthenticationFilter.java
cleaned up UserAuthenticationFilter a bit
Java
apache-2.0
14745803cd3c50f5053680cf4577169d615b21b8
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2006 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/test/java/ubic/gemma/model/expression/experiment/ExpressionExperimentServiceTest.java
/* * The Gemma project * * Copyright (c) 2006 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 *...
minor
gemma-core/src/test/java/ubic/gemma/model/expression/experiment/ExpressionExperimentServiceTest.java
minor
Java
apache-2.0
ccde9dbc84920f9dfaba70db9008542edddb0775
0
stefan-ziel/Activiti,stefan-ziel/Activiti,Activiti/Activiti,stefan-ziel/Activiti,Activiti/Activiti,stefan-ziel/Activiti
/* 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...
modules/activiti-rest/src/main/java/org/activiti/rest/service/api/engine/variable/QueryVariable.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...
Implement setOperation for serialization purposes Otherwise, serializing the QueryRequest object using JSONNode ends up creating a "variableOperation" property instead of an "operation" property, causing an error on the server side.
modules/activiti-rest/src/main/java/org/activiti/rest/service/api/engine/variable/QueryVariable.java
Implement setOperation for serialization purposes
Java
apache-2.0
aacdb085a3827a25d15a2b6d8b89b6a08d38f4d9
0
codehaus/izpack,stenix71/izpack,mtjandra/izpack,akuhtz/izpack,mtjandra/izpack,mtjandra/izpack,Murdock01/izpack,maichler/izpack,codehaus/izpack,tomas-forsman/izpack,stenix71/izpack,optotronic/izpack,yukron/izpack,Murdock01/izpack,rkrell/izpack,maichler/izpack,codehaus/izpack,stenix71/izpack,Helpstone/izpack,maichler/izp...
/* * IzPack - Copyright 2001-2012 Julien Ponge, All Rights Reserved. * * http://izpack.org/ * http://izpack.codehaus.org/ * * Copyright 2012 Tim Anderson * * 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 co...
izpack-panel/src/main/java/com/izforge/izpack/panels/userinput/console/file/AbstractConsoleFileField.java
/* * IzPack - Copyright 2001-2012 Julien Ponge, All Rights Reserved. * * http://izpack.org/ * http://izpack.codehaus.org/ * * Copyright 2012 Tim Anderson * * 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 co...
Do not print 'null' during console installation if no label is defined for a file field. This could easily come up when the user decides to use a description tag for their file field instead.
izpack-panel/src/main/java/com/izforge/izpack/panels/userinput/console/file/AbstractConsoleFileField.java
Do not print 'null' during console installation if no label is defined for a file field. This could easily come up when the user decides to use a description tag for their file field instead.
Java
apache-2.0
6cafd1551b32837389cd6719948f05b3fdccec79
0
asciidocfx/AsciidocFX,asciidocfx/AsciidocFX,asciidocfx/AsciidocFX,asciidocfx/AsciidocFX
package com.kodcu.other; import com.kodcu.service.ThreadService; import org.apache.commons.io.FileDeleteStrategy; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.joox.JOOX; import org.joox.Match; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.xml.sax.InputS...
src/main/java/com/kodcu/other/IOHelper.java
package com.kodcu.other; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.apache.fop.apps.FopFactory; import org.joox.JOOX; import org.joox.Match; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.xml.sax.InputSource; import org.xml.sax.SAXException; import ja...
Implement forced directory deletion
src/main/java/com/kodcu/other/IOHelper.java
Implement forced directory deletion
Java
apache-2.0
f89c0cf53e8382b69d600ffc3d1166328e043ca1
0
trampi/stagemonitor,trampi/stagemonitor,stagemonitor/stagemonitor,stagemonitor/stagemonitor,hexdecteam/stagemonitor,glamarre360/stagemonitor,elevennl/stagemonitor,stagemonitor/stagemonitor,glamarre360/stagemonitor,stagemonitor/stagemonitor,glamarre360/stagemonitor,glamarre360/stagemonitor,hexdecteam/stagemonitor,hexdec...
package org.stagemonitor.web.monitor; import static org.stagemonitor.core.metrics.metrics2.MetricName.name; import java.net.URI; import java.net.URISyntaxException; import java.security.Principal; import java.util.Collection; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.ut...
stagemonitor-web/src/main/java/org/stagemonitor/web/monitor/MonitoredHttpRequest.java
package org.stagemonitor.web.monitor; import static org.stagemonitor.core.metrics.metrics2.MetricName.name; import java.net.URI; import java.net.URISyntaxException; import java.security.Principal; import java.util.Collection; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.ut...
Don't use value of cookie header for uniqueUserId Some cookies change their values on every request uniqueUserId = sha1Hash(clientIp + userName + sessionId + userAgent)
stagemonitor-web/src/main/java/org/stagemonitor/web/monitor/MonitoredHttpRequest.java
Don't use value of cookie header for uniqueUserId
Java
apache-2.0
b40ce1480b8d84fd9a1dd0d1a1a9c2d2666f8f99
0
ThiagoGarciaAlves/intellij-community,mglukhikh/intellij-community,ibinti/intellij-community,suncycheng/intellij-community,FHannes/intellij-community,da1z/intellij-community,semonte/intellij-community,vvv1559/intellij-community,youdonghai/intellij-community,ThiagoGarciaAlves/intellij-community,apixandru/intellij-communi...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
IDEA-161281 Find in Path dialog: Mnemonics misbehaviour on OS X
platform/platform-impl/src/com/intellij/openapi/keymap/impl/IdeKeyEventDispatcher.java
IDEA-161281 Find in Path dialog: Mnemonics misbehaviour on OS X
Java
apache-2.0
663d54c6fe96a84563a6b75a2a2106fec2134f02
0
BankingBoys/amos-ss17-proj7,BankingBoys/amos-ss17-proj7
package de.fau.amos.virtualledger.server; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class VirtualLedgerJettyApplication { private VirtualLedgerJettyApplication() { } public static void main(String...
server/src/main/java/de/fau/amos/virtualledger/server/VirtualLedgerJettyApplication.java
package de.fau.amos.virtualledger.server; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class VirtualLedgerJettyApplication { public static void main(String[] args) throws Exception { SpringApplication.run(Virt...
checkstyle: fixed visibility and whitespace
server/src/main/java/de/fau/amos/virtualledger/server/VirtualLedgerJettyApplication.java
checkstyle: fixed visibility and whitespace
Java
apache-2.0
64e6e196ac4c157aff4433b150eec53158e8c981
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
package org.apache.lucene.document; /** * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
lucene/src/java/org/apache/lucene/document/Fieldable.java
package org.apache.lucene.document; /** * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
update comment about queries silently failing git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1054713 13f79535-47bb-0310-9956-ffa450edef68
lucene/src/java/org/apache/lucene/document/Fieldable.java
update comment about queries silently failing
Java
apache-2.0
3a172f74a9fe1931ec488be71b66a3999cc3ceb0
0
trohovsky/camel,lburgazzoli/apache-camel,snurmine/camel,veithen/camel,drsquidop/camel,tlehoux/camel,FingolfinTEK/camel,kevinearls/camel,adessaigne/camel,mgyongyosi/camel,Fabryprog/camel,acartapanis/camel,nicolaferraro/camel,FingolfinTEK/camel,curso007/camel,punkhorn/camel-upstream,tlehoux/camel,isavin/camel,atoulme/cam...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpRedeliveryTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
Fixed CS
components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpRedeliveryTest.java
Fixed CS
Java
apache-2.0
ddfd2ebacc8db6ca9ce1fc53f85d2d0f5d91be10
0
oplinkoms/onos,oplinkoms/onos,oplinkoms/onos,donNewtonAlpha/onos,mengmoya/onos,sdnwiselab/onos,LorenzReinhart/ONOSnew,gkatsikas/onos,VinodKumarS-Huawei/ietf96yang,oplinkoms/onos,opennetworkinglab/onos,sdnwiselab/onos,sdnwiselab/onos,y-higuchi/onos,mengmoya/onos,opennetworkinglab/onos,LorenzReinhart/ONOSnew,kuujo/onos,k...
/* * Copyright 2014-present 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 appli...
core/api/src/main/java/org/onosproject/net/flow/instructions/L2ModificationInstruction.java
/* * Copyright 2014-present 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 appli...
Deprecate PushHeaderInstructions and PopVlanInstruction PushHeaderInstruction is used by mpls header push, pop, vlan header push. Also PopVlanInstruction should be augmented to cover vlan header push case. Change-Id: Ic0da77b1f86e1e4a396080caa463d1d727b4c7dd
core/api/src/main/java/org/onosproject/net/flow/instructions/L2ModificationInstruction.java
Deprecate PushHeaderInstructions and PopVlanInstruction
Java
apache-2.0
f097bb5f2f2ed0eab431b2d86ec9bbafdc44f87f
0
robertoschwald/cas,rrenomeron/cas,tduehr/cas,GIP-RECIA/cas,GIP-RECIA/cas,tduehr/cas,tduehr/cas,rrenomeron/cas,rrenomeron/cas,frett/cas,GIP-RECIA/cas,robertoschwald/cas,frett/cas,frett/cas,GIP-RECIA/cas,robertoschwald/cas,rrenomeron/cas,GIP-RECIA/cas,frett/cas,robertoschwald/cas,tduehr/cas,rrenomeron/cas
package org.apereo.cas.support.saml.mdui; import org.apereo.cas.services.AbstractRegisteredService; import org.apereo.cas.services.RegisteredServiceTestUtils; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.junit.ConditionalSpringRunner; import org.junit.Test; import org.junit.runner.RunWith; im...
support/cas-server-support-saml-mdui-core/src/test/java/org/apereo/cas/support/saml/mdui/SamlMetadataUIInfoTests.java
package org.apereo.cas.support.saml.mdui; import org.apereo.cas.services.AbstractRegisteredService; import org.apereo.cas.services.RegisteredServiceTestUtils; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.junit.ConditionalSpringRunner; import org.junit.Test; import org.junit.runner.RunWith; im...
clean up tests
support/cas-server-support-saml-mdui-core/src/test/java/org/apereo/cas/support/saml/mdui/SamlMetadataUIInfoTests.java
clean up tests
Java
apache-2.0
5da7766076e99f048df29364b10419e57ff4af79
0
leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere
/* * 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 ...
encrypt-core/encrypt-core-merge/src/main/java/org/apache/shardingsphere/encrypt/merge/EncryptResultDecoratorEngine.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 ...
refactor EncryptResultDecoratorEngine
encrypt-core/encrypt-core-merge/src/main/java/org/apache/shardingsphere/encrypt/merge/EncryptResultDecoratorEngine.java
refactor EncryptResultDecoratorEngine
Java
apache-2.0
10d07f767ab4b45766d0c49dbf81abd7110e1cd4
0
openwide-java/owsi-core-parent,openwide-java/owsi-core-parent,openwide-java/owsi-core-parent,openwide-java/owsi-core-parent
package fr.openwide.core.jpa.config.spring; import java.sql.Driver; import java.util.HashSet; import java.util.List; import java.util.Properties; import java.util.Set; import javax.persistence.SharedCacheMode; import javax.sql.DataSource; import org.apache.lucene.util.Version; import org.hibernate.cache.ehcache.EhCa...
owsi-core/owsi-core-components/owsi-core-component-jpa/src/main/java/fr/openwide/core/jpa/config/spring/JpaConfigUtils.java
package fr.openwide.core.jpa.config.spring; import java.sql.Driver; import java.util.HashSet; import java.util.List; import java.util.Properties; import java.util.Set; import javax.persistence.SharedCacheMode; import javax.sql.DataSource; import org.apache.lucene.util.Version; import org.hibernate.cache.ehcache.EhCa...
filtrage correct sur activation / désactivation du cache et de hibernate_search git-svn-id: fce87830442b47284c88b98f498bb381ff6d45ea@1219 d3474844-eb8e-4abc-b058-2b321fed648b
owsi-core/owsi-core-components/owsi-core-component-jpa/src/main/java/fr/openwide/core/jpa/config/spring/JpaConfigUtils.java
filtrage correct sur activation / désactivation du cache et de hibernate_search
Java
apache-2.0
713d90eff89d142dfb384e91b8f12cb5ce2ccb7e
0
spring-cloud/spring-cloud-aws
/* * Copyright 2013-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-aws-autoconfigure/src/test/java/org/springframework/cloud/aws/autoconfigure/mail/SimpleEmailAutoConfigurationTest.java
/* * Copyright 2013-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Polish
spring-cloud-aws-autoconfigure/src/test/java/org/springframework/cloud/aws/autoconfigure/mail/SimpleEmailAutoConfigurationTest.java
Polish
Java
apache-2.0
904785fdd1c10b48f04276036d23512dabe274c4
0
jerome79/OG-Platform,jerome79/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,DevStreet/FinanceAnalytics,jeorme/OG-Platform,ChinaQuants/OG-Platform,nssales/OG-Platform,nssales/OG-Platform,ChinaQuants/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,ChinaQuants/OG-Platform,jeorme/OG-Platform,nssales/OG-Pl...
/** * Copyright (C) 2009 - 2010 by OpenGamma Inc. * * Please see distribution for license. */ package com.opengamma.transport.jaxrs; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.io.ByteArrayInputStream; import jav...
tests/unit/com/opengamma/transport/jaxrs/FudgeProviders.java
/** * Copyright (C) 2009 - 2009 by OpenGamma Inc. * * Please see distribution for license. */ package com.opengamma.transport.jaxrs; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.io.ByteArrayInputStream; import jav...
[DVI-33] Add checkstyle to OG-Util Fix checkstyle
tests/unit/com/opengamma/transport/jaxrs/FudgeProviders.java
[DVI-33] Add checkstyle to OG-Util
Java
apache-2.0
35a478b51d65978774c020cc6008dc9158ea33fc
0
alexcreasy/pnc,alexcreasy/pnc,matedo1/pnc,rnc/pnc,pkocandr/pnc,matedo1/pnc,alexcreasy/pnc,project-ncl/pnc,matejonnet/pnc,jdcasey/pnc,jdcasey/pnc,matedo1/pnc,jdcasey/pnc,thescouser89/pnc
/** * JBoss, Home of Professional Open Source. * Copyright 2014-2018 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
integration-test/src/test/java/org/jboss/pnc/integration/BuildConfigurationSetRestTest.java
/** * JBoss, Home of Professional Open Source. * Copyright 2014-2018 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
[NCL-3702] added integration test
integration-test/src/test/java/org/jboss/pnc/integration/BuildConfigurationSetRestTest.java
[NCL-3702] added integration test
Java
bsd-2-clause
328f86026bfa63cce9a037d93b7ee63876243f3a
0
ondrejvelisek/perun-wui,zlamalp/perun-wui,ondrejvelisek/perun-wui,zlamalp/perun-wui,zlamalp/perun-wui
package cz.metacentrum.perun.wui.registrar.client; import com.google.gwt.core.client.*; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.event.dom.client.KeyCodes; import com.google.gwt.event.dom.client.KeyDownEvent; import com.google.gwt.eve...
perun-wui-registrar/src/main/java/cz/metacentrum/perun/wui/registrar/client/PerunRegistrarPresenter.java
package cz.metacentrum.perun.wui.registrar.client; import com.google.gwt.core.client.*; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.event.dom.client.KeyCodes; import com.google.gwt.event.dom.client.KeyDownEvent; import com.google.gwt.eve...
WUI: Navigate to submitted apps in registrar if url param "page=apps" is present
perun-wui-registrar/src/main/java/cz/metacentrum/perun/wui/registrar/client/PerunRegistrarPresenter.java
WUI: Navigate to submitted apps in registrar if url param "page=apps" is present
Java
bsd-3-clause
8bb0dd7acce6d186d967760f5fa0ba41b1363d12
0
sebValiantys/confluence-space-user-management,sebValiantys/confluence-space-user-management
/** * Copyright (c) 2007-2009, Custom Space User Management Plugin Development Team * 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 ...
src/main/java/csum/confluence/permissionmgmt/service/impl/JiraSoapUserManagementService.java
/** * Copyright (c) 2007-2009, Custom Space User Management Plugin Development Team * 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 ...
SUSR-102 - fixing hack for Jira user management to not try to add or remove from jira-users group per Wells Fargo issue. git-svn-id: a1e315a5a0f23eeaa799aba57b05b1298f1df86b@78217 2c54a935-e501-0410-bc05-97a93f6bca70
src/main/java/csum/confluence/permissionmgmt/service/impl/JiraSoapUserManagementService.java
SUSR-102 - fixing hack for Jira user management to not try to add or remove from jira-users group per Wells Fargo issue.
Java
bsd-3-clause
eab9125b3c76a3bbfc2d445bdd0791c33c9315f5
0
srujun/Zed-Java,TheGreenMachine/Zed-Java
package com.edinarobotics.zed; import com.edinarobotics.zed.subsystems.Auger; import com.edinarobotics.zed.subsystems.Climber; import com.edinarobotics.zed.subsystems.Collector; import com.edinarobotics.zed.subsystems.Conveyor; import com.edinarobotics.zed.subsystems.Drivetrain; import com.edinarobotics.zed.subsystems...
src/com/edinarobotics/zed/Components.java
package com.edinarobotics.zed; import com.edinarobotics.zed.subsystems.Auger; import com.edinarobotics.zed.subsystems.Collector; import com.edinarobotics.zed.subsystems.Conveyor; import com.edinarobotics.zed.subsystems.Drivetrain; import com.edinarobotics.zed.subsystems.DrivetrainRotation; import com.edinarobotics.zed...
Add Climber subsystem to Components. A Climber instance is now constructed by the Components singleton.
src/com/edinarobotics/zed/Components.java
Add Climber subsystem to Components.
Java
mit
57be6e757bbcbfe211fc82bce0b22b76e7214348
0
mzmine/mzmine3,mzmine/mzmine3
/* * Copyright 2006-2021 The MZmine Development Team * * This file is part of MZmine. * * MZmine is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the * License, or (at your option) any ...
src/main/java/io/github/mzmine/util/ZipUtils.java
/* * Copyright 2006-2021 The MZmine Development Team * * This file is part of MZmine. * * MZmine is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the * License, or (at your option) any ...
fix zip slip
src/main/java/io/github/mzmine/util/ZipUtils.java
fix zip slip
Java
mit
a6736272acc5e06abccccce01dcb86f149a5a86c
0
robohorse/RoboPOJOGenerator
package com.robohorse.robopojogenerator.generator.postprocessors; import com.google.common.base.CaseFormat; import com.robohorse.robopojogenerator.generator.ClassItem; import com.robohorse.robopojogenerator.generator.consts.ClassTemplate; import com.robohorse.robopojogenerator.generator.consts.ClassType; import com.ro...
src/main/java/com/robohorse/robopojogenerator/generator/postprocessors/KotlinDataClassPostProcessor.java
package com.robohorse.robopojogenerator.generator.postprocessors; import com.google.common.base.CaseFormat; import com.robohorse.robopojogenerator.generator.ClassItem; import com.robohorse.robopojogenerator.generator.consts.ClassTemplate; import com.robohorse.robopojogenerator.generator.consts.ClassType; import com.ro...
Fix annotation NPE
src/main/java/com/robohorse/robopojogenerator/generator/postprocessors/KotlinDataClassPostProcessor.java
Fix annotation NPE
Java
mit
9c55af66bcad4c3e07c02865c8c876ff6517d116
0
drexel-cs451-rbbtd/apologies
package edu.drexel.cs451_rbbtd.apologies.gui; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class MainMenu { public JPanel rootPanel; private JButton newGameButton; private JButton quitButton; public MainMenu() { // a...
src/main/java/edu/drexel/cs451_rbbtd/apologies/gui/MainMenu.java
package edu.drexel.cs451_rbbtd.apologies.gui; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class MainMenu { public JPanel rootPanel; private JButton newGameButton; private JButton quitButton; public MainMenu() { // a...
create player setup window when "New Game" is clicked
src/main/java/edu/drexel/cs451_rbbtd/apologies/gui/MainMenu.java
create player setup window when "New Game" is clicked
Java
agpl-3.0
a8688cd2c0bf8f96f1cbe2a5128990e0591e601d
0
simonzhangsm/voltdb,zuowang/voltdb,deerwalk/voltdb,kumarrus/voltdb,deerwalk/voltdb,migue/voltdb,kobronson/cs-voltdb,paulmartel/voltdb,zuowang/voltdb,zuowang/voltdb,zuowang/voltdb,creative-quant/voltdb,migue/voltdb,VoltDB/voltdb,flybird119/voltdb,ingted/voltdb,kumarrus/voltdb,kobronson/cs-voltdb,flybird119/voltdb,wolffc...
/* This file is part of VoltDB. * Copyright (C) 2008-2012 VoltDB Inc. * * VoltDB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
src/frontend/org/voltdb/ClientInterface.java
/* This file is part of VoltDB. * Copyright (C) 2008-2012 VoltDB Inc. * * VoltDB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. ...
Fix a deserialization bug that broke snapshot daemon
src/frontend/org/voltdb/ClientInterface.java
Fix a deserialization bug that broke snapshot daemon
Java
agpl-3.0
1fb29a2ca7278cee825171ddca4ed27cdaacaa66
0
cojen/Tupl
/* * Copyright (C) 2011-2017 Cojen.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This p...
src/test/java/org/cojen/tupl/EnduranceTest.java
/* * Copyright (C) 2011-2017 Cojen.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This p...
Increase lock timeout to prevent rare test timeout exception.
src/test/java/org/cojen/tupl/EnduranceTest.java
Increase lock timeout to prevent rare test timeout exception.
Java
agpl-3.0
7eb6d46e580fd8a7bf6b3fa93fec1b7a9bacc095
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
e2f2a3b2-2e5f-11e5-9284-b827eb9e62be
hello.java
e2ed295a-2e5f-11e5-9284-b827eb9e62be
e2f2a3b2-2e5f-11e5-9284-b827eb9e62be
hello.java
e2f2a3b2-2e5f-11e5-9284-b827eb9e62be
Java
agpl-3.0
5743feb887ac69e25aafcecb955f11d2ec534441
0
onursumer/cbioportal,holtgrewe/cbioportal,sheridancbio/cbioportal,bihealth/cbioportal,sheridancbio/cbioportal,cBioPortal/cbioportal,pughlab/cbioportal,leedonghn4/cbio-portal-webgl,j-hudecek/cbioportal,IntersectAustralia/cbioportal,angelicaochoa/cbioportal,n1zea144/cbioportal,shrumit/cbioportal-gsoc-final,kalletlak/cbio...
package org.mskcc.portal.remote; import org.apache.commons.httpclient.URI; import org.mskcc.cgds.dao.DaoException; import org.mskcc.cgds.dao.DaoGeneOptimized; import org.mskcc.cgds.dao.DaoMutation; import org.mskcc.cgds.model.CanonicalGene; import org.mskcc.cgds.model.ExtendedMutation; import org.mskcc.portal.util.XDe...
portal/src/org/mskcc/portal/remote/GetMutationData.java
package org.mskcc.portal.remote; import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.URI; import org.mskcc.cgds.model.ExtendedMutation; import org.mskcc.portal.util.XDebug; import org.mskcc.cgds.model.GeneticProfile; import java.io.IOException; import java.rmi.RemoteException; imp...
updated GetMutationData.java
portal/src/org/mskcc/portal/remote/GetMutationData.java
updated GetMutationData.java
Java
lgpl-2.1
63b2d5eebf2b5f667f1a8dfd1af75402078526cb
0
bjalon/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archiv...
/* * (C) Copyright 2014 Nuxeo SA (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.o...
nuxeo-elastic-search-core/src/main/java/org/nuxeo/elasticsearch/ElasticSearchComponent.java
/* * (C) Copyright 2014 Nuxeo SA (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.o...
NXP-14007 Add log for indexing requests
nuxeo-elastic-search-core/src/main/java/org/nuxeo/elasticsearch/ElasticSearchComponent.java
NXP-14007 Add log for indexing requests
Java
lgpl-2.1
f43f7f6322918013b8c65378ded5d13637c7e61f
0
levants/lightmare
package org.lightmare.jndi; import java.io.IOException; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.Collection; import java.util.Hashtable; import javax.naming.NamingException; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.tran...
src/main/java/org/lightmare/jndi/LightmareContext.java
package org.lightmare.jndi; import java.io.IOException; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.Collection; import java.util.Hashtable; import javax.naming.NamingException; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.tran...
improved / commented code utiliti classes
src/main/java/org/lightmare/jndi/LightmareContext.java
improved / commented code utiliti classes
Java
lgpl-2.1
17fc21f79157b0d4153d1e2de4485eab0778e840
0
Mrdigs/Bootstrap.jsp,Mrdigs/Bootstrap.jsp,Mrdigs/Bootstrap.jsp
/* * Copyright (c) 2014 Darren Scott - All Rights Reserved * * This program is distributed under LGPL Version 2.1 in the hope that * it will be useful, but WITHOUT ANY WARRANTY. */ package org.bootstrapjsp.tags.core.button; import java.io.IOException; import javax.servlet.jsp.JspException; import org.bootstrap...
src/org/bootstrapjsp/tags/core/button/ButtonGroup.java
/* * Copyright (c) 2014 Darren Scott - All Rights Reserved * * This program is distributed under LGPL Version 2.1 in the hope that * it will be useful, but WITHOUT ANY WARRANTY. */ package org.bootstrapjsp.tags.core.button; import java.io.IOException; import javax.servlet.jsp.JspException; import org.bootstrap...
Improved documentation for <buttongroup>
src/org/bootstrapjsp/tags/core/button/ButtonGroup.java
Improved documentation for <buttongroup>
Java
lgpl-2.1
0be4b6be2d40573a6a865025e8a7e7307b740b86
0
xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform
/* * 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-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.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...
[misc] Make the test less fragile while waiting for XWIKI-18513
xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java
[misc] Make the test less fragile while waiting for XWIKI-18513
Java
lgpl-2.1
b5345e1822e33331f0677c6b10731288d5d01c7f
0
tmyroadctfig/mpxj
/* * file: MppClean.java * author: Jon Iles * copyright: (c) Packwood Software Limited 2008 * date: 07/02/2008 */ /* * 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 Foundati...
net/sf/mpxj/utility/MppClean.java
/* * file: MppClean.java * author: Jon Iles * copyright: (c) Packwood Software Limited 2008 * date: 07/02/2008 */ /* * 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 Foundati...
Updated to support right-to-left languages.
net/sf/mpxj/utility/MppClean.java
Updated to support right-to-left languages.
Java
lgpl-2.1
a83ae5dc576da0b09bd4b08bbd5c2782781607fc
0
aaronc/jfreechart,aaronc/jfreechart,aaronc/jfreechart
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
source/org/jfree/chart/renderer/category/LayeredBarRenderer.java
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2007, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
Whitespace. git-svn-id: ca96c60061366ac92493e2142a352bb838ea8caa@998 4df5dd95-b682-48b0-b31b-748e37b65e73
source/org/jfree/chart/renderer/category/LayeredBarRenderer.java
Whitespace.
Java
apache-2.0
682a8591b9bcec314112be3fdddc948af72615f7
0
redpen-cc/redpen,kenhys/redpen,redpen-cc/redpen,johtani/redpen,redpen-cc/redpen,redpen-cc/redpen,gerryhocks/redpen,kenhys/redpen,gerryhocks/redpen,tatamiya3/redpen,gerryhocks/redpen,johtani/redpen,recruit-tech/redpen,jmoriya/redpen,kenhys/redpen,recruit-tech/redpen,tatamiya3/redpen,recruit-tech/redpen,jmoriya/redpen,ta...
/** * DocumentValidator * Copyright (c) 2013-, Takahiko Ito, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your...
document-validator-core/src/main/java/org/unigram/docvalidator/util/LevenshteinDistance.java
/** * DocumentValidator * Copyright (c) 2013-, Takahiko Ito, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your...
Adding period.
document-validator-core/src/main/java/org/unigram/docvalidator/util/LevenshteinDistance.java
Adding period.
Java
apache-2.0
3f89f90d1a1079ceab93d4671b3179534219913a
0
jomof/cmakeify,jomof/cmakeify,jomof/cmakeify
package com.jomofisher.cmakeify; import com.jomofisher.cmakeify.model.OS; import com.jomofisher.cmakeify.model.RemoteArchive; import com.jomofisher.cmakeify.model.Toolset; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.Collection; import java.util.HashMap; import java....
src/main/java/com/jomofisher/cmakeify/LinuxScriptBuilder.java
package com.jomofisher.cmakeify; import com.jomofisher.cmakeify.model.OS; import com.jomofisher.cmakeify.model.RemoteArchive; import com.jomofisher.cmakeify.model.Toolset; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.Collection; import java.util.HashMap; import java....
Badging
src/main/java/com/jomofisher/cmakeify/LinuxScriptBuilder.java
Badging
Java
apache-2.0
328969485cf164b0c646c990c12a74479864745b
0
xiongzheng/netty,idelpivnitskiy/netty,netty/netty,fengjiachun/netty,unei66/netty,yonglehou/netty-1,luyiisme/netty,mway08/netty,blademainer/netty,luyiisme/netty,NiteshKant/netty,huanyi0723/netty,lukw00/netty,ichaki5748/netty,artgon/netty,Apache9/netty,normanmaurer/netty,shism/netty,phlizik/netty,cnoldtree/netty,Achintha...
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
Add explaination to the javadocs to not call retain() on the request when doing the handshake. Related to [#1508]
codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker.java
Add explaination to the javadocs to not call retain() on the request when doing the handshake. Related to [#1508]
Java
apache-2.0
491a272509ba505e7f9082946bf7a4bfe9cb0aed
0
lgscofield/Kundera,ravisund/Kundera,impetus-opensource/Kundera,pkdevbox/Kundera,impetus-opensource/Kundera,ravisund/Kundera,pkdevbox/Kundera,pkdevbox/Kundera,lgscofield/Kundera
/******************************************************************************* * * Copyright 2012 Impetus Infotech. * * * * 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 * * *...
kundera-tests/src/test/java/com/impetus/kundera/tests/crossdatastore/imdb/TwinAssociation.java
/******************************************************************************* * * Copyright 2012 Impetus Infotech. * * * * 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 * * *...
Added throw statement to catch error.
kundera-tests/src/test/java/com/impetus/kundera/tests/crossdatastore/imdb/TwinAssociation.java
Added throw statement to catch error.
Java
apache-2.0
bc02744cfe7245ca0016fe31a116e7fb34a8b538
0
savoirtech/hecate
package com.savoirtech.hecate.cql3.persistence.def; import com.datastax.driver.core.Session; import com.google.common.collect.MapMaker; import com.savoirtech.hecate.cql3.mapping.PojoMapping; import com.savoirtech.hecate.cql3.mapping.PojoMappingFactory; import com.savoirtech.hecate.cql3.mapping.def.DefaultPojoMappingFa...
hecate-cql3/src/main/java/com/savoirtech/hecate/cql3/persistence/def/DefaultPersisterFactory.java
package com.savoirtech.hecate.cql3.persistence.def; import com.datastax.driver.core.Session; import com.google.common.collect.MapMaker; import com.savoirtech.hecate.cql3.mapping.PojoMapping; import com.savoirtech.hecate.cql3.mapping.PojoMappingFactory; import com.savoirtech.hecate.cql3.mapping.def.DefaultPojoMappingFa...
Fixing duplicate persister bug.
hecate-cql3/src/main/java/com/savoirtech/hecate/cql3/persistence/def/DefaultPersisterFactory.java
Fixing duplicate persister bug.
Java
apache-2.0
5804bbeadbcdb7ca9309cf42a25d5121c899501c
0
kusid/herd,FINRAOS/herd,kusid/herd,FINRAOS/herd,FINRAOS/herd,kusid/herd,FINRAOS/herd,FINRAOS/herd,kusid/herd
/* * Copyright 2015 herd contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
herd-code/herd-rest/src/test/java/org/finra/herd/rest/EmrClusterDefinitionRestControllerTest.java
/* * Copyright 2015 herd contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
DM-9733: Utilize InstanceFleet features in EMR Cluster Mgmt - Fix failing REST layer unit tests
herd-code/herd-rest/src/test/java/org/finra/herd/rest/EmrClusterDefinitionRestControllerTest.java
DM-9733: Utilize InstanceFleet features in EMR Cluster Mgmt
Java
apache-2.0
038528481bced71c12dce94f4b8fa6af0814a620
0
trekawek/jackrabbit-oak,amit-jain/jackrabbit-oak,mreutegg/jackrabbit-oak,mreutegg/jackrabbit-oak,anchela/jackrabbit-oak,amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,amit-jain/jackrabbit-oak,anchela/jackrabbit-oak,apache/jackrabbit-oak,anchela/jackrabbit-oak,trekawek/jackrabbit-oak,apache/jackrabbit-oak,amit-jain/ja...
/* * 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 ...
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentSerializerTest.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 ...
OAK-2376: add test for known json.simple issue (trailing comma) git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1650054 13f79535-47bb-0310-9956-ffa450edef68
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBDocumentSerializerTest.java
OAK-2376: add test for known json.simple issue (trailing comma)
Java
apache-2.0
8fd0a7e340713f7b70c4e39eb1716aa4be5b3a3f
0
ChronixDB/chronix.server,FlorianLautenschlager/chronix.server,ChronixDB/chronix.server,phxql/chronix.server
/* * Copyright (C) 2016 QAware GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
chronix-server-query-handler/src/main/java/de/qaware/chronix/solr/query/analysis/AnalysisQueryEvaluator.java
/* * Copyright (C) 2016 QAware GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
Fixes sonar violation: Use Index Of Char
chronix-server-query-handler/src/main/java/de/qaware/chronix/solr/query/analysis/AnalysisQueryEvaluator.java
Fixes sonar violation: Use Index Of Char
Java
apache-2.0
4055ea29bb25374fdce7e26b30bc146b453f503b
0
gayangunarathne/stratos,ravihansa3000/stratos,hsbhathiya/stratos,pubudu538/stratos,ravihansa3000/stratos,asankasanjaya/stratos,gayangunarathne/stratos,dinithis/stratos,pkdevbox/stratos,Thanu/stratos,anuruddhal/stratos,pkdevbox/stratos,ravihansa3000/stratos,ravihansa3000/stratos,agentmilindu/stratos,ravihansa3000/strato...
/* * 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 ...
components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.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 ...
timeout before performing forceful shutdown
components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/util/Constants.java
timeout before performing forceful shutdown
Java
apache-2.0
ef0318a96ecb2643710c62dee705155620cb4ed4
0
crate/crate,crate/crate,crate/crate
/* * 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...
server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/FilterAllocationDecider.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...
bp: Only apply initial recovery filter to shrunk shard https://github.com/elastic/elasticsearch/commit/fe1841f4d45d057c9af2b61f22256b2559a84303
server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/FilterAllocationDecider.java
bp: Only apply initial recovery filter to shrunk shard
Java
apache-2.0
79a7e89a05270f208a83f8e1da98006221f4bbb4
0
nhsconnect/careconnect-reference-implementation,nhsconnect/careconnect-reference-implementation,nhsconnect/careconnect-reference-implementation
package uk.nhs.careconnect.ri.gateway.provider; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.rest.annotation.IdParam; import ca.uhn.fhir.rest.annotation.OptionalParam; import ca.uhn.fhir.rest.annotation.Read; import ca.uhn.fhir.rest.annotation.Search; import ca.uhn.fhir.rest.param.StringParam; import ca....
ccri-fhirgateway/src/main/java/uk/nhs/careconnect/ri/gateway/provider/OrganisationResourceProvider.java
package uk.nhs.careconnect.ri.gateway.provider; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.rest.annotation.IdParam; import ca.uhn.fhir.rest.annotation.OptionalParam; import ca.uhn.fhir.rest.annotation.Read; import ca.uhn.fhir.rest.annotation.Search; import ca.uhn.fhir.rest.param.StringParam; import ca....
Correction of spelling from US to EU English
ccri-fhirgateway/src/main/java/uk/nhs/careconnect/ri/gateway/provider/OrganisationResourceProvider.java
Correction of spelling from US to EU English
Java
apache-2.0
45c14af0d667e51bb31538cae8efa4ed9a1a8123
0
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.pipeline.workflow.impl; import static org.mockito.Mockito.*; import static org.junit.Assert.*; import java.io.File; import java.io.FileNotFoundException; import java.net.URISyntaxException; import java.net.URL; import java.util.ArrayList; import java.util.List; import java...
src/test/java/ca/corefacility/bioinformatics/irida/pipeline/workflow/impl/WorkflowRESTAPIGalaxyTest.java
package ca.corefacility.bioinformatics.irida.pipeline.workflow.impl; import static org.mockito.Mockito.*; import static org.junit.Assert.*; import java.io.File; import java.io.FileNotFoundException; import java.net.URISyntaxException; import java.net.URL; import java.util.ArrayList; import java.util.List; import java...
Fixed up a few of the tests
src/test/java/ca/corefacility/bioinformatics/irida/pipeline/workflow/impl/WorkflowRESTAPIGalaxyTest.java
Fixed up a few of the tests
Java
apache-2.0
486e55d5e35a8d40a19277add8363475a71ab6a0
0
apache/uima-sandbox,apache/uima-sandbox,apache/uima-sandbox
/* * 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 ...
uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.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 ...
UIMA-1459 Removed redundant check in getTopLevelQueueConnectionFactory that check for kind of InputChannel class git-svn-id: dd361d0afbe84f3eb97f7061549e905c2c5df34b@798128 13f79535-47bb-0310-9956-ffa450edef68
uima-as/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java
UIMA-1459 Removed redundant check in getTopLevelQueueConnectionFactory that check for kind of InputChannel class
Java
apache-2.0
b2128f5dc6970086bcfcda0066f9c7670cc6e3d7
0
mwaylabs/relution-jenkins-plugin,mwaylabs/relution-jenkins-plugin,jenkinsci/relution-plugin,mwaylabs/relution-jenkins-plugin
/* * Copyright (c) 2016 M-Way Solutions GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
relution-publisher/src/main/java/org/jenkinsci/plugins/relution_publisher/builder/SingleRequestUploader.java
/* * Copyright (c) 2016 M-Way Solutions GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
Fix result if artifacts are not found This changes the result to NOT_BUILT if no build artifact(s) can be found, as expected.
relution-publisher/src/main/java/org/jenkinsci/plugins/relution_publisher/builder/SingleRequestUploader.java
Fix result if artifacts are not found
Java
apache-2.0
ec926e111142f2ea51004b49b4f1c69cb00c9f1a
0
igorakkerman/jlib
jlib.container/src/main/java/org/jlib/container/sequence/index/DefaultInsertReplaceIndexSequenceIterator.java
/* * jlib - The Free Java Library * * http://www.jlib.org * * Copyright (c) 2006-2008 Igor Akkerman * * jlib is distributed under the * * COMMON PUBLIC LICENSE VERSION 1.0 * * http://www.opensource.org/licenses/cpl1.0.php */ package org.jlib.container.sequence.index; import org.jlib.container.seq...
DefaultInsertReplaceIndexSequenceIterator removed
jlib.container/src/main/java/org/jlib/container/sequence/index/DefaultInsertReplaceIndexSequenceIterator.java
DefaultInsertReplaceIndexSequenceIterator removed
Java
apache-2.0
204fbea6fc0b6d76c07eece266045e3c01fde3c0
0
ox-it/ords-database-structure-api
/* * Copyright 2015 University of Oxford * * 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/main/java/uk/ac/ox/it/ords/api/database/structure/services/impl/hibernate/ColumnStructureServiceImpl.java
/* * Copyright 2015 University of Oxford * * 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...
Fixed issue with missing sequence when dropping autoinc
src/main/java/uk/ac/ox/it/ords/api/database/structure/services/impl/hibernate/ColumnStructureServiceImpl.java
Fixed issue with missing sequence when dropping autoinc
Java
apache-2.0
9c16e79e001bb0f6719ae05d5a522163c1e0ec12
0
aledsage/legacy-brooklyn,neykov/incubator-brooklyn,andreaturli/legacy-brooklyn,andreaturli/legacy-brooklyn,neykov/incubator-brooklyn,andreaturli/legacy-brooklyn,bmwshop/brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,andreaturli/legacy-brooklyn,andreaturli/legacy-brooklyn,...
package brooklyn.entity.trait; import java.util.Collection; import java.util.Collections; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import brooklyn.entity.Entity; import brooklyn.entity.basic.EntityLocal; import brooklyn.entity.basic.EntityPredicates; import brooklyn.entity.effe...
core/src/main/java/brooklyn/entity/trait/StartableMethods.java
package brooklyn.entity.trait; import java.util.Collection; import java.util.Collections; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import brooklyn.entity.Entity; import brooklyn.entity.basic.EntityLocal; import brooklyn.entity.basic.EntityPredicates; import brooklyn.entity.effe...
stopSequentially: incorporate review comments
core/src/main/java/brooklyn/entity/trait/StartableMethods.java
stopSequentially: incorporate review comments
Java
apache-2.0
e95acd91eb1a90c831187a0f99852821506b9464
0
apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis
/* * 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")...
persistence/jpa/eclipselink/src/main/java/org/apache/isis/persistence/jpa/eclipselink/IsisModuleJpaEclipselink.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")...
ISIS-2502: cleanup and prepare for merge
persistence/jpa/eclipselink/src/main/java/org/apache/isis/persistence/jpa/eclipselink/IsisModuleJpaEclipselink.java
ISIS-2502: cleanup and prepare for merge
Java
apache-2.0
778ead6f97211ba1143b3e284daab21343c2a111
0
GoogleCloudPlatform/artifact-registry-maven-tools
/* * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
artifactregistry-gradle-plugin/src/main/java/com/google/cloud/artifactregistry/gradle/plugin/ArtifactRegistryGradlePlugin.java
/* * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Fix: still apply needed Artifact Registry settings when no credentials are found (#67)
artifactregistry-gradle-plugin/src/main/java/com/google/cloud/artifactregistry/gradle/plugin/ArtifactRegistryGradlePlugin.java
Fix: still apply needed Artifact Registry settings when no credentials are found (#67)
Java
apache-2.0
5f9c21392d54e611df6c815c2aec27c61fef457d
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-2020 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.updateSettings.impl.pluginsAdvertisement; import com.intellij.ide.IdeBundle; import com.intellij.ide.plugins.IdeaPluginDescriptor; import com.intelli...
platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/pluginsAdvertisement/PluginAdvertiserEditorNotificationProvider.java
// Copyright 2000-2020 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.updateSettings.impl.pluginsAdvertisement; import com.intellij.ide.IdeBundle; import com.intellij.ide.plugins.IdeaPluginDescriptor; import com.intelli...
PluginAdvertiserEditorNotificationProvider.createNotificationPanel: logging for background cache update GitOrigin-RevId: 712e538a401878be61d566e0ab9763461c3c89fb
platform/platform-impl/src/com/intellij/openapi/updateSettings/impl/pluginsAdvertisement/PluginAdvertiserEditorNotificationProvider.java
PluginAdvertiserEditorNotificationProvider.createNotificationPanel: logging for background cache update
Java
apache-2.0
385662a0c7d1e62b0b1b73d0383484d69afa998e
0
DwayneJengSage/BridgePF,alxdarksage/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,DwayneJengSage/BridgePF,DwayneJengSage/BridgePF,Sage-Bionetworks/BridgePF,Sage-Bionetworks/BridgePF
package org.sagebionetworks.bridge.services; import java.util.List; import org.apache.commons.httpclient.HttpStatus; import org.apache.commons.lang3.StringUtils; import org.sagebionetworks.bridge.BridgeConstants; import org.sagebionetworks.bridge.crypto.BridgeEncryptor; import org.sagebionetworks.bridge.dao.StudyCons...
app/org/sagebionetworks/bridge/services/ConsentServiceImpl.java
package org.sagebionetworks.bridge.services; import java.util.List; import org.apache.commons.httpclient.HttpStatus; import org.apache.commons.lang3.StringUtils; import org.sagebionetworks.bridge.BridgeConstants; import org.sagebionetworks.bridge.crypto.BridgeEncryptor; import org.sagebionetworks.bridge.dao.StudyCons...
Formatting changes.
app/org/sagebionetworks/bridge/services/ConsentServiceImpl.java
Formatting changes.
Java
bsd-3-clause
3c3bb305c193e48a996ea54e26f7202aa8cd5828
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.cananolab.service.sample; import gov.nih.nci.cananolab.dto.particle.DataAvailabilityBean; import gov.nih.nci.cananolab.dto.particle.SampleBean; import gov.nih.nci.cananolab.exception.DataAvailabilityException; import gov.nih.nci.cananolab.exception.NoAccessException; import gov.nih.nci.canano...
software/cananolab-webapp/src/gov/nih/nci/cananolab/service/sample/DataAvailabilityService.java
package gov.nih.nci.cananolab.service.sample; import gov.nih.nci.cananolab.dto.particle.DataAvailabilityBean; import gov.nih.nci.cananolab.dto.particle.SampleBean; import gov.nih.nci.cananolab.exception.DataAvailabilityException; import gov.nih.nci.cananolab.exception.NoAccessException; import gov.nih.nci.canano...
updated for data availability SVN-Revision: 19088
software/cananolab-webapp/src/gov/nih/nci/cananolab/service/sample/DataAvailabilityService.java
updated for data availability
Java
bsd-3-clause
579cc93e1c461e9be44c32a34aed19312fde206b
0
akio-sone/jargon-modeshape,DICE-UNC/jargon-modeshape,akio-sone/jargon-modeshape,DICE-UNC/jargon-modeshape
package org.irods.jargon.modeshape.connector; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.util.Calendar; import java.util.Properties; import java.util....
jargon-modeshape/irods-connector/src/test/java/org/irods/jargon/modeshape/connector/IRODSWriteableConnectorRepoTest.java
package org.irods.jargon.modeshape.connector; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.util.Calendar; import java.util.Properties; import java.util....
test of rewrite
jargon-modeshape/irods-connector/src/test/java/org/irods/jargon/modeshape/connector/IRODSWriteableConnectorRepoTest.java
test of rewrite
Java
bsd-3-clause
b06c4e87474a089bd1e3d74c4e8973632a6fd49d
0
fuzzy-id/midas,fuzzy-id/midas,fuzzy-id/midas
import java.io.IOException; import java.io.File; import org.junit.Test; import org.apache.pig.pigunit.PigTest; import org.apache.pig.tools.parameters.ParseException; public class TestGroupAlexaBySite { private PigTest test; private static final String SCRIPT = "group_alexa_by_site.pig"; @Test public void ...
pig_scripts/TestGroupAlexaBySite.java
import java.io.IOException; import java.io.File; import org.junit.Test; import org.apache.pig.pigunit.PigTest; import org.apache.pig.tools.parameters.ParseException; public class TestGroupAlexaBySite { private PigTest test; private static final String SCRIPT = "group_alexa_by_site.pig"; @Test public void ...
new naming scheme
pig_scripts/TestGroupAlexaBySite.java
new naming scheme
Java
mit
fd2e7f08814faadbdeb77f7716396f0011ac5240
0
DemigodsRPG/Demigods3
package com.censoredsoftware.Demigods.Engine.Object; import java.util.HashSet; import java.util.List; import java.util.Set; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.OfflinePlayer; import org.bukkit.conversations.Conversation; import org.bukkit.conversations.ConversationContext; import ...
src/main/java/com/censoredsoftware/Demigods/Engine/Object/DPlayer.java
package com.censoredsoftware.Demigods.Engine.Object; import java.util.HashSet; import java.util.List; import java.util.Set; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.OfflinePlayer; import org.bukkit.conversations.Conversation; import org.bukkit.conversations.ConversationContext; import ...
Try this.
src/main/java/com/censoredsoftware/Demigods/Engine/Object/DPlayer.java
Try this.
Java
mit
a76e5bd80a8478681d63f42ab720ea74e2e100cd
0
henu/gdxextras
package fi.henu.gdxextras; import java.io.UnsupportedEncodingException; import java.nio.ByteBuffer; public class ByteQueue { public int getSize() { return size; } public void writeByte(byte b) { ensureSpace(1); bytes[write] = b; write = (write + 1) % bytes.length; size += 1; } public void writeSh...
ByteQueue.java
package fi.henu.gdxextras; import java.nio.ByteBuffer; public class ByteQueue { public int getSize() { return size; } public void writeByte(byte b) { ensureSpace(1); bytes[write] = b; write = (write + 1) % bytes.length; size += 1; } public void writeShort(short s) { ensureSpace(2); bytes[wr...
ByteQueue is now able to read/write Strings.
ByteQueue.java
ByteQueue is now able to read/write Strings.
Java
mit
057758671f4d3ae30bf99aed2e3c293bbc8c1943
0
cloudcopy/owncloud-android-library,jvd001/android-library,cloudcopy/owncloud-android-library,noyo/android-library,luizpagnez/android-library,noyo/android-library,luizpagnez/android-library,jvd001/android-library
/* ownCloud Android Library is available under MIT license * Copyright (C) 2014 ownCloud 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 ...
src/com/owncloud/android/lib/common/OwnCloudClientMap.java
/* ownCloud Android Library is available under MIT license * Copyright (C) 2014 ownCloud 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 ...
Show cookies information in log, when saving a cookie
src/com/owncloud/android/lib/common/OwnCloudClientMap.java
Show cookies information in log, when saving a cookie
Java
epl-1.0
5193fd57beef754c183b9bbf6d13baf62b20c6e9
0
peterkir/org.eclipse.oomph,peterkir/org.eclipse.oomph,peterkir/org.eclipse.oomph,peterkir/org.eclipse.oomph,peterkir/org.eclipse.oomph
/* * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * ...
plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/InstallerDialog.java
/* * Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * ...
[438626] Self-update of installer doesn't work anymore https://bugs.eclipse.org/bugs/show_bug.cgi?id=438626
plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/InstallerDialog.java
[438626] Self-update of installer doesn't work anymore
Java
epl-1.0
bd2ccfc6432f6a955d48e79a3856b7c843a73665
0
rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt
/*********************************************************************** * Copyright (c) 2004, 2008 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java
/*********************************************************************** * Copyright (c) 2004, 2008 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
- Summary: - Bugzilla Bug (s) Resolved: - Description: @desc Fix Bugzilla 271290: it should be current locale from runtime context. @desc - Tests Description: Manual Test - Notes to Build Team: N/A - Notes to Developers: N/A - Notes to QA: N/A - Notes to Documentation: N/A - Files Edited: @changelist - F...
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java
- Summary:
Java
agpl-3.0
018d196295c7fc4bef0cca0fa77ad83d0af367b9
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
090b60e6-2e62-11e5-9284-b827eb9e62be
hello.java
09060150-2e62-11e5-9284-b827eb9e62be
090b60e6-2e62-11e5-9284-b827eb9e62be
hello.java
090b60e6-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
aab89f0437f43294698694e27235902d0c0afd79
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
6e76b990-2e61-11e5-9284-b827eb9e62be
hello.java
6e71368c-2e61-11e5-9284-b827eb9e62be
6e76b990-2e61-11e5-9284-b827eb9e62be
hello.java
6e76b990-2e61-11e5-9284-b827eb9e62be
Java
lgpl-2.1
bb8dd8972298d3c186194496b9d773e03ae1d511
0
wolfgangmm/exist,zwobit/exist,MjAbuz/exist,zwobit/exist,zwobit/exist,lcahlander/exist,hungerburg/exist,olvidalo/exist,lcahlander/exist,jessealama/exist,RemiKoutcherawy/exist,dizzzz/exist,windauer/exist,olvidalo/exist,joewiz/exist,jensopetersen/exist,jensopetersen/exist,lcahlander/exist,shabanovd/exist,eXist-db/exist,je...
/* * eXist Open Source Native XML Database * Copyright (C) 2010 The eXist Project * http://exist-db.org * * 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 * ...
extensions/modules/src/org/exist/xquery/modules/file/Directory.java
/* * eXist Open Source Native XML Database * Copyright (C) 2010 The eXist Project * http://exist-db.org * * 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 * ...
[bugfix] at file:list xquery function fix typos ("directroy") & add namespace svn path=/trunk/eXist/; revision=14265
extensions/modules/src/org/exist/xquery/modules/file/Directory.java
[bugfix] at file:list xquery function fix typos ("directroy") & add namespace
Java
apache-2.0
4b3d519396dea7e83bd4db5c9bd24c20ac22cf88
0
TangHao1987/intellij-community,xfournet/intellij-community,caot/intellij-community,ol-loginov/intellij-community,nicolargo/intellij-community,fengbaicanhe/intellij-community,ivan-fedorov/intellij-community,pwoodworth/intellij-community,FHannes/intellij-community,hurricup/intellij-community,fitermay/intellij-community,f...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-psi-impl/src/com/intellij/psi/impl/light/LightMethod.java
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
EA-62328 - IAE: UsageInfo.<init>
java/java-psi-impl/src/com/intellij/psi/impl/light/LightMethod.java
EA-62328 - IAE: UsageInfo.<init>
Java
apache-2.0
b1db8616c5f6ddbee5da613d1d0f52ac1f3df643
0
adaptris/interlok
package com.adaptris.core.services.aggregator; import com.adaptris.core.AdaptrisMessage; import com.adaptris.core.CoreException; import com.adaptris.core.DefaultMessageFactory; import com.adaptris.core.MultiPayloadAdaptrisMessage; import com.adaptris.core.MultiPayloadMessageFactory; import com.adaptris.core.Ser...
interlok-core/src/test/java/com/adaptris/core/services/aggregator/MultiPayloadMessageAggregatorTest.java
package com.adaptris.core.services.aggregator; import com.adaptris.core.AdaptrisMessage; import com.adaptris.core.CoreException; import com.adaptris.core.DefaultMessageFactory; import com.adaptris.core.MultiPayloadAdaptrisMessage; import com.adaptris.core.MultiPayloadMessageFactory; import com.adaptris.core.Ser...
Update unit tests
interlok-core/src/test/java/com/adaptris/core/services/aggregator/MultiPayloadMessageAggregatorTest.java
Update unit tests
Java
apache-2.0
76a315b0368dbc2186444442f8a6947b98a08b59
0
wurstscript/WurstScript,wurstscript/WurstScript,peq/WurstScript,peq/WurstScript,Cokemonkey11/WurstScript,Cokemonkey11/WurstScript,Cokemonkey11/WurstScript,peq/WurstScript,Cokemonkey11/WurstScript,peq/WurstScript,wurstscript/WurstScript,Cokemonkey11/WurstScript
package de.peeeq.wurstscript.intermediateLang.optimizer; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Iterator; import java.util.Locale; import de.peeeq.wurstscript.WurstOperator; import de.peeeq.wurstscript.jassIm.ImBoolVal; import de.peeeq.wurstscript.jassIm.ImExitwhen; im...
de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java
package de.peeeq.wurstscript.intermediateLang.optimizer; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Iterator; import java.util.Locale; import de.peeeq.wurstscript.WurstOperator; import de.peeeq.wurstscript.jassIm.ImBoolVal; import de.peeeq.wurstscript.jassIm.ImExitwhen; im...
Rewrite OpCalls where one side is constant e.g. true and someCond -> true
de.peeeq.wurstscript/src/de/peeeq/wurstscript/intermediateLang/optimizer/SimpleRewrites.java
Rewrite OpCalls where one side is constant
Java
apache-2.0
51c1c28ad9ede941722d7333c69413436fa01252
0
hawkular/hawkular-apm,objectiser/hawkular-btm,objectiser/hawkular-apm,jpkrohling/hawkular-btm,hawkular/hawkular-apm,objectiser/hawkular-btm,hawkular/hawkular-apm,jpkrohling/hawkular-apm,jpkrohling/hawkular-apm,hawkular/hawkular-btm,hawkular/hawkular-btm,hawkular/hawkular-apm,objectiser/hawkular-apm,jpkrohling/hawkular-...
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
backend/btxn-service-rest/src/main/java/org/hawkular/btm/btxn/service/rest/BusinessTransactionHandler.java
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
HWKBTM-46 Change response code when can't find requested business txn
backend/btxn-service-rest/src/main/java/org/hawkular/btm/btxn/service/rest/BusinessTransactionHandler.java
HWKBTM-46 Change response code when can't find requested business txn
Java
apache-2.0
249d59232f2733a8e4ebdc9683875291477647da
0
zhaoshiyu/SEANLP
package cn.edu.kmust.seanlp.extractor.TFIDF; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; import cn.edu.kmust.seanlp.Config; import cn.edu.kmust.seanlp.Language; import cn.edu.kmust...
src/main/java/cn/edu/kmust/seanlp/extractor/TFIDF/TFIDFKeyword.java
package cn.edu.kmust.seanlp.extractor.TFIDF; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; import cn.edu.kmust.seanlp.Config; import cn.edu.kmust.seanlp.Language; import cn.edu.kmust...
update TF-IDF
src/main/java/cn/edu/kmust/seanlp/extractor/TFIDF/TFIDFKeyword.java
update TF-IDF
Java
apache-2.0
2f044e5e84e8e89de9c5401c676073b88e991d0d
0
researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds
package won.bot.framework.eventbot.action.impl.wonmessage; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import won.bot.framework.eventbot.EventListenerContext; import won.bot.framework.eventbot.action.BaseEventBotActio...
webofneeds/won-bot/src/main/java/won/bot/framework/eventbot/action/impl/wonmessage/PrintWonMessageAction.java
package won.bot.framework.eventbot.action.impl.wonmessage; import java.lang.invoke.MethodHandles; import java.net.URI; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import won.bot.framework.eventbot.EventListenerContext; import won.bot.framework.eventbot.action.BaseEventBotActio...
Replaces string concat within StringBuilder append, with additional appends
webofneeds/won-bot/src/main/java/won/bot/framework/eventbot/action/impl/wonmessage/PrintWonMessageAction.java
Replaces string concat within StringBuilder append, with additional appends
Java
apache-2.0
a3b208dd3af36b9c931b11307b40b72234e1d85b
0
consulo/consulo-java,consulo/consulo-java,consulo/consulo-java,consulo/consulo-java
/* * Copyright 2006 Sascha Weinreuter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java-intellilang/src/main/java/org/intellij/plugins/intelliLang/util/SubstitutedExpressionEvaluationHelper.java
/* * Copyright 2006 Sascha Weinreuter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
compilation fix
java-intellilang/src/main/java/org/intellij/plugins/intelliLang/util/SubstitutedExpressionEvaluationHelper.java
compilation fix
Java
apache-2.0
aaa118e9b5f94f944a242e69a76a058669ad1b87
0
lithiumtech/flow
/* * Copyright 2015 Lithium Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
src/main/java/com/lithium/flow/filer/S3Filer.java
/* * Copyright 2015 Lithium Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
Cleaned up constructor in S3Filer by breaking out static methods
src/main/java/com/lithium/flow/filer/S3Filer.java
Cleaned up constructor in S3Filer by breaking out static methods
Java
apache-2.0
9330d046834882f027fc3ff1f8443dbdced2988f
0
TakWolf/CNode-Material-Design,TakWolf/CNode-Material-Design,TakWolf/CNode-Material-Design
package org.cnodejs.android.md.ui.activity; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLayout; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.wid...
app/src/main/java/org/cnodejs/android/md/ui/activity/MainActivity.java
package org.cnodejs.android.md.ui.activity; import android.content.Intent; import android.os.Bundle; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLayout; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.LinearLayoutManager; import android.sup...
对话框整理
app/src/main/java/org/cnodejs/android/md/ui/activity/MainActivity.java
对话框整理
Java
apache-2.0
7fae388cab8cafe282811f51a818948fdbecb91c
0
QuantumRand/cordova-plugin-geofence,QuantumRand/cordova-plugin-geofence,QuantumRand/cordova-plugin-geofence,QuantumRand/cordova-plugin-geofence
package com.cowbell.cordova.geofence; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.util.Log; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesUtil; import com.google.android.gms.common.api.G...
src/android/GeoNotificationManager.java
package com.cowbell.cordova.geofence; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.util.Log; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesUtil; import com.google.android.gms.common.api.G...
Google Play Services error
src/android/GeoNotificationManager.java
Google Play Services error
Java
apache-2.0
84af44d8abb63061f8bf940200eacefa38e0b168
0
droolsjbpm/droolsjbpm-integration,markcoble/droolsjbpm-integration,baldimir/droolsjbpm-integration,baldimir/droolsjbpm-integration,winklerm/droolsjbpm-integration,jakubschwan/droolsjbpm-integration,reynoldsm88/droolsjbpm-integration,jakubschwan/droolsjbpm-integration,jesuino/droolsjbpm-integration,markcoble/droolsjbpm-...
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
kie-server-parent/kie-server-router/kie-server-router-proxy/src/main/java/org/kie/server/router/KieServerRouter.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
JBPM-5992: Use blocking mode for router (#965)
kie-server-parent/kie-server-router/kie-server-router-proxy/src/main/java/org/kie/server/router/KieServerRouter.java
JBPM-5992: Use blocking mode for router (#965)
Java
apache-2.0
51f996e4f4aec6268f953e1033c70078ba3f7cc4
0
majimena/majimena-petz,majimena/majimena-petz,majimena/majimena-petz,majimena/petz-backend,majimena/petz-backend,majimena/petz-backend
package org.majimena.petical.repository; import org.majimena.petical.domain.ClinicMedicine; import org.majimena.petical.domain.Medicine; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository....
petical-domain/src/main/java/org/majimena/petical/repository/ClinicMedicineRepository.java
package org.majimena.petical.repository; import org.majimena.petical.domain.ClinicMedicine; import org.majimena.petical.domain.Medicine; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository....
fixed setup medicine master query for official data only
petical-domain/src/main/java/org/majimena/petical/repository/ClinicMedicineRepository.java
fixed setup medicine master query for official data only
Java
apache-2.0
e6f0713b9106d573ae32e5d0fdc6677a64c1fd37
0
elephanter/ionic-plugin-keyboard,arangas/ionic-plugin-keyboard,basvanbeek/ionic-plugins-keyboard,Darex1991/ionic-plugin-keyboard,arangas/ionic-plugin-keyboard,lotterfriends/cordova-plugin-ionic-keyboard,lotterfriends/cordova-plugin-ionic-keyboard,driftyco/ionic-plugin-keyboard,Telerik-Verified-Plugins/Keyboard,Cube4Dev...
package com.ionic.keyboard; import org.apache.cordova.CordovaInterface; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.CordovaWebView; import android.graphics.Rect; import android.util.DisplayMetrics; import android.view.View; import android.view.ViewTreeObserver.OnGlobalLayoutListener; public c...
src/android/IonicKeyboard.java
package com.ionic.keyboard; import org.apache.cordova.CordovaInterface; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.CordovaWebView; import android.graphics.Rect; import android.util.DisplayMetrics; import android.view.View; import android.view.ViewTreeObserver.OnGlobalLayoutListener; public c...
fix formatting
src/android/IonicKeyboard.java
fix formatting
Java
apache-2.0
eeeccfd179f94cc09f0888709caa007c027b6628
0
andriydruk/RxDNSSD,andriydruk/RxDNSSD,andriydruk/RxDNSSD,andriydruk/RxDNSSD,andriydruk/RxDNSSD
/* * Copyright (C) 2016 Andriy Druk * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
library/src/main/java/com/github/druk/rxdnssd/RxResolveListener.java
/* * Copyright (C) 2016 Andriy Druk * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
fix checkstyle
library/src/main/java/com/github/druk/rxdnssd/RxResolveListener.java
fix checkstyle
Java
apache-2.0
0a33e7d4df8f810f96a25b214bf7dcc468dbe3a1
0
spadgett/hawkular-metrics,mwringe/hawkular-metrics,spadgett/hawkular-metrics,burmanm/hawkular-metrics,mwringe/hawkular-metrics,jotak/hawkular-metrics,tsegismont/hawkular-metrics,hawkular/hawkular-metrics,jotak/hawkular-metrics,tsegismont/hawkular-metrics,burmanm/hawkular-metrics,pilhuhn/rhq-metrics,ppalaga/hawkular-met...
/* * Copyright 2014-2015 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://w...
api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/filter/TenantFilter.java
/* * Copyright 2014-2015 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://w...
[HWKMETRICS-105] Remove tenant id fallback mechanism. Only way to send tenant id is via request header.
api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/filter/TenantFilter.java
[HWKMETRICS-105] Remove tenant id fallback mechanism. Only way to send tenant id is via request header.
Java
apache-2.0
9e54cef08e9000689a8159baa3b9e8ad43c59743
0
onyxbits/raccoon4
/* * Copyright 2015 Patrick Ahlbrecht * * 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 ...
src/main/java/de/onyxbits/raccoon/gplay/FullAppDescriptionBuilder.java
/* * Copyright 2015 Patrick Ahlbrecht * * 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 ...
cleanup
src/main/java/de/onyxbits/raccoon/gplay/FullAppDescriptionBuilder.java
cleanup
Java
apache-2.0
679ff03d2e548d465e5f575c00afd2bc86d94feb
0
cloudiator/sword,cloudiator/sword
/* * Copyright (c) 2014-2015 University of Ulm * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. 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...
drivers/openstack/src/main/java/de/uniulm/omi/cloudiator/sword/drivers/openstack/strategy/OpenstackCreateVirtualMachineStrategy.java
/* * Copyright (c) 2014-2015 University of Ulm * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. 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...
Enabled auto generation of keypair for openstack jclouds
drivers/openstack/src/main/java/de/uniulm/omi/cloudiator/sword/drivers/openstack/strategy/OpenstackCreateVirtualMachineStrategy.java
Enabled auto generation of keypair for openstack jclouds
Java
apache-2.0
06c1411ab869df9838d6ef8d6ce8600f3db98c72
0
sqrlserverjava/sqrl-server-base,sqrlserverjava/sqrl-server-base,dbadia/sqrl-server-base
package com.github.sqrlserverjava.backchannel; import static junit.framework.TestCase.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import java.io.BufferedReader; import java.io.IOException; import java.io.StringReader; import java.net.URL; import java.util.Bas...
src/test/java/com/github/sqrlserverjava/backchannel/SqrlServerOperationsRealClientDataTest.java
package com.github.sqrlserverjava.backchannel; import static junit.framework.TestCase.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import java.io.BufferedReader; import java.io.IOException; import java.io.StringReader; import java.net.URL; import java.util.Bas...
findbugs fixes
src/test/java/com/github/sqrlserverjava/backchannel/SqrlServerOperationsRealClientDataTest.java
findbugs fixes
Java
apache-2.0
2ba8685a9c4fda12dc34edd6669b304f7e722454
0
VendingOnTime/server-vot
package acceptance.com.vendingontime.backend; import acceptance.com.vendingontime.backend.testutils.E2ETest; import com.vendingontime.backend.models.bodymodels.person.LogInData; import com.vendingontime.backend.models.bodymodels.person.SignUpData; import com.vendingontime.backend.models.person.Person; import com.vendi...
src/test/java/acceptance/com/vendingontime/backend/E2ELogInTest.java
package acceptance.com.vendingontime.backend; import acceptance.com.vendingontime.backend.testutils.E2ETest; import com.vendingontime.backend.models.bodymodels.person.LogInData; import com.vendingontime.backend.models.bodymodels.person.SignUpData; import com.vendingontime.backend.models.person.Person; import com.vendi...
Added new tests to E2ELogInTest
src/test/java/acceptance/com/vendingontime/backend/E2ELogInTest.java
Added new tests to E2ELogInTest
Java
apache-2.0
f37034f7e63defba97f0fbfbd041e86f086d4585
0
treason258/TreCore,treason258/TreCore
package com.mjiayou.trecorelib.helper; import android.content.Context; import com.mjiayou.trecorelib.util.LogUtils; /** * Created by treason on 16/5/14. */ public class UmengHelper { private static final String TAG = UmengHelper.class.getSimpleName(); // 在线参数 public static final String PARAM_TEST = "...
TreCoreLib/src/main/java/com/mjiayou/trecorelib/helper/UmengHelper.java
package com.mjiayou.trecorelib.helper; import android.content.Context; import com.mjiayou.trecorelib.common.Configs; import com.mjiayou.trecorelib.util.LogUtils; import com.umeng.analytics.MobclickAgent; /** * Created by treason on 16/5/14. */ public class UmengHelper { private static final String TAG = Umeng...
更新UmengHelper
TreCoreLib/src/main/java/com/mjiayou/trecorelib/helper/UmengHelper.java
更新UmengHelper
Java
apache-2.0
f645798986ca8881d56add3c58cbb6b07cc7dbe8
0
AromaTech/banana-application-service,RedRoma/aroma-application-service,RedRoma/banana-application-service,AromaTech/banana-application-service,RedRoma/banana-application-service,RedRoma/aroma-application-service
/* * Copyright 2016 RedRoma, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
src/test/java/tech/aroma/application/service/reactions/actions/SendPushNotificationActionTest.java
/* * Copyright 2016 RedRoma, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
SendPushNotificationAction: Updating Business Logic
src/test/java/tech/aroma/application/service/reactions/actions/SendPushNotificationActionTest.java
SendPushNotificationAction: Updating Business Logic
Java
apache-2.0
4f590d2d17e19c8fdfe42271c59bb3f7065a26b9
0
ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe
package com.ctrip.xpipe.redis.keeper.config; import com.ctrip.xpipe.api.config.Config; import com.ctrip.xpipe.api.foundation.FoundationService; import com.ctrip.xpipe.config.CompositeConfig; import com.ctrip.xpipe.config.DefaultFileConfig; import com.ctrip.xpipe.config.DefaultPropertyConfig; import com.ctrip.xpipe.re...
redis/redis-keeper/src/main/java/com/ctrip/xpipe/redis/keeper/config/DefaultKeeperConfig.java
package com.ctrip.xpipe.redis.keeper.config; import com.ctrip.xpipe.redis.core.config.AbstractCoreConfig; /** * @author marsqing * * May 25, 2016 11:12:35 AM */ public class DefaultKeeperConfig extends AbstractCoreConfig implements KeeperConfig { public static final String KEY_REPLICATION_STORE_GC_INT...
change KeeperConfig to be compitable with file config
redis/redis-keeper/src/main/java/com/ctrip/xpipe/redis/keeper/config/DefaultKeeperConfig.java
change KeeperConfig to be compitable with file config
Java
bsd-3-clause
0f460a32218e71317d5e20a46e065c2af3546a59
0
krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen
/** * <p> * Description: NewSpecimenBizLogicHDAO is used to add new specimen information * into the database using Hibernate. * </p> * Copyright: Copyright (c) year Company: Washington University, School of * Medicine, St. Louis. * @version Suite V1.1 Code re factoring on 15th May 2008 */ package edu...
WEB-INF/src/edu/wustl/catissuecore/bizlogic/NewSpecimenBizLogic.java
/** * <p> * Description: NewSpecimenBizLogicHDAO is used to add new specimen information * into the database using Hibernate. * </p> * Copyright: Copyright (c) year Company: Washington University, School of * Medicine, St. Louis. * @version Suite V1.1 Code re factoring on 15th May 2008 */ package edu...
fixed bug 15699 SVN-Revision: 24038
WEB-INF/src/edu/wustl/catissuecore/bizlogic/NewSpecimenBizLogic.java
fixed bug 15699
Java
bsd-3-clause
8e2221f95a4c846d87f271c3ce8195938ee3945a
0
NCIP/camod,NCIP/camod,NCIP/camod,NCIP/camod
/** * * $Id: EngineeredTransgeneManagerImpl.java,v 1.32 2006-05-23 15:54:18 pandyas Exp $ * * $Log: not supported by cvs2svn $ * Revision 1.31 2006/05/22 18:40:01 pandyas * Modifed mgiNumber due to change from number to varchar * * Revision 1.30 2006/05/22 17:47:02 pandyas * Modified so we e-mail when oth...
src/gov/nih/nci/camod/service/impl/EngineeredTransgeneManagerImpl.java
/** * * $Id: EngineeredTransgeneManagerImpl.java,v 1.31 2006-05-22 18:40:01 pandyas Exp $ * * $Log: not supported by cvs2svn $ * Revision 1.30 2006/05/22 17:47:02 pandyas * Modified so we e-mail when otherScientificName is chosen - was reversed * * Revision 1.29 2006/05/22 17:27:03 pandyas * OrganManagerS...
Fixed code for species - not required and must be nulled out when editing SVN-Revision: 2145
src/gov/nih/nci/camod/service/impl/EngineeredTransgeneManagerImpl.java
Fixed code for species - not required and must be nulled out when editing
Java
bsd-3-clause
b550167ab72e7833ac16ba5dfc6f51589d896094
0
HowardLander/DataBridge,HowardLander/DataBridge,HowardLander/DataBridge,HowardLander/DataBridge
package org.renci.databridge.persistence.metadata; import java.util.*; public class CollectionTransferObject { private String URL; private String title; private String description; // Free text metadata about the study private String producer; // Producer of the collection private String subjec...
persistence/src/main/java/org/renci/databridge/persistence/metadata/CollectionTransferObject.java
package org.renci.databridge.persistence.metadata; import java.util.*; public class CollectionTransferObject { private String URL; private String title; private String description; // Free text metadata about the study private String producer; // Producer of the collection private String subjec...
Removed the unused files variable and the associated getter and setter.
persistence/src/main/java/org/renci/databridge/persistence/metadata/CollectionTransferObject.java
Removed the unused files variable and the associated getter and setter.
Java
mit
fa18e4adbcc5f9c5ecffa395d5ce270d9945f552
0
NineWorlds/xstreamer,NineWorlds/xstreamer,NineWorlds/xstreamer,NineWorlds/xstreamer
package us.nineworlds.xstreamer.jface.listviewer; import org.eclipse.jface.viewers.ListViewer; import org.eclipse.swt.widgets.Composite; public class XStreamerListViewer extends ListViewer { public XStreamerListViewer(Composite parent, int flags) { super(parent, flags); } @Override public void listRemoveAll(...
bundles/us.nineworlds.xstreamer/src/us/nineworlds/xstreamer/jface/listviewer/XStreamerListViewer.java
package us.nineworlds.xstreamer.jface.listviewer; import org.eclipse.jface.viewers.ListViewer; import org.eclipse.swt.widgets.Composite; public class XStreamerListViewer extends ListViewer { public XStreamerListViewer(Composite parent, int flags) { super(parent, flags); } @Override public void listRemoveAll(...
Update XStreamerListViewer
bundles/us.nineworlds.xstreamer/src/us/nineworlds/xstreamer/jface/listviewer/XStreamerListViewer.java
Update XStreamerListViewer