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
lgpl-2.1
a18efc0d535ac73db6e01a5b8f9a67a73b5b2fb9
0
zebrafishmine/intermine,elsiklab/intermine,drhee/toxoMine,Arabidopsis-Information-Portal/intermine,Arabidopsis-Information-Portal/intermine,tomck/intermine,julie-sullivan/phytomine,zebrafishmine/intermine,JoeCarlson/intermine,JoeCarlson/intermine,justincc/intermine,julie-sullivan/phytomine,joshkh/intermine,kimrutherfor...
package org.flymine.metadata; import java.io.File; import java.util.List; import java.util.ArrayList; import java.util.Iterator; import java.util.Map; import java.util.HashMap; import java.util.Collection; import java.util.Properties; import org.flymine.util.PropertiesUtil; import org.flymine.modelproduction.xml.Mode...
intermine/src/java/org/intermine/metadata/Model.java
package org.flymine.metadata; import java.io.File; import java.util.List; import java.util.ArrayList; import java.util.Iterator; import java.util.Map; import java.util.HashMap; import java.util.Collection; import java.util.Properties; import org.flymine.util.PropertiesUtil; import org.flymine.modelproduction.xml.Mode...
ensure stripStart of model properties
intermine/src/java/org/intermine/metadata/Model.java
ensure stripStart of model properties
Java
lgpl-2.1
a406089326f435599337309f8851b810e9ee0f64
0
IDgis/geo-publisher,IDgis/geo-publisher,IDgis/geo-publisher,IDgis/geo-publisher
package controllers; import static nl.idgis.publisher.database.QDataset.dataset; import static nl.idgis.publisher.database.QEnvironment.environment; import static nl.idgis.publisher.database.QGenericLayer.genericLayer; import static nl.idgis.publisher.database.QPublishedService.publishedService; import static nl...
publisher-metadata/app/controllers/DatasetMetadataDCAT.java
package controllers; import static nl.idgis.publisher.database.QDataset.dataset; import static nl.idgis.publisher.database.QSourceDatasetVersion.sourceDatasetVersion; import static nl.idgis.publisher.database.QSourceDatasetMetadata.sourceDatasetMetadata; import static nl.idgis.publisher.database.QService.service;...
Remove calls to toInstant()
publisher-metadata/app/controllers/DatasetMetadataDCAT.java
Remove calls to toInstant()
Java
apache-2.0
84dfd7d30e8d1a0223137e0eedce4e43403b89cf
0
marlonwang/raven
package net.logvv.raven.push.hwpush; import net.logvv.raven.common.constant.DateConstants; import net.logvv.raven.push.MessagePusher; import net.logvv.raven.push.hwpush.huawei.HMSService; import net.logvv.raven.push.hwpush.huawei.PushRet; import net.logvv.raven.push.hwpush.huawei.nsp.NSPClient; import net.logvv.raven....
src/main/java/net/logvv/raven/push/hwpush/HWMessagePusher.java
package net.logvv.raven.push.hwpush; import net.logvv.raven.common.constant.DateConstants; import net.logvv.raven.push.MessagePusher; import net.logvv.raven.push.hwpush.huawei.HMSService; import net.logvv.raven.push.hwpush.huawei.PushRet; import net.logvv.raven.push.hwpush.huawei.nsp.NSPClient; import net.logvv.raven....
set huawei notification default doings = 2
src/main/java/net/logvv/raven/push/hwpush/HWMessagePusher.java
set huawei notification default doings = 2
Java
apache-2.0
595537546b6dc513f60106c6b4d7d6997bf41873
0
bhatvv/jitsi,jibaro/jitsi,gpolitis/jitsi,iant-gmbh/jitsi,dkcreinoso/jitsi,tuijldert/jitsi,iant-gmbh/jitsi,Metaswitch/jitsi,damencho/jitsi,HelioGuilherme66/jitsi,jibaro/jitsi,level7systems/jitsi,jibaro/jitsi,pplatek/jitsi,459below/jitsi,Metaswitch/jitsi,bebo/jitsi,procandi/jitsi,ibauersachs/jitsi,martin7890/jitsi,marcla...
/* * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.plugin.systray.jdic; import java.awt.event.*; import javax.swing.*; import net.java.sip.communicator.service.gui.*; import ...
src/net/java/sip/communicator/plugin/systray/jdic/Systray.java
/* * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.plugin.systray.jdic; import java.awt.event.*; import javax.swing.*; import net.java.sip.communicator.service.gui.*; import ...
right button menu for systray is not ready yet
src/net/java/sip/communicator/plugin/systray/jdic/Systray.java
right button menu for systray is not ready yet
Java
apache-2.0
5d1c827d4c87e24b7bd4de7d32087a4351ac77b1
0
dougmsft/reef,tcNickolas/reef,dkm2110/Microsoft-cisl,dougmsft/reef,swlsw/incubator-reef,yunseong/incubator-reef,jsjason/incubator-reef,jsjason/incubator-reef,singlis/reef,shulmanb/reef,afchung/reef,jwang98052/reef,nachocano/incubator-reef,jwang98052/incubator-reef,DifferentSC/incubator-reef,motus/reef,singlis/reef,dong...
package com.microsoft.tang.formats; import java.io.IOException; import java.util.HashMap; import java.util.Map; //import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.GnuParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.OptionB...
tang/src/main/java/com/microsoft/tang/formats/CommandLine.java
package com.microsoft.tang.formats; import java.io.IOException; import java.util.HashMap; import java.util.Map; //import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.GnuParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.OptionB...
processCommandLine now takes an optional list of argument classes. This is just sugar to help clean up some of the REEF examples.
tang/src/main/java/com/microsoft/tang/formats/CommandLine.java
processCommandLine now takes an optional list of argument classes.
Java
apache-2.0
1f8c4864d627faecb733faf4c0e8683a52e52215
0
jcshen007/cloudstack,DaanHoogland/cloudstack,cinderella/incubator-cloudstack,mufaddalq/cloudstack-datera-driver,wido/cloudstack,cinderella/incubator-cloudstack,GabrielBrascher/cloudstack,DaanHoogland/cloudstack,GabrielBrascher/cloudstack,jcshen007/cloudstack,wido/cloudstack,mufaddalq/cloudstack-datera-driver,argv0/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...
server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.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 8171: adding checks to ensure we do not start cp for any vm start unless we are out of maintenance status 8171: resolved fixed
server/src/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
bug 8171: adding checks to ensure we do not start cp for any vm start unless we are out of maintenance status 8171: resolved fixed
Java
apache-2.0
40e5c98dda289bd09591b8bdc641366a4bbe92cb
0
EBIvariation/eva,EBIvariation/eva-ws,EBIvariation/eva-ws
/* * Copyright 2017 EMBL - European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
dbsnp-import/src/main/java/uk/ac/ebi/eva/server/ProgressReportRepository.java
/* * Copyright 2017 EMBL - European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Prevent POST, PUT, PATCH and DELETE from being exported to the REST API
dbsnp-import/src/main/java/uk/ac/ebi/eva/server/ProgressReportRepository.java
Prevent POST, PUT, PATCH and DELETE from being exported to the REST API
Java
apache-2.0
405a76c4ce91d2ce811d7f6e7f373c3650ac98ec
0
apache/lenya,apache/lenya,apache/lenya,apache/lenya
/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
src/java/org/apache/lenya/cms/publication/XlinkCollection.java
/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
using constant for XLink namespace URI git-svn-id: f6f45834fccde298d83fbef5743c9fd7982a26a3@42835 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/lenya/cms/publication/XlinkCollection.java
using constant for XLink namespace URI
Java
apache-2.0
a98a741867d5161f0e3d0ec1679907a1b79477ee
0
bozimmerman/CoffeeMud,Tycheo/coffeemud,Tycheo/coffeemud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMu...
package com.planet_ink.coffee_mud.Abilities.Druid; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; import com.planet_ink.coffee_mud.utils.*; import java.util.*; public class Chant_PlantSnare extends Chant { public String ID() { return "Chant_PlantSnare"; } public ...
com/planet_ink/coffee_mud/Abilities/Druid/Chant_PlantSnare.java
package com.planet_ink.coffee_mud.Abilities.Druid; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; import com.planet_ink.coffee_mud.utils.*; import java.util.*; public class Chant_PlantSnare extends Chant { public String ID() { return "Chant_PlantSnare"; } public ...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@2983 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Abilities/Druid/Chant_PlantSnare.java
Java
apache-2.0
ad5adb39d89dc758412af4207f9f0dd34487f623
0
iservport/helianto,iservport/helianto
/* Copyright 2005 I Serv Consultoria Empresarial Ltda. * * 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...
helianto/core/src/test/java/org/helianto/core/service/PartnerMgrImplTests.java
/* Copyright 2005 I Serv Consultoria Empresarial Ltda. * * 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...
added PartnerMgr tests git-svn-id: 8e38db1cf16c4a277275c2a31413431bbf4974e4@175 d46e4f78-7810-0410-b419-9f95c2a9a517
helianto/core/src/test/java/org/helianto/core/service/PartnerMgrImplTests.java
added PartnerMgr tests
Java
apache-2.0
228b4e237369d214378d1105aae86c0a04b15331
0
archiecobbs/jsimpledb,permazen/permazen,archiecobbs/jsimpledb,archiecobbs/jsimpledb,permazen/permazen,permazen/permazen
/* * Copyright (C) 2015 Archie L. Cobbs. All rights reserved. */ package org.jsimpledb.maven; import java.io.File; import java.io.IOException; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.SimpleFileVisitor; import java.nio.file.attribute.BasicFil...
jsimpledb-maven-plugin/src/main/java/org/jsimpledb/maven/VerifySchemaMojo.java
/* * Copyright (C) 2015 Archie L. Cobbs. All rights reserved. */ package org.jsimpledb.maven; import java.io.File; import java.io.IOException; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.SimpleFileVisitor; import java.nio.file.attribute.BasicFil...
Javadoc tweak.
jsimpledb-maven-plugin/src/main/java/org/jsimpledb/maven/VerifySchemaMojo.java
Javadoc tweak.
Java
apache-2.0
177d5c8ab2073eaa21221acdfaf21ae814635518
0
F43nd1r/acra-backend,F43nd1r/acra-backend,F43nd1r/acra-backend,F43nd1r/acra-backend
/* * (C) Copyright 2018 Lukas Morawietz (https://github.com/F43nd1r) * * 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 req...
acrarium/src/main/java/com/faendir/acra/ui/component/Translatable.java
/* * (C) Copyright 2018 Lukas Morawietz (https://github.com/F43nd1r) * * 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 req...
allow instant language change for select values due to fixed vaadin/vaadin-select-flow/issues/41
acrarium/src/main/java/com/faendir/acra/ui/component/Translatable.java
allow instant language change for select values due to fixed vaadin/vaadin-select-flow/issues/41
Java
apache-2.0
7ebb507b7ff1d6a0e9746754ef3a239be78cc0e0
0
mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package org.appcelerator.titanium; import android.annotation.SuppressLint; import...
android/titanium/src/java/org/appcelerator/titanium/TiApplication.java
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package org.appcelerator.titanium; import android.annotation.SuppressLint; import...
[TIMOB-20037] Remove wildcards from imports.
android/titanium/src/java/org/appcelerator/titanium/TiApplication.java
[TIMOB-20037] Remove wildcards from imports.
Java
apache-2.0
10618282bb891fbfb0225fbfceff9e2206334466
0
gfx/Android-Orma,gfx/Android-Orma,gfx/Android-Orma,gfx/Android-Orma
/* * Copyright (c) 2015 FUJI Goro (gfx). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
library/src/main/java/com/github/gfx/android/orma/Relation.java
/* * Copyright (c) 2015 FUJI Goro (gfx). * * 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...
simplify
library/src/main/java/com/github/gfx/android/orma/Relation.java
simplify
Java
apache-2.0
ad8e577ca09b3bf847251b709b0a5d61380213e8
0
Khyzad/PID-webservice,HawaiiStateDigitalArchives/PID-webservice,Khyzad/PID-webservice,HawaiiStateDigitalArchives/PID-webservice
package com.hida.service; import com.hida.model.Citation; import com.hida.repositories.CitationRepository; import org.mockito.InjectMocks; import static org.mockito.Matchers.any; import org.mockito.Mock; import static org.mockito.Mockito.atLeastOnce; import static org.mockito.Mockito.doNothing; import static org.mocki...
PURL/src/test/java/com/hida/service/ResolverServiceImplTest.java
package com.hida.service; import com.hida.model.Citation; import com.hida.repositories.CitationRepository; import org.mockito.InjectMocks; import static org.mockito.Matchers.any; import org.mockito.Mock; import static org.mockito.Mockito.atLeastOnce; import static org.mockito.Mockito.doNothing; import static org.mocki...
Replace doNothing method with when
PURL/src/test/java/com/hida/service/ResolverServiceImplTest.java
Replace doNothing method with when
Java
apache-2.0
594e2eb7751acd25c7a18a895dd6c4f71937e57f
0
radut/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,radut/Podcast-Server,radut/Podcast-Server
package lan.dk.podcastserver.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import java.net.URI; import java.net.URISyntaxException; import java.nio.file.Path; import java.nio.file.Paths; /** * Created by kevin on 03/02/15. */ @Service public clas...
src/main/java/lan/dk/podcastserver/service/PodcastServerParameters.java
package lan.dk.podcastserver.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import java.net.URI; import java.net.URISyntaxException; import java.nio.file.Path; import java.nio.file.Paths; /** * Created by kevin on 03/02/15. */ @Service public clas...
fix(podcastServerConfig): default value corrected for tomcat env
src/main/java/lan/dk/podcastserver/service/PodcastServerParameters.java
fix(podcastServerConfig): default value corrected for tomcat env
Java
apache-2.0
e7375bd48443e8dacdc1cc6b7fd9b16c7015552b
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
src/main/java/com/jaamsim/BasicObjects/DowntimeEntity.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
JS: Allow DowntimeEntity to go down even if there are no entities watching it Signed-off-by: Geoffrey Savinkoff <68a1749264702001368349bd5dce5335e81284ad@ausenco.com> Signed-off-by: Stephen Wong <6f34db11dd2258ec4ffa799eb0d7827f906cb1c6@ausenco.com>
src/main/java/com/jaamsim/BasicObjects/DowntimeEntity.java
JS: Allow DowntimeEntity to go down even if there are no entities watching it
Java
apache-2.0
2d6971cb325f98e0a213d3df6d1396fabe7bd0fa
0
vvv1559/intellij-community,allotria/intellij-community,asedunov/intellij-community,semonte/intellij-community,vvv1559/intellij-community,ibinti/intellij-community,ThiagoGarciaAlves/intellij-community,xfournet/intellij-community,vvv1559/intellij-community,xfournet/intellij-community,semonte/intellij-community,apixandru/...
package git4idea.log; import com.intellij.dvcs.repo.RepositoryManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Condition; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.util.ArrayUtil; import com.intellij.util.Function; import com.intellij.util.ObjectUtils; imp...
plugins/git4idea/src/git4idea/log/GitRefManager.java
package git4idea.log; import com.intellij.dvcs.repo.RepositoryManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Condition; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.util.ArrayUtil; import com.intellij.util.Function; import com.intellij.util.ObjectUtils; imp...
[git] extract method that generate reference name combined with tracked remote
plugins/git4idea/src/git4idea/log/GitRefManager.java
[git] extract method that generate reference name combined with tracked remote
Java
bsd-3-clause
750c1fdafe0f07862368b8ed2f9744d6db3d63da
0
RobotsByTheC/CMonster2016,RobotsByTheC/CMonster2016
/* * Copyright (c) 2016 RobotsByTheC. All rights reserved. * * Open Source Software - may be modified and shared by FRC teams. The code must * be accompanied by the BSD license file in the root directory of the project. */ package org.usfirst.frc.team2084.CMonster2015.vision; import java.io.IOException; import j...
src/main/java/org/usfirst/frc/team2084/CMonster2015/vision/AxisCameraLeds.java
/* * Copyright (c) 2016 RobotsByTheC. All rights reserved. * * Open Source Software - may be modified and shared by FRC teams. The code must * be accompanied by the BSD license file in the root directory of the project. */ package org.usfirst.frc.team2084.CMonster2015.vision; import java.io.IOException; import j...
Remove stack trace print.
src/main/java/org/usfirst/frc/team2084/CMonster2015/vision/AxisCameraLeds.java
Remove stack trace print.
Java
bsd-3-clause
b45c5fa101283d5e86848ca23996bed80f89f8aa
0
yushan87/RESOLVE,yushan87/RESOLVE,NighatYasmin/RESOLVE,ClemsonRSRG/RESOLVE,NighatYasmin/RESOLVE,mikekab/RESOLVE,mikekab/RESOLVE,ClemsonRSRG/RESOLVE,ClemsonRSRG/RESOLVE,NighatYasmin/RESOLVE,yushan87/RESOLVE
/** * MathTypeAST.java * --------------------------------- * Copyright (c) 2014 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is p...
src/main/java/edu/clemson/cs/r2jt/absynnew/MathTypeAST.java
/** * MathTypeAST.java * --------------------------------- * Copyright (c) 2014 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is p...
fixed a toString that was causing a jUnit failure.
src/main/java/edu/clemson/cs/r2jt/absynnew/MathTypeAST.java
fixed a toString that was causing a jUnit failure.
Java
mit
5481ba26528e9ac096d103b265f358c15a7add1e
0
drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone,drtimcooper/LatLongToTimezone
package com.skedgo.generator; import com.skedgo.generator.parsing.JSONArray; import com.skedgo.generator.parsing.JSONException; import com.skedgo.generator.parsing.JSONObject; import com.skedgo.generator.parsing.JSONTokener; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; i...
src/main/java/com/skedgo/generator/TimeZoneMapperConverter.java
package com.skedgo.generator; import com.skedgo.generator.parsing.JSONArray; import com.skedgo.generator.parsing.JSONException; import com.skedgo.generator.parsing.JSONObject; import com.skedgo.generator.parsing.JSONTokener; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; i...
Add @objc to function declaration to work when used in Objective-c class
src/main/java/com/skedgo/generator/TimeZoneMapperConverter.java
Add @objc to function declaration to work when used in Objective-c class
Java
mit
ba7d77676fe995da92e8fc801ed6f6a916253205
0
uwol/cobol85parser,uwol/cobol85grammar
/* Copyright (C) 2015 u.wol@wwu.de This file is part of cobol85grammar. cobol85grammar is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later versio...
src/main/java/org/cobol85/preprocessor/impl/Cobol85PreprocessorImpl.java
/* Copyright (C) 2015 u.wol@wwu.de This file is part of cobol85grammar. cobol85grammar is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later versio...
fix for line trimming in preprocessor
src/main/java/org/cobol85/preprocessor/impl/Cobol85PreprocessorImpl.java
fix for line trimming in preprocessor
Java
mit
d8f05954703b79df833600aad91d3794e297e9de
0
Syncano/syncano-android
package com.syncano.library.utils; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.annotations.SerializedName; import com.syncano.library.Constants; import com.syncano.library.annotation.SyncanoClass; import com.syncano.library.annotation.SyncanoField; import com.syncano.lib...
library/src/main/java/com/syncano/library/utils/SyncanoClassHelper.java
package com.syncano.library.utils; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.annotations.SerializedName; import com.syncano.library.Constants; import com.syncano.library.annotation.SyncanoClass; import com.syncano.library.annotation.SyncanoField; import com.syncano.lib...
Added automatic target guessing when creating class with reference field
library/src/main/java/com/syncano/library/utils/SyncanoClassHelper.java
Added automatic target guessing when creating class with reference field
Java
mit
db2d83015c503bc64ba7405dba680bc4b6a0ab69
0
baldeephira/employee-app
/** * The MIT License (MIT) * * Copyright (c) 2014 Baldeep Hira * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use...
api/src/main/java/net/bhira/sample/api/util/JsonUtil.java
/** * The MIT License (MIT) * * Copyright (c) 2014 Baldeep Hira * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use...
Using UTC Timezone with Gson * Modified JsonUtil to create a customized version of Gson using GsonBuilder * It uses UTC date formatting for all serialized dates * It uses UTC timezone for formatted values * Created custom instances JsonSerializer and JsonDeserializer to achieve this
api/src/main/java/net/bhira/sample/api/util/JsonUtil.java
Using UTC Timezone with Gson * Modified JsonUtil to create a customized version of Gson using GsonBuilder * It uses UTC date formatting for all serialized dates * It uses UTC timezone for formatted values * Created custom instances JsonSerializer and JsonDeserializer to achieve this
Java
mit
6937070140a2267a8c501e962b5379f146fadbf0
0
varunmehta/gric-diwali,varunmehta/gric-diwali,glen-rock-indian-community/gric-event-management,glen-rock-indian-community/gric-event-management
package org.glenrockindiancommunity.integrate; import java.util.List; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import org.springframework.web.client.Async...
src/main/java/org/glenrockindiancommunity/integrate/Talk2MailChimp.java
package org.glenrockindiancommunity.integrate; import java.util.List; import javax.annotation.PostConstruct; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import org.springframework.web.client.Async...
Removed scan by mistake
src/main/java/org/glenrockindiancommunity/integrate/Talk2MailChimp.java
Removed scan by mistake
Java
mit
5bcece4aa36012a1828a2e4ee29b5c07fa1b1923
0
rodrigomaia17/guia-de-servicos,servicosgovbr/portal-de-servicos,rodrigomaia17/guia-de-servicos,rodrigomaia17/guia-de-servicos,servicosgoval/portal-de-servicos,servicosgoval/portal-de-servicos,servicosgoval/portal-de-servicos,servicosgovbr/portal-de-servicos,servicosgovbr/portal-de-servicos,servicosgoval/portal-de-servi...
package br.gov.servicos.importador; import br.gov.servicos.cms.Conteudo; import br.gov.servicos.cms.ConteudoRepository; import br.gov.servicos.cms.Markdown; import br.gov.servicos.foundation.exceptions.ConteudoNaoEncontrado; import br.gov.servicos.orgao.OrgaoRepository; import br.gov.servicos.servico.Orgao; import br....
src/main/java/br/gov/servicos/importador/ImportadorConteudo.java
package br.gov.servicos.importador; import br.gov.servicos.cms.Conteudo; import br.gov.servicos.cms.ConteudoRepository; import br.gov.servicos.cms.Markdown; import br.gov.servicos.foundation.exceptions.ConteudoNaoEncontrado; import br.gov.servicos.orgao.OrgaoRepository; import br.gov.servicos.servico.Orgao; import br....
SneakyThrows desnecessário
src/main/java/br/gov/servicos/importador/ImportadorConteudo.java
SneakyThrows desnecessário
Java
agpl-3.0
de5835166214066bfff13e647600f72f8180030d
0
buremba/rakam,rakam-io/rakam,buremba/rakam,buremba/rakam,rakam-io/rakam,buremba/rakam,buremba/rakam,rakam-io/rakam
package org.rakam.http; import com.google.common.net.HostAndPort; import io.airlift.configuration.Config; public class HttpServerConfig { private static final int RAKAM_DEFAULT_PORT = 9999; private static final String RAKAM_DEFAULT_HOST = "0.0.0.0"; private HostAndPort address = HostAndPort.fromParts(RAK...
rakam/src/main/java/org/rakam/http/HttpServerConfig.java
package org.rakam.http; import com.google.common.net.HostAndPort; import io.airlift.configuration.Config; public class HttpServerConfig { private static final int RAKAM_DEFAULT_PORT = 9999; private static final String RAKAM_DEFAULT_HOST = "0.0.0.0"; private HostAndPort address = HostAndPort.fromParts(RAK...
Change config name
rakam/src/main/java/org/rakam/http/HttpServerConfig.java
Change config name
Java
lgpl-2.1
1622b66037c4a73a732935438452833e7cb2cc02
0
modius/railo,modius/railo,getrailo/railo,JordanReiter/railo,getrailo/railo,JordanReiter/railo,getrailo/railo
package railo.runtime.component; import java.util.Map; import javax.servlet.jsp.tagext.BodyContent; import railo.commons.io.res.Resource; import railo.commons.io.res.filter.DirectoryResourceFilter; import railo.commons.io.res.filter.ExtensionResourceFilter; import railo.commons.io.res.filter.OrResourceFilter; import...
railo-java/railo-core/src/railo/runtime/component/ComponentLoader.java
package railo.runtime.component; import java.util.Map; import javax.servlet.jsp.tagext.BodyContent; import railo.commons.io.res.Resource; import railo.commons.io.res.filter.DirectoryResourceFilter; import railo.commons.io.res.filter.ExtensionResourceFilter; import railo.commons.io.res.filter.OrResourceFilter; import...
make sure railo does not fail on functiond included in cfcs, taht no liner exists physical.
railo-java/railo-core/src/railo/runtime/component/ComponentLoader.java
make sure railo does not fail on functiond included in cfcs, taht no liner exists physical.
Java
lgpl-2.1
b3e0211ef4d4019d65b97970ab1c078c242348d2
0
liscju/checkstyle,bansalayush/checkstyle,jasonchaffee/checkstyle,romani/checkstyle,checkstyle/checkstyle,sabaka/checkstyle,attatrol/checkstyle,checkstyle/checkstyle,checkstyle/checkstyle,attatrol/checkstyle,rnveach/checkstyle,rnveach/checkstyle,vboerchers/checkstyle,AkshitaKukreja30/checkstyle,AkshitaKukreja30/checksty...
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2015 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
src/main/java/com/puppycrawl/tools/checkstyle/gui/FileDrop.java
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2015 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
minor: fixing teamcity violation
src/main/java/com/puppycrawl/tools/checkstyle/gui/FileDrop.java
minor: fixing teamcity violation
Java
lgpl-2.1
1f83812ee46c4360f2e8d07c5b609282e95d5771
0
csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,ACS...
/* * ALMA - Atacama Large Millimiter Array (c) European Southern Observatory, 2002 Copyright * by ESO (in the framework of the ALMA collaboration), All rights reserved * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as publishe...
LGPL/CommonSoftware/jacsutil/src/alma/acs/util/AcsLocations.java
/* * ALMA - Atacama Large Millimiter Array (c) European Southern Observatory, 2002 Copyright * by ESO (in the framework of the ALMA collaboration), All rights reserved * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as publishe...
Made strings SERVICESDAEMON_SYMBOL and CONTAINERDAEMON_SYMBOL final because there is no indication that we ever want to change the names used in the corbaloc. Also added a todo comment that the real definition in is IDL but not available here because of module build order. git-svn-id: afcf11d89342f630bd950d18a70234a9...
LGPL/CommonSoftware/jacsutil/src/alma/acs/util/AcsLocations.java
Made strings SERVICESDAEMON_SYMBOL and CONTAINERDAEMON_SYMBOL final because there is no indication that we ever want to change the names used in the corbaloc. Also added a todo comment that the real definition in is IDL but not available here because of module build order.
Java
apache-2.0
6546a798e225e42204212cf73e8cd4f9edc39b04
0
consulo/consulo-xpath,consulo/consulo-xpath
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
xpath-lang/src/org/intellij/lang/xpath/xslt/impl/XsltReferenceContributor.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
compilation
xpath-lang/src/org/intellij/lang/xpath/xslt/impl/XsltReferenceContributor.java
compilation
Java
apache-2.0
f4e02185808a387a935882875ed630a93b2da0bd
0
WANdisco/hive,WANdisco/hive,wisgood/hive,asonipsl/hive,WANdisco/amplab-hive,WANdisco/hive,asonipsl/hive,wisgood/hive,WANdisco/amplab-hive,winningsix/hive,asonipsl/hive,asonipsl/hive,WANdisco/amplab-hive,winningsix/hive,wisgood/hive,WANdisco/hive,winningsix/hive,winningsix/hive,winningsix/hive,WANdisco/amplab-hive,WANdi...
/** * 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...
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.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...
HIVE-7943 : hive.security.authorization.createtable.owner.grants is ineffective with Default Authorization (Ashu Pachauri via Thejas Nair) git-svn-id: c2303eb81cb646bce052f55f7f0d14f181a5956c@1623611 13f79535-47bb-0310-9956-ffa450edef68
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java
HIVE-7943 : hive.security.authorization.createtable.owner.grants is ineffective with Default Authorization (Ashu Pachauri via Thejas Nair)
Java
apache-2.0
cbef88d9f64678efdbbc01d3953eea343bdd48ca
0
leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
add logSQL for master slave.
sharding-core/src/main/java/io/shardingsphere/core/util/SQLLogger.java
add logSQL for master slave.
Java
apache-2.0
3729119e23ee8d6346d083e42d444fd9a7a55975
0
hierynomus/sshj,hierynomus/sshj
/* * Copyright (C)2009 - SSHJ Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/test/java/net/schmizz/sshj/userauth/password/TestConsolePasswordFinder.java
/* * Copyright (C)2009 - SSHJ Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
Added assertions to testPromptFormat
src/test/java/net/schmizz/sshj/userauth/password/TestConsolePasswordFinder.java
Added assertions to testPromptFormat
Java
apache-2.0
c77e8890ef06823b40538a0fde71b5ce05fef78c
0
joansmith/pdfbox,mdamt/pdfbox,mdamt/pdfbox,benmccann/pdfbox,ChunghwaTelecom/pdfbox,joansmith/pdfbox,mathieufortin01/pdfbox,gavanx/pdflearn,ChunghwaTelecom/pdfbox,gavanx/pdflearn,benmccann/pdfbox,mathieufortin01/pdfbox
/* * 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...
pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.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...
PDFBOX-2899: collect text clip between BT and ET, and apply only if not empty git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1693157 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java
PDFBOX-2899: collect text clip between BT and ET, and apply only if not empty
Java
apache-2.0
8f1bb8d1c05d9fe7fa7dfb0a9d859b0903d9e9a7
0
manovotn/core,weld/core,antoinesd/weld-core,manovotn/core,antoinesd/weld-core,weld/core,manovotn/core,antoinesd/weld-core
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat Middleware LLC, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may...
impl/src/main/java/org/jboss/webbeans/servlet/ConversationPropagationFilter.java
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat Middleware LLC, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may...
WBRI-164 git-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@1811 1c488680-804c-0410-94cd-c6b725194a0e
impl/src/main/java/org/jboss/webbeans/servlet/ConversationPropagationFilter.java
WBRI-164
Java
apache-2.0
e07ef2f80ff80e4b08b73648666fe87e1388a478
0
surya-janani/sakai,rodriguezdevera/sakai,zqian/sakai,udayg/sakai,kwedoff1/sakai,clhedrick/sakai,kingmook/sakai,ktakacs/sakai,ouit0408/sakai,ktakacs/sakai,liubo404/sakai,willkara/sakai,wfuedu/sakai,zqian/sakai,liubo404/sakai,whumph/sakai,puramshetty/sakai,noondaysun/sakai,conder/sakai,willkara/sakai,ktakacs/sakai,ouit04...
/** * */ package org.sakaiproject.tool.resetpass; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.sakaiproject.component.api.ServerConfigurationService; import uk.org.ponder.messageutil.MessageLocator; import uk.org.ponder.messageutil.TargettedMessageList; import uk.org...
reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java
/** * */ package org.sakaiproject.tool.resetpass; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.sakaiproject.component.api.ServerConfigurationService; import uk.org.ponder.messageutil.MessageLocator; import uk.org.ponder.messageutil.TargettedMessageList; import uk.org...
SAK-12816 get the message explicitly git-svn-id: 713c9f96647bdf19ecb7f1b705f2eda86e479773@40926 66ffb92e-73f9-0310-93c1-f5514f145a0a
reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java
SAK-12816 get the message explicitly
Java
apache-2.0
7ade7da54e6a873d2468b5127994ed331f2c0c93
0
Valkryst/VTerminal
package com.valkryst.VTerminal.builder; import com.valkryst.VTerminal.Panel; import com.valkryst.VTerminal.component.Screen; import com.valkryst.VTerminal.font.Font; import lombok.Getter; import javax.swing.*; public class PanelBuilder { /** The width of the panel, in characters. */ @Getter private int width...
src/com/valkryst/VTerminal/builder/PanelBuilder.java
package com.valkryst.VTerminal.builder; import com.valkryst.VTerminal.Panel; import com.valkryst.VTerminal.component.Screen; import com.valkryst.VTerminal.font.Font; import lombok.Getter; import javax.swing.*; public class PanelBuilder { /** The width of the panel, in characters. */ @Getter private int width...
Removes empty space on the bottom and right-hand sides of the panel.
src/com/valkryst/VTerminal/builder/PanelBuilder.java
Removes empty space on the bottom and right-hand sides of the panel.
Java
apache-2.0
1ecfdb9eb21723a7865cdd3fa477f4813a8f31fa
0
lloydtorres/stately
/** * Copyright 2016 Lloyd Torres * * 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 ...
Stately/app/src/main/java/com/lloydtorres/stately/telegrams/TelegramsAdapter.java
/** * Copyright 2016 Lloyd Torres * * 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 ...
Add indicator for unread telegrams
Stately/app/src/main/java/com/lloydtorres/stately/telegrams/TelegramsAdapter.java
Add indicator for unread telegrams
Java
apache-2.0
1a41ec5d6bfd035fdbf6cc1ca322b747b67cdc5a
0
retomerz/intellij-community,amith01994/intellij-community,adedayo/intellij-community,muntasirsyed/intellij-community,idea4bsd/idea4bsd,fnouama/intellij-community,consulo/consulo,apixandru/intellij-community,ThiagoGarciaAlves/intellij-community,retomerz/intellij-community,fengbaicanhe/intellij-community,FHannes/intellij...
package com.intellij.ide.actions; import com.intellij.openapi.actionSystem.AnAction; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.DataConstants; import com.intellij.openapi.actionSystem.Presentation; import com.intellij.openapi.ide.CopyPasteManager; import com.intel...
action-system/impl/com/intellij/ide/actions/CopyPathsAction.java
package com.intellij.ide.actions; import com.intellij.openapi.actionSystem.AnAction; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.DataConstants; import com.intellij.openapi.actionSystem.Presentation; import com.intellij.openapi.ide.CopyPasteManager; import com.intel...
cleanup
action-system/impl/com/intellij/ide/actions/CopyPathsAction.java
cleanup
Java
apache-2.0
fde34e83843ce261fd2243cf714b14cec166a7ec
0
skitt/maven,stephenc/maven,vedmishr/demo1,gorcz/maven,Distrotech/maven,rogerchina/maven,njuneau/maven,lbndev/maven,cstamas/maven,wangyuesong/maven,pkozelka/maven,Distrotech/maven,keith-turner/maven,lbndev/maven,apache/maven,likaiwalkman/maven,barthel/maven,atanasenko/maven,aheritier/maven,xasx/maven,changbai1980/maven,...
package org.apache.maven.lifecycle; /* * 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...
maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
package org.apache.maven.lifecycle; /* * 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...
o get rid of extraneous goal matching git-svn-id: b7fe8ef5baca067e5a48e158aa5b95911dd41c82@777171 13f79535-47bb-0310-9956-ffa450edef68
maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
o get rid of extraneous goal matching
Java
apache-2.0
ce740a186b997cac9ca402d09d98e01f30cbd759
0
HenryCaiHaiying/secor,pinterest/secor,HenryCaiHaiying/secor,pinterest/secor
package com.pinterest.secor.io.impl; import com.google.common.io.Files; import com.google.gson.JsonObject; import com.pinterest.secor.common.LogFilePath; import com.pinterest.secor.common.SecorConfig; import com.pinterest.secor.io.FileReader; import com.pinterest.secor.io.FileWriter; import com.pinterest.secor.io.KeyV...
src/test/java/com/pinterest/secor/io/impl/JsonORCFileReaderWriterFactoryTest.java
package com.pinterest.secor.io.impl; import com.google.common.io.Files; import com.google.gson.JsonObject; import com.pinterest.secor.common.LogFilePath; import com.pinterest.secor.common.SecorConfig; import com.pinterest.secor.io.FileReader; import com.pinterest.secor.io.FileWriter; import com.pinterest.secor.io.KeyV...
Ignore testUnionType() for now
src/test/java/com/pinterest/secor/io/impl/JsonORCFileReaderWriterFactoryTest.java
Ignore testUnionType() for now
Java
apache-2.0
fd16b1ea1e6567db87b7b0d01644c78553db1a69
0
ChronixDB/chronix.benchmark,mcqueentc/chronix.benchmark
package de.qaware.chronix.database; import java.util.List; /** * Created by mcqueen666 on 08.08.16. * * Interface implementations have to implement this interface. * BenchmarkDataSource jar packed has to be rolled out to user and be used as dependency for TSDB implementations * */ public interface BenchmarkDa...
DatabaseInterface/src/main/java/de/qaware/chronix/database/BenchmarkDataSource.java
package de.qaware.chronix.database; import java.util.List; /** * Created by mcqueen666 on 08.08.16. * * Interface implementations have to implement this interface. * BenchmarkDataSource jar packed has to be rolled out to user and be used as dependency for TSDB implementations * */ public interface BenchmarkDa...
added impl note for getMappedStorageDirectory
DatabaseInterface/src/main/java/de/qaware/chronix/database/BenchmarkDataSource.java
added impl note for getMappedStorageDirectory
Java
apache-2.0
e9cb79530f4f65ff7c0e31564bc3c39fd7e4c111
0
nico-Fritz/neo4art,neo4art/neo4art,neo4art/neo4art,nico-Fritz/neo4art,MZaratin-Larus/neo4art,MZaratin-Larus/neo4art,neo4art/neo4art,nico-Fritz/neo4art,neo4art/neo4art,nico-Fritz/neo4art,nico-Fritz/neo4art,MZaratin-Larus/neo4art,neo4art/neo4art,MZaratin-Larus/neo4art,neo4art/neo4art,MZaratin-Larus/neo4art,MZaratin-Larus...
/** * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
neo4art-commons/src/main/java/org/neo4art/domain/Coordinate.java
package org.neo4art.domain; public class Coordinate { private String name; private String map; private String latD; private String latM; private String latS; private String latNS; private String longD; private String longM; private String longS; private String longEW; private String latitude...
minor changes
neo4art-commons/src/main/java/org/neo4art/domain/Coordinate.java
minor changes
Java
apache-2.0
144ca6db8796caf6e22ae051ff6b3d122fd2b388
0
kellyzly/pig,kellyzly/pig,kellyzly/pig,kellyzly/pig,kellyzly/pig,kellyzly/pig,kellyzly/pig
/* * 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 ...
test/org/apache/pig/test/Util.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 ...
PIG-4540: Remove repetitive org.apache.pig.test.Util#isSparkExecType (Liyun via Xuefu) git-svn-id: d317905e1b1233abb7022f5914f79c3119e04b87@1678284 13f79535-47bb-0310-9956-ffa450edef68
test/org/apache/pig/test/Util.java
PIG-4540: Remove repetitive org.apache.pig.test.Util#isSparkExecType (Liyun via Xuefu)
Java
apache-2.0
43c7573b11f97a85cbb5e3c836dbb91af2369f27
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2013 Ausenco Engineering Canada Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
src/main/java/com/jaamsim/BasicObjects/EntityGenerator.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2013 Ausenco Engineering Canada Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
JS: revised description for the EntityGenerator output NumberGenerated Signed-off-by: Harry King <4297d713059dfdc9fd310cd85bf547ea21a2d624@ausenco.com> Signed-off-by: Stephen Wong <6f34db11dd2258ec4ffa799eb0d7827f906cb1c6@ausenco.com>
src/main/java/com/jaamsim/BasicObjects/EntityGenerator.java
JS: revised description for the EntityGenerator output NumberGenerated
Java
apache-2.0
1b321f79912bad53a8198243cecf01748ff45a8b
0
gorcz/netflix-graph,joseglad/netflix-graph,Netflix/netflix-graph,yonglehou/netflix-graph
/* * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
src/main/java/com/netflix/nfgraph/util/ByteArrayBuffer.java
/* * Copyright 2013 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Fixed NegativeArraySizeException for data larger than 2GB / 3.
src/main/java/com/netflix/nfgraph/util/ByteArrayBuffer.java
Fixed NegativeArraySizeException for data larger than 2GB / 3.
Java
apache-2.0
9095dcccfe9ec3076727e1e7215340ab80db052d
0
royalrangers-ck/rr-api,royalrangers-ck/rr-api
package com.royalrangers.configuration; import com.royalrangers.model.*; import com.royalrangers.repository.AuthorityRepository; import com.royalrangers.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; imp...
src/main/java/com/royalrangers/configuration/Bootstrap.java
package com.royalrangers.configuration; import com.royalrangers.model.*; import com.royalrangers.repository.AuthorityRepository; import com.royalrangers.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; imp...
Resolve all conflicts
src/main/java/com/royalrangers/configuration/Bootstrap.java
Resolve all conflicts
Java
bsd-2-clause
25857d59b88f91a0612556c22c44d0c671123383
0
ONatalia/Masterarbeit,ONatalia/Masterarbeit,ONatalia/Masterarbeit,ONatalia/Masterarbeit
package org.cocolab.inpro.incremental.processor; import java.util.Collection; import java.util.List; import org.cocolab.inpro.incremental.IUModule; import org.cocolab.inpro.incremental.unit.DialogueActIU; import org.cocolab.inpro.incremental.unit.EditMessage; import org.cocolab.inpro.incremental.unit.IU; /** * An a...
src/org/cocolab/inpro/incremental/processor/AbstractDialogueManager.java
package org.cocolab.inpro.incremental.processor; import java.util.Collection; import java.util.List; import org.cocolab.inpro.incremental.IUModule; import org.cocolab.inpro.incremental.unit.DialogueActIU; import org.cocolab.inpro.incremental.unit.EditMessage; import org.cocolab.inpro.incremental.unit.IU; /** * An a...
Now truly abstract. git-svn-id: 0dc367cf2a1f0872b31aed51a516e91b94972fba@1991 19460358-522e-0410-942e-fdb976ae3ca2
src/org/cocolab/inpro/incremental/processor/AbstractDialogueManager.java
Now truly abstract.
Java
bsd-3-clause
cd7365c12d2c542a927f504cd6970bd47d932856
0
mdiggory/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,rnathanday/dryad-repo,ojacobson/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,mdiggory/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,ojacobson/dryad-repo,jamie-dryad/dryad-repo,ojacobson/dryad-repo,ja...
package org.dspace.curate; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.params.HttpMethodParams; import org.dspace.authorize.AuthorizeException; import org.dspace.content.Collection; import org.dspace.content.DCDate; import org.dspace.content.DCValue; import org.dspace....
dspace/modules/api/src/main/java/org/dspace/curate/EmbargoedWithoutPubDate.java
package org.dspace.curate; import org.apache.commons.httpclient.methods.GetMethod; import org.apache.commons.httpclient.params.HttpMethodParams; import org.dspace.authorize.AuthorizeException; import org.dspace.content.Collection; import org.dspace.content.DCDate; import org.dspace.content.DCValue; import org.dspace....
Seems to be failing silently
dspace/modules/api/src/main/java/org/dspace/curate/EmbargoedWithoutPubDate.java
Seems to be failing silently
Java
mit
1e5027373c998c0590ad02308dfe5241d2269471
0
vimeo/vimeo-networking-java,vimeo/vimeo-networking-java,vimeo/vimeo-networking-java
/* * Copyright (c) 2015 Vimeo (https://vimeo.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, ...
VIMNetworking/src/main/java/com/vimeo/networking/VimeoClient.java
/* * Copyright (c) 2015 Vimeo (https://vimeo.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, ...
call for search
VIMNetworking/src/main/java/com/vimeo/networking/VimeoClient.java
call for search
Java
mit
bb57299d32dc9f75dab474bf17212fd789fc14ed
0
sapmentors/lemonaid,sapmentors/lemonaid,sapmentors/lemonaid
package com.sap.mentors.lemonaid; import java.io.IOException; import java.util.UUID; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impor...
src/main/java/com/sap/mentors/lemonaid/Application.java
package com.sap.mentors.lemonaid; import java.io.IOException; import java.util.UUID; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; impor...
Create or update SAP Software Solutions
src/main/java/com/sap/mentors/lemonaid/Application.java
Create or update SAP Software Solutions
Java
mit
c28b5d79e3276eb7936c1aced8aca375bb023266
0
ashwinrayaprolu1984/trackr-backend,agilemobiledev/trackr-backend,agilemobiledev/trackr-backend,ashwinrayaprolu1984/trackr-backend,techdev-solutions/trackr-backend,hongyang070/trackr-backend,techdev-solutions/trackr-backend,hongyang070/trackr-backend
package de.techdev.trackr.domain; import de.techdev.trackr.domain.employee.EmployeeScheduledJob; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.anno...
src/main/java/de/techdev/trackr/domain/ScheduledJobsConfiguration.java
package de.techdev.trackr.domain; import de.techdev.trackr.domain.employee.EmployeeScheduledJob; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.anno...
Fixed a bug where Tomcat would not shut down.
src/main/java/de/techdev/trackr/domain/ScheduledJobsConfiguration.java
Fixed a bug where Tomcat would not shut down.
Java
mpl-2.0
b0736010a69d04ea0f67d12f4d93f7a2a5a3993c
0
pamval/cdc,pamval/cdc,pamval/cdc,webdetails/cdc,webdetails/cdc,webdetails/cdc
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ package pt.webdetails.cdc.ws; import java.io.ByteArrayOutputStream; import java.io.PrintWriter; import javax.sql....
src/pt/webdetails/cdc/ws/MondrianCacheCleanService.java
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ package pt.webdetails.cdc.ws; import java.io.ByteArrayOutputStream; import java.io.PrintWriter; import javax.sql....
Minor bug fix
src/pt/webdetails/cdc/ws/MondrianCacheCleanService.java
Minor bug fix
Java
lgpl-2.1
d7f5bad77402be7186400b874c8e251843d52e83
0
modius/railo,getrailo/railo,JordanReiter/railo,getrailo/railo,getrailo/railo,JordanReiter/railo,modius/railo
package railo.commons.net; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.util.HashMap; import jav...
railo-java/railo-core/src/railo/commons/net/HTTPUtil.java
package railo.commons.net; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.util.HashMap; import jav...
organize imports
railo-java/railo-core/src/railo/commons/net/HTTPUtil.java
organize imports
Java
unlicense
8296bb580ecd847504fc0e127f37164af5c03df3
0
Ghostkeeper/hattusa
/** * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or distribute * this software, either in source code form or as a compiled binary, for any * purpose, commercial or non-commercial, and by any means. * * In jurisd...
src/net/dulek/collections/graph/arc/vertex/Graph.java
/** * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or distribute * this software, either in source code form or as a compiled binary, for any * purpose, commercial or non-commercial, and by any means. * * In jurisd...
Added validate() method This method is intended both as a debug method to check if a programming mistake was made, as well as to check whether a deserialised object (or of other untrusted source) is correct.
src/net/dulek/collections/graph/arc/vertex/Graph.java
Added validate() method
Java
apache-2.0
9be07593ea4ee845306fae406cc600b15a4ae167
0
FarbodSalamat-Zadeh/TimetableApp,FarbodSalamat-Zadeh/TimetableApp
package com.satsumasoftware.timetable.db; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import com.satsumasoftware.timetable.framework.ClassDetail; import com.satsumasoftware.timetable.framework.ClassTime; import j...
app/src/main/java/com/satsumasoftware/timetable/db/ClassesUtils.java
package com.satsumasoftware.timetable.db; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.provider.BaseColumns; import com.satsumasoftware.timetable.framework.ClassDetail; import com.satsumasoftware.tim...
Create helper methods to add and remove db values mapping class detail and times
app/src/main/java/com/satsumasoftware/timetable/db/ClassesUtils.java
Create helper methods to add and remove db values mapping class detail and times
Java
apache-2.0
8cf42a30ae6bc897673694bda431a9612f1f30b0
0
apache/ode,apache/ode,Subasinghe/ode,apache/ode,apache/ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,apache/ode
/* * 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 ...
bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/Selector.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 ...
fixing a typo.
bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/Selector.java
fixing a typo.
Java
apache-2.0
400382c1dfee729260940b6f5342b327cabed96a
0
pantsbuild/intellij-pants-plugin,pantsbuild/intellij-pants-plugin,wisechengyi/intellij-pants-plugin,pantsbuild/intellij-pants-plugin,wisechengyi/intellij-pants-plugin,pantsbuild/intellij-pants-plugin,pantsbuild/intellij-pants-plugin,wisechengyi/intellij-pants-plugin,wisechengyi/intellij-pants-plugin
// Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). // Licensed under the Apache License, Version 2.0 (see LICENSE). package com.twitter.intellij.pants.service.scala; import com.intellij.openapi.externalSystem.model.Key; import com.intellij.openapi.externalSystem.model.ProjectKeys; import com.intellij...
src/com/twitter/intellij/pants/service/scala/ScalaModelData.java
// Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). // Licensed under the Apache License, Version 2.0 (see LICENSE). package com.twitter.intellij.pants.service.scala; import com.intellij.openapi.externalSystem.model.Key; import com.intellij.openapi.externalSystem.model.ProjectKeys; import com.intellij...
Fix ScalaModelData Mapping (#451) Similar to #443
src/com/twitter/intellij/pants/service/scala/ScalaModelData.java
Fix ScalaModelData Mapping (#451)
Java
apache-2.0
54eaa77f5ac4a396e18adba745e3a8a6f44b9537
0
sdgdsffdsfff/zeus,sdgdsffdsfff/zeus,sdgdsffdsfff/zeus,sdgdsffdsfff/zeus,ctripcorp/zeus,sdgdsffdsfff/zeus,ctripcorp/zeus,ctripcorp/zeus,ctripcorp/zeus
package com.ctrip.zeus.executor.impl; import com.ctrip.zeus.executor.TaskExecutor; import com.ctrip.zeus.lock.DbLockFactory; import com.ctrip.zeus.lock.DistLock; import com.ctrip.zeus.model.entity.*; import com.ctrip.zeus.nginx.entity.NginxResponse; import com.ctrip.zeus.service.activate.ActivateService; import com.ct...
src/main/java/com/ctrip/zeus/executor/impl/TaskExecutorImpl.java
package com.ctrip.zeus.executor.impl; import com.ctrip.zeus.executor.TaskExecutor; import com.ctrip.zeus.lock.DbLockFactory; import com.ctrip.zeus.lock.DistLock; import com.ctrip.zeus.model.entity.*; import com.ctrip.zeus.service.activate.ActivateService; import com.ctrip.zeus.service.activate.ActiveConfService; impor...
update
src/main/java/com/ctrip/zeus/executor/impl/TaskExecutorImpl.java
update
Java
apache-2.0
881020467be38442073dd5dd8a1187ba4685a516
0
PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr
package org.apache.lucene.index; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Versi...
lucene/src/java/org/apache/lucene/index/SegmentInfo.java
package org.apache.lucene.index; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Versi...
LUCENE-3606: deprecate these two methods git-svn-id: e1b27e6470f0894556ae425b24bece82ab88986c@1210274 13f79535-47bb-0310-9956-ffa450edef68
lucene/src/java/org/apache/lucene/index/SegmentInfo.java
LUCENE-3606: deprecate these two methods
Java
apache-2.0
0a89e085f66cd3d9453a63986461e42f935beec7
0
apache/ode,apache/ode,apache/ode,apache/ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,Subasinghe/ode,apache/ode,Subasinghe/ode
/* * 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 ...
axis2/src/main/java/org/apache/ode/axis2/ODEServer.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 ...
some GC clean up tweaks during shutdown. git-svn-id: 51ebfee8793609331cc427b513d959ae09aa9655@1043918 13f79535-47bb-0310-9956-ffa450edef68
axis2/src/main/java/org/apache/ode/axis2/ODEServer.java
some GC clean up tweaks during shutdown.
Java
apache-2.0
ca14a6fe6945979b09e4646df1b50d07bae35edf
0
ceylon/ceylon-spec,ceylon/ceylon-spec,ceylon/ceylon-spec
package com.redhat.ceylon.compiler.typechecker.analyzer; import static com.redhat.ceylon.compiler.typechecker.analyzer.AnalyzerUtil.getPackageTypeDeclaration; import static com.redhat.ceylon.compiler.typechecker.analyzer.AnalyzerUtil.getTypeArguments; import static com.redhat.ceylon.compiler.typechecker.analyzer.Analy...
src/com/redhat/ceylon/compiler/typechecker/analyzer/TypeVisitor.java
package com.redhat.ceylon.compiler.typechecker.analyzer; import static com.redhat.ceylon.compiler.typechecker.analyzer.AnalyzerUtil.getPackageTypeDeclaration; import static com.redhat.ceylon.compiler.typechecker.analyzer.AnalyzerUtil.getTypeArguments; import static com.redhat.ceylon.compiler.typechecker.analyzer.Analy...
incorporate suggestion from @xkr47
src/com/redhat/ceylon/compiler/typechecker/analyzer/TypeVisitor.java
incorporate suggestion from @xkr47
Java
apache-2.0
d01cfdebaefd8fe07cf53a6918fbc64cc89a350b
0
irccloud/android,irccloud/android,irccloud/android,irccloud/android,irccloud/android
/* * Copyright (c) 2015 IRCCloud, 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 agreed ...
src/com/irccloud/android/IRCCloudApplicationBase.java
/* * Copyright (c) 2015 IRCCloud, 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 agreed ...
turn off the EmojiCompat debug outline
src/com/irccloud/android/IRCCloudApplicationBase.java
turn off the EmojiCompat debug outline
Java
apache-2.0
4ef3c2e7beb1a45095eab1be7d8d658560d94b64
0
jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/scalephant
/******************************************************************************* * * Copyright (C) 2015-2017 the BBoxDB 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 Licens...
src/main/java/org/bboxdb/util/MathUtil.java
/******************************************************************************* * * Copyright (C) 2015-2017 the BBoxDB 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 Licens...
Fixed indent
src/main/java/org/bboxdb/util/MathUtil.java
Fixed indent
Java
apache-2.0
ac24d8196db6f75de4b4186d8be3863a7190c555
0
froop/checkdep
package checkdep.value.depend; import java.util.Collection; import java.util.Map; import java.util.function.Function; import java.util.stream.Collectors; import checkdep.util.MapBase; public class Dependencies extends MapBase<PackageName, Dependency> { public static Dependencies of(Collection<Dependency> collecti...
src/main/java/checkdep/value/depend/Dependencies.java
package checkdep.value.depend; import java.util.Collection; import java.util.LinkedHashMap; import java.util.Map; import checkdep.util.MapBase; public class Dependencies extends MapBase<PackageName, Dependency> { public static Dependencies of(Collection<Dependency> collection) { Map<PackageName, Dependency> m...
refactoring Dependencies to stream
src/main/java/checkdep/value/depend/Dependencies.java
refactoring Dependencies to stream
Java
apache-2.0
26dfb4dee8a0a6bbd924fc7c8857d5eea2177f0f
0
hbs/warp10-platform,StevenLeRoux/warp10-platform,hbs/warp10-platform,cityzendata/warp10-platform,StevenLeRoux/warp10-platform,hbs/warp10-platform,cityzendata/warp10-platform,StevenLeRoux/warp10-platform,cityzendata/warp10-platform,hbs/warp10-platform,StevenLeRoux/warp10-platform,cityzendata/warp10-platform
package io.warp10.warp.sdk; import io.warp10.WarpClassLoader; import io.warp10.WarpConfig; import io.warp10.continuum.Configuration; import io.warp10.continuum.store.DirectoryClient; import io.warp10.continuum.store.StoreClient; import io.warp10.script.WarpScriptLib; import java.lang.reflect.Method; import java.net.U...
warp10/src/main/java/io/warp10/warp/sdk/AbstractWarp10Plugin.java
package io.warp10.warp.sdk; import io.warp10.WarpClassLoader; import io.warp10.WarpConfig; import io.warp10.continuum.Configuration; import io.warp10.script.WarpScriptLib; import java.net.URL; import java.util.HashSet; import java.util.Properties; import java.util.Set; import java.util.concurrent.atomic.AtomicBoolean...
Added methods to retrieve the exposed Store and Directory Clients
warp10/src/main/java/io/warp10/warp/sdk/AbstractWarp10Plugin.java
Added methods to retrieve the exposed Store and Directory Clients
Java
apache-2.0
c994145b2cc2e1f3bb21251a9e3c0228269eaaff
0
svenkubiak/mangooio,svenkubiak/mangooio,svenkubiak/mangooio
package io.mangoo.routing; import java.util.Collections; import java.util.Objects; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import com.google.common.base.Preconditions; /** * * @author svenkubiak * */ public final class Router { private static Set<Route> routes = ConcurrentHashMap...
mangooio-core/src/main/java/io/mangoo/routing/Router.java
package io.mangoo.routing; import java.util.Collections; import java.util.Objects; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; /** * * @author svenkubiak * */ public final class Router { private static Set<Route> routes = ConcurrentHashMap.newKeySet(10000); private Router(){ ...
sonar refactorings
mangooio-core/src/main/java/io/mangoo/routing/Router.java
sonar refactorings
Java
apache-2.0
71d8d4bdebdafcb07a5a862499886be2ada871d9
0
vector-im/riot-android,vector-im/riot-android,vector-im/vector-android,vector-im/vector-android,vector-im/riot-android,vector-im/vector-android,vector-im/vector-android,vector-im/riot-android,vector-im/riot-android
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * Copyright 2018 New Vector 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...
vector/src/app/java/im/vector/push/fcm/FcmHelper.java
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * Copyright 2018 New Vector 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...
Protect Firebase access from Exception
vector/src/app/java/im/vector/push/fcm/FcmHelper.java
Protect Firebase access from Exception
Java
apache-2.0
da788e084e9e9701636db50c8a8dec6d0d7d471d
0
p6spy/p6spy,gavlyukovskiy/p6spy,gavlyukovskiy/p6spy,p6spy/p6spy
/* * #%L * P6Spy * %% * Copyright (C) 2013 P6Spy * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
src/test/java/com/p6spy/engine/spy/P6TestCommon.java
/* * #%L * P6Spy * %% * Copyright (C) 2013 P6Spy * %% * 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...
fix failing test case
src/test/java/com/p6spy/engine/spy/P6TestCommon.java
fix failing test case
Java
apache-2.0
865cc4d26bdac9cf538368e44e5ec1db95f37eaf
0
joewalnes/idea-community,ernestp/consulo,retomerz/intellij-community,signed/intellij-community,MER-GROUP/intellij-community,clumsy/intellij-community,muntasirsyed/intellij-community,ibinti/intellij-community,SerCeMan/intellij-community,michaelgallacher/intellij-community,adedayo/intellij-community,tmpgit/intellij-commu...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/execution/impl/RunManagerImpl.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
RunManagerImpl: clear() method cleans out all configuration classes (in MPS there was some problems because of class reloading process - old classes were stored)
platform/lang-impl/src/com/intellij/execution/impl/RunManagerImpl.java
RunManagerImpl: clear() method cleans out all configuration classes (in MPS there was some problems because of class reloading process - old classes were stored)
Java
apache-2.0
9deecccb4e61db61820b9390e522619f5a77c4a9
0
frankpunx/Terasology,MovingBlocks/Terasology,AWildBeard/Terasology,samuto/Terasology,Felges/Terasology,indianajohn/Terasology,mertserezli/Terasology,mertserezli/Terasology,jacklotusho/Terasology,dannyzhou98/Terasology,leelib/Terasology,sceptross/Terasology,Vizaxo/Terasology,Halamix2/Terasology,Vizaxo/Terasology,kaen/Te...
/* * Copyright 2013 MovingBlocks * * 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...
engine/src/main/java/org/terasology/editor/TeraEd.java
/* * Copyright 2013 MovingBlocks * * 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 start of TeraEd by initializating the PathManager earlier.
engine/src/main/java/org/terasology/editor/TeraEd.java
Fix start of TeraEd by initializating the PathManager earlier.
Java
apache-2.0
dbafbe59b4b864f0e3372310a2bef4fff7e35518
0
xbreezes/FxExplorer,xbreezes/FxExplorer
package info.breezes.fxmanager; import android.annotation.SuppressLint; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.hardware.usb.UsbDevice; import android.hardware.usb.UsbManager; import android.os.Build; i...
app/src/main/java/info/breezes/fxmanager/MainActivity.java
package info.breezes.fxmanager; import android.annotation.SuppressLint; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.hardware.usb.UsbDevice; import android.hardware.usb.UsbManager; import android.os.Build; i...
reflect
app/src/main/java/info/breezes/fxmanager/MainActivity.java
reflect
Java
apache-2.0
1f9a3624c426ccf474d5f6f8af7d214fab2586ab
0
quantiply-fork/c5-replicator,quantiply-fork/c5-replicator,cloud-software-foundation/c5-replicator,cloud-software-foundation/c5-replicator
/* * Copyright (C) 2014 Ohm Data * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program...
c5db/src/main/java/c5db/replication/ReplicatorService.java
/* * Copyright (C) 2014 Ohm Data * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program...
Fix ReplicatorService not disposing its fiber(s) when it's stopped
c5db/src/main/java/c5db/replication/ReplicatorService.java
Fix ReplicatorService not disposing its fiber(s) when it's stopped
Java
bsd-3-clause
d5261cda3e4c98dc82db0116a58f779be5f0e263
0
krzyk/rultor,joansmith/rultor,linlihai/rultor,krzyk/rultor,maurezen/rultor,linlihai/rultor,dalifreire/rultor,pecko/rultor,dalifreire/rultor,maurezen/rultor,maurezen/rultor,joansmith/rultor,linlihai/rultor,joansmith/rultor,dalifreire/rultor,pecko/rultor,dalifreire/rultor,krzyk/rultor,dalifreire/rultor,joansmith/rultor,j...
/** * Copyright (c) 2009-2013, rultor.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
rultor-users/src/main/java/com/rultor/users/AwsRules.java
/** * Copyright (c) 2009-2013, rultor.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
#312 polished
rultor-users/src/main/java/com/rultor/users/AwsRules.java
#312 polished
Java
mit
b4369702341f321596936b80857350c45c6786e2
0
GenesysPureEngage/workspace-client-java
package com.genesys.workspace; import java.net.URI; import java.net.HttpCookie; import java.net.CookieManager; import java.util.Base64; import java.util.Collection; import java.util.concurrent.CompletableFuture; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.List; import ja...
src/main/java/com/genesys/workspace/WorkspaceApi.java
package com.genesys.workspace; import java.net.URI; import java.net.HttpCookie; import java.net.CookieManager; import java.util.Base64; import java.util.Collection; import java.util.concurrent.CompletableFuture; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.List; import ja...
Param updates for voice login/logout
src/main/java/com/genesys/workspace/WorkspaceApi.java
Param updates for voice login/logout
Java
mit
e97cf7fa99b8bc992fae861c1338250a647fb7b3
0
automate-website/waml-io,automate-website/waml-io
package website.automate.waml.io; import static java.lang.ClassLoader.getSystemResourceAsStream; import static java.util.Arrays.asList; import static org.junit.Assert.assertEquals; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.util.List; import org.apache.commons.io.IOUtils; import or...
src/test/java/website/automate/waml/io/WamlWriterIT.java
package website.automate.waml.io; import static java.lang.ClassLoader.getSystemResourceAsStream; import static java.util.Arrays.asList; import static org.junit.Assert.assertEquals; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.util.List; import org.apache.commons.io.IOUtils; import or...
added default overrides for the scenario
src/test/java/website/automate/waml/io/WamlWriterIT.java
added default overrides for the scenario
Java
mit
8f38ebf98e32e3285308e442d5aa0890803f1bd1
0
iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller...
package org.broadinstitute.sting.gatk.walkers.filters; import org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils; import org.broadinstitute.sting.utils.GenomeLoc; import org.broadinstitute.sting.utils.exceptions.UserException; public class ClusteredSnps { private int window = 10; privat...
java/src/org/broadinstitute/sting/gatk/walkers/filters/ClusteredSnps.java
package org.broadinstitute.sting.gatk.walkers.filters; import org.broadinstitute.sting.gatk.contexts.variantcontext.VariantContextUtils; import org.broadinstitute.sting.utils.GenomeLoc; public class ClusteredSnps { private int window = 10; private int snpThreshold = 3; public ClusteredSnps(int snpThresho...
Throw a user exception when using the clustered SNP filter in the presence of ref calls. It's unfortunate, but until we get a windowed ROD context this is just too much of a headache to support. git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@4537 348d0f76-0448-11de-a6fe-93d51630548a
java/src/org/broadinstitute/sting/gatk/walkers/filters/ClusteredSnps.java
Throw a user exception when using the clustered SNP filter in the presence of ref calls. It's unfortunate, but until we get a windowed ROD context this is just too much of a headache to support.
Java
mit
30cd24b7c8ae3375a32fc831c843c774c1a5e16a
0
Dyndrilliac/java-custom-api
/* * Title: SICXE_AssemblerCodeLine * Author: Matthew Boyette * Date: 3/27/2015 * * This class represents a line of SIC/XE assembler code. */ package api.util.sicxe; import java.util.ArrayList; import api.util.datastructures.Token; import api.util.sicxe.SICXE_Lexer.TokenType; public class SICXE_AssemblerCode...
api/util/sicxe/SICXE_AssemblerCodeLine.java
/* * Title: SICXE_AssemblerCodeLine * Author: Matthew Boyette * Date: 3/27/2015 * * This class represents a line of SIC/XE assembler code. */ package api.util.sicxe; import java.util.ArrayList; import api.util.datastructures.Token; import api.util.sicxe.SICXE_Lexer.TokenType; public class SICXE_AssemblerCode...
Fixed Formatting Error In parseLine Method
api/util/sicxe/SICXE_AssemblerCodeLine.java
Fixed Formatting Error In parseLine Method
Java
mpl-2.0
7526bf06e067c5c4010b1249fab51715f987ae39
0
deanhiller/playorm,deanhiller/playorm
package com.alvazan.orm.logging; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import javax.inject.Named; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.alvazan.orm.api.z8spi.BatchListener; import com.alvazan.orm.a...
input/javasrc/com/alvazan/orm/logging/NoSqlRawLogger.java
package com.alvazan.orm.logging; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import javax.inject.Named; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.alvazan.orm.api.z8spi.BatchListener; import com.alvazan.orm.a...
add another log
input/javasrc/com/alvazan/orm/logging/NoSqlRawLogger.java
add another log
Java
mpl-2.0
682c6ad7a17298f57ae148e5d585e2147b7d8553
0
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: UnoScrollBarControl.java,v $ * * $Revision: 1.6 $ * * last change: $Author: kz $ $Date: 2005-11-02 18:26:19 $ * * The Contents of this file are made ava...
qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java
/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: UnoScrollBarControl.java,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2005-09-09 04:50:04 $ * * The Contents of this file are made ava...
INTEGRATION: CWS qadev24 (1.4.22); FILE MERGED 2005/09/19 17:23:52 cn 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:06 cn 1.4.22.1: #i52213# declare instance variables as 'privte static'
qadevOOo/tests/java/mod/_toolkit/UnoScrollBarControl.java
INTEGRATION: CWS qadev24 (1.4.22); FILE MERGED 2005/09/19 17:23:52 cn 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:06 cn 1.4.22.1: #i52213# declare instance variables as 'privte static'
Java
agpl-3.0
ca1b004b03115fbab4b39f4e9b88d6ac912ffd45
0
flamingo-geocms/flamingo,mvdstruijk/flamingo,B3Partners/flamingo,B3Partners/flamingo,flamingo-geocms/flamingo,mvdstruijk/flamingo,mvdstruijk/flamingo,flamingo-geocms/flamingo,B3Partners/flamingo,B3Partners/flamingo,mvdstruijk/flamingo,flamingo-geocms/flamingo
/* * Copyright (C) 2012 B3Partners B.V. * * 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 your option) any later version. * * This program is di...
src/java/nl/b3p/viewer/stripes/AppLayerActionBean.java
/* * Copyright (C) 2012 B3Partners B.V. * * 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 your option) any later version. * * This program is di...
store() method for attribute list
src/java/nl/b3p/viewer/stripes/AppLayerActionBean.java
store() method for attribute list
Java
agpl-3.0
8ba13b7b4a5455cca585db830fd9e4a74de80de8
0
ProtocolSupport/ProtocolSupport
package protocolsupport.protocol.typeremapper.block; import java.util.Arrays; import java.util.List; import java.util.function.Function; import org.bukkit.Instrument; import org.bukkit.Material; import org.bukkit.block.BlockFace; import org.bukkit.block.data.Ageable; import org.bukkit.block.data.AnaloguePowerable; im...
src/protocolsupport/protocol/typeremapper/block/LegacyBlockData.java
package protocolsupport.protocol.typeremapper.block; import java.util.Arrays; import java.util.List; import java.util.function.Function; import org.bukkit.Material; import org.bukkit.block.BlockFace; import org.bukkit.block.data.Ageable; import org.bukkit.block.data.AnaloguePowerable; import org.bukkit.block.data.Bis...
Remap blocks
src/protocolsupport/protocol/typeremapper/block/LegacyBlockData.java
Remap blocks
Java
agpl-3.0
d2f3e4d1312c31ab617c58ed0f042ec5a71575dd
0
animotron/core,animotron/core
/* * Copyright (C) 2011 The Animo Project * http://animotron.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any ...
src/test/java/org/animotron/statement/operator/GetTest.java
/* * Copyright (C) 2011 The Animo Project * http://animotron.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any ...
update names
src/test/java/org/animotron/statement/operator/GetTest.java
update names
Java
apache-2.0
6a0c35ecef08e5e63b74b3d43e5be55eb8a8e105
0
googleinterns/step-2020-wipeout-jr,googleinterns/step-2020-wipeout-jr,googleinterns/step-2020-wipeout-jr
package com.google.sps.data; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.Key; import com.google.appengine.api.datastore.KeyFactory; import com.g...
portfolio/src/main/java/com/google/sps/data/ReviewDaoDatastore.java
package com.google.sps.data; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.Key; import com.google.appengine.api.datastore.KeyFactory; import com.g...
allow one review per book+user
portfolio/src/main/java/com/google/sps/data/ReviewDaoDatastore.java
allow one review per book+user
Java
apache-2.0
6d8badc0e910f60001762e6d8056b1fccfb3419c
0
ddebrunner/streamsx.topology,ddebrunner/streamsx.topology,wmarshall484/streamsx.topology,wmarshall484/streamsx.topology,wmarshall484/streamsx.topology,ddebrunner/streamsx.topology,ddebrunner/streamsx.topology,ddebrunner/streamsx.topology,IBMStreams/streamsx.topology,IBMStreams/streamsx.topology,wmarshall484/streamsx.to...
/* # Licensed Materials - Property of IBM # Copyright IBM Corp. 2017 */ package com.ibm.streamsx.rest.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert....
test/java/src/com/ibm/streamsx/rest/test/StreamsConnectionTest.java
/* # Licensed Materials - Property of IBM # Copyright IBM Corp. 2017 */ package com.ibm.streamsx.rest.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert....
Fix StreamsConnectionTest. The V2 service now includes an input port metric of kind "time" named "recentMaxItemsQueuedInterval" which the test was not expecting.
test/java/src/com/ibm/streamsx/rest/test/StreamsConnectionTest.java
Fix StreamsConnectionTest.
Java
apache-2.0
73babd91d05825b55b72521909a46d0f1067ead8
0
prmr/Creco,prmr/Creco
/** * Copyright 2014 McGill University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
src/main/java/ca/mcgill/cs/creco/data/CRDeadlinks.java
/** * Copyright 2014 McGill University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
Refactored CR deadlinks
src/main/java/ca/mcgill/cs/creco/data/CRDeadlinks.java
Refactored CR deadlinks
Java
apache-2.0
3d027ff2a5638e465c36d71dd42a4a3f6052ff5e
0
ryano144/intellij-community,samthor/intellij-community,fnouama/intellij-community,suncycheng/intellij-community,robovm/robovm-studio,idea4bsd/idea4bsd,ftomassetti/intellij-community,hurricup/intellij-community,samthor/intellij-community,ernestp/consulo,ibinti/intellij-community,izonder/intellij-community,Lekanich/intel...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
xml/dom-openapi/src/com/intellij/util/xml/DomUtil.java
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
do not throw exceptions for invalid DOM, just log problems (e.g. http://youtrack.jetbrains.com/issue/IDEA-98943)
xml/dom-openapi/src/com/intellij/util/xml/DomUtil.java
do not throw exceptions for invalid DOM, just log problems (e.g. http://youtrack.jetbrains.com/issue/IDEA-98943)
Java
apache-2.0
5da79aa1e9a8c05e05f76c94b479dbebcfe65f79
0
kpavlov/fixio,kpavlov/fixio,kpavlov/fixio
/* * Copyright 2014 The FIX.io Project * * The FIX.io Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
core/src/main/java/fixio/netty/codec/FixMessageEncoder.java
/* * Copyright 2014 The FIX.io Project * * The FIX.io Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
defaultApplVerID
core/src/main/java/fixio/netty/codec/FixMessageEncoder.java
defaultApplVerID
Java
apache-2.0
bdb6759766b2cf70bcbe3b33e021d7bd1539d93b
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.WebMacros.grinder; import com.planet_ink.coffee_web.interfaces.*; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import co...
com/planet_ink/coffee_mud/WebMacros/grinder/GrinderMap.java
package com.planet_ink.coffee_mud.WebMacros.grinder; import com.planet_ink.coffee_web.interfaces.*; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import co...
z-map cosmetic fix git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@21872 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/WebMacros/grinder/GrinderMap.java
z-map cosmetic fix
Java
apache-2.0
1295b0a4306eb6e042e787709ca4ebeb1d6a09f2
0
hjwylde/whiley-compiler,Whiley/WhileyCompiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler,hjwylde/whiley-compiler
// Copyright (c) 2012, David J. Pearce (djp@ecs.vuw.ac.nz) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice...
modules/wyil/src/wyil/checks/VerificationTransformer.java
// Copyright (c) 2012, David J. Pearce (djp@ecs.vuw.ac.nz) // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice...
WYCS: well, trying to navigate the tricky waters of where am I versus where I want to be.
modules/wyil/src/wyil/checks/VerificationTransformer.java
WYCS: well, trying to navigate the tricky waters of where am I versus where I want to be.
Java
bsd-3-clause
19cb0645b65b4b08db61507713e3412c5f4d11f6
0
krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen,krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen
/** * <p>Title: EmailHandler Class> * <p>Description: EmailHandler is used to send emails during user signup, creation, forgot password.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Gautam Shetty * @version 1.00 */ package edu.wustl.c...
WEB-INF/src/edu/wustl/catissuecore/util/EmailHandler.java
/** * <p>Title: EmailHandler Class> * <p>Description: EmailHandler is used to send emails during user signup, creation, forgot password.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Gautam Shetty * @version 1.00 */ package edu.wustl.c...
fixed bug #187. SVN-Revision: 29560
WEB-INF/src/edu/wustl/catissuecore/util/EmailHandler.java
fixed bug #187.
Java
lgpl-2.1
8747f4168c71a9b366868723612697c331fc0af7
0
csrg-utfsm/acscb,csrg-utfsm/acscb,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS...
LGPL/CommonSoftware/acsjlog/src/alma/acs/logging/NotReallyTypeSafeLog.java
/* ALMA - Atacama Large Millimiter Array * (c) Associated Universities Inc., 2007 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
functionality moved to AcsLogger and .domainspecific.AntennaContextLogger, following a decision by CIPT management to not enforce the use of type-safe log classes/messages. git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@73738 523d945c-050c-4681-91ec-863ad3bb968a
LGPL/CommonSoftware/acsjlog/src/alma/acs/logging/NotReallyTypeSafeLog.java
functionality moved to AcsLogger and .domainspecific.AntennaContextLogger, following a decision by CIPT management to not enforce the use of type-safe log classes/messages.
Java
mit
db158869ace1f541837833420aadd453514ecefa
0
itenente/igv,igvteam/igv,igvteam/igv,itenente/igv,amwenger/igv,itenente/igv,godotgildor/igv,igvteam/igv,amwenger/igv,amwenger/igv,itenente/igv,amwenger/igv,igvteam/igv,godotgildor/igv,itenente/igv,godotgildor/igv,igvteam/igv,godotgildor/igv,godotgildor/igv,amwenger/igv
/* * Copyright (c) 2007-2012 The Broad Institute, Inc. * SOFTWARE COPYRIGHT NOTICE * This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved. * * This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl...
src/org/broad/igv/gitools/Gitools.java
/* * Copyright (c) 2007-2012 The Broad Institute, Inc. * SOFTWARE COPYRIGHT NOTICE * This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved. * * This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl...
Automatically add .tdm extension if the user didn't specify.
src/org/broad/igv/gitools/Gitools.java
Automatically add .tdm extension if the user didn't specify.
Java
mit
4f52edf4a470179e8ef75c999fde0cf24b9d9bb2
0
marcinfkns/yet-another-retryer
package retryer; import static retryer.ResultPredicates.exceptionAnyOf; import static retryer.ResultPredicates.resultRejected; import java.util.Arrays; import org.mockito.Mock; import org.mockito.Mockito; import org.mockito.MockitoAnnotations; import org.testng.Assert; import org.testng.annotations.BeforeMethod; imp...
src/test/java/retryer/RetryerTest.java
package retryer; import static retryer.ResultPredicates.exceptionAnyOf; import static retryer.ResultPredicates.resultRejected; import java.util.Arrays; import org.mockito.Mock; import org.mockito.Mockito; import org.mockito.MockitoAnnotations; import org.testng.Assert; import org.testng.annotations.BeforeMethod; imp...
fixed warnings in test
src/test/java/retryer/RetryerTest.java
fixed warnings in test
Java
mit
d33d799c3543a5dcc578b89150b3a0f7d2dac427
0
benas/jPopulator,benas/random-beans,euZebe/random-beans
/** * The MIT License * * Copyright (c) 2017, Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com) * * 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, includi...
random-beans-spring/src/main/java/io/github/benas/randombeans/spring/EnhancedRandomFactoryBean.java
/** * The MIT License * * Copyright (c) 2017, Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com) * * 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, includi...
add minCollectionSize parameter in EnhancedRandomFactoryBean
random-beans-spring/src/main/java/io/github/benas/randombeans/spring/EnhancedRandomFactoryBean.java
add minCollectionSize parameter in EnhancedRandomFactoryBean
Java
mit
05e06f55fb3c15da1bdd500e67ddb24046676211
0
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
package org.micromanager.pixelcalibrator; import ij.IJ; import ij.ImagePlus; import ij.gui.ImageWindow; import ij.process.FHT; import ij.process.FloatProcessor; import ij.process.ImageProcessor; import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.geom.Point2D; impor...
plugins/PixelCalibrator/src/org/micromanager/pixelcalibrator/CalibrationThread.java
package org.micromanager.pixelcalibrator; import ij.IJ; import ij.ImagePlus; import ij.gui.ImageWindow; import ij.process.FHT; import ij.process.FloatProcessor; import ij.process.ImageProcessor; import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.geom.Point2D; impor...
Ensure we only operate with monochrome images when calibrating. git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@14565 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
plugins/PixelCalibrator/src/org/micromanager/pixelcalibrator/CalibrationThread.java
Ensure we only operate with monochrome images when calibrating.
Java
mit
70e6ea93f2e7df7aec4dfd84ca0a03b0021d9708
0
Drazurh/RoboApp,Drazurh/RoboApp,Drazurh/RoboApp,Drazurh/RoboApp,Drazurh/RoboApp
package com.robodoot.roboapp; import android.app.Activity; import android.content.Intent; import android.util.Log; import com.robodoot.dr.RoboApp.PololuHandler; import org.opencv.core.Point; /** * A concrete implementation of the VirtualCat interface which controls the cat by communicating * only with the Pololu ...
FaceTrackTest/app/src/main/java/com/robodoot/roboapp/PololuVirtualCat.java
package com.robodoot.roboapp; import android.app.Activity; import android.content.Intent; import android.util.Log; import com.robodoot.dr.RoboApp.PololuHandler; import org.opencv.core.Point; /** * A concrete implementation of the VirtualCat interface which controls the cat by communicating * only with the Pololu ...
added a couple lines in lookToward to try out in the lab
FaceTrackTest/app/src/main/java/com/robodoot/roboapp/PololuVirtualCat.java
added a couple lines in lookToward to try out in the lab
Java
mit
d59000df5f9842452cd4fb6fdbd3568a18f07d2f
0
softvelopment/WizarDroid,sprylab/WizarDroid,Nimrodda/WizarDroid
package org.codepond.android.wizardroid.layouts; import android.os.Bundle; import android.text.TextUtils; import android.view.*; import android.widget.Button; import org.codepond.android.wizardroid.R; import org.codepond.android.wizardroid.WizardFragment; /** * Basic Wizard UI class with built-in layout. * The lay...
wizardroid-core/src/main/java/org/codepond/android/wizardroid/layouts/BasicWizardLayout.java
package org.codepond.android.wizardroid.layouts; import android.os.Bundle; import android.text.TextUtils; import android.view.*; import android.widget.Button; import org.codepond.android.wizardroid.R; import org.codepond.android.wizardroid.WizardFragment; /** * Basic Wizard UI class with built-in layout. * The lay...
Changed API method names for setting button label
wizardroid-core/src/main/java/org/codepond/android/wizardroid/layouts/BasicWizardLayout.java
Changed API method names for setting button label
Java
mit
6ab81aad4899bbaa03e4ef256128edd21ab6bf26
0
TinusTinus/game-engine
package nl.mvdr.tinustris.controller; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.ServerSocket; import java.net.Socket; import java.net.SocketTimeoutException; import java.util.Collections; import java.util.List; import java.util.Optional; import jav...
tinustris/src/main/java/nl/mvdr/tinustris/controller/HostingController.java
package nl.mvdr.tinustris.controller; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.ServerSocket; import java.net.Socket; import java.net.SocketTimeoutException; import java.util.Collections; import java.util.Optional; import java.util.Random; import ...
Refactoring.
tinustris/src/main/java/nl/mvdr/tinustris/controller/HostingController.java
Refactoring.