lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
d5db675806a999a811c9a8ae0dc958918da6da5f
0
zznate/intravert-ug
package org.usergrid.vx.experimental; import com.google.common.base.Preconditions; import org.apache.cassandra.db.ConsistencyLevel; import java.io.Serializable; import java.util.Map; import java.util.TreeMap; import java.util.concurrent.atomic.AtomicInteger; public class IntraOp implements Serializable{ public sta...
src/main/java/org/usergrid/vx/experimental/IntraOp.java
package org.usergrid.vx.experimental; import com.google.common.base.Preconditions; import org.apache.cassandra.db.ConsistencyLevel; import java.io.Serializable; import java.util.Map; import java.util.TreeMap; import java.util.concurrent.atomic.AtomicInteger; public class IntraOp implements Serializable{ public sta...
fix typo on using arg in message
src/main/java/org/usergrid/vx/experimental/IntraOp.java
fix typo on using arg in message
Java
apache-2.0
5ddaa818bc1498b39bbce09ffa06a02a081f0f28
0
dimone-kun/cuba,cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba,cuba-platform/cuba,dimone-kun/cuba
/* * Copyright (c) 2008-2016 Haulmont. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
modules/core/src/com/haulmont/cuba/core/sys/dbupdate/DbUpdaterEngine.java
/* * Copyright (c) 2008-2016 Haulmont. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
PL-7758 Run app component's init scripts after adding the component when updating database by app server
modules/core/src/com/haulmont/cuba/core/sys/dbupdate/DbUpdaterEngine.java
PL-7758 Run app component's init scripts after adding the component when updating database by app server
Java
apache-2.0
22c7c28cc110a37e4ccfaf2c30fe992a4a681a8c
0
wildfly-security/wildfly-elytron,wildfly-security/wildfly-elytron
/* * JBoss, Home of Professional Open Source. * Copyright 2014 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 Licen...
src/main/java/org/wildfly/security/sasl/gssapi/GssapiServer.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014 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 Licen...
[ELY-1003] Update GssapiServer mechanism to use ServerCredentialCallback to obtain GSSCredential.
src/main/java/org/wildfly/security/sasl/gssapi/GssapiServer.java
[ELY-1003] Update GssapiServer mechanism to use ServerCredentialCallback to obtain GSSCredential.
Java
apache-2.0
103276c53bb2948f82258747f0884002135dd826
0
apache/commons-math,apache/commons-math,apache/commons-math,apache/commons-math
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/math4/ml/clustering/MiniBatchKMeansClusterer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
Javadoc.
src/main/java/org/apache/commons/math4/ml/clustering/MiniBatchKMeansClusterer.java
Javadoc.
Java
apache-2.0
6a0c727ca1fac37c46509f81dd85717d5221fabb
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2005 Columbia University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
test/edu/columbia/gemma/loader/expression/mage/MageLoadTest.java
/* * The Gemma project * * Copyright (c) 2005 Columbia University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
Now getting MageMLConverter from spring. Changed resource path.
test/edu/columbia/gemma/loader/expression/mage/MageLoadTest.java
Now getting MageMLConverter from spring. Changed resource path.
Java
apache-2.0
71b8560d4578f64eae9a9f1fddc8256e6c418a53
0
IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service
package org.ihtsdo.otf.mapping.jpa.handlers; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import javax.persistence.EntityManager; import org.apache.log4j.Logger; import org.ihtsdo.otf.mappin...
jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/handlers/ICD10CMProjectSpecificAlgorithmHandler.java
package org.ihtsdo.otf.mapping.jpa.handlers; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import javax.persistence.EntityManager; import org.apache.log4j.Logger; import org.ihtsdo.otf.mappin...
MSSP - NPE when 2nd map entry has null targetId
jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/handlers/ICD10CMProjectSpecificAlgorithmHandler.java
MSSP - NPE when 2nd map entry has null targetId
Java
apache-2.0
3a09b730015b92fbb6a87a9e913c91f757f0cbc3
0
wangyuesong/maven,Distrotech/maven,trajano/maven,barthel/maven,apache/maven,keith-turner/maven,xasx/maven,apache/maven,barthel/maven,wangyuesong0/maven,pkozelka/maven,stephenc/maven,atanasenko/maven,atanasenko/maven,stephenc/maven,likaiwalkman/maven,rogerchina/maven,atanasenko/maven,mizdebsk/maven,kidaa/maven-1,changba...
package org.apache.maven.plugin; /* * Copyright 2001-2004 The Apache Software Foundation. Licensed under the Apache * License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 Unless ...
maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java
package org.apache.maven.plugin; /* * Copyright 2001-2004 The Apache Software Foundation. Licensed under the Apache * License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 Unless ...
*** empty log message *** git-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@163219 13f79535-47bb-0310-9956-ffa450edef68
maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java
*** empty log message ***
Java
apache-2.0
8182d136e68b7586cc84d69c94b068afb02faab1
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
package org.slc.sli.ingestion.model; import org.apache.commons.lang.time.FastDateFormat; /** * Model for metrics of an ingestion job with resolution into its stage and resource * * @author dduran * */ public class Metrics { private String resourceId; private String sourceIp; private String hostnam...
sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/model/Metrics.java
package org.slc.sli.ingestion.model; import org.apache.commons.lang.time.FastDateFormat; /** * Model for metrics of an ingestion job with resolution into its stage and resource * * @author dduran * */ public class Metrics { private String resourceId; private String sourceIp; private String hostna...
add static factory method
sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/model/Metrics.java
add static factory method
Java
apache-2.0
5176f981681c1dfab1ec4bfbb55f6b4e6b8964ef
0
chrisengelsma/jtk,askogvold/jtk,chrisengelsma/jtk,ctrueden/jtk,dhale/jtk,dhale/jtk,MinesJTK/jtk,voltnor/jtk,chrisengelsma/jtk,ctrueden/jtk,voltnor/jtk,ctrueden/jtk,dhale/jtk,MinesJTK/jtk,voltnor/jtk,MinesJTK/jtk,voltnor/jtk,askogvold/jtk,ctrueden/jtk,askogvold/jtk,askogvold/jtk
/**************************************************************************** Copyright (c) 2003, Landmark Graphics and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is available at ht...
src/edu/mines/jtk/util/Almost.java
/**************************************************************************** Copyright (c) 2003, Landmark Graphics and others. All rights reserved. This program and accompanying materials are made available under the terms of the Common Public License - v1.0, which accompanies this distribution, and is available at ht...
Use minimum value in rare cases that two numbers differ by less than this amount.
src/edu/mines/jtk/util/Almost.java
Use minimum value in rare cases that two numbers differ by less than this amount.
Java
apache-2.0
75b778af78fa596ef1fc8d24afb96e9a5edbba0f
0
liduanw/bitherj,liduanw/bitherj,bither/bitherj,bither/bitherj
/* * Copyright 2014 http://Bither.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
bitherj/src/main/java/net/bither/bitherj/core/AddressManager.java
/* * Copyright 2014 http://Bither.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
if add an address that already in trash list, will restore this address from trash list
bitherj/src/main/java/net/bither/bitherj/core/AddressManager.java
if add an address that already in trash list, will restore this address from trash list
Java
bsd-3-clause
676ba932cd09a9f1b425a4f31c85d5a23eea5b54
0
team-worthwhile/worthwhile,team-worthwhile/worthwhile
package edu.kit.iti.formal.pse.worthwhile.typesystem; import java.math.BigInteger; import org.eclipse.emf.ecore.EObject; import de.itemis.xtext.typesystem.trace.TypeCalculationTrace; import edu.kit.iti.formal.pse.worthwhile.model.ast.ArrayLiteral; import edu.kit.iti.formal.pse.worthwhile.model.ast.ArrayType; import ...
implementierung/src/worthwhile/src/edu/kit/iti/formal/pse/worthwhile/typesystem/WorthwhileTypesystem.java
package edu.kit.iti.formal.pse.worthwhile.typesystem; import java.math.BigInteger; import org.eclipse.emf.ecore.EObject; import de.itemis.xtext.typesystem.trace.TypeCalculationTrace; import edu.kit.iti.formal.pse.worthwhile.model.ast.ArrayLiteral; import edu.kit.iti.formal.pse.worthwhile.model.ast.ArrayType; import ...
[typesystem] Apply Checkstyle and formatter, remove unnecessary constructor
implementierung/src/worthwhile/src/edu/kit/iti/formal/pse/worthwhile/typesystem/WorthwhileTypesystem.java
[typesystem] Apply Checkstyle and formatter, remove unnecessary constructor
Java
mit
40daf911da1432eb79e3db0a6b9e391e89e9eaea
0
cloudfakers/rhymestore,cloudfakers/rhymestore
/** * The Rhymestore project. * * This application 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 under * version 3 of the License * * This application is distributed in the hope that it will be...
src/main/java/com/rhymestore/web/controller/RhymeController.java
/** * The Rhymestore project. * * This application 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 under * version 3 of the License * * This application is distributed in the hope that it will be...
Added rhyme length check
src/main/java/com/rhymestore/web/controller/RhymeController.java
Added rhyme length check
Java
mit
368ca1152fdb58dc581613804e120f7ff7c81832
0
KitchenStudio/shcx,KitchenStudio/shcx,KitchenStudio/shcx
package org.kitchenstudio; import java.util.ArrayList; import java.util.List; import org.kitchenstudio.entity.Company; import org.kitchenstudio.entity.Driver; import org.kitchenstudio.entity.Product; import org.kitchenstudio.entity.ProductCategory; import org.kitchenstudio.entity.ProductSpecification; import org.kitc...
shcx/src/main/java/org/kitchenstudio/DatabaseInit.java
package org.kitchenstudio; import java.util.ArrayList; import java.util.List; import org.kitchenstudio.entity.Company; import org.kitchenstudio.entity.Driver; import org.kitchenstudio.entity.Product; import org.kitchenstudio.entity.ProductCategory; import org.kitchenstudio.entity.ProductSpecification; import org.kitc...
完善产品数据
shcx/src/main/java/org/kitchenstudio/DatabaseInit.java
完善产品数据
Java
mit
6056c40337b188975df03c74ab617caab36ebcf1
0
infsci2560fa16/full-stack-web-project-howelljoshua,infsci2560fa16/full-stack-web-project-howelljoshua,infsci2560fa16/full-stack-web-project-howelljoshua,infsci2560fa16/full-stack-web-project-howelljoshua
import java.sql.*; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import java.net.URI; import java.net.URISyntaxException; import static spark.Spark.*; import spark.template.freemarker.FreeMarkerEngine; import spark.ModelAndView; import static spark.Spark.get; import com.heroku.sdk.jdbc.Dat...
src/main/java/Main.java
import java.sql.*; import java.util.HashMap; import java.util.ArrayList; import java.util.Map; import java.net.URI; import java.net.URISyntaxException; import static spark.Spark.*; import spark.template.freemarker.FreeMarkerEngine; import spark.ModelAndView; import static spark.Spark.get; import com.heroku.sdk.jdbc.Dat...
ReqRes added
src/main/java/Main.java
ReqRes added
Java
mit
1a52f25265a1cd0283da009c9035e9b7d61940b5
0
hypfvieh/dbus-java
package org.freedesktop.dbus.utils.generator; import java.io.File; import java.io.IOException; import java.io.StringReader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.stream.Colle...
dbus-java-utils/src/main/java/org/freedesktop/dbus/utils/generator/InterfaceCodeGenerator.java
package org.freedesktop.dbus.utils.generator; import java.io.File; import java.io.IOException; import java.io.StringReader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.stream.Colle...
#53 -> Object path is no longer hard-coded
dbus-java-utils/src/main/java/org/freedesktop/dbus/utils/generator/InterfaceCodeGenerator.java
#53 -> Object path is no longer hard-coded
Java
epl-1.0
d486f486b118640e67733ca9a4db51368e05cc37
0
inocybe/odl-controller,opendaylight/controller,inocybe/odl-controller
/* * Copyright (c) 2015 Huawei Technologies Co., Ltd. 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 */ p...
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java
/* * Copyright (c) 2015 Huawei Technologies Co., Ltd. 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 */ p...
Reduce logging in QuarantinedMonitorActor The QuarantinedMonitorActor logs every AssociationErrorEvent as warn which causes a lot of output when a peer node is down as akka raises a conneciton-refused event every 5 sec until it re-connects. Since we're only interested in the specific quarantined event, which is logged...
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/common/actor/QuarantinedMonitorActor.java
Reduce logging in QuarantinedMonitorActor
Java
epl-1.0
fe797ec90ac41dde92af130610e7d343148a454d
0
boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor
// The MIT License (MIT) // // Copyright (c) 2015, 2016 Arian Fornaris // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to...
source/phasereditor/phasereditor.canvas.ui/src/phasereditor/canvas/ui/editors/ObjectCanvas.java
// The MIT License (MIT) // // Copyright (c) 2015, 2016 Arian Fornaris // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to...
Canvas: fix position of dropped object when snapping is on.
source/phasereditor/phasereditor.canvas.ui/src/phasereditor/canvas/ui/editors/ObjectCanvas.java
Canvas: fix position of dropped object when snapping is on.
Java
mpl-2.0
20c7a5a497691de953e8c9a4638da91d39c669ea
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
package org.helioviewer.jhv.gui.components; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; im...
src/org/helioviewer/jhv/gui/components/MoviePanel.java
package org.helioviewer.jhv.gui.components; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; im...
Implement skip back/forward
src/org/helioviewer/jhv/gui/components/MoviePanel.java
Implement skip back/forward
Java
agpl-3.0
0b7e9a247f2b6d292a2f5f78323790a6786632a0
0
SilverYoCha/Silverpeas-Core,ebonnet/Silverpeas-Core,ebonnet/Silverpeas-Core,SilverDav/Silverpeas-Core,Silverpeas/Silverpeas-Core,ebonnet/Silverpeas-Core,ebonnet/Silverpeas-Core,auroreallibe/Silverpeas-Core,mmoqui/Silverpeas-Core,SilverDav/Silverpeas-Core,ebonnet/Silverpeas-Core,SilverTeamWork/Silverpeas-Core,aurorealli...
/* * Copyright (C) 2000 - 2013 Silverpeas * * 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. * * As a spec...
web-core/src/main/java/com/silverpeas/sharing/services/JpaSharingTicketService.java
/* * Copyright (C) 2000 - 2013 Silverpeas * * 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. * * As a spec...
migrate web-core:com.silverpeas.sharing fixing a Spring transactional instead of standard javax transactional
web-core/src/main/java/com/silverpeas/sharing/services/JpaSharingTicketService.java
migrate web-core:com.silverpeas.sharing fixing a Spring transactional instead of standard javax transactional
Java
agpl-3.0
08b7167836764cd5110d6f1f9c614e858074b486
0
Audiveris/audiveris,Audiveris/audiveris
//----------------------------------------------------------------------------// // // // S c o r e V i e w // // ...
src/main/omr/score/ScoreView.java
//----------------------------------------------------------------------------// // // // S c o r e V i e w // // ...
Cleaning
src/main/omr/score/ScoreView.java
Cleaning
Java
agpl-3.0
3d3fcde35d0ba5dbe1b0f5b0067573120340f9e5
0
Heiner1/AndroidAPS,jotomo/AndroidAPS,PoweRGbg/AndroidAPS,Heiner1/AndroidAPS,PoweRGbg/AndroidAPS,PoweRGbg/AndroidAPS,MilosKozak/AndroidAPS,MilosKozak/AndroidAPS,jotomo/AndroidAPS,Heiner1/AndroidAPS,Heiner1/AndroidAPS,winni67/AndroidAPS,jotomo/AndroidAPS,winni67/AndroidAPS,MilosKozak/AndroidAPS
package info.nightscout.androidaps.plugins.Insulin; import com.squareup.otto.Bus; import info.nightscout.androidaps.MainApp; import info.nightscout.androidaps.R; import info.nightscout.androidaps.data.Iob; import info.nightscout.androidaps.data.Profile; import info.nightscout.androidaps.plugins.ConfigBuilder.ProfileF...
app/src/main/java/info/nightscout/androidaps/plugins/Insulin/InsulinOrefBasePlugin.java
package info.nightscout.androidaps.plugins.Insulin; import com.squareup.otto.Bus; import info.nightscout.androidaps.MainApp; import info.nightscout.androidaps.R; import info.nightscout.androidaps.data.Iob; import info.nightscout.androidaps.plugins.ConfigBuilder.ProfileFunctions; import info.nightscout.androidaps.plug...
Query for profile only once
app/src/main/java/info/nightscout/androidaps/plugins/Insulin/InsulinOrefBasePlugin.java
Query for profile only once
Java
unlicense
43f408e09534f034a28a0ca4d44f446e847ae152
0
Iktwo/ADN-SpotifyStreamer
package com.iktwo.spotifystreamer; import android.os.AsyncTask; import android.util.Log; import com.squareup.okhttp.CacheControl; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Request; import com.squareup.okhttp.Response; import java.io.IOException; import java.util.ArrayList; public class Htt...
app/src/main/java/com/iktwo/spotifystreamer/HttpAsyncRequest.java
package com.iktwo.spotifystreamer; import android.os.AsyncTask; import android.util.Log; import com.squareup.okhttp.CacheControl; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Request; import com.squareup.okhttp.Response; import java.io.IOException; import java.util.ArrayList; public class Htt...
Fix warning message
app/src/main/java/com/iktwo/spotifystreamer/HttpAsyncRequest.java
Fix warning message
Java
apache-2.0
654e27ec91116029dfffea6aaae825a1dac799aa
0
zhoffice/cas,zhoffice/cas,zhoffice/cas,zhoffice/cas
package org.apereo.cas.support.saml.web.idp.profile.builders; import net.shibboleth.idp.attribute.IdPAttribute; import net.shibboleth.idp.attribute.IdPAttributeValue; import net.shibboleth.idp.attribute.StringAttributeValue; import net.shibboleth.idp.saml.attribute.encoding.impl.SAML2StringNameIDEncoder; import org.ap...
cas-server-support-saml-idp/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/SamlProfileSamlNameIdBuilder.java
package org.apereo.cas.support.saml.web.idp.profile.builders; import net.shibboleth.idp.attribute.IdPAttribute; import net.shibboleth.idp.attribute.IdPAttributeValue; import net.shibboleth.idp.attribute.StringAttributeValue; import net.shibboleth.idp.saml.attribute.encoding.impl.SAML2StringNameIDEncoder; import org.ap...
Added required name id
cas-server-support-saml-idp/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/SamlProfileSamlNameIdBuilder.java
Added required name id
Java
apache-2.0
040f3b4a017e04300b9b9b0c86e9c898d717218f
0
f2prateek/android-couchpotato
/* * Copyright 2014 Prateek Srivastava * * 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...
couchpotato/src/main/java/com/f2prateek/couchpotato/ui/activities/MovieActivity.java
/* * Copyright 2014 Prateek Srivastava * * 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...
Unsubscribe from subscriptions in MovieActivity
couchpotato/src/main/java/com/f2prateek/couchpotato/ui/activities/MovieActivity.java
Unsubscribe from subscriptions in MovieActivity
Java
apache-2.0
49203981ee544f1443c40991cc2adcf319345562
0
infochimps-forks/titan,mwpnava/titan,kangkot/titan,thinkaurelius/titan,jankotek/titan,kalatestimine/titan,dylanht/titan,jankotek/titan,wangbf/titan,mwpnava/titan,mbrukman/titan,xlcupid/titan,fengshao0907/titan,jamestyack/titan,thinkaurelius/titan,mbrukman/titan,elubow/titan,samanalysis/titan,infochimps-forks/titan,Thia...
package com.thinkaurelius.titan.blueprints; import com.google.common.collect.ImmutableSet; import com.thinkaurelius.titan.StorageSetup; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.diskstorage.StorageException; import com.tinkerpop.blueprints.EdgeTestSuite; import com.tinkerpop.blue...
titan-test/src/main/java/com/thinkaurelius/titan/blueprints/TitanBlueprintsTest.java
package com.thinkaurelius.titan.blueprints; import com.google.common.collect.ImmutableSet; import com.thinkaurelius.titan.StorageSetup; import com.thinkaurelius.titan.core.TitanFactory; import com.thinkaurelius.titan.diskstorage.StorageException; import com.tinkerpop.blueprints.EdgeTestSuite; import com.tinkerpop.blue...
needed to disable testDataTypeValidationOnProperties because MockSerializable has no equals implementation and hence Titan cannot verify de/serialization. Revert when https://github.com/tinkerpop/blueprints/issues/374 is fixed.
titan-test/src/main/java/com/thinkaurelius/titan/blueprints/TitanBlueprintsTest.java
needed to disable testDataTypeValidationOnProperties because MockSerializable has no equals implementation and hence Titan cannot verify de/serialization. Revert when https://github.com/tinkerpop/blueprints/issues/374 is fixed.
Java
apache-2.0
15040c45f7be4484947d5a516f28bb105558b7f9
0
raphw/byte-buddy,raphw/byte-buddy,raphw/byte-buddy
/* * Copyright 2014 - Present Rafael Winterhalter * * 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...
byte-buddy-gradle-plugin/src/main/java/net/bytebuddy/build/gradle/Transformation.java
/* * Copyright 2014 - Present Rafael Winterhalter * * 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...
Update Transformation.java
byte-buddy-gradle-plugin/src/main/java/net/bytebuddy/build/gradle/Transformation.java
Update Transformation.java
Java
apache-2.0
b1655b860dda8ec4fccabf0c888828f3c552e0bd
0
IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl
/* * Copyright 2017 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 ...
snomed/com.b2international.snowowl.snomed.api.rest.tests/src/com/b2international/snowowl/snomed/api/rest/SnomedClassificationRestRequests.java
/* * Copyright 2017 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 ...
SO-1830: Remove unused query parameter
snomed/com.b2international.snowowl.snomed.api.rest.tests/src/com/b2international/snowowl/snomed/api/rest/SnomedClassificationRestRequests.java
SO-1830: Remove unused query parameter
Java
apache-2.0
bf4a460e4c8ae9c772f99fad69ebecd42849496b
0
superbderrick/ExoPlayer,ened/ExoPlayer,androidx/media,MaTriXy/ExoPlayer,superbderrick/ExoPlayer,ebr11/ExoPlayer,KiminRyu/ExoPlayer,saki4510t/ExoPlayer,ened/ExoPlayer,tntcrowd/ExoPlayer,saki4510t/ExoPlayer,ebr11/ExoPlayer,androidx/media,androidx/media,MaTriXy/ExoPlayer,kiall/ExoPlayer,google/ExoPlayer,ened/ExoPlayer,sta...
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
library/core/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Fix typo in Id3Decoder ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=163694825
library/core/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java
Fix typo in Id3Decoder
Java
apache-2.0
8a853190fcf521dbc2bfe478fb95e5b210f2dc07
0
real-logic/benchmarks,real-logic/benchmarks,real-logic/benchmarks
/* * Copyright 2015-2022 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
benchmarks-aeron/src/main/java/uk/co/real_logic/benchmarks/aeron/remote/AeronUtil.java
/* * Copyright 2015-2022 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
[Java] More cleanup.
benchmarks-aeron/src/main/java/uk/co/real_logic/benchmarks/aeron/remote/AeronUtil.java
[Java] More cleanup.
Java
apache-2.0
3a4ae3026489b0e9091bdf73c6169deec8c732c4
0
uberVU/elasticsearch-river-github
package com.ubervu.river.github; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonStreamParser; import org.elasticsearch.action.bulk.BulkProcessor; import org.elasticsearch.action.bulk.BulkRequest; import org.elasticsearch.action.bulk.B...
src/main/java/com/ubervu/river/github/GitHubRiver.java
package com.ubervu.river.github; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonStreamParser; import org.elasticsearch.action.bulk.BulkProcessor; import org.elasticsearch.action.bulk.BulkRequest; import org.elasticsearch.action.bulk.B...
don't need to overwrite milestone data anymore
src/main/java/com/ubervu/river/github/GitHubRiver.java
don't need to overwrite milestone data anymore
Java
apache-2.0
bc0e4f31911bf0e3170b2de650889531f1d37248
0
OpenHFT/Chronicle-Wire,OpenHFT/Chronicle-Wire
/* * Copyright 2016 higherfrequencytrading.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
src/main/java/net/openhft/chronicle/wire/ValueOut.java
/* * Copyright 2016 higherfrequencytrading.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
added @NotNull default WireOut text(char c) { return text(Wires.acquireStringBuilder().append(c)); }
src/main/java/net/openhft/chronicle/wire/ValueOut.java
added @NotNull default WireOut text(char c) { return text(Wires.acquireStringBuilder().append(c)); }
Java
apache-2.0
4cc48aae1f28cd5c4fefc3313f6d4291aa06e7da
0
mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase,mapr/hbase
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestGet.java
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
HBASE-10078 Dynamic Filter - Not using DynamicClassLoader when using FilterList git-svn-id: eacefbb430aa6993bec52677de2e7e10bea24366@1556025 13f79535-47bb-0310-9956-ffa450edef68
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestGet.java
HBASE-10078 Dynamic Filter - Not using DynamicClassLoader when using FilterList
Java
apache-2.0
34edbb6a387a3b9f9d8d8fe9425261cde37d3d01
0
pmoerenhout/camel,gnodet/camel,nicolaferraro/camel,ullgren/camel,nikhilvibhav/camel,nicolaferraro/camel,tdiesler/camel,gnodet/camel,pmoerenhout/camel,apache/camel,davidkarlsen/camel,cunningt/camel,christophd/camel,tadayosi/camel,pax95/camel,tdiesler/camel,mcollovati/camel,alvinkwekel/camel,gnodet/camel,nicolaferraro/ca...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestAdviceWithTest.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...
(fix) CAMEL-13162: Fixed rest-dsl advice-with using inlined route with route id and replacing from should not append routeId as uri parameter.
core/camel-core/src/test/java/org/apache/camel/component/rest/FromRestAdviceWithTest.java
(fix) CAMEL-13162: Fixed rest-dsl advice-with using inlined route with route id and replacing from should not append routeId as uri parameter.
Java
apache-2.0
03260bb2287e724cc2699b703538a99eee1a09aa
0
androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/andro...
/* * Copyright 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/Camera2CameraImpl.java
/* * Copyright 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
BUGFIX: memory leak in Camera2CameraImpl Root case: SessionConfig holds refenereces to use cases. When all use cases are removed from Camera2CameraImpl, aka when the camera is offline, CaptureSession still holds a reference to SessionConfig. Fix: clear CaptureSession if all use cases are removed in Camera2CameraImpl...
camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/Camera2CameraImpl.java
BUGFIX: memory leak in Camera2CameraImpl
Java
apache-2.0
69afa30667019d02e16eea2b62d79e6d59023f79
0
FITeagle/core
package org.fiteagle.core.repository.dm; import java.util.logging.Level; import java.util.logging.Logger; import javax.ejb.ActivationConfigProperty; import javax.ejb.MessageDriven; import javax.jms.ConnectionFactory; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.Message; import javax.j...
resourcerepository/src/main/java/org/fiteagle/core/repository/dm/ResourceRepositoryMDB.java
package org.fiteagle.core.repository.dm; import java.util.logging.Level; import java.util.logging.Logger; import javax.ejb.ActivationConfigProperty; import javax.ejb.MessageDriven; import javax.jms.ConnectionFactory; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.Message; import javax.j...
cleanup
resourcerepository/src/main/java/org/fiteagle/core/repository/dm/ResourceRepositoryMDB.java
cleanup
Java
apache-2.0
5318cdbfe1d8823550fd582673664c3b31800d3e
0
jruesga/rview,jruesga/rview,jruesga/rview
/* * Copyright (C) 2016 Jorge Ruesga * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java
/* * Copyright (C) 2016 Jorge Ruesga * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Do not enable/disable swipe layout in change details activity because is causing problem with all those nested scrolls Signed-off-by: Jorge Ruesga <33f927344e079e00d3fa45d8833b04e735223eec@ruesga.com>
app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java
Do not enable/disable swipe layout in change details activity because is causing problem with all those nested scrolls
Java
apache-2.0
adb05753a7566708b54ee002aee218829446931e
0
jdillon/orientdb,orientechnologies/orientdb,wyzssw/orientdb,tempbottle/orientdb,cstamas/orientdb,orientechnologies/orientdb,intfrr/orientdb,alonsod86/orientdb,mmacfadden/orientdb,wouterv/orientdb,wyzssw/orientdb,mbhulin/orientdb,giastfader/orientdb,giastfader/orientdb,wouterv/orientdb,tempbottle/orientdb,rprabhat/orien...
package com.tinkerpop.blueprints.impls.orient; import com.orientechnologies.common.io.OFileUtils; import com.orientechnologies.common.log.OLogManager; import com.orientechnologies.common.util.OCallable; import com.orientechnologies.orient.core.command.OCommandRequest; import com.orientechnologies.orient.core.command.t...
graphdb/src/main/java/com/tinkerpop/blueprints/impls/orient/OrientBaseGraph.java
package com.tinkerpop.blueprints.impls.orient; import com.orientechnologies.common.io.OFileUtils; import com.orientechnologies.common.log.OLogManager; import com.orientechnologies.common.util.OCallable; import com.orientechnologies.orient.core.command.OCommandRequest; import com.orientechnologies.orient.core.command.t...
BP: added CLUSTER: prefix in addEdge() to specify a cluster for edges
graphdb/src/main/java/com/tinkerpop/blueprints/impls/orient/OrientBaseGraph.java
BP: added CLUSTER: prefix in addEdge() to specify a cluster for edges
Java
apache-2.0
db974fbace0d893f21771ab3a24e28b8919946a6
0
avinogradovgg/ignite,vldpyatkov/ignite,shroman/ignite,vldpyatkov/ignite,arijitt/incubator-ignite,xtern/ignite,vldpyatkov/ignite,abhishek-ch/incubator-ignite,akuznetsov-gridgain/ignite,chandresh-pancholi/ignite,leveyj/ignite,NSAmelchev/ignite,gargvish/ignite,apacheignite/ignite,alexzaitzev/ignite,ryanzz/ignite,alexzaitz...
/* * 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 ...
modules/spring/src/test/java/org/apache/ignite/internal/GridFactorySelfTest.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 ...
# ignite-45 added test for Ignition.start()
modules/spring/src/test/java/org/apache/ignite/internal/GridFactorySelfTest.java
# ignite-45 added test for Ignition.start()
Java
apache-2.0
bde2275eaee0760f551092da036ecb9d37e3c7ab
0
jenkinsci/ez-templates-plugin,jenkinsci/ez-templates-plugin,jenkinsci/ez-templates-plugin
package com.joelj.jenkins.eztemplates.exclusion; import com.google.common.collect.Lists; import com.joelj.jenkins.eztemplates.utils.EzReflectionUtils; import hudson.model.AbstractProject; import hudson.model.ChoiceParameterDefinition; import hudson.model.ParameterDefinition; import hudson.model.ParametersDefinitionPro...
src/main/java/com/joelj/jenkins/eztemplates/exclusion/JobParametersExclusion.java
package com.joelj.jenkins.eztemplates.exclusion; import com.joelj.jenkins.eztemplates.utils.EzReflectionUtils; import hudson.model.AbstractProject; import hudson.model.ParameterDefinition; import hudson.model.ParametersDefinitionProperty; import java.util.Collections; import java.util.Iterator; import java.util.Linke...
Bugfix: JENKINS-37399 Updates to a Choice Parameter are not synchronised
src/main/java/com/joelj/jenkins/eztemplates/exclusion/JobParametersExclusion.java
Bugfix: JENKINS-37399 Updates to a Choice Parameter are not synchronised
Java
bsd-2-clause
8660dc8d87732e6fb56eb8d8228c886904a18040
0
GandhiCorn/Ryhmae57-OHTU-miniprojekti
package ryhma57.gui; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.EnumMap; import java.util.logging.Level; import java.util.logging.Logger; import ryhma57.backend.BibtexReferenceField; import ryhma57.references.Book; import ryhma57.refe...
Ryhma57/src/ryhma57/gui/Application.java
package ryhma57.gui; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.EnumMap; import java.util.logging.Level; import java.util.logging.Logger; import ryhma57.backend.BibtexReferenceField; import ryhma57.references.Book; import ryhma57.refe...
Simplify the create reference code at Application.
Ryhma57/src/ryhma57/gui/Application.java
Simplify the create reference code at Application.
Java
bsd-3-clause
634556f06994262ca83c7708c5f2ad0c4a6c019e
0
rnathanday/dryad-repo,ojacobson/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,jamie-dryad/dryad-repo,jimallman/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,j...
package org.dspace.curate; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.params.HttpMethodParams; import org.dspace.authorize.AuthorizeException; import org.dspace.content.Collection; import org.dspace.content.DCDate; import org.dspace.content.DCValue; import org.dspace....
dspace/modules/api/src/main/java/org/dspace/curate/EmbargoedWithoutPubDate.java
package org.dspace.curate; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.params.HttpMethodParams; import org.dspace.authorize.AuthorizeException; import org.dspace.content.Collection; import org.dspace.content.DCDate; import org.dspace.content.DCValue; import org.dspace....
more experiments with curation system
dspace/modules/api/src/main/java/org/dspace/curate/EmbargoedWithoutPubDate.java
more experiments with curation system
Java
mit
407b617833dbf6b9e0fa26a3c9ccb964c7135846
0
elimu-ai/webapp,elimu-ai/webapp,literacyapp-org/literacyapp-web,elimu-ai/webapp,elimu-ai/webapp,jo-elimuai/webapp,raidenovski/webapp,literacyapp-org/literacyapp-web,jo-elimuai/webapp,raidenovski/webapp,jo-elimuai/webapp,raidenovski/webapp,literacyapp-org/literacyapp-web,literacyapp-org/literacyapp-web,raidenovski/webap...
package selenium; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.PageFactory; import selenium.web.content.MainContentPage; public class SignOnHelper { public static void signOnRoleAdmin(WebDriver driver) { driver.get(DomainHelper.getBaseDomain() + "/sign-on/test/role-admin")...
src/test/java/selenium/SignOnHelper.java
package selenium; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.PageFactory; import selenium.web.content.MainContentPage; public class SignOnHelper { public static void signOnRoleAdmin(WebDriver driver) { driver.get(DomainHelper.getBaseDomain() + "/sign-on/test/role-admin")...
Updated regression test
src/test/java/selenium/SignOnHelper.java
Updated regression test
Java
mit
d97af09449d03f26abac9019a452cd453a0db5d5
0
Innovimax-SARL/mix-them
package innovimax.mixthem.operation; import innovimax.mixthem.arguments.RuleParam; import innovimax.mixthem.arguments.ParamValue; import java.util.Map; /** * <p>Abstract class for all operation.</p> * @see ILineOperation * @author Innovimax * @version 1.0 */ public abstract class AbstractOperation { protected fin...
src/main/java/innovimax/mixthem/operation/AbstractOperation.java
package innovimax.mixthem.operation; import innovimax.mixthem.arguments.RuleParam; import innovimax.mixthem.arguments.ParamValue; import java.util.Map; /** * <p>Abstract class for all operation.</p> * @see ILineOperation * @author Innovimax * @version 1.0 */ public abstract class AbstractOperation { protected fin...
Update AbstractOperation.java
src/main/java/innovimax/mixthem/operation/AbstractOperation.java
Update AbstractOperation.java
Java
mit
9a406d3b1cfb23c5fcfb21aa01addcd7ab7a97f0
0
hypfvieh/bluez-dbus
package com.github.hypfvieh.bluetooth.wrapper; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bluez.Device1; import org.bluez.GattService1; import org.bluez.exceptions.BluezAlreadyConnectedException;...
src/main/java/com/github/hypfvieh/bluetooth/wrapper/BluetoothDevice.java
package com.github.hypfvieh.bluetooth.wrapper; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bluez.Device1; import org.bluez.GattService1; import org.bluez.exceptions.BluezAlreadyConnectedException;...
Use correct Map type for getTyped calls
src/main/java/com/github/hypfvieh/bluetooth/wrapper/BluetoothDevice.java
Use correct Map type for getTyped calls
Java
mit
9ae0b54dd981c53a1038c187f8100563e9752114
0
Tandrial/Advent_of_Code,Tandrial/Advent_of_Code
import java.io.IOException; import java.nio.file.*; import java.util.*; public class Day22 { private static int solve(List<String> s, boolean hard) { PriorityQueue<Wizard> wizards = new PriorityQueue<Wizard>((a, b) -> Integer.compare(b.manaSpend, a.manaSpend)); int minManaSpend = Integer.MAX_VALUE; List<List<S...
src/Day22.java
import java.io.IOException; import java.nio.file.*; import java.util.*; public class Day22 { private static int solve(List<String> s, boolean hard) { PriorityQueue<Wizard> wizards = new PriorityQueue<Wizard>((a, b) -> Integer.compare(b.manaSpend, a.manaSpend)); int minManaSpend = Integer.MAX_VALUE; List<List<S...
Day 22 - Bugfix post vs prefix --
src/Day22.java
Day 22 - Bugfix post vs prefix --
Java
mit
d8a1645b28931d1827b6c80971fa0578361f3d02
0
spotify/robolectric,ocadotechnology/robolectric,spotify/robolectric,jongerrish/robolectric,cesar1000/robolectric,jongerrish/robolectric,ChengCorp/robolectric,ocadotechnology/robolectric,ChengCorp/robolectric,jongerrish/robolectric,cesar1000/robolectric,ChengCorp/robolectric,ocadotechnology/robolectric,spotify/robolectr...
package org.robolectric.shadows; import android.os.Parcel; import android.text.TextUtils; import android.util.Pair; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.RealObject; import org.robolectric.annotation.HiddenApi; import org.robol...
robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowParcel.java
package org.robolectric.shadows; import android.os.Parcel; import android.text.TextUtils; import android.util.Pair; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.RealObject; import org.robolectric.annotation.HiddenApi; import org.robol...
Fix max/minSdk annotation values
robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowParcel.java
Fix max/minSdk annotation values
Java
mit
aeae65cd7cd64664d1fc4f6793a419ac595b08f7
0
IngSW-unipv/GoldRush
/* * Code used in the "Software Engineering" course. * * Copyright 2017 by Claudio Cusano (claudio.cusano@unipv.it) * Dept of Electrical, Computer and Biomedical Engineering, * University of Pavia. */ package goldrush; /** * * @author Merlano Riccardo 427720 */ public class MerlanoRiccardo extends GoldDigger ...
GoldRush/src/goldrush/MerlanoRiccardo.java
/* * Code used in the "Software Engineering" course. * * Copyright 2017 by Claudio Cusano (claudio.cusano@unipv.it) * Dept of Electrical, Computer and Biomedical Engineering, * University of Pavia. */ package goldrush; /** * * @author Merlano Riccardo 427720 */ public class MerlanoRiccardo extends GoldDigger ...
creazione minatore + strategia semplice di visitare solo il 6° sito
GoldRush/src/goldrush/MerlanoRiccardo.java
creazione minatore + strategia semplice di visitare solo il 6° sito
Java
mit
4267f8a7738a5407f166f2b7e752767970b8d1b5
0
jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model
package edu.hm.hafner.analysis.parser; import org.junit.jupiter.api.Test; import edu.hm.hafner.analysis.AbstractParserTest; import edu.hm.hafner.analysis.ParsingCanceledException; import edu.hm.hafner.analysis.ParsingException; import edu.hm.hafner.analysis.ReaderFactory; import edu.hm.hafner.analysis.Report; import ...
src/test/java/edu/hm/hafner/analysis/parser/JcReportParserTest.java
package edu.hm.hafner.analysis.parser; import org.junit.jupiter.api.Test; import edu.hm.hafner.analysis.AbstractParserTest; import edu.hm.hafner.analysis.ParsingCanceledException; import edu.hm.hafner.analysis.ParsingException; import edu.hm.hafner.analysis.ReaderFactory; import edu.hm.hafner.analysis.Report; import ...
Improve assertion.
src/test/java/edu/hm/hafner/analysis/parser/JcReportParserTest.java
Improve assertion.
Java
epl-1.0
308b41963b2964a4e1faa882bce26bee2d86b810
0
tx1103mark/controller,Sushma7785/OpenDayLight-Load-Balancer,Sushma7785/OpenDayLight-Load-Balancer,mandeepdhami/controller,mandeepdhami/controller,mandeepdhami/controller,tx1103mark/controller,Johnson-Chou/test,mandeepdhami/controller,522986491/controller,Johnson-Chou/test,tx1103mark/controller,inocybe/odl-controller,tx...
/* * Copyright (c) 2014 Cisco Systems, Inc. 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. */ package or...
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/util/NetconfBaseOps.java
/* * Copyright (c) 2014 Cisco Systems, Inc. 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. */ package or...
Use YangInstanceIdentifier.isEmpty() Do not force instatiation of path arguments, emptiness can be checked quickly using isEmpty() method. Change-Id: I52f70309c5eb839a9532e499e681562fc4b95587 Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com> (cherry picked from commit d620bc2f6bdb883d1f...
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/util/NetconfBaseOps.java
Use YangInstanceIdentifier.isEmpty()
Java
epl-1.0
b0d3d34312717d1210af16f82b43bea5d418f373
0
debrief/limpet,debrief/limpet,debrief/limpet
/***************************************************************************** * Limpet - the Lightweight InforMation ProcEssing Toolkit * http://limpet.info * * (C) 2015-2016, Deep Blue C Technologies Ltd * * This library is free software; you can redistribute it and/or * modify it under the terms of the E...
info.limpet/src/info/limpet/operations/arithmetic/simple/DivideQuantityOperation.java
/***************************************************************************** * Limpet - the Lightweight InforMation ProcEssing Toolkit * http://limpet.info * * (C) 2015-2016, Deep Blue C Technologies Ltd * * This library is free software; you can redistribute it and/or * modify it under the terms of the E...
only applicable for two datasets
info.limpet/src/info/limpet/operations/arithmetic/simple/DivideQuantityOperation.java
only applicable for two datasets
Java
epl-1.0
c353c767e4d5a0d7e0f35c0cf271890b3fc9e00e
0
CyberdyneOfCerrado/Backups
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. * Erick Batista do Nascimento */ package GUI; import java.awt.Color; import java.awt.Font; import java.awt.Frame; import java...
src/GUI/GuiMain.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. * Erick Batista do Nascimento */ package GUI; import java.awt.Color; import java.awt.Font; import java.awt.Frame; import java...
organização
src/GUI/GuiMain.java
organização
Java
agpl-3.0
ec19e21b837cc61fe14d828a5b87ffae237daa16
0
ktunaxa/rms,ktunaxa/rms,ktunaxa/rms,ktunaxa/rms
/* * This is part of the Ktunaxa referral system. * * Copyright 2011 Ktunaxa Nation Council, http://www.ktunaxa.org/, Canada. */ package org.ktunaxa.referral.client.gui; import com.smartgwt.client.types.Cursor; import com.smartgwt.client.types.VerticalAlignment; import com.smartgwt.client.util.BooleanCallback; im...
map/src/main/java/org/ktunaxa/referral/client/gui/TaskBlock.java
/* * This is part of the Ktunaxa referral system. * * Copyright 2011 Ktunaxa Nation Council, http://www.ktunaxa.org/, Canada. */ package org.ktunaxa.referral.client.gui; import com.smartgwt.client.types.Cursor; import com.smartgwt.client.types.VerticalAlignment; import com.smartgwt.client.util.SC; import com.smar...
KTU-149, KTU 211 - Pressing the claim button now generates a confirm message and when pressing 'yes', the task is removed from the Unassigned tab and placed in My tasks. git-svn-id: 1cc9c407a3edc78ef4a46932c73684f07c8b3c91@1440 cebd4ea5-dd72-4036-80b6-269358829854
map/src/main/java/org/ktunaxa/referral/client/gui/TaskBlock.java
KTU-149, KTU 211 - Pressing the claim button now generates a confirm message and when pressing 'yes', the task is removed from the Unassigned tab and placed in My tasks.
Java
agpl-3.0
1ecac9002d3f8c9518b81f127740877ad9d0887f
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
21095556-2e60-11e5-9284-b827eb9e62be
hello.java
2103eb98-2e60-11e5-9284-b827eb9e62be
21095556-2e60-11e5-9284-b827eb9e62be
hello.java
21095556-2e60-11e5-9284-b827eb9e62be
Java
lgpl-2.1
00652b452d8ab0374b9849d8db8dabc6385e1120
0
fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * 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 ...
to.etc.domui.hibutil/src/to/etc/domui/hibernate/model/CriteriaCreatingVisitor.java
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * 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 ...
Bugfix: property selection should add property to group by criteria.
to.etc.domui.hibutil/src/to/etc/domui/hibernate/model/CriteriaCreatingVisitor.java
Bugfix: property selection should add property to group by criteria.
Java
lgpl-2.1
2d0ab0d9604580f9613900d0499ccb1375929555
0
cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl
package org.cytoscape.ding.impl.cyannotator.tasks; import static java.util.Collections.emptyMap; import static org.cytoscape.ding.internal.util.ViewUtil.invokeOnEDT; import java.awt.Point; import org.cytoscape.ding.impl.DRenderingEngine; import org.cytoscape.ding.impl.cyannotator.annotations.ArrowAnnotationImpl; imp...
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/tasks/AddAnnotationTask.java
package org.cytoscape.ding.impl.cyannotator.tasks; import static java.util.Collections.emptyMap; import static org.cytoscape.ding.internal.util.ViewUtil.invokeOnEDT; import java.awt.Point; import org.cytoscape.ding.impl.DRenderingEngine; import org.cytoscape.ding.impl.cyannotator.annotations.ArrowAnnotationImpl; imp...
CYTOSCAPE-12814 Fix add annotation undo.
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/tasks/AddAnnotationTask.java
CYTOSCAPE-12814 Fix add annotation undo.
Java
apache-2.0
3b3a47b7875ac109f8bbe4ae25e5cd0dfb9f7448
0
michael-rapp/AndroidPreferenceActivity
/* * AndroidPreferenceActivity Copyright 2014 Michael Rapp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
src/de/mrapp/android/preference/activity/PreferenceActivity.java
/* * AndroidPreferenceActivity Copyright 2014 Michael Rapp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
When a bundle is passed via the intent, which may be used to show an initial fragment, it is now saved/restored when the activity is destroyed.
src/de/mrapp/android/preference/activity/PreferenceActivity.java
When a bundle is passed via the intent, which may be used to show an initial fragment, it is now saved/restored when the activity is destroyed.
Java
apache-2.0
65a2e330d272ee385f61c145f39cd15e12f983c1
0
candyam5522/eureka,candyam5522/eureka,jsons/eureka,candyam5522/eureka
/* * #%L * Eureka WebApp * %% * Copyright (C) 2012 - 2013 Emory University * %% * This program is dual licensed under the Apache 2 and GPLv3 licenses. * * Apache License, Version 2.0: * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with t...
eureka-webapp/src/main/java/edu/emory/cci/aiw/cvrg/eureka/servlet/filter/PasswordExpiredFilter.java
/* * #%L * Eureka WebApp * %% * Copyright (C) 2012 - 2013 Emory University * %% * This program is dual licensed under the Apache 2 and GPLv3 licenses. * * Apache License, Version 2.0: * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with t...
Redirect to change password page in CAS when password is expired
eureka-webapp/src/main/java/edu/emory/cci/aiw/cvrg/eureka/servlet/filter/PasswordExpiredFilter.java
Redirect to change password page in CAS when password is expired
Java
apache-2.0
b418f66d76c8348ea73a46054a47e03993d6f3c4
0
xfournet/intellij-community,adedayo/intellij-community,TangHao1987/intellij-community,adedayo/intellij-community,TangHao1987/intellij-community,ThiagoGarciaAlves/intellij-community,semonte/intellij-community,fitermay/intellij-community,akosyakov/intellij-community,izonder/intellij-community,mglukhikh/intellij-community...
package com.intellij.openapi.vcs.changes; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.components.ProjectComponent; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.fileTypes.FileTypeManager; import com.intellij.openapi.progress.ProgressIndicator; im...
source/com/intellij/openapi/vcs/changes/ChangeListManagerImpl.java
package com.intellij.openapi.vcs.changes; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.components.ProjectComponent; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.fileTypes.FileTypeManager; import com.intellij.openapi.progress.ProgressIndicator; im...
NPE (IDEADEV-15028)
source/com/intellij/openapi/vcs/changes/ChangeListManagerImpl.java
NPE (IDEADEV-15028)
Java
apache-2.0
ada9f28ae46c2b42d49c66c444afab4e830f097a
0
michaelrice/asterisk-java,trulywireless/asterisk-java,seanbright/asterisk-java,jaunis/asterisk-java,elara-leitstellentechnik/asterisk-java,pk1057/asterisk-java,trulywireless/asterisk-java,gfelisberto/asterisk-java,elara-leitstellentechnik/asterisk-java,polachok/asterisk-java,scgm11/asterisk-java,jaunis/asterisk-java,ja...
package org.asteriskjava.manager.event; /** * Created by Alexander Polakov <apolyakov@beget.ru> on 1/26/15. */ public class BridgeEnterEvent extends AbstractBridgeEvent { private String channel; public BridgeEnterEvent(Object source) { super(source); } public String getChannel() { return channe...
src/main/java/org/asteriskjava/manager/event/BridgeEnterEvent.java
package org.asteriskjava.manager.event; /** * Created by Alexander Polakov <apolyakov@beget.ru> on 1/26/15. */ public class BridgeEnterEvent extends AbstractBridgeEvent { public BridgeEnterEvent(Object source) { super(source); } }
BridgeEnter: uniqueId & channel
src/main/java/org/asteriskjava/manager/event/BridgeEnterEvent.java
BridgeEnter: uniqueId & channel
Java
apache-2.0
6cdce7391922e3507702afcfaddfb0077c79800e
0
gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas
package uk.ac.ebi.atlas.experimentpage.json.opentargets; import com.google.common.collect.ImmutableSet; import org.springframework.context.annotation.Scope; import org.springframework.core.env.Environment; import org.springframework.stereotype.Controller; import org.springframework.web.bind.WebDataBinder; import org.s...
gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/json/opentargets/OpenTargetsEvidenceController.java
package uk.ac.ebi.atlas.experimentpage.json.opentargets; import com.google.common.collect.ImmutableSet; import org.springframework.context.annotation.Scope; import org.springframework.core.env.Environment; import org.springframework.stereotype.Controller; import org.springframework.web.bind.WebDataBinder; import org.s...
Another go at production build kick off
gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/json/opentargets/OpenTargetsEvidenceController.java
Another go at production build kick off
Java
apache-2.0
5499c54bedcc84732d38b19a36b23cba0e238519
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
package org.slc.sli.ingestion.processors; import java.io.File; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.Collections; import java.util.Date; import java.util.List; import org.apache.camel.Exchange; import org.apache.camel.Process...
sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/processors/ControlFilePreProcessor.java
package org.slc.sli.ingestion.processors; import java.io.File; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.Collections; import java.util.Date; import java.util.List; import org.apache.camel.Exchange; import org.apache.camel.Process...
DE554/TA4201 Exception Logging: ControlFilePreProcessor (modified).
sli/ingestion/ingestion-core/src/main/java/org/slc/sli/ingestion/processors/ControlFilePreProcessor.java
DE554/TA4201 Exception Logging: ControlFilePreProcessor (modified).
Java
apache-2.0
b95c323a798f91e597f226df37a5e823a92c1544
0
apache/tomcat,Nickname0806/Test_Q4,Nickname0806/Test_Q4,Nickname0806/Test_Q4,apache/tomcat,apache/tomcat,Nickname0806/Test_Q4,apache/tomcat,apache/tomcat
/* * 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 ...
java/org/apache/catalina/Lifecycle.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 ...
Correct topy-pasted typo in description. git-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1627579 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/Lifecycle.java
Correct topy-pasted typo in description.
Java
apache-2.0
cf9ff3a403e95be3d1f36c5502e35b078a32778e
0
apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj
/* * 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 ...
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/VinciBinaryAnalysisEngineServiceStub.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-4667] update for CASImpl class split in V3 git-svn-id: 2a54995f166126d351a7f865b2a601044a84628f@1731718 13f79535-47bb-0310-9956-ffa450edef68
uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/VinciBinaryAnalysisEngineServiceStub.java
[UIMA-4667] update for CASImpl class split in V3
Java
apache-2.0
1d38c675d8135122dc0d7b216cdc747b963e240d
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2017, TeamDev Ltd. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRES...
server/src/main/java/org/spine3/server/storage/memory/TenantRecords.java
/* * Copyright 2017, TeamDev Ltd. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRES...
Improve code layout
server/src/main/java/org/spine3/server/storage/memory/TenantRecords.java
Improve code layout
Java
apache-2.0
c0de6133ac7df28a18f1b944fe082159e21eac17
0
mcollovati/camel,tadayosi/camel,pmoerenhout/camel,adessaigne/camel,gnodet/camel,adessaigne/camel,gnodet/camel,tdiesler/camel,mcollovati/camel,tdiesler/camel,pax95/camel,tadayosi/camel,DariusX/camel,pax95/camel,tadayosi/camel,apache/camel,tdiesler/camel,nikhilvibhav/camel,adessaigne/camel,nicolaferraro/camel,nikhilvibha...
/* * 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 ...
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointDslMojo.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
CAMEL-15054: camel-endpointdsl - Static imports should be on a single class. Fix regen problem.
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointDslMojo.java
CAMEL-15054: camel-endpointdsl - Static imports should be on a single class. Fix regen problem.
Java
apache-2.0
5336a92db5d068a1f80ad738f902e3f1b12ab80e
0
torito/wisdom,wisdom-framework/wisdom,gdelafosse/wisdom,cheleb/wisdom,torito/wisdom,wisdom-framework/wisdom,gdelafosse/wisdom,cheleb/wisdom,wisdom-framework/wisdom,CRDNicolasBourbaki/wisdom,wisdom-framework/wisdom,CRDNicolasBourbaki/wisdom,torito/wisdom,gdelafosse/wisdom,CRDNicolasBourbaki/wisdom,gdelafosse/wisdom,chel...
/* * #%L * Wisdom-Framework * %% * Copyright (C) 2013 - 2014 Wisdom Framework * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0...
core/wisdom-maven-plugin/src/main/java/org/wisdom/maven/mojos/WebJar.java
/* * #%L * Wisdom-Framework * %% * Copyright (C) 2013 - 2014 Wisdom Framework * %% * 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...
Disable symlink when looking for file to include in a web jar. Signed-off-by: Clement Escoffier <6397137e57d1f87002962a37058f2a1c76fca9db@gmail.com>
core/wisdom-maven-plugin/src/main/java/org/wisdom/maven/mojos/WebJar.java
Disable symlink when looking for file to include in a web jar.
Java
apache-2.0
64bfc1c92fdf49180c874cca257e27d7fd133352
0
gbif/registry,gbif/registry
registry-spring-boot-integration-tests/src/test/java/org/gbif/registry/identity/service/IdentityServiceImplIT.java
/* * Copyright 2020 Global Biodiversity Information Facility (GBIF) * * 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...
Delete IdentityServiceImplIT.java
registry-spring-boot-integration-tests/src/test/java/org/gbif/registry/identity/service/IdentityServiceImplIT.java
Delete IdentityServiceImplIT.java
Java
apache-2.0
5547f91bfb5dd0aaa07828f294b5cdd35033bdd8
0
RainPlanter/spring-boot,tbadie/spring-boot,peteyan/spring-boot,ChunPIG/spring-boot,tsachev/spring-boot,rmoorman/spring-boot,peteyan/spring-boot,coolcao/spring-boot,isopov/spring-boot,patrikbeno/spring-boot,brettwooldridge/spring-boot,mike-kukla/spring-boot,mrumpf/spring-boot,nandakishorm/spring-boot,mbogoevici/spring-b...
/* * Copyright 2013-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheAutoConfiguration.java
/* * Copyright 2013-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
Correct name of check-template-location property in error message Closes gh-2788
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheAutoConfiguration.java
Correct name of check-template-location property in error message
Java
apache-2.0
97030a10904a57f861bcc8ae22ae0d7eb6cfdea5
0
lakshani/carbon-mobile-appmgt,lakshani/carbon-mobile-appmgt,lakshani/carbon-mobile-appmgt,lakshani/carbon-mobile-appmgt
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * you may obtain a copy of the License at * * http://www.apache.org/...
components/org.wso2.carbon.appmgt.rest.api.store/src/main/java/org/wso2/carbon/appmgt/rest/api/store/impl/AppsApiServiceImpl.java
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * you may obtain a copy of the License at * * http://www.apache.org/...
Fixed issue related to apps download
components/org.wso2.carbon.appmgt.rest.api.store/src/main/java/org/wso2/carbon/appmgt/rest/api/store/impl/AppsApiServiceImpl.java
Fixed issue related to apps download
Java
apache-2.0
b3c20ffdb134bfaf202b590f50194bda4512272f
0
michael-rapp/ChromeLikeTabSwitcher
package de.mrapp.android.tabswitcher; import android.content.Context; import android.os.Handler; import android.os.Message; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import java.lang.ref.SoftReference; import java.util.Collections; import java.uti...
library/src/main/java/de/mrapp/android/tabswitcher/AbstractDataBinder.java
package de.mrapp.android.tabswitcher; import android.content.Context; import android.os.Handler; import android.os.Message; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.View; import java.lang.ref.SoftReference; import java.util.Collections; import java.uti...
Exceptions, which occur while loading data, are now handled.
library/src/main/java/de/mrapp/android/tabswitcher/AbstractDataBinder.java
Exceptions, which occur while loading data, are now handled.
Java
apache-2.0
5b97e9376d8b9f09dae2e7d41e85044a14ee609c
0
doodelicious/uPortal,stalele/uPortal,stalele/uPortal,vbonamy/esup-uportal,andrewstuart/uPortal,chasegawa/uPortal,GIP-RECIA/esup-uportal,joansmith/uPortal,Jasig/uPortal,jonathanmtran/uPortal,doodelicious/uPortal,stalele/uPortal,vbonamy/esup-uportal,MichaelVose2/uPortal,ASU-Capstone/uPortal,apetro/uPortal,kole9273/uPorta...
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
uportal-war/src/main/java/org/jasig/portal/groups/pags/testers/AdHocGroupTester.java
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
Minor changes to comments in AdHocGroupTester.java
uportal-war/src/main/java/org/jasig/portal/groups/pags/testers/AdHocGroupTester.java
Minor changes to comments in AdHocGroupTester.java
Java
apache-2.0
44496e611aca92e01f38e37ccb5b837ffbe3439b
0
wschaeferB/autopsy,wschaeferB/autopsy,millmanorama/autopsy,rcordovano/autopsy,wschaeferB/autopsy,APriestman/autopsy,APriestman/autopsy,APriestman/autopsy,rcordovano/autopsy,rcordovano/autopsy,millmanorama/autopsy,esaunders/autopsy,wschaeferB/autopsy,esaunders/autopsy,rcordovano/autopsy,esaunders/autopsy,millmanorama/au...
/* * Autopsy Forensic Browser * * Copyright 2011-2018 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this content except in compliance with the License. * You may obtain a copy of the License at * * h...
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
/* * Autopsy Forensic Browser * * Copyright 2011-2017 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this content except in compliance with the License. * You may obtain a copy of the License at * * h...
Added node for displaying no results message.
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
Added node for displaying no results message.
Java
apache-2.0
61e618d6e074cfffdeb22854d4e0990899625796
0
apache/rampart,apache/rampart
/* * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
modules/rampart-core/src/main/java/org/apache/rampart/util/HandlerParameterDecoder.java
/* * Copyright 2004,2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
Fixed some issues found by FindBugs git-svn-id: 826b4206cfd113e788b1201c7dc26b81d52deb30@637762 13f79535-47bb-0310-9956-ffa450edef68
modules/rampart-core/src/main/java/org/apache/rampart/util/HandlerParameterDecoder.java
Fixed some issues found by FindBugs
Java
apache-2.0
3c0de5861039ef9c7fef23182aaecfe097dee15b
0
statsbiblioteket/doms-integrations
/* * $Id: BaseRecordDescription.java 1069 2010-10-22 13:22:00Z thomassh $ * $Revision: 1069 $ * $Date: 2010-10-22 15:22:00 +0200 (Fri, 22 Oct 2010) $ * $Author: thomassh $ * * The DOMS project. * Copyright (C) 2007-2010 The State and University Library * * Licensed to the Apache Software Foundation (ASF) unde...
summa/src/main/java/dk/statsbiblioteket/doms/integration/summa/SummaRecordIterator.java
/* * $Id: BaseRecordDescription.java 1069 2010-10-22 13:22:00Z thomassh $ * $Revision: 1069 $ * $Date: 2010-10-22 15:22:00 +0200 (Fri, 22 Oct 2010) $ * $Author: thomassh $ * * The DOMS project. * Copyright (C) 2007-2010 The State and University Library * * Licensed to the Apache Software Foundation (ASF) unde...
Camel case "recordDate" and remember to transfer it from update tracker to central webservice
summa/src/main/java/dk/statsbiblioteket/doms/integration/summa/SummaRecordIterator.java
Camel case "recordDate" and remember to transfer it from update tracker to central webservice
Java
bsd-3-clause
94109ffcbee6037353d5f40b04d64dca44573091
0
jvican/scala,jvican/scala,scala/scala,shimib/scala,jvican/scala,slothspot/scala,slothspot/scala,shimib/scala,martijnhoekstra/scala,felixmulder/scala,shimib/scala,jvican/scala,felixmulder/scala,felixmulder/scala,shimib/scala,slothspot/scala,martijnhoekstra/scala,slothspot/scala,lrytz/scala,jvican/scala,martijnhoekstra/s...
/* ____ ____ ____ ____ ______ *\ ** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala ** ** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL ** ** /_____/\____/\___/\____/____/ ** ** ** $Id$ \* ...
sources/scalac/symtab/Symbol.java
/* ____ ____ ____ ____ ______ *\ ** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala ** ** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL ** ** /_____/\____/\___/\____/____/ ** ** ** $Id$ \* ...
- Added method isGlobalModuleClass
sources/scalac/symtab/Symbol.java
- Added method isGlobalModuleClass
Java
bsd-3-clause
95f8c1619fc5df39c0d481fb35f715a17bb1e651
0
jminusminus/simplebdd
package github.com.javaminusminus.simplebdd; import java.lang.reflect.Method; import java.lang.reflect.InvocationTargetException; public class Test { private Method before; private Method beforeEach; private Method after; private Method afterEach; private Method[] tests = new Method[0]; priva...
Test.java
package github.com.javaminusminus.simplebdd; import java.lang.reflect.Method; import java.lang.reflect.InvocationTargetException; public class Test { private Method before; private Method beforeEach; private Method after; private Method afterEach; private Method[] tests = new Method[0]; priva...
Fixed a bug were errors passed after exception was thrown.
Test.java
Fixed a bug were errors passed after exception was thrown.
Java
mit
f30fcc8d3b219af67c8069eb8a422e0a4c171358
0
sriharshachilakapati/SilenceEngine,sriharshachilakapati/SilenceEngine
/* * The MIT License (MIT) * * Copyright (c) 2014-2017 Sri Harsha Chilakapati * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
silenceengine/src/main/java/com/shc/silenceengine/core/SilenceEngine.java
/* * The MIT License (MIT) * * Copyright (c) 2014-2017 Sri Harsha Chilakapati * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
Bump version for release
silenceengine/src/main/java/com/shc/silenceengine/core/SilenceEngine.java
Bump version for release
Java
mit
49024ce0567361876d5ff5cdd6400fa99044fa2f
0
bcgit/bc-java,bcgit/bc-java,bcgit/bc-java
package org.bouncycastle.tls.crypto.impl.jcajce; import java.io.IOException; import java.math.BigInteger; import java.security.AlgorithmParameters; import java.security.GeneralSecurityException; import java.security.SecureRandom; import java.security.interfaces.RSAPublicKey; import java.security.spec.ECGenParameterSpe...
tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.java
package org.bouncycastle.tls.crypto.impl.jcajce; import java.io.IOException; import java.math.BigInteger; import java.security.AlgorithmParameters; import java.security.GeneralSecurityException; import java.security.SecureRandom; import java.security.interfaces.RSAPublicKey; import java.security.spec.ECGenParameterSpe...
added use of WRAP_MODE for RSA
tls/src/main/java/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.java
added use of WRAP_MODE for RSA
Java
mit
eb68e53c510f949e93487912e15cc9038e169b14
0
sake/bouncycastle-java
package org.bouncycastle.crypto.test; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.agreement.DHAgreement; import org.bouncycastle.crypto.agreement.DHBasicAgreement; import org.bouncycastle.crypto.generators.DHBas...
test/src/org/bouncycastle/crypto/test/DHTest.java
package org.bouncycastle.crypto.test; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.agreement.DHAgreement; import org.bouncycastle.crypto.agreement.DHBasicAgreement; import org.bouncycastle.crypto.generators.DHBas...
Fix generation of DHParameters
test/src/org/bouncycastle/crypto/test/DHTest.java
Fix generation of DHParameters
Java
mpl-2.0
0d9d471f86406bc8b60f106459e8de4641cf6604
0
hugdiniz/parannus,hugdiniz/parannus,hugdiniz/parannus
package controller; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.google.gson.Gson; import model.enumerado.PerfilEnum; import model.exception.Login...
Parannus/src/controller/CriarUsuario.java
package controller; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.google.gson.Gson; import model.enumerado.PerfilEnum; import model.exception.Login...
CriarUsuario
Parannus/src/controller/CriarUsuario.java
CriarUsuario
Java
apache-2.0
5f3a6231e26a7a9aba76be8667ae9b928f12965b
0
nlnwa/broprox,nlnwa/broprox,nlnwa/broprox
/* * Copyright 2017 National Library of Norway. * * 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 ...
broprox-db-adapter/src/main/java/no/nb/nna/broprox/db/initializer/DbInitializer.java
/* * Copyright 2017 National Library of Norway. * * 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 ...
Set db version in system table
broprox-db-adapter/src/main/java/no/nb/nna/broprox/db/initializer/DbInitializer.java
Set db version in system table
Java
apache-2.0
07838e7fcc22b7682f952f6a953087d26d26169e
0
hjwylde/whiley-compiler,hjwylde/whiley-compiler,Whiley/WhileyCompiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler
// Copyright (c) 2011, David J. Pearce (djp@ecs.vuw.ac.nz) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice...
modules/wyrl/src/wyautl/rw/AbstractRewriter.java
// Copyright (c) 2011, David J. Pearce (djp@ecs.vuw.ac.nz) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice...
WyRL: updated some of the documentation in the AbstractRewriter class #382
modules/wyrl/src/wyautl/rw/AbstractRewriter.java
WyRL: updated some of the documentation in the AbstractRewriter class #382
Java
apache-2.0
5f56f590a932d9e091a5c7301a78714ec7548923
0
phaistos-networks/TANK-JavaClient,phaistos-networks/TANK-JavaClient
package gr.phaistosnetworks.tank; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.net.Socket; import java.nio.ByteBuffer; import java.util.AbstractMap.SimpleEntry; import java....
src/gr/phaistosnetworks/tank/TankClient.java
package gr.phaistosnetworks.tank; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.net.Socket; import java.util.AbstractMap.SimpleEntry; import java.util.ArrayList; import java.u...
Use ByteBuffer to read from network and create ByteManipulator objects
src/gr/phaistosnetworks/tank/TankClient.java
Use ByteBuffer to read from network and create ByteManipulator objects
Java
apache-2.0
3e1168ddb6b322d57d56ebc5c8d87b006df15aa6
0
gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger,gzsombor/ranger
/* * 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 ...
plugin-yarn/src/main/java/org/apache/ranger/services/yarn/RangerServiceYarn.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 ...
RANGER-1932 Signed-off-by: peng.jianhua <fef1fa377967bf796162ae3323c88f8af2560e88@zte.com.cn>
plugin-yarn/src/main/java/org/apache/ranger/services/yarn/RangerServiceYarn.java
RANGER-1932
Java
apache-2.0
635c4e2ed68d2288b416c1f610900936c715bb7e
0
xnslong/logging-log4j2,codescale/logging-log4j2,apache/logging-log4j2,lqbweb/logging-log4j2,GFriedrich/logging-log4j2,codescale/logging-log4j2,apache/logging-log4j2,xnslong/logging-log4j2,xnslong/logging-log4j2,lqbweb/logging-log4j2,GFriedrich/logging-log4j2,codescale/logging-log4j2,lqbweb/logging-log4j2,GFriedrich/log...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessage.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
LOG4J2-1278 ParameterizedMessage constructor should have varargs parameter array instead of normal array
log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessage.java
LOG4J2-1278 ParameterizedMessage constructor should have varargs parameter array instead of normal array
Java
apache-2.0
d6be56fd5565f81eb632c66518dcc6cc4fade7fd
0
apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena
/* * 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 ...
jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/LoaderFactory.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 ...
Javadoc edits
jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/loader/LoaderFactory.java
Javadoc edits
Java
apache-2.0
6ab92878eb1932ae0994dee48d58406715ac58fe
0
DongwonChoi/ISAAC,vaskaloidis/va-isaac-gui,Apelon-VA/ISAAC,Apelon-VA/ISAAC,Apelon-VA/va-isaac-gui,DongwonChoi/ISAAC,Apelon-VA/va-isaac-gui,vaskaloidis/va-isaac-gui,Apelon-VA/ISAAC,DongwonChoi/ISAAC
/** * Copyright Notice * * This is a work of the U.S. Government and is not subject to copyright * protection in the United States. Foreign copyrights may apply. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
list-view/src/main/java/gov/va/isaac/gui/listview/ListBatchViewController.java
/** * Copyright Notice * * This is a work of the U.S. Government and is not subject to copyright * protection in the United States. Foreign copyrights may apply. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
add missing error handling
list-view/src/main/java/gov/va/isaac/gui/listview/ListBatchViewController.java
add missing error handling
Java
apache-2.0
b7e6410fe9be1cb4e3d1257a13e91506e2af9f1a
0
jacek-rzrz/RxJava,aditya-chaturvedi/RxJava,spoon-bot/RxJava,benjchristensen/RxJava,maugomez77/RxJava,wlrhnh-David/RxJava,mattrjacobs/RxJava,ayushnvijay/RxJava,Siddartha07/RxJava,bboyfeiyu/RxJava,markrietveld/RxJava,duqiao/RxJava,onepavel/RxJava,wrightm/RxJava,ibaca/RxJava,mttkay/RxJava,gjesse/RxJava,vqvu/RxJava,lijunhu...
/** * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
rxjava-core/src/test/java/rx/schedulers/AbstractSchedulerConcurrencyTests.java
package rx.schedulers; import static org.junit.Assert.*; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; import org.junit.Test; import rx.Observable; import rx.Observable.OnSubscribe...
Missing Header
rxjava-core/src/test/java/rx/schedulers/AbstractSchedulerConcurrencyTests.java
Missing Header
Java
apache-2.0
5076319b76cd6fda222dfbfcc84b9525fa2672f9
0
sdgdsffdsfff/zeus,ctripcorp/zeus,ctripcorp/zeus,sdgdsffdsfff/zeus,ctripcorp/zeus,sdgdsffdsfff/zeus,sdgdsffdsfff/zeus,sdgdsffdsfff/zeus,ctripcorp/zeus
package com.ctrip.zeus.service.update.impl; import com.ctrip.zeus.commit.entity.Commit; import com.ctrip.zeus.exceptions.NginxProcessingException; import com.ctrip.zeus.exceptions.ValidationException; import com.ctrip.zeus.model.entity.DyUpstreamOpsData; import com.ctrip.zeus.nginx.entity.ConfFile; import com.ctrip.ze...
src/main/java/com/ctrip/zeus/service/update/impl/SlbServerConfManagerImpl.java
package com.ctrip.zeus.service.update.impl; import com.ctrip.zeus.commit.entity.Commit; import com.ctrip.zeus.exceptions.NginxProcessingException; import com.ctrip.zeus.exceptions.ValidationException; import com.ctrip.zeus.model.entity.DyUpstreamOpsData; import com.ctrip.zeus.nginx.entity.ConfFile; import com.ctrip.ze...
fix bug of cannot get server conf
src/main/java/com/ctrip/zeus/service/update/impl/SlbServerConfManagerImpl.java
fix bug of cannot get server conf
Java
apache-2.0
bf21466291137e51d86626c811664ede7f6e3039
0
gfyoung/elasticsearch,a2lin/elasticsearch,zhiqinghuang/elasticsearch,ZTE-PaaS/elasticsearch,strapdata/elassandra5-rc,LeoYao/elasticsearch,mohsinh/elasticsearch,pritishppai/elasticsearch,cnfire/elasticsearch-1,gingerwizard/elasticsearch,nazarewk/elasticsearch,opendatasoft/elasticsearch,tahaemin/elasticsearch,btiernay/el...
/* * Licensed to ElasticSearch and Shay Banon 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...
src/test/java/org/elasticsearch/test/integration/indices/cache/CacheTests.java
/* * Licensed to ElasticSearch and Shay Banon 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...
CacheTests test fix.
src/test/java/org/elasticsearch/test/integration/indices/cache/CacheTests.java
CacheTests test fix.
Java
apache-2.0
82590ddd433981de15e55827c12bac143dce2f5b
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
/* * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * 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...
sli/api/src/main/java/org/slc/sli/api/resources/security/SamlFederationResource.java
/* * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * 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...
US5959: First draft of the Artifact Binding endpoint
sli/api/src/main/java/org/slc/sli/api/resources/security/SamlFederationResource.java
US5959: First draft of the Artifact Binding endpoint
Java
apache-2.0
ed166da0dbc9d6fcb8737055fca61a531b93b49f
0
GwtMaterialDesign/gwt-material-addins,GwtMaterialDesign/gwt-material-addins,GwtMaterialDesign/gwt-material-addins
/* * #%L * GwtMaterial * %% * Copyright (C) 2015 - 2016 GwtMaterialDesign * %% * 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 * ...
src/main/java/gwt/material/design/addins/client/tree/MaterialTreeItem.java
/* * #%L * GwtMaterial * %% * Copyright (C) 2015 - 2016 GwtMaterialDesign * %% * 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 * ...
Remove image placement in MaterialTreeItem.
src/main/java/gwt/material/design/addins/client/tree/MaterialTreeItem.java
Remove image placement in MaterialTreeItem.
Java
apache-2.0
0438484877a46002c97335147cad896ecdd4dc60
0
Earthcomputer/Easy-Editors
package net.earthcomputer.easyeditors.gui.command.slot; import java.util.Arrays; import java.util.Collection; import java.util.List; import net.earthcomputer.easyeditors.api.util.Colors; import net.earthcomputer.easyeditors.api.util.GeneralUtils; import net.earthcomputer.easyeditors.gui.command.CommandSyntaxException...
src/main/java/net/earthcomputer/easyeditors/gui/command/slot/CommandSlotRadioList.java
package net.earthcomputer.easyeditors.gui.command.slot; import java.util.Arrays; import java.util.Collection; import java.util.List; import net.earthcomputer.easyeditors.api.util.Colors; import net.earthcomputer.easyeditors.api.util.GeneralUtils; import net.earthcomputer.easyeditors.gui.command.CommandSyntaxException...
Fix radio list out-of-bounds click bug
src/main/java/net/earthcomputer/easyeditors/gui/command/slot/CommandSlotRadioList.java
Fix radio list out-of-bounds click bug
Java
apache-2.0
98ed95095476f9679882faaee0290918533a5978
0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
package io.quarkus.deployment.pkg.steps; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyO...
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
package io.quarkus.deployment.pkg.steps; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardCopyO...
Add native --add-opens for camel-quarkus-xstream
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
Add native --add-opens for camel-quarkus-xstream
Java
apache-2.0
3990a8aaf1f474ddc8273a2d45f463ad2ba08061
0
Overseas-Student-Living/jackrabbit,Kast0rTr0y/jackrabbit,bartosz-grabski/jackrabbit,kigsmtua/jackrabbit,Kast0rTr0y/jackrabbit,kigsmtua/jackrabbit,tripodsan/jackrabbit,afilimonov/jackrabbit,tripodsan/jackrabbit,Overseas-Student-Living/jackrabbit,sdmcraft/jackrabbit,Overseas-Student-Living/jackrabbit,apache/jackrabbit,Sy...
/* * Copyright 2004-2005 The Apache Software Foundation or its licensors, * as applicable. * * 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...
src/java/org/apache/jackrabbit/core/NodeImpl.java
/* * Copyright 2004-2005 The Apache Software Foundation or its licensors, * as applicable. * * 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...
- disallow restore of root version git-svn-id: e3d4743c6b03e3f6fd6d8117e7616b4c02d9b980@159581 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/jackrabbit/core/NodeImpl.java
- disallow restore of root version
Java
bsd-2-clause
bea097126098819ea74d8564ec1e174d24dd264b
0
MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2
/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/license...
Tools/Java/Source/MigrationTools/org/tianocore/migration/MigrationTool.java
/** @file Copyright (c) 2006, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/license...
Coding Style Comment git-svn-id: 5648d1bec6962b0a6d1d1b40eba8cf5cdb62da3d@1902 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Java/Source/MigrationTools/org/tianocore/migration/MigrationTool.java
Coding Style Comment
Java
bsd-3-clause
e6261171e97f33d24e569e51aa57bb0dff4820f4
0
jswrenn/xtreemfs,kleingeist/xtreemfs,jswrenn/xtreemfs,stanik137/xtreemfs,kleingeist/xtreemfs,rbaerzib/xtreemfs,kleingeist/xtreemfs,stanik137/xtreemfs,rbaerzib/xtreemfs,rbaerzib/xtreemfs,stanik137/xtreemfs,jswrenn/xtreemfs,harnesscloud/xtreemfs,rbaerzib/xtreemfs,stanik137/xtreemfs,harnesscloud/xtreemfs,jswrenn/xtreemfs,...
/* * Copyright (c) 2011 by Bjoern Kolbeck, * Zuse Institute Berlin * * Licensed under the BSD License, see LICENSE file for details. * */ package org.xtreemfs.dir; import java.io.IOException; import java.net.InetSocketAddress; import java.util.List; import org.xtreemfs.foundation.TimeServerClient...
java/servers/src/org/xtreemfs/dir/DIRClient.java
/* * Copyright (c) 2011 by Bjoern Kolbeck, * Zuse Institute Berlin * * Licensed under the BSD License, see LICENSE file for details. * */ package org.xtreemfs.dir; import java.io.IOException; import java.net.InetSocketAddress; import java.util.List; import org.xtreemfs.foundation.TimeServerClient...
server: DIRClient - Reduced the logging of failed requests to LEVEL_DEBUG. - Refactored the retry loop and fixed the output of the attempt number. git-svn-id: 4a24f560d5bb049edaa12cbc2145b2f5ee41c6a2@3241 f8528748-c2c0-11dd-ba5c-d3b7c2b3b534
java/servers/src/org/xtreemfs/dir/DIRClient.java
server: DIRClient - Reduced the logging of failed requests to LEVEL_DEBUG. - Refactored the retry loop and fixed the output of the attempt number.
Java
mit
ef41cfd3d34b621219019713f99bc900ef8ea46f
0
alekso56/TkIrc
package alekso56.TkIrc; import java.io.IOException; import java.text.NumberFormat; import java.util.Iterator; import net.minecraft.network.packet.Packet3Chat; import net.minecraft.server.MinecraftServer; import net.minecraft.util.ChatMessageComponent; import net.minecraftforge.common.DimensionManager; import alekso56...
alekso56/TkIrc/IRCBot.java
package alekso56.TkIrc; import java.io.IOException; import java.text.NumberFormat; import java.util.Iterator; import net.minecraft.network.packet.Packet3Chat; import net.minecraft.server.MinecraftServer; import net.minecraft.util.ChatMessageComponent; import net.minecraftforge.common.DimensionManager; import alekso56...
dw, i got this
alekso56/TkIrc/IRCBot.java
dw, i got this
Java
mit
ea5176cba2c3b4599f88db0cc44c631df6f9706d
0
okamumu/jspetrinet,okamumu/jspetrinet
package jspetrinet.marking; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import jspetrinet.JSPetriNet; import jspetrinet.exception.JSPNException; import jspetrinet.petri.Net; import jspet...
src/jspetrinet/marking/CreateMarkingDFStangible.java
package jspetrinet.marking; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import jspetrinet.JSPetriNet; import jspetrinet.exception.JSPNException; import jspetrinet.petri.Net; import jspet...
tangible 再考(途中)
src/jspetrinet/marking/CreateMarkingDFStangible.java
tangible 再考(途中)
Java
mit
2fd93b526c208ead6d2cdb6ff3030f587a07dc27
0
rafa1231518/OpenNFMM,rafa1231518/OpenNFMM,rafa1231518/OpenNFMM,chrishansen69/OpenNFMM
/* GameSparker - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ import java.awt.AlphaComposite; import java.awt.Checkbox; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Desktop; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import j...
GameSparker.java
/* GameSparker - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ import java.awt.AlphaComposite; import java.awt.Checkbox; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Desktop; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import j...
fix invisible trees
GameSparker.java
fix invisible trees