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
56c8979323ca05ec46ccefb84e35abccadbf302d
0
blanedaze/phonegap-googlemaps-plugin,wf9a5m75/phonegap-googlemaps-plugin,alexislg2/phonegap-googlemaps-plugin,hungdoan2/phonegap-googlemaps-plugin,matsprea/phonegap-googlemaps-plugin,athiradandira/phonegap-googlemaps-plugin,Nipher/phonegap-googlemaps-plugin,denisbabineau/cordova-plugin-googlemaps,denisbabineau/cordova-...
package plugin.google.maps; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.annotation.TargetApi; import android.content.res.Resources; import android.graphics.Bitm...
src/android/plugin/google/maps/PluginUtil.java
package plugin.google.maps; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.annotation.TargetApi; import android.content.res.Resources; import android.graphics.Bitm...
Bitmap recycle after create new image.
src/android/plugin/google/maps/PluginUtil.java
Bitmap recycle after create new image.
Java
apache-2.0
38875764bf3232cf3e87b10f1b64c7da653aaf18
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2009-2011 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...
src/main/java/com/jaamsim/input/InputAgent.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2009-2011 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...
JS: suppress error checking if an entity's new name is the same as the old one Avoids an annoying error message when the Simulation object is clicked in the Object Selector and accidentally put in name change mode. Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
src/main/java/com/jaamsim/input/InputAgent.java
JS: suppress error checking if an entity's new name is the same as the old one
Java
apache-2.0
2f94c04f42cbdce8b59083ae93b9a98931b6463c
0
boundlessssengupta/spring-test-dbunit,xiangyong/spring-test-dbunit,springtestdbunit/spring-test-dbunit,vanackej/spring-test-dbunit
/* * Copyright 2002-2013 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 applic...
spring-test-dbunit/src/main/java/com/github/springtestdbunit/DbUnitTestExecutionListener.java
/* * Copyright 2002-2013 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 applic...
Remove direct calls to TestContext Update `prepareTestInstance` so that direct calls are no longer made to `TestContext`. Prior to this commit if debug logging were enabled the TestContext would be accessed and an exception would be thrown when using Spring 4. Fixes gh-52
spring-test-dbunit/src/main/java/com/github/springtestdbunit/DbUnitTestExecutionListener.java
Remove direct calls to TestContext
Java
apache-2.0
5ea93fc232d8d05607af87466437a4077cefa4d0
0
nectec-wisru/android-TanrabadSurvey,tanrabad/survey,nectec-wisru/android-TanlabadSurvey
/* * Copyright (c) 2015 NECTEC * National Electronics and Computer Technology Center, Thailand * * 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...
entity/src/main/java/th/or/nectec/tanrabad/entity/User.java
/* * Copyright (c) 2015 NECTEC * National Electronics and Computer Technology Center, Thailand * * 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...
สร้าง getter/setter สำหรับการกำหนด health region code ของ user
entity/src/main/java/th/or/nectec/tanrabad/entity/User.java
สร้าง getter/setter สำหรับการกำหนด health region code ของ user
Java
apache-2.0
03a4e226f15f82765b37ea6398f7c71e2fba8e1f
0
rajanm/elasticsearch,coding0011/elasticsearch,F0lha/elasticsearch,gfyoung/elasticsearch,gfyoung/elasticsearch,tebriel/elasticsearch,geidies/elasticsearch,IanvsPoplicola/elasticsearch,nezirus/elasticsearch,njlawton/elasticsearch,andrestc/elasticsearch,girirajsharma/elasticsearch,xuzha/elasticsearch,JackyMai/elasticsearc...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
core/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardRepository.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Snapshot restore operations throttle more than specified Lucene's RateLimiter can do too much sleeping on small values (see also #6018). The issue here is that calls to "pause" are not properly guarded in "restoreFile". Instead of simply adding the guard, this commit uses the RateLimitingInputStream similar as for "s...
core/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardRepository.java
Snapshot restore operations throttle more than specified
Java
apache-2.0
1dfe93b55df8860b2173be3d746679485d3d4232
0
MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim
package learn; import gcm2sbml.parser.GCMFile; import lhpn2sbml.parser.LHPNFile; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; import java.util.prefs.Preferences; import javax.swing.*; import org.sbml.libsbml.*; import biomodelsim.*; /** * This class creates a GUI for the Learn...
gui/src/learn/LearnLHPN.java
package learn; import gcm2sbml.parser.GCMFile; import lhpn2sbml.parser.LHPNFile; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*; import java.util.prefs.Preferences; import javax.swing.*; import org.sbml.libsbml.*; import biomodelsim.*; /** * This class creates a GUI for the Learn...
Debug line removed.
gui/src/learn/LearnLHPN.java
Debug line removed.
Java
apache-2.0
3426d318446dece541fe99bed24d9d0fd155f404
0
caot/intellij-community,akosyakov/intellij-community,retomerz/intellij-community,amith01994/intellij-community,signed/intellij-community,allotria/intellij-community,salguarnieri/intellij-community,signed/intellij-community,orekyuu/intellij-community,lucafavatella/intellij-community,MichaelNedzelsky/intellij-community,T...
/* * Copyright 2006 Sascha Weinreuter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
RegExpSupport/src/org/intellij/lang/regexp/psi/impl/RegExpCharImpl.java
/* * Copyright 2006 Sascha Weinreuter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
RUBY-12161: special case to parse valid octal chars #RUBY-12161 fixed
RegExpSupport/src/org/intellij/lang/regexp/psi/impl/RegExpCharImpl.java
RUBY-12161: special case to parse valid octal chars #RUBY-12161 fixed
Java
apache-2.0
85f78d8cb302dc371955f07097c8a5e217da5c05
0
mufaddalq/cloudstack-datera-driver,wido/cloudstack,argv0/cloudstack,mufaddalq/cloudstack-datera-driver,resmo/cloudstack,GabrielBrascher/cloudstack,wido/cloudstack,DaanHoogland/cloudstack,mufaddalq/cloudstack-datera-driver,DaanHoogland/cloudstack,resmo/cloudstack,resmo/cloudstack,argv0/cloudstack,argv0/cloudstack,wido/c...
/** * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. * * This software is licensed under the GNU General Public License v3 or later. * * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, e...
server/src/com/cloud/api/commands/DeleteUserCmd.java
/** * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. * * This software is licensed under the GNU General Public License v3 or later. * * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, e...
bug 6886: fixing the npe which occurs when we try to delete a non existant user. We were trying to return user details for an async job desc assuming the user always existed. Changing that logic to ensure when we don't have such details, we log the apt message status 6886: resolved fixed
server/src/com/cloud/api/commands/DeleteUserCmd.java
bug 6886: fixing the npe which occurs when we try to delete a non existant user. We were trying to return user details for an async job desc assuming the user always existed. Changing that logic to ensure when we don't have such details, we log the apt message status 6886: resolved fixed
Java
apache-2.0
1da02cbfd8dd9e99bc683b979dc35bb406768450
0
Tibo-lg/Smack,dpr-odoo/Smack,vanitasvitae/smack-omemo,igorexax3mal/Smack,lovely3x/Smack,esl/Smack,igorexax3mal/Smack,andrey42/Smack,magnetsystems/message-smack,igniterealtime/Smack,ayne/Smack,dpr-odoo/Smack,opg7371/Smack,lovely3x/Smack,vanitasvitae/Smack,mar-v-in/Smack,opg7371/Smack,hy9902/Smack,vito-c/Smack,mar-v-in/S...
/** * $RCSfile$ * $Revision$ * $Date$ * * Copyright (C) 2002-2003 Jive Software. All rights reserved. * ==================================================================== * The Jive Software License (based on Apache Software License, Version 1.1) * * Redistribution and use in source and binary forms, with or without ...
source/org/jivesoftware/smackx/ServiceDiscoveryManager.java
/** * $RCSfile$ * $Revision$ * $Date$ * * Copyright (C) 2002-2003 Jive Software. All rights reserved. * ==================================================================== * The Jive Software License (based on Apache Software License, Version 1.1) * * Redistribution and use in source and binary forms, with or without ...
Allows to retrieve items for entity nodes. SMACK-134 git-svn-id: 0d4d1bf2e47502aa0f0957c230a0ec7fa56198fd@2307 b35dd754-fafc-0310-a699-88a17e54d16e
source/org/jivesoftware/smackx/ServiceDiscoveryManager.java
Allows to retrieve items for entity nodes. SMACK-134
Java
apache-2.0
0e779b89b74bbeb6969c7fe3cb85a13d2133ba58
0
EvilMcJerkface/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,palantir/atlasdb
/** * Copyright 2015 Palantir Technologies * <p> * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://opensource.org/licenses/BSD-3-Clause * <p> * Unless required by applicable law or agre...
atlasdb-cassandra-tests/src/test/java/com/palantir/atlasdb/keyvalue/cassandra/CassandraTestSuite.java
/** * Copyright 2015 Palantir Technologies * <p> * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://opensource.org/licenses/BSD-3-Clause * <p> * Unless required by applicable law or agre...
Test classes in CassandraTestSuite
atlasdb-cassandra-tests/src/test/java/com/palantir/atlasdb/keyvalue/cassandra/CassandraTestSuite.java
Test classes in CassandraTestSuite
Java
apache-2.0
848f4de3fd1b5a5897ce0ab23014d0e696459b94
0
rfoltyns/log4j2-elasticsearch
package org.appenders.log4j2.elasticsearch; /*- * #%L * log4j2-elasticsearch * %% * Copyright (C) 2021 Rafal Foltynski * %% * 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 * * ...
log4j2-elasticsearch-core/src/test/java/org/appenders/log4j2/elasticsearch/AsyncBatchEmitterTest.java
package org.appenders.log4j2.elasticsearch; /*- * #%L * log4j2-elasticsearch * %% * Copyright (C) 2021 Rafal Foltynski * %% * 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 * * ...
Increase timeout on AsyncBatchEmitterTest
log4j2-elasticsearch-core/src/test/java/org/appenders/log4j2/elasticsearch/AsyncBatchEmitterTest.java
Increase timeout on AsyncBatchEmitterTest
Java
apache-2.0
7f28b627f35cc9f4e3df22850baef6ec238d3aff
0
exbin/deltahex-java
/* * Copyright (C) ExBin Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
modules/bined-swing-extended/src/main/java/org/exbin/bined/swing/extended/ExtendedCodeAreaPainter.java
/* * Copyright (C) ExBin Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Experimental fix for fonts with width depending on subsequent characters - 2
modules/bined-swing-extended/src/main/java/org/exbin/bined/swing/extended/ExtendedCodeAreaPainter.java
Experimental fix for fonts with width depending on subsequent characters - 2
Java
apache-2.0
73729ac6774314d83561f1c514cb2196cd2cb238
0
researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds,researchstudio-sat/webofneeds
package won.matcher.service.crawler.actor; import akka.actor.ActorRef; import akka.actor.OneForOneStrategy; import akka.actor.SupervisorStrategy; import akka.actor.UntypedActor; import akka.cluster.pubsub.DistributedPubSub; import akka.cluster.pubsub.DistributedPubSubMediator; import akka.event.Logging; import akka.ev...
webofneeds/won-matcher-service/src/main/java/won/matcher/service/crawler/actor/MasterCrawlerActor.java
package won.matcher.service.crawler.actor; import akka.actor.ActorRef; import akka.actor.OneForOneStrategy; import akka.actor.SupervisorStrategy; import akka.actor.UntypedActor; import akka.cluster.pubsub.DistributedPubSub; import akka.cluster.pubsub.DistributedPubSubMediator; import akka.event.Logging; import akka.ev...
Make matcher-service startup more resilient to rdf store failure
webofneeds/won-matcher-service/src/main/java/won/matcher/service/crawler/actor/MasterCrawlerActor.java
Make matcher-service startup more resilient to rdf store failure
Java
apache-2.0
4920186ff7d4ff14620dc50fbf6003d115cf4829
0
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.database.changesets; import ca.corefacility.bioinformatics.irida.config.data.IridaApiJdbcDataSourceConfig; import ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowNotFoundException; import ca.corefacility.bioinformatics.irida.model.workflow.IridaWorkflow; import...
src/main/java/ca/corefacility/bioinformatics/irida/database/changesets/AutomatedAnalysisToTemplate.java
package ca.corefacility.bioinformatics.irida.database.changesets; import ca.corefacility.bioinformatics.irida.config.data.IridaApiJdbcDataSourceConfig; import ca.corefacility.bioinformatics.irida.exceptions.IridaWorkflowNotFoundException; import ca.corefacility.bioinformatics.irida.model.workflow.IridaWorkflow; import...
removing unnecessary debug logging
src/main/java/ca/corefacility/bioinformatics/irida/database/changesets/AutomatedAnalysisToTemplate.java
removing unnecessary debug logging
Java
apache-2.0
0d19b3e37e17ec58e0532b5a746bf3591c0d531a
0
apache/commons-proxy,apache/commons-proxy
/* $Id$ * * Copyright 2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
src/java/org/apache/commons/proxy/factory/javassist/JavassistUtils.java
/* $Id$ * * Copyright 2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
Made JavassistUtils public. git-svn-id: 93cede5e617e70321d48b0c80c2845afbdf6dd40@348191 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/commons/proxy/factory/javassist/JavassistUtils.java
Made JavassistUtils public.
Java
apache-2.0
d86c90ada46fe8b8ca8a385ee658d4a85cab4828
0
sourcepit/osgifier,sourcepit/osgifier
/* * Copyright 2014 Bernd Vogt and others. * * 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 ...
org.sourcepit.osgifier.core/src/main/java/org/sourcepit/osgifier/core/packaging/BundleLocalizationWriter.java
/* * Copyright 2014 Bernd Vogt and others. * * 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 ...
Added path parameter to BundleLocalizationWriter.closeStream()
org.sourcepit.osgifier.core/src/main/java/org/sourcepit/osgifier/core/packaging/BundleLocalizationWriter.java
Added path parameter to BundleLocalizationWriter.closeStream()
Java
apache-2.0
a9eecdb0e558977947e985568426c928d3d403f3
0
xtracoder/bnd,mcculls/bnd,magnet/bnd,magnet/bnd,lostiniceland/bnd,lostiniceland/bnd,joansmith/bnd,mcculls/bnd,GEBIT/bnd,psoreide/bnd,xtracoder/bnd,magnet/bnd,mcculls/bnd,psoreide/bnd,lostiniceland/bnd,psoreide/bnd,joansmith/bnd,GEBIT/bnd
package aQute.bnd.help; import java.util.*; import java.util.regex.*; import aQute.bnd.osgi.*; public class Syntax implements Constants { final String header; final String lead; final String example; final Pattern pattern; final String values; final Syntax[] children; stat...
biz.aQute.bndlib/src/aQute/bnd/help/Syntax.java
package aQute.bnd.help; import java.util.*; import java.util.regex.*; import aQute.bnd.osgi.*; public class Syntax implements Constants { final String header; final String lead; final String example; final Pattern pattern; final String values; final Syntax[] children; stat...
doc fix to indicate comma seperation
biz.aQute.bndlib/src/aQute/bnd/help/Syntax.java
doc fix to indicate comma seperation
Java
apache-2.0
bdee6da97978890e6d6abc54ec92b003de036caf
0
vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa
node-admin/src/test/java/com/yahoo/vespa/hosted/node/admin/util/ConfigServerHttpRequestExecutorTest.java
package com.yahoo.vespa.hosted.node.admin.util; import com.yahoo.vespa.applicationmodel.HostName; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.junit.Ignore; import org.junit.Test; import org.mockito.Mockito; import org.mockito.invocation.InvocationOnMock; import org.mockito...
Remove not finished file.
node-admin/src/test/java/com/yahoo/vespa/hosted/node/admin/util/ConfigServerHttpRequestExecutorTest.java
Remove not finished file.
Java
apache-2.0
a3e9a33d63910b52dd15a36526ee9b1d9661125c
0
nicolas-raoul/apps-android-commons,wikimedia/apps-android-commons,sandarumk/apps-android-commons,neslihanturan/apps-android-commons,neslihanturan/apps-android-commons,misaochan/apps-android-commons,RSBat/apps-android-commons,maskaravivek/apps-android-commons,RSBat/apps-android-commons,dbrant/apps-android-commons,misaoc...
commons/app/src/main/java/main/native/src/com/gst_sdk/GStreamer.java
package com.gst_sdk; import android.content.Context; public class GStreamer { public static native void init(Context context) throws Exception; }
Remove empty/unused folders/files
commons/app/src/main/java/main/native/src/com/gst_sdk/GStreamer.java
Remove empty/unused folders/files
Java
mit
cbbc541fd7a815a0381face2b338ff2f5ea9c622
0
yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods
/* * ExportUtils */ package net.maizegenetics.pal.alignment; import ch.systemsx.cisd.base.mdarray.MDArray; import ch.systemsx.cisd.hdf5.HDF5Factory; import ch.systemsx.cisd.hdf5.IHDF5Writer; import ch.systemsx.cisd.hdf5.IHDF5WriterConfigurator; import java.io.BufferedWriter; import java.io.File; import java.io.FileO...
src/net/maizegenetics/pal/alignment/ExportUtils.java
/* * ExportUtils */ package net.maizegenetics.pal.alignment; import ch.systemsx.cisd.base.mdarray.MDArray; import ch.systemsx.cisd.hdf5.HDF5Factory; import ch.systemsx.cisd.hdf5.IHDF5Writer; import ch.systemsx.cisd.hdf5.IHDF5WriterConfigurator; import java.io.BufferedWriter; import java.io.File; import java.io.FileO...
The alleles column of HapMap output will now include more than 2 alleles if they exist in the data
src/net/maizegenetics/pal/alignment/ExportUtils.java
The alleles column of HapMap output will now include more than 2 alleles if they exist in the data
Java
mit
c12cea7885857da2902afc1b443d80ee2bba973e
0
Mr-DLib/jabref,Mr-DLib/jabref,bartsch-dev/jabref,bartsch-dev/jabref,mairdl/jabref,mredaelli/jabref,shitikanth/jabref,mredaelli/jabref,mairdl/jabref,Braunch/jabref,zellerdev/jabref,tobiasdiez/jabref,ayanai1/jabref,grimes2/jabref,tschechlovdev/jabref,ayanai1/jabref,shitikanth/jabref,Braunch/jabref,tschechlovdev/jabref,ba...
/* Copyright (C) 2003 Morten O. Alver, Nizar N. Batada All programs in this directory and subdirectories are published under the GNU General Public License as described below. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published b...
src/java/net/sf/jabref/groups/GroupDialog.java
/* Copyright (C) 2003 Morten O. Alver, Nizar N. Batada All programs in this directory and subdirectories are published under the GNU General Public License as described below. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published b...
improved conversion to ExplicitGroup by offering to auto-assign entries that previously matched the non-explicit group
src/java/net/sf/jabref/groups/GroupDialog.java
improved conversion to ExplicitGroup by offering to auto-assign entries that previously matched the non-explicit group
Java
mit
e7bf555279d7189324ae077ecace2168cd2fd6f0
0
SagaMusic/saga-android
package get.saga; import android.app.DownloadManager; import android.content.Context; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.text.TextUtils; import android.util.Log; import android.util.Patterns; import android.view.KeyEvent; import android.view.LayoutI...
app/src/main/java/get/saga/DownloadFragment.java
package get.saga; import android.app.DownloadManager; import android.content.Context; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.text.TextUtils; import android.util.Log; import android.util.Patterns; import android.view.KeyEvent...
get charts also from volley
app/src/main/java/get/saga/DownloadFragment.java
get charts also from volley
Java
mit
9e646dda59e1ee1408e7af72be330bfeb0b04160
0
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.integration; import com.elmakers.mine.bukkit.magic.ManaController; import com.sucy.skill.SkillAPI; import com.sucy.skill.api.player.PlayerClass; import com.sucy.skill.api.player.PlayerData; import com.sucy.skill.manager.AttributeManager; import org.bukkit.entity.Player; import org.bukk...
Magic/src/main/java/com/elmakers/mine/bukkit/integration/SkillAPIManager.java
package com.elmakers.mine.bukkit.integration; import com.elmakers.mine.bukkit.magic.ManaController; import com.sucy.skill.SkillAPI; import com.sucy.skill.api.player.PlayerClass; import com.sucy.skill.api.player.PlayerData; import com.sucy.skill.manager.AttributeManager; import org.bukkit.entity.Player; import org.bukk...
Remove debug print
Magic/src/main/java/com/elmakers/mine/bukkit/integration/SkillAPIManager.java
Remove debug print
Java
mit
e3f1fab4e8537fede53b9f907c790eb3f06d6195
0
DTL-FAIRData/FAIRifier,DTL-FAIRData/FAIRifier,DTL-FAIRData/FAIRifier,DTL-FAIRData/FAIRifier,DTL-FAIRData/FAIRifier,DTL-FAIRData/FAIRifier
/* Copyright 2010,2011 Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the...
main/tests/server/src/com/google/refine/tests/importers/JsonImporterTests.java
/* Copyright 2010, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the fol...
Issue 453 - Add test for importing top level JSON array - from Thad git-svn-id: 434d687192588585fc4b74a81d202f670dfb77fb@2287 7d457c2a-affb-35e4-300a-418c747d4874
main/tests/server/src/com/google/refine/tests/importers/JsonImporterTests.java
Issue 453 - Add test for importing top level JSON array - from Thad
Java
mit
e5f967969d1ad0acd33a31ae3df6dbb12b1f0c15
0
EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui,EDACC/edacc_gui
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edacc.model; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Hashtable; import java.util.Vector; /** * * @author dgall */ public class InstanceHa...
src/edacc/model/InstanceHasInstanceClassDAO.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edacc.model; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Hashtable; import java.util.Vector; /** * * @author dgall */ public class InstanceHa...
added some methods for easy instance class access.
src/edacc/model/InstanceHasInstanceClassDAO.java
added some methods for easy instance class access.
Java
epl-1.0
9fff77889eeec9c26acf6ac30dbc3f18ff7a19ea
0
elexis/elexis-3-core,elexis/elexis-3-core,elexis/elexis-3-core,elexis/elexis-3-core
/******************************************************************************* * Copyright (c) 2016 MEDEVIT <office@medevit.at>. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ...
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/util/NatTableFactory.java
/******************************************************************************* * Copyright (c) 2016 MEDEVIT <office@medevit.at>. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is ...
[21625] never set negative width in NatTableFactory
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/util/NatTableFactory.java
[21625] never set negative width in NatTableFactory
Java
epl-1.0
8c5c13e5212e9e407e608eae5d9dd56a4eea2043
0
AidanDelaney/jgrapht,arcanefoam/jgrapht,WorstCase00/jgrapht,arcanefoam/jgrapht,alexeykudinkin/jgrapht,mt0803/jgrapht,feilong0309/jgrapht,cthiebaud/jgrapht,feilong0309/jgrapht,cthiebaud/jgrapht,wselwood/jgrapht,Infeligo/jgrapht,kashak79/jgrapht,mt0803/jgrapht,kashak79/jgrapht,alexeykudinkin/jgrapht,AidanDelaney/jgrapht,...
/* ========================================== * JGraphT : a free Java graph-theory library * ========================================== * * Project Info: http://jgrapht.sourceforge.net/ * Project Creator: Barak Naveh (http://sourceforge.net/users/barak_naveh) * * (C) Copyright 2003-2008, by Barak Naveh ...
jgrapht-core/src/main/java/org/jgrapht/alg/cycle/HawickJamesSimpleCycles.java
/* ========================================== * JGraphT : a free Java graph-theory library * ========================================== * * Project Info: http://jgrapht.sourceforge.net/ * Project Creator: Barak Naveh (http://sourceforge.net/users/barak_naveh) * * (C) Copyright 2003-2008, by Barak Naveh ...
Explicit imports removed
jgrapht-core/src/main/java/org/jgrapht/alg/cycle/HawickJamesSimpleCycles.java
Explicit imports removed
Java
mpl-2.0
fc5f646c4e00273e69d9e5bb1911a4bd990727e7
0
Pilarbrist/rhino,qhanam/rhino,qhanam/rhino,lv7777/egit_test,tuchida/rhino,tuchida/rhino,AlexTrotsenko/rhino,Pilarbrist/rhino,swannodette/rhino,ashwinrayaprolu1984/rhino,tntim96/rhino-jscover,tntim96/htmlunit-rhino-fork,tejassaoji/RhinoCoarseTainting,Angelfirenze/rhino,tuchida/rhino,AlexTrotsenko/rhino,sainaen/rhino,swa...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Yo...
src/org/mozilla/javascript/NativeFunction.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Yo...
Fix for Bugzilla #396117: preserve backwards compatibility with existing jsc-precompiled classes generated with earlier Rhino versions.
src/org/mozilla/javascript/NativeFunction.java
Fix for Bugzilla #396117: preserve backwards compatibility with existing jsc-precompiled classes generated with earlier Rhino versions.
Java
agpl-3.0
a0c0a7c62d0ab7d5d2b855050e3479d9fe5292a1
0
laurianed/catalog,laurianed/catalog,ow2-proactive/workflow-catalog,ShatalovYaroslav/catalog,ow2-proactive/catalog,gparanthoen/workflow-catalog,ShatalovYaroslav/catalog,paraita/workflow-catalog,ShatalovYaroslav/catalog,ow2-proactive/catalog,ow2-proactive/catalog,laurianed/catalog
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
src/integration-test/java/org/ow2/proactive/workflow_catalog/rest/controller/DefaultConfigurationIntegrationTest.java
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
fixing formatting
src/integration-test/java/org/ow2/proactive/workflow_catalog/rest/controller/DefaultConfigurationIntegrationTest.java
fixing formatting
Java
agpl-3.0
c5f89cb682465934933966fefbf4276602b250b9
0
KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver
package nl.mpi.kinnate.ui.window; import java.awt.Component; import java.awt.KeyboardFocusManager; import java.util.ArrayList; import java.util.HashMap; import javax.swing.JFrame; import javax.swing.JTabbedPane; import nl.mpi.arbil.util.ApplicationVersionManager; import nl.mpi.kinnate.SavePanel; /** * Document : ...
desktop/src/main/java/nl/mpi/kinnate/ui/window/WindowedDiagramManager.java
package nl.mpi.kinnate.ui.window; import java.awt.Component; import java.awt.KeyboardFocusManager; import java.util.ArrayList; import java.util.HashMap; import javax.swing.JFrame; import javax.swing.JTabbedPane; import nl.mpi.arbil.util.ApplicationVersionManager; /** * Document : DiagramWindowManager * Created ...
Separated the file menu from the MainFrame class. Created a diagram window manager class and moved relevant code out of the MainFrame into the new class. Added a check for unsaved diagrams on application close. Separated out the edit menu into a different class. Updated the import data menu. Updated the edit menu to us...
desktop/src/main/java/nl/mpi/kinnate/ui/window/WindowedDiagramManager.java
Separated the file menu from the MainFrame class. Created a diagram window manager class and moved relevant code out of the MainFrame into the new class. Added a check for unsaved diagrams on application close. Separated out the edit menu into a different class. Updated the import data menu. Updated the edit menu to us...
Java
lgpl-2.1
a91f9d008cb2be3dc6e2898bb59d19bfbc45fe27
0
samskivert/samskivert,samskivert/samskivert
// // $Id: UserManager.java,v 1.28 2003/12/05 18:20:30 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne // // 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 ...
projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java
// // $Id: UserManager.java,v 1.28 2003/12/05 18:20:30 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne // // 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 ...
Don't choke if the specified password is null (because we're automatically logging someone in). git-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@1564 6335cc39-0255-0410-8fd6-9bcaacd3b74c
projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java
Don't choke if the specified password is null (because we're automatically logging someone in).
Java
apache-2.0
7d57edd8e8c4dfa3cba5e5d29ceb74aeaa5e3562
0
Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos,RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract
package org.mifosng.platform.api; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; ...
mifosng-provider/src/main/java/org/mifosng/platform/api/DataTableApiResource.java
package org.mifosng.platform.api; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; ...
data table query param correction
mifosng-provider/src/main/java/org/mifosng/platform/api/DataTableApiResource.java
data table query param correction
Java
apache-2.0
4c51ef6a8eb55386428410d107470e086bd225c7
0
crockpotveggies/deeplearning4j,crockpotveggies/deeplearning4j,crockpotveggies/deeplearning4j,crockpotveggies/deeplearning4j,crockpotveggies/deeplearning4j,crockpotveggies/deeplearning4j
package org.deeplearning4j.models.word2vec.wordstore; import lombok.Data; import lombok.NonNull; import org.deeplearning4j.models.embeddings.WeightLookupTable; import org.deeplearning4j.models.embeddings.wordvectors.WordVectors; import org.deeplearning4j.models.sequencevectors.interfaces.SequenceIterator; import org.d...
deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/word2vec/wordstore/VocabConstructor.java
package org.deeplearning4j.models.word2vec.wordstore; import lombok.Data; import lombok.NonNull; import org.deeplearning4j.models.embeddings.WeightLookupTable; import org.deeplearning4j.models.embeddings.wordvectors.WordVectors; import org.deeplearning4j.models.sequencevectors.interfaces.SequenceIterator; import org.d...
Sleep time
deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/word2vec/wordstore/VocabConstructor.java
Sleep time
Java
apache-2.0
ffb93782310e6c7be014b9c4eda608ece21bf579
0
MINDS-i/Dashboard,MINDS-i/Dashboard,MINDS-i/Dashboard
package com.ui; import com.graph.DataSource; import com.ui.SampleSource; import com.Context; import java.util.*; import java.io.*; import java.text.SimpleDateFormat; import java.text.DecimalFormat; public class TelemetryManager{ private final static int DEFAULT_LOG_PERIOD = 250; private class Observer{ ...
src/ui/TelemetryManager.java
package com.ui; import com.graph.DataSource; import com.ui.SampleSource; import com.Context; import java.util.*; import java.io.*; import java.text.SimpleDateFormat; import java.text.DecimalFormat; public class TelemetryManager{ private final static int DEFAULT_LOG_PERIOD = 250; private class Observer{ ...
Equals method should check for null arguments
src/ui/TelemetryManager.java
Equals method should check for null arguments
Java
apache-2.0
b6ebf4e1ffda9248c645db84f0a393464727460b
0
DevopsJK/SuitAgent,DevopsJK/SuitAgent,DevopsJK/SuitAgent,DevopsJK/SuitAgent
/* * www.yiji.com Inc. * Copyright (c) 2016 All Rights Reserved */ package com.falcon.suitagent.plugins.metrics; /* * 修订记录: * guqiu@yiji.com 2016-07-01 17:29 创建 */ import com.falcon.suitagent.exception.AgentArgumentException; import com.falcon.suitagent.falcon.CounterType; import com.falcon.suitagent.falcon.Falc...
src/main/java/com/falcon/suitagent/plugins/metrics/SNMPV3MetricsValue.java
/* * www.yiji.com Inc. * Copyright (c) 2016 All Rights Reserved */ package com.falcon.suitagent.plugins.metrics; /* * 修订记录: * guqiu@yiji.com 2016-07-01 17:29 创建 */ import com.falcon.suitagent.exception.AgentArgumentException; import com.falcon.suitagent.falcon.CounterType; import com.falcon.suitagent.falcon.Falc...
优化snmp,添加超时处理 Signed-off-by: QianLong <ca8110ffc5630f754d4440329e0fc5244713dabe@qq.com>
src/main/java/com/falcon/suitagent/plugins/metrics/SNMPV3MetricsValue.java
优化snmp,添加超时处理
Java
apache-2.0
4e0192f660bfd83921842a9e59d04c681100156a
0
RobberPhex/thrift,zzmp/thrift,BluechipSystems/thrift,zzmp/thrift,EasonYi/thrift,bgould/thrift,crisish/thrift,bgould/thrift,roshan/thrift,nsuke/thrift,haruwo/thrift-with-java-annotation-support,rmhartog/thrift,jfarrell/thrift,steven-sheffey-tungsten/thrift,bmiklautz/thrift,project-zerus/thrift,dongjiaqiang/thrift,huahan...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
lib/javame/src/org/apache/thrift/TBaseHelper.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
THRIFT-1255. javame: Mismatch of method name between JavaME's lib and generated code (compareTo/compareObjects) Patch: Raphael Bartement git-svn-id: e03702e31dc1037215618ef8d1dc0ebc5b0b17e5@1153295 13f79535-47bb-0310-9956-ffa450edef68
lib/javame/src/org/apache/thrift/TBaseHelper.java
THRIFT-1255. javame: Mismatch of method name between JavaME's lib and generated code (compareTo/compareObjects)
Java
apache-2.0
a326c8252c865c35c936f4e9e48f6e6d216c1338
0
tuxarb/profiling
package app.model; import app.model.beans.Characteristic; import app.model.enums.DatabaseTypes; import app.utils.Log; import app.utils.Utils; import app.utils.exceptions.ClientProcessException; import app.utils.exceptions.WrongSelectedDatabaseException; import org.slf4j.Logger; import java.io.File; import java.io.IOE...
src/main/java/app/model/Model.java
package app.model; import app.model.beans.Characteristic; import app.model.enums.DatabaseTypes; import app.utils.Log; import app.utils.Utils; import app.utils.exceptions.ClientProcessException; import app.utils.exceptions.WrongSelectedDatabaseException; import org.slf4j.Logger; import java.io.File; import java.io.IOE...
now getUserCommandInfo() is displaying in a separate thread.
src/main/java/app/model/Model.java
now getUserCommandInfo() is displaying in a separate thread.
Java
apache-2.0
20b2efe28b07e725f696055398f25b47e3db9cf9
0
jpalves/la4j,zhangxiubo/la4j,cvand/la4j,tansvanio/la4j,vkostyukov/la4j
/* * Copyright 2011-2013, by Vladimir Kostyukov and Contributors. * * This file is part of la4j project (http://la4j.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 * * ...
src/main/java/org/la4j/matrix/AbstractMatrix.java
/* * Copyright 2011-2013, by Vladimir Kostyukov and Contributors. * * This file is part of la4j project (http://la4j.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 * * ...
Stubbed out all new methods.
src/main/java/org/la4j/matrix/AbstractMatrix.java
Stubbed out all new methods.
Java
apache-2.0
9fcedc160282e6620f409ea46bf6728b35d011dd
0
AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,an...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
v7/mediarouter/src/android/support/v7/media/MediaRouter.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Fix MediaRouter leaks. There was a cyclic reference from the value of a WeakHashMap to its key which resulted in MediaRouter instances and associated Contexts being leaked. Fixed this by avoiding the cycle but there is now a little more burden on the application to ensure that it holds a reference to the MediaRouter ...
v7/mediarouter/src/android/support/v7/media/MediaRouter.java
Fix MediaRouter leaks.
Java
apache-2.0
302911d9b5cbbf489e2407f14dbd4678f799089b
0
mpi2/PhenotypeArchive,mpi2/PhenotypeArchive,mpi2/PhenotypeArchive
/** * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. /** * Copyright © 2015 EMBL - European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); ...
src/main/java/org/mousephenotype/www/testing/model/GraphValidatorPreqc.java
/** * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. /** * Copyright © 2015 EMBL - European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); ...
Ignore non preqc graphs; don't throw an error. I've seen the same gene id, parameter name, and procedure name for two different kinds of graph.
src/main/java/org/mousephenotype/www/testing/model/GraphValidatorPreqc.java
Ignore non preqc graphs; don't throw an error. I've seen the same gene id, parameter name, and procedure name for two different kinds of graph.
Java
apache-2.0
334c7485f7abb499f37be15e54dece24032098ae
0
Doctusoft/java-toolbox
package com.doctusoft.java; import java.nio.ByteBuffer; import java.time.Instant; import java.util.*; import java.util.concurrent.*; /** * Provides random String ID generation suitable for distributed systems. * <p> * The generated random ID is a Base64 URL-safe encoded 128bit number. There are 3 different mechani...
src/main/java/com/doctusoft/java/RandomId.java
package com.doctusoft.java; import java.nio.ByteBuffer; import java.time.Instant; import java.util.*; import java.util.concurrent.*; /** * Provides random String ID generation suitable for distributed systems. * <p> * The generated random ID is a Base64 URL-safe encoded 128bit number. The first 64bit is derived fr...
RandomId API extension supporting multiple ID distribution mechanisms
src/main/java/com/doctusoft/java/RandomId.java
RandomId API extension supporting multiple ID distribution mechanisms
Java
apache-2.0
ec77941ef8276e0d396011a1db32f426e05b2125
0
nhl/bootique-linkmove
package io.bootique.linkmove.connector; import com.fasterxml.jackson.annotation.JsonTypeName; import com.google.inject.Injector; import com.nhl.link.move.connect.URIConnector; import com.nhl.link.move.runtime.connect.IConnectorFactory; import java.net.URI; import java.net.URISyntaxException; import java.util.Collecti...
src/main/java/io/bootique/linkmove/connector/URIConnectorFactoryFactory.java
package io.bootique.linkmove.connector; import com.fasterxml.jackson.annotation.JsonTypeName; import com.google.inject.Injector; import com.nhl.link.move.connect.URIConnector; import com.nhl.link.move.runtime.connect.IConnectorFactory; import java.net.URI; import java.net.URISyntaxException; import java.util.HashMap;...
App-specific configuration of connector factories #13 * NPE when no URI connectors are specified
src/main/java/io/bootique/linkmove/connector/URIConnectorFactoryFactory.java
App-specific configuration of connector factories #13
Java
apache-2.0
f3630d02b86658d6ae15122d25564ed608584ad6
0
slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer
package com.sixsq.slipstream.connector; /* * +=================================================================+ * SlipStream Server (WAR) * ===== * Copyright (C) 2013 SixSq Sarl (sixsq.com) * ===== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
jar-connector/src/main/java/com/sixsq/slipstream/connector/ConnectorBase.java
package com.sixsq.slipstream.connector; /* * +=================================================================+ * SlipStream Server (WAR) * ===== * Copyright (C) 2013 SixSq Sarl (sixsq.com) * ===== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
set url.ssh value from server (#139)
jar-connector/src/main/java/com/sixsq/slipstream/connector/ConnectorBase.java
set url.ssh value from server (#139)
Java
apache-2.0
32b33bea0fe1e823d5f5202be02c4894fc194d97
0
mufaddalq/cloudstack-datera-driver,mufaddalq/cloudstack-datera-driver,mufaddalq/cloudstack-datera-driver,mufaddalq/cloudstack-datera-driver,mufaddalq/cloudstack-datera-driver,mufaddalq/cloudstack-datera-driver
/* * 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 ...
server/src/com/cloud/storage/VolumeManagerImpl.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 ...
CLOUDSTACK-4244. Unable to attach a volume to a VM deployed in Stopped (startvm=false) state. While attaching a volume to a VM, create volume on the hypervisor only if the VM has been started on the it.
server/src/com/cloud/storage/VolumeManagerImpl.java
CLOUDSTACK-4244. Unable to attach a volume to a VM deployed in Stopped (startvm=false) state. While attaching a volume to a VM, create volume on the hypervisor only if the VM has been started on the it.
Java
apache-2.0
cf4496d5c496b53c75a745ac678396089ef2b673
0
magicdoom/Mycat-Server,magicdoom/Mycat-Server,magicdoom/Mycat-Server,magicdoom/Mycat-Server
package io.mycat.route.util; import java.sql.SQLNonTransientException; import java.sql.SQLSyntaxErrorException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashSet; import java.ut...
src/main/java/io/mycat/route/util/RouterUtil.java
package io.mycat.route.util; import com.alibaba.druid.sql.ast.SQLExpr; import com.alibaba.druid.sql.ast.SQLStatement; import com.alibaba.druid.sql.ast.expr.SQLCharExpr; import com.alibaba.druid.sql.ast.expr.SQLIdentifierExpr; import com.alibaba.druid.sql.ast.statement.SQLCharacterDataType; import com.alibaba.druid.sql...
解决 1: 在通过JDBC获取数据库metadata时当表是全局表时SQL路由到错误节点的问题, 导致找不到对应表的metadata. 2: 即使是全局表, 应该调用更改后的方法, 放在全局表并不存在于某个DB时而导致查询不到的问题.
src/main/java/io/mycat/route/util/RouterUtil.java
解决 1: 在通过JDBC获取数据库metadata时当表是全局表时SQL路由到错误节点的问题, 导致找不到对应表的metadata. 2: 即使是全局表, 应该调用更改后的方法, 放在全局表并不存在于某个DB时而导致查询不到的问题.
Java
apache-2.0
ac0558b2af5d72a3a099167cc4436e142ec627dc
0
tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki
/* JSPWiki - a JSP-based WikiWiki clone. 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 Apa...
src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java
/* JSPWiki - a JSP-based WikiWiki clone. 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 Apa...
Bug fix: hard-coded class name in tag. git-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@730423 13f79535-47bb-0310-9956-ffa450edef68
src/com/ecyrd/jspwiki/tags/HistoryIteratorInfo.java
Bug fix: hard-coded class name in tag.
Java
apache-2.0
69112eb4fc8cbe7b90812dcc402724c72c225a9e
0
avaje-metric/avaje-metric-api
package org.avaje.metric; /** * Standard JVM metrics built in that we often register. * <p> * Typically we want the standard JVM metrics and either Logback or Log4J metrics * and this provides a relatively easy way to register those. * </p> * <pre>{@code * * MetricManager.jvmMetrics() * .withReportAlway...
src/main/java/org/avaje/metric/JvmMetrics.java
package org.avaje.metric; /** * Standard JVM metrics built in that we often register. */ public interface JvmMetrics { /** * Set to only report when the metrics change. This is the default and means * that metrics that don't change are not reported. */ JvmMetrics withReportChangesOnly(); /** * Se...
#13 - Update JvmMetrics to make it easier to register Logback or Log4J metrics
src/main/java/org/avaje/metric/JvmMetrics.java
#13 - Update JvmMetrics to make it easier to register Logback or Log4J metrics
Java
apache-2.0
8dccf87a979470aa342082d2e446a28f2bf45607
0
xperimental/vfrmap
package net.sourcewalker.vfrmap; import org.osmdroid.ResourceProxy; import org.osmdroid.tileprovider.MapTile; import org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase; import org.osmdroid.tileprovider.tilesource.TileSourceFactory; import org.osmdroid.tileprovider.tilesource.XYTileSource; public class VfrTileS...
src/net/sourcewalker/vfrmap/VfrTileSource.java
package net.sourcewalker.vfrmap; import org.osmdroid.ResourceProxy; import org.osmdroid.tileprovider.MapTile; import org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase; import org.osmdroid.tileprovider.tilesource.TileSourceFactory; import org.osmdroid.tileprovider.tilesource.XYTileSource; public class VfrTileS...
Removed unused lines.
src/net/sourcewalker/vfrmap/VfrTileSource.java
Removed unused lines.
Java
apache-2.0
171ff5f238b37d781364d66af7dd24fbb20a2ebf
0
GerritCodeReview/gerrit,WANdisco/gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,WANdisco/gerrit,GerritCodeReview/g...
// Copyright (C) 2008 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
gerrit-server/src/main/java/com/google/gerrit/server/project/ProjectState.java
// Copyright (C) 2008 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
Don't store LabelTypes in ProjectState ProjectState is only invalidated if the underlying config changes, but not when any of its parent's config changes. Therefore it must not store any data locally that it derived from any parent. Bug: Issue 11248 Change-Id: I3f8d74e829274701c54d5898f6348971a59f866f
gerrit-server/src/main/java/com/google/gerrit/server/project/ProjectState.java
Don't store LabelTypes in ProjectState
Java
apache-2.0
3a3b71eee5cd8ff5fcc594f084d27a8916a77159
0
BankingBoys/amos-ss17-proj7,BankingBoys/amos-ss17-proj7
package de.fau.amos.virtualledger.server.auth; import de.fau.amos.virtualledger.server.api.UserRegistrationFilter; import org.keycloak.adapters.KeycloakConfigResolver; import org.keycloak.adapters.springboot.KeycloakSpringBootConfigResolver; import org.keycloak.adapters.springsecurity.KeycloakSecurityComponents; impo...
server/src/main/java/de/fau/amos/virtualledger/server/auth/SecurityConfig.java
package de.fau.amos.virtualledger.server.auth; import de.fau.amos.virtualledger.server.api.UserRegistrationFilter; import org.keycloak.adapters.KeycloakConfigResolver; import org.keycloak.adapters.springboot.KeycloakSpringBootConfigResolver; import org.keycloak.adapters.springsecurity.KeycloakSecurityComponents; impo...
fixed checkstyle by appliying no magic number to order of UserRegistrationFilter
server/src/main/java/de/fau/amos/virtualledger/server/auth/SecurityConfig.java
fixed checkstyle by appliying no magic number to order of UserRegistrationFilter
Java
apache-2.0
66c2c96e297b074a55087456c020b57224ad8963
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
server/src/test/java/io/spine/system/server/given/AbstractEventAccumulator.java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Remove redundant ctor.
server/src/test/java/io/spine/system/server/given/AbstractEventAccumulator.java
Remove redundant ctor.
Java
apache-2.0
009e60266d509ae59b5abd39a016e0c0030bdcbc
0
DaanHoogland/cloudstack,cinderella/incubator-cloudstack,cinderella/incubator-cloudstack,DaanHoogland/cloudstack,resmo/cloudstack,DaanHoogland/cloudstack,argv0/cloudstack,jcshen007/cloudstack,wido/cloudstack,DaanHoogland/cloudstack,argv0/cloudstack,mufaddalq/cloudstack-datera-driver,GabrielBrascher/cloudstack,resmo/clou...
/** * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. * * This software is licensed under the GNU General Public License v3 or later. * * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, e...
utils/src/com/cloud/utils/db/Merovingian2.java
/** * Copyright (C) 2010 Cloud.com, Inc. All rights reserved. * * This software is licensed under the GNU General Public License v3 or later. * * It is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, e...
fix for the problem of locking connection being gone
utils/src/com/cloud/utils/db/Merovingian2.java
fix for the problem of locking connection being gone
Java
bsd-3-clause
2224e9809771ed68444cb0e4965f6027ea6e73cd
0
ukcrpb6/jaxen-wmb-extensions,appcelerator/jaxen_titanium
/* * $Header$ * $Revision$ * $Date$ * * ==================================================================== * * Copyright (C) 2000-2002 bob mcwhirter & James Strachan. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
src/java/main/org/jaxen/expr/DefaultOrExpr.java
/* * $Header$ * $Revision$ * $Date$ * * ==================================================================== * * Copyright (C) 2000-2002 bob mcwhirter & James Strachan. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
Changing value == Boolean.TRUE to value.booleanValue() to avoid possible problems with different Boolean objects that are equal but not == git-svn-id: 7abf240ce0ec4644a9bf59262a41ad5796234f37@629 43379f7c-b030-0410-81db-e0b70742847c
src/java/main/org/jaxen/expr/DefaultOrExpr.java
Changing value == Boolean.TRUE to value.booleanValue() to avoid possible problems with different Boolean objects that are equal but not ==
Java
mit
6437f9aad65bd20e11e9681e369a801f0d1b65aa
0
AndrewMiTe/chimera-saga-bl
/* * MIT License * * Copyright (c) 2016 Andrew Michael Teller(https://github.com/AndrewMiTe) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without li...
src/main/java/chimera/Battle.java
/* * MIT License * * Copyright (c) 2016 Andrew Michael Teller(https://github.com/AndrewMiTe) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without li...
Renamed chimera.Battlefield to Battle.
src/main/java/chimera/Battle.java
Renamed chimera.Battlefield to Battle.
Java
mit
016670fb879d64b05acf2582302f838108772a89
0
celerysoft/ImagePager
package com.celerysoft.imagepagerdemo; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import com.celerysoft.imagepager.ImagePager; import com.celerysoft.imagepager.adapter.ImagePagerAdapter; import com.celerysoft.imagepager...
demo/src/main/java/com/celerysoft/imagepagerdemo/MainActivity.java
package com.celerysoft.imagepagerdemo; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import com.celerysoft.imagepager.ImagePager; import com.celerysoft.imagepager.adapter.ImagePagerAdapter; import com.celerysoft.imagepager...
add transformer for the demo
demo/src/main/java/com/celerysoft/imagepagerdemo/MainActivity.java
add transformer for the demo
Java
mit
0b28741f1418305d03c444613e6927c45a6a3773
0
CS2103AUG2016-T14-C1/main
package seedu.todoList.model; import javafx.collections.transformation.FilteredList; import seedu.todoList.commons.core.ComponentManager; import seedu.todoList.commons.core.LogsCenter; import seedu.todoList.commons.core.UnmodifiableObservableList; import seedu.todoList.commons.events.model.*; import seedu.todoList.com...
src/main/java/seedu/todoList/model/ModelManager.java
package seedu.todoList.model; import javafx.collections.transformation.FilteredList; import seedu.todoList.commons.core.ComponentManager; import seedu.todoList.commons.core.LogsCenter; import seedu.todoList.commons.core.UnmodifiableObservableList; import seedu.todoList.commons.events.model.*; import seedu.todoList.com...
Fix Event and Deadline delete problem
src/main/java/seedu/todoList/model/ModelManager.java
Fix Event and Deadline delete problem
Java
mit
b1443084e44a485da3afcb8398ad3e01022742a2
0
windows146/Xiabween
/* Xiabween Copyright (C) 2015 Easterling 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 Free Software Foundation; either version 2 of the License, or (at your option) any later version. This pr...
core/src/render/CollisionDetector.java
/* Xiabween Copyright (C) 2015 Easterling 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 Free Software Foundation; either version 2 of the License, or (at your option) any later version. This pr...
Created yet-to-be tested collision detection using Intersector.
core/src/render/CollisionDetector.java
Created yet-to-be tested collision detection using Intersector.
Java
epl-1.0
5fd73096f185c2cf5c21e945dd645130a4871e23
0
sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt
/******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is av...
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/CubeUtil.java
/******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is av...
CheckIn:Add utility class for Engine to process Cube
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/CubeUtil.java
CheckIn:Add utility class for Engine to process Cube
Java
mpl-2.0
123c6e6223f02301553e32166446ce2b4c79b191
0
dwjackson/EditSomeXML
package editor.views; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; /** * The AttributesPanelView is used to show all of the attributes of an XML * element in an editable form. * @see xml.Element */ public class Attrib...
src/main/java/editor/views/AttributesPanelView.java
package editor.views; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.HashMap; /** * The AttributesPanelView is used to show all of the attributes of an XML * element in an editable form. * @see xml.Eleme...
Update method documentation
src/main/java/editor/views/AttributesPanelView.java
Update method documentation
Java
mpl-2.0
19acc83fa9645e36e535b0be61f473eb846ca7bd
0
Tropicraft/Tropicraft,Tropicraft/Tropicraft,Tropicraft/Tropicraft
package net.tropicraft.core.client.scuba; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.model.HumanoidModel; import net.minecraft.client.model.geom.EntityModelSet; import net.minecraft.client.model.geom.ModelLayerLocation; import net.minecraft....
src/main/java/net/tropicraft/core/client/scuba/ModelScubaGear.java
package net.tropicraft.core.client.scuba; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.model.HumanoidModel; import net.minecraft.client.model.geom.EntityModelSet; import net.minecraft.client.model.geom.ModelLayerLocation; import net.minecraft....
Fix scuba helmet translating incorrectly when sneaking Fixed #445
src/main/java/net/tropicraft/core/client/scuba/ModelScubaGear.java
Fix scuba helmet translating incorrectly when sneaking
Java
agpl-3.0
8c2436a8d615ad8b267b2923e40bca04278bf87b
0
BlackHubOS/EventoZero
/** * * EventoZero - Advanced event factory and executor for Bukkit and Spigot. * Copyright © 2016 BlackHub OS and contributors. * * 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 Free Software Foundation, either v...
src/br/com/blackhubos/eventozero/EventoZero.java
/** * * EventoZero - Advanced event factory and executor for Bukkit and Spigot. * Copyright © 2016 BlackHub OS and contributors. * * 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 Free Software Foundation, either v...
Limpezas na classe principal
src/br/com/blackhubos/eventozero/EventoZero.java
Limpezas na classe principal
Java
lgpl-2.1
060de4c60fab4a1d5567afe12a2ced02f7eee87e
0
levants/lightmare
package org.lightmare.cache; import java.util.Collection; import java.util.Iterator; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.glassfish.jersey.server.model.Resource; import org.lightmare.rest.RestConfig; import org.lightmare.rest.provid...
src/main/java/org/lightmare/cache/RestContainer.java
package org.lightmare.cache; import java.util.Collection; import java.util.Iterator; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.glassfish.jersey.server.model.Resource; import org.lightmare.rest.RestConfig; import org.lightmare.rest.provid...
improved code / comments at utility classes
src/main/java/org/lightmare/cache/RestContainer.java
improved code / comments at utility classes
Java
lgpl-2.1
6669ff6d25381e6f1980c20f585ff6eac7f7f8ed
0
xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
XWIKI-16192: Refactor links to support properly backlinks in a farm * improve test
xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java
XWIKI-16192: Refactor links to support properly backlinks in a farm * improve test
Java
apache-2.0
b5c334222c31c14e8e85bdd34d9fe2be3cada05e
0
gargchap/gargvaibhav,amee-trivedi/commons-csv,COTechTrial/case2,COTechTrial/case2,SCORPIO12/Case2,gargchap/gargvaibhav,afafhassan/commons-csv,catconst/commons-csv,shashankasharma/commons-csv,fadysamirzakarya/commons-csv,shubhcollaborator/common-csvnew,muhammadallee/commons-csv,arunnairvyaj/commons-csv-trunk,sruputway/c...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/csv/CSVParser.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 ...
Remove whitespace. git-svn-id: 77bd0fb3f0b1af3312cb764eaf99792cfc1ce6c4@1397549 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/csv/CSVParser.java
Remove whitespace.
Java
apache-2.0
e454f859c3f21ed6dffca9e3b4094c89b1b12550
0
kirillkrohmal/krohmal,kirillkrohmal/krohmal
package ru.job4j.SimpleTree; import java.util.*; /** * Created by Comp on 03.10.2017. */ public class Tree<E extends Comparable<E>> implements SimpleTree<E> { private Node<E> node; private int size; public Tree(E e) { node = new Node<E>(e); } /* * метод add - Должен находить элеме...
chapter_005/src/main/java/ru/job4j/SimpleTree/Tree.java
package ru.job4j.SimpleTree; import java.util.*; /** * Created by Comp on 03.10.2017. */ public class Tree<E extends Comparable<E>> implements SimpleTree<E> { private Node<E> node; private int size; public Tree(E e) { node = new Node<E>(e); } private int size() { return size; ...
Update: Реализовать собственную структуру данных - справочник.[#27853]
chapter_005/src/main/java/ru/job4j/SimpleTree/Tree.java
Update: Реализовать собственную структуру данных - справочник.[#27853]
Java
apache-2.0
189fca4625d0db8f9c366bd5089573788f89362f
0
zhexuany/bazel,ButterflyNetwork/bazel,Asana/bazel,ulfjack/bazel,variac/bazel,perezd/bazel,ButterflyNetwork/bazel,ulfjack/bazel,kchodorow/bazel,mrdomino/bazel,mbrukman/bazel,dslomov/bazel-windows,LuminateWireless/bazel,kchodorow/bazel-1,katre/bazel,bazelbuild/bazel,werkt/bazel,juhalindfors/bazel-patches,meteorcloudy/baz...
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Rollback of commit 66a45a5e40e439f0682e16a8ee5faa40f95be72a. -- MOS_MIGRATED_REVID=133253879
src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleImplementationFunctions.java
Rollback of commit 66a45a5e40e439f0682e16a8ee5faa40f95be72a.
Java
apache-2.0
d30a7330e5122724b72406ae9be2cd1509626eec
0
billy1380/blogwt,billy1380/blogwt,billy1380/blogwt
// // ApiHelper.java // blogwt // // Created by billy1380 on 1 Aug 2013. // Copyright © 2013 WillShex Limited. All rights reserved. // package com.willshex.blogwt.client.helper; import static com.google.gwt.user.client.Window.Location.getHost; import com.google.gwt.core.shared.GWT; import com.willshex.blogwt.clie...
src/main/java/com/willshex/blogwt/client/helper/ApiHelper.java
// // ApiHelper.java // blogwt // // Created by billy1380 on 1 Aug 2013. // Copyright © 2013 WillShex Limited. All rights reserved. // package com.willshex.blogwt.client.helper; import static com.google.gwt.user.client.Window.Location.getHost; import com.google.gwt.core.shared.GWT; import com.willshex.blogwt.clie...
expose host
src/main/java/com/willshex/blogwt/client/helper/ApiHelper.java
expose host
Java
apache-2.0
91d484be1e3bbd959fb7324d1632e31b702eadc7
0
alexandrnikitin/aerospike-client-java,wgpshashank/aerospike-client-java,Stratio/aerospike-client-java,Stratio/aerospike-client-java,wgpshashank/aerospike-client-java,pradeepsrinivasan/aerospike-client-java,alexandrnikitin/aerospike-client-java,pradeepsrinivasan/aerospike-client-java
/* * Aerospike Client - Java Library * * Copyright 2013 by Aerospike, Inc. All rights reserved. * * Availability of this source code to partners and customers includes * redistribution rights covered by individual contract. Please check your * contract for exact rights and responsibilities. */ package com.aeros...
client/src/com/aerospike/client/async/AsyncCommand.java
/* * Aerospike Client - Java Library * * Copyright 2013 by Aerospike, Inc. All rights reserved. * * Availability of this source code to partners and customers includes * redistribution rights covered by individual contract. Please check your * contract for exact rights and responsibilities. */ package com.aeros...
Fix comment.
client/src/com/aerospike/client/async/AsyncCommand.java
Fix comment.
Java
apache-2.0
501c512d0d76b397e851b63a4537300f1f1df3b9
0
gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa
package uk.ac.ebi.gxa.annotator.model.biomart; import org.hibernate.annotations.Cascade; import org.hibernate.annotations.Fetch; import org.hibernate.annotations.FetchMode; import uk.ac.ebi.gxa.annotator.model.AnnotationSource; import uk.ac.ebi.microarray.atlas.model.Organism; import uk.ac.ebi.microarray.atlas.model.b...
annotator/src/main/java/uk/ac/ebi/gxa/annotator/model/biomart/BioMartAnnotationSource.java
package uk.ac.ebi.gxa.annotator.model.biomart; import org.hibernate.annotations.Cascade; import org.hibernate.annotations.Fetch; import org.hibernate.annotations.FetchMode; import uk.ac.ebi.gxa.annotator.model.AnnotationSource; import uk.ac.ebi.microarray.atlas.model.Organism; import uk.ac.ebi.microarray.atlas.model.b...
fixed: include array designs in a copy
annotator/src/main/java/uk/ac/ebi/gxa/annotator/model/biomart/BioMartAnnotationSource.java
fixed: include array designs in a copy
Java
apache-2.0
1dbcb2369b324a30067580cf32e8d4974e12bbb2
0
adaptris/interlok,mcwarman/interlok,mcwarman/interlok
/* * Copyright 2015 Adaptris Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
adapter/src/main/java/com/adaptris/core/ServiceCollectionImp.java
/* * Copyright 2015 Adaptris Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
INTERLOK-1269 Tidy up logging.
adapter/src/main/java/com/adaptris/core/ServiceCollectionImp.java
INTERLOK-1269 Tidy up logging.
Java
apache-2.0
7d5902d371b31a9ebdaf17ee2b2747a3b5d29e52
0
OrBin/SynClock-Android
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
src/com/android/deskclock/alarms/AlarmActivity.java
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Fix build breakage from 326e7c17 Change-Id: Ia319db5b95cb0543329db7f41f840db9ff1d70f8
src/com/android/deskclock/alarms/AlarmActivity.java
Fix build breakage from 326e7c17
Java
apache-2.0
e3623cb932282fcc660fcd13366c3134af68e1dc
0
dimagi/commcare,dimagi/commcare-core,dimagi/commcare,dimagi/commcare,dimagi/commcare-core,dimagi/commcare-core
package org.javarosa.form.api; import org.javarosa.core.model.FormDef; import org.javarosa.core.model.FormIndex; import org.javarosa.core.model.GroupDef; import org.javarosa.core.model.IFormElement; import org.javarosa.core.model.QuestionDef; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.core.mo...
src/main/java/org/javarosa/form/api/FormEntryModel.java
package org.javarosa.form.api; import org.javarosa.core.model.FormDef; import org.javarosa.core.model.FormIndex; import org.javarosa.core.model.GroupDef; import org.javarosa.core.model.IFormElement; import org.javarosa.core.model.QuestionDef; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.core.mo...
Revert "Remove NON_LINEAR restriction from repeat junction" This reverts commit 0cd5f5123b6d912217d5f09654c8f9b748e6161c.
src/main/java/org/javarosa/form/api/FormEntryModel.java
Revert "Remove NON_LINEAR restriction from repeat junction"
Java
apache-2.0
753d0b0c911985621136ffd820589456beab3041
0
spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework
/* * Copyright 2002-2009 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...
org.springframework.core/src/main/java/org/springframework/core/convert/TypeDescriptor.java
/* * Copyright 2002-2009 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...
removed generic warning
org.springframework.core/src/main/java/org/springframework/core/convert/TypeDescriptor.java
removed generic warning
Java
apache-2.0
909bfea08b26426c25791e452d0eb98932d1c678
0
millecker/storm-apps
/** * 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...
util/src/at/illecker/storm/examples/util/tokenizer/Tokenizer.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...
Minor update in Tokenizer
util/src/at/illecker/storm/examples/util/tokenizer/Tokenizer.java
Minor update in Tokenizer
Java
apache-2.0
ba9dd00c8879d6c46bf23b96ee80b5aefb9774f4
0
Blankj/AndroidUtilCode,Blankj/AndroidUtilCode,Blankj/AndroidUtilCode
package com.blankj.utilcode.util; import android.util.Base64; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.DigestInputStream; import java.security.InvalidKeyException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import jav...
utilcode/src/main/java/com/blankj/utilcode/util/EncryptUtils.java
package com.blankj.utilcode.util; import android.util.Base64; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.DigestInputStream; import java.security.InvalidKeyException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import jav...
see 02/25 log
utilcode/src/main/java/com/blankj/utilcode/util/EncryptUtils.java
see 02/25 log
Java
apache-2.0
6ae21f87d54f47780ef76124ddcc89fa255e4370
0
apache/openwebbeans,apache/openwebbeans,apache/openwebbeans
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
webbeans-impl/src/main/java/org/apache/webbeans/proxy/Unsafe.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
OWB-1375 cache hit and miss We do not need to try our different classdefine strategies every time. Either they work everytime or not at all. So we can cache those. For Java8 we an even cache away the reflect Method per ClassLoader.
webbeans-impl/src/main/java/org/apache/webbeans/proxy/Unsafe.java
OWB-1375 cache hit and miss
Java
apache-2.0
3d1765bae0b8e1fc466c481dd7517e82c48b2bb1
0
max3163/jmeter,DoctorQ/jmeter,d0k1/jmeter,ThiagoGarciaAlves/jmeter,liwangbest/jmeter,ThiagoGarciaAlves/jmeter,kyroskoh/jmeter,ra0077/jmeter,fj11/jmeter,kschroeder/jmeter,kyroskoh/jmeter,etnetera/jmeter,tuanhq/jmeter,hemikak/jmeter,liwangbest/jmeter,ubikfsabbe/jmeter,etnetera/jmeter,thomsonreuters/jmeter,max3163/jmeter,...
/* * 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 ...
test/src/org/apache/jmeter/functions/PackageTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
Fix test now build.xml default target has changed git-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@661543 13f79535-47bb-0310-9956-ffa450edef68
test/src/org/apache/jmeter/functions/PackageTest.java
Fix test now build.xml default target has changed
Java
apache-2.0
cbf9e1a713f0a018f7cd7a0cdc7c2111cadff07a
0
chtyim/cdap,chtyim/cdap,mpouttuclarke/cdap,hsaputra/cdap,mpouttuclarke/cdap,chtyim/cdap,chtyim/cdap,hsaputra/cdap,caskdata/cdap,chtyim/cdap,hsaputra/cdap,anthcp/cdap,caskdata/cdap,chtyim/cdap,caskdata/cdap,anthcp/cdap,caskdata/cdap,hsaputra/cdap,mpouttuclarke/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,hsaputra/c...
/* * Copyright © 2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/services/ProgramLifecycleService.java
/* * Copyright © 2015 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Fix msg
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/services/ProgramLifecycleService.java
Fix msg
Java
apache-2.0
0fa47586771920cb326a5a7888da0b5d474cc5b8
0
recommenders/rival,recommenders/rival
package net.recommenders.rival.evaluation.strategy; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java....
evaluate/src/main/java/net/recommenders/rival/evaluation/strategy/MultipleStrategyRunner.java
package net.recommenders.rival.evaluation.strategy; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java....
Debugging Evaluate/MSR
evaluate/src/main/java/net/recommenders/rival/evaluation/strategy/MultipleStrategyRunner.java
Debugging Evaluate/MSR
Java
apache-2.0
4fa748fa4205babfcc38c669f1879e6ed4fb21bc
0
FlowCI/flow-platform,FlowCI/flow-platform
/* * Copyright 2018 flow.ci * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
core/src/main/java/com/flowci/core/job/manager/CmdManagerImpl.java
/* * Copyright 2018 flow.ci * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
fix job context overwriten step context
core/src/main/java/com/flowci/core/job/manager/CmdManagerImpl.java
fix job context overwriten step context
Java
apache-2.0
2038b0dbd44a276ffb38a9cd82328ff1e9b63b5d
0
hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly
package com.firefly.utils; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import com.firefly.utils.classproxy.ArrayProx...
firefly-common/src/main/java/com/firefly/utils/ReflectUtils.java
package com.firefly.utils; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import com.firefly.utils.classproxy.ArrayProx...
resolve classloader in javaEE
firefly-common/src/main/java/com/firefly/utils/ReflectUtils.java
resolve classloader in javaEE
Java
apache-2.0
5c9180b27d17e80b95b6325f7ff45e27246cda49
0
eatnoodles/LineBotCC
/* * Copyright 2016 LINE Corporation * * LINE Corporation licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
spring-boot-cc/src/main/java/com/cc/Application.java
/* * Copyright 2016 LINE Corporation * * LINE Corporation licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
add scope
spring-boot-cc/src/main/java/com/cc/Application.java
add scope
Java
apache-2.0
f2fc24437c65bcc8653807221aa57226f985fefb
0
jdillon/orientdb,mbhulin/orientdb,giastfader/orientdb,mmacfadden/orientdb,joansmith/orientdb,joansmith/orientdb,mbhulin/orientdb,orientechnologies/orientdb,tempbottle/orientdb,orientechnologies/orientdb,cstamas/orientdb,rprabhat/orientdb,joansmith/orientdb,sanyaade-g2g-repos/orientdb,mbhulin/orientdb,cstamas/orientdb,m...
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
server/src/main/java/com/orientechnologies/orient/server/task/OAbstractRecordDistributedTask.java
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
get request source
server/src/main/java/com/orientechnologies/orient/server/task/OAbstractRecordDistributedTask.java
get request source
Java
bsd-3-clause
639b289b4c7a88f0988deaa1d9cbf7057453c87e
0
TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird
package com.lgc.wsh.inv; import com.lgc.wsh.util.Almost; import com.lgc.wsh.util.IndexSorter; import java.util.logging.*; import java.lang.*; import junit.framework.Assert; /** Search a single variable for a value that minimizes a function */ public class ScalarSolver { private static final Logger LOG = Logger.get...
src/com/lgc/wsh/ScalarSolver.java
package com.lgc.wsh.inv; import com.lgc.wsh.util.Almost; import com.lgc.wsh.util.IndexSorter; import java.util.logging.*; import java.lang.*; import junit.framework.Assert; /** Search a single variable for a value that minimizes a function */ public class ScalarSolver { private static final Logger LOG = Logger.get...
*** empty log message ***
src/com/lgc/wsh/ScalarSolver.java
*** empty log message ***
Java
bsd-3-clause
6f68b6a2ea5309312489e466093f84f8b7e980c2
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
core/src/main/java/org/hisp/dhis/android/core/arch/repositories/filters/BaseFilterConnector.java
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
[ANDROSDK-743] Adapt BaseFilterConnector to use complex filters
core/src/main/java/org/hisp/dhis/android/core/arch/repositories/filters/BaseFilterConnector.java
[ANDROSDK-743] Adapt BaseFilterConnector to use complex filters
Java
mit
57c8a6d936cf1e661a4fbb84446e26c19aef89bb
0
redpois0n/statusicon
package statusicon; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import java.awt.TrayIcon; import java.awt.image.BufferedImage; import java.util.ArrayList; import java.util.List; import javax.swing.ImageIcon; public class StatusIcon { public static enum Mode { /** * Will draw ima...
src/statusicon/StatusIcon.java
package statusicon; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import java.awt.TrayIcon; import java.awt.image.BufferedImage; import java.util.ArrayList; import java.util.List; import javax.swing.ImageIcon; public class StatusIcon { public static enum Mode { /** * Will draw ima...
reset value on setting indeterminate to false
src/statusicon/StatusIcon.java
reset value on setting indeterminate to false
Java
mit
7a6bc8ad7c9bd6f82a877564f10ac997a9ac2d4f
0
gkaczmarczyk/aem-page-tool
package co.acu.pagetool; import co.acu.pagetool.crx.CrxConnection; import co.acu.pagetool.crx.CrxConnectionFactory; import org.apache.commons.cli.*; import java.io.PrintWriter; /** * Node Tool allows updating JCR properties en masse easily. */ public class PageToolApp { static boolean verbose = false; sta...
src/main/java/co/acu/pagetool/PageToolApp.java
package co.acu.pagetool; import co.acu.pagetool.crx.CrxConnection; import co.acu.pagetool.crx.CrxConnectionFactory; import org.apache.commons.cli.*; import java.io.PrintWriter; /** * Node Tool allows updating JCR properties en masse easily. */ public class PageToolApp { static boolean verbose = false; sta...
Updated help text to be slightly more clear
src/main/java/co/acu/pagetool/PageToolApp.java
Updated help text to be slightly more clear
Java
mit
45d58bdce992d13077898f11b947050810f0ae3e
0
mzmine/mzmine3,mzmine/mzmine3
/* * Copyright 2006-2020 The MZmine Development Team * * This file is part of MZmine. * * MZmine is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the * License, or (at your option) an...
src/main/java/io/github/mzmine/datamodel/features/types/numbers/ChargeType.java
/* * Copyright 2006-2020 The MZmine Development Team * * This file is part of MZmine. * * MZmine is free software; you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation; either version 2 of the * License, or (at your option) an...
Fix charge calc bindig
src/main/java/io/github/mzmine/datamodel/features/types/numbers/ChargeType.java
Fix charge calc bindig
Java
mit
50c8348d902e55e08766fad019e5660846c76570
0
deamonoid/CameraOCR
package com.example.ghost.cameraocr; import android.Manifest; import android.content.Context; import android.content.pm.PackageManager; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.graphics.ImageFormat; imp...
app/src/main/java/com/example/ghost/cameraocr/MainActivity.java
package com.example.ghost.cameraocr; import android.Manifest; import android.content.Context; import android.content.pm.PackageManager; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.ImageFormat; import android.graphics.Rect; impo...
Add Greyscale and Noise Removal in bitmap processing
app/src/main/java/com/example/ghost/cameraocr/MainActivity.java
Add Greyscale and Noise Removal in bitmap processing
Java
mit
3ef360ce3d4ef4780ae505b0847af541f1887095
0
sdl/Testy,sdl/Testy,sdl/Testy,sdl/Testy
package com.sdl.weblocator.bootstrap.table; import com.sdl.bootstrap.button.Button; import com.sdl.bootstrap.form.CheckBox; import com.sdl.bootstrap.form.Form; import com.sdl.selenium.web.SearchType; import com.sdl.selenium.web.table.SimpleTable; import com.sdl.selenium.web.table.TableCell; import com.sdl.sele...
src/test/functional/java/com/sdl/weblocator/bootstrap/table/SimpleTableTest.java
package com.sdl.weblocator.bootstrap.table; import com.sdl.bootstrap.button.Button; import com.sdl.bootstrap.form.CheckBox; import com.sdl.bootstrap.form.Form; import com.sdl.selenium.web.SearchType; import com.sdl.selenium.web.table.SimpleTable; import com.sdl.selenium.web.table.TableCell; import com.sdl.sele...
fix minor
src/test/functional/java/com/sdl/weblocator/bootstrap/table/SimpleTableTest.java
fix minor
Java
mit
93b5f58918200af8c6f26525ca7e4faad6cefc5d
0
msigwart/fakeload
package ac.at.tuwien.infosys.fakeload.internal; import ac.at.tuwien.infosys.fakeload.FakeLoad; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.CompletableFuture; import java.util.concurrent.Future; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurren...
src/main/java/ac/at/tuwien/infosys/fakeload/internal/DefaultFakeLoadScheduler.java
package ac.at.tuwien.infosys.fakeload.internal; import ac.at.tuwien.infosys.fakeload.FakeLoad; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.Future; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; /** * Default implementation of t...
implemented scheduling of fakeload using CompletableFuture
src/main/java/ac/at/tuwien/infosys/fakeload/internal/DefaultFakeLoadScheduler.java
implemented scheduling of fakeload using CompletableFuture
Java
mit
368002aa196dd08a30e299c5449ae2e30cb3e243
0
cderienzo/Hackerman
Hackerman/Hackerman/src/model/entity/staticEntity/interactiveStaticEntity/Door.java
package model.entity.staticEntity.interactiveStaticEntity; /** * Created by franciscosanguineti on 25/5/17. */ public class Door extends InteractiveStaticEntity{ }
Delete Door.java
Hackerman/Hackerman/src/model/entity/staticEntity/interactiveStaticEntity/Door.java
Delete Door.java
Java
mit
5c154c9c9950874cbc8e5b1732b3ac96a16bc725
0
jenkinsci/jenkinslint-plugin,jenkinsci/jenkinslint-plugin,v1v/jenkinslint-plugin
package org.jenkins.ci.plugins.jenkinslint.checker; import hudson.model.Item; import hudson.model.Project; import org.jenkins.ci.plugins.jenkinslint.model.AbstractCheck; /** * @author Victor Martinez */ public class JobDescriptionChecker extends AbstractCheck{ public JobDescriptionChecker(final boolean found, ...
src/main/java/org/jenkins/ci/plugins/jenkinslint/checker/JobDescriptionChecker.java
package org.jenkins.ci.plugins.jenkinslint.checker; import hudson.model.Item; import hudson.model.Project; import org.jenkins.ci.plugins.jenkinslint.model.AbstractCheck; /** * @author Victor Martinez */ public class JobDescriptionChecker extends AbstractCheck{ public JobDescriptionChecker(final boolean found, ...
Changed description
src/main/java/org/jenkins/ci/plugins/jenkinslint/checker/JobDescriptionChecker.java
Changed description
Java
mit
9816d704d42b1423400ad5e37bf03f9f7586e0e4
0
imscaradh/ch.bfh.bti7535.w2016.dataDudes
package ch.bfh.bti7535.w2016.evaluate; import ch.bfh.bti7535.w2016.algorithm.AbstractAlgorithm; import ch.bfh.bti7535.w2016.data.Classification; import ch.bfh.bti7535.w2016.data.Document; import ch.bfh.bti7535.w2016.util.FileReaderUtil; import java.io.FileNotFoundException; import java.util.ArrayList; import java.uti...
src/main/java/ch/bfh/bti7535/w2016/evaluate/AlgoClassifier.java
package ch.bfh.bti7535.w2016.evaluate; import ch.bfh.bti7535.w2016.algorithm.AbstractAlgorithm; import ch.bfh.bti7535.w2016.data.Classification; import ch.bfh.bti7535.w2016.data.Document; import ch.bfh.bti7535.w2016.util.FileReaderUtil; import java.io.FileNotFoundException; import java.util.ArrayList; import java.uti...
Adds label to confusion matrix
src/main/java/ch/bfh/bti7535/w2016/evaluate/AlgoClassifier.java
Adds label to confusion matrix
Java
mit
eca41d3ba5814dae311571cba8cb65f1261ba8bf
0
domisum/AuxiliumLib
package de.domisum.lib.auxilium.util.math; import de.domisum.lib.auxilium.data.container.math.Vector3D; import de.domisum.lib.auxilium.util.java.annotations.APIUsage; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Random; @APIUsage public class RandomUtil { // REFER...
src/main/java/de/domisum/lib/auxilium/util/math/RandomUtil.java
package de.domisum.lib.auxilium.util.math; import de.domisum.lib.auxilium.data.container.math.Vector3D; import de.domisum.lib.auxilium.util.java.annotations.APIUsage; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Random; @APIUsage public class RandomUtil { // REFER...
Added fromRange random methods for double
src/main/java/de/domisum/lib/auxilium/util/math/RandomUtil.java
Added fromRange random methods for double
Java
agpl-3.0
239c72ffa213aafe3c10b878825fe69aa3de0499
0
wolffcm/voltdb,VoltDB/voltdb,deerwalk/voltdb,paulmartel/voltdb,kumarrus/voltdb,kumarrus/voltdb,zuowang/voltdb,creative-quant/voltdb,deerwalk/voltdb,creative-quant/voltdb,kumarrus/voltdb,kobronson/cs-voltdb,deerwalk/voltdb,migue/voltdb,migue/voltdb,creative-quant/voltdb,wolffcm/voltdb,wolffcm/voltdb,simonzhangsm/voltdb,...
/* This file is part of VoltDB. * Copyright (C) 2008-2013 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
tests/frontend/org/voltdb/TestSnapshotDaemon.java
/* This file is part of VoltDB. * Copyright (C) 2008-2013 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
Fix test failure, tests expected snapshot daemon to throw, now it just logs
tests/frontend/org/voltdb/TestSnapshotDaemon.java
Fix test failure, tests expected snapshot daemon to throw, now it just logs
Java
agpl-3.0
5fc6e50b3a38fc2aab6b3e89999f39ec8502e5db
0
quikkian-ua-devops/will-financials,kkronenb/kfs,quikkian-ua-devops/kfs,bhutchinson/kfs,kuali/kfs,quikkian-ua-devops/kfs,kkronenb/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/will-financials,bhutchinson/kfs,kuali/kfs,kkronenb/kfs,quikkian-ua-devops/will-financials,ua-eas/kfs,ua-eas/kfs-devops-automation-fork,quikkian-u...
/* * Copyright 2006-2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required b...
work/src/org/kuali/kfs/module/purap/document/web/struts/PurchaseOrderForm.java
/* * Copyright 2006-2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required b...
KULPURAP-660, removed the transmit button
work/src/org/kuali/kfs/module/purap/document/web/struts/PurchaseOrderForm.java
KULPURAP-660, removed the transmit button
Java
lgpl-2.1
10687b7331bce7cb3b5e59aabd196b5d1009405b
0
xph906/FlowDroidNew,Xiejiayun/soot-infoflow-android,matedealer/soot-infoflow-android,lilicoding/soot-infoflow-android,jameswhang/flowdroid,secure-software-engineering/soot-infoflow-android,xph906/FlowDroidNew,Machiry/soot-infoflow-android,uds-se/soot-infoflow-android,kaunder/soot-infoflow-android,droidsec-cn/soot-infof...
/******************************************************************************* * Copyright (c) 2012 Secure Software Engineering Group at EC SPRIDE. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this...
src/soot/jimple/infoflow/android/manifest/ProcessManifest.java
/******************************************************************************* * Copyright (c) 2012 Secure Software Engineering Group at EC SPRIDE. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this...
Add setter methods so subclasses can modify those fields
src/soot/jimple/infoflow/android/manifest/ProcessManifest.java
Add setter methods so subclasses can modify those fields
Java
apache-2.0
4da3f418e6344b922904c88f66659b2a79fcfda6
0
ywjno/nutz,InsideZhou/nutz,elkan1788/nutz,nutzam/nutz,joansmith/nutz,livvyguo/nutz,altihou/nutz,ywjno/nutz,joansmith/nutz,nutzam/nutz,ansjsun/nutz,dxxfire/nutz,elkan1788/nutz,InsideZhou/nutz,s24963386/nutz,sunshinefather/nutz,007slm/nutz,QinAIns/nutz,elkan1788/nutz,ansjsun/nutz,nutzam/nutz,yaotj/nutz,ywjno/nutz,ywjno/n...
package org.nutz.mvc.upload.injector; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.nutz.mvc.adaptor.ParamInjector; import org.nutz.mvc.upload.TempFile; public class FileInjector implements ParamInjector { public FileInjec...
src/org/nutz/mvc/upload/injector/FileInjector.java
package org.nutz.mvc.upload.injector; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.nutz.mvc.adaptor.ParamInjector; import org.nutz.mvc.upload.TempFile; public class FileInjector implements ParamInjector { public FileInjec...
git-svn-id: http://nutz.googlecode.com/svn/trunk@1066 423f10f2-e3a4-11dd-a6ea-a32d6b26a33d
src/org/nutz/mvc/upload/injector/FileInjector.java
Java
apache-2.0
1e24a5cfe9ca35748dae579b040c4796c137ebe6
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada 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 Free Software Foundation, either version 3 of the License, or * (at you...
src/main/java/com/jaamsim/BasicObjects/EntityContainer.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada 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 Free Software Foundation, either version 3 of the License, or * (at you...
JS: convert integer valued outputs for EntityContainer to return an int Signed-off-by: Harry King <4297d713059dfdc9fd310cd85bf547ea21a2d624@ausenco.com> Signed-off-by: Stephen Wong <6f34db11dd2258ec4ffa799eb0d7827f906cb1c6@ausenco.com>
src/main/java/com/jaamsim/BasicObjects/EntityContainer.java
JS: convert integer valued outputs for EntityContainer to return an int