lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 9cedc61d6b0bfef762e9f44e5e25081498aab4f7 | 0 | cmebarrow/gateway,nemigaservices/gateway,mgherghe/gateway,danibusu/gateway,dpwspoon/gateway,adrian-galbenus/gateway,kaazing/gateway,a-zuckut/gateway,adrian-galbenus/gateway,vmaraloiu/gateway,nemigaservices/gateway,AdrianCozma/gateway,adrian-galbenus/gateway,jfallows/gateway,Anisotrop/gateway,kaazing/gateway,nemigaservi... | /**
* Copyright 2007-2016, Kaazing Corporation. 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 require... | mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java | /**
* Copyright 2007-2016, Kaazing Corporation. 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 require... | Parking the thread for 10mills instead of 10micros
Conflicts:
mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java
| mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java | Parking the thread for 10mills instead of 10micros | |
Java | apache-2.0 | 8d02bf6661c74a9718542550c1588c06f74f1d89 | 0 | zregvart/camel,pmoerenhout/camel,ullgren/camel,christophd/camel,CodeSmell/camel,CodeSmell/camel,christophd/camel,nikhilvibhav/camel,objectiser/camel,CodeSmell/camel,nicolaferraro/camel,cunningt/camel,objectiser/camel,ullgren/camel,cunningt/camel,zregvart/camel,gnodet/camel,alvinkwekel/camel,alvinkwekel/camel,alvinkweke... | /*
* 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 ... | core/camel-main/src/main/java/org/apache/camel/main/MainSupport.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-13686: camel-main - Refine logging output
| core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java | CAMEL-13686: camel-main - Refine logging output | |
Java | apache-2.0 | 3bb635f77968332c1496ecefa5268293e4cb8f21 | 0 | JNOSQL/diana | package org.apache.diana.api.column;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
public class ColumnEntity implements Serializable {
private final List<Column> columns = new ArrayList<>();
private final String col... | diana-api/src/main/java/org/apache/diana/api/column/ColumnEntity.java | package org.apache.diana.api.column;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
public class ColumnEntity implements Serializable {
private final Column key;
private final List<Column> columns = new ArrayList<>();
... | Defines new concepts in ColumnEntity
| diana-api/src/main/java/org/apache/diana/api/column/ColumnEntity.java | Defines new concepts in ColumnEntity | |
Java | bsd-2-clause | a52d1554a5fdc68433573967d34d2084e9480934 | 0 | TomasMikula/WellBehavedFX,TomasMikula/WellBehavedFX | package org.fxmisc.wellbehaved.event.template;
import javafx.event.Event;
import org.fxmisc.wellbehaved.event.InputHandler.Result;
/**
* Template version of {@link org.fxmisc.wellbehaved.event.InputHandler}.
*
* @param <S> the type of the object that will be passed into the {@link InputHandlerTemplate}'s block of... | src/main/java/org/fxmisc/wellbehaved/event/template/InputHandlerTemplate.java | package org.fxmisc.wellbehaved.event.template;
import javafx.event.Event;
import org.fxmisc.wellbehaved.event.InputHandler.Result;
@FunctionalInterface
public interface InputHandlerTemplate<S, E extends Event> {
Result process(S state, E event);
} | Javadoc: refer readers to the non-template version for an explanation
| src/main/java/org/fxmisc/wellbehaved/event/template/InputHandlerTemplate.java | Javadoc: refer readers to the non-template version for an explanation | |
Java | bsd-3-clause | 2c1bcc8d5286c6fd9622ae9ac6c7456fafe3400d | 0 | aic-sri-international/aic-expresso,aic-sri-international/aic-expresso | /*
* Copyright (c) 2013, SRI International
* All rights reserved.
* Licensed under the The BSD 3-Clause License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Redistribution and use in... | src/main/java/com/sri/ai/grinder/plaindpll/theory/EqualityConstraintTheory.java | /*
* Copyright (c) 2013, SRI International
* All rights reserved.
* Licensed under the The BSD 3-Clause License;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Redistribution and use in... | - fixed bug in Equality constraint model counting. | src/main/java/com/sri/ai/grinder/plaindpll/theory/EqualityConstraintTheory.java | - fixed bug in Equality constraint model counting. | |
Java | mit | 3603f6540bb39207b1e0fd0f92c33987b85f140d | 0 | pawellinkshell/Supermarket,pawellinkshell/Supermarket | package pl.koszela.jan.service.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.springframework.stereotype.Service;
import pl.koszela.jan.domain.Order;
import pl.koszela.jan.service.OrderService;
/**
* Created on 12.08.2017.
*
* @author Jan Koszela
*/
@Service("orderS... | src/main/java/pl/koszela/jan/service/impl/DefaultOrderService.java | package pl.koszela.jan.service.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.springframework.stereotype.Service;
import pl.koszela.jan.domain.Order;
import pl.koszela.jan.service.OrderService;
/**
* Created on 12.08.2017.
*
* @author Jan Koszela
*/
@Service("orderS... | Fix logic for logic
| src/main/java/pl/koszela/jan/service/impl/DefaultOrderService.java | Fix logic for logic | |
Java | mit | 1e0488f19c6af1dd07fe25ba9d47da66e8b6e055 | 0 | viqueen/jenkins,ikedam/jenkins,viqueen/jenkins,rsandell/jenkins,v1v/jenkins,v1v/jenkins,damianszczepanik/jenkins,viqueen/jenkins,v1v/jenkins,DanielWeber/jenkins,viqueen/jenkins,rsandell/jenkins,DanielWeber/jenkins,daniel-beck/jenkins,DanielWeber/jenkins,v1v/jenkins,viqueen/jenkins,jenkinsci/jenkins,pjanouse/jenkins,jen... | /*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, 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
... | core/src/test/java/hudson/util/ConsistentHashTest.java | /*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, 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
... | fixed SpotBugs VA_FORMAT_STRING_USES_NEWLINE
| core/src/test/java/hudson/util/ConsistentHashTest.java | fixed SpotBugs VA_FORMAT_STRING_USES_NEWLINE | |
Java | mit | 17c1aaf5c8ad2132e7c68b01b02387f139dc2ae0 | 0 | caseif/TTT | /*
* The MIT License (MIT)
*
* Copyright (c) 2013-2015, Maxim Roncacé <mproncace@lapis.blue>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without li... | src/main/java/net/caseif/ttt/listeners/PlayerListener.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2013-2015, Maxim Roncacé <mproncace@lapis.blue>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without li... | Fix karma update for spectators on 1.7
| src/main/java/net/caseif/ttt/listeners/PlayerListener.java | Fix karma update for spectators on 1.7 | |
Java | mit | ac41555ad0ed1b4433d5717a9527da55b6ac6bcc | 0 | OpenModularTurretsTeam/OMLib,OpenModularTurretsTeam/OMLib | package omtteam.omlib.render;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.color.IBlockColor;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IBlockAccess;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraf... | src/main/java/omtteam/omlib/render/CamoBlockColor.java | package omtteam.omlib.render;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.color.IBlockColor;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IBlockAccess;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraf... | fix https://github.com/OpenModularTurretsTeam/OpenModularTurrets/issues/316
| src/main/java/omtteam/omlib/render/CamoBlockColor.java | fix https://github.com/OpenModularTurretsTeam/OpenModularTurrets/issues/316 | |
Java | mit | a03f41081565221d029f22113325166667643982 | 0 | lasarobotics/FTC4290-2015,lasarobotics/FTC4290-2015 | package com.qualcomm.ftcrobotcontroller.opmodes;
import com.lasarobotics.library.controller.ButtonState;
import com.lasarobotics.library.controller.Controller;
import com.lasarobotics.library.drive.Tank;
import com.qualcomm.ftcrobotcontroller.Hardware;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
public cla... | FtcRobotController/src/main/java/com/qualcomm/ftcrobotcontroller/opmodes/TeleOp.java | package com.qualcomm.ftcrobotcontroller.opmodes;
import com.lasarobotics.library.controller.ButtonState;
import com.lasarobotics.library.controller.Controller;
import com.lasarobotics.library.drive.Tank;
import com.qualcomm.ftcrobotcontroller.Hardware;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
public cla... | Modularity+Code Review
Had to do some file diving, so @Oksisane and @Shwinn you should both
make sure nothing seems out of place.
| FtcRobotController/src/main/java/com/qualcomm/ftcrobotcontroller/opmodes/TeleOp.java | Modularity+Code Review | |
Java | mit | 557f1785b5c4ab646aded52edc3b38d66dc8e074 | 0 | TeamWizardry/TMT-Refraction | package com.teamwizardry.refraction.init;
import com.teamwizardry.refraction.Refraction;
import com.teamwizardry.refraction.common.achievement.ModAchievement;
import net.minecraft.stats.Achievement;
import net.minecraftforge.common.AchievementPage;
/**
* Created by Saad on 7/1/2016.
*/
public class ModAchievements ... | src/main/java/com/teamwizardry/refraction/init/ModAchievements.java | package com.teamwizardry.refraction.init;
import com.teamwizardry.refraction.Refraction;
import com.teamwizardry.refraction.common.achievement.ModAchievement;
import net.minecraft.stats.Achievement;
import net.minecraftforge.common.AchievementPage;
/**
* Created by Saad on 7/1/2016.
*/
public class ModAchievements ... | fix invalid placement for the axyz achieve
| src/main/java/com/teamwizardry/refraction/init/ModAchievements.java | fix invalid placement for the axyz achieve | |
Java | mit | 029162bb0bed49007de2ffb94c4a0d3e11223774 | 0 | concord-consortium/energy3d | package org.concord.energy3d.scene;
import java.awt.EventQueue;
import java.awt.image.BufferedImage;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.net.URL;
import java.util.ArrayList;
import jav... | src/main/java/org/concord/energy3d/scene/Scene.java | package org.concord.energy3d.scene;
import java.awt.EventQueue;
import java.awt.image.BufferedImage;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.net.URL;
import java.util.ArrayList;
import jav... | solar rack on imported structure | src/main/java/org/concord/energy3d/scene/Scene.java | solar rack on imported structure | |
Java | mit | ae03df178f3b95824e55ae2a9a2351a8aa1e1fef | 0 | tobiasdiez/jabref,oscargus/jabref,grimes2/jabref,mredaelli/jabref,Braunch/jabref,bartsch-dev/jabref,sauliusg/jabref,mairdl/jabref,JabRef/jabref,zellerdev/jabref,sauliusg/jabref,ayanai1/jabref,ayanai1/jabref,ayanai1/jabref,oscargus/jabref,mredaelli/jabref,bartsch-dev/jabref,shitikanth/jabref,shitikanth/jabref,JabRef/jab... | /*
Copyright (C) 2003 Nizar N. Batada, Morten O. Alver
All programs in this directory and
subdirectories are published under the GNU General Public License as
described below.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the ... | src/java/net/sf/jabref/export/LatexFieldFormatter.java | /*
Copyright (C) 2003 Nizar N. Batada, Morten O. Alver
All programs in this directory and
subdirectories are published under the GNU General Public License as
described below.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the ... | Fixed bug with '{' parameter in StringBuffer which was taken to be a int.
| src/java/net/sf/jabref/export/LatexFieldFormatter.java | Fixed bug with '{' parameter in StringBuffer which was taken to be a int. | |
Java | cc0-1.0 | 0febd55bd4ffb189eaf3dfef9356bd50b1ba809b | 0 | HogeschoolLeiden/website,HogeschoolLeiden/website,HogeschoolLeiden/website,HogeschoolLeiden/website | package nl.hsleiden.utils;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.itextpdf.text.Bas... | site/src/main/java/nl/hsleiden/utils/ITextPdfForm.java | package nl.hsleiden.utils;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.itextpdf.text.Bas... | fix for radio buttons handling
| site/src/main/java/nl/hsleiden/utils/ITextPdfForm.java | fix for radio buttons handling | |
Java | mpl-2.0 | b63303318edebf24f6c6ef3b09e8436b6123cb67 | 0 | mozilla-mobile/focus-android,ekager/focus-android,ekager/focus-android,jonalmeida/focus-android,ekager/focus-android,jonalmeida/focus-android,ekager/focus-android,jonalmeida/focus-android,ekager/focus-android,mozilla-mobile/focus-android,jonalmeida/focus-android,jonalmeida/focus-android,mozilla-mobile/focus-android,moz... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.focus.browser;
import android.content.Context;
import android.content.pm.PackageInfo;
import ... | app/src/main/java/org/mozilla/focus/browser/LocalizedContent.java | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.focus.browser;
import android.content.Context;
import android.content.pm.PackageInfo;
import ... | Add GV Version + Build ID to focus:about
| app/src/main/java/org/mozilla/focus/browser/LocalizedContent.java | Add GV Version + Build ID to focus:about | |
Java | agpl-3.0 | 98d4f5a44da33270e36b411fa413cd43b727e53a | 0 | WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central | package edu.yu.einstein.wasp.util;
import java.io.File;
import junit.framework.Assert;
import jxl.Cell;
import jxl.Sheet;
import jxl.Workbook;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import or... | wasp-integration-test/src/test/java/edu/yu/einstein/wasp/util/SeleniumHelper.java | package edu.yu.einstein.wasp.util;
import java.io.File;
import junit.framework.Assert;
import jxl.Cell;
import jxl.Sheet;
import jxl.Workbook;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import or... | fixed baseUrl link | wasp-integration-test/src/test/java/edu/yu/einstein/wasp/util/SeleniumHelper.java | fixed baseUrl link | |
Java | lgpl-2.1 | 37bc019e905043ad081718bdce40907e05288b11 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.tracker;
import java.lang.ref.WeakReference;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import o... | intermine/objectstore/main/src/org/intermine/tracker/TemplateTracker.java | package org.intermine.tracker;
import java.lang.ref.WeakReference;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import org.intermine.util.ShutdownHook;
public class Te... | Added the column rank on mymine templates page, displayed only if the super user is logged in
Former-commit-id: d9e14f2e49446bc1c84ae11b2dd77bdffce411ef | intermine/objectstore/main/src/org/intermine/tracker/TemplateTracker.java | Added the column rank on mymine templates page, displayed only if the super user is logged in | |
Java | lgpl-2.1 | 4c3a97d883fa7969abde9868427dfe2026ac084b | 0 | windauer/exist,jessealama/exist,lcahlander/exist,wshager/exist,jensopetersen/exist,wshager/exist,windauer/exist,olvidalo/exist,jensopetersen/exist,opax/exist,shabanovd/exist,MjAbuz/exist,zwobit/exist,zwobit/exist,windauer/exist,dizzzz/exist,hungerburg/exist,ambs/exist,jessealama/exist,zwobit/exist,kohsah/exist,ljo/exis... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-04 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Fou... | src/org/exist/xquery/XQuery.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-04 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Fou... | Reset XQuery context before analyzing the query a second time. Otherwise we may get static errors.
svn path=/trunk/eXist/; revision=5812
| src/org/exist/xquery/XQuery.java | Reset XQuery context before analyzing the query a second time. Otherwise we may get static errors. | |
Java | apache-2.0 | caed934ff080a6d1e719b1344629f1b25e369680 | 0 | gdi-by/downloadclient,Intevation/downloadclient,gdi-by/downloadclient,Intevation/downloadclient,gdi-by/downloadclient,gdi-by/downloadclient,Intevation/downloadclient,Intevation/downloadclient | /*
* DownloadClient Geodateninfrastruktur Bayern
*
* (c) 2016 GSt. GDI-BY (gdi.bayern.de)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | src/main/java/de/bayern/gdi/processor/MultipleFileDownloadJob.java | /*
* DownloadClient Geodateninfrastruktur Bayern
*
* (c) 2016 GSt. GDI-BY (gdi.bayern.de)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | Add download start status to atom downloads
| src/main/java/de/bayern/gdi/processor/MultipleFileDownloadJob.java | Add download start status to atom downloads | |
Java | apache-2.0 | 766996ba326832b880a25f9879b332bfea488e78 | 0 | symbiote-h2020/AuthenticationAuthorizationManager,symbiote-h2020/AuthenticationAuthorizationManager,symbiote-h2020/AuthenticationAuthorizationManager | package eu.h2020.symbiote.security.commons;
import eu.h2020.symbiote.security.certificate.Certificate;
import eu.h2020.symbiote.security.constants.AAMConstants;
import eu.h2020.symbiote.security.enums.CoreAttributes;
import eu.h2020.symbiote.security.enums.IssuingAuthorityType;
import eu.h2020.symbiote.security.enums.... | src/main/java/eu/h2020/symbiote/security/commons/TokenManager.java | package eu.h2020.symbiote.security.commons;
import eu.h2020.symbiote.security.certificate.Certificate;
import eu.h2020.symbiote.security.constants.AAMConstants;
import eu.h2020.symbiote.security.enums.CoreAttributes;
import eu.h2020.symbiote.security.enums.IssuingAuthorityType;
import eu.h2020.symbiote.security.enums.... | Invalid AAM revocation removed and token revocation by PlatformAAM added
| src/main/java/eu/h2020/symbiote/security/commons/TokenManager.java | Invalid AAM revocation removed and token revocation by PlatformAAM added | |
Java | apache-2.0 | c09e2f6ec4e8e3052ce5de644f938d165f8b8ea8 | 0 | adridadou/eth-propeller-core | package org.adridadou.ethereum.propeller;
import org.adridadou.ethereum.propeller.converters.future.FutureConverter;
import org.adridadou.ethereum.propeller.event.EthereumEventHandler;
import org.adridadou.ethereum.propeller.exception.EthereumApiException;
import org.adridadou.ethereum.propeller.solidity.*;
import org... | src/main/java/org/adridadou/ethereum/propeller/EthereumFacade.java | package org.adridadou.ethereum.propeller;
import org.adridadou.ethereum.propeller.converters.future.FutureConverter;
import org.adridadou.ethereum.propeller.event.EthereumEventHandler;
import org.adridadou.ethereum.propeller.exception.EthereumApiException;
import org.adridadou.ethereum.propeller.solidity.*;
import org... | Remove white space
| src/main/java/org/adridadou/ethereum/propeller/EthereumFacade.java | Remove white space | |
Java | apache-2.0 | aeeb63c7385b84f4da07f25f9898d2b21ad051e6 | 0 | akosyakov/intellij-community,da1z/intellij-community,adedayo/intellij-community,vvv1559/intellij-community,diorcety/intellij-community,lucafavatella/intellij-community,lucafavatella/intellij-community,hurricup/intellij-community,SerCeMan/intellij-community,diorcety/intellij-community,dslomov/intellij-community,samthor/... | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-api/src/com/intellij/openapi/ui/Messages.java | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | deprecations
| platform/platform-api/src/com/intellij/openapi/ui/Messages.java | deprecations | |
Java | apache-2.0 | 8b61172a5fc028419187f2186c059bc41116f9dd | 0 | holmes/intellij-community,xfournet/intellij-community,youdonghai/intellij-community,allotria/intellij-community,mglukhikh/intellij-community,jagguli/intellij-community,izonder/intellij-community,signed/intellij-community,ryano144/intellij-community,holmes/intellij-community,fengbaicanhe/intellij-community,izonder/intel... | package com.intellij.ide.util;
import com.intellij.ide.IconUtilEx;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.module.impl.ModuleUtil;
import com.intellij.openapi.roots.*;
import com.intellij.openapi.util.IconLoader;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.psi.PsiEle... | source/com/intellij/ide/util/PsiElementModuleRenderer.java | package com.intellij.ide.util;
import com.intellij.ide.IconUtilEx;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.module.impl.ModuleUtil;
import com.intellij.openapi.roots.*;
import com.intellij.openapi.util.IconLoader;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.psi.PsiEle... | 51755
| source/com/intellij/ide/util/PsiElementModuleRenderer.java | 51755 | |
Java | apache-2.0 | 0d0b8c281c5a3291e238fa96bb8bddf80057ec19 | 0 | google/closure-templates,google/closure-templates,google/closure-templates,google/closure-templates,google/closure-templates | /*
* Copyright 2020 Google 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 ... | java/src/com/google/template/soy/types/TypeRegistries.java | /*
* Copyright 2020 Google 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 ... | Internal change
PiperOrigin-RevId: 416050297
| java/src/com/google/template/soy/types/TypeRegistries.java | Internal change | |
Java | apache-2.0 | c0602993306cd1ba49adc5cf0397530a5f0bf2b2 | 0 | google/turbine | /*
* Copyright 2019 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | java/com/google/turbine/processing/TurbineElement.java | /*
* Copyright 2019 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Micro-optimize TurbineExecutableElement#getKind
retrieving the MethodInfo is more expensive than looking at the symbol.
PiperOrigin-RevId: 333428787
| java/com/google/turbine/processing/TurbineElement.java | Micro-optimize TurbineExecutableElement#getKind | |
Java | apache-2.0 | 25a443c2423abdc56051057ae5d187577473bc0f | 0 | pongo710/urlaubsverwaltung,pongo710/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,Intera/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,Intera/urlaubsverwaltung,pongo710/urlaubsverwaltung,Intera/urlaubsverwaltung | package org.synyx.urlaubsverwaltung.core.startup;
import org.apache.log4j.Logger;
import org.joda.time.DateMidnight;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.synyx.urlaubsverwaltung.core.application.domai... | src/main/java/org/synyx/urlaubsverwaltung/core/startup/TestDataCreationService.java | package org.synyx.urlaubsverwaltung.core.startup;
import org.apache.log4j.Logger;
import org.joda.time.DateMidnight;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.synyx.urlaubsverwaltung.core.application.domai... | Add some further test departments for development purpose
* refs #81
| src/main/java/org/synyx/urlaubsverwaltung/core/startup/TestDataCreationService.java | Add some further test departments for development purpose | |
Java | apache-2.0 | beca1df19d71649d427ce441f3f1089ef482e52b | 0 | grzesuav/gjpf-core,grzesuav/gjpf-core | //
// Copyright (C) 2006 United States Government as represented by the
// Administrator of the National Aeronautics and Space Administration
// (NASA). All Rights Reserved.
//
// This software is distributed under the NASA Open Source Agreement
// (NOSA), version 1.3. The NOSA has been approved by the Open Source
/... | src/main/gov/nasa/jpf/jvm/bytecode/MONITOREXIT.java | //
// Copyright (C) 2006 United States Government as represented by the
// Administrator of the National Aeronautics and Space Administration
// (NASA). All Rights Reserved.
//
// This software is distributed under the NASA Open Source Agreement
// (NOSA), version 1.3. The NOSA has been approved by the Open Source
/... | MONITOREXIT.execute() can't use isShared() to prevent a choice point.
Will write a test case to catch this problem.
| src/main/gov/nasa/jpf/jvm/bytecode/MONITOREXIT.java | MONITOREXIT.execute() can't use isShared() to prevent a choice point. Will write a test case to catch this problem. | |
Java | apache-2.0 | 2bacf63927effbe494ea8888191b950037d4606f | 0 | apache/commons-io,apache/commons-io,apache/commons-io | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/main/java/org/apache/commons/io/FileSystem.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 ... | Javadoc. | src/main/java/org/apache/commons/io/FileSystem.java | Javadoc. | |
Java | apache-2.0 | 6e74a947351868133c6b38bfe43d27d6f9d6ab49 | 0 | cgeo/cgeo,cgeo/cgeo,cgeo/cgeo,cgeo/cgeo | package cgeo.geocaching.maps.mapsforge.v6;
import cgeo.geocaching.AbstractDialogFragment;
import cgeo.geocaching.AbstractDialogFragment.TargetInfo;
import cgeo.geocaching.CacheListActivity;
import cgeo.geocaching.CachePopup;
import cgeo.geocaching.CompassActivity;
import cgeo.geocaching.EditWaypointActivity;
import cg... | main/src/cgeo/geocaching/maps/mapsforge/v6/NewMap.java | package cgeo.geocaching.maps.mapsforge.v6;
import cgeo.geocaching.AbstractDialogFragment;
import cgeo.geocaching.AbstractDialogFragment.TargetInfo;
import cgeo.geocaching.CacheListActivity;
import cgeo.geocaching.CachePopup;
import cgeo.geocaching.CompassActivity;
import cgeo.geocaching.EditWaypointActivity;
import cg... | fix #12972: scale scale bar together with map user scale
| main/src/cgeo/geocaching/maps/mapsforge/v6/NewMap.java | fix #12972: scale scale bar together with map user scale | |
Java | apache-2.0 | d114d43b6bcc50c522dee5d20f36d1cb3ca74335 | 0 | TU-Berlin/mathosphere,TU-Berlin/mathosphere | package com.formulasearchengine.mathosphere.basex;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncode... | basex/src/main/java/com/formulasearchengine/mathosphere/basex/TexQueryGenerator.java | package com.formulasearchengine.mathosphere.basex;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncode... | Update reference to LaTeXML Server
| basex/src/main/java/com/formulasearchengine/mathosphere/basex/TexQueryGenerator.java | Update reference to LaTeXML Server | |
Java | apache-2.0 | 2c0038c053b212017df7ee70dbf397ee81524884 | 0 | mkarneim/luamod | package net.wizardsoflua.lua.module.events;
import static java.util.Objects.requireNonNull;
import com.google.common.collect.HashMultimap;
import com.google.common.collect.Multimap;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.eventhandler.Event;
import net.sandius.rembulan.r... | src/main/java/net/wizardsoflua/lua/module/events/EventHandlers.java | package net.wizardsoflua.lua.module.events;
import static java.util.Objects.requireNonNull;
import com.google.common.collect.HashMultimap;
import com.google.common.collect.Multimap;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.eventhandler.Event;
import net.sandius.rembulan.r... | Because events are not canceled when adding them to an event queue there is no need to check for that
| src/main/java/net/wizardsoflua/lua/module/events/EventHandlers.java | Because events are not canceled when adding them to an event queue there is no need to check for that | |
Java | apache-2.0 | d2360429c18bc9744ee3881182ae859fbcdc4c46 | 0 | cobbzilla/cobbzilla-utils,cobbzilla/cobbzilla-utils,cobbzilla/cobbzilla-utils,cobbzilla/cobbzilla-utils,cobbzilla/cobbzilla-utils | package org.cobbzilla.util.http;
import lombok.Cleanup;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.exec.CommandLine;
import org.apache.commons.io.IOUtils;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
im... | src/main/java/org/cobbzilla/util/http/HttpUtil.java | package org.cobbzilla.util.http;
import lombok.Cleanup;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.exec.CommandLine;
import org.apache.commons.io.IOUtils;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
im... | add HttpUtil.isBrowser
| src/main/java/org/cobbzilla/util/http/HttpUtil.java | add HttpUtil.isBrowser | |
Java | apache-2.0 | 2195fe31cd66d9c6455fbc4bcbad59f249bc56e6 | 0 | apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis | /*
* 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")... | core/applib/src/main/java/org/apache/isis/applib/anyio/AnyOutBuffer.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")... | ISIS-2006: AnyOutBuffer: fix missing assignment | core/applib/src/main/java/org/apache/isis/applib/anyio/AnyOutBuffer.java | ISIS-2006: AnyOutBuffer: fix missing assignment | |
Java | apache-2.0 | c1b000c68080552ce2ca527aade8e5a646800b89 | 0 | 309746069/Android-Universal-Image-Loader,hgl888/Android-Universal-Image-Loader,lq-ever/Android-Universal-Image-Loader,guoGavin/Android-Universal-Image-Loader,xiepengfei/Android-Universal-Image-Loader,maduhu/Android-Universal-Image-Loader,huihui4045/Android-Universal-Image-Loader,jjjjjjjjj99999/Android-Universal-Image-L... | /*******************************************************************************
* Copyright 2011-2014 Sergey Tarasevich
*
* 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.... | library/src/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java | /*******************************************************************************
* Copyright 2011-2014 Sergey Tarasevich
*
* 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.... | optionally do not read response if server returned non-200 code
| library/src/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java | optionally do not read response if server returned non-200 code | |
Java | apache-2.0 | 33fac95bcdd163f56d35aaa34cdb3224d36ebf38 | 0 | nasrallahmounir/Footlights,nasrallahmounir/Footlights,nasrallahmounir/Footlights,trombonehero/Footlights,nasrallahmounir/Footlights,trombonehero/Footlights,trombonehero/Footlights,trombonehero/Footlights | package me.footlights.core.crypto;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.binary.Base32;
import org.apache.commons.codec.binary.Hex;
import com.google.common.annotations.VisibleForTesting;
import me.footlights.Ha... | Client/Core/src/main/java/me/footlights/core/crypto/Fingerprint.java | package me.footlights.core.crypto;
import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.codec.binary.Hex;
import com.google.common.annotations.VisibleForTesting;
import me.footlights.Ha... | Use Base32, which can be stored in case-insensitive keystores
| Client/Core/src/main/java/me/footlights/core/crypto/Fingerprint.java | Use Base32, which can be stored in case-insensitive keystores | |
Java | apache-2.0 | 91b253207bd1cbd526fb2fd67611f98a48b7b967 | 0 | gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | atlas-web/src/main/java/uk/ac/ebi/gxa/web/AtlasPlotter.java | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | NetCDFProxy => ExperimentWithData
| atlas-web/src/main/java/uk/ac/ebi/gxa/web/AtlasPlotter.java | NetCDFProxy => ExperimentWithData | |
Java | apache-2.0 | eb3647661051a461d5842bcc7f8b6617fe5b41e6 | 0 | konradxyz/cloudify-manager,konradxyz/dev_fileserver,cloudify-cosmo/cloudify-manager,cloudify-cosmo/cloudify-manager,geokala/cloudify-manager,konradxyz/cloudify-manager,codilime/cloudify-manager,cloudify-cosmo/cloudify-manager,geokala/cloudify-manager,konradxyz/dev_fileserver,isaac-s/cloudify-manager,codilime/cloudify-m... | /*******************************************************************************
* Copyright (c) 2013 GigaSpaces Technologies Ltd. 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 th... | resource-monitor/src/main/java/org/cloudifysource/cosmo/cep/ResourceMonitorServer.java | /*******************************************************************************
* Copyright (c) 2013 GigaSpaces Technologies Ltd. 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 th... | Code Review comments
| resource-monitor/src/main/java/org/cloudifysource/cosmo/cep/ResourceMonitorServer.java | Code Review comments | |
Java | apache-2.0 | ac60f77d7d45fcd1cc4d38769adf449787228574 | 0 | google/mug,google/mug | /*****************************************************************************
* ------------------------------------------------------------------------- *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* Y... | mug/src/main/java/com/google/mu/util/Substring.java | /*****************************************************************************
* ------------------------------------------------------------------------- *
* Licensed under the Apache License, Version 2.0 (the "License"); *
* you may not use this file except in compliance with the License. *
* Y... | Update splitAsciiByCase() examples
| mug/src/main/java/com/google/mu/util/Substring.java | Update splitAsciiByCase() examples | |
Java | apache-2.0 | 7b42203b2510b326d26855466feecfc3501364a4 | 0 | maboelhassan/alluxio,apc999/alluxio,maboelhassan/alluxio,jswudi/alluxio,riversand963/alluxio,bf8086/alluxio,EvilMcJerkface/alluxio,maboelhassan/alluxio,madanadit/alluxio,maobaolong/alluxio,aaudiber/alluxio,aaudiber/alluxio,wwjiang007/alluxio,jswudi/alluxio,maboelhassan/alluxio,Alluxio/alluxio,madanadit/alluxio,Reiddddd... | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | core/server/common/src/main/java/alluxio/web/WebServer.java | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | WebServer.java RuntimeException(e)
| core/server/common/src/main/java/alluxio/web/WebServer.java | WebServer.java RuntimeException(e) | |
Java | apache-2.0 | d37b47282a516fbb739d24933481e65d647de75d | 0 | ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE | package uk.ac.ebi.quickgo.annotation.model;
import java.time.LocalDate;
import java.time.ZoneId;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.function.Supplier;
import java.util.stream.Collectors;
import static java.util.Arrays.asList;
import static java.util.Collection... | annotation-rest/src/test/java/uk/ac/ebi/quickgo/annotation/model/AnnotationMocker.java | package uk.ac.ebi.quickgo.annotation.model;
import java.time.LocalDate;
import java.time.ZoneId;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.function.Supplier;
import java.util.stream.Collectors;
import static java.util.Arrays.asList;
import static java.util.Collection... | Remove type.
| annotation-rest/src/test/java/uk/ac/ebi/quickgo/annotation/model/AnnotationMocker.java | Remove type. | |
Java | apache-2.0 | ee536330cafbed81f8300563b21225b0e64fc3d3 | 0 | librato/metrics-librato | package com.librato.metrics;
import com.codahale.metrics.*;
import com.codahale.metrics.Timer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.*;
import java.util.concurrent.TimeUnit;
/**
* A reporter for publishing metrics to <a href="http://metrics.librato.com/">Librato Metrics</a>
*/
p... | src/main/java/com/librato/metrics/LibratoReporter.java | package com.librato.metrics;
import com.codahale.metrics.*;
import com.codahale.metrics.Timer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.*;
import java.util.concurrent.TimeUnit;
/**
* A reporter for publishing metrics to <a href="http://metrics.librato.com/">Librato Metrics</a>
*/
p... | Use the /v1/metrics endpoint
| src/main/java/com/librato/metrics/LibratoReporter.java | Use the /v1/metrics endpoint | |
Java | apache-2.0 | 4b1820d2d3129351026d88af708c2b4144104d05 | 0 | oanc/org.anc.lapps.gate,oanc/org.anc.lapps.gate | package org.anc.lapps.gate;
import gate.Document;
import gate.Factory;
import gate.FeatureMap;
import org.lappsgrid.api.Data;
import org.lappsgrid.core.DataFactory;
import org.lappsgrid.discriminator.Types;
import org.lappsgrid.vocabulary.Annotations;
import org.lappsgrid.vocabulary.Contents;
import org.lappsgrid.voca... | src/main/java/org/anc/lapps/gate/SentenceSplitter.java | package org.anc.lapps.gate;
import gate.Document;
import gate.Factory;
import gate.FeatureMap;
import org.lappsgrid.api.Data;
import org.lappsgrid.core.DataFactory;
import org.lappsgrid.discriminator.Types;
import org.lappsgrid.vocabulary.Annotations;
import org.lappsgrid.vocabulary.Contents;
import org.lappsgrid.voca... | Fixed metadata added by the SentenceSplitter
| src/main/java/org/anc/lapps/gate/SentenceSplitter.java | Fixed metadata added by the SentenceSplitter | |
Java | apache-2.0 | 67f9451c88385c3240acf46fa86a2e4e461d6f81 | 0 | kwmt/GitHubSearch | package net.kwmt27.codesearch.entity.events;
import android.content.Context;
import android.view.View;
import android.widget.TextView;
import com.google.android.flexbox.FlexboxLayout;
import com.google.gson.annotations.SerializedName;
import net.kwmt27.codesearch.entity.EventEntity;
import net.kwmt27.codesearch.enti... | app/src/main/java/net/kwmt27/codesearch/entity/events/FollowEvent.java | package net.kwmt27.codesearch.entity.events;
import android.content.Context;
import android.view.View;
import android.widget.TextView;
import com.google.android.flexbox.FlexboxLayout;
import com.google.gson.annotations.SerializedName;
import net.kwmt27.codesearch.entity.EventEntity;
import net.kwmt27.codesearch.enti... | add comment
| app/src/main/java/net/kwmt27/codesearch/entity/events/FollowEvent.java | add comment | |
Java | bsd-3-clause | 90526d7795ddd73704c741fd936af495d3808f80 | 0 | mdcao/japsa,mdcao/japsa | /*****************************************************************************
* Copyright (c) Minh Duc Cao, Monash Uni & UQ, All rights reserved. *
* *
* Redistribution and use in source and binary forms, with or without *
* m... | src/main/java/japsa/tools/bio/np/FlankSeqsDetectorCmd.java | /*****************************************************************************
* Copyright (c) Minh Duc Cao, Monash Uni & UQ, All rights reserved. *
* *
* Redistribution and use in source and binary forms, with or without *
* m... | optimize DBSCAn | src/main/java/japsa/tools/bio/np/FlankSeqsDetectorCmd.java | optimize DBSCAn | |
Java | mit | 3a2b1bcedf7d4aed554daba7dbc95f215ceaa39a | 0 | gitj-client/gitj,redpois0n/gitj | package com.redpois0n.gitj.ui.components;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import javax.swing.JPanel;
import com.redpois0n.git.Chunk;
import com.redpois0n.git.CodeLine;
import com.redpo... | src/com/redpois0n/gitj/ui/components/DiffPanel.java | package com.redpois0n.gitj.ui.components;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import javax.swing.JPanel;
import com.redpois0n.git.Chunk;
import com.redpois0n.git.CodeLine;
import com.redpo... | SourceTree colors
| src/com/redpois0n/gitj/ui/components/DiffPanel.java | SourceTree colors | |
Java | mit | 79cf67b65085495bf0191273755b04065a6a296b | 0 | conveyal/r5,conveyal/r5,conveyal/r5,conveyal/r5,conveyal/r5 | package com.conveyal.r5.analyst.broker;
/**
* Describes the status of Job.
*/
public class JobStatus {
/** number of complete tasks */
public int complete;
/** number of tasks remaining */
public int remaining;
/** number of tasks in flight (i.e. on workers now) */
public int inFlight;
... | src/main/java/com/conveyal/r5/analyst/broker/JobStatus.java | package com.conveyal.r5.analyst.broker;
/**
* Describes the status of Job.
*/
public class JobStatus {
/** number of complete tasks */
public int complete;
/** number of tasks remaining */
public int remaining;
/** number of tasks in flight (i.e. on workers now) */
public int inFlight;
... | add graph ID to job status, for debugging.
| src/main/java/com/conveyal/r5/analyst/broker/JobStatus.java | add graph ID to job status, for debugging. | |
Java | mit | 6fe612d19e97bcd2688791abb2be34d631e46bc2 | 0 | wmaop/wm-aop-util | package org.wmaop.util.jexl;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import org.apache.commons.jexl2.Expression;
import org.apache.commons.jexl2.MapContext;
import org.junit.Test;
public class FunctionsTest {
@Test
public void shouldPatternMatchWithinArray... | src/test/java/org/wmaop/util/jexl/FunctionsTest.java | package org.wmaop.util.jexl;
import static org.junit.Assert.*;
import org.apache.commons.jexl2.Expression;
import org.apache.commons.jexl2.JexlContext;
import org.apache.commons.jexl2.MapContext;
import org.junit.Test;
public class FunctionsTest {
@Test
public void shouldPatternMatchWithinArray() {
... | Update markers | src/test/java/org/wmaop/util/jexl/FunctionsTest.java | Update markers | |
Java | mit | 752e8e8fe9a453b4f30fe91baea929f02cc7067d | 0 | KWStudios/RageMode,KWStudios/RageMode | package org.kwstudios.play.ragemode.gameLogic;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import com.gmail.zahusek.tinyprotocolapi.api.tabapi.TabAPI;
public class TabG... | src/org/kwstudios/play/ragemode/gameLogic/TabGuiUpdater.java | package org.kwstudios.play.ragemode.gameLogic;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import com.gmail.zahusek.tinyprotocolapi.api.tabapi.TabAPI;
public class TabG... | Removed NullPointerException in TabGuiUpdater. | src/org/kwstudios/play/ragemode/gameLogic/TabGuiUpdater.java | Removed NullPointerException in TabGuiUpdater. | |
Java | mpl-2.0 | 114f99b58e7345ebec28da69e7fa47e928225c48 | 0 | kristopherschmidt/openmrs-core,rbtracker/openmrs-core,Bhamni/openmrs-core,aboutdata/openmrs-core,donaldgavis/openmrs-core,sadhanvejella/openmrs,sintjuri/openmrs-core,sravanthi17/openmrs-core,Winbobob/openmrs-core,hoquangtruong/TestMylyn,dlahn/openmrs-core,preethi29/openmrs-core,milankarunarathne/openmrs-core,MuhammadSa... | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | api/src/main/java/org/openmrs/util/DatabaseUpdater.java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | Add check for changelog table when initializing liquibase - TRUNK-1926
git-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@22631 5bac5841-c719-aa4e-b3fe-cce5062f897a
| api/src/main/java/org/openmrs/util/DatabaseUpdater.java | Add check for changelog table when initializing liquibase - TRUNK-1926 | |
Java | mpl-2.0 | cd97ef722149a4893c86be10a7c956accea9e899 | 0 | Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV | package org.helioviewer.gl3d.camera;
import java.awt.Point;
import javax.media.opengl.GL2;
import javax.media.opengl.glu.GLU;
import org.helioviewer.base.logging.Log;
import org.helioviewer.base.physics.Constants;
import org.helioviewer.gl3d.math.GL3DMat4d;
import org.helioviewer.gl3d.math.GL3DQuatd;
import org.heli... | src/jhv/src/org/helioviewer/gl3d/camera/GL3DCamera.java | package org.helioviewer.gl3d.camera;
import java.awt.Point;
import javax.media.opengl.GL2;
import javax.media.opengl.glu.GLU;
import org.helioviewer.base.logging.Log;
import org.helioviewer.base.physics.Constants;
import org.helioviewer.gl3d.math.GL3DMat4d;
import org.helioviewer.gl3d.math.GL3DQuatd;
import org.heli... | Reduce GL3DVec3d allocations
git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@4109 b4e469a2-07ce-4b26-9273-4d7d95a670c7
| src/jhv/src/org/helioviewer/gl3d/camera/GL3DCamera.java | Reduce GL3DVec3d allocations | |
Java | agpl-3.0 | 344282b9f519f2bc3c6495064ddf0017091521fc | 0 | hobrasoft-cz/PDFMU,hobrasoft-cz/PDFMU | package cz.hobrasoft.pdfmu.error;
import cz.hobrasoft.pdfmu.IntProperties;
import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.MissingResourceException;
import java.util.ResourceBundle;... | pdfmu/src/main/java/cz/hobrasoft/pdfmu/error/ErrorType.java | package cz.hobrasoft.pdfmu.error;
import cz.hobrasoft.pdfmu.IntProperties;
import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.MissingResourceException;
import java.util.ResourceBundle;... | ErrorType: Update comments
| pdfmu/src/main/java/cz/hobrasoft/pdfmu/error/ErrorType.java | ErrorType: Update comments | |
Java | agpl-3.0 | 766b1e2e1e8bf86c9e8df104a3b56807d0a73e40 | 0 | bitsquare/bitsquare,bitsquare/bitsquare,bisq-network/exchange,bisq-network/exchange | /*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | core/src/main/java/bisq/core/btc/model/AddressEntryList.java | /*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | Add check to not add a duplicate address entry with same offer ID and context.
In debugging trade protocol and taking same offer I could generate problems where the multisig entry was twice but with diff. keys, so take offer failed. I remember the error log to have seen in the past and I assume this was a rare bug we e... | core/src/main/java/bisq/core/btc/model/AddressEntryList.java | Add check to not add a duplicate address entry with same offer ID and context. In debugging trade protocol and taking same offer I could generate problems where the multisig entry was twice but with diff. keys, so take offer failed. I remember the error log to have seen in the past and I assume this was a rare bug we e... | |
Java | lgpl-2.1 | a65e293c439173643b15b8940bc4a7ded3ea84a9 | 0 | sbliven/biojava,sbliven/biojava,sbliven/biojava | package seq;
import org.biojavax.RichObjectFactory;
import org.biojavax.bio.db.ncbi.GenbankRichSequenceDB;
import org.biojavax.bio.seq.RichSequence;
/**
* Fetch sequences by accession from the NCBI efetch server and dump them as genbank.
* Updated to use RichSequence and BioJavaX.
*
* Messages go to stderr and a... | demos/seq/FetchSeq.java | package seq;
import org.biojava.utils.*;
import org.biojava.bio.*;
import org.biojava.bio.seq.*;
import org.biojava.bio.seq.db.*;
import org.biojava.bio.seq.io.*;
/**
* Fetch sequences by accession from the NCBI efetch server and dump them as genbank.
*
* Messages go to stderr and all data output goes to stdout.
... | updated for biojavax
git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@3754 7c6358e6-4a41-0410-a743-a5b2a554c398
| demos/seq/FetchSeq.java | updated for biojavax | |
Java | lgpl-2.1 | 8bc79acc551ae32ebb79dc8bf1a6fd271cb2c5e2 | 0 | shabanovd/exist,hungerburg/exist,eXist-db/exist,wolfgangmm/exist,opax/exist,jessealama/exist,MjAbuz/exist,lcahlander/exist,wshager/exist,ambs/exist,jensopetersen/exist,ambs/exist,kohsah/exist,patczar/exist,eXist-db/exist,ljo/exist,eXist-db/exist,wolfgangmm/exist,jensopetersen/exist,RemiKoutcherawy/exist,joewiz/exist,lj... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2011 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
... | extensions/debuggee/src/org/exist/debuggee/ScriptRunner.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2011 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
... | [bugfix] make debugger extension compile again
| extensions/debuggee/src/org/exist/debuggee/ScriptRunner.java | [bugfix] make debugger extension compile again | |
Java | lgpl-2.1 | 8909b11c318018908bd0ad61817558bbef3ee0cb | 0 | levants/lightmare | package org.lightmare.rest.providers;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.core.Cookie;
import javax.ws.rs.core.MediaType;
imp... | src/main/java/org/lightmare/rest/providers/ParamBuilder.java | package org.lightmare.rest.providers;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.core.Cookie;
import javax.ws.rs.core.MediaType;
imp... | improved / commented code utiliti classes | src/main/java/org/lightmare/rest/providers/ParamBuilder.java | improved / commented code utiliti classes | |
Java | unlicense | 98759407c33a90b4880c96c86a2ab238277afe0e | 0 | vpadegaonkar/VinayMaven | package com.example.javamavenjunithelloworld;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.StandardOutputStreamLog;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import static org.hamcrest.CoreMatchers.*;
import static org.j... | src/test/java/com/example/javamavenjunithelloworld/HelloWithTestsIT.java | package com.example.javamavenjunithelloworld;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.StandardOutputStreamLog;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import static org.hamcrest.CoreMatchers.*;
import static org.j... | Installed Firefox on Jenkins to see error | src/test/java/com/example/javamavenjunithelloworld/HelloWithTestsIT.java | Installed Firefox on Jenkins to see error | |
Java | unlicense | 1749a48ca7259425988a896c1e39219c9fd32d90 | 0 | svenkaestle/PrApp | package de.svenkaestle.prapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class AddDrugsActivity extends ... | app/src/main/java/de/svenkaestle/prapp/AddDrugsActivity.java | package de.svenkaestle.prapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class AddDrugsActivity extends ... | delete finish in menu
| app/src/main/java/de/svenkaestle/prapp/AddDrugsActivity.java | delete finish in menu | |
Java | apache-2.0 | 46a5a8926eafb3bf30e7ff997a3801fc68b75ada | 0 | Nanoware/Terasology,MovingBlocks/Terasology,Malanius/Terasology,Nanoware/Terasology,Malanius/Terasology,MovingBlocks/Terasology,Nanoware/Terasology,MovingBlocks/Terasology | /*
* Copyright 2013 MovingBlocks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | engine/src/main/java/org/terasology/world/propagation/light/LightPropagationRules.java | /*
* Copyright 2013 MovingBlocks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | Tweak light propgation rules to use the chunk constants
| engine/src/main/java/org/terasology/world/propagation/light/LightPropagationRules.java | Tweak light propgation rules to use the chunk constants | |
Java | apache-2.0 | d318ca174154f54dcdaf8b6d097221e267a1810f | 0 | ndimiduk/hbase,francisliu/hbase,Apache9/hbase,apurtell/hbase,Apache9/hbase,mahak/hbase,ndimiduk/hbase,francisliu/hbase,ndimiduk/hbase,francisliu/hbase,francisliu/hbase,apurtell/hbase,apurtell/hbase,mahak/hbase,mahak/hbase,ndimiduk/hbase,francisliu/hbase,apurtell/hbase,Apache9/hbase,francisliu/hbase,Apache9/hbase,mahak/... | /**
* 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... | hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi.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... | HBASE-24073 [flakey test] client.TestAsyncRegionAdminApi messed up compaction state. (#1387)
Signed-off-by: Viraj Jasani <0f008b677517e222a5b140e7cfedb6aed7df6c3b@apache.org> | hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncRegionAdminApi.java | HBASE-24073 [flakey test] client.TestAsyncRegionAdminApi messed up compaction state. (#1387) | |
Java | apache-2.0 | c34b6df7b7528efca92ca0c71a596b7020a9d720 | 0 | IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service | /*
* Copyright 2015 West Coast Informatics, LLC
*/
package org.ihtsdo.otf.mapping.jpa.services;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Lis... | jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/services/WorkflowServiceJpa.java | /*
* Copyright 2015 West Coast Informatics, LLC
*/
package org.ihtsdo.otf.mapping.jpa.services;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Lis... | MAP-1191: another tweak.
| jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/services/WorkflowServiceJpa.java | MAP-1191: another tweak. | |
Java | apache-2.0 | 837be65646eb459df16bfd351c3a642d5c668e4b | 0 | xizhououyang/elephant-bird,twitter/elephant-bird,InMobi/elephant-bird,saurfang/elephant-bird,wicknicks/elephant-bird,twitter/elephant-bird,qubole/elephant-bird,RainyWang103/elephant-bird,laurentgo/elephant-bird,airbnb/elephant-bird,canojim/elephant-bird,rubanm/elephant-bird,rubanm/elephant-bird,skinzer/elephant-bird,ra... | package com.twitter.elephantbird.pig.util;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.apache.pig.Load... | src/java/com/twitter/elephantbird/pig/util/ThriftToPig.java | package com.twitter.elephantbird.pig.util;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.apache.pig.Load... | Fixes compile warning in ThriftToPig
| src/java/com/twitter/elephantbird/pig/util/ThriftToPig.java | Fixes compile warning in ThriftToPig | |
Java | apache-2.0 | 379602b25ab0e4128fd1ce7b91499548ab48991d | 0 | nawawi/closure-compiler,google/closure-compiler,ChadKillingsworth/closure-compiler,monetate/closure-compiler,ChadKillingsworth/closure-compiler,nawawi/closure-compiler,monetate/closure-compiler,google/closure-compiler,google/closure-compiler,google/closure-compiler,ChadKillingsworth/closure-compiler,monetate/closure-co... | /*
* Copyright 2006 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | test/com/google/javascript/jscomp/InlineAndCollapsePropertiesTest.java | /*
* Copyright 2006 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | `InlineAndCollapsePropertiesTest`: Add test for incorrectly collapsing toString/valueOf from object literals
This test case shows that we're removing toString/valueOf functions explicitly defined in object literals, when we shouldn't be.
I'm submitting this now to document the current incorrect behavior of InlineAndC... | test/com/google/javascript/jscomp/InlineAndCollapsePropertiesTest.java | `InlineAndCollapsePropertiesTest`: Add test for incorrectly collapsing toString/valueOf from object literals | |
Java | apache-2.0 | 5a99ec7360884255c7d47a14641751a5bcf6a4fd | 0 | ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp | /*******************************************************************************
* 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... | framework/entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.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... | DatabaseUtil: fix entity index errors affecting unrelated indexes + improved logging
https://gitlab.ilscipio.com/scipio-dev/dev/scipioce-dev/-/issues/1204
| framework/entity/src/org/ofbiz/entity/jdbc/DatabaseUtil.java | DatabaseUtil: fix entity index errors affecting unrelated indexes + improved logging | |
Java | apache-2.0 | f8e6cc58deb7c83bc3ea769e1a2282204c4157cf | 0 | MER-GROUP/intellij-community,kdwink/intellij-community,tmpgit/intellij-community,MER-GROUP/intellij-community,muntasirsyed/intellij-community,adedayo/intellij-community,FHannes/intellij-community,lucafavatella/intellij-community,supersven/intellij-community,supersven/intellij-community,holmes/intellij-community,fiterma... | python/testSrc/com/jetbrains/python/testRunner/PyDocTestRunnerTest.java | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | moved doctest tests to env tests
| python/testSrc/com/jetbrains/python/testRunner/PyDocTestRunnerTest.java | moved doctest tests to env tests | ||
Java | apache-2.0 | e7d08bd15b64dfb22ad8dae3f36faf683a49cbcd | 0 | bmatthews68/ldap-maven-plugin | /*
* Copyright 2012 Brian Thomas Matthews
*
* 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/java/com/btmatthews/maven/plugins/ldap/mojo/RunLDAPMojo.java | /*
* Copyright 2012 Brian Thomas Matthews
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | Added server type and user name/password parameters
| src/main/java/com/btmatthews/maven/plugins/ldap/mojo/RunLDAPMojo.java | Added server type and user name/password parameters | |
Java | apache-2.0 | cb6215b2353e848cea054e52e37d1fe6c4756631 | 0 | 4treesCH/strolch,4treesCH/strolch,eitchnet/strolch,eitchnet/strolch,4treesCH/strolch,4treesCH/strolch,eitchnet/strolch,eitchnet/strolch | /*
* Copyright (c) 2010, 2011
*
* Robert von Burg <eitch@eitchnet.ch>
*
*/
/*
* This file is part of Privilege.
*
* Privilege 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 ... | src/ch/eitchnet/privilege/handler/XmlPersistenceHandler.java | /*
* Copyright (c) 2010, 2011
*
* Robert von Burg <eitch@eitchnet.ch>
*
*/
/*
* This file is part of Privilege.
*
* Privilege 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 ... | [Bugfix] fixed a bug where if the <AllAllowed> tag was not defined in
the PrivilegeModel.xml file then a NullPointer was thrown. It is now
possible to leave out this tag, in which case false is assumed | src/ch/eitchnet/privilege/handler/XmlPersistenceHandler.java | [Bugfix] fixed a bug where if the <AllAllowed> tag was not defined in the PrivilegeModel.xml file then a NullPointer was thrown. It is now possible to leave out this tag, in which case false is assumed | |
Java | apache-2.0 | 7fa7f0e3172422d0115a1f638a968c9b881c8f07 | 0 | ceylon/ceylon-model | package com.redhat.ceylon.model.typechecker.model;
import static com.redhat.ceylon.model.typechecker.model.SiteVariance.IN;
import static com.redhat.ceylon.model.typechecker.model.SiteVariance.OUT;
import static java.lang.Character.charCount;
import static java.lang.Character.isLowerCase;
import static java.util.Array... | src/com/redhat/ceylon/model/typechecker/model/ModelUtil.java | package com.redhat.ceylon.model.typechecker.model;
import static com.redhat.ceylon.model.typechecker.model.SiteVariance.IN;
import static com.redhat.ceylon.model.typechecker.model.SiteVariance.OUT;
import static java.lang.Character.charCount;
import static java.lang.Character.isLowerCase;
import static java.util.Array... | minor cleanups | src/com/redhat/ceylon/model/typechecker/model/ModelUtil.java | minor cleanups | |
Java | apache-2.0 | 33f2df85264e655c68c162121ce09503e2dba6ef | 0 | Wikidata/Wikidata-Toolkit,Wikidata/Wikidata-Toolkit | package org.wikidata.wdtk.rdf;
/*
* #%L
* Wikidata Toolkit RDF
* %%
* Copyright (C) 2014 Wikidata Toolkit Developers
* %%
* 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
*
* htt... | wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java | package org.wikidata.wdtk.rdf;
/*
* #%L
* Wikidata Toolkit RDF
* %%
* Copyright (C) 2014 Wikidata Toolkit Developers
* %%
* 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
*
* ht... | change StatementId format | wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java | change StatementId format | |
Java | apache-2.0 | a486002f112924367ff3d2c8ab5fe68996b23f89 | 0 | LittlePanpc/android-download-manager | src/com/littlepanpc/downloader/db/DownloadDBHelper.java | package com.littlepanpc.downloader.db;
import com.littlepanpc.downloader.util.LogUtils;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* @class: DownloadDBHelper
* @Description: create or update database table---\"downloads.db\"
... | Delete DownloadDBHelper.java | src/com/littlepanpc/downloader/db/DownloadDBHelper.java | Delete DownloadDBHelper.java | ||
Java | apache-2.0 | 4e77fb850dbbb77d9efa70e00f28fe3dd3738d03 | 0 | GlenKPeterson/UncleJim,GlenKPeterson/UncleJim | // Copyright 2015-04-13 PlanBase Inc. & Glen Peterson
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | src/main/java/org/organicdesign/fp/collections/UnmodMap.java | // Copyright 2015-04-13 PlanBase Inc. & Glen Peterson
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | Added helpful javadoc link.
| src/main/java/org/organicdesign/fp/collections/UnmodMap.java | Added helpful javadoc link. | |
Java | apache-2.0 | 51760c6608d4c41ef39e8a30dfe89759f8b65679 | 0 | apache/tomcat,apache/tomcat,apache/tomcat,apache/tomcat,apache/tomcat | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | test/org/apache/catalina/realm/TestJNDIRealmIntegration.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Add additional tests with pooling | test/org/apache/catalina/realm/TestJNDIRealmIntegration.java | Add additional tests with pooling | |
Java | apache-2.0 | 8376be63e56281fffbb29fb9ed7275c4e1139cd2 | 0 | babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble | // JSPySequenceListWrapper.java
/**
* Copyright (C) 2008 10gen Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in t... | src/main/ed/lang/python/JSPySequenceListWrapper.java | // JSPySequenceListWrapper.java
/**
* Copyright (C) 2008 10gen Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in t... | Fix the build.
| src/main/ed/lang/python/JSPySequenceListWrapper.java | Fix the build. | |
Java | apache-2.0 | 7be0bd14435be1696851501013d687d61dbb8e34 | 0 | MaxRau/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,Tycheo/coffeemud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,oriontribun... | package com.planet_ink.coffee_mud.Abilities.Misc;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import... | com/planet_ink/coffee_mud/Abilities/Misc/ItemRejuv.java | package com.planet_ink.coffee_mud.Abilities.Misc;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@12371 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Misc/ItemRejuv.java | ||
Java | apache-2.0 | 609d2ba1cca44cf7de20189fc3442e6c39f78adb | 0 | hubrick/vertx-kafka-service,hubrick/vertx-kafka-service | /**
* Copyright (C) 2016 Etaia AS (oss@hubrick.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 appl... | src/main/java/com/hubrick/vertx/kafka/consumer/KafkaConsumerManager.java | /**
* Copyright (C) 2016 Etaia AS (oss@hubrick.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 appl... | Make log messages nicer
| src/main/java/com/hubrick/vertx/kafka/consumer/KafkaConsumerManager.java | Make log messages nicer | |
Java | apache-2.0 | 764eb837f97c317e1aad9d011de4fcca45d5b7dc | 0 | amplab/succinct,SwathiMystery/succinct,SwathiMystery/succinct,amplab/succinct | package edu.berkeley.cs.succinct;
import edu.berkeley.cs.succinct.bitmap.BMArray;
import edu.berkeley.cs.succinct.bitmap.BitMap;
import edu.berkeley.cs.succinct.dictionary.Tables;
import edu.berkeley.cs.succinct.qsufsort.QSufSort;
import edu.berkeley.cs.succinct.util.CommonUtils;
import edu.berkeley.cs.succinct.util.S... | core/src/main/java/edu/berkeley/cs/succinct/SuccinctCore.java | package edu.berkeley.cs.succinct;
import edu.berkeley.cs.succinct.bitmap.BMArray;
import edu.berkeley.cs.succinct.bitmap.BitMap;
import edu.berkeley.cs.succinct.dictionary.Tables;
import edu.berkeley.cs.succinct.qsufsort.QSufSort;
import edu.berkeley.cs.succinct.util.CommonUtils;
import edu.berkeley.cs.succinct.util.S... | Added comments
| core/src/main/java/edu/berkeley/cs/succinct/SuccinctCore.java | Added comments | |
Java | apache-2.0 | 702982c6685094449d58882f390e9fe4eb100625 | 0 | zibhub/GNDMS,zibhub/GNDMS,zibhub/GNDMS,zibhub/GNDMS | package de.zib.gndms.GORFX.service;
import de.zib.gndms.GORFX.service.util.WidAux;
import de.zib.gndms.common.GORFX.service.TaskFlowService;
import de.zib.gndms.common.model.gorfx.types.*;
import de.zib.gndms.common.rest.*;
import de.zib.gndms.common.stuff.devel.NotYetImplementedException;
import de.zib.gndms.gndmc.go... | gorfx/src/de/zib/gndms/GORFX/service/TaskFlowServiceImpl.java | package de.zib.gndms.GORFX.service;
import de.zib.gndms.GORFX.service.util.WidAux;
import de.zib.gndms.common.GORFX.service.TaskFlowService;
import de.zib.gndms.common.model.gorfx.types.*;
import de.zib.gndms.common.rest.*;
import de.zib.gndms.common.stuff.devel.NotYetImplementedException;
import de.zib.gndms.gndmc.go... | Bugfix: no Content-Type in response
| gorfx/src/de/zib/gndms/GORFX/service/TaskFlowServiceImpl.java | Bugfix: no Content-Type in response | |
Java | apache-2.0 | ec4deb7224fc447b8ab04828c01cf97c5dcc498b | 0 | popstr/undertow,ctomc/undertow,jasonchaffee/undertow,stuartwdouglas/undertow,undertow-io/undertow,darranl/undertow,ctomc/undertow,stuartwdouglas/undertow,msfm/undertow,Karm/undertow,baranowb/undertow,aldaris/undertow,rogerchina/undertow,yonglehou/undertow,Karm/undertow,baranowb/undertow,emag/codereading-undertow,popstr... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | core/src/main/java/io/undertow/server/handlers/ChannelUpgradeHandler.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | Fix some problems with the ChannelUpgradeHandler
| core/src/main/java/io/undertow/server/handlers/ChannelUpgradeHandler.java | Fix some problems with the ChannelUpgradeHandler | |
Java | apache-2.0 | 37334470367beb18e4c0070a2181b4aa49544d9b | 0 | masaki-yamakawa/geode,masaki-yamakawa/geode,smgoller/geode,jdeppe-pivotal/geode,masaki-yamakawa/geode,masaki-yamakawa/geode,masaki-yamakawa/geode,smgoller/geode,smgoller/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,smgoller/geode,smgoller/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,jdeppe-pi... | /*
* 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 not ... | geode-dunit/src/main/java/org/apache/geode/test/dunit/VM.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 not ... | GEODE-8544: Making VM class start versioned VM (#5559)
| geode-dunit/src/main/java/org/apache/geode/test/dunit/VM.java | GEODE-8544: Making VM class start versioned VM (#5559) | |
Java | bsd-3-clause | da8025eb7a9f6bd4d9e4181996d57f3f9368f3d1 | 0 | City-Outdoors/City-Outdoors-Android | package uk.co.jarofgreen.cityoutdoors.API;
import org.apache.http.client.HttpClient;
import java.io.File;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.net.SocketException;
import java.net.UnknownHostException;
import android.content.Context;
import android.content.SharedPrefer... | app/src/uk/co/jarofgreen/cityoutdoors/API/BaseCall.java | package uk.co.jarofgreen.cityoutdoors.API;
import org.apache.http.client.HttpClient;
import java.io.File;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.sax.E... | Catch networking errors gracefully
| app/src/uk/co/jarofgreen/cityoutdoors/API/BaseCall.java | Catch networking errors gracefully | |
Java | bsd-3-clause | ff81b4e8e8a1546146532dfc822acccc02612a4f | 0 | psygate/CivModCore,psygate/CivModCore | package vg.civcraft.mc.civmodcore.util;
import java.nio.ByteBuffer;
import java.util.UUID;
import org.apache.commons.lang3.ArrayUtils;
/**
* Class of utilities relating to UUIDs
*
* @author Protonull
*/
public final class UuidUtils {
public static final UUID IDENTITY = new UUID(0L, 0L);
/**
* Determines whe... | src/main/java/vg/civcraft/mc/civmodcore/util/UuidUtils.java | package vg.civcraft.mc.civmodcore.util;
import java.nio.ByteBuffer;
import java.util.UUID;
import org.apache.commons.lang3.ArrayUtils;
/**
* Class of utilities relating to UUIDs
*
* @author Protonull
*/
public final class UuidUtils {
public static final UUID IDENTITY = new UUID(0L, 0L);
/**
* Determines whe... | Add UuidUtils.fromString() for less throwy UUID parsing
| src/main/java/vg/civcraft/mc/civmodcore/util/UuidUtils.java | Add UuidUtils.fromString() for less throwy UUID parsing | |
Java | bsd-3-clause | 6987a61a9a3fdb88ce449964bff9ab452f117dbd | 0 | pepyakin/threetenbp,jnehlmeier/threetenbp,pepyakin/threetenbp,jnehlmeier/threetenbp,ThreeTen/threetenbp,naixx/threetenbp,ThreeTen/threetenbp,naixx/threetenbp | /*
* Copyright (c) 2007-2011, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the... | src/main/java/javax/time/calendar/ZoneResolvers.java | /*
* Copyright (c) 2007-2011, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the... | Tidy ZoneResolvers, but cannot stop Combination class from class-loading
| src/main/java/javax/time/calendar/ZoneResolvers.java | Tidy ZoneResolvers, but cannot stop Combination class from class-loading | |
Java | mit | 429cd11b85cb8d7d812785f2f2c15a3b79c1a583 | 0 | jakobehmsen/permoize | package permoize;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.function.BiFunction;
public class ReflectivePusher {
private ReflectivePusher() { }
@SuppressWarnings("unchecked")
public static <T, R> T create(Class<T> c, T implementer, Pusher<R> puller, BiFunction<Method, Obje... | eclipse/src/permoize/ReflectivePusher.java | package permoize;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.function.BiFunction;
public class ReflectivePusher {
private ReflectivePusher() { }
@SuppressWarnings("unchecked")
public static <T, R> T create(Class<T> c, T implementer, Pusher<R> puller, BiFunction<Method, Obje... | Removed redundant logic.
Signed-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com> | eclipse/src/permoize/ReflectivePusher.java | Removed redundant logic. | |
Java | mit | 11d70716f353552a79b4e1f0422702385c1c67fb | 0 | Batix/rundeck-ansible-plugin,Batix/rundeck-ansible-plugin | /**
* Ansible Runner Builder.
*
* @author Yassine Azzouz <a href="mailto:yassine.azzouz@gmail.com">yassine.azzouz@gmail.com</a>
*/
package com.batix.rundeck.core;
import com.dtolabs.rundeck.core.common.INodeEntry;
import com.dtolabs.rundeck.core.common.INodeSet;
import com.batix.rundeck.core.AnsibleDescri... | src/main/java/com/batix/rundeck/core/AnsibleRunnerBuilder.java | /**
* Ansible Runner Builder.
*
* @author Yassine Azzouz <a href="mailto:yassine.azzouz@gmail.com">yassine.azzouz@gmail.com</a>
*/
package com.batix.rundeck.core;
import com.dtolabs.rundeck.core.common.INodeEntry;
import com.dtolabs.rundeck.core.common.INodeSet;
import com.batix.rundeck.core.AnsibleDescri... | Fixing NPE on getInventory method: https://github.com/Batix/rundeck-ansible-plugin/issues/182
| src/main/java/com/batix/rundeck/core/AnsibleRunnerBuilder.java | Fixing NPE on getInventory method: https://github.com/Batix/rundeck-ansible-plugin/issues/182 | |
Java | mit | cc751be96959a3bf8e04b4600c41c024982396f6 | 0 | GluuFederation/oxAuth,GluuFederation/oxAuth,GluuFederation/oxAuth,GluuFederation/oxAuth,GluuFederation/oxAuth | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.oxauth.client.model;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.json.JSONException;
import org.json.JSONObject;
... | Client/src/main/java/org/gluu/oxauth/client/model/JwtState.java | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.oxauth.client.model;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.json.JSONException;
import org.json.JSONObject;
... | Fix Jwt stte json serialization | Client/src/main/java/org/gluu/oxauth/client/model/JwtState.java | Fix Jwt stte json serialization | |
Java | mit | bbfb82f7bc7a8d9d10fa79ae8b305ed5c4f28ebd | 0 | d2fn/passage,d2fn/passage,d2fn/passage,d2fn/passage | /* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2012-13 The Processing Foundation
Copyright (c) 2004-12 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
This library is free software... | src/main/java/processing/core/PApplet.java | /* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2012-13 The Processing Foundation
Copyright (c) 2004-12 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
This library is free software... | ellipse + Projectable2D | src/main/java/processing/core/PApplet.java | ellipse + Projectable2D | |
Java | mit | ff59daa5ae2c942ccd7d1ee61c0aa035478557dd | 0 | JackMc/snipes | package org.ossnipes.snipes.lib.events;
/*
*
* Copyright 2010 Jack McCracken
* This file is part of The Snipes IRC Framework.
*
* The Snipes IRC Framework 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 Foundatio... | testing/lib/irc/src/org/ossnipes/snipes/lib/events/EventArgs.java | package org.ossnipes.snipes.lib.events;
/*
*
* Copyright 2010 Jack McCracken
* This file is part of The Snipes IRC Framework.
*
* The Snipes IRC Framework 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 Foundatio... | Added a containsKey method to EventArgs.
| testing/lib/irc/src/org/ossnipes/snipes/lib/events/EventArgs.java | Added a containsKey method to EventArgs. | |
Java | mit | 0df77c7861b8177c0062e84cd50097646d129e4f | 0 | Mohammad-Khan/sharedhere,Mohammad-Khan/sharedhere,shamidi/SharedHereFork,Mohammad-Khan/sharedhere,shamidi/SharedHereFork | package com.sharedhere.model;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import j... | client/android/main/src/com/sharedhere/model/SHClientServer.java | package com.sharedhere.model;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import j... | * Change upload method so as to return upload status (boolean)
* Make minor changes into SHClientServer to make it more readable
| client/android/main/src/com/sharedhere/model/SHClientServer.java | * Change upload method so as to return upload status (boolean) * Make minor changes into SHClientServer to make it more readable | |
Java | epl-1.0 | e4837431a265efe96d05d2edf414c55031ebd725 | 0 | cstultz/cis234 | package cis234a.nsort.controller;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileFilter;
import javax.swing.filechoose... | projects/nsort/src/cis234a/nsort/controller/AdminTestSetupController.java | package cis234a.nsort.controller;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
import javax.swing.filechooser.FileFilter;
import javax.swing.filechoose... | set the system pictures folder as the default directory when editing an
image | projects/nsort/src/cis234a/nsort/controller/AdminTestSetupController.java | set the system pictures folder as the default directory when editing an image | |
Java | epl-1.0 | f21993e93d0c970f76c90d8e2b370855db6358a9 | 0 | ctron/kura,ctron/kura,gavinying/kura,gavinying/kura,markoer/kura,cdealti/kura,markoer/kura,markoer/kura,darionct/kura,cdealti/kura,cdealti/kura,darionct/kura,markoer/kura,nicolatimeus/kura,nicolatimeus/kura,gavinying/kura,darionct/kura,darionct/kura,cdealti/kura,nicolatimeus/kura,nicolatimeus/kura,cdealti/kura,gavinyin... | /*******************************************************************************
* Copyright (c) 2011, 2017 Eurotech and/or its affiliates
*
* 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 distributi... | kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImpl.java | /*******************************************************************************
* Copyright (c) 2011, 2016 Eurotech and/or its affiliates
*
* 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 distributi... | Replaced 'new Runnable' with Lambda; fixed a few log messages.
Signed-off-by: ibinshtok <c352e7adbda108f549a573171733f5c1cb00bc26@eurotech.com>
| kura/org.eclipse.kura.net.admin/src/main/java/org/eclipse/kura/net/admin/monitor/ModemMonitorServiceImpl.java | Replaced 'new Runnable' with Lambda; fixed a few log messages. | |
Java | epl-1.0 | c6bec4c97e9f250958d8054d3c3077b45d18de1a | 0 | eclipse/hawkbit,bsinno/hawkbit,eclipse/hawkbit,bsinno/hawkbit,eclipse/hawkbit,bsinno/hawkbit,eclipse/hawkbit | /**
* Copyright (c) 2015 Bosch Software Innovations GmbH 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/NoCountPagingRepository.java | /**
* Copyright (c) 2015 Bosch Software Innovations GmbH 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, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | fixed overriding deprecated method on no count repository (#1032)
Signed-off-by: Bogdan Bondar <2ecb6e90714a7bed706e5861ae196b21c1d5ffd5@bosch.io> | hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/NoCountPagingRepository.java | fixed overriding deprecated method on no count repository (#1032) | |
Java | mpl-2.0 | 27e7e9d396bffb0581a7a9e1ab95f44000fc743f | 0 | joansmith/RoyalCommands,RoyalDev/RoyalCommands | package org.royaldev.royalcommands.rcommands;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.royaldev.royalcommands.PConfManager;
import org.royaldev.royalcommands.RUtils;
im... | src/org/royaldev/royalcommands/rcommands/Reply.java | package org.royaldev.royalcommands.rcommands;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.royaldev.royalcommands.PConfManager;
import org.royaldev.royalcommands.RUtils;
im... | Fixed: Reply fixed with offline players
| src/org/royaldev/royalcommands/rcommands/Reply.java | Fixed: Reply fixed with offline players | |
Java | agpl-3.0 | 39168246a36cca30d36930055f2b3d54a9d4cd4f | 0 | n1zea144/cbioportal,sheridancbio/cbioportal,shrumit/cbioportal-gsoc-final,pughlab/cbioportal,pughlab/cbioportal,jjgao/cbioportal,bengusty/cbioportal,pughlab/cbioportal,fcriscuo/cbioportal,pughlab/cbioportal,zhx828/cbioportal,kalletlak/cbioportal,zhx828/cbioportal,kalletlak/cbioportal,bengusty/cbioportal,n1zea144/cbiopo... | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mskcc.cbio.portal.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.... | portal/src/main/java/org/mskcc/cbio/portal/servlet/TumorMapServlet.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mskcc.cbio.portal.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.... | tumormap: fixed wrong copy number frac issue
| portal/src/main/java/org/mskcc/cbio/portal/servlet/TumorMapServlet.java | tumormap: fixed wrong copy number frac issue | |
Java | lgpl-2.1 | 96cd9c7c9eeaff8620490432577360efae039d8c | 0 | BEAST2-Dev/bModelTest,BEAST2-Dev/bModelTest,BEAST2-Dev/bModelTest | package beast.evolution.substitutionmodel;
import java.io.PrintStream;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import beast... | src/beast/evolution/substitutionmodel/NucleotideRevJumpSubstModel.java | package beast.evolution.substitutionmodel;
import java.io.PrintStream;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import beast... | added alternative named set of subst models
| src/beast/evolution/substitutionmodel/NucleotideRevJumpSubstModel.java | added alternative named set of subst models | |
Java | lgpl-2.1 | 7a935fe1de70039bbb15520c000012fe4c9587c0 | 0 | ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,j... | /*******************************************************************************
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration)
* and Cosylab 2002, All rights reserved
*
* This library is free software; you can redi... | LGPL/CommonSoftware/jbaci/src/alma/ACS/impl/CommonPropertyImpl.java | /*******************************************************************************
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration)
* and Cosylab 2002, All rights reserved
*
* This library is free software; you can redi... | jbaci: some logs
git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@103571 523d945c-050c-4681-91ec-863ad3bb968a
| LGPL/CommonSoftware/jbaci/src/alma/ACS/impl/CommonPropertyImpl.java | jbaci: some logs | |
Java | apache-2.0 | ced0bfba2f7af45ded23629f3639d065289d7380 | 0 | AmauryEsparza/retrofit,hgl888/retrofit,pitatensai/retrofit,dlew/retrofit,Heart2009/retrofit,maduhu/retrofit,viacheslavokolitiy/retrofit,xfumihiro/retrofit,JunyiZhou/retrofit,dmitryustimov/retrofit,sarvex/retrofit,nsmolenskii/retrofit,messipuyol/retrofit,shauvik/retrofit,pmk2429/retrofit,juliendn/retrofit,checkdroid/ret... | /*
* Copyright (C) 2013 Square, 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 agre... | retrofit/src/main/java/retrofit/mime/MultipartTypedOutput.java | /*
* Copyright (C) 2013 Square, 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 agre... | using package scope for method
| retrofit/src/main/java/retrofit/mime/MultipartTypedOutput.java | using package scope for method | |
Java | apache-2.0 | 68edfd56919528f200b771f858acb3b125c17097 | 0 | jentrialgo/imovil2014 | /*
Copyright 2014 Profesores y alumnos de la asignatura Informática Móvil de la EPI de Gijón
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 ... | app/src/main/java/es/uniovi/imovil/fcrtrainer/MainActivity.java | /*
Copyright 2014 Profesores y alumnos de la asignatura Informática Móvil de la EPI de Gijón
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 ... | Bugfix: un índice que estaba mal (se pasaba por uno)
| app/src/main/java/es/uniovi/imovil/fcrtrainer/MainActivity.java | Bugfix: un índice que estaba mal (se pasaba por uno) | |
Java | apache-2.0 | fb5ccc7d14003101c5df6832d5fb0ff7929de448 | 0 | scorpionvicky/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,GlenRSmith/elasticsearch,strapdata/elassandra,GlenRSmith/elasticsearch,HonzaKral/elasticsearch,vroyer/elassandra,gingerwizard/elasticsearch,robin13/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,vroyer/elassandra... | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.license;
import org.elasticsearch.ElasticsearchSecu... | plugin/src/test/java/org/elasticsearch/license/MachineLearningLicensingTests.java | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.license;
import org.elasticsearch.ElasticsearchSecu... | [TEST] increased log level
Original commit: elastic/x-pack-elasticsearch@a8ea83dca06f7f4076c3e50aa960db7eb30ce4a0
| plugin/src/test/java/org/elasticsearch/license/MachineLearningLicensingTests.java | [TEST] increased log level | |
Java | apache-2.0 | 019d5cefa95e20351dc07d9ee21b51aaca4fbfda | 0 | wangdan/DownloadManager | package org.aiwen.downloader;
import android.net.Uri;
import android.os.SystemClock;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Response;
import org.aiwen.downloader.utils.Constants;
import org.aiwen.downloader.utils.Utils;
import java.io.ByteArrayOutputStream;
import java.io.File;
import j... | aisen_downloader/src/main/java/org/aiwen/downloader/DownloadThread.java | package org.aiwen.downloader;
import android.net.Uri;
import android.os.SystemClock;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Response;
import org.aiwen.downloader.utils.Constants;
import org.aiwen.downloader.utils.Utils;
import java.io.File;
import java.io.FileNotFoundException;
import j... | 优化下载速度
| aisen_downloader/src/main/java/org/aiwen/downloader/DownloadThread.java | 优化下载速度 | |
Java | apache-2.0 | 4ee45f1d93bf9ce61f70ba6b5830dfde074685f0 | 0 | otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice | package de.otto.edison.mongo;
import com.mongodb.MongoClient;
import com.mongodb.MongoClientOptions;
import com.mongodb.MongoCredential;
import com.mongodb.ServerAddress;
import com.mongodb.client.MongoDatabase;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Value;
import org.springframew... | edison-mongo/src/main/java/de/otto/edison/mongo/MongoConfiguration.java | package de.otto.edison.mongo;
import com.mongodb.MongoClient;
import com.mongodb.MongoClientOptions;
import com.mongodb.MongoCredential;
import com.mongodb.ServerAddress;
import com.mongodb.client.MongoDatabase;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Value;
import org.springframew... | add serverSelectionTimeout to mongo config
| edison-mongo/src/main/java/de/otto/edison/mongo/MongoConfiguration.java | add serverSelectionTimeout to mongo config | |
Java | apache-2.0 | eec60ba9780d2046f728f454b0966ec6423c17b5 | 0 | jitsi/jicofo,jitsi/jicofo,aaronkvanmeerten/jicofo,jitsi/jicofo,jitsi/jicofo,aaronkvanmeerten/jicofo,aaronkvanmeerten/jicofo | /*
* Jicofo, the Jitsi Conference Focus.
*
* Copyright @ 2015 Atlassian Pty 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
*
... | src/main/java/org/jitsi/jicofo/recording/jibri/JibriRecorder.java | /*
* Jicofo, the Jitsi Conference Focus.
*
* Copyright @ 2015 Atlassian Pty 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
*
... | Fix a compilation error.
| src/main/java/org/jitsi/jicofo/recording/jibri/JibriRecorder.java | Fix a compilation error. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.