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
bsd-3-clause
b52efa843dc1c94e76340ff151763e21aecc553d
0
gengo/gengo-java
package com.gengo.client; /** * @author hiroyu-n@inter-plug.co.jp * */ public final class GengoConstants { static String BASE_URL_STANDARD = "https://api.staging.gengo.com/v2/"; static String BASE_URL_SANDBOX = "http://api.sandbox.gengo.com/v2/"; }
src/main/java/com/gengo/client/GengoConstants.java
/** * */ package com.gengo.client; /** * @author hiroyu-n@inter-plug.co.jp * */ public final class GengoConstants { protected static String BASE_URL_STANDARD = "https://api.gengo.com/v2/"; protected static String BASE_URL_SANDBOX = "http://api.sandbox.gengo.com/v2/"; }
Modified accessor appropriately.
src/main/java/com/gengo/client/GengoConstants.java
Modified accessor appropriately.
Java
bsd-3-clause
51086f01de0792117e3d0df7cf551c21934912ff
0
NCIP/cadsr-cdecurate,NCIP/cadsr-cdecurate,NCIP/cadsr-cdecurate,NCIP/cadsr-cdecurate,NCIP/cadsr-cdecurate,NCIP/cadsr-cdecurate
// Copyright (c) 2005 ScenPro, Inc. // $Header: /CVSNT/cdecurate/src/gov/nih/nci/cadsr/cdecurate/tool/CurationServlet.java,v 1.81 2007/04/30 14:29:11 // lhebel Exp $ // $Name: not supported by cvs2svn $ package gov.nih.nci.cadsr.cdecurate.tool; // import files import gov.nih.nci.cadsr.cdecurate.database.SQLHelper; im...
src/gov/nih/nci/cadsr/cdecurate/tool/CurationServlet.java
// Copyright (c) 2005 ScenPro, Inc. // $Header: /CVSNT/cdecurate/src/gov/nih/nci/cadsr/cdecurate/tool/CurationServlet.java,v 1.81 2007/04/30 14:29:11 // lhebel Exp $ // $Name: not supported by cvs2svn $ package gov.nih.nci.cadsr.cdecurate.tool; // import files import gov.nih.nci.cadsr.cdecurate.database.SQLHelper; im...
added the conceptclass create req type SVN-Revision: 839
src/gov/nih/nci/cadsr/cdecurate/tool/CurationServlet.java
added the conceptclass create req type
Java
mit
703615db0a45a214ca5a4b33e33daa263cc16667
0
ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces,ButterFaces/ButterFaces
package de.larmic.butterfaces.component.behavior; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Map; import javax.faces.component.UIComponentBase; import javax.faces.component.behavior.AjaxBehavior; import javax.faces.component.behavior.ClientBehavior; import static...
components/src/main/java/de/larmic/butterfaces/component/behavior/JsfAjaxRequest.java
package de.larmic.butterfaces.component.behavior; import de.larmic.butterfaces.resolver.UIComponentResolver; import de.larmic.butterfaces.util.StringJoiner; import de.larmic.butterfaces.util.StringUtils; import javax.faces.component.UIComponentBase; import javax.faces.component.behavior.AjaxBehavior; import javax.fac...
Documentation ...
components/src/main/java/de/larmic/butterfaces/component/behavior/JsfAjaxRequest.java
Documentation ...
Java
mit
a44fc9bd83edd61e72413d05b06e8a34c1fe549f
0
aldenml/frostwire-jlibtorrent,gubatron/frostwire-jlibtorrent,gubatron/frostwire-jlibtorrent,aldenml/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent,aldenml/frostwire-jlibtorrent,gubatron/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent
package com.frostwire.jlibtorrent; import com.frostwire.jlibtorrent.alerts.*; import com.frostwire.jlibtorrent.plugins.Plugin; import com.frostwire.jlibtorrent.plugins.SwigPlugin; import com.frostwire.jlibtorrent.swig.*; import com.frostwire.jlibtorrent.swig.session_handle.options_t; import java.io.File; import java....
src/main/java/com/frostwire/jlibtorrent/Session.java
package com.frostwire.jlibtorrent; import com.frostwire.jlibtorrent.alerts.*; import com.frostwire.jlibtorrent.plugins.Plugin; import com.frostwire.jlibtorrent.plugins.SwigPlugin; import com.frostwire.jlibtorrent.swig.*; import com.frostwire.jlibtorrent.swig.session_handle.options_t; import java.io.File; import java....
refactor
src/main/java/com/frostwire/jlibtorrent/Session.java
refactor
Java
mit
27cc26335c66f7f7b7352d9ffa2816fc80b2fe7f
0
jaredlll08/ModTweaker2,yrsegal/ModTweaker2,elucent/ModTweaker,jaredlll08/ModTweaker
package modtweaker2.mods.forestry.handlers; import static modtweaker2.helpers.InputHelper.toFluid; import static modtweaker2.helpers.InputHelper.toILiquidStack; import static modtweaker2.helpers.InputHelper.toIItemStack; import static modtweaker2.helpers.InputHelper.toStack; import static modtweaker2.helpers.InputHelp...
src/main/java/modtweaker2/mods/forestry/handlers/Squeezer.java
package modtweaker2.mods.forestry.handlers; import static modtweaker2.helpers.InputHelper.getFluid; import static modtweaker2.helpers.InputHelper.toFluid; import static modtweaker2.helpers.InputHelper.toILiquidStack; import static modtweaker2.helpers.InputHelper.toIItemStack; import static modtweaker2.helpers.InputHel...
improved: Forestry Squeezer - bring back the addRecipe variant without itemOutput
src/main/java/modtweaker2/mods/forestry/handlers/Squeezer.java
improved: Forestry Squeezer - bring back the addRecipe variant without itemOutput
Java
mit
939f54e4a002cfe43cb2615863569df45204fe88
0
1fish2/BBQTimer,1fish2/BBQTimer,1fish2/BBQTimer
/* * The MIT License (MIT) * * Copyright (c) 2017 Jerry Morrison * * 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, ...
app/src/androidTest/java/com/onefishtwo/bbqtimer/InAppUITest.java
/* * The MIT License (MIT) * * Copyright (c) 2017 Jerry Morrison * * 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, ...
workaround Espresso flakiness
app/src/androidTest/java/com/onefishtwo/bbqtimer/InAppUITest.java
workaround Espresso flakiness
Java
mit
928d4238f569cb1a67e424c451baa9cd4501a7cf
0
jenkinsci/proxmox-plugin,jenkinsci/proxmox-plugin
package org.jenkinsci.plugins.proxmox.pve2api; import static us.monoid.web.Resty.form; import java.io.IOException; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException; import java.security.cert.X509Certificate; import java.util.ArrayList; import java.util.Date; import java.util....
src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
package org.jenkinsci.plugins.proxmox.pve2api; import static us.monoid.web.Resty.form; import java.io.IOException; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException; import java.security.cert.X509Certificate; import java.util.ArrayList; import java.util.Date; import java.util....
Parse port from hostname to avoid forced port 8006
src/main/java/org/jenkinsci/plugins/proxmox/pve2api/Connector.java
Parse port from hostname to avoid forced port 8006
Java
mit
8b3a1dacf323cd333be0ffe4b968796c3e418f38
0
DominikRidder/ImageExtractor
package gui; import imagehandling.Image; import java.awt.Dimension; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.nio.file.Files; import java.util.HashSet; import java.util.Stack; import javax.swing.Box; import javax.swing.BoxLayout;...
src/gui/ImageSearch.java
package gui; import imagehandling.Image; import java.awt.Dimension; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.nio.file.Files; import java.util.HashSet; import java.util.Stack; import javax.swing.Box; import javax.swing.BoxLayout;...
Speedup for the not fullsearch option
src/gui/ImageSearch.java
Speedup for the not fullsearch option
Java
mit
396830fb7c1572024cd93ddec6234039645a4e7d
0
allan-stewart/java-katas
package com.github.allan.stewart.kata.roman; import org.junit.Assert; import org.junit.Test; public class RomanNumeralConverterTest { @Test public void intToRoman_primaryNumerals() { Assert.assertEquals("I", RomanNumeralConverter.intToRoman(1)); Assert.assertEquals("V", RomanNumeralConverter....
src/test/java/com/github/allan/stewart/kata/roman/RomanNumeralConverterTest.java
package com.github.allan.stewart.kata.roman; import org.junit.Assert; import org.junit.Test; public class RomanNumeralConverterTest { @Test public void primary_numerals() { Assert.assertEquals("I", RomanNumeralConverter.intToRoman(1)); Assert.assertEquals("V", RomanNumeralConverter.intToRoman...
Renamed test methods.
src/test/java/com/github/allan/stewart/kata/roman/RomanNumeralConverterTest.java
Renamed test methods.
Java
cc0-1.0
ca055f672d06d86cd9c501c616ce7b0df98c6089
0
nees-ufal/JOINT
package wwwc.nees.joint.module.kao; import wwwc.nees.joint.module.kao.retrieve.QueryRunner; import wwwc.nees.joint.module.kao.retrieve.RetrieveOperations; import wwwc.nees.joint.module.kao.retrieve.SPARQLQueryRunnerImpl; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java....
src/wwwc/nees/joint/module/kao/AbstractKAO.java
package wwwc.nees.joint.module.kao; import wwwc.nees.joint.module.kao.retrieve.QueryRunner; import wwwc.nees.joint.module.kao.retrieve.RetrieveOperations; import wwwc.nees.joint.module.kao.retrieve.SPARQLQueryRunnerImpl; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java....
Fixed bug in AbstractKAO
src/wwwc/nees/joint/module/kao/AbstractKAO.java
Fixed bug in AbstractKAO
Java
mpl-2.0
4aade5f0e586c97661fa9e8471d3126511bd51db
0
richardwilkes/gcs,richardwilkes/gcs
/* * Copyright ©1998-2022 by Richard A. Wilkes. All rights reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, version 2.0. If a copy of the MPL was not distributed with * this file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This Source Code Form is "Incompat...
com.trollworks.gcs/src/com/trollworks/gcs/body/HitLocation.java
/* * Copyright ©1998-2022 by Richard A. Wilkes. All rights reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, version 2.0. If a copy of the MPL was not distributed with * this file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This Source Code Form is "Incompat...
Fix formatting of DR tooltip
com.trollworks.gcs/src/com/trollworks/gcs/body/HitLocation.java
Fix formatting of DR tooltip
Java
lgpl-2.1
fc6becc501e5d783d20e23d5af26c0f1e04e7449
0
OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs
package opendap.bes.caching; import opendap.bes.BES; import opendap.bes.BESError; import opendap.bes.BadConfigurationException; import opendap.bes.dap2Responders.BesApi; import opendap.ppt.PPTException; import org.jdom.Document; import org.jdom.Element; import org.jdom.JDOMException; import org.slf4j.Logger; import or...
src/opendap/bes/caching/BesNodeCache.java
package opendap.bes.caching; import opendap.bes.BES; import opendap.bes.BESError; import opendap.bes.BadConfigurationException; import opendap.bes.dap2Responders.BesApi; import opendap.ppt.PPTException; import org.jdom.Document; import org.jdom.Element; import org.jdom.JDOMException; import org.slf4j.Logger; import or...
olfs: Revised locking strategy fo rBesNodeCache.
src/opendap/bes/caching/BesNodeCache.java
olfs: Revised locking strategy fo rBesNodeCache.
Java
apache-2.0
4cf0f982891ce4def69ae32fe0c01b219df13ba3
0
apache/activemq-cpp,apache/activemq-cpp,apache/activemq-cpp,apache/activemq-cpp
/* * * 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 m...
activemq-cpp/openwire-scripts/AmqCppClassesGenerator.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 m...
http://issues.apache.org/activemq/browse/AMQCPP-30 git-svn-id: 0fb8a5a922afe2085ae9a967a0cf0864fe09ecff@507299 13f79535-47bb-0310-9956-ffa450edef68
activemq-cpp/openwire-scripts/AmqCppClassesGenerator.java
http://issues.apache.org/activemq/browse/AMQCPP-30
Java
apache-2.0
22b876ce5591604543e9da77dad6da378eed7287
0
vivosys/orientdb,nengxu/OrientDB,vivosys/orientdb,nengxu/OrientDB,nengxu/OrientDB,vivosys/orientdb,vivosys/orientdb,nengxu/OrientDB
/* * Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
core/src/main/java/com/orientechnologies/orient/core/db/document/OLazyRecordMap.java
/* * Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
Fixed issue on LINKMAP git-svn-id: 9ddf022f45b579842a47abc018ed2b18cdc52108@1631 3625ad7b-9c83-922f-a72b-73d79161f2ea
core/src/main/java/com/orientechnologies/orient/core/db/document/OLazyRecordMap.java
Fixed issue on LINKMAP
Java
apache-2.0
0f4b373bd66f45ab934edeff0124af09cca63acf
0
mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package ti.modules.titanium.ui.widget.tableview; import java.util.ArrayList; impo...
android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableViewRowProxyItem.java
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package ti.modules.titanium.ui.widget.tableview; import java.util.ArrayList; impo...
[TIMOB-25158] Fix TableView.rightImage size
android/modules/ui/src/java/ti/modules/titanium/ui/widget/tableview/TiTableViewRowProxyItem.java
[TIMOB-25158] Fix TableView.rightImage size
Java
apache-2.0
9b07d64470969b761a32e46d84594a7da31ac8cd
0
akirakw/asakusafw-compiler,ashigeru/asakusafw-compiler,akirakw/asakusafw-compiler,ashigeru/asakusafw-compiler,asakusafw/asakusafw-compiler,asakusafw/asakusafw-compiler,ashigeru/asakusafw-compiler
/** * Copyright 2011-2015 Asakusa Framework Team. * * 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...
tool-project/tool-launcher/src/main/java/com/asakusafw/lang/tool/launcher/LauncherException.java
package com.asakusafw.lang.tool.launcher; /** * Represents an error while launching applications. */ public class LauncherException extends RuntimeException { private static final long serialVersionUID = -5566847104874631897L; /** * Creates a new instance. */ public LauncherException() { ...
Fix license header.
tool-project/tool-launcher/src/main/java/com/asakusafw/lang/tool/launcher/LauncherException.java
Fix license header.
Java
apache-2.0
d4640340c5a2f9640936eeee9506318305009aca
0
haku/camel,noelo/camel,grange74/camel,dkhanolkar/camel,Thopap/camel,lowwool/camel,driseley/camel,bfitzpat/camel,bgaudaen/camel,haku/camel,snadakuduru/camel,drsquidop/camel,YoshikiHigo/camel,cunningt/camel,royopa/camel,jarst/camel,jarst/camel,engagepoint/camel,bgaudaen/camel,oscerd/camel,lasombra/camel,acartapanis/camel...
/** * 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...
components/camel-jms/src/test/java/org/apache/camel/component/jms/discovery/JmsDiscoveryTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
CAMEL-1483: Stop unit test quicker due graceful shutdown wanting to be too gentle git-svn-id: 11f3c9e1d08a13a4be44fe98a6d63a9c00f6ab23@893123 13f79535-47bb-0310-9956-ffa450edef68
components/camel-jms/src/test/java/org/apache/camel/component/jms/discovery/JmsDiscoveryTest.java
CAMEL-1483: Stop unit test quicker due graceful shutdown wanting to be too gentle
Java
apache-2.0
94d3bb60caf6ac1fe251ec5de2e04ae46cc9e169
0
webfirmframework/wff,webfirmframework/wff
/* * Copyright 2014-2017 Web Firm Framework * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
wffweb/src/main/java/com/webfirmframework/wffweb/server/page/ChildTagAppendListenerImpl.java
/* * Copyright 2014-2017 Web Firm Framework * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
Minor improvement -- nano optimization
wffweb/src/main/java/com/webfirmframework/wffweb/server/page/ChildTagAppendListenerImpl.java
Minor improvement
Java
apache-2.0
1e3a1c7f7177ca22df9e5ffa1d24d331aabd506e
0
freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM
/* * 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...
enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTextUI.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...
Applying patch from HARMONY-4762 ([classlib][swing][html] Flaw in thread synchronization in BasicTextUI) svn path=/harmony/; revision=584810
enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTextUI.java
Applying patch from HARMONY-4762 ([classlib][swing][html] Flaw in thread synchronization in BasicTextUI)
Java
apache-2.0
fd7a62b6d82315ed4a2e098a983831d1146df40a
0
egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio
//package components; /* * SimpleTableDemo.java requires no other files. */ import javax.swing.AbstractButton; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import org.apache.xmlrpc.XmlRpcException; import org.pathvisio.data.DataExceptio...
tools/project2008/showMenuGUI.java
//package components; /* * SimpleTableDemo.java requires no other files. */ import javax.swing.AbstractButton; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import org.apache.xmlrpc.XmlRpcException; import org.pathvisio.data.DataExceptio...
git-svn-id: http://svn.bigcat.unimaas.nl/pathvisio/trunk@1705 4f21837e-9f06-0410-ae49-bac5c3a7b9b6
tools/project2008/showMenuGUI.java
Java
apache-2.0
40374fd825553e7570a049f86d63a5934009fa5c
0
semonte/intellij-community,hurricup/intellij-community,retomerz/intellij-community,da1z/intellij-community,signed/intellij-community,allotria/intellij-community,da1z/intellij-community,xfournet/intellij-community,lucafavatella/intellij-community,suncycheng/intellij-community,asedunov/intellij-community,vvv1559/intellij...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
python/src/com/jetbrains/python/psi/PyUtil.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Reused PyNames.DOT_PY
python/src/com/jetbrains/python/psi/PyUtil.java
Reused PyNames.DOT_PY
Java
apache-2.0
4800e76ad2beccd7951ff7ef8541fc9909a251bd
0
hbs/warp10-platform,hbs/warp10-platform,hbs/warp10-platform,hbs/warp10-platform
// // Copyright 2018 SenX S.A.S. // // 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...
warp10/src/main/java/io/warp10/script/functions/SUBLIST.java
// // Copyright 2018 SenX S.A.S. // // 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...
Fix new SUBLIST signature and align start using step
warp10/src/main/java/io/warp10/script/functions/SUBLIST.java
Fix new SUBLIST signature and align start using step
Java
apache-2.0
370cccfb118ce370f758411f3bc0fbc261806041
0
UnknownStudio/UDPLib,UnknownStudio/UDPLib
package team.unstudio.udpl.area; import java.util.HashMap; import java.util.Map; import javax.annotation.Nonnull; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.configuration.serialization.ConfigurationSerializable; public class Area implements ConfigurationSerializable{ priv...
src/main/java/team/unstudio/udpl/area/Area.java
package team.unstudio.udpl.area; import java.util.HashMap; import java.util.Map; import javax.annotation.Nonnull; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.configuration.serialization.ConfigurationSerializable; public class Area implements ConfigurationSerializable{ priv...
Update Area
src/main/java/team/unstudio/udpl/area/Area.java
Update Area
Java
apache-2.0
6b2c49226e91e11487a90889731c55220a7ea9e4
0
holmes/intellij-community,holmes/intellij-community,salguarnieri/intellij-community,tmpgit/intellij-community,ernestp/consulo,joewalnes/idea-community,diorcety/intellij-community,Lekanich/intellij-community,muntasirsyed/intellij-community,semonte/intellij-community,semonte/intellij-community,fengbaicanhe/intellij-commu...
package com.intellij.find.impl; import com.intellij.find.*; import com.intellij.navigation.ItemPresentation; import com.intellij.openapi.actionSystem.DataConstants; import com.intellij.openapi.actionSystem.DataContext; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application....
source/com/intellij/find/impl/FindInProjectUtil.java
package com.intellij.find.impl; import com.intellij.find.*; import com.intellij.navigation.ItemPresentation; import com.intellij.openapi.actionSystem.DataConstants; import com.intellij.openapi.actionSystem.DataContext; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application....
message text fixed
source/com/intellij/find/impl/FindInProjectUtil.java
message text fixed
Java
apache-2.0
00d53bb1e9fbc8d33a9118d8a621e3ce6a7151d7
0
obidea/semantika-cli
/* * Copyright (c) 2013-2014 Obidea * * 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/com/obidea/semantika/cli/Main.java
/* * Copyright (c) 2013-2014 Obidea * * 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...
Change Semantika version number.
src/com/obidea/semantika/cli/Main.java
Change Semantika version number.
Java
apache-2.0
3855cf94a49a8da2db12ca9159dc22fb71e1d9fb
0
mozafari/verdict,mozafari/verdict,mozafari/verdict,mozafari/verdict,mozafari/verdict
/* * Copyright 2017 University of Michigan * * 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...
core/src/main/java/edu/umich/verdict/VerdictConf.java
/* * Copyright 2017 University of Michigan * * 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...
adding support for users to select samples to sue
core/src/main/java/edu/umich/verdict/VerdictConf.java
adding support for users to select samples to sue
Java
apache-2.0
099856cc92b67de25e6a8be8bc87e4536618e7a8
0
FireElementalNE/wtg-research,FireElementalNE/wtg-research,FireElementalNE/wtg-research
import soot.*; import soot.jimple.Jimple; import soot.options.Options; import soot.util.Chain; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class MainClass { public static void main(String[] args) { // TODO: see list // I need to find all cases of an intent,...
src/MainClass.java
import soot.*; import soot.jimple.Jimple; import soot.options.Options; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class MainClass { public static void main(String[] args) { // TODO: see list // I need to find all cases of an intent, and link them back the ...
added new todo
src/MainClass.java
added new todo
Java
apache-2.0
347a50f42839c164aa8c78c615ccbd280cf6f7fd
0
Rimbit/rimbitj
/** * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
core/src/main/java/com/google/bitcoin/core/Wallet.java
/** * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
Fixed comment for Wallet.sendCoins regarding MIN_NONDUST_OUTPUT.
core/src/main/java/com/google/bitcoin/core/Wallet.java
Fixed comment for Wallet.sendCoins regarding MIN_NONDUST_OUTPUT.
Java
apache-2.0
296ba4af8d0ff2b2e16b9eab5d1ecd36d1c50277
0
HyungJon/HubTurbo,HyungJon/HubTurbo,Honoo/HubTurbo,Sumei1009/HubTurbo,gaieepo/HubTurbo,Sumei1009/HubTurbo,saav/HubTurbo,ianngiaw/HubTurbo,gaieepo/HubTurbo,Honoo/HubTurbo,ianngiaw/HubTurbo,saav/HubTurbo
package ui; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.List; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.beans.value.WeakChangeListener; import javafx.collections.FXCollections; import javafx.collections.ObservableList; impor...
src/ui/BetterCheckListView.java
package ui; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.List; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.beans.value.WeakChangeListener; import javafx.collections.FXCollections; import javafx.collections.ObservableList; impor...
Fixed Label exclusivity bug #20
src/ui/BetterCheckListView.java
Fixed Label exclusivity bug #20
Java
apache-2.0
9312ef7af5e9be173dd84b599e6642f9d4641e15
0
rozza/mongo-java-driver,jyemin/mongo-java-driver,kay-kim/mongo-java-driver,jyemin/mongo-java-driver,jsonking/mongo-java-driver,PSCGroup/mongo-java-driver,gianpaj/mongo-java-driver,jsonking/mongo-java-driver,rozza/mongo-java-driver
/* * Copyright (c) 2008-2014 MongoDB, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
driver-compat/src/test/unit/com/mongodb/gridfs/GridFSTest.java
/* * Copyright (c) 2008-2014 MongoDB, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
Re-wrote GridFSTest.testBadChunkSize to use less memory
driver-compat/src/test/unit/com/mongodb/gridfs/GridFSTest.java
Re-wrote GridFSTest.testBadChunkSize to use less memory
Java
apache-2.0
faed1288367699573e8fcc0699eff4aa421bacc9
0
jpw-erigo/cloudturbine,jpw-erigo/cloudturbine,cycronix/cloudturbine,jpw-erigo/cloudturbine,jpw-erigo/cloudturbine,cycronix/cloudturbine,cycronix/cloudturbine,cycronix/cloudturbine
/* Copyright 2017-2018 Erigo Technologies LLC 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 writi...
JavaCode/CTstream/src/main/java/erigo/ctstream/LaunchCTweb.java
/* Copyright 2017 Erigo Technologies LLC 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, s...
CTstream.LaunchCTweb: minor change to allow the dialog to be resizeable; this was enabled by changing the root container from Group to GridPane
JavaCode/CTstream/src/main/java/erigo/ctstream/LaunchCTweb.java
CTstream.LaunchCTweb: minor change to allow the dialog to be resizeable; this was enabled by changing the root container from Group to GridPane
Java
apache-2.0
0bd7da4dce943f606bbe6c33db625c9244b464c0
0
oleksiyp/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,galderz/Aeron,galderz/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,galderz/Aeron,mikeb01/Aeron,oleksiyp/Aeron,mikeb01/Aeron,real-logic/Aeron,galderz/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,oleksiyp/Aeron
/* * Copyright 2014-2017 Real Logic Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java
/* * Copyright 2014-2017 Real Logic Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
[Java] Save indirection to status message timeout value.
aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java
[Java] Save indirection to status message timeout value.
Java
apache-2.0
76e1f1ca8c00ca3fa3ffddf2190e9a285bc9d985
0
billho/symphony,billho/symphony,billho/symphony
/* * Symphony - A modern community (forum/SNS/blog) platform written in Java. * Copyright (C) 2012-2017, b3log.org & hacpai.com * * 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 ve...
src/main/java/org/b3log/symphony/api/v2/UserAPI2.java
/* * Symphony - A modern community (forum/SNS/blog) platform written in Java. * Copyright (C) 2012-2017, b3log.org & hacpai.com * * 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 ve...
关注者列表 API
src/main/java/org/b3log/symphony/api/v2/UserAPI2.java
关注者列表 API
Java
apache-2.0
8f743b7088cef0bd92f00b40c1637e1c5e3ea998
0
achikin/testrail-jenkins-plugin,matthewcmorgan/testrail-jenkins-plugin,matthewcmorgan/testrail-jenkins-plugin,syl20bnr/testrail-jenkins-plugin,achikin/testrail-jenkins-plugin
package testrail.testrail; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.BuildListener; import hudson.tasks.*; import hudson.util.FormValidation; import net.sf.json.JSONObject; import org.kohsuke.stapler.DataBoundConstructor...
src/main/java/testrail/testrail/TestRailNotifier.java
package testrail.testrail; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.BuildListener; import hudson.tasks.*; import hudson.util.FormValidation; import net.sf.json.JSONObject; import org.kohsuke.stapler.DataBoundConstructor...
Work with slave nodes. The code was assuming that everything happened on the master. It was getting the workspace directory, but unfortunately it was the workspace directory on the slave. When the master tried to open files there, the local path was wrong. I think this fixes the problem but it looks ugly and is proba...
src/main/java/testrail/testrail/TestRailNotifier.java
Work with slave nodes.
Java
apache-2.0
6302df67b291c99d809571c1c927874b99b7360f
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.Libraries.layouts; import java.util.List; import java.util.Vector; import com.planet_ink.coffee_mud.core.Directions; import com.planet_ink.coffee_mud.core.Log; import com.planet_ink.coffee_mud.Libraries.interfaces.AreaGenerationLibrary.LayoutNode; import com.planet_ink.coffee_m...
com/planet_ink/coffee_mud/Libraries/layouts/GridCityLayout.java
package com.planet_ink.coffee_mud.Libraries.layouts; import java.util.List; import java.util.Vector; import com.planet_ink.coffee_mud.core.Directions; import com.planet_ink.coffee_mud.core.Log; import com.planet_ink.coffee_mud.Libraries.interfaces.AreaGenerationLibrary.LayoutNode; import com.planet_ink.coffee_m...
one more layout fix for oceanfloor. git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@17063 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Libraries/layouts/GridCityLayout.java
one more layout fix for oceanfloor.
Java
bsd-2-clause
11f5536ecff3417dd30ef9b60077a1c46ba7d9d6
0
dzidzitop/jaj_taglib
/* Copyright (c) 2011-2013, Dźmitry Laŭčuk All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of condi...
src/java/afc/jsp/tag/BuilderTagBase.java
/* Copyright (c) 2011-2013, Dźmitry Laŭčuk All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of condi...
minor changes
src/java/afc/jsp/tag/BuilderTagBase.java
minor changes
Java
bsd-2-clause
11b1c3e2b8dea96c1ba3c022a334a5345a5cc980
0
Brokkonaut/CubeQuest
package de.iani.cubequest.generation; import de.iani.cubequest.CubeQuest; import de.iani.cubequest.EventListener.GlobalChatMsgType; import de.iani.cubequest.QuestGiver; import de.iani.cubequest.QuestManager; import de.iani.cubequest.Reward; import de.iani.cubequest.exceptions.QuestDeletionFailedException; import de.ia...
src/main/java/de/iani/cubequest/generation/QuestGenerator.java
package de.iani.cubequest.generation; import de.iani.cubequest.CubeQuest; import de.iani.cubequest.EventListener.GlobalChatMsgType; import de.iani.cubequest.QuestGiver; import de.iani.cubequest.QuestManager; import de.iani.cubequest.Reward; import de.iani.cubequest.exceptions.QuestDeletionFailedException; import de.ia...
Adjust javadoc for generateReward.
src/main/java/de/iani/cubequest/generation/QuestGenerator.java
Adjust javadoc for generateReward.
Java
bsd-3-clause
3afde6a1b223592f3928f1e9fde13c5661a11d8b
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
package gov.nih.nci.calab.service.workflow; import gov.nih.nci.calab.db.DataAccessProxy; import gov.nih.nci.calab.db.IDataAccess; import gov.nih.nci.calab.domain.Aliquot; import gov.nih.nci.calab.domain.Assay; import gov.nih.nci.calab.domain.Run; import gov.nih.nci.calab.domain.RunSampleContainer; import gov.nih.nci.c...
src/gov/nih/nci/calab/service/workflow/ExecuteWorkflowService.java
package gov.nih.nci.calab.service.workflow; import gov.nih.nci.calab.db.DataAccessProxy; import gov.nih.nci.calab.db.IDataAccess; import gov.nih.nci.calab.domain.Aliquot; import gov.nih.nci.calab.domain.Run; import gov.nih.nci.calab.domain.RunSampleContainer; import gov.nih.nci.calab.domain.StorageElement; import gov....
Added getAssayByType(String), updated saveRunAlqiuot() and saveRun() SVN-Revision: 7347
src/gov/nih/nci/calab/service/workflow/ExecuteWorkflowService.java
Added getAssayByType(String), updated saveRunAlqiuot() and saveRun()
Java
isc
dbfa60f4a855b2cb33e52735f02ce14c7da6befa
0
TealCube/loot
package info.faceland.loot; import info.faceland.api.FacePlugin; import info.faceland.facecore.shade.command.CommandHandler; import info.faceland.facecore.shade.nun.ivory.config.VersionedIvoryConfiguration; import info.faceland.facecore.shade.nun.ivory.config.VersionedIvoryYamlConfiguration; import info.faceland.facec...
src/main/java/info/faceland/loot/LootPlugin.java
package info.faceland.loot; import info.faceland.api.FacePlugin; import info.faceland.facecore.shade.command.CommandHandler; import info.faceland.facecore.shade.nun.ivory.config.VersionedIvoryConfiguration; import info.faceland.facecore.shade.nun.ivory.config.VersionedIvoryYamlConfiguration; import info.faceland.facec...
loading item-group field from socketGems.yml
src/main/java/info/faceland/loot/LootPlugin.java
loading item-group field from socketGems.yml
Java
mit
74be167a2edac2f2f18d5bdc15f9983b3ad99da8
0
cs2103aug2014-w13-2j/main,cs2103aug2014-w13-2j/main
package edu.dynamic.dynamiz.UI.unitTest; import static org.junit.Assert.*; import java.util.ArrayList; import org.junit.Test; import edu.dynamic.dynamiz.UI.Displayer; import edu.dynamic.dynamiz.structure.*; public class testDisplayer { Displayer dp = new Displayer(); public void setUp(){ } @Test public ...
src/edu/dynamic/dynamiz/UI/unitTest/testDisplayer.java
package edu.dynamic.dynamiz.UI.unitTest; import static org.junit.Assert.*; import java.util.ArrayList; import org.junit.Test; import edu.dynamic.dynamiz.UI.Displayer; import edu.dynamic.dynamiz.structure.*; public class testDisplayer { Displayer dp = new Displayer(); public void setUp(){ } @Test public ...
displayer test added
src/edu/dynamic/dynamiz/UI/unitTest/testDisplayer.java
displayer test added
Java
mit
d31678f2ae8a9f7b52332f68890321964e59016e
0
DemigodsRPG/Demigods3
package com.censoredsoftware.Modules; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.util.Map; import java.util.Set; import java.util.logging.Logger; import javax.xml.parsers.DocumentBuilderFactory; import o...
Demigods/src/com/censoredsoftware/Modules/LatestTweetModule.java
package com.censoredsoftware.Modules; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.util.Map; import java.util.Set; import java.util.logging.Logger; import javax.xml.parsers.DocumentBuilderFactory; import o...
Try this.
Demigods/src/com/censoredsoftware/Modules/LatestTweetModule.java
Try this.
Java
mit
9241b02d41dd45745bcae6e0e902c0425ee1600d
0
phirschbeck/settlers-remake,jsettlers/settlers-remake,jsettlers/settlers-remake,andreas-eberle/settlers-remake,andreasb242/settlers-remake,phirschbeck/settlers-remake,jsettlers/settlers-remake,andreas-eberle/settlers-remake,JKatzwinkel/settlers-remake,andreas-eberle/settlers-remake,andreasb242/settlers-remake,Peter-Max...
package go.graphics; public class Color { private final float blue; private final float red; private final float green; private final float alpha; public Color(int rgbhex) { this(((rgbhex >> 16) & 0xff) / 255f, ((rgbhex >> 8) & 0xff) / 255f, ((rgbhex >> 0) & 0xff) / 255f, 1f); } public Color(float...
src/go/graphics/Color.java
package go.graphics; public class Color { private final float blue; private final float red; private final float green; private final float alpha; public Color(int rgbhex) { this(((rgbhex >> 16) & 0xff) / 255f, ((rgbhex >> 8) & 0xff) / 255f, ((rgbhex >> 0) & 0xff) / 255f, 1f); } public Color(float...
made Color.multiply not allocate a new Object if the color was unchanged or the new color is black.
src/go/graphics/Color.java
made Color.multiply not allocate a new Object if the color was unchanged or the new color is black.
Java
mit
19ec37340bf4ea765198b5d0f0d44567344d8822
0
mhogrefe/qbar
package mho.qbar.objects; import mho.wheels.iterables.IterableUtils; import mho.wheels.misc.Readers; import org.jetbrains.annotations.NotNull; import org.junit.Test; import java.math.BigDecimal; import java.math.BigInteger; import java.util.List; import java.util.Optional; import static mho.qbar.objects.Interval.*; ...
src/test/java/mho/qbar/objects/IntervalTest.java
package mho.qbar.objects; import mho.wheels.iterables.IterableUtils; import mho.wheels.misc.Readers; import org.jetbrains.annotations.NotNull; import org.junit.Test; import java.math.BigDecimal; import java.math.BigInteger; import java.util.List; import java.util.Optional; import static mho.qbar.objects.Interval.*; ...
fix exception type
src/test/java/mho/qbar/objects/IntervalTest.java
fix exception type
Java
mit
46bf1aad4292666c492849b75f06a1dfb660f0ec
0
mickleness/pumpernickel,mickleness/pumpernickel,mickleness/pumpernickel
package com.pump.geom; import java.awt.Rectangle; import java.awt.Shape; import java.awt.geom.AffineTransform; import java.awt.geom.Path2D; import java.awt.geom.PathIterator; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.io.IOException; import java.io.Serializable; import java.util.Object...
src/main/java/com/pump/geom/ImmutableShape.java
package com.pump.geom; import java.awt.Rectangle; import java.awt.Shape; import java.awt.geom.AffineTransform; import java.awt.geom.Path2D; import java.awt.geom.PathIterator; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.io.IOException; import java.io.Serializable; import java.util.Object...
Adding trivial javadoc comment
src/main/java/com/pump/geom/ImmutableShape.java
Adding trivial javadoc comment
Java
mit
59b6efdc61004ded0d492d42dc6e1c0410676f5f
0
tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. // Last modified on Thu 10 April 2008 at 14:31:23 PST by lamport // modified on Wed Dec 5 22:37:20 PST 2001 by yuanyu package tlc2; import java.io.BufferedWriter; import ...
tlatools/org.lamport.tlatools/src/tlc2/TLC.java
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. // Last modified on Thu 10 April 2008 at 14:31:23 PST by lamport // modified on Wed Dec 5 22:37:20 PST 2001 by yuanyu package tlc2; import java.io.BufferedWriter; import ...
Print error at startup when user combined the debugger with multiple workers. [Feature][TLC][Debugger]
tlatools/org.lamport.tlatools/src/tlc2/TLC.java
Print error at startup when user combined the debugger with multiple workers.
Java
mit
5ee51d2b3901fcd05aff20f208c31232832989dd
0
napstr/FredBoat,OrangeFlare/FredBoat-CreamyMemers,Disputes/FredBoat,Frederikam/FredBoat,Frederikam/FredBoat,Frederikam/FredBoat,OrangeFlare/FredBoat-CreamyMemers,Frederikam/FredBoat,napstr/FredBoat,Disputes/FredBoat
/* * MIT License * * Copyright (c) 2017 Frederik Ar. Mikkelsen * * 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,...
FredBoat/src/main/java/fredboat/feature/I18n.java
/* * MIT License * * Copyright (c) 2017 Frederik Ar. Mikkelsen * * 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,...
Added български език, 文言, Čeština, עברית, 한국어, Español, Tiếng Việt, and Pirate English
FredBoat/src/main/java/fredboat/feature/I18n.java
Added български език, 文言, Čeština, עברית, 한국어, Español, Tiếng Việt, and Pirate English
Java
mit
0e2d22e7c118fcbe9e95e3e247d49fedd06f5745
0
groupon/DotCi,suryagaddipati/DotCi,TheJumpCloud/DotCi,groupon/DotCi,TheJumpCloud/DotCi,dimacus/DotCi,michaelstandley/DotCi,bschmeck/DotCi,jkrems/DotCi,jkrems/DotCi,bschmeck/DotCi,suryagaddipati/DotCi,erikdw/DotCi,michaelstandley/DotCi,michaelstandley/DotCi,groupon/DotCi,erikdw/DotCi,DotCi/DotCi,erikdw/DotCi,TheJumpClou...
/* The MIT License (MIT) Copyright (c) 2014, Groupon, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
src/main/java/com/groupon/jenkins/dynamic/build/DynamicBuild.java
/* The MIT License (MIT) Copyright (c) 2014, Groupon, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
Revert "Not supporting older versions of jenkins anymore" This reverts commit 2c5bc69040750e364c7da81eab5f4b02c6f98c02.
src/main/java/com/groupon/jenkins/dynamic/build/DynamicBuild.java
Revert "Not supporting older versions of jenkins anymore"
Java
mit
3e0e1816d5d61802fe3b3e7b7d906bb61676cf86
0
aterai/java-swing-tips,aterai/java-swing-tips,mhcrnl/java-swing-tips,aterai/java-swing-tips,mhcrnl/java-swing-tips,aoguren/java-swing-tips,mhcrnl/java-swing-tips,aoguren/java-swing-tips,aterai/java-swing-tips,aoguren/java-swing-tips
package example; //-*- mode:java; encoding:utf8n; coding:utf-8 -*- // vim:set fileencoding=utf-8: //@homepage@ import java.awt.*; import java.awt.event.*; import java.util.ArrayList; import javax.swing.*; import javax.swing.border.*; import javax.swing.plaf.synth.*; public class MainPanel extends JPanel { private ...
PaddingComboBox/src/java/example/MainPanel.java
package example; //-*- mode:java; encoding:utf8n; coding:utf-8 -*- // vim:set fileencoding=utf-8: //@homepage@ import java.awt.*; import java.awt.event.*; import java.util.ArrayList; import javax.swing.*; import javax.swing.border.*; import javax.swing.plaf.synth.*; public class MainPanel extends JPanel { private ...
comment
PaddingComboBox/src/java/example/MainPanel.java
comment
Java
mpl-2.0
c4bba02c336df9092c1fe71c6c704ef758ffe558
0
fredoboulo/jeromq,zeromq/jeromq,trevorbernard/jeromq,trevorbernard/jeromq,fredoboulo/jeromq,zeromq/jeromq
package zmq; import java.io.IOException; import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.nio.channels.SelectableChannel; import java.nio.channels.Selector; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collection; import j...
src/main/java/zmq/Ctx.java
package zmq; import java.io.IOException; import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.nio.channels.SelectableChannel; import java.nio.channels.Selector; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collection; import j...
Many problems in the way channel were forwarded in event. Was not handling concurrency, using the hashId is not a good idea.
src/main/java/zmq/Ctx.java
Many problems in the way channel were forwarded in event. Was not handling concurrency, using the hashId is not a good idea.
Java
lgpl-2.1
04f0796e897937bb3bb3a1127aaecf45cb3aceed
0
vigna/Sux4J,vigna/Sux4J,vigna/Sux4J,vigna/Sux4J
/* * Sux4J: Succinct data structures for Java * * Copyright (C) 2008-2020 Sebastiano Vigna * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, or ...
src/it/unimi/dsi/sux4j/bits/SimpleSelectZero.java
/* * Sux4J: Succinct data structures for Java * * Copyright (C) 2008-2020 Sebastiano Vigna * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, or ...
Regenerated SimpleSelectZero
src/it/unimi/dsi/sux4j/bits/SimpleSelectZero.java
Regenerated SimpleSelectZero
Java
unlicense
7125aed07685ddc1af8ddeec6742ec6015626d62
0
bodydomelight/tij-problems
package test.chessboardcoverage; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class CoverageFinder { private List<String> paths = new ArrayList<>(); private PieceStrategy piece; private boolean[][] chessboard; private StringBuilder path = new StringB...
src/test/chessboardcoverage/CoverageFinder.java
package test.chessboardcoverage; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class CoverageFinder { private List<String> paths = new ArrayList<>(); private PieceStrategy piece; private boolean[][] chessboard; private StringBuilder path = new StringB...
knight's tour test
src/test/chessboardcoverage/CoverageFinder.java
knight's tour test
Java
apache-2.0
2e4508e11e0b6d8a4634dff159a8ce3e50c133ca
0
stickyd/libgdx,xpenatan/libgdx-LWJGL3,anserran/libgdx,designcrumble/libgdx,Senth/libgdx,toloudis/libgdx,MetSystem/libgdx,libgdx/libgdx,PedroRomanoBarbosa/libgdx,nave966/libgdx,del-sol/libgdx,gouessej/libgdx,del-sol/libgdx,JFixby/libgdx,realitix/libgdx,JDReutt/libgdx,JDReutt/libgdx,flaiker/libgdx,1yvT0s/libgdx,snovak/li...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
gdx/src/com/badlogic/gdx/graphics/g3d/loader/G3dModelLoader.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
Update G3dModelLoader.java Fixed wrong variable being nullchecked.
gdx/src/com/badlogic/gdx/graphics/g3d/loader/G3dModelLoader.java
Update G3dModelLoader.java
Java
apache-2.0
6ea14051264685f6c3594367fdfbe9a87f50d260
0
292388900/cglib,mohanaraosv/cglib,lncosie/cglib,xgbj/cglib,mcmakev/cglib,lukesandberg/cglib,HubSpot/cglib,TopicusZorg/cglib,baishuo/cglib,mcculls/cglib,cglib/cglib,liuyb02/cglib,ligzy/cglib,evertrue/cglib,chuz/cglib,yseasony/cglib,wangf111/cglib
/* * The Apache Software License, Version 1.1 * * Copyright (c) 2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source c...
src/proxy/net/sf/cglib/util/StringSwitcher.java
/* * The Apache Software License, Version 1.1 * * Copyright (c) 2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source c...
Add docs
src/proxy/net/sf/cglib/util/StringSwitcher.java
Add docs
Java
apache-2.0
76a107239b6f2ec917cbe6828412f084b98590c6
0
pongo710/sopa
package de.sopa.manager; import android.graphics.Color; import android.media.MediaPlayer; import de.sopa.GameActivity; import de.sopa.R; import de.sopa.helper.LevelService; import java.util.Map; import org.andengine.engine.Engine; import org.andengine.engine.camera.Camera; import org.andengine.opengl.font.IFont; impor...
app/src/main/java/de/sopa/manager/ResourcesManager.java
package de.sopa.manager; import android.graphics.Color; import android.media.MediaPlayer; import de.sopa.GameActivity; import de.sopa.R; import de.sopa.helper.LevelService; import java.util.Map; import org.andengine.engine.Engine; import org.andengine.engine.camera.Camera; import org.andengine.opengl.font.IFont; impor...
remove unused font loading
app/src/main/java/de/sopa/manager/ResourcesManager.java
remove unused font loading
Java
apache-2.0
489d9ff447a95cfd8bf3d06acf909210439592bc
0
dimagi/commcare-core,dimagi/commcare,dimagi/javarosa,dimagi/javarosa,dimagi/commcare-core,dimagi/commcare,dimagi/javarosa,dimagi/commcare-core,dimagi/commcare
/** * */ package org.commcare.xml; import java.io.IOException; import java.io.InputStream; import org.commcare.resources.model.Resource; import org.commcare.resources.model.ResourceTable; import org.commcare.resources.model.installers.LoginImageInstaller; import org.commcare.resources.model.installers.S...
backend/src/org/commcare/xml/ProfileParser.java
/** * */ package org.commcare.xml; import java.io.IOException; import java.io.InputStream; import org.commcare.resources.model.Resource; import org.commcare.resources.model.ResourceTable; import org.commcare.resources.model.installers.LoginImageInstaller; import org.commcare.resources.model.installers.S...
ProfileParser ready to get uniqueId from profile.xml once implemented in HQ
backend/src/org/commcare/xml/ProfileParser.java
ProfileParser ready to get uniqueId from profile.xml once implemented in HQ
Java
apache-2.0
63999e5b8a4310c5fb3309b82b31774e27f0309e
0
Z-starts/hutool,WilliamRen/hutool,WilliamRen/hutool,Z-starts/hutool
package com.xiaoleilu.hutool.db; import java.math.BigDecimal; import java.math.BigInteger; import java.sql.Date; import java.sql.Time; import java.sql.Timestamp; import java.util.HashMap; import java.util.HashSet; import java.util.Map.Entry; import com.xiaoleilu.hutool.Conver; import com.xiaoleilu.hutool.InjectUtil; ...
src/main/java/com/xiaoleilu/hutool/db/Entity.java
package com.xiaoleilu.hutool.db; import java.math.BigDecimal; import java.math.BigInteger; import java.sql.Date; import java.sql.Time; import java.sql.Timestamp; import java.util.HashMap; import java.util.HashSet; import java.util.Map.Entry; import com.xiaoleilu.hutool.Conver; import com.xiaoleilu.hutool.InjectUtil; ...
fix Entity
src/main/java/com/xiaoleilu/hutool/db/Entity.java
fix Entity
Java
apache-2.0
7ff104598535a7063d7b54388cd7a0c81777af93
0
bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,bo...
package com.planet_ink.coffee_mud.Items; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; import com.planet_ink.coffee_mud.utils.*; import java.util.*; import java.io.*; public class StdJournal extends StdItem { public StdJournal() { super(); myID=this.getClas...
com/planet_ink/coffee_mud/Items/StdJournal.java
package com.planet_ink.coffee_mud.Items; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; import com.planet_ink.coffee_mud.utils.*; import java.util.*; import java.io.*; public class StdJournal extends StdItem { public StdJournal() { super(); myID=this.getClas...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@255 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Items/StdJournal.java
Java
apache-2.0
737322db657b16360bd4386fa3b1fb5a5685da2a
0
rvansa/JGroups,ligzy/JGroups,ibrahimshbat/JGroups,Sanne/JGroups,ibrahimshbat/JGroups,kedzie/JGroups,rpelisse/JGroups,pruivo/JGroups,ligzy/JGroups,dimbleby/JGroups,slaskawi/JGroups,rhusar/JGroups,danberindei/JGroups,tristantarrant/JGroups,kedzie/JGroups,dimbleby/JGroups,deepnarsay/JGroups,belaban/JGroups,pferraro/JGroup...
package org.jgroups.util; import org.jgroups.Message; /** * A store for messages to be retransmitted or delivered. Used on sender and receiver side, as a replacement for * HashMap. RetransmitTable should use less memory than HashMap, as HashMap.Entry has 4 fields, plus arrays for storage. * <p/> * RetransmitTable...
src/org/jgroups/util/RetransmitTable.java
package org.jgroups.util; import org.jgroups.Message; /** * A store for messages to be retransmitted or delivered. Used on sender and receiver side, as a replacement for * HashMap. RetransmitTable should use less memory than HashMap, as HashMap.Entry has 4 fields, plus arrays for storage. * <p/> * RetransmitTable...
fixed compact()
src/org/jgroups/util/RetransmitTable.java
fixed compact()
Java
apache-2.0
cfb410d831229f75df3373e2f392cc715b03d61b
0
pyamsoft/home-button
/* * Copyright 2013 - 2016 Peter Kenji Yamanaka * * 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/com/pyamsoft/homebutton/MainActivity.java
/* * Copyright 2013 - 2016 Peter Kenji Yamanaka * * 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...
Update changelog
src/main/java/com/pyamsoft/homebutton/MainActivity.java
Update changelog
Java
apache-2.0
bc37978f9aea2e876dbdd1b857173631bb9166a1
0
ilkkatoje/robotframework-jmslibrary,ilkkatoje/robotframework-jmslibrary
import java.io.IOException; import java.util.Map; import java.util.Properties; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import fi.toje.himmeli.jmslibrary.Provide...
src/main/java/JMSLibrary.java
import java.io.IOException; import java.util.Map; import java.util.Properties; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import fi.toje.himmeli.jmslibrary.Provide...
variable rename
src/main/java/JMSLibrary.java
variable rename
Java
apache-2.0
0053337184c7021522640dd4907678053f65a248
0
jeo/jeo,jeo/jeo,jeo/jeo
/* Copyright 2013 The jeo project. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
src/main/java/io/jeo/mongo/MongoDB.java
/* Copyright 2013 The jeo project. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
Declaring UPDATE and APPEND capability.
src/main/java/io/jeo/mongo/MongoDB.java
Declaring UPDATE and APPEND capability.
Java
apache-2.0
1949583f39ce5d0b4210867f02c651cd88523873
0
BURAI-team/burai
/* * Copyright (C) 2016 Satomichi Nishihara * * This file is distributed under the terms of the * GNU General Public License. See the file `LICENSE' * in the root directory of the present distribution, * or http://www.gnu.org/copyleft/gpl.txt . */ package burai.com.periodic; import java.util.Map; ...
src/burai/com/periodic/PeriodicTable.java
/* * Copyright (C) 2016 Satomichi Nishihara * * This file is distributed under the terms of the * GNU General Public License. See the file `LICENSE' * in the root directory of the present distribution, * or http://www.gnu.org/copyleft/gpl.txt . */ package burai.com.periodic; import javafx.geometry.P...
update PeriodicTable
src/burai/com/periodic/PeriodicTable.java
update PeriodicTable
Java
apache-2.0
ba458bd9b4161bfd1940eb85d191ef1c1eb1c227
0
tombujok/hazelcast,emrahkocaman/hazelcast,emre-aydin/hazelcast,mesutcelik/hazelcast,dsukhoroslov/hazelcast,emrahkocaman/hazelcast,Donnerbart/hazelcast,emre-aydin/hazelcast,mesutcelik/hazelcast,tkountis/hazelcast,juanavelez/hazelcast,lmjacksoniii/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,dsukhoroslov/hazelcast...
/* * 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 * distributed u...
hazelcast/src/test/java/com/hazelcast/mapreduce/MapReduceTest.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 * distributed u...
Enabled the mapReduceTest again, jenkins problems fixed
hazelcast/src/test/java/com/hazelcast/mapreduce/MapReduceTest.java
Enabled the mapReduceTest again, jenkins problems fixed
Java
apache-2.0
acd2aeabc04ae2bc2a02ead201ddfb43ae534fa9
0
roboconf/roboconf-platform,gibello/roboconf,roboconf/roboconf-platform,diarraa/roboconf-platform,gibello/roboconf,vincent-zurczak/roboconf-platform,diarraa/roboconf-platform,vincent-zurczak/roboconf-platform,vincent-zurczak/roboconf-platform,diarraa/roboconf-platform,roboconf/roboconf-platform,gibello/roboconf
/** * Copyright 2013-2015 Linagora, Université Joseph Fourier, Floralis * * The present code is developed in the scope of the joint LINAGORA - * Université Joseph Fourier - Floralis research program and is designated * as a "Result" pursuant to the terms and conditions of the LINAGORA * - Université Joseph Fourie...
core/roboconf-core/src/main/java/net/roboconf/core/model/beans/Instance.java
/** * Copyright 2013-2015 Linagora, Université Joseph Fourier, Floralis * * The present code is developed in the scope of the joint LINAGORA - * Université Joseph Fourier - Floralis research program and is designated * as a "Result" pursuant to the terms and conditions of the LINAGORA * - Université Joseph Fourie...
#193 ConcurrentModificationException in integration tests
core/roboconf-core/src/main/java/net/roboconf/core/model/beans/Instance.java
#193 ConcurrentModificationException in integration tests
Java
apache-2.0
b824350a36d97ee95ff24082acc3377994a21da0
0
eFaps/eFapsApp-Sales
/* * Copyright 2003 - 2017 The eFaps Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
src/main/efaps/ESJP/org/efaps/esjp/sales/document/PettyCashBalance_Base.java
/* * Copyright 2003 - 2017 The eFaps Team * * 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 ...
- setting transaction date
src/main/efaps/ESJP/org/efaps/esjp/sales/document/PettyCashBalance_Base.java
- setting transaction date
Java
bsd-2-clause
4531c4275a33760852b82afa94a6fc8de13004b6
0
eregon/mozart-graal,mistasse/mozart-graal,eregon/mozart-graal,eregon/mozart-graal,mistasse/mozart-graal,mistasse/mozart-graal,eregon/mozart-graal,mistasse/mozart-graal,eregon/mozart-graal,eregon/mozart-graal,mistasse/mozart-graal
package org.mozartoz.truffle.translator; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import org.mozartoz.bootcompiler.Main; import org.mozartoz.bootc...
vm/src/org/mozartoz/truffle/translator/Translator.java
package org.mozartoz.truffle.translator; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import org.mozartoz.bootcompiler.Main; import org.mozartoz.bootc...
a few more builtin modules
vm/src/org/mozartoz/truffle/translator/Translator.java
a few more builtin modules
Java
bsd-3-clause
cf6855cda8638ce11a40bb3aec862ebbd37e4adf
0
motech-implementations/mim,motech-implementations/mim,motech-implementations/mim,motech-implementations/mim
package org.motechproject.nms.imi.service.impl; import org.apache.commons.httpclient.HttpStatus; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.StringEntity; import com.fasterxml.jackson.databind.ObjectMapper; import org.joda.time.DateTime; import org.joda.time.Days; import org.joda.tim...
imi/src/main/java/org/motechproject/nms/imi/service/impl/TargetFileServiceImpl.java
package org.motechproject.nms.imi.service.impl; import org.apache.commons.httpclient.HttpStatus; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.StringEntity; import com.fasterxml.jackson.databind.ObjectMapper; import org.joda.time.DateTime; import org.joda.time.Days; import org.joda.tim...
setting high priority for Jhu obd records
imi/src/main/java/org/motechproject/nms/imi/service/impl/TargetFileServiceImpl.java
setting high priority for Jhu obd records
Java
mit
68727a3c96e41c6b2d36419c10b441c7ae4756a9
0
jongerrish/robolectric,jongerrish/robolectric,spotify/robolectric,spotify/robolectric,jongerrish/robolectric,jongerrish/robolectric,spotify/robolectric
package org.robolectric.shadows; import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiEnterpriseConfig; import android.os.Build; import java.util.BitSet; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.RealObject; @Imp...
shadows/framework/src/main/java/org/robolectric/shadows/ShadowWifiConfiguration.java
package org.robolectric.shadows; import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiEnterpriseConfig; import android.os.Build; import java.util.BitSet; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.annotation.RealObject; @Imp...
Remove customized WifiConfiguration constructor in the ShadowWifiConfiguration The customized constructor is actually a subset of the original constructor. It is failing tests because the customized constructor doesn't set all fields, such as mIPConfiguration. PiperOrigin-RevId: 195809456
shadows/framework/src/main/java/org/robolectric/shadows/ShadowWifiConfiguration.java
Remove customized WifiConfiguration constructor in the ShadowWifiConfiguration
Java
mit
473e46ae178c574f2e8bed36c548d1291a256c73
0
greatman/legendarybot
/* * MIT License * * Copyright (c) Copyright (c) 2017-2017, Greatmancode * * 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 ...
ilvlcommand/src/main/java/com/greatmancode/legendarybot/commands/ilvl/IlvlCommand.java
/* * MIT License * * Copyright (c) Copyright (c) 2017-2017, Greatmancode * * 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 ...
Change URL for the avatar. Was using the old one.
ilvlcommand/src/main/java/com/greatmancode/legendarybot/commands/ilvl/IlvlCommand.java
Change URL for the avatar. Was using the old one.
Java
mit
1ff887b161f31b41927592d925dea5910c39b507
0
codylieu/oogasalad_OOGALoompas,dennis-park/OOGALoompas,jordanly/oogasalad_OOGALoompas,sdh31/tower_defense,dianwen/oogasalad_TowerDefense,garysheng/tower-defense-game-engine,kevinkdo/oogasalad_OOGALoompas
package main.java.author.view.tabs.terrain; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.io.File; import java.io.FileOutputStream; import java.io.ObjectOutputStream; impo...
src/main/java/author/view/tabs/terrain/TerrainEditorTab.java
package main.java.author.view.tabs.terrain; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.io.File; import java.io.FileOutputStream; import java.io.ObjectOutputStream; impo...
minor updates
src/main/java/author/view/tabs/terrain/TerrainEditorTab.java
minor updates
Java
mit
7ce016545a334ddfbd0a10874f49e4fb96c22d40
0
dmazinanian/css-analyser
package ca.concordia.cssanalyser.cssmodel.declaration.value; import ca.concordia.cssanalyser.csshelper.ColorHelper; import ca.concordia.cssanalyser.csshelper.NamedColorsHelper; import ca.concordia.cssanalyser.cssmodel.declaration.Declaration; /** * This class is used to add equivalent values to a value. * The {@lin...
src/main/java/ca/concordia/cssanalyser/cssmodel/declaration/value/DeclarationValueFactory.java
package ca.concordia.cssanalyser.cssmodel.declaration.value; import ca.concordia.cssanalyser.csshelper.ColorHelper; import ca.concordia.cssanalyser.csshelper.NamedColorsHelper; import ca.concordia.cssanalyser.cssmodel.declaration.Declaration; /** * This class is used to add equivalent values to a value. * The {@lin...
Fixed the problem with equivalent percent values
src/main/java/ca/concordia/cssanalyser/cssmodel/declaration/value/DeclarationValueFactory.java
Fixed the problem with equivalent percent values
Java
epl-1.0
e689e2246a2d2d2cab43219ebf4c78483f2c01fc
0
wuellueb/openhab,Snickermicker/openhab,gregfinley/openhab,mvolaart/openhab,querdenker2k/openhab,dominicdesu/openhab,JensErat/openhab,clinique/openhab,saydulk/openhab,mrguessed/openhab,savageautomate/openhab,bakrus/openhab,svenschaefer74/openhab,richbeales/openhab,tinnerm/openhab,gregfinley/openhab,tomtrath/openhab,sayd...
/** * openHAB, the open Home Automation Bus. * Copyright (C) 2010-2012, openHAB.org <admin@openhab.org> * * See the contributors.txt file in the distribution for a * full listing of individual contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
bundles/library/org.openhab.library.tel/src/main/java/org/openhab/library/tel/types/CallType.java
/** * openHAB, the open Home Automation Bus. * Copyright (C) 2010-2012, openHAB.org <admin@openhab.org> * * See the contributors.txt file in the distribution for a * full listing of individual contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of ...
changed toString() added valueOf - a CallType can now be created with String separated by a '##'
bundles/library/org.openhab.library.tel/src/main/java/org/openhab/library/tel/types/CallType.java
changed toString() added valueOf - a CallType can now be created with String separated by a '##'
Java
epl-1.0
c86782d9682f49fdd97f7c7f3751ee2cef9c7801
0
ELTE-Soft/xUML-RT-Executor
package hu.eltesoft.modelexecution.filemanager; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Paths; /** * Manager class to write, update and delete Java files according to package * hierarchy under a specified root directory. */ public class FileManage...
hu.eltesoft.modelexecution.filemanager/src/hu/eltesoft/modelexecution/filemanager/FileManager.java
package hu.eltesoft.modelexecution.filemanager; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Paths; /** * Manager class to write, update and delete Java files according to package * hierarchy under a specified root directory. */ public class FileManage...
File manager: extract method; more details in a comment
hu.eltesoft.modelexecution.filemanager/src/hu/eltesoft/modelexecution/filemanager/FileManager.java
File manager: extract method; more details in a comment
Java
epl-1.0
8f9a8f34c33cab1e6c691c9f77997acfba6954e2
0
tectronics/mercurialeclipse,leinier/mercurialeclipse,boa0332/mercurialeclipse,naidu/mercurialeclipse
/******************************************************************************* * Copyright (c) 2006, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
plugin/src/com/vectrace/MercurialEclipse/synchronize/cs/HgChangeSetContentProvider.java
/******************************************************************************* * Copyright (c) 2006, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
Formatting and minor optimization
plugin/src/com/vectrace/MercurialEclipse/synchronize/cs/HgChangeSetContentProvider.java
Formatting and minor optimization
Java
agpl-3.0
4c6802e630930e0323a1fa08d5cb204c1ac8d6a8
0
vimsvarcode/elmis,OpenLMIS/open-lmis,joshzamor/open-lmis,jasolangi/jasolangi.github.io,kelvinmbwilo/vims,vimsvarcode/elmis,kelvinmbwilo/vims,jasolangi/jasolangi.github.io,USAID-DELIVER-PROJECT/elmis,OpenLMIS/open-lmis,USAID-DELIVER-PROJECT/elmis,USAID-DELIVER-PROJECT/elmis,vimsvarcode/elmis,joshzamor/open-lmis,kelvinmb...
/* * * * This program is part of the OpenLMIS logistics management information system platform software. * * Copyright © 2013 VillageReach * * * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software F...
test-modules/functional-tests/src/test/java/org/openlmis/functional/DistributionRefrigeratorSyncTest.java
/* * * * This program is part of the OpenLMIS logistics management information system platform software. * * Copyright © 2013 VillageReach * * * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software F...
Fixed FT Distribution tests - Added steps to navigate to refrigeratorpage
test-modules/functional-tests/src/test/java/org/openlmis/functional/DistributionRefrigeratorSyncTest.java
Fixed FT Distribution tests - Added steps to navigate to refrigeratorpage
Java
agpl-3.0
c2b64f8fa61fa1e463528f4af0ac83b2d58f94a2
0
o2oa/o2oa,o2oa/o2oa,o2oa/o2oa,o2oa/o2oa,o2oa/o2oa
package com.x.processplatform.core.entity.element; import java.util.ArrayList; import java.util.List; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.pe...
o2server/x_processplatform_core_entity/src/main/java/com/x/processplatform/core/entity/element/End.java
package com.x.processplatform.core.entity.element; import java.util.ArrayList; import java.util.List; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.pe...
modify end
o2server/x_processplatform_core_entity/src/main/java/com/x/processplatform/core/entity/element/End.java
modify end
Java
lgpl-2.1
0944bf991059a7c9260aba2f9bdfe72865e4d193
0
pferraro/wildfly,xasx/wildfly,iweiss/wildfly,golovnin/wildfly,iweiss/wildfly,wildfly/wildfly,99sono/wildfly,99sono/wildfly,99sono/wildfly,jstourac/wildfly,jstourac/wildfly,wildfly/wildfly,tomazzupan/wildfly,xasx/wildfly,iweiss/wildfly,tadamski/wildfly,tadamski/wildfly,wildfly/wildfly,golovnin/wildfly,rhusar/wildfly,xas...
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
controller/src/main/java/org/jboss/as/controller/operations/common/AbstractExtensionAddHandler.java
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
Reuse address
controller/src/main/java/org/jboss/as/controller/operations/common/AbstractExtensionAddHandler.java
Reuse address
Java
lgpl-2.1
88a418315aa7d26c870c674c6cbffc3da2301b85
0
99sono/wildfly,jstourac/wildfly,wildfly/wildfly,jstourac/wildfly,iweiss/wildfly,99sono/wildfly,rhusar/wildfly,iweiss/wildfly,wildfly/wildfly,tomazzupan/wildfly,tadamski/wildfly,rhusar/wildfly,tomazzupan/wildfly,wildfly/wildfly,jstourac/wildfly,tadamski/wildfly,99sono/wildfly,pferraro/wildfly,tomazzupan/wildfly,pferraro...
/** * JBoss, Home of Professional Open Source. * Copyright 2011, 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 * und...
clustering/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/TransformersTestCase.java
/** * JBoss, Home of Professional Open Source. * Copyright 2011, 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 * und...
[WFLY-2505] Update EAP transformer tests for JGroups.
clustering/jgroups/src/test/java/org/jboss/as/clustering/jgroups/subsystem/TransformersTestCase.java
[WFLY-2505] Update EAP transformer tests for JGroups.
Java
lgpl-2.1
203e7fac95010cbc0acd82f9fbf0d73d9d381b31
0
kenweezy/teiid,kenweezy/teiid,kenweezy/teiid
/* * JBoss, Home of Professional Open Source. * See the COPYRIGHT.txt file distributed with this work for information * regarding copyright ownership. Some portions may be licensed * to Red Hat, Inc. under one or more contributor license agreements. * * This library is free software; you can redistribute it and...
connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/teradata/TeradataExecutionFactory.java
/* * JBoss, Home of Professional Open Source. * See the COPYRIGHT.txt file distributed with this work for information * regarding copyright ownership. Some portions may be licensed * to Red Hat, Inc. under one or more contributor license agreements. * * This library is free software; you can redistribute it and...
TEIID-3196 removing teradata join restriction
connectors/translator-jdbc/src/main/java/org/teiid/translator/jdbc/teradata/TeradataExecutionFactory.java
TEIID-3196 removing teradata join restriction
Java
apache-2.0
cdaaea784305f5d46293e733cd4930476c36cd08
0
rouazana/james,rouazana/james,chibenwa/james,chibenwa/james,rouazana/james,aduprat/james,aduprat/james,rouazana/james,chibenwa/james,aduprat/james,aduprat/james,chibenwa/james
/**************************************************************** * 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...
imapserver/src/main/java/org/apache/james/imapserver/netty/ImapIdleStateHandler.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...
Replace tabs with spaces git-svn-id: de9d04cf23151003780adc3e4ddb7078e3680318@1088028 13f79535-47bb-0310-9956-ffa450edef68
imapserver/src/main/java/org/apache/james/imapserver/netty/ImapIdleStateHandler.java
Replace tabs with spaces
Java
apache-2.0
7922b427a9942ed40845ae4ef899781286444672
0
Erudika/para,Erudika/para
/* * Copyright 2013-2020 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
para-server/src/main/java/com/erudika/para/security/filters/MicrosoftAuthFilter.java
/* * Copyright 2013-2020 Erudika. https://erudika.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
added some more log messages in MicrosoftAuthFilter
para-server/src/main/java/com/erudika/para/security/filters/MicrosoftAuthFilter.java
added some more log messages in MicrosoftAuthFilter
Java
apache-2.0
f37981efe13bcfdf350599fe9698da44900943ef
0
dsanchor/bushy-evergreen,dsanchor/bushy-evergreen
package com.redhat.virtualsummit.hackathon.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.logging.Logger; import javax.ejb.LocalBean; import javax.ejb.Stateless; import javax.inject.Inject; import com.redhat.vir...
reindeer-manager/src/main/java/com/redhat/virtualsummit/hackathon/service/BushyEvergreenService.java
package com.redhat.virtualsummit.hackathon.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.logging.Logger; import javax.ejb.LocalBean; import javax.ejb.Stateless; import javax.inject.Inject; import com.redhat.vir...
Fixed possible null pointer
reindeer-manager/src/main/java/com/redhat/virtualsummit/hackathon/service/BushyEvergreenService.java
Fixed possible null pointer
Java
apache-2.0
94b1a334ec6b7a880464c28fe4240d4cea99d822
0
RBMHTechnology/vind,RBMHTechnology/vind
package com.rbmhtechnology.vind.elasticsearch.backend.util; import com.rbmhtechnology.vind.elasticsearch.backend.ElasticSearchServer; import com.rbmhtechnology.vind.model.ComplexFieldDescriptor; import com.rbmhtechnology.vind.model.FieldDescriptor; import com.rbmhtechnology.vind.model.value.LatLng; import org.apache.c...
backend/elasticsearch/src/main/java/com/rbmhtechnology/vind/elasticsearch/backend/util/FieldUtil.java
package com.rbmhtechnology.vind.elasticsearch.backend.util; import com.rbmhtechnology.vind.elasticsearch.backend.ElasticSearchServer; import com.rbmhtechnology.vind.model.ComplexFieldDescriptor; import com.rbmhtechnology.vind.model.FieldDescriptor; import com.rbmhtechnology.vind.model.value.LatLng; import org.apache.c...
#142: Fixed issue on filter scoped field name generation
backend/elasticsearch/src/main/java/com/rbmhtechnology/vind/elasticsearch/backend/util/FieldUtil.java
#142: Fixed issue on filter scoped field name generation
Java
apache-2.0
023e4a28073910ef8355630f4859b34f005a709c
0
nakul02/systemml,asurve/incubator-systemml,asurve/arvind-sysml2,gweidner/systemml,asurve/systemml,asurve/systemml,apache/incubator-systemml,deroneriksson/systemml,dhutchis/systemml,akchinSTC/systemml,nakul02/incubator-systemml,asurve/arvind-sysml2,deroneriksson/incubator-systemml,akchinSTC/systemml,gweidner/systemml,as...
/**  * IBM Confidential  * OCO Source Materials  * (C) Copyright IBM Corp. 2010, 2015  * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.  */ package com.ibm.bi.dml.runtime.matrix.data; import java.ut...
SystemML/SystemML/src/main/java/com/ibm/bi/dml/runtime/matrix/data/LibMatrixMult.java
/**  * IBM Confidential  * OCO Source Materials  * (C) Copyright IBM Corp. 2010, 2015  * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.  */ package com.ibm.bi.dml.runtime.matrix.data; import java.ut...
94449: Scale-up CP Runtime - New multi-threaded core block matrix multiply (prototype still disabled), incl refactoring libmatrixmult
SystemML/SystemML/src/main/java/com/ibm/bi/dml/runtime/matrix/data/LibMatrixMult.java
94449: Scale-up CP Runtime - New multi-threaded core block matrix multiply (prototype still disabled), incl refactoring libmatrixmult
Java
apache-2.0
a55cad4c46bc8a1ba141c7374c0ce65dcc6e800f
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.documentation; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.codeInsight.hint.HintManagerImpl; import com.intellij.code...
platform/lang-impl/src/com/intellij/codeInsight/documentation/DocumentationComponent.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.documentation; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.codeInsight.hint.HintManagerImpl; import com.intellij.code...
IDEA-218333 Fix separator in quick doc tooltip 'manually' cherry-picked from master (commit bdadd798b477ab624c0b783db9afe187217c951a) review: IDEA-CR-50122 GitOrigin-RevId: 5c0f0c2e8e81a227c457f3c0885ac7d463762e6c
platform/lang-impl/src/com/intellij/codeInsight/documentation/DocumentationComponent.java
IDEA-218333 Fix separator in quick doc tooltip
Java
apache-2.0
8b603edcc95c5bc01e95dbe7040cddc7754ff8e8
0
crevete/gwtbootstrap3-extras,gwtbootstrap3/gwtbootstrap3-extras,0x3333/gwtbootstrap3-extras,denis-vilyuzhanin/gwtbootstrap3-extras,bauna/gwtbootstrap3-extras,bauna/gwtbootstrap3-extras,sjardine/gwtbootstrap3-extras,BenDol/gwtbootstrap3-extras,gwtbootstrap3/gwtbootstrap3-extras,davidbuhler/gwtbootstrap3-strongly-typed-b...
package org.gwtbootstrap3.extras.datetimepicker.client.ui.base; /* * #%L * GwtBootstrap3 * %% * Copyright (C) 2013 GwtBootstrap3 * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
src/main/java/org/gwtbootstrap3/extras/datetimepicker/client/ui/base/DateTimeBoxBase.java
package org.gwtbootstrap3.extras.datetimepicker.client.ui.base; /* * #%L * GwtBootstrap3 * %% * Copyright (C) 2013 GwtBootstrap3 * %% * 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 *...
Updating with different naming convention to match JS.
src/main/java/org/gwtbootstrap3/extras/datetimepicker/client/ui/base/DateTimeBoxBase.java
Updating with different naming convention to match JS.
Java
apache-2.0
f3d99939c94a1916571ea694e7c8ef8e3b55bd05
0
rmagen/incubator-tinkerpop,samiunn/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,robertdale/tinkerpop,n-tran/incubator-tinkerpop,dalaro/incubator-tinkerpop,artem-aliev/tinkerpop,jorgebay/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,newkek/incubator-tinkerpop,apache/tinkerpop,apache/...
package org.apache.tinkerpop.gremlin.util.iterator; import org.junit.Test; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; /** * @author Stephen Mal...
gremlin-test/src/test/java/org/apache/tinkerpop/gremlin/util/iterator/IteratorUtilsTest.java
package org.apache.tinkerpop.gremlin.util.iterator; import org.junit.Test; import java.util.Iterator; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; /** * @author Stephen Mallette (http://stephen.genoprime.com) */ public class IteratorUtilsTest { @Test public void...
Add IteratorUtils tests for converting arbitrary objects to iterator.
gremlin-test/src/test/java/org/apache/tinkerpop/gremlin/util/iterator/IteratorUtilsTest.java
Add IteratorUtils tests for converting arbitrary objects to iterator.
Java
apache-2.0
4d1d167d90b1f01681904d517897f1768aa7a762
0
Donnerbart/hazelcast,dbrimley/hazelcast,tombujok/hazelcast,dbrimley/hazelcast,lmjacksoniii/hazelcast,tombujok/hazelcast,dsukhoroslov/hazelcast,emre-aydin/hazelcast,lmjacksoniii/hazelcast,emrahkocaman/hazelcast,emre-aydin/hazelcast,tufangorel/hazelcast,Donnerbart/hazelcast,Donnerbart/hazelcast,tufangorel/hazelcast,mdoga...
/* * Copyright (c) 2008-2016, 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/src/test/java/com/hazelcast/util/executor/LoggingScheduledExecutorTest.java
/* * Copyright (c) 2008-2016, 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 ...
Minimal cleanup of LoggingScheduledExecutorTest.
hazelcast/src/test/java/com/hazelcast/util/executor/LoggingScheduledExecutorTest.java
Minimal cleanup of LoggingScheduledExecutorTest.
Java
apache-2.0
95cdae52b91e2bee338920e11b77c9cbd98719e0
0
ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE
package uk.ac.ebi.quickgo.annotation.model; import uk.ac.ebi.quickgo.rest.controller.ControllerValidationHelper; import uk.ac.ebi.quickgo.rest.controller.ControllerValidationHelperImpl; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.function.Function; import java.util.stream.Co...
annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/model/AnnotationFilter.java
package uk.ac.ebi.quickgo.annotation.model; import uk.ac.ebi.quickgo.rest.controller.ControllerValidationHelper; import uk.ac.ebi.quickgo.rest.controller.ControllerValidationHelperImpl; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.function.Function; import java.util.stream.Co...
Make static final defaults public.
annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/model/AnnotationFilter.java
Make static final defaults public.
Java
apache-2.0
a3bf4fd77ce4417a765757adedce813cd7790b1d
0
bmaupin/android-sms-plus
/* * Copyright (C) 2009 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...
tests/src/com/android/mms/MmsStability.java
/* * Copyright (C) 2009 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 d05ca43f: am c964b53d: Merge change 27012 into eclair Merge commit 'd05ca43f66cf357850ce8f233195df4a8604408a' * commit 'd05ca43f66cf357850ce8f233195df4a8604408a': Modified the test case name and make it more meaningful.
tests/src/com/android/mms/MmsStability.java
am d05ca43f: am c964b53d: Merge change 27012 into eclair
Java
apache-2.0
132d68fa89f2812a0eee4b5c4ec969ebaa61a033
0
consulo/consulo-csharp,consulo/consulo-csharp,consulo/consulo-csharp
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
csharp-psi-impl/src/org/mustbe/consulo/csharp/lang/psi/impl/msil/MsilToCSharpUtil.java
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
handle readonly modifier
csharp-psi-impl/src/org/mustbe/consulo/csharp/lang/psi/impl/msil/MsilToCSharpUtil.java
handle readonly modifier
Java
apache-2.0
20cf98df8a73a138e674bd5d3da94495583f5511
0
gnodet/aries,gnodet/aries,gnodet/aries,gnodet/aries
/* * 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 * distribu...
subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core/internal/UninstallAction.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 * distribu...
[ARIES-1383] Provide option to disable the provisioning of dependencies at install time. Use the correct state when flagging an uninstall for re-entry protection. git-svn-id: f3027bd689517dd712b868b0d3f5f59c3162b83d@1728542 13f79535-47bb-0310-9956-ffa450edef68
subsystem/subsystem-core/src/main/java/org/apache/aries/subsystem/core/internal/UninstallAction.java
[ARIES-1383] Provide option to disable the provisioning of dependencies at install time.
Java
apache-2.0
f65da6a0f76a120152e55c6d2eced6a765a247d8
0
nelt/poom-services,nelt/poom-services
package org.codingmatters.poom.servives.domain.entities; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.stream.Collectors; /** * Created by nelt on 6/5/17. */ public interface PagedEntityList<V> extends List<Entity<V>> { long startIndex(); long endIndex();...
poom-services-domain/src/main/java/org/codingmatters/poom/servives/domain/entities/PagedEntityList.java
package org.codingmatters.poom.servives.domain.entities; import java.util.Collection; import java.util.LinkedList; import java.util.List; /** * Created by nelt on 6/5/17. */ public interface PagedEntityList<V> extends List<Entity<V>> { long startIndex(); long endIndex(); long total(); class Defaul...
paged entity list valueList method
poom-services-domain/src/main/java/org/codingmatters/poom/servives/domain/entities/PagedEntityList.java
paged entity list valueList method
Java
apache-2.0
44be8b51cd714f6ac780fee64f3ed9d8d931d1cf
0
ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE
package uk.ac.ebi.quickgo.geneproduct.service; import uk.ac.ebi.quickgo.common.loader.DbXRefLoader; import uk.ac.ebi.quickgo.common.validator.DbXRefEntityValidation; import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepoConfig; import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepository; import uk.ac.ebi.qu...
geneproduct-rest/src/main/java/uk/ac/ebi/quickgo/geneproduct/service/ServiceConfig.java
package uk.ac.ebi.quickgo.geneproduct.service; import uk.ac.ebi.quickgo.common.loader.DbXRefLoader; import uk.ac.ebi.quickgo.common.validator.DbXRefEntityValidation; import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepoConfig; import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepository; import uk.ac.ebi.qu...
Order methods public then private.
geneproduct-rest/src/main/java/uk/ac/ebi/quickgo/geneproduct/service/ServiceConfig.java
Order methods public then private.
Java
apache-2.0
3d4113651034d60b67e4b28825370d193804fbf8
0
robgil/Aleph2,robgil/Aleph2
/******************************************************************************* * Copyright 2015, The IKANOW Open Source Project. * * 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 Found...
aleph2_management_db_service/src/com/ikanow/aleph2/management_db/services/CoreManagementDbService.java
/******************************************************************************* * Copyright 2015, The IKANOW Open Source Project. * * 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 Found...
ALEPH-25 #comment updated test bucket to delete v2 test data before running
aleph2_management_db_service/src/com/ikanow/aleph2/management_db/services/CoreManagementDbService.java
ALEPH-25 #comment updated test bucket to delete v2 test data before running
Java
apache-2.0
fb471d2423769f8bfc4821b60143af407c7d240e
0
sjaco002/vxquery,westmann/vxquery,innovimax/vxquery,ecarm002/vxquery,shivani1494/vxquery,JavierJia/vxquery,innovimax/vxquery,ecarm002/vxquery,ecarm002/vxquery,westmann/vxquery,westmann/vxquery,JavierJia/vxquery,sjaco002/vxquery,apache/vxquery,innovimax/vxquery,erandiganepola/vxquery,efikalti/vxquery,shivani1494/vxquery...
package org.apache.vxquery.datamodel.accessors.atomic; import org.apache.vxquery.datamodel.api.ITime; import org.apache.vxquery.datamodel.api.ITimezone; import edu.uci.ics.hyracks.api.dataflow.value.ITypeTraits; import edu.uci.ics.hyracks.data.std.api.AbstractPointable; import edu.uci.ics.hyracks.data.std.api.IPointa...
vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/atomic/XSTimePointable.java
package org.apache.vxquery.datamodel.accessors.atomic; import org.apache.vxquery.datamodel.api.ITime; import org.apache.vxquery.datamodel.api.ITimezone; import edu.uci.ics.hyracks.api.dataflow.value.ITypeTraits; import edu.uci.ics.hyracks.data.std.api.AbstractPointable; import edu.uci.ics.hyracks.data.std.api.IPointa...
Wrong length stored. git-svn-id: 577f56b988395b4c4a087ab41a6af3288056d860@1377903 13f79535-47bb-0310-9956-ffa450edef68
vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/atomic/XSTimePointable.java
Wrong length stored.
Java
apache-2.0
a597d78d99a5f804bba6831fdc8db66ef62bc4e0
0
jcechace/apiman,jcechace/apiman,kahboom/apiman,kahboom/apiman,msavy/apiman,EricWittmann/apiman,apiman/apiman,apiman/apiman,jcechace/apiman,apiman/apiman,EricWittmann/apiman,kahboom/apiman,EricWittmann/apiman,msavy/apiman,kahboom/apiman,msavy/apiman,msavy/apiman,jcechace/apiman,EricWittmann/apiman,apiman/apiman,apiman/a...
/* * Copyright 2017 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
gateway/engine/vertx-polling/src/main/java/io/apiman/gateway/engine/vertx/polling/URILoadingRegistry.java
/* * Copyright 2017 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
Remove errant debug statement
gateway/engine/vertx-polling/src/main/java/io/apiman/gateway/engine/vertx/polling/URILoadingRegistry.java
Remove errant debug statement
Java
apache-2.0
3947fbfbd39ca723e111e703ae65e8dd00bedc24
0
Nimco/sling,ist-dresden/sling,ieb/sling,roele/sling,nleite/sling,headwirecom/sling,plutext/sling,Nimco/sling,tyge68/sling,Sivaramvt/sling,trekawek/sling,JEBailey/sling,sdmcraft/sling,ffromm/sling,plutext/sling,mmanski/sling,tyge68/sling,sdmcraft/sling,nleite/sling,sdmcraft/sling,Sivaramvt/sling,mikibrv/sling,klcodanr/s...
/* * 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...
launchpad/installer/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.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...
SLING-2649 : Add support for run modes git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1409682 13f79535-47bb-0310-9956-ffa450edef68
launchpad/installer/src/main/java/org/apache/sling/launchpad/installer/impl/LaunchpadConfigInstaller.java
SLING-2649 : Add support for run modes
Java
apache-2.0
ded77d86a99442e963a106854f93f82b591279ac
0
cherryhill/collectionspace-application
package org.collectionspace.chain.csp.webui.authorities; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.collectionspace.chain.csp.schema.Instance; import org.collectionspace.chain.csp.schema.Record; import org.collectionspace.chain.csp...
cspi-webui/src/main/java/org/collectionspace/chain/csp/webui/authorities/VocabulariesRead.java
package org.collectionspace.chain.csp.webui.authorities; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.collectionspace.chain.csp.schema.Instance; import org.collectionspace.chain.csp.schema.Record; import org.collectionspace.chain.csp...
CSPACE-2131 - fix get for urn:name vs id
cspi-webui/src/main/java/org/collectionspace/chain/csp/webui/authorities/VocabulariesRead.java
CSPACE-2131 - fix get for urn:name vs id
Java
apache-2.0
1ef1119f64ec5002f9664b232a257e0a472b0941
0
fstahnke/arx-new-algorithms
/* * Benchmark of risk-based anonymization in ARX 3.0.0 * Copyright 2015 - Fabian Prasser * * 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-...
src/org/deidentifier/arx/benchmark/BenchmarkExperiment2.java
/* * Benchmark of risk-based anonymization in ARX 3.0.0 * Copyright 2015 - Fabian Prasser * * 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-...
Clean out unnecessary stuff
src/org/deidentifier/arx/benchmark/BenchmarkExperiment2.java
Clean out unnecessary stuff