lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
82048d04e77178635b2cf45a38b4923682c5018b
0
orhanobut/hawk,orhanobut/hawk,MaTriXy/hawk
package com.orhanobut.hawk; import android.content.Context; public final class Hawk { static Hawk HAWK; private final Storage storage; private final Converter converter; private final Encryption encryption; private final LogLevel logLevel; private Hawk(HawkBuilder builder) { storage = builder.getS...
hawk/src/main/java/com/orhanobut/hawk/Hawk.java
package com.orhanobut.hawk; import android.content.Context; public final class Hawk { static Hawk HAWK; private final Storage storage; private final Converter converter; private final Encryption encryption; private final LogLevel logLevel; private Hawk(HawkBuilder builder) { storage = builder.getS...
Use the appropriate local names in Hawk
hawk/src/main/java/com/orhanobut/hawk/Hawk.java
Use the appropriate local names in Hawk
Java
apache-2.0
0efa77302a4bb1d8bf6cf0782e66ff0c6ea0ec0b
0
fzymek/FunWithAndroid
package pl.fzymek.permissions.activities; import android.Manifest; import android.annotation.SuppressLint; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.media.MediaScannerConnection; import android....
Permissions/src/main/java/pl/fzymek/permissions/activities/TakePictureActivity.java
package pl.fzymek.permissions.activities; import android.Manifest; import android.annotation.SuppressLint; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.media.MediaScannerConnection; import android....
Improve permission handling
Permissions/src/main/java/pl/fzymek/permissions/activities/TakePictureActivity.java
Improve permission handling
Java
apache-2.0
d1826d4c9387e9d07264f47ee6441ed1bd33f8e4
0
junefun/rest-client,truvakitap/rest-client,ZacksTsang/rest-client,chinasunysh/rest-client,wiztools/rest-client,viks01/rest-client,dybdalk/rest-client,npsyche/rest-client,truvakitap/rest-client,vegeth1985/rest-client,junefun/rest-client,ocsbilisim/rest-client,ZacksTsang/rest-client,chinasunysh/rest-client,jmsosa/rest-cl...
package org.wiztools.restclient.ui.resbody; import java.awt.Component; import javax.swing.JPanel; import org.wiztools.restclient.bean.ContentType; /** * * @author subwiz */ public abstract class AbstractResBody extends JPanel implements ResBodyPanel { protected byte[] body; protected ContentType type; ...
restclient-ui/src/main/java/org/wiztools/restclient/ui/resbody/AbstractResBody.java
package org.wiztools.restclient.ui.resbody; import java.awt.Component; import javax.swing.JPanel; import org.wiztools.restclient.bean.ContentType; /** * * @author subwiz */ public abstract class AbstractResBody extends JPanel implements ResBodyPanel { protected byte[] body; protected ContentType type; ...
type was not being saved--now fixed. git-svn-id: bf7e6665a5fa9ed84da90b6cc1bef00f9ffe166f@761 08545216-953f-0410-99bf-93b34cd2520f
restclient-ui/src/main/java/org/wiztools/restclient/ui/resbody/AbstractResBody.java
type was not being saved--now fixed.
Java
apache-2.0
815a64d259c371dae6242a2f3e3ac01e515108ff
0
HHzzhz/drools,winklerm/drools,ThiagoGarciaAlves/drools,kevinpeterson/drools,psiroky/drools,droolsjbpm/drools,iambic69/drools,romartin/drools,vinodkiran/drools,kevinpeterson/drools,292388900/drools,mswiderski/drools,jomarko/drools,jomarko/drools,pperboires/PocDrools,liupugong/drools,liupugong/drools,mrietveld/drools,ppe...
package org.drools.integrationtests; import static org.junit.Assert.*; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Serializable; import java.io.StringReader; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.TimeU...
drools-compiler/src/test/java/org/drools/integrationtests/EventMarshallFailTest.java
package org.drools.integrationtests; import static org.junit.Assert.*; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Serializable; import java.io.StringReader; import org.drools.KnowledgeBase; import org.drools.KnowledgeBaseConfiguration; import org.drools.KnowledgeBaseFac...
JBRULES-2318 (Un)Marshalling should respect times of scheduled activations
drools-compiler/src/test/java/org/drools/integrationtests/EventMarshallFailTest.java
JBRULES-2318 (Un)Marshalling should respect times of scheduled activations
Java
bsd-3-clause
e384dad1c082a8a0314975d5de929553c2b515fc
0
asamgir/openspecimen,krishagni/openspecimen,NCIP/catissue-core,krishagni/openspecimen,NCIP/catissue-core,krishagni/openspecimen,NCIP/catissue-core,asamgir/openspecimen,asamgir/openspecimen
/** * <p>Title: SpecimenCollectionGroupAction Class> * <p>Description: SpecimenCollectionGroupAction initializes the fields in the * New Specimen Collection Group page.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Ajay Sharma * @version...
WEB-INF/src/edu/wustl/catissuecore/action/SpecimenCollectionGroupAction.java
/** * <p>Title: SpecimenCollectionGroupAction Class> * <p>Description: SpecimenCollectionGroupAction initializes the fields in the * New Specimen Collection Group page.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Ajay Sharma * @version...
Bug 1915:set SpecimenCollectionGroup.Study Calendar Event Point when page is loaded through proceedTo SVN-Revision: 3642
WEB-INF/src/edu/wustl/catissuecore/action/SpecimenCollectionGroupAction.java
Bug 1915:set SpecimenCollectionGroup.Study Calendar Event Point when page is loaded through proceedTo
Java
mit
6e7b9fce2dab65683801f4d8bfd1bdc0aad663e5
0
AddstarMC/Minigames
package au.com.mineauz.minigames; import org.bukkit.Location; import org.bukkit.World; import java.util.*; public class StoredPlayerCheckpoints { private String uuid; private Map<String, Location> checkpoints; private Map<String, List<String>> flags; private Map<String, Long> storedTime; private Map<String, Int...
Minigames/src/main/java/au/com/mineauz/minigames/StoredPlayerCheckpoints.java
package au.com.mineauz.minigames; import org.bukkit.Location; import org.bukkit.World; import java.util.*; public class StoredPlayerCheckpoints { private String uuid; private Map<String, Location> checkpoints; private Map<String, List<String>> flags; private Map<String, Long> storedTime; private Map<String, Int...
Fix NPE on checkpoint loading Signed-off-by: Narimm <dee60cffe883daced06d1b7c22c4f48f3cb060d7@gmail.com>
Minigames/src/main/java/au/com/mineauz/minigames/StoredPlayerCheckpoints.java
Fix NPE on checkpoint loading
Java
mit
02e0c037db8e6a6c280386d05970fc47ebfc1785
0
alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi,alecgorge/jsonapi
package com.ramblingwood.minecraft.jsonapi; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.se...
src/com/ramblingwood/minecraft/jsonapi/JSONAPI.java
package com.ramblingwood.minecraft.jsonapi; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.se...
honor the log to console option in the console stream
src/com/ramblingwood/minecraft/jsonapi/JSONAPI.java
honor the log to console option in the console stream
Java
mit
46421f22371a9969ab40646eca993a88779a4ab5
0
t3ddftw/DroidIBus
package net.littlebigisland.droidibus.ibus; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; public class SteeringWheelSystemCommand extends IBusSystemCommand{ private Map<Byte, IBusSystemCommand> IBusMFSWMap = new HashMap<Byte, IBusSystemCommand>(); class Radio extends IBus...
src/net/littlebigisland/droidibus/ibus/SteeringWheelSystemCommand.java
package net.littlebigisland.droidibus.ibus; import java.util.ArrayList; public class SteeringWheelSystemCommand extends IBusSystemCommand{ public void mapReceived(ArrayList<Byte> msg) { // TODO Auto-generated method stub } }
Fwd/Prev button steering wheel button tracking
src/net/littlebigisland/droidibus/ibus/SteeringWheelSystemCommand.java
Fwd/Prev button steering wheel button tracking
Java
mit
c7a3b6ce0cafbcd368befe50a531581280849938
0
trendrr/java-oss-lib,MarkG/java-oss-lib
/** * */ package com.trendrr.oss; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.EOFException; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; ...
src/main/com/trendrr/oss/FileHelper.java
/** * */ package com.trendrr.oss; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import java.util.Properties; import java.uti...
unzip method
src/main/com/trendrr/oss/FileHelper.java
unzip method
Java
mit
0848d8f621b989062974df5f5384c12ffb891bd1
0
ZherebtsovAlexandr/RealmRxNotifications
package mansonheart.com.realmrxnotifications.presenter; import com.hannesdorfmann.mosby.mvp.MvpBasePresenter; import com.hannesdorfmann.mosby.mvp.MvpView; import rx.subscriptions.CompositeSubscription; /** * Created by Zherebtsov Alexandr on 08.01.2016. */ public abstract class RxBasePresenter<V extends MvpView> e...
app/src/main/java/mansonheart/com/realmrxnotifications/presenter/RxBasePresenter.java
package mansonheart.com.realmrxnotifications.presenter; import com.hannesdorfmann.mosby.mvp.MvpBasePresenter; import com.hannesdorfmann.mosby.mvp.MvpView; import rx.subscriptions.CompositeSubscription; /** * Created by Zherebtsov Alexandr on 08.01.2016. */ public abstract class RxBasePresenter<V extends MvpView> e...
Rename
app/src/main/java/mansonheart/com/realmrxnotifications/presenter/RxBasePresenter.java
Rename
Java
agpl-3.0
83c1ff15beb4c1cde5fd832112ddf960ae0420cf
0
mnlipp/jgrapes,mnlipp/jgrapes
/* * JGrapes Event Driven Framework * Copyright (C) 2016 Michael N. Lipp * * 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 ...
org.jgrapes.core/src/org/jgrapes/core/internal/EventBase.java
/* * JGrapes Event Driven Framework * Copyright (C) 2016 Michael N. Lipp * * 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 ...
Javadoc fix.
org.jgrapes.core/src/org/jgrapes/core/internal/EventBase.java
Javadoc fix.
Java
agpl-3.0
2fe3adffdf162e1df06cc7feb978e205731da549
0
caiyingyuan/tigase-utils-71,caiyingyuan/tigase-utils-71
/* * Tigase Jabber/XMPP Server * Copyright (C) 2004-2008 "Artur Hefczyc" <artur.hefczyc@tigase.org> * * 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, version 3 of the License. * * This p...
src/main/java/tigase/util/ZLibWrapper.java
/* * Tigase Jabber/XMPP Server * Copyright (C) 2004-2008 "Artur Hefczyc" <artur.hefczyc@tigase.org> * * 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, version 3 of the License. * * This...
Changed compression logic, now large buffers are split into smaller buffers and then they are compressed, otherwise it takes unacceptable long time for large buffers to compress and send them over to the client. git-svn-id: 78a0b1024db9beb524bc745052f6db0c395bb78f@597 20a39203-4b1a-0410-9ea8-f7f58976c10f
src/main/java/tigase/util/ZLibWrapper.java
Changed compression logic, now large buffers are split into smaller buffers and then they are compressed, otherwise it takes unacceptable long time for large buffers to compress and send them over to the client.
Java
lgpl-2.1
8820a52b64587abe7d5d00d3a65ff87a43f29248
0
4ment/beast-mcmc,beast-dev/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,4ment/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,adamallo/beast-mcmc,adamallo/beast-mcmc,beast-dev/beas...
/* * DataSimulationDelegate.java * * Copyright (c) 2002-2016 Alexei Drummond, Andrew Rambaut and Marc Suchard * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribu...
src/dr/evomodel/treedatalikelihood/preorder/AbstractDiscreteTraitDelegate.java
/* * DataSimulationDelegate.java * * Copyright (c) 2002-2016 Alexei Drummond, Andrew Rambaut and Marc Suchard * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistribu...
correct before anyone noticed
src/dr/evomodel/treedatalikelihood/preorder/AbstractDiscreteTraitDelegate.java
correct before anyone noticed
Java
lgpl-2.1
73fc7c398cd662a876e195fd0a1cf1450f5af6e1
0
elsiklab/intermine,joshkh/intermine,drhee/toxoMine,justincc/intermine,JoeCarlson/intermine,Arabidopsis-Information-Portal/intermine,kimrutherford/intermine,kimrutherford/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,joshkh/intermine,JoeCarlson/intermine,drhee/toxoMine,joshkh/intermine,joshkh/interm...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2008 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
bio/sources/chado-db/main/src/org/intermine/bio/dataconversion/StockProcessor.java
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2008 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
Fix sock query to ignore stocks where the organism_id of the stock is different to the organism_id of the feature. Refs #1865.
bio/sources/chado-db/main/src/org/intermine/bio/dataconversion/StockProcessor.java
Fix sock query to ignore stocks where the organism_id of the stock is different to the organism_id of the feature. Refs #1865.
Java
lgpl-2.1
0344eb9951b3ee3732b321724468f62d3236639a
0
mdekstrand/grapht,mdekstrand/grapht
/* * Grapht, an open source dependency injector. * Copyright 2010-2012 Regents of the University of Minnesota and contributors * * 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; eith...
src/main/java/org/grouplens/grapht/util/InstanceProvider.java
/* * Grapht, an open source dependency injector. * Copyright 2010-2012 Regents of the University of Minnesota and contributors * * 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; eith...
Fix toString in InstanceProvider
src/main/java/org/grouplens/grapht/util/InstanceProvider.java
Fix toString in InstanceProvider
Java
apache-2.0
f4fc99cb3a9dee1fded705f5e69eb6e548465564
0
remkop/picocli,remkop/picocli,remkop/picocli,remkop/picocli
package picocli; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.contrib.java.lang.system.ProvideSystemProperty; import org.junit.contrib.java.lang.system.RestoreSystemProperties; import org.junit.rules.TestRule; import picocli.CommandLine.ArgGroup; import picocli.CommandLine.Co...
src/test/java/picocli/ArgGroupTest.java
package picocli; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.contrib.java.lang.system.ProvideSystemProperty; import org.junit.contrib.java.lang.system.RestoreSystemProperties; import org.junit.rules.TestRule; import picocli.CommandLine.ArgGroup; import picocli.CommandLine.Co...
Updated JUnit tests cases and documentation in ArgGroupTest.java
src/test/java/picocli/ArgGroupTest.java
Updated JUnit tests cases and documentation in ArgGroupTest.java
Java
apache-2.0
56ba3f74b70f520a85df614aa2870ac96f4108ee
0
UniTime/unitime,maciej-zygmunt/unitime,rafati/unitime,maciej-zygmunt/unitime,zuzanamullerova/unitime,rafati/unitime,UniTime/unitime,maciej-zygmunt/unitime,zuzanamullerova/unitime,UniTime/unitime,nikeshmhr/unitime,sktoo/timetabling-system-,zuzanamullerova/unitime,sktoo/timetabling-system-,nikeshmhr/unitime,sktoo/timetab...
/* * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. * * 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 Soft...
JavaSource/org/unitime/timetable/gwt/client/sectioning/UserAuthentication.java
/* * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. * * 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 Soft...
Student Scheduling Assistant: - authentication dialog: clear user name and password every time the dialog is closed
JavaSource/org/unitime/timetable/gwt/client/sectioning/UserAuthentication.java
Student Scheduling Assistant: - authentication dialog: clear user name and password every time the dialog is closed
Java
apache-2.0
42ee0a2a48f87922dc98f93abbe3394750b9c3f7
0
xorware/android_build,xorware/android_build,ND-3500/platform_manifest,pranav01/platform_manifest,fallouttester/platform_manifest,RR-msm7x30/platform_manifest,hagar006/platform_manifest,xorware/android_build,see4ri/lolili,xorware/android_build,Hybrid-Power/startsync,knone1/platform_manifest,xorware/android_build
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
tools/droiddoc/src/DroidDoc.java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
am cd7c775e: fix the build still Merge commit 'cd7c775ece6854765ae3208818e76d9d11724713' into gingerbread-plus-aosp * commit 'cd7c775ece6854765ae3208818e76d9d11724713': fix the build still
tools/droiddoc/src/DroidDoc.java
am cd7c775e: fix the build still
Java
apache-2.0
1348f1927ae3cf8a116ce0279af70ade82cbe65d
0
juliusHuelsmann/paint,juliusHuelsmann/paint,juliusHuelsmann/paint
//package declaration package control.tabs; //import declarations import java.awt.Color; import java.awt.Dimension; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.image.BufferedImage;...
PaintNotes/src/main/java/control/tabs/CTabPainting.java
//package declaration package control.tabs; //import declarations import java.awt.Color; import java.awt.Dimension; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.image.BufferedImage;...
closes #63
PaintNotes/src/main/java/control/tabs/CTabPainting.java
closes #63
Java
apache-2.0
e668a460fb9b64e4392755e888a22a4d3be85688
0
ZUGFeRD/mustangproject,ZUGFeRD/mustangproject,ZUGFeRD/mustangproject
/** ********************************************************************** * * Copyright 2018 Jochen Staerk * * Use is subject to license terms. * * 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 L...
src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDTransactionModelConverter.java
/** ********************************************************************** * * Copyright 2018 Jochen Staerk * * Use is subject to license terms. * * 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 L...
add totalPrepaidAmount to monetarySummation and use value to calculate duePayableAmount
src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDTransactionModelConverter.java
add totalPrepaidAmount to monetarySummation and use value to calculate duePayableAmount
Java
apache-2.0
fd1c93fd6d033da88a1c30d3edb9617e384ac098
0
syphr42/liblametrictime-java
/* * Copyright 2017 Gregory P. Moyer * * 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...
src/main/java/org/syphr/lametrictime/api/local/impl/LaMetricTimeLocalImpl.java
/* * Copyright 2017 Gregory P. Moyer * * 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...
Close response entities that are not read
src/main/java/org/syphr/lametrictime/api/local/impl/LaMetricTimeLocalImpl.java
Close response entities that are not read
Java
apache-2.0
5c30c0cde28ffcad8b539e5099443735c75f8562
0
dhatim/safesql,dhatim/safesql
package org.dhatim.safesql; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.stream.Stream; public class SafeSqlBuilder implements SafeSqli...
safesql/src/main/java/org/dhatim/safesql/SafeSqlBuilder.java
package org.dhatim.safesql; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.stream.Stream; public class SafeSqlBuilder implements SafeSqli...
Fix javadoc
safesql/src/main/java/org/dhatim/safesql/SafeSqlBuilder.java
Fix javadoc
Java
apache-2.0
df7da60a9a2e130bf1a204b71d2fe3d9cf374228
0
holmes/intellij-community,alphafoobar/intellij-community,ftomassetti/intellij-community,ryano144/intellij-community,pwoodworth/intellij-community,vvv1559/intellij-community,MichaelNedzelsky/intellij-community,semonte/intellij-community,signed/intellij-community,fengbaicanhe/intellij-community,suncycheng/intellij-commun...
package com.intellij.psi.impl.search; import com.intellij.concurrency.JobUtil; import com.intellij.ide.todo.TodoConfiguration; import com.intellij.lang.LanguageParserDefinitions; import com.intellij.lang.ParserDefinition; import com.intellij.lang.properties.psi.Property; import com.intellij.openapi.application.Applica...
source/com/intellij/psi/impl/search/PsiSearchHelperImpl.java
package com.intellij.psi.impl.search; import com.intellij.concurrency.JobUtil; import com.intellij.ide.todo.TodoConfiguration; import com.intellij.lang.properties.psi.Property; import com.intellij.openapi.application.Application; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.d...
IDEADEV-23792: Comments filtering uses language provided comments, not hardcoded java ones.
source/com/intellij/psi/impl/search/PsiSearchHelperImpl.java
IDEADEV-23792: Comments filtering uses language provided comments, not hardcoded java ones.
Java
apache-2.0
b53de204104bbd0262ed8fd7e0341f147698f1f1
0
apurtell/phoenix,dumindux/phoenix,apache/phoenix,jfernandosf/phoenix,apache/phoenix,twdsilva/phoenix,shehzaadn/phoenix,growingio/phoenix,ohadshacham/phoenix,ohadshacham/phoenix,ohadshacham/phoenix,apurtell/phoenix,jfernandosf/phoenix,growingio/phoenix,apurtell/phoenix,apache/phoenix,jfernandosf/phoenix,twdsilva/phoenix...
/* * 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 ...
phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryDatabaseMetaDataIT.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 ...
PHOENIX-4201 Addendum to clear cache in deleteMetadata
phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryDatabaseMetaDataIT.java
PHOENIX-4201 Addendum to clear cache in deleteMetadata
Java
apache-2.0
4e0ac22f58e1ea75183b57d792b51c7cd262f8ae
0
Tycheo/coffeemud,bozimmerman/CoffeeMud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,Tycheo/coffeemud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/Co...
package com.planet_ink.coffee_mud.Commands; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.coffee_mud.Behaviors.interfaces.*; import com.plane...
com/planet_ink/coffee_mud/Commands/BaseGenerics.java
package com.planet_ink.coffee_mud.Commands; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.coffee_mud.Behaviors.interfaces.*; import com.plane...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@6747 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Commands/BaseGenerics.java
Java
apache-2.0
d0d3505d570336c8c39a48c92ee28e28505edec4
0
dslomov/bazel,nkhuyu/bazel,xindaya/bazel,mrdomino/bazel,hhclam/bazel,wakashige/bazel,aehlig/bazel,Ansahmadiba/bazel,anupcshan/bazel,bazelbuild/bazel,katre/bazel,dslomov/bazel,sicipio/bazel,perezd/bazel,wakashige/bazel,mrdomino/bazel,twitter-forks/bazel,dslomov/bazel,Asana/bazel,hermione521/bazel,mikelalcon/bazel,dhooth...
// Copyright 2015 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
src/main/java/com/google/devtools/build/lib/rules/nativedeps/NativeDepsHelper.java
// Copyright 2015 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
Inline the native deps suffix constant in one location. Only one for now, as we need to migrate internally. -- MOS_MIGRATED_REVID=102477370
src/main/java/com/google/devtools/build/lib/rules/nativedeps/NativeDepsHelper.java
Inline the native deps suffix constant in one location.
Java
apache-2.0
26237771f44acef87ca72869d0278c504c0ef997
0
coupang/pinpoint,denzelsN/pinpoint,denzelsN/pinpoint,dawidmalina/pinpoint,Xylus/pinpoint,KimTaehee/pinpoint,lioolli/pinpoint,lioolli/pinpoint,carpedm20/pinpoint,andyspan/pinpoint,barneykim/pinpoint,masonmei/pinpoint,cit-lab/pinpoint,philipz/pinpoint,sjmittal/pinpoint,minwoo-jung/pinpoint,masonmei/pinpoint,InfomediaLtd/...
package com.nhn.pinpoint.web.vo.linechart.agentstat; import java.util.HashMap; import java.util.Map; import com.nhn.pinpoint.thrift.dto.TAgentStat; import com.nhn.pinpoint.thrift.dto.TAgentStat._Fields; import com.nhn.pinpoint.thrift.dto.TStatWithCmsCollector; import com.nhn.pinpoint.thrift.dto.TStatWithG1Collector; ...
src/main/java/com/nhn/pinpoint/web/vo/linechart/agentstat/AgentStatChartGroup.java
package com.nhn.pinpoint.web.vo.linechart.agentstat; import java.util.HashMap; import java.util.Map; import com.nhn.pinpoint.thrift.dto.TAgentStat; import com.nhn.pinpoint.thrift.dto.TAgentStat._Fields; import com.nhn.pinpoint.thrift.dto.TStatWithCmsCollector; import com.nhn.pinpoint.thrift.dto.TStatWithG1Collector; ...
[김훈민] [PINPOINT-213] PinPoint Spy git-svn-id: 7358e302d50fd4045a689b8bedf0763179db032e@2661 84d0f5b1-2673-498c-a247-62c4ff18d310
src/main/java/com/nhn/pinpoint/web/vo/linechart/agentstat/AgentStatChartGroup.java
[김훈민] [PINPOINT-213] PinPoint Spy
Java
apache-2.0
8376eddf50f757ae1bc8e27d1457d60a4845a7a5
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
package org.apache.lucene.analysis; /* * 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, Ver...
lucene/core/src/java/org/apache/lucene/analysis/Analyzer.java
package org.apache.lucene.analysis; /* * 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, Ver...
LUCENE-5170: Remove deprecated code git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1513914 13f79535-47bb-0310-9956-ffa450edef68
lucene/core/src/java/org/apache/lucene/analysis/Analyzer.java
LUCENE-5170: Remove deprecated code
Java
apache-2.0
87491020bc0418ba2888fb8e0dae4f9b266e6a18
0
catholicon/jackrabbit-oak,alexkli/jackrabbit-oak,anchela/jackrabbit-oak,francescomari/jackrabbit-oak,alexparvulescu/jackrabbit-oak,francescomari/jackrabbit-oak,alexkli/jackrabbit-oak,catholicon/jackrabbit-oak,stillalex/jackrabbit-oak,chetanmeh/jackrabbit-oak,code-distillery/jackrabbit-oak,catholicon/jackrabbit-oak,Flak...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/MembershipWriter.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
OAK-5939 : MembershipWriter.removeMembers writes back too often git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1787077 13f79535-47bb-0310-9956-ffa450edef68
oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/MembershipWriter.java
OAK-5939 : MembershipWriter.removeMembers writes back too often
Java
apache-2.0
57a52638ea2aafc0f77f2152f5cd72c82710baae
0
davidmoten/rxjava2-jdbc,davidmoten/rxjava2-jdbc,davidmoten/rxjava2-jdbc
package org.davidmoten.rx.jdbc.pool; import java.sql.Connection; import java.util.Optional; import java.util.Properties; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference; import java.util.functio...
rxjava2-jdbc/src/main/java/org/davidmoten/rx/jdbc/pool/NonBlockingConnectionPool.java
package org.davidmoten.rx.jdbc.pool; import java.sql.Connection; import java.util.Optional; import java.util.Properties; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference; import java.util.functio...
add javadoc
rxjava2-jdbc/src/main/java/org/davidmoten/rx/jdbc/pool/NonBlockingConnectionPool.java
add javadoc
Java
apache-2.0
5671b0c332c2278b0e029465ec53e556e8ba2c26
0
neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures
package apoc.util; import com.github.dockerjava.api.exception.NotFoundException; import org.apache.commons.io.FileUtils; import org.apache.commons.io.filefilter.WildcardFileFilter; import org.apache.commons.lang3.exception.ExceptionUtils; import org.gradle.tooling.BuildLauncher; import org.gradle.tooling.GradleConnect...
test-utils/src/main/java/apoc/util/TestContainerUtil.java
package apoc.util; import com.github.dockerjava.api.exception.NotFoundException; import org.apache.commons.io.FileUtils; import org.apache.commons.io.filefilter.WildcardFileFilter; import org.apache.commons.lang3.exception.ExceptionUtils; import org.gradle.tooling.BuildLauncher; import org.gradle.tooling.GradleConnect...
Attempt to fix TeamCity build - Increase memory for the container (cherry picked from commit 1c70a9aaaa8b7886db8766f65cb13f91f96260f5)
test-utils/src/main/java/apoc/util/TestContainerUtil.java
Attempt to fix TeamCity build
Java
apache-2.0
520e87d6ea476efa5971b1f6cbbe612fda6cc81c
0
joansmith/pdfbox,mathieufortin01/pdfbox,mdamt/pdfbox,joansmith/pdfbox,mdamt/pdfbox,torakiki/sambox,BezrukovM/veraPDF-pdfbox,gavanx/pdflearn,benmccann/pdfbox,BezrukovM/veraPDF-pdfbox,ChunghwaTelecom/pdfbox,mathieufortin01/pdfbox,ZhenyaM/veraPDF-pdfbox,veraPDF/veraPDF-pdfbox,benmccann/pdfbox,torakiki/sambox,gavanx/pdflea...
/***************************************************************************** * * 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 th...
preflight/src/main/java/org/apache/pdfbox/preflight/xobject/AbstractXObjValidator.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 th...
PDFBOX-2576: remove unneeded null check git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1647683 13f79535-47bb-0310-9956-ffa450edef68
preflight/src/main/java/org/apache/pdfbox/preflight/xobject/AbstractXObjValidator.java
PDFBOX-2576: remove unneeded null check
Java
apache-2.0
379cc9e8950e145ec4a0bc3758088cad25169801
0
medvector/educational-plugin,medvector/educational-plugin,medvector/educational-plugin,medvector/educational-plugin,medvector/educational-plugin
package com.jetbrains.edu.coursecreator; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application.Result; import com.intellij.openapi.command.WriteCommandAction; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.Document; import com.intellij.op...
educational-core/testSrc/com/jetbrains/edu/coursecreator/CCTestCase.java
package com.jetbrains.edu.coursecreator; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application.Result; import com.intellij.openapi.command.WriteCommandAction; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.Document; import com.intellij.op...
fixed tests
educational-core/testSrc/com/jetbrains/edu/coursecreator/CCTestCase.java
fixed tests
Java
apache-2.0
69741ea6e34adba810b1878e0eabf3045395152d
0
westlinkin/AndroidLocalizationer
/* * Copyright 2014 Wesley Lin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
src/data/task/GetTranslationTask.java
/* * Copyright 2014 Wesley Lin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
delete skiping translation process for no strings need to be translated reason; fix bug: show quota exceed error dialog wrongly
src/data/task/GetTranslationTask.java
delete skiping translation process for no strings need to be translated reason; fix bug: show quota exceed error dialog wrongly
Java
apache-2.0
c91b6765f4c829a18fc64f1c613516d87db63dba
0
codescale/logging-log4j2,apache/logging-log4j2,xnslong/logging-log4j2,apache/logging-log4j2,xnslong/logging-log4j2,GFriedrich/logging-log4j2,codescale/logging-log4j2,GFriedrich/logging-log4j2,xnslong/logging-log4j2,codescale/logging-log4j2,GFriedrich/logging-log4j2,apache/logging-log4j2
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
removed trailing whitespace
log4j-core/src/test/java/org/apache/logging/log4j/core/async/AsyncLoggerConfigTest.java
removed trailing whitespace
Java
mit
7fafe53edf39802ad65f6ea40671664cec51fe10
0
auth0/jwks-rsa-java
package com.auth0.jwk; import com.google.common.base.MoreObjects; import com.google.common.collect.Maps; import org.apache.commons.codec.binary.Base64; import java.math.BigInteger; import java.security.AlgorithmParameters; import java.security.KeyFactory; import java.security.NoSuchAlgorithmException; import java.sec...
src/main/java/com/auth0/jwk/Jwk.java
package com.auth0.jwk; import com.google.common.base.MoreObjects; import com.google.common.collect.Maps; import org.apache.commons.codec.binary.Base64; import java.math.BigInteger; import java.security.AlgorithmParameters; import java.security.KeyFactory; import java.security.NoSuchAlgorithmException; import java.sec...
Update javadoc for Jwk getPublicKey method to reflect support for Elliptic Curve and RSA
src/main/java/com/auth0/jwk/Jwk.java
Update javadoc for Jwk getPublicKey method to reflect support for Elliptic Curve and RSA
Java
mit
8a9adcf562130b46533c57d3a6961c1a715ff9a5
0
savichris/spongycastle,sergeypayu/bc-java,onessimofalconi/bc-java,sonork/spongycastle,FAU-Inf2/spongycastle,sergeypayu/bc-java,savichris/spongycastle,partheinstein/bc-java,open-keychain/spongycastle,sergeypayu/bc-java,FAU-Inf2/spongycastle,iseki-masaya/spongycastle,partheinstein/bc-java,onessimofalconi/bc-java,iseki-ma...
package org.bouncycastle.math.ec; import java.math.BigInteger; import java.util.Random; import org.bouncycastle.util.BigIntegers; /** * base class for an elliptic curve */ public abstract class ECCurve { public static final int COORD_AFFINE = 0; public static final int COORD_HOMOGENEOUS = 1; public sta...
core/src/main/java/org/bouncycastle/math/ec/ECCurve.java
package org.bouncycastle.math.ec; import java.math.BigInteger; import java.util.Random; import org.bouncycastle.util.BigIntegers; /** * base class for an elliptic curve */ public abstract class ECCurve { public static final int COORD_AFFINE = 0; public static final int COORD_HOMOGENEOUS = 1; public sta...
Handle infinity in importPoint
core/src/main/java/org/bouncycastle/math/ec/ECCurve.java
Handle infinity in importPoint
Java
mit
572f973f69a8e99c0479f7496fb111ee87aa1d2e
0
curiosone-bot/curiosone-core
package com.github.bot.curiosone.core.analysis; import com.github.bot.curiosone.core.nlp.Phrase; /** * Handles phrasal emotion analysis. * Provides a single public static method to calculate the emotion of a given Phrase. */ public class EmotionAnalysis { /** * Private constructor. */ private EmotionAna...
src/main/java/com/github/bot/curiosone/core/analysis/EmotionAnalysis.java
package com.github.bot.curiosone.core.analysis; import com.github.bot.curiosone.core.nlp.Phrase; /** * Handles emotion analysis for a Phrase. * Provides a single public static method to perform to calculate the emotion of a given Phrase. */ public class EmotionAnalysis { /** * Private constructor. */ pr...
improve EmotionAnalysis javadoc
src/main/java/com/github/bot/curiosone/core/analysis/EmotionAnalysis.java
improve EmotionAnalysis javadoc
Java
mit
039f4093a01ec446893e3b2261bdf1b60efaa2eb
0
cucumber-ltd/cucumber-pro-plugin-jvm,cucumber-ltd/cucumber-pro-plugin-jvm
package io.cucumber.pro.environment; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Bamboo prefixes all environment variables with `bamboo_`. This class * strips them off. */ public class BambooEnvironmentVariables { private static Pattern ...
src/main/java/io/cucumber/pro/environment/BambooEnvironmentVariables.java
package io.cucumber.pro.environment; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.SortedSet; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Bamboo prefixes all environment variables with `bamboo_`. This class * strips ...
Simplify bamboo filtering
src/main/java/io/cucumber/pro/environment/BambooEnvironmentVariables.java
Simplify bamboo filtering
Java
mit
53bc636dfdfa468f2e9f280760782bc3ff78aa28
0
commercetools/commercetools-payone-integration,commercetools/commercetools-payone-integration
package com.commercetools.pspadapter.payone.domain.ctp; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import io.sphere.sdk.models.LocalizedString; import io.sphere.sdk.models.TextInputHint; import io.sphere.sdk.payments.commands.updateactions.AddInterfaceInteraction; i...
service/src/main/java/com/commercetools/pspadapter/payone/domain/ctp/CustomTypeBuilder.java
package com.commercetools.pspadapter.payone.domain.ctp; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import io.sphere.sdk.models.LocalizedString; import io.sphere.sdk.models.TextInputHint; import io.sphere.sdk.payments.commands.updateactions.AddInterfaceInteraction; i...
[WIP] prepare CustomTypeBuilder to create payment provider agnostic types
service/src/main/java/com/commercetools/pspadapter/payone/domain/ctp/CustomTypeBuilder.java
[WIP] prepare CustomTypeBuilder to create payment provider agnostic types
Java
mit
6d48f9df8d9aeca9d6ded71c5f2eb3ef162890bb
0
kerrickstaley/wssh,kerrickstaley/wssh,kerrickstaley/wssh,kerrickstaley/wssh
package wssh.io; import java.io.InputStream; import java.io.StringWriter; import java.util.concurrent.ConcurrentLinkedQueue; public class SSHInputStream extends InputStream { private ConcurrentLinkedQueue<Byte> toSend; public SSHInputStream() { this.toSend = new ConcurrentLinkedQueue<Byte>(); } /** @Override...
server/src/wssh/io/SSHInputStream.java
package wssh.io; import java.io.InputStream; import java.io.StringWriter; import java.util.concurrent.ConcurrentLinkedQueue; public class SSHInputStream extends InputStream { private ConcurrentLinkedQueue<Byte> toSend; public SSHInputStream() { this.toSend = new ConcurrentLinkedQueue<Byte>(); } /** @Override...
Back to UTF-8
server/src/wssh/io/SSHInputStream.java
Back to UTF-8
Java
mit
f87fa23ccf8f6e6886bb051f8450a856e0628d3e
0
scottnguyen/revlo-java-client
package com.revlo.requests; import lombok.Builder; import lombok.Data; import java.util.Map; import java.util.HashMap; @Builder @Data public class GetRedemptionsRequest implements Request { private Integer page; private Boolean completed; private Boolean refunded; private Integer rewardId; publi...
src/main/java/com/revlo/requests/GetRedemptionsRequest.java
package com.revlo.requests; import lombok.Builder; import lombok.Data; import java.util.Map; import java.util.HashMap; @Builder @Data public class GetRedemptionsRequest implements Request { private Integer page; private Boolean completed; private Boolean refunded; public Map<String,String> params() ...
Add reward_id optional param
src/main/java/com/revlo/requests/GetRedemptionsRequest.java
Add reward_id optional param
Java
mit
5094e6e97b079be4418aa9481fa9afa666994f2c
0
PhilippHeuer/twitch4j
package com.github.twitch4j.pubsub; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.JsonNode; import com.github.philippheuer.events4j.core.EventManager; import com.github.twitch4j.common.config.ProxyConfig; import com.github.twitch4j.common.enums.CommandPermission; import co...
pubsub/src/main/java/com/github/twitch4j/pubsub/TwitchPubSub.java
package com.github.twitch4j.pubsub; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.JsonNode; import com.github.philippheuer.events4j.core.EventManager; import com.github.twitch4j.common.config.ProxyConfig; import com.github.twitch4j.common.enums.CommandPermission; import co...
fix: resolve another rare pubsub looping edge case (#411)
pubsub/src/main/java/com/github/twitch4j/pubsub/TwitchPubSub.java
fix: resolve another rare pubsub looping edge case (#411)
Java
mit
2331d3388fc2c797a9564bb762a0780575a8b67e
0
osiam/connector4java
/* * Copyright (C) 2013 tarent AG * * 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, merge, publish, ...
scim-schema/src/main/java/org/osiam/resources/scim/Constants.java
/* * Copyright (C) 2013 tarent AG * * 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, merge, publish, ...
Introduce Constant representing ListResponse Related to osiam/resource-server#33
scim-schema/src/main/java/org/osiam/resources/scim/Constants.java
Introduce Constant representing ListResponse
Java
agpl-3.0
35ee6aee29f136ddacfbef563f36d6370efc180c
0
imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.WebAppSpringTestConfig; import com.imcode.imcms.api.CategoryAlreadyExistsException; import com.imcode.imcms.domain.dto.CategoryDTO; import com.imcode.imcms.domain.dto.CategoryTypeDTO; import com.imcode.imcms.domain.service.CategoryService; import com...
src/test/java/com/imcode/imcms/domain/service/api/CategoryTypeServiceTest.java
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.WebAppSpringTestConfig; import com.imcode.imcms.api.CategoryAlreadyExistsException; import com.imcode.imcms.domain.dto.CategoryDTO; import com.imcode.imcms.domain.dto.CategoryTypeDTO; import com.imcode.imcms.domain.service.CategoryService; import com...
IMCMS-335 New design to super admin page: categories tab - Refactor and fixed update test
src/test/java/com/imcode/imcms/domain/service/api/CategoryTypeServiceTest.java
IMCMS-335 New design to super admin page: categories tab - Refactor and fixed update test
Java
apache-2.0
7e375a5cfc6a9ceefde02e5699c1cd112b92fc36
0
korpling/ANNIS,amir-zeldes/ANNIS,korpling/ANNIS,zangsir/ANNIS,amir-zeldes/ANNIS,korpling/ANNIS,zangsir/ANNIS,zangsir/ANNIS,zangsir/ANNIS,zangsir/ANNIS,amir-zeldes/ANNIS,pixeldrama/ANNIS,pixeldrama/ANNIS,korpling/ANNIS,korpling/ANNIS,zangsir/ANNIS,pixeldrama/ANNIS,amir-zeldes/ANNIS,amir-zeldes/ANNIS,pixeldrama/ANNIS,ami...
/* * Copyright 2011 Corpuslinguistic working group Humboldt University Berlin * * 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 * * Un...
annis-libgui/src/main/java/annis/libgui/AnnisBaseUI.java
/* * Copyright 2011 Corpuslinguistic working group Humboldt University Berlin * * 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 * * Un...
do not implement the insecure "auto-login" feature
annis-libgui/src/main/java/annis/libgui/AnnisBaseUI.java
do not implement the insecure "auto-login" feature
Java
apache-2.0
4b84c125dc5e858c017f2af2d83c5cebd7de3ef8
0
allotria/intellij-community,ivan-fedorov/intellij-community,da1z/intellij-community,clumsy/intellij-community,vladmm/intellij-community,tmpgit/intellij-community,orekyuu/intellij-community,akosyakov/intellij-community,izonder/intellij-community,retomerz/intellij-community,supersven/intellij-community,vvv1559/intellij-c...
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/indentation/AbstractIndentParser.java
package com.intellij.indentation; import com.intellij.lang.ASTNode; import com.intellij.lang.PsiBuilder; import com.intellij.lang.PsiParser; import com.intellij.psi.TokenType; import com.intellij.psi.tree.IElementType; import com.intellij.psi.tree.TokenSet; import com.intellij.util.containers.HashMap; import org.jetbr...
CSS: extract methods for skipping lazy parseble elements
platform/lang-impl/src/com/intellij/indentation/AbstractIndentParser.java
CSS: extract methods for skipping lazy parseble elements
Java
apache-2.0
dc4eac545468ada53e78c12aa2d374241885785d
0
IHTSDO/rf2-to-rf1-conversion,IHTSDO/rf2-to-rf1-conversion
package org.ihtsdo.snomed.rf2torf1conversion; import static org.ihtsdo.snomed.rf2torf1conversion.GlobalUtils.*; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileFilter; import java.io.FileInputStream; import java.io.FileReader; import java.io.FileWriter; import jav...
src/main/java/org/ihtsdo/snomed/rf2torf1conversion/ConversionManager.java
package org.ihtsdo.snomed.rf2torf1conversion; import static org.ihtsdo.snomed.rf2torf1conversion.GlobalUtils.*; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileFilter; import java.io.FileInputStream; import java.io.FileReader; import java.io.FileWriter; import jav...
Change der2_cRefset_AssociationReference file to der2_cRefset_Association
src/main/java/org/ihtsdo/snomed/rf2torf1conversion/ConversionManager.java
Change der2_cRefset_AssociationReference file to der2_cRefset_Association
Java
apache-2.0
aa18d0739d7e281dff7cfc769b3535b262a5be7a
0
phax/ph-oton,phax/ph-oton,phax/ph-oton
/** * Copyright (C) 2014-2016 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
ph-oton-core/src/main/java/com/helger/photon/core/go/GoMappingManager.java
/** * Copyright (C) 2014-2016 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
Changed API
ph-oton-core/src/main/java/com/helger/photon/core/go/GoMappingManager.java
Changed API
Java
apache-2.0
f298ce36ee2a56b6cabee6831b59ef7848b5e00d
0
ceylon/ceylon-js,ceylon/ceylon-js,ceylon/ceylon-js
package com.redhat.ceylon.compiler.js; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import com.redhat.ceylon.compiler.loader.MetamodelGenerator; import com.redhat.ceylon.compiler.typechecker.model.ClassOrInterface; import com.redhat.ceyl...
src/main/java/com/redhat/ceylon/compiler/js/TypeUtils.java
package com.redhat.ceylon.compiler.js; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import com.redhat.ceylon.compiler.loader.MetamodelGenerator; import com.redhat.ceylon.compiler.typechecker.model.ClassOrInterface; import com.redhat.ceyl...
Add missing metamodel info for attributes and members #196
src/main/java/com/redhat/ceylon/compiler/js/TypeUtils.java
Add missing metamodel info for attributes and members #196
Java
apache-2.0
28aaca71a6ffb3daafc80792b0cf46e74b3b24b5
0
Jonathan727/javarosa,Jonathan727/javarosa,Jonathan727/javarosa
/* * Copyright (C) 2009 JavaRosa * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
j2me/entity-select/src/org/javarosa/entity/model/view/EntitySelectView.java
/* * Copyright (C) 2009 JavaRosa * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
fix scrolling for 2700c (reusing generic-mcs form factor)
j2me/entity-select/src/org/javarosa/entity/model/view/EntitySelectView.java
fix scrolling for 2700c (reusing generic-mcs form factor)
Java
apache-2.0
c7464090f81647fb335768696e271e72b90d0c4a
0
kalaspuffar/pdfbox,apache/pdfbox,apache/pdfbox,kalaspuffar/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 may ...
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 may ...
PDFBOX-2373: set lower threshhold in order to minimize differences git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1657760 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/rendering/PageDrawer.java
PDFBOX-2373: set lower threshhold in order to minimize differences
Java
apache-2.0
a25ca23a2c4208ceb8dbd9f5b8b8e79ac3eb1521
0
jibaro/jitsi,pplatek/jitsi,gpolitis/jitsi,laborautonomo/jitsi,jibaro/jitsi,jitsi/jitsi,marclaporte/jitsi,iant-gmbh/jitsi,laborautonomo/jitsi,gpolitis/jitsi,ringdna/jitsi,mckayclarey/jitsi,bebo/jitsi,level7systems/jitsi,HelioGuilherme66/jitsi,jibaro/jitsi,martin7890/jitsi,laborautonomo/jitsi,martin7890/jitsi,pplatek/jit...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.protocol.sip; import java.util.*; import javax.sdp.*; import javax.sip.*; import javax.sip.address.*; import javax.sip.header.*; im...
src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.protocol.sip; import java.util.*; import javax.sdp.*; import javax.sip.*; import javax.sip.address.*; import javax.sip.header.*; im...
Fixes issue with sending ringing responses when the client auto rejected the call.
src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
Fixes issue with sending ringing responses when the client auto rejected the call.
Java
apache-2.0
df7abc1f3dc21a76018da729c8975c51d5212a0a
0
WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules
package org.labkey.wnprc_ehr.updates; import org.apache.log4j.Logger; import org.jetbrains.annotations.NotNull; import org.labkey.api.module.Module; import org.labkey.api.module.ModuleContext; import org.reflections.Reflections; import java.lang.reflect.Modifier; import java.util.Objects; import java.util.Set; import...
WNPRC_EHR/src/java/org/labkey/wnprc_ehr/updates/ModuleUpdate.java
package org.labkey.wnprc_ehr.updates; import org.apache.log4j.Logger; import org.jetbrains.annotations.NotNull; import org.labkey.api.module.Module; import org.labkey.api.module.ModuleContext; import org.reflections.Reflections; import java.util.Objects; import java.util.stream.Stream; /** * Utility class for execu...
caching the reflected updater classes, and skipping abstract ones
WNPRC_EHR/src/java/org/labkey/wnprc_ehr/updates/ModuleUpdate.java
caching the reflected updater classes, and skipping abstract ones
Java
apache-2.0
78c60f37719d7c399ef36d8160d071f16d225775
0
babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble
// RubyJxpSource.java /** * Copyright (C) 2008 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that i...
src/main/ed/lang/ruby/RubyJxpSource.java
// RubyJxpSource.java /** * Copyright (C) 2008 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that i...
use most "local" version of each var in scope
src/main/ed/lang/ruby/RubyJxpSource.java
use most "local" version of each var in scope
Java
apache-2.0
2e38dd471b5b48fe9d08740a4ddc266cef412e8f
0
mvp/presto,mvp/presto,twitter-forks/presto,shixuan-fan/presto,shixuan-fan/presto,zzhao0/presto,arhimondr/presto,EvilMcJerkface/presto,arhimondr/presto,EvilMcJerkface/presto,EvilMcJerkface/presto,mvp/presto,shixuan-fan/presto,facebook/presto,zzhao0/presto,twitter-forks/presto,facebook/presto,twitter-forks/presto,EvilMcJ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-main/src/main/java/com/facebook/presto/sql/gen/PageFunctionCompiler.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Change common sub-expression methods to return result
presto-main/src/main/java/com/facebook/presto/sql/gen/PageFunctionCompiler.java
Change common sub-expression methods to return result
Java
apache-2.0
dc58c3fda91043c1be9c2c6c620b23c1315f7932
0
irccloud/android,irccloud/android,irccloud/android,irccloud/android,irccloud/android
/* * Copyright (c) 2013 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/Notifications.java
/* * Copyright (c) 2013 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 ...
fix missing Gingerbread notification layout
src/com/irccloud/android/Notifications.java
fix missing Gingerbread notification layout
Java
bsd-2-clause
145472d6ccd6e0f68fa0642533e6723f35cd0fd1
0
cppchriscpp/TravelPortals
package net.cpprograms.minecraft.TravelPortals.storage; import net.cpprograms.minecraft.TravelPortals.WarpLocation; import org.bukkit.Location; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.Map; import java.util.Set; public abstract class PortalStorage { private Map<String, WarpLoca...
src/main/java/net/cpprograms/minecraft/TravelPortals/storage/PortalStorage.java
package net.cpprograms.minecraft.TravelPortals.storage; import net.cpprograms.minecraft.TravelPortals.WarpLocation; import org.bukkit.Location; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.Map; import java.util.Set; public abstract class PortalStorage { private Map<String, WarpLoca...
Use replaced portal's name if the new portal doesn't have one
src/main/java/net/cpprograms/minecraft/TravelPortals/storage/PortalStorage.java
Use replaced portal's name if the new portal doesn't have one
Java
bsd-3-clause
2628351f1bde78036c1499a69b19f834592dba19
0
dhis2/dhis2-core,msf-oca-his/dhis2-core,dhis2/dhis2-core,dhis2/dhis2-core,hispindia/dhis2-Core,hispindia/dhis2-Core,hispindia/dhis2-Core,msf-oca-his/dhis2-core,dhis2/dhis2-core,hispindia/dhis2-Core,hispindia/dhis2-Core,dhis2/dhis2-core,msf-oca-his/dhis2-core,msf-oca-his/dhis2-core,msf-oca-his/dhis2-core
/* * Copyright (c) 2004-2022, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
dhis-2/dhis-api/src/main/java/org/hisp/dhis/util/DateUtils.java
/* * Copyright (c) 2004-2022, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
fix: Add new format with 9 fractions for parsing datetime
dhis-2/dhis-api/src/main/java/org/hisp/dhis/util/DateUtils.java
fix: Add new format with 9 fractions for parsing datetime
Java
bsd-3-clause
9fea84bad1d5e0c59fe8defe8398ba96a353feb4
0
sebastiangraf/treetank,sebastiangraf/treetank,sebastiangraf/treetank
package com.treetank.service.rest; import static org.junit.Assert.assertEquals; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.servlet.ServletOutputStream; import javax.servlet.http.Cookie; import javax.servlet.http.Htt...
src/test/java/com/treetank/service/rest/TestResponseWrapper.java
package com.treetank.service.rest; import static org.junit.Assert.assertEquals; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.servlet.ServletOutputStream; import javax.servlet.http.Cookie; import javax.servlet.http.Htt...
removed further @override-tags git-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@4915 e3ddb328-5bfe-0310-b762-aafcbcbd2528
src/test/java/com/treetank/service/rest/TestResponseWrapper.java
removed further @override-tags
Java
mit
a7e8268ab622100e4fd267dd9acc7bce0e558c61
0
codehaus-plexus/modello
package org.codehaus.modello.plugin.java; /* * Copyright (c) 2004, Codehaus.org * * 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 r...
modello-plugins/modello-plugin-java/src/main/java/org/codehaus/modello/plugin/java/AbstractJavaModelloGenerator.java
package org.codehaus.modello.plugin.java; /* * Copyright (c) 2004, Codehaus.org * * 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 r...
o Refactored code
modello-plugins/modello-plugin-java/src/main/java/org/codehaus/modello/plugin/java/AbstractJavaModelloGenerator.java
o Refactored code
Java
mit
f0921db10e70030a737da9196375491735087b4b
0
DovSnier/CSSTranslateMachine
/** * */ package com.dovsnier.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.LinkedList; /** * <pre> * NodeBean * </pre> * * @author dovsnier * @version 1.0.0 * @since jdk 1.7 */ public class NodeBean implements Serializable { private static final lo...
src/com/dovsnier/bean/NodeBean.java
/** * */ package com.dovsnier.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.LinkedList; /** * <pre> * NodeBean * </pre> * * @author dovsnier * @version 1.0.0 * @since jdk 1.7 */ public class NodeBean implements Serializable { private static final lo...
the NodeBean class add annotation field
src/com/dovsnier/bean/NodeBean.java
the NodeBean class add annotation field
Java
mit
29d7593c32d54e88ab608f4f5e41cf7843020692
0
CS2103JAN2017-W14-B4/main,CS2103JAN2017-W14-B4/main
package guitests; import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import java.io.File; import java.io.IOException; import org.junit.Test; import org.junit.runner.RunWith; import mockit.Mock; import mockit.MockUp; import mockit.integration.junit4.JMockit; import seedu.ezdo.commons.util...
src/test/java/guitests/SaveCommandTest.java
package guitests; import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import java.io.File; import java.io.IOException; import org.junit.Test; import org.junit.runner.RunWith; import mockit.Mock; import mockit.MockUp; import mockit.integration.junit4.JMockit; import seedu.ezdo.commons.util...
Remove whitespace
src/test/java/guitests/SaveCommandTest.java
Remove whitespace
Java
mit
44df0ee55ee63605e5ac96aedd963d74d6c0315e
0
hazendaz/oshi,dbwiddis/oshi
/** * MIT License * * Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors * * 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 withou...
oshi-core/src/main/java/oshi/hardware/common/AbstractNetworkIF.java
/** * MIT License * * Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors * * 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 withou...
Outputs for IPv4 & subnetMask and IPv6 & prefix lengths combined (#1261)
oshi-core/src/main/java/oshi/hardware/common/AbstractNetworkIF.java
Outputs for IPv4 & subnetMask and IPv6 & prefix lengths combined (#1261)
Java
mit
47ab0a5d4f8da0c0be0f1b16581fd00bdb9eef2d
0
getsentry/react-native-sentry,getsentry/react-native-sentry,getsentry/react-native-sentry,getsentry/react-native-sentry,getsentry/react-native-sentry,getsentry/react-native-sentry
package io.sentry; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.facebook.react.bridge.ReactMethod; import com.facebook.react.bridge.ReadableArray; import com.facebook.react.bridge.ReadableMap;...
android/src/main/java/io/sentry/RNSentryModule.java
package io.sentry; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.facebook.react.bridge.ReactMethod; import com.facebook.react.bridge.ReadableArray; import com.facebook.react.bridge.ReadableMap;...
Implements setTags, setExtra, setLogLevel
android/src/main/java/io/sentry/RNSentryModule.java
Implements setTags, setExtra, setLogLevel
Java
mit
d491277fd7f2ae9516a41a96b8c8b9bb6befaebd
0
ijidan/kpush,yangkf1985/kpush,chengjunjian/kpush,ijidan/kpush,yangkf1985/kpush,ZhQYuan/kpush,ijidan/kpush,ZhQYuan/kpush,xiaokunLee/kpush,ijidan/kpush,yangkf1985/kpush,chengjunjian/kpush,chengjunjian/kpush,ijidan/kpush,xiaokunLee/kpush,ZhQYuan/kpush,xiaokunLee/kpush,chengjunjian/kpush,xiaokunLee/kpush,ZhQYuan/kpush,xiao...
package cn.vimer.kpush; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; import cn.vimer.ferry.Ferry; import cn.vimer.kpush_demo.Constants; import cn.vimer.netkit.Box; import cn.vimer.netkit.IBox; /** * Created by dantezhu on 15-4-13. */ public class Pus...
android/kpush_demo/src/cn/vimer/kpush/PushService.java
package cn.vimer.kpush; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; import cn.vimer.kpush_demo.Constants; /** * Created by dantezhu on 15-4-13. */ public class PushService extends Service { @Override public IBinder onBind(Intent intent) { ...
用protobuf
android/kpush_demo/src/cn/vimer/kpush/PushService.java
用protobuf
Java
mpl-2.0
5e082988fdc6db6280e8379a21dabe4a93734d4b
0
PawelGutkowski/openmrs-sdk,AdamGrzybkowski/openmrs-sdk,AdamGrzybkowski/openmrs-sdk,AdamGrzybkowski/openmrs-sdk,PawelGutkowski/openmrs-sdk,PawelGutkowski/openmrs-sdk,PawelGutkowski/openmrs-sdk,AdamGrzybkowski/openmrs-sdk
package org.openmrs.maven.plugins; import com.github.dockerjava.api.DockerClient; import com.github.dockerjava.api.async.ResultCallback; import com.github.dockerjava.api.model.Container; import com.github.dockerjava.api.model.Frame; import com.github.dockerjava.core.DockerClientBuilder; import org.apache.commons.lang....
docker-maven-plugin/src/main/java/org/openmrs/maven/plugins/AbstractDockerMojo.java
package org.openmrs.maven.plugins; import com.github.dockerjava.api.DockerClient; import com.github.dockerjava.api.async.ResultCallback; import com.github.dockerjava.api.model.Container; import com.github.dockerjava.api.model.Frame; import com.github.dockerjava.core.DockerClientBuilder; import org.apache.commons.lang....
SDK-130 fix query in searching container by name
docker-maven-plugin/src/main/java/org/openmrs/maven/plugins/AbstractDockerMojo.java
SDK-130 fix query in searching container by name
Java
agpl-3.0
f34fb812812cc1bbb1bdcac88ce446d82d98bc08
0
deerwalk/voltdb,deerwalk/voltdb,simonzhangsm/voltdb,simonzhangsm/voltdb,VoltDB/voltdb,deerwalk/voltdb,VoltDB/voltdb,deerwalk/voltdb,VoltDB/voltdb,simonzhangsm/voltdb,simonzhangsm/voltdb,VoltDB/voltdb,VoltDB/voltdb,simonzhangsm/voltdb,VoltDB/voltdb,simonzhangsm/voltdb,deerwalk/voltdb,deerwalk/voltdb,simonzhangsm/voltdb,...
/* This file is part of VoltDB. * Copyright (C) 2008-2017 VoltDB Inc. * * 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 la...
src/frontend/org/voltdb/sysprocs/Pause.java
/* This file is part of VoltDB. * Copyright (C) 2008-2017 VoltDB Inc. * * 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 la...
ENG-11984: Force a stats collection at pause time, so that empty db check from DR after that pause will give the latest. Also in general it is not a bad idea to force stats collection at pause time.
src/frontend/org/voltdb/sysprocs/Pause.java
ENG-11984: Force a stats collection at pause time, so that empty db check from DR after that pause will give the latest. Also in general it is not a bad idea to force stats collection at pause time.
Java
agpl-3.0
dae682e8167e0aa2859697555f812a64a811753d
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
d51a3822-2e5f-11e5-9284-b827eb9e62be
hello.java
d514be6a-2e5f-11e5-9284-b827eb9e62be
d51a3822-2e5f-11e5-9284-b827eb9e62be
hello.java
d51a3822-2e5f-11e5-9284-b827eb9e62be
Java
lgpl-2.1
a8ee70f8fa3b61c18c88c0c162c5cfb9adb46a3b
0
bstansberry/wildfly-core,yersan/wildfly-core,bstansberry/wildfly-core,aloubyansky/wildfly-core,luck3y/wildfly-core,JiriOndrusek/wildfly-core,darranl/wildfly-core,jamezp/wildfly-core,ivassile/wildfly-core,jfdenise/wildfly-core,luck3y/wildfly-core,ivassile/wildfly-core,jamezp/wildfly-core,soul2zimate/wildfly-core,JiriOnd...
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
controller/src/main/java/org/jboss/as/controller/audit/SyslogAuditLogHandler.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
Change the SyslogAuditLogHandler to use it's own TcpOutputStream for the SyslogHandler. Required with the reconnection changes in the latest jboss-logmanager.
controller/src/main/java/org/jboss/as/controller/audit/SyslogAuditLogHandler.java
Change the SyslogAuditLogHandler to use it's own TcpOutputStream for the SyslogHandler. Required with the reconnection changes in the latest jboss-logmanager.
Java
lgpl-2.1
d8a8044df16d5d773b0c52b6d96984cbe87f426c
0
netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration
/* File: $Id$ * Revision: $Revision$ * Date: $Date$ * Author: $Author$ * * The Netarchive Suite - Software to harvest and preserve websites * Copyright 2004-2009 Det Kongelige Bibliotek and Statsbiblioteket, Denmark * * This library is free software; you can redistribute it and/or * modif...
src/dk/netarkivet/archive/bitarchive/BitarchiveAdmin.java
/* File: $Id$ * Revision: $Revision$ * Date: $Date$ * Author: $Author$ * * The Netarchive Suite - Software to harvest and preserve websites * Copyright 2004-2009 Det Kongelige Bibliotek and Statsbiblioteket, Denmark * * This library is free software; you can redistribute it and/or * modif...
Changed log message if all directories failed to store arc file.
src/dk/netarkivet/archive/bitarchive/BitarchiveAdmin.java
Changed log message if all directories failed to store arc file.
Java
apache-2.0
0b0b1a93a6335b7ed09eb06db65605dd7d411ca8
0
BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog
/* Copyright 2006 Olaf Delgado-Friedrichs 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...
src/org/gavrog/joss/experiments/Ladder.java
/* Copyright 2006 Olaf Delgado-Friedrichs 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...
Generates a more usable list of stile maps and has main() print it.
src/org/gavrog/joss/experiments/Ladder.java
Generates a more usable list of stile maps and has main() print it.
Java
apache-2.0
daa02870f050863d0e7dc66553f3ff8789159784
0
subutai-io/base,subutai-io/base,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/Subutai,subutai-io/Subutai
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.safehaus.subutai.core.communication.api; import org.safehaus.subutai.common.protocol.Agent; import org.safehaus.subutai.common.protocol.Request; import org.safehaus.subutai.common.protocol.Response; import ...
management/server/core/communication-manager/communication-manager-api/src/main/java/org/safehaus/subutai/core/communication/api/CommandJson.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.safehaus.subutai.core.communication.api; import org.safehaus.subutai.common.protocol.Agent; import org.safehaus.subutai.common.protocol.Request; import org.safehaus.subutai.common.protocol.Response; import ...
sonar bugfix
management/server/core/communication-manager/communication-manager-api/src/main/java/org/safehaus/subutai/core/communication/api/CommandJson.java
sonar bugfix
Java
apache-2.0
f35eb7166812904f03a98100b67a0db20a03e4fb
0
hazendaz/classloader-leak-prevention,mjiderhamn/classloader-leak-prevention
/* Copyright 2012 Mattias Jiderhamn Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
classloader-leak-prevention/classloader-leak-prevention-servlet/src/main/java/se/jiderhamn/classloader/leak/prevention/ClassLoaderLeakPreventorListener.java
/* Copyright 2012 Mattias Jiderhamn Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to ...
Improve extendability of ClassLoaderLeakPreventorListener. Fixes #86
classloader-leak-prevention/classloader-leak-prevention-servlet/src/main/java/se/jiderhamn/classloader/leak/prevention/ClassLoaderLeakPreventorListener.java
Improve extendability of ClassLoaderLeakPreventorListener. Fixes #86
Java
apache-2.0
131b59452cf38d90140aa02a53431eea9ff16901
0
akosyakov/intellij-community,MichaelNedzelsky/intellij-community,MichaelNedzelsky/intellij-community,xfournet/intellij-community,mglukhikh/intellij-community,MER-GROUP/intellij-community,diorcety/intellij-community,ernestp/consulo,fitermay/intellij-community,caot/intellij-community,ol-loginov/intellij-community,dslomov...
/* * 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...
plugins/gradle/src/org/jetbrains/plugins/gradle/config/GradleConfigurable.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...
IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories) Balloon about gradle location is showed if necessary every time gradle configurable component is selected at the settings
plugins/gradle/src/org/jetbrains/plugins/gradle/config/GradleConfigurable.java
IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories)
Java
apache-2.0
af59ce82de3239295ae53e167bba080ccbec5f4b
0
powertac/powertac-server,powertac/powertac-server,powertac/powertac-server,powertac/powertac-server
/* * Copyright 2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
src/main/java/org/powertac/visualizer/services/VisualizerServiceTournament.java
/* * Copyright 2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
Removed debug commment + increased delay
src/main/java/org/powertac/visualizer/services/VisualizerServiceTournament.java
Removed debug commment + increased delay
Java
apache-2.0
252a08bdf8148c65b74d86fda3e0fd7357756998
0
ceylon/ceylon-js,ceylon/ceylon-js,ceylon/ceylon-js
package com.redhat.ceylon.compiler.js; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.eliminateParensAndWidening; import java.io.File; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.Hash...
src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisitor.java
package com.redhat.ceylon.compiler.js; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.eliminateParensAndWidening; import java.io.File; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.Hash...
Makes ure we ignore native methods and classes that are not for our backend (ceylon/ceylon-spec#500)
src/main/java/com/redhat/ceylon/compiler/js/GenerateJsVisitor.java
Makes ure we ignore native methods and classes that are not for our backend (ceylon/ceylon-spec#500)
Java
apache-2.0
b60987cfe15f89ad8207a8cc4c5ac7e63c111a69
0
jmmut/eva-pipeline,EBIvariation/eva-pipeline,cyenyxe/eva-pipeline,jmmut/eva-pipeline,jmmut/eva-pipeline,EBIvariation/eva-pipeline,cyenyxe/eva-pipeline,cyenyxe/eva-pipeline
/* * Copyright 2016 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 b...
src/main/java/uk/ac/ebi/eva/pipeline/io/mappers/VcfLineMapper.java
/* * Copyright 2016 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 b...
Removed unused asertion.
src/main/java/uk/ac/ebi/eva/pipeline/io/mappers/VcfLineMapper.java
Removed unused asertion.
Java
apache-2.0
557c59607fa9eb2014a7905cfc0eb3dbcd043cab
0
iamaleksey/cassandra,clohfink/cassandra,Instagram/cassandra,exoscale/cassandra,jasonstack/cassandra,beobal/cassandra,apache/cassandra,cooldoger/cassandra,sharvanath/cassandra,mike-tr-adamson/cassandra,Jollyplum/cassandra,ifesdjeen/cassandra,mambocab/cassandra,Instagram/cassandra,aboudreault/cassandra,thelastpickle/cass...
/* * 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 ...
src/java/org/apache/cassandra/db/ReadResponse.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 ...
Avoid wrapping results with ThriftResultsMerger if command is not for thrift Patch by Alex Petrov; reviewed by Tyler Hobbs for CASSANDRA-12193.
src/java/org/apache/cassandra/db/ReadResponse.java
Avoid wrapping results with ThriftResultsMerger if command is not for thrift
Java
apache-2.0
bf4688d143b323e6d87ae94f493f6df122b95362
0
jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse
package io.enmasse.systemtest.authz; import io.enmasse.systemtest.*; import io.enmasse.systemtest.amqp.AmqpClient; import org.apache.qpid.proton.message.Message; import org.junit.Before; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.Future; import java.ut...
systemtests/src/test/java/io/enmasse/systemtest/authz/AuthorizationTestBase.java
package io.enmasse.systemtest.authz; import io.enmasse.systemtest.*; import io.enmasse.systemtest.amqp.AmqpClient; import org.apache.qpid.proton.message.Message; import org.junit.Before; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.Future; import java.ut...
FIX decrease timeouts
systemtests/src/test/java/io/enmasse/systemtest/authz/AuthorizationTestBase.java
FIX decrease timeouts
Java
apache-2.0
d9a38c3c56bd86b273bb195485e1b38999885937
0
MovingBlocks/gestalt
/* * Copyright 2019 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...
gestalt-module/src/main/java/org/terasology/gestalt/naming/Name.java
/* * Copyright 2019 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...
Update gestalt-module/src/main/java/org/terasology/gestalt/naming/Name.java Co-Authored-By: Tobias Nett <cde1be4ebe2bbdfc1f1c71fd04cc97278e8cdd13@googlemail.com>
gestalt-module/src/main/java/org/terasology/gestalt/naming/Name.java
Update gestalt-module/src/main/java/org/terasology/gestalt/naming/Name.java
Java
apache-2.0
4bc5c0acc22ed9d27c959736428db5ecdc28c08a
0
minnal/minnal,minnal/minnal,minnal/minnal
/** * */ package org.minnal.core.server; import org.jboss.netty.buffer.ChannelBuffer; import org.jboss.netty.channel.Channel; import org.jboss.netty.channel.ChannelFuture; import org.jboss.netty.handler.codec.http.HttpHeaders; import org.jboss.netty.handler.codec.http.HttpResponse; import org.jboss.netty.handler.co...
minnal-core/src/main/java/org/minnal/core/server/ServerResponse.java
/** * */ package org.minnal.core.server; import org.jboss.netty.buffer.ChannelBuffer; import org.jboss.netty.channel.Channel; import org.jboss.netty.channel.ChannelFuture; import org.jboss.netty.handler.codec.http.HttpHeaders; import org.jboss.netty.handler.codec.http.HttpResponse; import org.jboss.netty.handler.co...
moving content serialization from server response to response writer
minnal-core/src/main/java/org/minnal/core/server/ServerResponse.java
moving content serialization from server response to response writer
Java
apache-2.0
2dbb919ce4ae735777afaa061001f71f322a7a2f
0
gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas
/* * Copyright 2008-2013 Microarray Informatics Team, 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-...
web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/BioentityPropertyService.java
/* * Copyright 2008-2013 Microarray Informatics Team, 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-...
Update BioentityPropertyService.java
web/src/main/java/uk/ac/ebi/atlas/web/controllers/page/BioentityPropertyService.java
Update BioentityPropertyService.java
Java
apache-2.0
0d6cbb2f5477f869c9d8afc8d02229d1d313b887
0
satishgummadelli/camel,pplatek/camel,askannon/camel,lasombra/camel,apache/camel,duro1/camel,lasombra/camel,gilfernandes/camel,Thopap/camel,royopa/camel,veithen/camel,manuelh9r/camel,erwelch/camel,oalles/camel,woj-i/camel,mcollovati/camel,josefkarasek/camel,manuelh9r/camel,manuelh9r/camel,jamesnetherton/camel,JYBESSON/c...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
camel-core/src/test/java/org/apache/camel/component/file/FileConsumerSuspendTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
Fixed unit test git-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@889120 13f79535-47bb-0310-9956-ffa450edef68
camel-core/src/test/java/org/apache/camel/component/file/FileConsumerSuspendTest.java
Fixed unit test
Java
apache-2.0
83cb7798f475b55a66d9a77c6a837aefcbf0fde1
0
gurbuzali/hazelcast-jet,gurbuzali/hazelcast-jet
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
hazelcast-jet-core/src/main/java/com/hazelcast/jet/aggregate/AggregateOperations.java
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
Fix and improve AggregateOperations Javadoc Fixes #598
hazelcast-jet-core/src/main/java/com/hazelcast/jet/aggregate/AggregateOperations.java
Fix and improve AggregateOperations Javadoc
Java
apache-2.0
ee6e445cf552d5756000231a5cd939aa041b43f5
0
zstackio/zstack,MatheMatrix/zstack,MatheMatrix/zstack,zstackio/zstack,AlanJager/zstack,zstackorg/zstack,MatheMatrix/zstack,AlanJager/zstack,AlanJager/zstack,zstackorg/zstack,zstackio/zstack
package org.zstack.storage.ceph.primary; import org.springframework.beans.factory.annotation.Autowired; import org.zstack.core.Platform; import org.zstack.core.asyncbatch.While; import org.zstack.core.cloudbus.CloudBusCallBack; import org.zstack.core.cloudbus.CloudBusListCallBack; import org.zstack.core.componentloade...
plugin/ceph/src/main/java/org/zstack/storage/ceph/primary/CephPrimaryStorageBase.java
package org.zstack.storage.ceph.primary; import org.springframework.beans.factory.annotation.Autowired; import org.zstack.core.Platform; import org.zstack.core.asyncbatch.While; import org.zstack.core.cloudbus.CloudBusCallBack; import org.zstack.core.cloudbus.CloudBusListCallBack; import org.zstack.core.componentloade...
add missing chain.next()
plugin/ceph/src/main/java/org/zstack/storage/ceph/primary/CephPrimaryStorageBase.java
add missing chain.next()
Java
apache-2.0
18801601c112354f47a992bf3dc3b2484801cc10
0
raphw/byte-buddy,DALDEI/byte-buddy,raphw/byte-buddy,raphw/byte-buddy,CodingFabian/byte-buddy
package net.bytebuddy.agent; import net.bytebuddy.test.utility.AgentAttachmentRule; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.MethodRule; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.lang.instrument.Instru...
byte-buddy-agent/src/test/java/net/bytebuddy/agent/ByteBuddyAgentInstallationTest.java
package net.bytebuddy.agent; import net.bytebuddy.test.utility.AgentAttachmentRule; import org.junit.Rule; import org.junit.Test; import org.junit.rules.MethodRule; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.lang.instrument.Instrumentation; import java.ne...
Improve test by forcing both attachment forms.
byte-buddy-agent/src/test/java/net/bytebuddy/agent/ByteBuddyAgentInstallationTest.java
Improve test by forcing both attachment forms.
Java
apache-2.0
18179de19556f4d2235a5264fe40a45dee149f3c
0
securny/syncope,giacomolm/syncope,giacomolm/syncope,giacomolm/syncope,NuwanSameera/syncope,apache/syncope,NuwanSameera/syncope,nscendoni/syncope,ilgrosso/syncope,securny/syncope,NuwanSameera/syncope,nscendoni/syncope,tmess567/syncope,tmess567/syncope,tmess567/syncope,nscendoni/syncope,nscendoni/syncope,apache/syncope,a...
/* * 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 ...
ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.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 ...
[SYNCOPE-738] Adding some logging
ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java
[SYNCOPE-738] Adding some logging
Java
apache-2.0
bd7cc4e60fcefa7140b536d41a74a4263e155edc
0
dbrimley/hazelcast,emre-aydin/hazelcast,tkountis/hazelcast,tufangorel/hazelcast,mesutcelik/hazelcast,mdogan/hazelcast,mdogan/hazelcast,tkountis/hazelcast,tkountis/hazelcast,dbrimley/hazelcast,dsukhoroslov/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,mdogan/hazelcast,mesutcelik/hazelcast,Donnerbart/hazelcast,juan...
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
hazelcast-client/src/test/java/com/hazelcast/client/discovery/AwsCloudDiscoveryTest.java
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
Small cleanup of AwsCloudDiscoveryTest
hazelcast-client/src/test/java/com/hazelcast/client/discovery/AwsCloudDiscoveryTest.java
Small cleanup of AwsCloudDiscoveryTest
Java
bsd-2-clause
841d699c32c729794a70508cd9b6d7bedfe2beb1
0
chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio
/* * Copyright (c) 2003-2004, jMonkeyEngine - Mojo Monkey Coding * 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, t...
src/com/jme/scene/TriMesh.java
/* * Copyright (c) 2003-2004, jMonkeyEngine - Mojo Monkey Coding * 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, t...
Removed System.out.println (should never have made it into CVS) git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1877 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
src/com/jme/scene/TriMesh.java
Removed System.out.println (should never have made it into CVS)
Java
apache-2.0
5b89b1c3d250ddbc5f9e65d1a160a660d38e2d00
0
kristianolsson/tools4j,kristianolsson/tools4j
config/config-runtime-api/src/main/java/org/deephacks/tools4j/config/Property.java
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
removed @Property was not part of last commit
config/config-runtime-api/src/main/java/org/deephacks/tools4j/config/Property.java
removed @Property was not part of last commit
Java
mit
5309097aa68a093388ba9d87c434224d60896d05
0
yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods
package net.maizegenetics.dna.map; import cern.colt.GenericSorting; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.InputStreamReader; import java.util.ArrayList; import j...
src/net/maizegenetics/dna/map/TagsOnPhysicalMap.java
package net.maizegenetics.dna.map; import cern.colt.GenericSorting; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.InputStreamReader; import java.util.ArrayList; import j...
Additional changes needed so it works with ragged arrays for variantOffsets[] and variantDefs[]
src/net/maizegenetics/dna/map/TagsOnPhysicalMap.java
Additional changes needed so it works with ragged arrays for variantOffsets[] and variantDefs[]
Java
mit
c2bfa7452b0af3ab66f3a61a63d684a3a38b9099
0
trujunzhang/IEATTA-ANDROID,trujunzhang/IEATTA-ANDROID
package org.ieatta.activity.leadimages; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.PointF; import android.location.Location; import android.support.annotation.ColorInt; import android.support.annotation.DimenRes; import android.support.annotation.NonNull; import andro...
app/src/main/java/org/ieatta/activity/leadimages/LeadImagesHandler.java
package org.ieatta.activity.leadimages; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.PointF; import android.location.Location; import android.support.annotation.ColorInt; import android.support.annotation.DimenRes; import android.support.annotation.NonNull; import andro...
IEATTA for Android.
app/src/main/java/org/ieatta/activity/leadimages/LeadImagesHandler.java
IEATTA for Android.
Java
mit
9cc9418ccd854778f22be83dcebddc103ad05659
0
henrikor2/bridlensis,henrikor2/bridlensis
package bridlensis; import java.io.PrintStream; public class Logger { public static final int ERROR = 0; public static final int WARN = 1; public static final int INFO = 2; public static final int DEBUG = 3; private static Logger instance = null; public static Logger getInstance() { if (insta...
src/main/java/bridlensis/Logger.java
package bridlensis; import java.io.PrintStream; public class Logger { private static final int ERROR = 4; private static final int WARN = 3; private static final int INFO = 2; private static final int DEBUG = 1; private static Logger instance = null; public static Logger getInstance() { if (i...
Change the log levels so that ERROR = lowest(0) and DEBUG = highest(3).
src/main/java/bridlensis/Logger.java
Change the log levels so that ERROR = lowest(0) and DEBUG = highest(3).
Java
mit
91527df490552327e2beb3e2c54bbfaa76589084
0
intelchen/jenkins,amuniz/jenkins,bkmeneguello/jenkins,soenter/jenkins,morficus/jenkins,1and1/jenkins,fbelzunc/jenkins,duzifang/my-jenkins,viqueen/jenkins,oleg-nenashev/jenkins,svanoort/jenkins,liupugong/jenkins,bkmeneguello/jenkins,ChrisA89/jenkins,jpederzolli/jenkins-1,pjanouse/jenkins,arunsingh/jenkins,gitaccountforp...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Brian Westrich, Red Hat, Inc., Stephen Connolly, Tom Huybrechts * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to d...
core/src/main/java/hudson/model/Executor.java
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Brian Westrich, Red Hat, Inc., Stephen Connolly, Tom Huybrechts * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to d...
fix guarded by values
core/src/main/java/hudson/model/Executor.java
fix guarded by values
Java
mit
a060814110bd83ba47e765a1cfadf6aef2514493
0
pshields/futility,pshields/futility
/** @file Brain.java * Player agent's central logic and memory center. * * @author Team F(utility) */ package futility; import java.util.ArrayDeque; import java.util.HashMap; import java.util.LinkedList; /** * This class contains the player's sensory data parsing and strategy computation algorithms. */ public...
src/futility/Brain.java
/** @file Brain.java * Player agent's central logic and memory center. * * @author Team F(utility) */ package futility; import java.util.ArrayDeque; import java.util.HashMap; import java.util.LinkedList; /** * This class contains the player's sensory data parsing and strategy computation algorithms. */ public...
merging changes
src/futility/Brain.java
merging changes
Java
agpl-3.0
fa68f8b2d5aa86ca9ea5bfe4a59715961c4cccfd
0
mbrossard/cryptonit-applet
package org.cryptonit; /** * @author Mathias Brossard */ import javacard.framework.APDU; import javacard.framework.Applet; import javacard.framework.ISO7816; import javacard.framework.ISOException; import javacard.framework.JCSystem; import javacard.framework.OwnerPIN; import javacard.framework.Util; import javacar...
src/org/cryptonit/CryptonitApplet.java
package org.cryptonit; /** * @author Mathias Brossard */ import javacard.framework.APDU; import javacard.framework.Applet; import javacard.framework.ISO7816; import javacard.framework.ISOException; import javacard.framework.JCSystem; import javacard.framework.OwnerPIN; import javacard.framework.Util; import javacar...
Starting on PIN change function
src/org/cryptonit/CryptonitApplet.java
Starting on PIN change function
Java
agpl-3.0
e6f6f2f498a6573084515c77037315c14c797e50
0
VietOpenCPS/opencps-v2,VietOpenCPS/opencps-v2
package org.opencps.dossiermgt.action.util; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.opencps.dossiermgt.model.Dossier; import org.opencps.dossiermgt.model.DossierFi...
modules/backend-dossiermgt/backend-dossiermgt-service/src/main/java/org/opencps/dossiermgt/action/util/AutoFillFormData.java
package org.opencps.dossiermgt.action.util; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.opencps.dossiermgt.model.Dossier; import org.opencps.dossiermgt.model.DossierFi...
GET EMPLOYEE
modules/backend-dossiermgt/backend-dossiermgt-service/src/main/java/org/opencps/dossiermgt/action/util/AutoFillFormData.java
GET EMPLOYEE
Java
agpl-3.0
b59e0c201f6a5aeac79dce932dedb5a2140be4a1
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
5afd6dba-2e60-11e5-9284-b827eb9e62be
hello.java
5af7f560-2e60-11e5-9284-b827eb9e62be
5afd6dba-2e60-11e5-9284-b827eb9e62be
hello.java
5afd6dba-2e60-11e5-9284-b827eb9e62be
Java
lgpl-2.1
e3c55b15832848ce5e50c975743cc15d20a7f135
0
seeburger-ag/jboss-remoting
/* * JBoss, Home of Professional Open Source * Copyright 2011, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the ter...
src/main/java/org/jboss/remoting3/remote/RemoteConnectionChannel.java
/* * JBoss, Home of Professional Open Source * Copyright 2011, JBoss Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the ter...
Prevent double-free of inbound message
src/main/java/org/jboss/remoting3/remote/RemoteConnectionChannel.java
Prevent double-free of inbound message