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
434b5528301b3a60a2ff01a7a1e65ba15c9afccd
0
PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr
package org.apache.lucene.index; /** * 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, Versi...
lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java
package org.apache.lucene.index; /** * 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, Versi...
add test case git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1294643 13f79535-47bb-0310-9956-ffa450edef68
lucene/core/src/test/org/apache/lucene/index/TestIndexWriter.java
add test case
Java
apache-2.0
cc2f8dbe78df1558eada2df63b5e8b90f51b9358
0
apache/tomcat,apache/tomcat,Nickname0806/Test_Q4,apache/tomcat,Nickname0806/Test_Q4,apache/tomcat,Nickname0806/Test_Q4,apache/tomcat,Nickname0806/Test_Q4
/* * 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...
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 If the client aborts the request, make sure this is communicated to the application reading the request body. git-svn-id: 79cef5a5a257cc9dbe40a45ac190115b4780e2d0@1443427 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 If the client aborts the request, make sure this is communicated to the application reading the request body.
Java
apache-2.0
9173fc44dbd1c334c795af2449ccb5a5e759c5b0
0
0XDE57/SpaceProject
package com.spaceproject.utility; import com.badlogic.ashley.core.Engine; import com.badlogic.ashley.core.Entity; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.math.MathUtils; import com.badlogic.gdx.physics.box2d.Contact; import com.badlogic.gdx.physics.box2d.ContactImpulse; import com.badlogic.gdx.physics.box...
core/src/com/spaceproject/utility/PhysicsContactListener.java
package com.spaceproject.utility; import com.badlogic.ashley.core.Engine; import com.badlogic.ashley.core.Entity; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.math.MathUtils; import com.badlogic.gdx.physics.box2d.Contact; import com.badlogic.gdx.physics.box2d.ContactImpulse; import com.badlogic.gdx.physics.box...
Update PhysicsContactListener.java fix crash when no health component
core/src/com/spaceproject/utility/PhysicsContactListener.java
Update PhysicsContactListener.java
Java
apache-2.0
4aeff3cbd6cee0920788abb932bb3bf421f45450
0
queirozfcom/elasticsearch,naveenhooda2000/elasticsearch,mm0/elasticsearch,s1monw/elasticsearch,mm0/elasticsearch,kimimj/elasticsearch,TonyChai24/ESSource,ESamir/elasticsearch,nomoa/elasticsearch,SergVro/elasticsearch,amaliujia/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,achow/elasticsearch,NBSW/elasticsearch,ken...
/* * 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/main/java/org/elasticsearch/search/highlight/HighlightPhase.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...
Highlighting using the default highlighter (not using term vectors) only highlights on the first 50*1024 chars, closes #1796.
src/main/java/org/elasticsearch/search/highlight/HighlightPhase.java
Highlighting using the default highlighter (not using term vectors) only highlights on the first 50*1024 chars, closes #1796.
Java
apache-2.0
14f8e4ba6f9ace7dd2bc70839f92670c2ed47c37
0
RackerWilliams/xercesj,jimma/xerces,RackerWilliams/xercesj,ronsigal/xerces,RackerWilliams/xercesj,ronsigal/xerces,jimma/xerces,jimma/xerces,ronsigal/xerces
/* * 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 required by...
src/org/apache/xerces/parsers/XIncludeParserConfiguration.java
/* * 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 required by...
Added support for two new features which control whether base URI fixup or language fixup is performed. Enable base URI fixup: http://apache.org/xml/features/xinclude/fixup-base-uris (default: true) Enable language fixup: http://apache.org/xml/features/xinclude/fixup-language (default: true) git-svn-id: 21df804813e9...
src/org/apache/xerces/parsers/XIncludeParserConfiguration.java
Added support for two new features which control whether base URI fixup or language fixup is performed.
Java
apache-2.0
5e968bd4708043cb7c1b581f63bc7637ca48c194
0
google/mug,google/mug
/***************************************************************************** * ------------------------------------------------------------------------- * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * Y...
mug-guava/src/main/java/com/google/mu/util/BinarySearch.java
/***************************************************************************** * ------------------------------------------------------------------------- * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * Y...
Use the low..high range notation
mug-guava/src/main/java/com/google/mu/util/BinarySearch.java
Use the low..high range notation
Java
apache-2.0
9d94773f29b3fa5b98c2206274bf4f8cb593a6f4
0
powertac/powertac-core
/* * Copyright (c) 2011 by 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 appli...
src/main/java/org/powertac/common/enumerations/PowerType.java
/* * Copyright (c) 2011 by 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 appli...
#854 - add STORAGE power type to support batteries
src/main/java/org/powertac/common/enumerations/PowerType.java
#854 - add STORAGE power type to support batteries
Java
apache-2.0
e5b14c3c69e01b55d928f953750557b846a1ab77
0
dude65/jdbc_proxy_driver,dude65/jdbc_proxy_driver
package org.fit.jdbc_proxy_driver.implementation; import java.nio.file.InvalidPathException; import java.nio.file.Paths; import java.sql.Connection; import java.sql.Driver; import java.sql.DriverPropertyInfo; import java.sql.SQLException; import java.sql.SQLFeatureNotSupportedException; import java.util.Properties; im...
src/org/fit/jdbc_proxy_driver/implementation/ProxyDriver.java
package org.fit.jdbc_proxy_driver.implementation; import java.nio.file.InvalidPathException; import java.nio.file.Paths; import java.sql.Connection; import java.sql.Driver; import java.sql.DriverPropertyInfo; import java.sql.SQLException; import java.sql.SQLFeatureNotSupportedException; import java.util.Properties; im...
ProxyDriver - Driver Property info ProxyDriver.java implemented getPropertyInfo(String, Properties)
src/org/fit/jdbc_proxy_driver/implementation/ProxyDriver.java
ProxyDriver - Driver Property info
Java
bsd-2-clause
3784ca9374b45919456654c6a2df1b887a193e0f
0
scifio/scifio
// // NDPIReader.java // /* OME Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fre...
components/bio-formats/src/loci/formats/in/NDPIReader.java
// // NDPIReader.java // /* OME Bio-Formats package for reading and converting biological file formats. Copyright (C) 2005-@year@ UW-Madison LOCI and Glencoe Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fre...
Do not allow NDPI files to be grouped.
components/bio-formats/src/loci/formats/in/NDPIReader.java
Do not allow NDPI files to be grouped.
Java
bsd-3-clause
d5b9e772290d2b3c78087ef4ddeea639c1f88a90
0
Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java
/* * Copyright (c) 1998 - 2009. University Corporation for Atmospheric Research/Unidata * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on the...
cdm/src/main/java/ucar/nc2/dataset/conv/CEDRICRadarConvention.java
/* * Copyright (c) 1998 - 2009. University Corporation for Atmospheric Research/Unidata * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on the...
CEDRIC radar
cdm/src/main/java/ucar/nc2/dataset/conv/CEDRICRadarConvention.java
CEDRIC radar
Java
apache-2.0
41c5d4883363f3981db7b09814fd067a4bed5e04
0
Steimel/lumify,RavenB/lumify,j-bernardo/lumify,bings/lumify,dvdnglnd/lumify,TeamUDS/lumify,RavenB/lumify,RavenB/lumify,Steimel/lumify,bings/lumify,TeamUDS/lumify,bings/lumify,j-bernardo/lumify,dvdnglnd/lumify,j-bernardo/lumify,j-bernardo/lumify,bings/lumify,bings/lumify,RavenB/lumify,TeamUDS/lumify,dvdnglnd/lumify,Team...
lumify-web/src/main/java/io/lumify/web/MustacheTemplate.java
package io.lumify.web; import com.github.mustachejava.DefaultMustacheFactory; import com.github.mustachejava.Mustache; import com.github.mustachejava.MustacheFactory; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.util.Map; public class MustacheTemplate { public static fin...
unused
lumify-web/src/main/java/io/lumify/web/MustacheTemplate.java
unused
Java
isc
c0f73bcbff55bd8638268c6b9fbdfa6bf8d85e57
0
TealCube/strife
package info.faceland.strife.util; import info.faceland.strife.StrifePlugin; import info.faceland.strife.data.StrifeMob; import info.faceland.strife.util.DamageUtil.OriginLocation; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Set; import java.util.stream.Collector...
src/main/java/info/faceland/strife/util/TargetingUtil.java
package info.faceland.strife.util; import info.faceland.strife.StrifePlugin; import info.faceland.strife.data.StrifeMob; import info.faceland.strife.util.DamageUtil.OriginLocation; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Set; import java.util.stream.Collector...
Fixing single target moves failing due to detecting caster
src/main/java/info/faceland/strife/util/TargetingUtil.java
Fixing single target moves failing due to detecting caster
Java
mit
577979a23969492043052cfb111f7bf86444fd9d
0
m0ep/master-thesis
package de.m0ep.uni.ma; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Date; import java.util.E...
source/PostCRUD/src/main/java/de/m0ep/uni/ma/PostCRUD.java
package de.m0ep.uni.ma; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.Date; import java.util.List; import javax.swing.JButton; import javax.swing.JFr...
display all predicates in a treeview on the right site
source/PostCRUD/src/main/java/de/m0ep/uni/ma/PostCRUD.java
display all predicates in a treeview on the right site
Java
mit
9edbe6b9f4b8c925e209234854f1022f0c2078e7
0
tello/passtools-java
package com.urbanairship.digitalwallet.client; /* Method Path Description GET / list tags for this user GET /{tag}/passes list passes on that tag PUT /{tag}/passes update the passes...
src/main/java/com/urbanairship/digitalwallet/client/Tag.java
package com.urbanairship.digitalwallet.client; /* Method Path Description GET / list tags for this user GET /{tag}/passes list passes on that tag PUT /{tag}/passes update the passes...
tag service api methods
src/main/java/com/urbanairship/digitalwallet/client/Tag.java
tag service api methods
Java
mit
da7470674aa79c7471f91e12376bcf24beba67d6
0
HPSoftware/hpaa-octane-dev,bamh/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,hpsa/hp-application-automation-tools-plugin,bamh/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,HPSoftware/hpaa-octane-d...
package com.hp.octane.plugins.jenkins; import com.google.inject.Inject; import com.hp.octane.integrations.OctaneSDK; import com.hp.octane.integrations.api.CIPluginServices; import com.hp.octane.plugins.jenkins.bridge.BridgesService; import com.hp.octane.plugins.jenkins.client.RetryModel; import com.hp.octane.plugins.j...
jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/OctanePlugin.java
package com.hp.octane.plugins.jenkins; import com.google.inject.Inject; import com.hp.octane.integrations.OctaneSDK; import com.hp.octane.integrations.api.CIPluginServices; import com.hp.octane.plugins.jenkins.bridge.BridgesService; import com.hp.octane.plugins.jenkins.client.RetryModel; import com.hp.octane.plugins.j...
tech: triggering the build
jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/OctanePlugin.java
tech: triggering the build
Java
mit
e5aecdeaae2bc79194dc1e097024417cdf1f6004
0
afzafri/Students-DB-Android-App
package com.afifzafri.studentsdb; import android.content.Intent; import android.database.Cursor; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageButton; import android.widget.Te...
app/src/main/java/com/afifzafri/studentsdb/SearchData.java
package com.afifzafri.studentsdb; import android.content.Intent; import android.database.Cursor; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageButton; import android.widget.Te...
hide search text and button if launch from view data
app/src/main/java/com/afifzafri/studentsdb/SearchData.java
hide search text and button if launch from view data
Java
mit
0eefe11e97ada657574ce4e59229428401769743
0
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.spell; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.uti...
Magic/src/main/java/com/elmakers/mine/bukkit/spell/BaseSpell.java
package com.elmakers.mine.bukkit.spell; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.uti...
Allow using `cancel_on_damage: true`
Magic/src/main/java/com/elmakers/mine/bukkit/spell/BaseSpell.java
Allow using `cancel_on_damage: true`
Java
agpl-3.0
05dc8d48e4f7f06839b7373b12b4529e1d1cb308
0
acontes/programming,fviale/programming,mnip91/programming-multiactivities,PaulKh/scale-proactive,jrochas/scale-proactive,lpellegr/programming,fviale/programming,mnip91/programming-multiactivities,PaulKh/scale-proactive,jrochas/scale-proactive,acontes/scheduling,lpellegr/programming,mnip91/programming-multiactivities,ow...
/* * ################################################################ * * ProActive: The Java(TM) library for Parallel, Distributed, * Concurrent computing with Security and Mobility * * Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis * Contact: proactive-support@inria.fr * * This ...
src/org/objectweb/proactive/core/mop/MOPClassLoader.java
/* * ################################################################ * * ProActive: The Java(TM) library for Parallel, Distributed, * Concurrent computing with Security and Mobility * * Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis * Contact: proactive-support@inria.fr * * This ...
comment changed in log git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@893 28e8926c-6b08-0410-baaa-805c5e19b8d6
src/org/objectweb/proactive/core/mop/MOPClassLoader.java
comment changed in log
Java
agpl-3.0
fc91a92fef9cbd6405cf5a3ab310f8736751eaa3
0
jrochas/scale-proactive,PaulKh/scale-proactive,mnip91/programming-multiactivities,jrochas/scale-proactive,fviale/programming,acontes/scheduling,fviale/programming,lpellegr/programming,mnip91/proactive-component-monitoring,lpellegr/programming,fviale/programming,PaulKh/scale-proactive,acontes/scheduling,mnip91/programmi...
/* * ################################################################ * * ProActive: The Java(TM) library for Parallel, Distributed, * Concurrent computing with Security and Mobility * * Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis * Contact: proactive-support@inria.fr * * This ...
src/org/objectweb/proactive/core/descriptor/data/VirtualNodeImpl.java
/* * ################################################################ * * ProActive: The Java(TM) library for Parallel, Distributed, * Concurrent computing with Security and Mobility * * Copyright (C) 1997-2002 INRIA/University of Nice-Sophia Antipolis * Contact: proactive-support@inria.fr * * This ...
method getNodes improved git-svn-id: 9146c88ff6d39b48099bf954d15d68f687b3fa69@1553 28e8926c-6b08-0410-baaa-805c5e19b8d6
src/org/objectweb/proactive/core/descriptor/data/VirtualNodeImpl.java
method getNodes improved
Java
agpl-3.0
8004186ff4622a89dbb6a6a50641eea15dde9795
0
bisq-network/exchange,bisq-network/exchange,bitsquare/bitsquare,bitsquare/bitsquare
package bisq.asset.coins; import bisq.asset.Coin; import bisq.asset.LiquidBitcoinAddressValidator; public class TetherUSDLiquid extends Coin { public TetherUSDLiquid() { // If you add a new USDT variant or want to change this ticker symbol you should also look here: // core/src/main/java/bisq/core...
assets/src/main/java/bisq/asset/coins/TetherUSDLiquid.java
package bisq.asset.coins; import bisq.asset.Coin; import bisq.asset.LiquidBitcoinAddressValidator; public class TetherUSDLiquid extends Coin { public TetherUSDLiquid() { // If you add a new USDT variant or want to change this ticker symbol you should also look here: // core/src/main/java/bisq/core...
Fix name of L-USDT asset to Tether USD (Liquid)
assets/src/main/java/bisq/asset/coins/TetherUSDLiquid.java
Fix name of L-USDT asset to Tether USD (Liquid)
Java
agpl-3.0
713acf9a13ba27c451b0b1db5271fa5ec730e738
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.algorithm.clustering; import de.lmu.ifi.dbs.algorithm.AbstractAlgorithm; import de.lmu.ifi.dbs.algorithm.Algorithm; import de.lmu.ifi.dbs.algorithm.result.clustering.ClustersPlusNoise; import de.lmu.ifi.dbs.data.RealVector; import de.lmu.ifi.dbs.database.AssociationID; import de.lmu.ifi.dbs.data...
src/de/lmu/ifi/dbs/algorithm/clustering/ProjectedDBSCAN.java
package de.lmu.ifi.dbs.algorithm.clustering; import de.lmu.ifi.dbs.algorithm.AbstractAlgorithm; import de.lmu.ifi.dbs.algorithm.Algorithm; import de.lmu.ifi.dbs.algorithm.result.clustering.ClustersPlusNoise; import de.lmu.ifi.dbs.data.RealVector; import de.lmu.ifi.dbs.database.AssociationID; import de.lmu.ifi.dbs.data...
Description for minPts
src/de/lmu/ifi/dbs/algorithm/clustering/ProjectedDBSCAN.java
Description for minPts
Java
apache-2.0
788f543a4702cdaccd98f1b2426b709b1ff5323c
0
cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x
/* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
src/org/springframework/jdbc/datasource/ConnectionProxy.java
/* * Copyright 2002-2005 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...
revised javadoc git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@13322 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
src/org/springframework/jdbc/datasource/ConnectionProxy.java
revised javadoc
Java
apache-2.0
7465690654b9ffc77d703a55089bcaf72fa0587c
0
IHTSDO/snomed-utilities,IHTSDO/snomed-utilities
package org.ihtsdo.snomed.util.mrcm; import java.io.UnsupportedEncodingException; import java.util.List; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; impo...
src/main/java/org/ihtsdo/snomed/util/mrcm/MrcmBuilder.java
package org.ihtsdo.snomed.util.mrcm; import java.io.UnsupportedEncodingException; import java.util.List; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; impo...
Examine different sub-hierarchies
src/main/java/org/ihtsdo/snomed/util/mrcm/MrcmBuilder.java
Examine different sub-hierarchies
Java
apache-2.0
5b942b1043c2fa37eb24d9399ce5b59d84bd8596
0
ryantxu/jeo,jeo/jeo,jeo/jeo,jeo/jeo
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2004-2008, Open Source Geospatial Foundation (OSGeo) * * 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...
core/src/main/java/org/jeo/geom/GeometryBuilder.java
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2004-2008, Open Source Geospatial Foundation (OSGeo) * * 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...
added multiPoint method taking variable args
core/src/main/java/org/jeo/geom/GeometryBuilder.java
added multiPoint method taking variable args
Java
apache-2.0
5c2fa10861e7d2b84ff606b9f83aa54271770dc7
0
freiheit-com/wicket,topicusonderwijs/wicket,AlienQueen/wicket,astrapi69/wicket,aldaris/wicket,bitstorm/wicket,astrapi69/wicket,zwsong/wicket,apache/wicket,bitstorm/wicket,AlienQueen/wicket,mafulafunk/wicket,freiheit-com/wicket,mafulafunk/wicket,dashorst/wicket,klopfdreh/wicket,apache/wicket,selckin/wicket,aldaris/wicke...
/* * $Id$ * $Revision$ $Date$ * * ============================================================================== * 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...
wicket/src/java/wicket/protocol/http/WebApplication.java
/* * $Id$ * $Revision$ $Date$ * * ============================================================================== * 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...
override the new createApplicaitonSettings method to give an own implementation that returns the right instance of IResourceFinder (WebAppPath) git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@456849 13f79535-47bb-0310-9956-ffa450edef68
wicket/src/java/wicket/protocol/http/WebApplication.java
override the new createApplicaitonSettings method to give an own implementation that returns the right instance of IResourceFinder (WebAppPath)
Java
apache-2.0
886a7aa0faeb7438d5ba9910e083c00ce9c6b310
0
rampo/UpdateChecker,KobeGong/UpdateChecker
/* * Copyright (C) 2014 Pietro Rampini - PiKo Technologies * * 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 ...
library/src/main/java/com/rampo/updatechecker/UpdateChecker.java
/* * Copyright (C) 2014 Pietro Rampini - PiKo Technologies * * 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 ...
Code format
library/src/main/java/com/rampo/updatechecker/UpdateChecker.java
Code format
Java
apache-2.0
22090bbf4aa8e9b57c864df46d8e7ff9fe421356
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2013 Ausenco Engineering Canada Inc. * Copyright (C) 2016 KMA Technologies * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
src/main/java/com/jaamsim/CalculationObjects/MovingAverage.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2013 Ausenco Engineering Canada 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/LICE...
JS: revisions to MovingAverage Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
src/main/java/com/jaamsim/CalculationObjects/MovingAverage.java
JS: revisions to MovingAverage
Java
apache-2.0
632e596c05186cf93722bc358c27324aac4df059
0
treasure-data/td-jdbc
package com.treasure_data.jdbc; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import o...
src/test/java/com/treasure_data/jdbc/TestTDDatabaseMetaData.java
package com.treasure_data.jdbc; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import o...
test changed
src/test/java/com/treasure_data/jdbc/TestTDDatabaseMetaData.java
test changed
Java
apache-2.0
820e3c1662b0977355b9497a11b90a5fb1592653
0
YoX89/LD32,YoX89/LD32,YoX89/LD32
package com.yox89.ld32.screens; import java.util.ArrayList; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType; import com.badlogic.gdx.maps.Map...
Game/core/src/com/yox89/ld32/screens/TiledLevelScreen.java
package com.yox89.ld32.screens; import java.util.ArrayList; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType; import com.badlogic.gdx.maps.Map...
The level now resets if you die
Game/core/src/com/yox89/ld32/screens/TiledLevelScreen.java
The level now resets if you die
Java
apache-2.0
fab24eb1a879e3472364c4843e02eb659ed980bb
0
Qi4j/qi4j-sdk,apache/zest-qi4j,Qi4j/qi4j-libraries,joobn72/qi4j-sdk,apache/zest-qi4j,apache/zest-qi4j,joobn72/qi4j-sdk,apache/zest-qi4j,Qi4j/qi4j-sdk,Qi4j/qi4j-libraries,ramtej/Qi4j.Repo.4.Sync,Qi4j/qi4j-sdk,joobn72/qi4j-sdk,Qi4j/qi4j-libraries,ramtej/Qi4j.Repo.4.Sync,joobn72/qi4j-sdk,Qi4j/qi4j-sdk,apache/zest-qi4j,ram...
/* * Copyright 1996-2011 Niclas Hedhman. * * 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...
alarm/src/main/java/org/qi4j/library/alarm/AlarmModelDescriptor.java
/* * Copyright 1996-2011 Niclas Hedhman. * * 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...
Missing getter in AlarmModelDescriptor.
alarm/src/main/java/org/qi4j/library/alarm/AlarmModelDescriptor.java
Missing getter in AlarmModelDescriptor.
Java
apache-2.0
d39ba895e84442a446f2c7542ab0f507548c9aa4
0
jguerinet/MyMartlet,jguerinet/MyMartlet-Android,jguerinet/MyMartlet,jguerinet/MyMartlet,jguerinet/MyMartlet
app/src/main/java/util/dbflow/databases/TranscriptDB.java
/* * Copyright 2014-2018 Julien Guerinet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
Delete old TranscriptDb
app/src/main/java/util/dbflow/databases/TranscriptDB.java
Delete old TranscriptDb
Java
apache-2.0
381664bfb75a9e061e7e9376b2b9f224a15c9486
0
firepick1/FireBOM,firepick1/FireBOM
package org.firepick.firebom.part; /* PartFactoryTest.java Copyright (C) 2013 Karl Lew <karl@firepick.org>. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at ...
src/test/java/org/firepick/firebom/part/PartFactoryTest.java
package org.firepick.firebom.part; /* PartFactoryTest.java Copyright (C) 2013 Karl Lew <karl@firepick.org>. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at ...
price
src/test/java/org/firepick/firebom/part/PartFactoryTest.java
price
Java
apache-2.0
242f08f690931963df654eecb602797fac2fe457
0
Gigaspaces/xap-openspaces,Gigaspaces/xap-openspaces,Gigaspaces/xap-openspaces
package org.openspaces.grid.esm; import org.openspaces.admin.machine.Machine; /** * An API to be called upon when in need to scale out to a different machine, or scale in when the machine is no longer needed. * When scaling * * <blockquote> * <pre> * <b>Disclaimer:</b> This interface and the elastic ...
src/main/src/org/openspaces/grid/esm/ElasticScaleHandler.java
package org.openspaces.grid.esm; import org.openspaces.admin.machine.Machine; /** * An API to be called upon when in need to scale out to a different machine, or scale in when the machine is no longer needed. * When scaling * * <blockquote> * <pre> * <b>Disclaimer:</b> This interface and the elastic ...
Fixed javadoc svn path=/trunk/openspaces/; revision=67367 Former-commit-id: 023dafc1f095bf5e9e87516c19cbce4d89774eea
src/main/src/org/openspaces/grid/esm/ElasticScaleHandler.java
Fixed javadoc
Java
apache-2.0
00d55dbe931636005d07c0acb0d1cf35913d5e5d
0
henrytao-me/android-md-core
/* * Copyright 2015 "Henry Tao <hi@henrytao.me>" * * 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 ...
mdcore/src/main/java/me/henrytao/mdcore/utils/ResourceUtils.java
/* * Copyright 2015 "Henry Tao <hi@henrytao.me>" * * 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 ...
Added xmlres annotation
mdcore/src/main/java/me/henrytao/mdcore/utils/ResourceUtils.java
Added xmlres annotation
Java
bsd-2-clause
572352d9716af041147fae52ae217bec2279b7d9
0
girtel/Net2Plan,girtel/Net2Plan,girtel/Net2Plan
package com.net2plan.gui.utils; import java.sql.Time; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.collections15.BidiMap; import org.apache.commons.collections15.bidimap.DualHashBidiMap; import com.net2plan.interfaces.networkDesign.NetPl...
src/main/java/com/net2plan/gui/utils/UndoRedoManager.java
package com.net2plan.gui.utils; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.collections15.BidiMap; import org.apache.commons.collections15.bidimap.DualHashBidiMap; import com.net2plan.interfaces.networkDesign.NetPlan; import com.net2pla...
Adding the concept of timeline state
src/main/java/com/net2plan/gui/utils/UndoRedoManager.java
Adding the concept of timeline state
Java
bsd-3-clause
0d5dbea1253eb7dbb4d9996e359c7e5deb7d6235
0
muloem/xins,muloem/xins,muloem/xins
/* * $Id$ */ package org.xins.server; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintWriter; import java.lang.reflect.Field; import java.util.Enumeration; import java.util.Properties; import javax.servlet.ServletConfig; impor...
src/java-server-framework/org/xins/server/APIServlet.java
/* * $Id$ */ package org.xins.server; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintWriter; import java.lang.reflect.Field; import java.util.Enumeration; import java.util.Properties; import javax.servlet.ServletConfig; impor...
Log: - Removed log message 4017 (XINS/Java Server Framework has been initialized). - Using log message 4018 also for the first initialization, instead of 4017. - When re-initializing the framework, the check interval is now checked before (instead of after) the API is re-initialized. - Added support for _context para...
src/java-server-framework/org/xins/server/APIServlet.java
Log: - Removed log message 4017 (XINS/Java Server Framework has been initialized). - Using log message 4018 also for the first initialization, instead of 4017. - When re-initializing the framework, the check interval is now checked before (instead of after) the API is re-initialized. - Added support for _context para...
Java
bsd-3-clause
234a8f741c46e82a60072a989ee37c82e7f2ce52
0
Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java
/* * Copyright 1998-2009 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on ...
cdm/src/main/java/ucar/nc2/iosp/grib/GribGridServiceProvider.java
/* * Copyright 1998-2009 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on ...
fix index update bug on ml
cdm/src/main/java/ucar/nc2/iosp/grib/GribGridServiceProvider.java
fix index update bug on ml
Java
bsd-3-clause
fbbbc5e8c764c0f88d08de522a9ac5c5832b0abc
0
rnathanday/dryad-repo,rnathanday/dryad-repo,rnathanday/dryad-repo,jimallman/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo...
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.curate; import java.io.IOException; import java.net.URL; import java.net.MalformedU...
dspace/modules/api/src/main/java/org/dspace/curate/OdinsHamr.java
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.curate; import java.io.IOException; import java.net.URL; import java.net.MalformedU...
doHamrMatch takes DCValue instead of Bio
dspace/modules/api/src/main/java/org/dspace/curate/OdinsHamr.java
doHamrMatch takes DCValue instead of Bio
Java
isc
5c22cc3083e4ed4805a75a12d1c84271d5fa07c2
0
TealCube/strife
package info.faceland.strife.effects; import info.faceland.strife.StrifePlugin; import info.faceland.strife.data.StrifeMob; import info.faceland.strife.data.ability.Ability; import info.faceland.strife.stats.AbilitySlot; public class CooldownReduction extends Effect { private Ability ability; private String abil...
src/main/java/info/faceland/strife/effects/CooldownReduction.java
package info.faceland.strife.effects; import info.faceland.strife.StrifePlugin; import info.faceland.strife.data.StrifeMob; import info.faceland.strife.data.ability.Ability; import info.faceland.strife.stats.AbilitySlot; public class CooldownReduction extends Effect { private Ability ability; private String abil...
Refactoring cooldown reduction effects to better respect friendly/enemy
src/main/java/info/faceland/strife/effects/CooldownReduction.java
Refactoring cooldown reduction effects to better respect friendly/enemy
Java
mit
7272ad8274bcdcd156ec37f7f8ae16c0a16c2be0
0
codeka/wwmmo,codeka/wwmmo,codeka/wwmmo,codeka/wwmmo,codeka/wwmmo,codeka/wwmmo
package au.com.codeka.warworlds.client.starfield; import android.support.v4.view.GestureDetectorCompat; import android.support.v4.view.ScaleGestureDetectorCompat; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.ScaleGestureDetector; import android.view.View; import com.google...
client/src/main/java/au/com/codeka/warworlds/client/starfield/StarfieldGestureDetector.java
package au.com.codeka.warworlds.client.starfield; import android.support.v4.view.GestureDetectorCompat; import android.support.v4.view.ScaleGestureDetectorCompat; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.ScaleGestureDetector; import android.view.View; import com.google...
Fixed the problem where it would select stars when you're gesturing.
client/src/main/java/au/com/codeka/warworlds/client/starfield/StarfieldGestureDetector.java
Fixed the problem where it would select stars when you're gesturing.
Java
mit
f1a3f075bbb8404f6d85c37d2545ce37419e441e
0
OleksandrKucherenko/binding-tc,OleksandrKucherenko/binding-tc
package com.truecaller.sample; import android.app.Activity; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; import static org.junit.Assert.assertTrue; /** First robolectric test. */ @C...
samples/sample-01/src/tests/java/com/truecaller/sample/LoginFillRobolectricTest.java
package com.truecaller.sample; import android.app.Activity; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.RobolectricTestRunner; import static org.junit.Assert.assertTrue; /** First robolectric test. */ @Config(emulateSdk = 18) @RunWith(Robolectri...
FIX: missed import
samples/sample-01/src/tests/java/com/truecaller/sample/LoginFillRobolectricTest.java
FIX: missed import
Java
mit
9f970ff8dd80a8dd2ac7e31a3d0d8fe0d3afe446
0
mockito/mockito-release-tools,mockito/shipkit,mockito/mockito-release-tools,mockito/shipkit
package org.mockito.release.gradle; import org.gradle.api.GradleException; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Map; import static org.mockito.release.internal.gradle.util.team.TeamParser.validateTeamMembers; /** * Configuration of the releasing plug...
src/main/groovy/org/mockito/release/gradle/ReleaseConfiguration.java
package org.mockito.release.gradle; import org.gradle.api.GradleException; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Map; import static org.mockito.release.internal.gradle.util.team.TeamParser.validateTeamMembers; /** * Configuration of the releasing plug...
Added ignoreCommitsContaining setter and getter for ReleaseNotesConfiguration
src/main/groovy/org/mockito/release/gradle/ReleaseConfiguration.java
Added ignoreCommitsContaining setter and getter for ReleaseNotesConfiguration
Java
mit
1f3e0c868f74c397d5496a44cf0a0490a1ac70e6
0
thombergs/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar
package org.wickedsource.coderadar.analyzer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.wickedsource.coderadar.analyzer.api.AnalyzerConfigurationException; import org.wickedsource.coderadar.analyzer.api.AnalyzerPlugin; import org.wickedsource.coderadar.analyzer.api.SourceCodeFileAnalyzerPlugin...
client/analyzer/src/main/java/org/wickedsource/coderadar/analyzer/AnalyzerPluginRegistry.java
package org.wickedsource.coderadar.analyzer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.wickedsource.coderadar.analyzer.api.AnalyzerConfigurationException; import org.wickedsource.coderadar.analyzer.api.AnalyzerPlugin; import org.wickedsource.coderadar.analyzer.api.SourceCodeFileAnalyzerPlugin...
fixed log output
client/analyzer/src/main/java/org/wickedsource/coderadar/analyzer/AnalyzerPluginRegistry.java
fixed log output
Java
mit
ccaea72517450bd860880873f8b80256f5b3175b
0
solita/json-migraine,solita/json-migraine
// Copyright © 2012 Solita Oy <www.solita.fi> // This software is released under the MIT License. // The license text is at http://opensource.org/licenses/MIT package fi.solita.jsonmigraine.endToEnd; import fi.solita.jsonmigraine.*; import org.codehaus.jackson.map.ObjectMapper; import org.codehaus.jackson.node.Object...
src/test/java/fi/solita/jsonmigraine/endToEnd/SimpleClassesTest.java
// Copyright © 2012 Solita Oy <www.solita.fi> // This software is released under the MIT License. // The license text is at http://opensource.org/licenses/MIT package fi.solita.jsonmigraine.endToEnd; import fi.solita.jsonmigraine.*; import org.codehaus.jackson.map.ObjectMapper; import org.codehaus.jackson.node.Object...
Refactored: keep guinea pigs inside the test class
src/test/java/fi/solita/jsonmigraine/endToEnd/SimpleClassesTest.java
Refactored: keep guinea pigs inside the test class
Java
mit
3bb9254f8be5bf62dfc439b34bae028d78c35c5a
0
BoYuanLee/WeChatAutoHelper,yuzhongrong/WeChatLuckyMoney
package xyz.monkeytong.hongbao.services; import android.accessibilityservice.AccessibilityService; import android.app.Instrumentation; import android.app.Notification; import android.app.PendingIntent; import android.content.ComponentName; import android.content.SharedPreferences; import android.content.pm.PackageMana...
app/src/main/java/xyz/monkeytong/hongbao/services/HongbaoService.java
package xyz.monkeytong.hongbao.services; import android.accessibilityservice.AccessibilityService; import android.app.Instrumentation; import android.app.Notification; import android.app.PendingIntent; import android.content.ComponentName; import android.content.SharedPreferences; import android.content.pm.PackageMana...
Fix crash releated open delay.
app/src/main/java/xyz/monkeytong/hongbao/services/HongbaoService.java
Fix crash releated open delay.
Java
epl-1.0
b04e9dbcbbbf8ea8955abd925465dc68c0589901
0
buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,buchen/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,buchen/portfolio,sebasbaumh/portfolio
package name.abuchen.portfolio.datatransfer; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.math.BigDecimal; import java.math.RoundingMode; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.t...
name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/IBFlexStatementExtractor.java
package name.abuchen.portfolio.datatransfer; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.math.BigDecimal; import java.math.RoundingMode; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.t...
Regex angepasst, jetzt wird wieder die korrekte Aktioen Anzahl berechnet
name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/IBFlexStatementExtractor.java
Regex angepasst, jetzt wird wieder die korrekte Aktioen Anzahl berechnet
Java
mpl-2.0
eef4ef23ce61031e66384d707ac4925573fbf922
0
etomica/etomica,etomica/etomica,etomica/etomica
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package etomica.modules.glass; import etomica.data.*; import etomica.data.types.DataDoubleArray; import etomica.da...
etomica-modules/src/main/java/etomica/modules/glass/DataSourceQ4.java
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package etomica.modules.glass; import etomica.data.*; import etomica.data.types.DataDoubleArray; import etomica.da...
need to handle PBC for Q4 atom may replace image of another or image of itself different atoms may replace different images of one atom
etomica-modules/src/main/java/etomica/modules/glass/DataSourceQ4.java
need to handle PBC for Q4 atom may replace image of another or image of itself different atoms may replace different images of one atom
Java
agpl-3.0
c7f4005c07ad747b0f36553a97bb45998ba0a48c
0
OpenLMIS/openlmis-stockmanagement,OpenLMIS/openlmis-stockmanagement,OpenLMIS/openlmis-stockmanagement,OpenLMIS/openlmis-stockmanagement
/* * This program is part of the OpenLMIS logistics management information system platform software. * Copyright © 2017 VillageReach * * 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, e...
src/main/java/org/openlmis/stockmanagement/domain/reason/StockCardLineItemReason.java
/* * This program is part of the OpenLMIS logistics management information system platform software. * Copyright © 2017 VillageReach * * 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, e...
[minor changes] remove reason description from default physical reasons, they are not used anywhere
src/main/java/org/openlmis/stockmanagement/domain/reason/StockCardLineItemReason.java
[minor changes] remove reason description from default physical reasons, they are not used anywhere
Java
lgpl-2.1
0adc45d69c5be7ec09934a90662369586d3962da
0
jimregan/languagetool,jimregan/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * 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....
languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * 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....
[de] don't suggest ugly form "gefakt" (even though technically correct)
languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
[de] don't suggest ugly form "gefakt" (even though technically correct)
Java
lgpl-2.1
f4055637bf4f68191d32d650d7bbed34027682df
0
deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2010 by: Department of Geography, University of Bonn and lat/lon GmbH This library is free software; you can redistribute it and/or modify it under the ...
deegree-core/deegree-core-commons/src/main/java/org/deegree/commons/tom/genericxml/GenericXMLElementContent.java
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2010 by: Department of Geography, University of Bonn and lat/lon GmbH This library is free software; you can redistribute it and/or modify it under the ...
More progress on relational mapping of INSPIRE datasets (AdministrativeUnit). Added support for mapping nilled status (xsi:nil).
deegree-core/deegree-core-commons/src/main/java/org/deegree/commons/tom/genericxml/GenericXMLElementContent.java
More progress on relational mapping of INSPIRE datasets (AdministrativeUnit). Added support for mapping nilled status (xsi:nil).
Java
lgpl-2.1
98397efbcda56dda0dca9f9c4aca655043354658
0
hferentschik/hibernate-ogm,schernolyas/hibernate-ogm,uugaa/hibernate-ogm,gunnarmorling/hibernate-ogm,mp911de/hibernate-ogm,DavideD/hibernate-ogm-cassandra,schernolyas/hibernate-ogm,DavideD/hibernate-ogm-cassandra,jhalliday/hibernate-ogm,ZJaffee/hibernate-ogm,DavideD/hibernate-ogm-contrib,jhalliday/hibernate-ogm,DavideD...
/* * Hibernate, Relational Persistence for Idiomatic Java * * JBoss, Home of Professional Open Source * Copyright 2011-2013 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of indivi...
hibernate-ogm-core/src/main/java/org/hibernate/ogm/util/impl/Log.java
/* * Hibernate, Relational Persistence for Idiomatic Java * * JBoss, Home of Professional Open Source * Copyright 2011-2013 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of indivi...
OGM-208 Update Log interface with new log messages
hibernate-ogm-core/src/main/java/org/hibernate/ogm/util/impl/Log.java
OGM-208 Update Log interface with new log messages
Java
apache-2.0
89f799705c6bac077c1391dbea64d99458c0c232
0
apache/commons-configuration,apache/commons-configuration,mohanaraosv/commons-configuration,mohanaraosv/commons-configuration,mohanaraosv/commons-configuration,apache/commons-configuration
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/test/java/org/apache/commons/configuration/TestEnvironmentConfiguration.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 ...
Converted tests to JUnit 4, fixed warnings. git-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1224637 13f79535-47bb-0310-9956-ffa450edef68
src/test/java/org/apache/commons/configuration/TestEnvironmentConfiguration.java
Converted tests to JUnit 4, fixed warnings.
Java
apache-2.0
37facab3bf064383159881322cc1e26f8d7ee414
0
pcdv/jocket,pcdv/jocket,pcdv/jocket
package jocket.bench; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintWriter; import java.net.Socket; import java.util.Arrays; import java.util.concurrent.locks.LockSupport; import jocket.net.JocketSocket; /** * Client...
src/test/java/jocket/bench/BenchClient.java
package jocket.bench; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintWriter; import java.net.Socket; import java.util.Arrays; import java.util.concurrent.locks.LockSupport; import jocket.net.JocketSocket; /** * Client...
avoid OOBE with small -Dreps
src/test/java/jocket/bench/BenchClient.java
avoid OOBE with small -Dreps
Java
apache-2.0
50e84c8eee59c639e1b8d722a7823801086ddff7
0
IstiN/android_xcore
package by.istin.android.xcore.processor.impl; import android.content.ContentValues; import android.content.Context; import android.net.Uri; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import by.istin.a...
xcore/src/by/istin/android/xcore/processor/impl/AbstractGsonProcessor.java
package by.istin.android.xcore.processor.impl; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import android.content.ContentValues; import android.content.Context; import android.net.Uri; import by.istin.android.xcore.gson.ContentValuesAdapter; import by.istin.android.xco...
added notify change method
xcore/src/by/istin/android/xcore/processor/impl/AbstractGsonProcessor.java
added notify change method
Java
apache-2.0
615d842bc8fecbb7b6e8e9af441c783b111eb7bc
0
Eduworks/ew,Eduworks/ew,Eduworks/ew
package com.eduworks.cruncher.uuid; import com.eduworks.resolver.Context; import com.eduworks.resolver.Cruncher; import org.json.JSONException; import org.json.JSONObject; import java.io.InputStream; import java.util.Map; import java.util.UUID; /** * Created by fray on 10/30/17. * Note: This UUID is based on UUID3...
ew.levr.base/src/main/java/com/eduworks/cruncher/uuid/CruncherUuidFromString.java
package com.eduworks.cruncher.uuid; import com.eduworks.resolver.Context; import com.eduworks.resolver.Cruncher; import org.json.JSONException; import org.json.JSONObject; import java.io.InputStream; import java.util.Map; import java.util.UUID; /** * Created by fray on 10/30/17. */ public class CruncherUuidFromStr...
UUID from String is not UUID3 compliant.
ew.levr.base/src/main/java/com/eduworks/cruncher/uuid/CruncherUuidFromString.java
UUID from String is not UUID3 compliant.
Java
apache-2.0
dfe1169d6169c5b449d188de8099ef15dc4edca3
0
OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine
package org.ovirt.engine.core.vdsbroker; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Date; 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 org.apache.c...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmsMonitoring.java
package org.ovirt.engine.core.vdsbroker; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Date; 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 org.apache.c...
core: fix some warnings in vms-monitoring Minor cleanup that fixes few compilation warnings in VmsMonitoring class. Change-Id: I060a36f0656dd83078c1853f6cb2858743879ed7 Signed-off-by: Arik Hadas <4817076c8cbf937260fc19e8bc79ad74394890b9@redhat.com>
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VmsMonitoring.java
core: fix some warnings in vms-monitoring
Java
apache-2.0
bd6f8d7895af1a65753572d03c89a814ab09c694
0
ChinaQuants/OG-Platform,nssales/OG-Platform,nssales/OG-Platform,ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,codeaudit/OG-Platform,jerome79/OG-Platform,jeorme/OG-Platform,codeaudit/OG-Platform,nssales/OG-Platform,jeorme/OG-Platform,jerome79/OG-Platform,McLeodMoores/starling,McLeodMoores/starling,DevStreet/FinanceAna...
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.util.functional; /** * Simple functional interface taking two parameter. * * @param <A> the input parameter type * @param <B> the input parameter type * ...
projects/OG-Util/src/com/opengamma/util/functional/Function2.java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.util.functional; /** * Simple functional interface taking one parameter. * * @param <A> the input parameter type * @param <B> the input parameter type * ...
Typo in class description (Copy Pasta error).
projects/OG-Util/src/com/opengamma/util/functional/Function2.java
Typo in class description (Copy Pasta error).
Java
apache-2.0
bb341bfb1c149a87a1d3fd0fff66140f53342696
0
yma88/indy,Commonjava/indy,ligangty/indy,yma88/indy,jdcasey/indy,Commonjava/indy,ligangty/indy,pkocandr/indy,yma88/indy,jdcasey/indy,ligangty/indy,jdcasey/indy,yma88/indy,ligangty/indy,pkocandr/indy,pkocandr/indy,Commonjava/indy,yma88/indy,pkocandr/indy,ruhan1/indy,ruhan1/indy,ruhan1/indy,jdcasey/indy,jdcasey/indy,pkoc...
/** * Copyright (C) 2011 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
ftests/common/src/main/java/org/commonjava/aprox/ftest/core/AbstractAproxFunctionalTest.java
/** * Copyright (C) 2011 Red Hat, Inc. (jdcasey@commonjava.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
Fixing test timeout parsing.
ftests/common/src/main/java/org/commonjava/aprox/ftest/core/AbstractAproxFunctionalTest.java
Fixing test timeout parsing.
Java
apache-2.0
20fb839e78d4c13e2c72ac742af89c36e46f3b17
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/maven/src/test/java/org/jetbrains/idea/maven/importing/DependenciesImportingTest.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
IDEA-147167 - always delete invalid maven entries - test GitOrigin-RevId: 815154a480f141a5aa1a584902b23272ad4ada64
plugins/maven/src/test/java/org/jetbrains/idea/maven/importing/DependenciesImportingTest.java
IDEA-147167 - always delete invalid maven entries - test
Java
apache-2.0
87fad1299e02c52e1848d2a6d3916b933179ffff
0
Spotme/couchbase-lite-java-core,deleet/couchbase-lite-java-core,gotmyjobs/couchbase-lite-java-core,netsense-sas/couchbase-lite-java-core,couchbase/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,4u7/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core
package com.couchbase.cblite.support; import org.apache.http.client.CookieStore; import org.apache.http.client.HttpClient; import org.apache.http.conn.ClientConnectionManager; import org.apache.http.conn.scheme.PlainSocketFactory; import org.apache.http.conn.scheme.Scheme; import org.apache.http.conn.scheme.SchemeRegi...
src/main/java/com/couchbase/cblite/support/CBLHttpClientFactory.java
package com.couchbase.cblite.support; import org.apache.http.client.CookieStore; import org.apache.http.client.HttpClient; import org.apache.http.conn.ClientConnectionManager; import org.apache.http.conn.scheme.PlainSocketFactory; import org.apache.http.conn.scheme.Scheme; import org.apache.http.conn.scheme.SchemeRegi...
reduce scope of synchronized block to necessary section (issue #81)
src/main/java/com/couchbase/cblite/support/CBLHttpClientFactory.java
reduce scope of synchronized block to necessary section (issue #81)
Java
apache-2.0
7d590da097116f6bf88b0009b58a355f3b456729
0
Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck
/* * Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * * 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.o...
src/org/ensembl/healthcheck/testcase/generic/AssemblyExceptions.java
/* * Copyright [1999-2014] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * * 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.o...
ENSCORESW-1037: change error message
src/org/ensembl/healthcheck/testcase/generic/AssemblyExceptions.java
ENSCORESW-1037: change error message
Java
apache-2.0
173a033b2c4e292b00e6e0e1b7bf3c3aa2929af3
0
mafulafunk/wicket,apache/wicket,klopfdreh/wicket,apache/wicket,zwsong/wicket,astrapi69/wicket,Servoy/wicket,dashorst/wicket,aldaris/wicket,Servoy/wicket,apache/wicket,dashorst/wicket,apache/wicket,bitstorm/wicket,mafulafunk/wicket,topicusonderwijs/wicket,mosoft521/wicket,selckin/wicket,dashorst/wicket,zwsong/wicket,mos...
/* * $Id$ $Revision$ * $Date$ * * ============================================================================== * 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...
wicket/src/java/wicket/util/resource/StringBufferResourceStream.java
/* * $Id$ $Revision$ * $Date$ * * ============================================================================== * 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...
improved chaining support git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@458177 13f79535-47bb-0310-9956-ffa450edef68
wicket/src/java/wicket/util/resource/StringBufferResourceStream.java
improved chaining support
Java
apache-2.0
e82f611e2e95e7b0fcd124f36f9c276eb1e4d2f9
0
dejanb/activemq-artemis,kjniemi/activemq-artemis,andytaylor/activemq-artemis,gaohoward/activemq-artemis,andytaylor/activemq-artemis,rgodfrey/activemq-artemis,tabish121/activemq-artemis,rgodfrey/activemq-artemis,iweiss/activemq-artemis,mnovak1/activemq-artemis,jmesnil/activemq-artemis,pgfox/activemq-artemis,kjniemi/acti...
/** * 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...
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
NO-JIRA fix intermittently failing MQTT test
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTest.java
NO-JIRA fix intermittently failing MQTT test
Java
apache-2.0
c90d3a1f1d45531c319343b267d0a52688c8463d
0
StylingAndroid/JUnit5
package com.stylingandroid.junit5; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Java6Assertions.assertThat; @SuppressWarnings("unused") public class CalculatorJUnit5Test { ...
app/src/test/java/com/stylingandroid/junit5/CalculatorJUnit5Test.java
package com.stylingandroid.junit5; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Java6Assertions.assertThat; public class CalculatorJUnit5Test { private Calculator calculator; @BeforeEach public v...
Updates tests to include Nested Tests
app/src/test/java/com/stylingandroid/junit5/CalculatorJUnit5Test.java
Updates tests to include Nested Tests
Java
apache-2.0
7f50c55d42889544a7202500e5725409e05f7a46
0
apache/logging-log4j2,apache/logging-log4j2,apache/logging-log4j2
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.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...
PluginProcessor should use Messager instead of writing to System.out
log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/processor/PluginProcessor.java
PluginProcessor should use Messager instead of writing to System.out
Java
apache-2.0
9061c45149d42785d11199e1024828441285ee2d
0
consulo/consulo,consulo/consulo,consulo/consulo,consulo/consulo,consulo/consulo,consulo/consulo
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/ide/util/gotoByName/ChooseByNameBase.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
remove some merge
platform/lang-impl/src/com/intellij/ide/util/gotoByName/ChooseByNameBase.java
remove some merge
Java
apache-2.0
26b0dd1237ff98fc57846dff110f88baf6a8bc29
0
xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,hhu94/Synapse-Rep...
package org.sagebionetworks.repo.web.service; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.junit.After; import org.junit.Before; impo...
services/repository/src/test/java/org/sagebionetworks/repo/web/service/WikiMigrationServiceTest.java
package org.sagebionetworks.repo.web.service; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.junit.After; import org.junit.Before; impo...
Ignore failing tests
services/repository/src/test/java/org/sagebionetworks/repo/web/service/WikiMigrationServiceTest.java
Ignore failing tests
Java
apache-2.0
caac3c26361207939b62bbae83ad8d6ed602a860
0
roalva1/opencga,kalyanreddyemani/opencga,opencb/opencga,roalva1/opencga,javild/opencga,j-coll/opencga,kalyanreddyemani/opencga,opencb/opencga,roalva1/opencga,j-coll/opencga,javild/opencga,opencb/opencga,opencb/opencga,opencb/opencga,kalyanreddyemani/opencga,j-coll/opencga,roalva1/opencga,kalyanreddyemani/opencga,opencb...
package org.opencb.opencga.storage.variant; import com.google.common.base.Joiner; import org.opencb.commons.bioformats.feature.Genotype; import org.opencb.commons.bioformats.feature.Genotypes; import org.opencb.commons.bioformats.variant.VariantStudy; import org.opencb.commons.bioformats.variant.utils.effect.VariantEf...
opencga-storage/src/main/java/org/opencb/opencga/storage/variant/VariantVcfSqliteWriter.java
package org.opencb.opencga.storage.variant; import com.google.common.base.Joiner; import org.opencb.commons.bioformats.commons.SqliteSingletonConnection; import org.opencb.commons.bioformats.feature.Genotype; import org.opencb.commons.bioformats.feature.Genotypes; import org.opencb.commons.bioformats.variant.VariantSt...
Added the new SqliteSingletonConnection import
opencga-storage/src/main/java/org/opencb/opencga/storage/variant/VariantVcfSqliteWriter.java
Added the new SqliteSingletonConnection import
Java
apache-2.0
9a64ba5fdc02d706bbcb739f5dca26849350ba72
0
chechoRP/floodlight,onebsv1/floodlight,cbarrin/EAGERFloodlight,omkale/myfloodlight,xuraylei/floodlight,rizard/floodlight,pablotiburcio/AutoManIoT,andi-bigswitch/floodlight-oss,JinWenQiang/FloodlightController,floodlight/floodlight,JinWenQiang/FloodlightController,geddings/floodlight,rsharo/floodlight,pablotiburcio/Auto...
package net.floodlightcontroller.dhcpserver; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import org.projectfloodlight.openflow.protocol.OFFlowAdd; import org.projectfloodlight.openflow.protocol.OFPortDesc; import org.projectfloodlight.openflow.protocol.action.OFAction; import org.pr...
src/main/java/net/floodlightcontroller/dhcpserver/DHCPSwitchFlowSetter.java
package net.floodlightcontroller.dhcpserver; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import org.projectfloodlight.openflow.protocol.OFFlowAdd; import org.projectfloodlight.openflow.protocol.OFPortDesc; import org.projectfloodlight.openflow.protocol.action.OFAction; import org.pr...
fix concurrency flaw in DHCPServer Module
src/main/java/net/floodlightcontroller/dhcpserver/DHCPSwitchFlowSetter.java
fix concurrency flaw in DHCPServer Module
Java
apache-2.0
30b16e4156bd2fceff1d347afc9aa8c6f3353e96
0
gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,grad...
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/build-init/src/main/java/org/gradle/buildinit/plugins/BuildInitPlugin.java
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Fail build if gradle user home is part of working dir
subprojects/build-init/src/main/java/org/gradle/buildinit/plugins/BuildInitPlugin.java
Fail build if gradle user home is part of working dir
Java
apache-2.0
d3db8e256694b7e1874dc9b5393d482934217855
0
xburgos/Book
package org.digitalcraftsman.book; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.*; import java.util.stream.Collectors; import java.util.stream.LongStream; import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.Matchers.contains; import static org.ham...
src/test/java/org/digitalcraftsman/book/AsynchronousSerialBookUnitTest.java
package org.digitalcraftsman.book; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.*; import java.util.stream.Collectors; import java.util.stream.LongStream; import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.Matchers.contains; import static org.ham...
Changed test subject to use Book interface instead of particular type.
src/test/java/org/digitalcraftsman/book/AsynchronousSerialBookUnitTest.java
Changed test subject to use Book interface instead of particular type.
Java
apache-2.0
349d412e8578d4fdde92ac7e185425de8487cf87
0
adiguzel/Shopr,UweTrottmann/Shopr
package com.uwetrottmann.shopr.algorithm.test; import static org.fest.assertions.api.Assertions.assertThat; import com.uwetrottmann.shopr.algorithm.Query; import com.uwetrottmann.shopr.algorithm.Utils; import com.uwetrottmann.shopr.algorithm.model.Attributes; import com.uwetrottmann.shopr.algorithm.model.Color; impo...
Java/ShoprAlgorithm/src/com/uwetrottmann/shopr/algorithm/test/UtilsTest.java
package com.uwetrottmann.shopr.algorithm.test; import static org.fest.assertions.api.Assertions.assertThat; import com.uwetrottmann.shopr.algorithm.Query; import com.uwetrottmann.shopr.algorithm.Utils; import com.uwetrottmann.shopr.algorithm.model.Attributes; import com.uwetrottmann.shopr.algorithm.model.Color; impo...
Test sorting with equal weights in query.
Java/ShoprAlgorithm/src/com/uwetrottmann/shopr/algorithm/test/UtilsTest.java
Test sorting with equal weights in query.
Java
apache-2.0
86c4dea5358d66e4ccd927b584ad1c449dab7c75
0
ChinaQuants/Strata,OpenGamma/Strata,nssales/Strata,jmptrader/Strata
/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.pricer.rate.deposit; import static com.opengamma.strata.basics.currency.Currency.EUR; import static com.opengamma.strata.basics.date.BusinessDayConventi...
modules/pricer/src/test/java/com/opengamma/strata/pricer/rate/deposit/DiscountingTermDepositProductPricerTest.java
/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.pricer.rate.deposit; import static com.opengamma.strata.basics.currency.Currency.EUR; import static com.opengamma.strata.basics.date.BusinessDayConventi...
Corrections to term deposit pricer test
modules/pricer/src/test/java/com/opengamma/strata/pricer/rate/deposit/DiscountingTermDepositProductPricerTest.java
Corrections to term deposit pricer test
Java
apache-2.0
dd315dc19d8d283f80a55f2670ba963b28da53a3
0
Pardus-Engerek/engerek,sabriarabacioglu/engerek,sabriarabacioglu/engerek,Pardus-Engerek/engerek,PetrGasparik/midpoint,arnost-starosta/midpoint,gureronder/midpoint,Pardus-Engerek/engerek,rpudil/midpoint,rpudil/midpoint,gureronder/midpoint,PetrGasparik/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,arnost-staro...
/** * Copyright (c) 2011 Evolveum * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at * http://www.opensource.org/licenses/cddl...
repo/task-impl/src/test/java/com/evolveum/midpoint/audit/impl/TestAuditServiceImpl.java
/** * Copyright (c) 2011 Evolveum * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at * http://www.opensource.org/licenses/cddl...
Fixing auditing test
repo/task-impl/src/test/java/com/evolveum/midpoint/audit/impl/TestAuditServiceImpl.java
Fixing auditing test
Java
apache-2.0
5c16c2efe393362c783c8f5bc27bb16035d827ce
0
java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity,java110/MicroCommunity
package com.java110.api.listener.user; import com.alibaba.fastjson.JSONObject; import com.java110.api.bmo.user.IUserBMO; import com.java110.api.listener.AbstractServiceApiPlusListener; import com.java110.core.annotation.Java110Listener; import com.java110.core.context.DataFlowContext; import com.java110.core.event.ser...
service-api/src/main/java/com/java110/api/listener/user/ModifyStaffServiceListener.java
package com.java110.api.listener.user; import com.alibaba.fastjson.JSONObject; import com.java110.api.bmo.user.IUserBMO; import com.java110.api.listener.AbstractServiceApiPlusListener; import com.java110.core.annotation.Java110Listener; import com.java110.core.context.DataFlowContext; import com.java110.core.event.ser...
优化 修改员工时修改公司岗位
service-api/src/main/java/com/java110/api/listener/user/ModifyStaffServiceListener.java
优化 修改员工时修改公司岗位
Java
bsd-3-clause
c23868677a36b4ef84843c9bd37db75e8a02a04e
0
NCIP/caadapter,NCIP/caadapter,NCIP/caadapter
/** * <!-- LICENSE_TEXT_START --> * $Header: /share/content/gforge/caadapter/caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/help/HelpContentViewer.java,v 1.3 2007-07-14 20:35:16 umkis Exp $ * * ****************************************************************** * COPYRIGHT NOTICE * ***************...
caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/help/HelpContentViewer.java
/** * <!-- LICENSE_TEXT_START --> * $Header: /share/content/gforge/caadapter/caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/help/HelpContentViewer.java,v 1.2 2007-06-07 15:15:24 schroedn Exp $ * * ****************************************************************** * COPYRIGHT NOTICE * ************...
add '//todo change this code to read image file from caadapter.jar file using class loader.' SVN-Revision: 263
caadapter/components/userInterface/src/gov/nih/nci/caadapter/ui/help/HelpContentViewer.java
add '//todo change this code to read image file from caadapter.jar file using class loader.'
Java
bsd-3-clause
58dae9949d2b71f4436e7cc1c3673b97b51d9ab8
0
Rooket6/TShirtLauncher
src/org/usfirst/frc2813/TshirtLauncher/commands/ArcadeDrive-TylerSurface.java
// RobotBuilder Version: 1.5 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the ...
Fixed mismatch
src/org/usfirst/frc2813/TshirtLauncher/commands/ArcadeDrive-TylerSurface.java
Fixed mismatch
Java
mit
9a46fbeb79d0941122c9f9533a4e671b5dfd7cbf
0
jenkinsci/vmanager-plugin,jenkinsci/vmanager-plugin,jenkinsci/vmanager-plugin
package org.jenkinsci.plugins.vmanager; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.Map; import net.sf.json.JSONArray; import net.sf.json.JSONObject; public class UnitTestFormatter { JSONArr...
src/main/java/org/jenkinsci/plugins/vmanager/UnitTestFormatter.java
package org.jenkinsci.plugins.vmanager; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.Map; import net.sf.json.JSONArray; import net.sf.json.JSONObject; public class UnitTestFormatter { JSONArr...
Change JUnit Test Formatter to mark 'skip' for any test state other than failed or passed.
src/main/java/org/jenkinsci/plugins/vmanager/UnitTestFormatter.java
Change JUnit Test Formatter to mark 'skip' for any test state other than failed or passed.
Java
mit
9a5083925c66fcf5dcb5f18e453d28414bdc130c
0
Mthwate/DatLib
package com.mthwate.datlib.math.bounded; /** * A number whose value has an upper and lower bound. * When performing an operation on this number, if the value would normally exceed these bounds, it only reaches them. * For example, the number 0 bounded by -5 and 5 would have a value of 5 when 10 was added to it. * ...
src/main/java/com/mthwate/datlib/math/bounded/BoundedNumber.java
package com.mthwate.datlib.math.bounded; /** * A number whose value has an upper and lower bound. * When performing an operation on this number, if the value would normally exceed these bounds, it only reaches them. * For example, the number 0 bounded by -5 and 5 would have a value of 5 when 10 was added to it. * ...
Fixed an html error in javadocs
src/main/java/com/mthwate/datlib/math/bounded/BoundedNumber.java
Fixed an html error in javadocs
Java
mit
8e9baea61bf8571883ac9b3d7970501cf66cb424
0
CS2103AUG2016-W09-C1/main
package seedu.oneline.logic.commands; import javafx.collections.transformation.FilteredList; import seedu.oneline.commons.core.UnmodifiableObservableList; import seedu.oneline.commons.exceptions.IllegalValueException; import seedu.oneline.model.tag.Tag; import seedu.oneline.model.task.ReadOnlyTask; public class Delet...
src/main/java/seedu/oneline/logic/commands/DeleteTagCommand.java
package seedu.oneline.logic.commands; import seedu.oneline.commons.core.UnmodifiableObservableList; import seedu.oneline.commons.exceptions.IllegalValueException; import seedu.oneline.model.tag.Tag; import seedu.oneline.model.task.ReadOnlyTask; public class DeleteTagCommand extends DeleteCommand { private final ...
Add execute stub
src/main/java/seedu/oneline/logic/commands/DeleteTagCommand.java
Add execute stub
Java
epl-1.0
6fba1290806e7b8c6bc2e8379d867fb991207dfe
0
JanMosigItemis/codingdojoleipzig
package de.itemis.mosig.ringbuffer; import java.util.Random; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class CircularBufferTest { private static final int TEST_SIZE = 3; private CircularBuffer underTest; @Before public void setUp() { underTest = createTestBuffer(TEST_SI...
ringbuffer/pattern_solution/src/test/java/de/itemis/mosig/ringbuffer/CircularBufferTest.java
package de.itemis.mosig.ringbuffer; import java.util.Random; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class CircularBufferTest { private static final int TEST_SIZE = 3; private CircularBuffer underTest; @Before public void setUp() { underTest = createTestBuffer(TEST_SI...
RED: Constructor does accept zero as size.
ringbuffer/pattern_solution/src/test/java/de/itemis/mosig/ringbuffer/CircularBufferTest.java
RED: Constructor does accept zero as size.
Java
epl-1.0
d83784134c03e45121227b7716b3048b9b9bfa69
0
simpligility/maven-repository-tools,simpligility/maven-repository-tools
/** * Copyright simpligility technologies inc. http://www.simpligility.com * Licensed under Eclipse Public License - v 1.0 http://www.eclipse.org/legal/epl-v10.html */ package com.simpligility.maven.provisioner; import java.io.File; import java.util.ArrayList; import java.util.Collection; import java.util.List; im...
maven-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/ArtifactRetriever.java
/** * Copyright simpligility technologies inc. http://www.simpligility.com * Licensed under Eclipse Public License - v 1.0 http://www.eclipse.org/legal/epl-v10.html */ package com.simpligility.maven.provisioner; import java.io.File; import java.util.ArrayList; import java.util.Collection; import java.util.List; im...
fixed code style
maven-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/ArtifactRetriever.java
fixed code style
Java
agpl-3.0
23a5c0fa10fab3dcfb2a176bf38fe248104ccdd5
0
retest/recheck,retest/recheck
package de.retest.recheck.persistence; import static de.retest.recheck.XmlTransformerUtil.getXmlTransformer; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.util.ArrayList; import java.util.Set; import de.retest.recheck.Properties; import de.retest.recheck.RecheckAda...
src/main/java/de/retest/recheck/persistence/RecheckSutState.java
package de.retest.recheck.persistence; import static de.retest.recheck.XmlTransformerUtil.getXmlTransformer; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.util.ArrayList; import java.util.Set; import de.retest.recheck.Properties; import de.retest.recheck.RecheckAda...
Combine the global and local metadata together
src/main/java/de/retest/recheck/persistence/RecheckSutState.java
Combine the global and local metadata together
Java
lgpl-2.1
71d5e9fdeb6d01e24875be2b13bd47eafada4d29
0
CreativeMD/LittleTiles
package com.creativemd.littletiles.common.utils.small; import net.minecraft.nbt.NBTTagByte; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.Vec3d; import scala.tools.nsc.transform.patmat.Solving.Solver.Lit; public class LittleTileVec { public int x; pu...
src/main/java/com/creativemd/littletiles/common/utils/small/LittleTileVec.java
package com.creativemd.littletiles.common.utils.small; import net.minecraft.nbt.NBTTagByte; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.Vec3d; public class LittleTileVec { public int x; public int y; public int z; public LittleTileVec(String na...
Fixed wrong calculations when converting Vec3d to LittleTileVec
src/main/java/com/creativemd/littletiles/common/utils/small/LittleTileVec.java
Fixed wrong calculations when converting Vec3d to LittleTileVec
Java
lgpl-2.1
1ef749d7b7af81e2565bdda0300811c0a43d4789
0
sbliven/biojava,sbliven/biojava,sbliven/biojava
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
biojava3-aa-prop/src/main/java/org/biojava3/aaProp/AAProperties.java
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
A couple of more TODO comments for Ah Fu git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@8928 7c6358e6-4a41-0410-a743-a5b2a554c398
biojava3-aa-prop/src/main/java/org/biojava3/aaProp/AAProperties.java
A couple of more TODO comments for Ah Fu
Java
lgpl-2.1
ac354c4405b1f93752b8de6703492762eef19afe
0
andreasprlic/biojava,pwrose/biojava,pwrose/biojava,heuermh/biojava,sbliven/biojava-sbliven,lafita/biojava,emckee2006/biojava,heuermh/biojava,biojava/biojava,biojava/biojava,sbliven/biojava-sbliven,heuermh/biojava,lafita/biojava,emckee2006/biojava,andreasprlic/biojava,biojava/biojava,emckee2006/biojava,sbliven/biojava-s...
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
biojava-structure-gui/src/main/java/org/biojava/nbio/structure/symmetry/gui/SymmetryDisplay.java
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
Fix small jmol display bug for internal symmetry
biojava-structure-gui/src/main/java/org/biojava/nbio/structure/symmetry/gui/SymmetryDisplay.java
Fix small jmol display bug for internal symmetry
Java
lgpl-2.1
3cad2c06430aa75945cba171c21fa5fff3162990
0
jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool
/* LanguageTool, a natural language style checker * Copyright (C) 2011 Daniel Naber (http://www.danielnaber.de) * * 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....
languagetool-office-extension/src/main/java/org/languagetool/openoffice/LanguageToolMenus.java
/* LanguageTool, a natural language style checker * Copyright (C) 2011 Daniel Naber (http://www.danielnaber.de) * * 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....
[LO extension] solves bug: missing advanced context menu
languagetool-office-extension/src/main/java/org/languagetool/openoffice/LanguageToolMenus.java
[LO extension] solves bug: missing advanced context menu
Java
unlicense
2aeed6871c2fc90ad8ae5fdc8d75fdd977a7ae62
0
SleepyTrousers/EnderIO,HenryLoenwind/EnderIO
package crazypants.enderio.machines.config; import java.io.File; import javax.annotation.Nonnull; import com.enderio.core.common.event.ConfigFileChangedEvent; import com.enderio.core.common.util.NullHelper; import crazypants.enderio.base.EnderIO; import crazypants.enderio.base.Log; import crazypants.enderio.machine...
src/main/java/crazypants/enderio/machines/config/ConfigHandler.java
package crazypants.enderio.machines.config; import java.io.File; import javax.annotation.Nonnull; import com.enderio.core.common.event.ConfigFileChangedEvent; import com.enderio.core.common.util.NullHelper; import crazypants.enderio.base.EnderIO; import crazypants.enderio.base.Log; import crazypants.enderio.machine...
Fix config not being updated from GUI
src/main/java/crazypants/enderio/machines/config/ConfigHandler.java
Fix config not being updated from GUI
Java
apache-2.0
3edc11ef60b51142cd8b2d2d0a26759d7c093bc1
0
tabish121/proton4j
/* * 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 ...
qpid-proton4j-buffer/src/test/java/org/apache/qpid/proton4j/buffer/ProtonByteBufferTest.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 ...
Add more test coverage to buffer
qpid-proton4j-buffer/src/test/java/org/apache/qpid/proton4j/buffer/ProtonByteBufferTest.java
Add more test coverage to buffer
Java
apache-2.0
d45a5f0db6232b90a0f0dde868ab8415fca201ba
0
zentol/flink,twalthr/flink,gyfora/flink,tzulitai/flink,darionyaphet/flink,wwjiang007/flink,aljoscha/flink,twalthr/flink,gyfora/flink,kl0u/flink,lincoln-lil/flink,greghogan/flink,rmetzger/flink,twalthr/flink,twalthr/flink,tzulitai/flink,greghogan/flink,wwjiang007/flink,zjureel/flink,aljoscha/flink,zentol/flink,sunjinche...
/* * 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 ...
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.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 ...
[FLINK-17297] Log the lineage information between ExecutionAttemptID and SlotRequestID This closes #11850.
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
[FLINK-17297] Log the lineage information between ExecutionAttemptID and SlotRequestID
Java
apache-2.0
3ed6a9f46a9712ab1447db883d01f6503791e0ea
0
AludraTest/aludratest-jms
package org.aludratest.service.jms.impl; import java.io.Serializable; import java.util.List; import javax.jms.BytesMessage; import javax.jms.Connection; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.MapMessage; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jm...
src/main/java/org/aludratest/service/jms/impl/JmsActionImpl.java
package org.aludratest.service.jms.impl; import java.io.Serializable; import java.util.List; import javax.jms.BytesMessage; import javax.jms.Connection; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.MapMessage; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jm...
Support for -1 timeout for message receive (indefinite wait)
src/main/java/org/aludratest/service/jms/impl/JmsActionImpl.java
Support for -1 timeout for message receive (indefinite wait)
Java
apache-2.0
94994d38ec5dab247245b039465db4cad247c4ee
0
ibek/issue-keeper
package qa.tools.ikeeper.test; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import qa.tools.i...
issue-keeper-base/src/main/java/qa/tools/ikeeper/test/IKeeperConnector.java
package qa.tools.ikeeper.test; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import qa.tools.i...
Separate permanent and runtime environment properties
issue-keeper-base/src/main/java/qa/tools/ikeeper/test/IKeeperConnector.java
Separate permanent and runtime environment properties
Java
apache-2.0
9f620a45c84f546f01862a536a994ba6f949edea
0
huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android,huminzhi/SalesforceMobileSDK-Android
/* * Copyright (c) 2014-2105, salesforce.com, inc. * All rights reserved. * Redistribution and use of this software 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,...
libs/SmartSync/src/com/salesforce/androidsdk/smartsync/manager/SyncManager.java
/* * Copyright (c) 2014-2105, salesforce.com, inc. * All rights reserved. * Redistribution and use of this software 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,...
Updated to always remove the sync id from the in-memory list and to call the callback. https://gus.my.salesforce.com/a07B0000001nJH0IAM
libs/SmartSync/src/com/salesforce/androidsdk/smartsync/manager/SyncManager.java
Updated to always remove the sync id from the in-memory list and to call the callback.
Java
apache-2.0
59f897f6b200855a3de826051d8d745fb82a228c
0
whorbowicz/intellij-scala,katejim/intellij-scala,loskutov/intellij-scala,ghik/intellij-scala,triplequote/intellij-scala,double-y/translation-idea-plugin,Im-dex/intellij-scala,loskutov/intellij-scala,whorbowicz/intellij-scala,jeantil/intellij-scala,advancedxy/intellij-scala,igrocki/intellij-scala,double-y/translation-id...
package org.jetbrains.plugins.scala.lang.overrideImplement; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.projectRoots.JavaSdk; import com.intellij.openapi.roots.ContentEntry; import com.intellij.openapi.roots.ModifiableRootModel; import com.intellij.openapi.roots.ModuleRootMa...
test/org/jetbrains/plugins/scala/lang/overrideImplement/OverrideImplementTest.java
package org.jetbrains.plugins.scala.lang.overrideImplement; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.projectRoots.JavaSdk; import com.intellij.openapi.roots.ContentEntry; import com.intellij.openapi.roots.ModifiableRootModel; import com.intellij.openapi.roots.ModuleRootMa...
Removed temporary refresh of LocalFileSystem that was accidentally commited.
test/org/jetbrains/plugins/scala/lang/overrideImplement/OverrideImplementTest.java
Removed temporary refresh of LocalFileSystem that was accidentally commited.
Java
apache-2.0
fa35a740a487d04b59b1f62ae86f4ac5f2326830
0
tcat-tamu/DEx
package edu.tamu.tcat.trc.extract.search.solr; import java.util.Arrays; import java.util.Collection; import org.apache.solr.client.solrj.SolrQuery; import edu.tamu.tcat.trc.entries.search.SearchException; import edu.tamu.tcat.trc.entries.search.solr.SolrIndexConfig; import edu.tamu.tcat.trc.entries.search.solr.SolrI...
bundles/edu.tamu.tcat.dex/src/edu/tamu/tcat/trc/extract/search/solr/ExtractSolrConfig.java
package edu.tamu.tcat.trc.extract.search.solr; import java.util.Arrays; import java.util.Collection; import org.apache.solr.client.solrj.SolrQuery; import edu.tamu.tcat.trc.entries.search.SearchException; import edu.tamu.tcat.trc.entries.search.solr.SolrIndexConfig; import edu.tamu.tcat.trc.entries.search.solr.SolrI...
Enable facet exclusion so selecting items within a group does not remove other items from that same group.
bundles/edu.tamu.tcat.dex/src/edu/tamu/tcat/trc/extract/search/solr/ExtractSolrConfig.java
Enable facet exclusion so selecting items within a group does not remove other items from that same group.
Java
apache-2.0
29c38a5e24659c4f427a400f027aa44ab68c6f7b
0
dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android
package org.odk.collect.android.activities; import android.annotation.SuppressLint; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.ContentUris; import android.content.ContentValues; import android.content.Co...
app/src/org/odk/collect/android/activities/FormEntryActivity.java
package org.odk.collect.android.activities; import android.annotation.SuppressLint; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.ContentUris; import android.content.ContentValues; import android.content.Co...
Generic annotations and unnecessary casts
app/src/org/odk/collect/android/activities/FormEntryActivity.java
Generic annotations and unnecessary casts
Java
apache-2.0
d5f7b69fc1b412d3a1b7c69ffa8bd8ee7db7738e
0
radicalbit/ambari,radicalbit/ambari,sekikn/ambari,radicalbit/ambari,arenadata/ambari,arenadata/ambari,alexryndin/ambari,alexryndin/ambari,arenadata/ambari,sekikn/ambari,radicalbit/ambari,alexryndin/ambari,radicalbit/ambari,arenadata/ambari,arenadata/ambari,alexryndin/ambari,sekikn/ambari,sekikn/ambari,radicalbit/ambari...
/** * 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...
ambari-server/src/main/java/org/apache/ambari/server/state/configgroup/ConfigGroupImpl.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...
AMBARI-12262 - ConcurrentModificationException during add host to config group (tbeerbower)
ambari-server/src/main/java/org/apache/ambari/server/state/configgroup/ConfigGroupImpl.java
AMBARI-12262 - ConcurrentModificationException during add host to config group (tbeerbower)
Java
apache-2.0
053113769c2622cd60c3cd3e6a11c5a5daee2e12
0
rolandkrueger/uri-fragment-routing
package org.roklib.webapps.uridispatching.mapper; import org.roklib.webapps.uridispatching.AbstractURIActionCommand; import org.roklib.webapps.uridispatching.helper.Preconditions; import org.roklib.webapps.uridispatching.parameters.EnumURIParameterErrors; import org.roklib.webapps.uridispatching.parameters.URIParamete...
src/main/java/org/roklib/webapps/uridispatching/mapper/AbstractURIPathSegmentActionMapper.java
package org.roklib.webapps.uridispatching.mapper; import org.roklib.webapps.uridispatching.AbstractURIActionCommand; import org.roklib.webapps.uridispatching.helper.Preconditions; import org.roklib.webapps.uridispatching.parameters.EnumURIParameterErrors; import org.roklib.webapps.uridispatching.parameters.URIParamete...
Clean up code that reads parameter values using Java 8 features
src/main/java/org/roklib/webapps/uridispatching/mapper/AbstractURIPathSegmentActionMapper.java
Clean up code that reads parameter values using Java 8 features
Java
apache-2.0
5be57b0dff5aeefc74db921802225fa8f83946cd
0
blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/gradle,blindpirate/gradle,rob...
/* * Copyright 2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/EclipseModelBuilder.java
/* * Copyright 2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Add TODO to EclipseModelBuilder
subprojects/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/EclipseModelBuilder.java
Add TODO to EclipseModelBuilder
Java
apache-2.0
718455c69f9125eb5a1ffad6ed4333bd23cc4dee
0
DevStreet/FinanceAnalytics,jeorme/OG-Platform,ChinaQuants/OG-Platform,nssales/OG-Platform,ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,codeaudit/OG-Platform,nssales/OG-Platform,DevStreet/FinanceAnalytics,McLeodMoores/starling,nssales/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,ChinaQuants/OG-Platform,jer...
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.engine.view.calc; import java.util.Collection; import java.util.Collections; import java.util.LinkedHashMap; import java.util.Map; import org.joda.beans.BeanD...
projects/OG-Engine/src/com/opengamma/engine/view/calc/ComputationCacheQuery.java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.engine.view.calc; import java.util.Collections; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.joda.beans.BeanDefinit...
List to Collection
projects/OG-Engine/src/com/opengamma/engine/view/calc/ComputationCacheQuery.java
List to Collection