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 | 151da0aa757a3e24f99ea353c368ef60e8d854a2 | 0 | c0state/udacity-nanodegree-androiddeveloper-sunshine | package com.example.android.sunshine.app;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.text.format.Time;
import ... | app/src/main/java/com/example/android/sunshine/app/ForecastFragment.java | package com.example.android.sunshine.app;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.format.Time;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import ... | Read location code from preferences
| app/src/main/java/com/example/android/sunshine/app/ForecastFragment.java | Read location code from preferences | |
Java | apache-2.0 | 3a538faf0f3bae145ec03ead702db0dfb02ea577 | 0 | apache/accumulo,milleruntime/accumulo,keith-turner/accumulo,milleruntime/accumulo,keith-turner/accumulo,ctubbsii/accumulo,apache/accumulo,phrocker/accumulo-1,keith-turner/accumulo,milleruntime/accumulo,keith-turner/accumulo,ivakegg/accumulo,milleruntime/accumulo,keith-turner/accumulo,keith-turner/accumulo,apache/accumu... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.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 ... | Increase timeout for GarbageCollectWALIT to allow recovery
| test/src/main/java/org/apache/accumulo/test/GarbageCollectWALIT.java | Increase timeout for GarbageCollectWALIT to allow recovery | |
Java | apache-2.0 | 71b39c2b61c6c3544c21e5442de682af7710ab64 | 0 | rohanoid5/Yaadafy | app/java/com/example/user/yaadafy/appIntro/OnBoardScreenActivity.java | package com.example.user.yaadafy.appIntro;
import android.content.Intent;
import android.os.Bundle;
import com.example.user.yaadafy.users.Login;
import com.github.paolorotolo.appintro.AppIntro2;
/**
* Created by USER on 2/19/2016.
*/
public class OnBoardScreenActivity extends AppIntro2 {
@Override
... | Delete OnBoardScreenActivity.java | app/java/com/example/user/yaadafy/appIntro/OnBoardScreenActivity.java | Delete OnBoardScreenActivity.java | ||
Java | apache-2.0 | f7c4b2fb9d2604360d4ad6ac96bf48242fd52f82 | 0 | mrenou/jacksonatic | src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedClassUpdater.java | /**
* Copyright (C) 2015 Morgan Renou (mrenou@gmail.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... | refactor: remove unused jackson class override
| src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedClassUpdater.java | refactor: remove unused jackson class override | ||
Java | mit | 33671f9af0dc8248eb75eb28fbcad0334417ea37 | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | package org.innovateuk.ifs.application.summary.controller;
import org.innovateuk.ifs.application.forms.form.InterviewResponseForm;
import org.innovateuk.ifs.application.resource.ApplicationResource;
import org.innovateuk.ifs.application.service.ApplicationService;
import org.innovateuk.ifs.application.summary.populato... | ifs-web-service/ifs-application-service/src/main/java/org/innovateuk/ifs/application/summary/controller/ApplicationSummaryController.java | package org.innovateuk.ifs.application.summary.controller;
import org.innovateuk.ifs.application.forms.form.InterviewResponseForm;
import org.innovateuk.ifs.application.resource.ApplicationResource;
import org.innovateuk.ifs.application.service.ApplicationService;
import org.innovateuk.ifs.application.summary.populato... | IFS-8066: removing redundant dev log
| ifs-web-service/ifs-application-service/src/main/java/org/innovateuk/ifs/application/summary/controller/ApplicationSummaryController.java | IFS-8066: removing redundant dev log | |
Java | mit | 06a585b4da53751acc86b9133dd758bec8163e93 | 0 | artem-gabbasov/otus_java_2017_04_L1,artem-gabbasov/otus_java_2017_04_L1,artem-gabbasov/otus_java_2017_04_L1,artem-gabbasov/otus_java_2017_04_L1 | package ru.otus.cache;
import java.lang.ref.SoftReference;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Supplier;
/**
* Created by tully.
*/
public class CacheEngineImpl<K, V> implements CacheEngine<K, V> {
private static final int TIME_TH... | L11.1/src/main/java/ru/otus/cache/CacheEngineImpl.java | package ru.otus.cache;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Supplier;
/**
* Created by tully.
*/
public class CacheEngineImpl<K, V> implements CacheE... | Кеш переделан на использование SoftReference
| L11.1/src/main/java/ru/otus/cache/CacheEngineImpl.java | Кеш переделан на использование SoftReference | |
Java | mit | 0f701b5dad54a5608fd19f064ebeb4dd864994c0 | 0 | sdl/Testy,sdl/Testy,sdl/Testy,sdl/Testy | package com.sdl.selenium.extjs6.form;
import com.sdl.selenium.extjs6.button.Button;
import com.sdl.selenium.extjs6.slider.Slider;
import com.sdl.selenium.web.SearchType;
import com.sdl.selenium.web.WebLocator;
import com.sdl.selenium.web.link.WebLink;
import com.sdl.selenium.web.utils.RetryUtils;
import com.sdl.seleni... | src/main/java/com/sdl/selenium/extjs6/form/DateField.java | package com.sdl.selenium.extjs6.form;
import com.sdl.selenium.extjs6.button.Button;
import com.sdl.selenium.extjs6.slider.Slider;
import com.sdl.selenium.web.SearchType;
import com.sdl.selenium.web.WebLocator;
import com.sdl.selenium.web.link.WebLink;
import com.sdl.selenium.web.utils.RetryUtils;
import com.sdl.seleni... | improvement DateField
| src/main/java/com/sdl/selenium/extjs6/form/DateField.java | improvement DateField | |
Java | mit | 443457fe77b24cc7fcd0201c8ab86020c50b5648 | 0 | nhydock/revert | package com.kgp.level;
// BricksManager.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* Loads and manages a wraparound bricks map.
It also deals with various collision detection tests from
JumperSprite.
A 'bricks map' is read in from a configuration file, and used
to make an ArrayList... | src/com/kgp/level/BricksManager.java | package com.kgp.level;
// BricksManager.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* Loads and manages a wraparound bricks map.
It also deals with various collision detection tests from
JumperSprite.
A 'bricks map' is read in from a configuration file, and used
to make an ArrayList... | Fix brick positioning and rendering
- Much simplier solution to rendering and allows tweening for movement
- There's now some salvage to the left so bricks don't flicker in when at the wrap around point
| src/com/kgp/level/BricksManager.java | Fix brick positioning and rendering - Much simplier solution to rendering and allows tweening for movement - There's now some salvage to the left so bricks don't flicker in when at the wrap around point | |
Java | mit | f36300b6ec9de0ffa026acd425ec5dd1e286510b | 0 | yomikaze/OOGASalad,bchao/OOGASalad,DavisTrey/Software-Design-Final-Project,leeweisberger/RPG-Game-Engine,bewallyt/OOGASalad | package engine.battle;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontFormatException;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.io.IOException;
import java.io.InputStream;
import engine.dialogue.AttackExecutorNode;
import engine.dialogue.BattleExecutorNode;
import engine.di... | src/engine/battle/BattleManager.java | package engine.battle;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontFormatException;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.io.IOException;
import java.io.InputStream;
import engine.dialogue.AttackExecutorNode;
import engine.dialogue.BattleExecutorNode;
import engine.di... | stuff
| src/engine/battle/BattleManager.java | stuff | |
Java | mit | 17c326a066a68231c2256c2a2453216da2854535 | 0 | aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.util.Objects;
import java.util.Optional;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableCellRenderer;
import javax.swing.table.TableModel;
... | ClippedCellTooltips/src/java/example/MainPanel.java | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.util.Objects;
import java.util.Optional;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import javax.swing.table.TableCellRenderer;
import javax.swing.table.TableModel;
... | refactor: field can be converted to a local variable
| ClippedCellTooltips/src/java/example/MainPanel.java | refactor: field can be converted to a local variable | |
Java | mit | 60df0e89eccf9785a93b5bcce4972a5fdcefaad9 | 0 | B-Stefan/Risiko | package main.java.logic.data;
import main.java.logic.data.Continent;
import main.java.logic.data.Country;
import main.java.logic.data.Player;
import java.awt.*;
import java.util.*;
/**
* @author Jennifer Theloy, Thu Nguyen, Stefan Bieliauskas
*
* Dient zur Verwaltung der Karte für ein Spiel
*/
public class Map ... | Client/src/main/java/logic/data/Map.java | package main.java.logic.data;
import main.java.logic.data.Continent;
import main.java.logic.data.Country;
import main.java.logic.data.Player;
import java.awt.*;
import java.util.*;
/**
* @author Jennifer Theloy, Thu Nguyen, Stefan Bieliauskas
*
* Dient zur Verwaltung der Karte für ein Spiel
*/
public class Map ... | Farbcode Südeuropa hinzugefügt | Client/src/main/java/logic/data/Map.java | Farbcode Südeuropa hinzugefügt | |
Java | mit | 6c3d3d299ba56df253e7874e167073987ca4d2f5 | 0 | stachon/XChange,andre77/XChange,timmolter/XChange,douggie/XChange,TSavo/XChange | package org.knowm.xchange.binance.dto.account;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Arrays;
import java.util.List;
public final class AssetDividendResponse
extends SapiResponse<List<AssetDividendResponse.AssetDividend>> {
privat... | xchange-binance/src/main/java/org/knowm/xchange/binance/dto/account/AssetDividendResponse.java | package org.knowm.xchange.binance.dto.account;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Arrays;
import java.util.List;
public final class AssetDividendResponse
extends SapiResponse<List<AssetDividendResponse.AssetDividend>> {
privat... | added total from AssetDividendResponse
| xchange-binance/src/main/java/org/knowm/xchange/binance/dto/account/AssetDividendResponse.java | added total from AssetDividendResponse | |
Java | mit | 9cfaa21cdf3e5a4175724e59bebde015d7541a13 | 0 | davidfialho14/bgp-simulator | package v2.core.protocols;
import v2.core.*;
import v2.core.exporters.Exporter;
import static v2.core.InvalidAttribute.invalidAttr;
import static v2.core.InvalidRoute.invalidRoute;
/**
* Implementation of the SS-BGP Protocol. The protocol can be configured to use any detection implementation.
* Singleton Class!
*... | src/v2/core/protocols/SSBGPProtocol.java | package v2.core.protocols;
import v2.core.*;
import v2.core.exporters.Exporter;
import static v2.core.InvalidAttribute.invalidAttr;
import static v2.core.InvalidRoute.invalidRoute;
/**
* Implementation of the SS-BGP Protocol. The protocol can be configured to use any detection implementation.
*/
public class SSBGP... | "SS-BGP protocol" is now a singleton
| src/v2/core/protocols/SSBGPProtocol.java | "SS-BGP protocol" is now a singleton | |
Java | agpl-3.0 | c6eafb96d534d7324004dbbd7a5d032d43399b7e | 0 | avram/zandy,avram/zandy | /*******************************************************************************
* This file is part of Zandy.
*
* Zandy 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 Lic... | app/src/com/gimranov/zandy/app/AttachmentActivity.java | /*******************************************************************************
* This file is part of Zandy.
*
* Zandy 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 Lic... | add missing break; fixes crash after attachment view
| app/src/com/gimranov/zandy/app/AttachmentActivity.java | add missing break; fixes crash after attachment view | |
Java | lgpl-2.1 | fa0ccdebc3efd98ce325da7835405e1118f3ba4c | 0 | andyflury/opentsdb,OpenTSDB/opentsdb,sidhhu/opentsdb,kidaa/opentsdb,eswdd/opentsdb,OpenTSDB/opentsdb,MadDogTechnology/opentsdb,eswdd/opentsdb,MadDogTechnology/opentsdb,MadDogTechnology/opentsdb,sidhhu/opentsdb,andyflury/opentsdb,OpenTSDB/opentsdb,johann8384/opentsdb,alienth/opentsdb,kidaa/opentsdb,ShefronYudy/opentsdb,... | // This file is part of OpenTSDB.
// Copyright (C) 2010 StumbleUpon, Inc.
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) an... | src/tsd/GraphHandler.java | // This file is part of OpenTSDB.
// Copyright (C) 2010 StumbleUpon, Inc.
//
// This program is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at your
// option) an... | Minor improvement in the code checking cache staleness.
This removes one indirect syscall to `stat'.
Change-Id: If0fa32c698c6dbf51a0ea57f8c3177bde84cc1a4
| src/tsd/GraphHandler.java | Minor improvement in the code checking cache staleness. | |
Java | lgpl-2.1 | 285a39b3478561e69796b305b9dcbe256eea34a0 | 0 | wsnavely/soot-infoflow-android,jgarci40/soot-infoflow,matedealer/soot-infoflow,wangxiayang/soot-infoflow,xph906/FlowDroidInfoflowNew,lilicoding/soot-infoflow,johspaeth/soot-infoflow,kaunder/soot-infoflow,secure-software-engineering/soot-infoflow | /*******************************************************************************
* Copyright (c) 2012 Eric Bodden.
* Copyright (c) 2013 Tata Consultancy Services & Ecole Polytechnique de Montreal
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesse... | src/soot/jimple/infoflow/solver/fastSolver/IFDSSolver.java | /*******************************************************************************
* Copyright (c) 2012 Eric Bodden.
* Copyright (c) 2013 Tata Consultancy Services & Ecole Polytechnique de Montreal
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesse... | not saving non-merge points to jumpFn any more
| src/soot/jimple/infoflow/solver/fastSolver/IFDSSolver.java | not saving non-merge points to jumpFn any more | |
Java | apache-2.0 | 8b127135775d5ced980655b048e14b720a76ff08 | 0 | statsbiblioteket/doms-bitstorage,statsbiblioteket/doms-bitstorage,statsbiblioteket/doms-bitstorage | /*
* $Id$
* $Revision$
* $Date$
* $Author$
*
* The DOMS project.
* Copyright (C) 2007-2010 The State and University Library
*
* 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
*... | modules/lowlevel/lowlevel_impl/src/dk/statsbiblioteket/doms/bitstorage/lowlevel/frontend/LowlevelBitstorageSoapWebserviceImpl.java | /*
* $Id$
* $Revision$
* $Date$
* $Author$
*
* The DOMS project.
* Copyright (C) 2007-2010 The State and University Library
*
* 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
*... | Just another log statement
| modules/lowlevel/lowlevel_impl/src/dk/statsbiblioteket/doms/bitstorage/lowlevel/frontend/LowlevelBitstorageSoapWebserviceImpl.java | Just another log statement | |
Java | apache-2.0 | 90f9b57e784ca04596e258941eb03ffe0a571c86 | 0 | omindu/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apac... | components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/cache/AuthenticationBaseCache.java | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apac... | Always use the super tenant cache for the authentication flow.
| components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/cache/AuthenticationBaseCache.java | Always use the super tenant cache for the authentication flow. | |
Java | apache-2.0 | b50ce98eb20b653245d2278c99013f375325bc94 | 0 | palava/palava-ipc-session-store | /**
* Copyright 2010 CosmoCode GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | src/main/java/de/cosmocode/palava/ipc/session/store/Session.java | /**
* Copyright 2010 CosmoCode GmbH
*
* 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... | unified session toString
| src/main/java/de/cosmocode/palava/ipc/session/store/Session.java | unified session toString | |
Java | apache-2.0 | 7a8b264505b53f14e8063beb6e8e8e69266b9f22 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Common;
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.Areas.interfaces.*;
import... | com/planet_ink/coffee_mud/Abilities/Common/Salvaging.java | package com.planet_ink.coffee_mud.Abilities.Common;
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.Areas.interfaces.*;
import... | Salvage will drop in larger chunks for speedier delivery.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@20366 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Common/Salvaging.java | Salvage will drop in larger chunks for speedier delivery. | |
Java | apache-2.0 | ade687afc2ad8d9b130cafd6bdeddff6768777d7 | 0 | BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog,BackupTheBerlios/gavrog | /*
Copyright 2005 Olaf Delgado-Friedrichs
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agre... | src/org/gavrog/joss/dsyms/basic/IndexList.java | /*
Copyright 2005 Olaf Delgado-Friedrichs
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agre... | Added the except() factory methods.
| src/org/gavrog/joss/dsyms/basic/IndexList.java | Added the except() factory methods. | |
Java | apache-2.0 | 2919c96da0af9b55fb2d62b350cbf5e997916fd9 | 0 | EcoleKeine/pentaho-kettle,rmansoor/pentaho-kettle,pavel-sakun/pentaho-kettle,emartin-pentaho/pentaho-kettle,pedrofvteixeira/pentaho-kettle,GauravAshara/pentaho-kettle,stevewillcock/pentaho-kettle,ViswesvarSekar/pentaho-kettle,rmansoor/pentaho-kettle,pentaho/pentaho-kettle,ViswesvarSekar/pentaho-kettle,GauravAshara/pent... | /*
* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license... | src/org/pentaho/di/core/database/Database.java | /*
* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license... | PDI-673: Transformation wide rollback with unique connections does not work in specific conditions
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@6439 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/core/database/Database.java | PDI-673: Transformation wide rollback with unique connections does not work in specific conditions | |
Java | apache-2.0 | e3a2b54b4e32a9bf83c97b95e167e730fc4fe0b6 | 0 | tsmgeek/traccar,jon-stumpf/traccar,duke2906/traccar,5of9/traccar,ninioe/traccar,tsmgeek/traccar,AnshulJain1985/Roadcast-Tracker,al3x1s/traccar,orcoliver/traccar,joseant/traccar-1,stalien/traccar_test,vipien/traccar,tananaev/traccar,renaudallard/traccar,ninioe/traccar,5of9/traccar,duke2906/traccar,stalien/traccar_test,j... | /*
* Copyright 2012 - 2013 Anton Tananaev (anton.tananaev@gmail.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 req... | src/org/traccar/model/DatabaseDataManager.java | /*
* Copyright 2012 - 2013 Anton Tananaev (anton.tananaev@gmail.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 req... | Fix database data manager
| src/org/traccar/model/DatabaseDataManager.java | Fix database data manager | |
Java | apache-2.0 | abbe2752bf511f8abc5cb0c7ab68a051afc809c3 | 0 | TestingForum/seleniumtestsframework,tarun3kumar/seleniumtestsframework,SaiVDivya04/Automation-Code-,tarun3kumar/seleniumtestsframework,SaiVDivya04/Automation-Code-,TestingForum/seleniumtestsframework,SaiVDivya04/Automation-Code-,tarun3kumar/seleniumtestsframework,TestingForum/seleniumtestsframework | /*
* Copyright 2015 www.seleniumtests.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 applicable law or agreed to in ... | src/main/java/com/seleniumtests/webelements/TextFieldElement.java | /*
* Copyright 2015 www.seleniumtests.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 applicable law or agreed to in ... | remove unused parameter
| src/main/java/com/seleniumtests/webelements/TextFieldElement.java | remove unused parameter | |
Java | apache-2.0 | 8a5f2aab44857192ab162c265e551ff3142402ad | 0 | SerCeMan/intellij-community,allotria/intellij-community,ol-loginov/intellij-community,alphafoobar/intellij-community,fengbaicanhe/intellij-community,ftomassetti/intellij-community,apixandru/intellij-community,alphafoobar/intellij-community,diorcety/intellij-community,fitermay/intellij-community,semonte/intellij-communi... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/lang-impl/src/com/intellij/codeInsight/completion/CodeCompletionHandlerBase.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | diagnostics expanded for EA-23759
| platform/lang-impl/src/com/intellij/codeInsight/completion/CodeCompletionHandlerBase.java | diagnostics expanded for EA-23759 | |
Java | apache-2.0 | 569a8ba4be412658e836933861719e16831e0821 | 0 | ryano144/intellij-community,blademainer/intellij-community,alphafoobar/intellij-community,Distrotech/intellij-community,Lekanich/intellij-community,fitermay/intellij-community,salguarnieri/intellij-community,blademainer/intellij-community,muntasirsyed/intellij-community,TangHao1987/intellij-community,slisson/intellij-c... | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | python/testSrc/com/jetbrains/python/PythonMockSdk.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... | Reset module name index in mock SDK setup for reproducible test results
| python/testSrc/com/jetbrains/python/PythonMockSdk.java | Reset module name index in mock SDK setup for reproducible test results | |
Java | apache-2.0 | 23443afd6a928c72351206bb03f9e971f6bb20df | 0 | neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures | package apoc.schema;
import apoc.result.AssertSchemaResult;
import apoc.result.ConstraintRelationshipInfo;
import apoc.result.IndexConstraintNodeInfo;
import org.antlr.v4.runtime.atn.SemanticContext;
import org.apache.commons.lang3.StringUtils;
import org.neo4j.common.TokenNameLookup;
import org.neo4j.graphdb.GraphDat... | core/src/main/java/apoc/schema/Schemas.java | package apoc.schema;
import apoc.result.AssertSchemaResult;
import apoc.result.ConstraintRelationshipInfo;
import apoc.result.IndexConstraintNodeInfo;
import org.apache.commons.lang3.StringUtils;
import org.neo4j.common.TokenNameLookup;
import org.neo4j.graphdb.GraphDatabaseService;
import org.neo4j.graphdb.Label;
imp... | Skip not node indexes in assertIndexes
| core/src/main/java/apoc/schema/Schemas.java | Skip not node indexes in assertIndexes | |
Java | apache-2.0 | ad2b3d4bdd432b67cc761fafcd2cfecc24320e28 | 0 | mmayorivera/jsimpledb,permazen/permazen,mmayorivera/jsimpledb,mmayorivera/jsimpledb,permazen/permazen,tempbottle/jsimpledb,permazen/permazen,tempbottle/jsimpledb,gmsconstantino/jsimpledb,gmsconstantino/jsimpledb,tempbottle/jsimpledb,gmsconstantino/jsimpledb,archiecobbs/jsimpledb,archiecobbs/jsimpledb,archiecobbs/jsimpl... |
/*
* Copyright (C) 2014 Archie L. Cobbs. All rights reserved.
*
* $Id$
*/
package org.jsimpledb.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**... | src/java/org/jsimpledb/annotation/OnVersionChange.java |
/*
* Copyright (C) 2014 Archie L. Cobbs. All rights reserved.
*
* $Id$
*/
package org.jsimpledb.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**... | Typo fix.
| src/java/org/jsimpledb/annotation/OnVersionChange.java | Typo fix. | |
Java | apache-2.0 | c3d36dfbf23db2960b298f7bef15e6a23eae0418 | 0 | webbukkit/dynmap,webbukkit/dynmap,webbukkit/dynmap,webbukkit/dynmap | package org.dynmap.markers.impl;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.ut... | DynmapCore/src/main/java/org/dynmap/markers/impl/MarkerAPIImpl.java | package org.dynmap.markers.impl;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.ut... | Use concurrentmap for dirty_worlds | DynmapCore/src/main/java/org/dynmap/markers/impl/MarkerAPIImpl.java | Use concurrentmap for dirty_worlds | |
Java | apache-2.0 | 9d1319a9d72f15352bdac57c2419d8cd562b9e0b | 0 | nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web | package sg.ncl;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import or... | src/main/java/sg/ncl/MainController.java | package sg.ncl;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import or... | add data table for exp
Signed-off-by: Tran Ly Vu <0555cc0f3d5a46ac8c0e84ddf31443494c66bd55@gmail.com>
| src/main/java/sg/ncl/MainController.java | add data table for exp | |
Java | apache-2.0 | 925eff9398e13a2076eccd9ac7e83555055cbf9e | 0 | nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web | package sg.ncl;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import or... | src/main/java/sg/ncl/MainController.java | package sg.ncl;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import or... | DEV-919 setting quota
| src/main/java/sg/ncl/MainController.java | DEV-919 setting quota | |
Java | apache-2.0 | ee1a3df7cea2ed1b7d41b34d3a76b0e2e545d0ae | 0 | GerritCodeReview/plugins_github,GerritCodeReview/plugins_github,GerritCodeReview/plugins_github | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/WebhookServlet.java | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | Remove unused import in WebhookServlet
Change-Id: I4c28a926530cede47d64ed1e50cedfcd6ff298ca
| github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/WebhookServlet.java | Remove unused import in WebhookServlet | |
Java | bsd-2-clause | 8c39c7f537bff90e4f159203f478c1e7411464d3 | 0 | andysan/jotify,andysan/jotify | package de.felixbruns.jotify.media;
import de.felixbruns.jotify.util.Hex;
/**
* Holds information about a file.
*
* @author Felix Bruns <felixbruns@web.de>
*
* @category Media
*/
public class File implements Comparable<File> {
public static final int BITRATE_96 = 96000;
public static final int BITRATE_160... | src/de/felixbruns/jotify/media/File.java | package de.felixbruns.jotify.media;
import de.felixbruns.jotify.util.Hex;
/**
* Holds information about a file.
*
* @author Felix Bruns <felixbruns@web.de>
*
* @category Media
*/
public class File implements Comparable<File> {
/**
* The files 40-character hex identifier.
*/
private String id;
/**
*... | Add bitrate constants to File class.
| src/de/felixbruns/jotify/media/File.java | Add bitrate constants to File class. | |
Java | bsd-3-clause | 77aa4a148df5bfb5eec56a0b4d2309bbf469e0e0 | 0 | nyholku/purejavacomm,gchauvet/purejavacomm,nyholku/purejavacomm,nyholku/purejavacomm,gchauvet/purejavacomm | /*
* Copyright (c) 2011, Kustaa Nyholm / SpareTimeLabs
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list ... | src/jtermios/windows/JTermiosImpl.java | /*
* Copyright (c) 2011, Kustaa Nyholm / SpareTimeLabs
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list ... | Implemented F_GETFL for fcntl() | src/jtermios/windows/JTermiosImpl.java | Implemented F_GETFL for fcntl() | |
Java | bsd-3-clause | f78ddf3c19e75c16e053e98339b2b4cfd2a8b048 | 0 | asamgir/openspecimen,NCIP/catissue-core,krishagni/openspecimen,asamgir/openspecimen,NCIP/catissue-core,asamgir/openspecimen,NCIP/catissue-core,krishagni/openspecimen,krishagni/openspecimen |
import java.text.ParseException;
import java.util.Collection;
import java.util.HashSet;
import edu.wustl.catissuecore.domain.Address;
import edu.wustl.catissuecore.domain.Biohazard;
import edu.wustl.catissuecore.domain.CancerResearchGroup;
import edu.wustl.catissuecore.domain.Capacity;
import edu.wustl.catis... | caTissueCore_caCORE_Client/APIDemo.java |
import java.text.ParseException;
import java.util.Collection;
import java.util.HashSet;
import edu.wustl.catissuecore.domain.Address;
import edu.wustl.catissuecore.domain.Biohazard;
import edu.wustl.catissuecore.domain.CancerResearchGroup;
import edu.wustl.catissuecore.domain.Capacity;
import edu.wustl.catis... | added dimension position for array
SVN-Revision: 5145
| caTissueCore_caCORE_Client/APIDemo.java | added dimension position for array | |
Java | bsd-3-clause | 8466b25c6b161402f35c0254ca47491fe8fb7334 | 0 | atomixnmc/jmonkeyengine,jMonkeyEngine/jmonkeyengine,yetanotherindie/jMonkey-Engine,davidB/jmonkeyengine,GreenCubes/jmonkeyengine,mbenson/jmonkeyengine,weilichuang/jmonkeyengine,d235j/jmonkeyengine,delftsre/jmonkeyengine,phr00t/jmonkeyengine,Georgeto/jmonkeyengine,delftsre/jmonkeyengine,atomixnmc/jmonkeyengine,weilichua... | /*
* Copyright (c) 2009-2012 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this... | jme3-core/src/main/java/com/jme3/audio/openal/ALAudioRenderer.java | /*
* Copyright (c) 2009-2012 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this... | ALAudioRenderer: fix issue #244
| jme3-core/src/main/java/com/jme3/audio/openal/ALAudioRenderer.java | ALAudioRenderer: fix issue #244 | |
Java | bsd-3-clause | 5f5e98f1ed7d68a514e6226023ec6a9a12d85220 | 0 | songfj/curn,bmc/curn,bmc/curn,bmc/curn,bmc/curn,bmc/curn,songfj/curn,songfj/curn,songfj/curn,songfj/curn | /*---------------------------------------------------------------------------*\
$Id$
---------------------------------------------------------------------------
This software is released under a BSD-style license:
Copyright (c) 2004-2006 Brian M. Clapper. All rights reserved.
Redistribution and use in sourc... | src/org/clapper/curn/parser/RSSItem.java | /*---------------------------------------------------------------------------*\
$Id$
---------------------------------------------------------------------------
This software is released under a BSD-style license:
Copyright (c) 2004-2006 Brian M. Clapper. All rights reserved.
Redistribution and use in sourc... | Fixed null pointer exception when item has no URL.
| src/org/clapper/curn/parser/RSSItem.java | Fixed null pointer exception when item has no URL. | |
Java | mit | f776fc0ab81d57d25a4aceda93805a97c613155a | 0 | CobbleWorksMC/CobbleWorks | java/curtis/Cobbleworks/LootHandler.java | package curtis.Cobbleworks;
import java.util.List;
import com.google.common.collect.ImmutableList;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.storage.loot.LootEntry;
import net.minecraft.world.storage.loot.LootEntryTable;
import net.minecraft.world.storage.loot.LootPool;
import ... | Delete LootHandler.java | java/curtis/Cobbleworks/LootHandler.java | Delete LootHandler.java | ||
Java | cc0-1.0 | 2f5d1f614ac1511eb46f6a3b52e997f5b4e6c4c4 | 0 | wasner/AscenceurJava,wasner/AscenseurJava | ascenseur/src/affichage/te1.java | package affichage;
/**
* Created by w14007405 on 08/01/16.
*/
public class te1 {
}
| Delete te1.java | ascenseur/src/affichage/te1.java | Delete te1.java | ||
Java | epl-1.0 | d4e18ecab7f2979f84da3064455c45199dfe139e | 0 | pecko/debrief,alastrina123/debrief,debrief/debrief,alastrina123/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,pecko/debrief,pecko/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,debrief/debrief,alastrina123/debrief,theanuradha/debrief,pecko/debrief,alastrina123/debrief,theanuradha/debr... | trunk/org.mwc.debrief.core/src/org/mwc/debrief/core/wizards/FlatFile/ExportFlatFileDataPage.java | package org.mwc.debrief.core.wizards.FlatFile;
import java.beans.PropertyDescriptor;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.swt.widgets.Text;
import org.mwc.cmap.core.wizards.CoreEditableWizardPage;
import MWC.GUI.Editable;
public class ExportFlatFileDataPage extends CoreEditableW... | Ditch unused class
| trunk/org.mwc.debrief.core/src/org/mwc/debrief/core/wizards/FlatFile/ExportFlatFileDataPage.java | Ditch unused class | ||
Java | mit | 7459d9531d15270ff8ca03b5b9881d2e4b9c0e1b | 0 | inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid | package org.inaturalist.android;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
i... | iNaturalist/src/main/java/org/inaturalist/android/ObservationViewerActivity.java | package org.inaturalist.android;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
i... | #1014 - crash fix
| iNaturalist/src/main/java/org/inaturalist/android/ObservationViewerActivity.java | #1014 - crash fix | |
Java | mit | 30e258dd736909ac05c9bdae18ec001fce002c6f | 0 | LonamiWebs/Stringlate,LonamiWebs/Stringlate,LonamiWebs/Stringlate | package io.github.lonamiwebs.stringlate.classes.repos;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
import android.util.Pair;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.ByteArrayOutputStream;
import java.i... | src/app/src/main/java/io/github/lonamiwebs/stringlate/classes/repos/RepoHandler.java | package io.github.lonamiwebs.stringlate.classes.repos;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
import android.util.Pair;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.ByteArrayOutputStream;
import java.i... | Do not delete the whole, potentially previous, repository on a fail
| src/app/src/main/java/io/github/lonamiwebs/stringlate/classes/repos/RepoHandler.java | Do not delete the whole, potentially previous, repository on a fail | |
Java | mit | 453b336cc71adb7641bdcc5f1b41491ad4c453e1 | 0 | nevercast/OpenModsLib,OpenMods/OpenModsLib,OpenMods/OpenModsLib | package openmods.utils;
import java.util.*;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;
import net.minecraft.inventory.InventoryLargeChest;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.tileentity.TileEntityChest;
i... | src/openmods/utils/InventoryUtils.java | package openmods.utils;
import java.util.*;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.ISidedInventory;
import net.minecraft.inventory.InventoryLargeChest;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.tileentity.TileEntityChest;
i... | More tag correctness
| src/openmods/utils/InventoryUtils.java | More tag correctness | |
Java | epl-1.0 | 949cc7b4e3c5745bbf7daf3f57892eb7c8fe842f | 0 | JoanesMiranda/jogoDomino | package br.com.domino.view;
import java.awt.GridLayout;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import ... | src/br/com/domino/view/TelaDoJogo.java | package br.com.domino.view;
import java.awt.GridLayout;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import ... | Colocado as imagens comparadas para os botões do humano...
| src/br/com/domino/view/TelaDoJogo.java | Colocado as imagens comparadas para os botões do humano... | |
Java | epl-1.0 | 342597fc833d7124c0e49e8c801e6966f48b453b | 0 | opendaylight/yangtools,opendaylight/yangtools | /*
* Copyright (c) 2013 Cisco Systems, Inc. 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
*/
package org.... | yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/QName.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. 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
*/
package org.... | Use Objects.equals() in QName.equals()
Simplifies the code.
Change-Id: Ibac465c5bbc5a5ab8b5b3b40b5c57a042c93d095
Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>
| yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/QName.java | Use Objects.equals() in QName.equals() | |
Java | epl-1.0 | c1caea590272cbc5a606c886ef1f790d794b45a5 | 0 | pedrofvteixeira/mondrian,mdamour1976/mondrian,OSBI/mondrian,openedbox/mondrian,preisanalytics/mondrian,mdamour1976/mondrian,ivanpogodin/mondrian,nextelBIS/mondrian,wetet2/mondrian,mustangore/mondrian,stiberger/mondrian,cesarmarinhorj/mondrian,wetet2/mondrian,stiberger/mondrian,pedrofvteixeira/mondrian,pedrofvteixeira/m... | /*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2003-2005 Julian Hyde
// Copyright (C) 2005-2013 Pentaho
// ... | testsrc/main/mondrian/test/AccessControlTest.java | /*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2003-2005 Julian Hyde
// Copyright (C) 2005-2013 Pentaho
// ... | MONDRIAN-1434 - creating additional test case for when the base cube is restricted and the query is against the virtual cube.
| testsrc/main/mondrian/test/AccessControlTest.java | MONDRIAN-1434 - creating additional test case for when the base cube is restricted and the query is against the virtual cube. | |
Java | epl-1.0 | 04c82f2291f610783b347c62aefb0a0fe737afdf | 0 | jenskastensson/openhab,jenskastensson/openhab,jenskastensson/openhab,jenskastensson/openhab,jenskastensson/openhab,jenskastensson/openhab,jenskastensson/openhab | /**
* Copyright (c) 2010-2014, openHAB.org 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
*/
package org... | bundles/binding/org.openhab.binding.proserv/src/main/java/org/openhab/binding/proserv/internal/ProservBinding.java | /**
* Copyright (c) 2010-2014, openHAB.org 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
*/
package org... | simplification: remove rounding of value from parse1BytePercentValue (it is an int already rounded)
| bundles/binding/org.openhab.binding.proserv/src/main/java/org/openhab/binding/proserv/internal/ProservBinding.java | simplification: remove rounding of value from parse1BytePercentValue (it is an int already rounded) | |
Java | lgpl-2.1 | 2c34ea9a7e00e54e1444b18158f65c4e40bcbf72 | 0 | Fosstrak/fosstrak-epcis,Jonnychen/fosstrak-epcis | /*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* Fosstrak is distr... | epcis-repository/src/main/java/org/fosstrak/epcis/repository/capture/CaptureOperationsModule.java | /*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* Fosstrak is distr... | Accept various vocabulary attributes in CaptureOperationsModule
e.g.
<VocabularyElement id="urn:epc:id:sgln:0037000.00729.0">
<attribute id="urn:epcglobal:fmcg:mda:production"/>
<attribute id="urn:epcglobal:fmcg:mda:name">Production site</attribute>
<attribute id="urn:epcglobal:fmcg:mda:description" value="Production ... | epcis-repository/src/main/java/org/fosstrak/epcis/repository/capture/CaptureOperationsModule.java | Accept various vocabulary attributes in CaptureOperationsModule e.g. <VocabularyElement id="urn:epc:id:sgln:0037000.00729.0"> <attribute id="urn:epcglobal:fmcg:mda:production"/> <attribute id="urn:epcglobal:fmcg:mda:name">Production site</attribute> <attribute id="urn:epcglobal:fmcg:mda:description" value="Production ... | |
Java | lgpl-2.1 | ad54b65206a45beb013f3ebf3d8c69131091c209 | 0 | jboss-msc/jboss-msc,ropalka/jboss-msc | package org.jboss.msc.bench;
import org.jboss.msc.registry.ServiceDefinition;
import org.jboss.msc.registry.ServiceRegistrationBatchBuilder;
import org.jboss.msc.registry.ServiceRegistry;
import org.jboss.msc.service.Service;
import org.jboss.msc.service.ServiceContainer;
import org.jboss.msc.service.ServiceName;
pub... | src/main/java/org/jboss/msc/bench/NoDepBench.java | package org.jboss.msc.bench;
import org.jboss.msc.registry.ServiceDefinition;
import org.jboss.msc.registry.ServiceRegistry;
import org.jboss.msc.service.Service;
import org.jboss.msc.service.ServiceContainer;
import org.jboss.msc.service.ServiceName;
public class NoDepBench {
public static void main(String[] ar... | Mismerge
| src/main/java/org/jboss/msc/bench/NoDepBench.java | Mismerge | |
Java | lgpl-2.1 | b66bc765b351957e630824fb8ad2ec4eb190404b | 0 | daisy/pipeline-gui | package org.daisy.pipeline.gui;
import java.io.IOException;
import org.daisy.pipeline.updater.Updater;
import org.daisy.pipeline.updater.UpdaterObserver;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import java... | src/main/java/org/daisy/pipeline/gui/UpdaterPane.java | package org.daisy.pipeline.gui;
import java.io.IOException;
import org.daisy.pipeline.updater.Updater;
import org.daisy.pipeline.updater.UpdaterObserver;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import java... | Disable "Check for updates" button if updating is done
see https://github.com/daisy/pipeline-gui/issues/52
| src/main/java/org/daisy/pipeline/gui/UpdaterPane.java | Disable "Check for updates" button if updating is done | |
Java | apache-2.0 | ceba9c9c405376029a81cc42b4ff7d91ac0d3e0a | 0 | Cantara/Whydah-UserAdminWebApp,Cantara/Whydah-UserAdminWebApp,Cantara/Whydah-UserAdminWebApp,Cantara/Whydah-UserAdminWebApp | package net.whydah.identity.admin.usertoken;
import net.whydah.sso.user.UserXpathHelper;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class UserTokenXpathHelperTest {
@Test
public void testHasUserAdminRightAllowed() {
String[] no... | src/test/java/net/whydah/identity/admin/usertoken/UserTokenXpathHelperTest.java | package net.whydah.identity.admin.usertoken;
import org.junit.Test;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class UserTokenXpathHelperTest {
@Test
public void testHasUserAdminRightAllowed() {
String[] noAccessRoleValues = new String[]{"1", "true",... | Using JDK function
| src/test/java/net/whydah/identity/admin/usertoken/UserTokenXpathHelperTest.java | Using JDK function | |
Java | apache-2.0 | 8023a5b13eb0215cd2991762c719c923970ed373 | 0 | JNOSQL/artemis-extension | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | graph-extension/src/test/java/org/jnosql/artemis/graph/DefaultTraversalGraphConverterTest.java | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | fixes align
| graph-extension/src/test/java/org/jnosql/artemis/graph/DefaultTraversalGraphConverterTest.java | fixes align | |
Java | apache-2.0 | be535437d0cbcbcd14b5350886cd7371914d4e9a | 0 | sushilmohanty/incubator-lens,rajubairishetti/incubator-lens,adeelmahmood/lens,rajubairishetti/lens,sriksun/incubator-lens,RaghavendraSingh/lens,prongs/grill,sushrutikhar/grill,sushrutikhar/grill,rajubairishetti/incubator-lens,archanah24/lens,archanah24/lens,prongs/grill,archanah24/lens,archanah24/lens,prongs/grill,adee... | package com.inmobi.grill.driver.hive;
/*
* #%L
* Grill Hive Driver
* %%
* Copyright (C) 2014 Inmobi
* %%
* 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.o... | grill-driver-hive/src/test/java/com/inmobi/grill/driver/hive/TestHiveDriver.java | package com.inmobi.grill.driver.hive;
/*
* #%L
* Grill Hive Driver
* %%
* Copyright (C) 2014 Inmobi
* %%
* 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.o... | Remove temp table created
| grill-driver-hive/src/test/java/com/inmobi/grill/driver/hive/TestHiveDriver.java | Remove temp table created | |
Java | apache-2.0 | e313379ed506dfa9ee090020e5ce219a81a561c1 | 0 | cnfire/elasticsearch-1,ivansun1010/elasticsearch,phani546/elasticsearch,andrejserafim/elasticsearch,wittyameta/elasticsearch,fooljohnny/elasticsearch,Stacey-Gammon/elasticsearch,kimchy/elasticsearch,ThalaivaStars/OrgRepo1,opendatasoft/elasticsearch,uboness/elasticsearch,franklanganke/elasticsearch,ivansun1010/elasticse... | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | modules/elasticsearch/src/main/java/org/elasticsearch/threadpool/support/AbstractThreadPool.java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | only force shutdown on cached threadpool if its not the same as the execture service
| modules/elasticsearch/src/main/java/org/elasticsearch/threadpool/support/AbstractThreadPool.java | only force shutdown on cached threadpool if its not the same as the execture service | |
Java | apache-2.0 | 853c1f42cf11b654378e91c0307e7692b92fb27c | 0 | mandusm/presto,electrum/presto,zzhao0/presto,svstanev/presto,dain/presto,Praveen2112/presto,toyama0919/presto,ocono-tech/presto,kietly/presto,Praveen2112/presto,mandusm/presto,albertocsm/presto,treasure-data/presto,ptkool/presto,wagnermarkd/presto,suyucs/presto,propene/presto,mbeitchman/presto,sopel39/presto,TeradataCe... | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | presto-main/src/main/java/com/facebook/presto/sql/gen/PageProcessorCompiler.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | Reduce the size of generated code for PageProcessor
We saw Method too large for some really large queries. Refactor the code
so that we generate smallar methods.
| presto-main/src/main/java/com/facebook/presto/sql/gen/PageProcessorCompiler.java | Reduce the size of generated code for PageProcessor | |
Java | apache-2.0 | a9f5bfb6c6026ee7b5f87726e7e12f7cfa5d2ff1 | 0 | arrowli/RsyncHadoop,arrowli/RsyncHadoop,arrowli/RsyncHadoop,arrowli/RsyncHadoop,arrowli/RsyncHadoop,arrowli/RsyncHadoop,arrowli/RsyncHadoop | /**
* 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... | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataXceiver.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... | patch
| hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataXceiver.java | patch | |
Java | apache-2.0 | b6ea3fdd88afc551f279847d0a61060be875ab39 | 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/base/src/org/ofbiz/base/util/UtilDateTime.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... | NoRef/OFBIZ patch: Fixed issue in time interval calculation
git-svn-id: 6c0edb9fdd085beb7f3b78cf385b6ddede550bd9@11193 55bbc10b-e964-4c8f-a844-a62c6f7d3c80
| framework/base/src/org/ofbiz/base/util/UtilDateTime.java | NoRef/OFBIZ patch: Fixed issue in time interval calculation | |
Java | apache-2.0 | fafeb68da33d531bcf83ecfc1399b4770ada6e4b | 0 | korealerts1/gitblit,vitalif/gitblit,vitalif/gitblit,RainerW/gitblit,fuero/gitblit,gitblit/gitblit,mrjoel/gitblit,mystygage/gitblit,yonglehou/gitblit,two-ack/gitblit,two-ack/gitblit,paulsputer/gitblit,fzs/gitblit,fuero/gitblit,paulsputer/gitblit,RainerW/gitblit,two-ack/gitblit,gzsombor/gitblit,paulsputer/gitblit,disposi... | /*
* Copyright 2014 gitblit.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 applicable law or agreed to... | src/main/java/com/gitblit/models/TicketModel.java | /*
* Copyright 2014 gitblit.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 applicable law or agreed to... | Ensure TicketModel comment text is not null in hasComment() test
| src/main/java/com/gitblit/models/TicketModel.java | Ensure TicketModel comment text is not null in hasComment() test | |
Java | apache-2.0 | 79c2cf26e812b319f190e83c22b21dfe81bd2786 | 0 | mtvweb/BootsFaces-OSP,TheCoder4eu/BootsFaces-OSP,mtvweb/BootsFaces-OSP,TheCoder4eu/BootsFaces-OSP | /**
* Copyright 2014-2017 Riccardo Massera (TheCoder4.Eu) and Stephan Rauh (http://www.beyondjava.net).
*
* This file is part of BootsFaces.
*
* 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... | src/main/java/net/bootsfaces/component/dataTable/DataTable.java | /**
* Copyright 2014-2017 Riccardo Massera (TheCoder4.Eu) and Stephan Rauh (http://www.beyondjava.net).
*
* This file is part of BootsFaces.
*
* 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... | updated the mark.js plugin
| src/main/java/net/bootsfaces/component/dataTable/DataTable.java | updated the mark.js plugin | |
Java | apache-2.0 | 441a471b90bccb707862d5f42df58635543eac41 | 0 | google/conscrypt,google/conscrypt,google/conscrypt,google/conscrypt,google/conscrypt,google/conscrypt | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | luni/src/main/java/org/apache/harmony/xnet/provider/jsse/FileClientSessionCache.java | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Defend against null directory list in FileClientSessionCache
Bug: 3363561
Change-Id: Idc45f7ed85d4e2a78078f06f4d9bbf903efdac69
| luni/src/main/java/org/apache/harmony/xnet/provider/jsse/FileClientSessionCache.java | Defend against null directory list in FileClientSessionCache | |
Java | apache-2.0 | d0a6d8998a87196a2f59d28ea70c0b4d22fed17e | 0 | mkambol/pentaho-kettle,pavel-sakun/pentaho-kettle,nanata1115/pentaho-kettle,AlexanderBuloichik/pentaho-kettle,brosander/pentaho-kettle,YuryBY/pentaho-kettle,pavel-sakun/pentaho-kettle,dkincade/pentaho-kettle,EcoleKeine/pentaho-kettle,ma459006574/pentaho-kettle,airy-ict/pentaho-kettle,brosander/pentaho-kettle,emartin-pe... | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | src/org/pentaho/di/trans/steps/randomvalue/RandomValueMeta.java | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | i18n fix
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@8484 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/trans/steps/randomvalue/RandomValueMeta.java | i18n fix | |
Java | apache-2.0 | 1a9b28e7a25b1b47dfe0d603d0abb912541ae295 | 0 | nate-rcl/irplus,nate-rcl/irplus | /**
Copyright 2008 University of Rochester
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... | ir_service/src/edu/ur/ir/institution/service/DefaultInstitutionalItemSearchService.java | /**
Copyright 2008 University of Rochester
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... | fixed to use field selector | ir_service/src/edu/ur/ir/institution/service/DefaultInstitutionalItemSearchService.java | fixed to use field selector | |
Java | apache-2.0 | b51ebe9b50034989f19ae7c2da61c81bcc9672e8 | 0 | thusithathilina/carbon-transports,chanakaudaya/carbon-transports,bsenduran/carbon-transports,wggihan/carbon-transports,wso2/carbon-transports,shafreenAnfar/carbon-transports | package org.wso2.carbon.transport.http.netty.internal;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.annotations.Reference;
import org.osgi.service.component.annotations.ReferenceCardinality;
import org.osgi.service.component.annotations.ReferencePolicy;
import org.wso2.car... | http/netty/component/src/main/java/org/wso2/carbon/transport/http/netty/internal/CarbonTransportServiceComponent.java | package org.wso2.carbon.transport.http.netty.internal;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.component.annotations.Reference;
import org.osgi.service.component.annotations.ReferenceCardinality;
import org.osgi.service.component.annotations.ReferencePolicy;
import org.wso2.car... | component name modified
| http/netty/component/src/main/java/org/wso2/carbon/transport/http/netty/internal/CarbonTransportServiceComponent.java | component name modified | |
Java | apache-2.0 | 7083bcad03481f0284560845d77e0f68479e94ba | 0 | stephanenicolas/toothpick,stephanenicolas/toothpick,stephanenicolas/toothpick | package toothpick;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.Iterator;
import java.util.Map;
import javax.inject.Provider;
import toothpick.config.Binding;
import toothpick.config.Module;
import toothpick.registries.factory.FactoryRegistryLocator;
import static java.lang.String.form... | toothpick-runtime/src/main/java/toothpick/ScopeImpl.java | package toothpick;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.Iterator;
import java.util.Map;
import javax.inject.Provider;
import toothpick.config.Binding;
import toothpick.config.Module;
import toothpick.registries.factory.FactoryRegistryLocator;
import static java.lang.String.form... | clean up and javadoc. Code's sweet
| toothpick-runtime/src/main/java/toothpick/ScopeImpl.java | clean up and javadoc. Code's sweet | |
Java | apache-2.0 | 7dadf1faebaf3bbc2cba2673e2e965d71bc8502c | 0 | ahb0327/intellij-community,suncycheng/intellij-community,MichaelNedzelsky/intellij-community,clumsy/intellij-community,fitermay/intellij-community,samthor/intellij-community,blademainer/intellij-community,mglukhikh/intellij-community,supersven/intellij-community,fnouama/intellij-community,nicolargo/intellij-community,s... | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ComboContentLayout.java | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | remove white lines and add sexy separator
| platform/platform-impl/src/com/intellij/openapi/wm/impl/content/ComboContentLayout.java | remove white lines and add sexy separator | |
Java | apache-2.0 | 64b4553284e46ad588756fbec8e0d9024a7aa215 | 0 | franz1981/activemq-artemis,orpiske/activemq-artemis,kjniemi/activemq-artemis,dejanb/activemq-artemis,pgfox/activemq-artemis,apache/activemq-artemis,dudaerich/activemq-artemis,d0k1/activemq-artemis,TomRoss/activemq-artemis,mnovak1/activemq-artemis,franz1981/activemq-artemis,tabish121/activemq-artemis,dudaerich/activemq-... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | ARTEMIS-1052 Fixing MessageJournalTest::testStoreAMQP
| artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java | ARTEMIS-1052 Fixing MessageJournalTest::testStoreAMQP | |
Java | apache-2.0 | 74586dad1b12166ef20673181086b335dc67c802 | 0 | aosp-mirror/platform_frameworks_support,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,AndroidX/android... | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | v4/java/android/support/v4/widget/SlidingPaneLayout.java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | am 0c8486c1: am 29836199: Prevent strange falsing on SlidingPaneLayout
* commit '0c8486c19d4f1b2c0ad7650bf5a4cc95edb44462':
Prevent strange falsing on SlidingPaneLayout
| v4/java/android/support/v4/widget/SlidingPaneLayout.java | am 0c8486c1: am 29836199: Prevent strange falsing on SlidingPaneLayout | |
Java | bsd-2-clause | 241b23ba87e1cd320b5029e2c015cd7f03764576 | 0 | smcpeak/earthshape | // TestProgressDialog.java
// See copyright.txt for license and terms of use.
package util.swing;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.concurrent.ExecutionException;
import javax.swing.Box;
im... | src/util/swing/TestProgressDialog.java | // TestProgressDialog.java
// See copyright.txt for license and terms of use.
package util.swing;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.concurrent.ExecutionException;
import javax.swing.Box;
im... | TestProgressDialog: added test of exceptions, works
| src/util/swing/TestProgressDialog.java | TestProgressDialog: added test of exceptions, works | |
Java | bsd-3-clause | 2dbdc0d80003f721d7adf4d92c23bd9f6ddeabd2 | 0 | dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk | /*
* Copyright (c) 2016, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | core-android/src/main/java/org/hisp/dhis/client/sdk/android/api/persistence/DbDhis.java | /*
* Copyright (c) 2016, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... | Moved DbDhisCipher class declaration to DbDhis class.
| core-android/src/main/java/org/hisp/dhis/client/sdk/android/api/persistence/DbDhis.java | Moved DbDhisCipher class declaration to DbDhis class. | |
Java | mit | bc08fa9f8966e3df2c110b6be30278067c35e6f8 | 0 | overleaf/writelatex-git-bridge,overleaf/writelatex-git-bridge | package uk.ac.ic.wlgitbridge.io.http.ning;
import io.netty.handler.codec.http.HttpHeaders;
import org.asynchttpclient.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.ac.ic.wlgitbridge.util.FunctionT;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.concurrent.Ex... | src/main/java/uk/ac/ic/wlgitbridge/io/http/ning/NingHttpClient.java | package uk.ac.ic.wlgitbridge.io.http.ning;
import io.netty.handler.codec.http.HttpHeaders;
import org.asynchttpclient.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.ac.ic.wlgitbridge.util.FunctionT;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.concurrent.Ex... | Handle errors from the history service
If the history service returns a non-success status code when we request
a blob, chances are the payload is not the expected blob contents. We
throw an exception in that case, which will abort the git operation.
| src/main/java/uk/ac/ic/wlgitbridge/io/http/ning/NingHttpClient.java | Handle errors from the history service | |
Java | mit | db7518063bd4d60a341e2e4d4faacd3f52c067a1 | 0 | InfinityPhase/CARIS,InfinityPhase/CARIS | package caris.modular.handlers;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import caris.framework.basehandlers.InvokedHandler;
import caris.framework.library.Variables;
import caris.framework.reactions.Reaction;
import caris.framework.reactions.ReactionMessage;
import caris.framew... | src/caris/modular/handlers/AutoRoleHandler.java | package caris.modular.handlers;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import caris.framework.basehandlers.InvokedHandler;
import caris.framework.library.Variables;
import caris.framework.reactions.Reaction;
import caris.framework.reactions.ReactionMessage;
import caris.framew... | Fixed autorole handling
| src/caris/modular/handlers/AutoRoleHandler.java | Fixed autorole handling | |
Java | mit | c7c4054f0836426b28a7823c4806a9533ff28543 | 0 | i-net-software/jlessc,i-net-software/jlessc | /**
* MIT License (MIT)
*
* Copyright (c) 2014 - 2015 Volker Berlin
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | src/com/inet/lib/less/SelectorUtils.java | /**
* MIT License (MIT)
*
* Copyright (c) 2014 - 2015 Volker Berlin
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | Remove space if mainSelector is empty | src/com/inet/lib/less/SelectorUtils.java | Remove space if mainSelector is empty | |
Java | mit | 31f34e78562cbcd5fbc4c6bf39bd9f556063a237 | 0 | bsara/FirehoseAndroid | package com.mysterioustrousers.firehose;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import com.android.volley.ParseError;
import com.android.volley.Request;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;
import com.google.gson.annotat... | src/main/java/com/mysterioustrousers/firehose/Agent.java | package com.mysterioustrousers.firehose;
import java.util.ArrayList;
import java.util.List;
import com.android.volley.ParseError;
import com.android.volley.Request;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;
import com.google.gson.annotations.SerializedName;
impo... | add accesstoken login
| src/main/java/com/mysterioustrousers/firehose/Agent.java | add accesstoken login | |
Java | mit | 22cb99b38ddd4ca0bb5a6fc5defafa75fa6af1d7 | 0 | jenkinsci/jmx-plugin,jenkinsci/jmx-plugin | package hudson.plugins.jmx;
import hudson.Plugin;
import hudson.model.Hudson;
import java.lang.management.ManagementFactory;
import javax.management.MBeanServer;
/**
* Entry point of the plugin. This is responsible for registering listeners
* with Hudson and create/find the MBeanServer.
*
* @author Renaud Bruye... | src/main/java/hudson/plugins/jmx/PluginImpl.java | package hudson.plugins.jmx;
import hudson.Plugin;
import hudson.model.Hudson;
import java.lang.management.ManagementFactory;
import javax.management.MBeanServer;
/**
* Entry point of the plugin. This is responsible for registering listeners
* with Hudson and create/find the MBeanServer.
*
* @author Renaud Bruye... | avoid using a deprecated feature.
| src/main/java/hudson/plugins/jmx/PluginImpl.java | avoid using a deprecated feature. | |
Java | mit | 29529538678dc7b20803b1b2ccab4e6e159d16b4 | 0 | Pyohwan/JakduK,JakduK/JakduK,JakduK/jakduk-api,silverprize/jakduk-api,JakduK/JakduK,JakduK/JakduK,silverprize/JakduK,silverprize/JakduK,silverprize/jakduk-api,silverprize/JakduK,Pyohwan/JakduK,Pyohwan/JakduK,JakduK/jakduk-api | package com.jakduk.controller;
import com.jakduk.common.CommonConst;
import com.jakduk.model.db.Token;
import com.jakduk.repository.TokenRepository;
import com.jakduk.service.CommonService;
import com.jakduk.service.EmailService;
import com.jakduk.service.UserService;
import org.apache.log4j.Logger;
import org.springf... | jakduk-web/src/com/jakduk/controller/AccessController.java | package com.jakduk.controller;
import com.jakduk.common.CommonConst;
import com.jakduk.model.db.Token;
import com.jakduk.repository.TokenRepository;
import com.jakduk.service.CommonService;
import com.jakduk.service.EmailService;
import com.jakduk.service.UserService;
import org.apache.log4j.Logger;
import org.springf... | indentation
| jakduk-web/src/com/jakduk/controller/AccessController.java | indentation | |
Java | agpl-3.0 | 63dec0444920d71c9be57772ec4e843134564719 | 0 | rakam-io/rakam,buremba/rakam,buremba/rakam,buremba/rakam,rakam-io/rakam,rakam-io/rakam,buremba/rakam,buremba/rakam | package org.rakam.presto.analysis.datasource;
import com.facebook.presto.jdbc.internal.guava.base.Function;
import com.facebook.presto.rakam.externaldata.DataManager;
import org.rakam.analysis.JDBCPoolDataSource;
import org.rakam.presto.analysis.datasource.CustomDataSource.ExternalFileCustomDataSource;
import org.raka... | rakam-presto/src/main/java/org/rakam/presto/analysis/datasource/CustomDataSourceHttpService.java | package org.rakam.presto.analysis.datasource;
import com.facebook.presto.rakam.externaldata.DataManager;
import org.rakam.analysis.JDBCPoolDataSource;
import org.rakam.presto.analysis.datasource.CustomDataSource.ExternalFileCustomDataSource;
import org.rakam.presto.analysis.datasource.CustomDataSource.SupportedCustomD... | add missing import
| rakam-presto/src/main/java/org/rakam/presto/analysis/datasource/CustomDataSourceHttpService.java | add missing import | |
Java | lgpl-2.1 | bb379290b94f77999a9ccee97e68b1c9e04ab386 | 0 | xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-core/src/main/java/com/xpn/xwiki/plugin/ldap/XWikiLDAPUtils.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | XWIKI-1079: javadoc fix.
git-svn-id: cfa2b40e478804c47c05d0f328c574ec5aa2b82e@7755 f329d543-caf0-0310-9063-dda96c69346f
| xwiki-core/src/main/java/com/xpn/xwiki/plugin/ldap/XWikiLDAPUtils.java | XWIKI-1079: javadoc fix. | |
Java | apache-2.0 | 157604fe74f4b454c7e946a188ffe8379531820a | 0 | google/tink,google/tink,google/tink,google/tink,google/tink,google/tink,google/tink,google/tink | // Copyright 2017 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 in... | java/src/test/java/com/google/crypto/tink/JsonKeysetWriterTest.java | // Copyright 2017 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 in... | Replace an instance of the deprecated MacFactory.getPrimitive with the non-deprecated keysetHandle.getPrimitive(Mac.class);
PiperOrigin-RevId: 250255572
| java/src/test/java/com/google/crypto/tink/JsonKeysetWriterTest.java | Replace an instance of the deprecated MacFactory.getPrimitive with the non-deprecated keysetHandle.getPrimitive(Mac.class); | |
Java | apache-2.0 | 11478edb5b653b136705f5005d52e9277fb95ba7 | 0 | unei66/netty,kiril-me/netty,tbrooks8/netty,Apache9/netty,CodingFabian/netty,DavidAlphaFox/netty,huanyi0723/netty,ichaki5748/netty,balaprasanna/netty,mcobrien/netty,zzcclp/netty,olupotd/netty,zhoffice/netty,mcanthony/netty,joansmith/netty,youprofit/netty,Scottmitch/netty,djchen/netty,doom369/netty,gerdriesselmann/netty,... | /*
* JBoss, Home of Professional Open Source
*
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* by the @author tags. See the COPYRIGHT.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | src/main/java/org/jboss/netty/handler/timeout/IdleStateHandler.java | /*
* JBoss, Home of Professional Open Source
*
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* by the @author tags. See the COPYRIGHT.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | Fixed NPE
| src/main/java/org/jboss/netty/handler/timeout/IdleStateHandler.java | Fixed NPE | |
Java | apache-2.0 | bf5fb0a5ca6998812c709634562a1a66ecf7a28c | 0 | roboguy/pentaho-kettle,birdtsai/pentaho-kettle,ma459006574/pentaho-kettle,hudak/pentaho-kettle,stepanovdg/pentaho-kettle,matthewtckr/pentaho-kettle,ddiroma/pentaho-kettle,IvanNikolaychuk/pentaho-kettle,ivanpogodin/pentaho-kettle,nanata1115/pentaho-kettle,YuryBY/pentaho-kettle,matrix-stone/pentaho-kettle,airy-ict/pentah... | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | src/org/pentaho/di/trans/steps/dimensionlookup/DimensionLookup.java | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | PDI-3593 Dimension lookup/update: java.lang.IndexOutOfBoundsException on specific row numbers when cache is enabled, fixed applying patch provided by Jordan Ganoff
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@14249 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/trans/steps/dimensionlookup/DimensionLookup.java | PDI-3593 Dimension lookup/update: java.lang.IndexOutOfBoundsException on specific row numbers when cache is enabled, fixed applying patch provided by Jordan Ganoff | |
Java | apache-2.0 | 3dcc117672245c4181a0af697463cea5bff9215e | 0 | ItamarBenjamin/codeine,ItamarBenjamin/codeine,codeine-cd/codeine,ItamarBenjamin/codeine,ItamarBenjamin/codeine,codeine-cd/codeine,codeine-cd/codeine,codeine-cd/codeine | package codeine.servlets.api_servlets;
import java.io.PrintWriter;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import codeine.model.Constants;
import codeine.model.Constants.UrlParameters;
import codeine.model.Re... | src/web_server/codeine/servlets/api_servlets/UpgradeApiServlet.java | package codeine.servlets.api_servlets;
import java.io.PrintWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import codeine.model.Constants;
import codeine.model.Constants.UrlParameters;
import codeine.model.Result;
import codeine.se... | fixed security valunarability
| src/web_server/codeine/servlets/api_servlets/UpgradeApiServlet.java | fixed security valunarability | |
Java | apache-2.0 | 71344cdb27e799e6da0f68c66baa534effb81b47 | 0 | smarek/Simple-Dilbert | package com.mareksebera.simpledilbert;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Random;
import org.joda.time.DateMidnight;
import org.joda.time.DateTimeConstants;
import org.joda.time.DateTimeZone;
import org.joda.time.format.DateTimeFormat;
im... | src/com/mareksebera/simpledilbert/DilbertPreferences.java | package com.mareksebera.simpledilbert;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Random;
import org.joda.time.DateMidnight;
import org.joda.time.DateTimeConstants;
import org.joda.time.DateTimeZone;
import org.joda.time.format.DateTimeFormat;
im... | Changed timezone to CDT/CST as of dilbert RSS details | src/com/mareksebera/simpledilbert/DilbertPreferences.java | Changed timezone to CDT/CST as of dilbert RSS details | |
Java | apache-2.0 | 45a6f5c7f2d622bedd4d429172a82887c5516ebd | 0 | jnidzwetzki/scalephant,jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb | /*******************************************************************************
*
* Copyright (C) 2015-2017 the BBoxDB project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licens... | src/main/java/org/bboxdb/converter/osm/store/OSMSSTableNodeStore.java | /*******************************************************************************
*
* Copyright (C) 2015-2017 the BBoxDB project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licens... | Delete old persistent data | src/main/java/org/bboxdb/converter/osm/store/OSMSSTableNodeStore.java | Delete old persistent data | |
Java | apache-2.0 | 79d4bbf058e3558a706f251ff6404495c194ecfb | 0 | Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck | /**
* File: ProcessExec.java
* Created by: dstaines
* Created on: Oct 25, 2006
* CVS: $Id$
*/
package org.ensembl.healthcheck.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.apache.commons.io.IOUtils;
/**
* Class to cons... | src/org/ensembl/healthcheck/util/ProcessExec.java | /**
* File: ProcessExec.java
* Created by: dstaines
* Created on: Oct 25, 2006
* CVS: $Id$
*/
package org.ensembl.healthcheck.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.apache.commons.io.IOUtils;
/**
* Class to cons... | *** empty log message ***
| src/org/ensembl/healthcheck/util/ProcessExec.java | *** empty log message *** | |
Java | apache-2.0 | 07c3d221d2d36693610cfc21d90df830d1129c9c | 0 | CMPUT301F15T01/YesWeCandroid,CMPUT301F15T01/YesWeCandroid | // Copyright 2015 Andrea McIntosh, Dylan Ashley, Anju Eappen, Jenna Hatchard, Kirsten Svidal, Raghav Vamaraju
//
// 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/l... | app/src/main/java/ca/ualberta/trinkettrader/User/User.java | // Copyright 2015 Andrea McIntosh, Dylan Ashley, Anju Eappen, Jenna Hatchard, Kirsten Svidal, Raghav Vamaraju
//
// 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/l... | User toJson
| app/src/main/java/ca/ualberta/trinkettrader/User/User.java | User toJson | |
Java | apache-2.0 | 22310ffbab0eaf3257240b3c9213af1eeb5de01f | 0 | gerrit-review/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,joshuawilson/merrit,MerritCR/merrit,qtproject/qtqa-gerrit,joshuawilson/merrit,joshuawilson/merrit,GerritCodeReview/gerrit,MerritCR/merrit,WANdisco/gerrit,WANdisco/gerrit,WANdisco/gerrit,MerritCR/merrit,gerrit-review/gerrit,MerritCR/merrit,GerritCodeReview... | // Copyright (C) 2009 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | gerrit-pgm/src/main/java/com/google/gerrit/pgm/Daemon.java | // Copyright (C) 2009 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | Daemon: Don't add index commands when running as slave
Bug: Issue 3694
Change-Id: I3c50269452d9599b74044014090a30e134b3b6ec
| gerrit-pgm/src/main/java/com/google/gerrit/pgm/Daemon.java | Daemon: Don't add index commands when running as slave | |
Java | apache-2.0 | a16bcf8e514ea1a505e826fc0e0d05f26acdcbd1 | 0 | i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie | package net.i2p;
import java.io.File;
import java.util.HashSet;
import java.util.Properties;
import java.util.Set;
import net.i2p.client.naming.NamingService;
import net.i2p.client.naming.PetNameDB;
import net.i2p.crypto.AESEngine;
import net.i2p.crypto.CryptixAESEngine;
import net.i2p.crypto.DSAEngine;
import net.i2... | core/java/src/net/i2p/I2PAppContext.java | package net.i2p;
import java.io.File;
import java.util.HashSet;
import java.util.Properties;
import java.util.Set;
import net.i2p.client.naming.NamingService;
import net.i2p.client.naming.PetNameDB;
import net.i2p.crypto.AESEngine;
import net.i2p.crypto.CryptixAESEngine;
import net.i2p.crypto.DSAEngine;
import net.i2... | pid dir defaults to system temp dir
| core/java/src/net/i2p/I2PAppContext.java | pid dir defaults to system temp dir | |
Java | apache-2.0 | 9a50c6649e254631e122790037724f5a9b94a646 | 0 | rspieldenner/msl,Netflix/msl,Netflix/msl,Netflix/msl,rspieldenner/msl,rspieldenner/msl,Netflix/msl,Netflix/msl,Netflix/msl | /**
* Copyright (c) 2014 Netflix, 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... | src/examples/java/mslcli/src/mslcli/client/ClientApp.java | /**
* Copyright (c) 2014 Netflix, 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... | small changes
| src/examples/java/mslcli/src/mslcli/client/ClientApp.java | small changes | |
Java | apache-2.0 | 394f62db59f514686e60ddc71f385e703b7f95ec | 0 | fmtn/a,northlander/a,fmtn/a | package com.libzter.a;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.text.Format;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Enumeration;
import java.util.Map.Entry;
import java.util.Properties;... | src/main/java/com/libzter/a/A.java | package com.libzter.a;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.text.Format;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Enumeration;
import java.util.Map.Entry;
import java.util.Properties;... | Fixed some NPEs
| src/main/java/com/libzter/a/A.java | Fixed some NPEs | |
Java | apache-2.0 | d0d9dd5e9465db2d2521100e05cbafb260aee7d0 | 0 | krizsan/rest-example | package se.ivankrizsan.restexample.restadapter;
import org.glassfish.jersey.server.ResourceConfig;
import org.springframework.stereotype.Component;
/**
* Jersey configuration.
* Cannot rely on classpath scanning, due to a bug in Jersey making it unable
* to scan nested JAR-files.
*
* @author Ivan Krizsan
*/
@Co... | src/main/java/se/ivankrizsan/restexample/restadapter/JerseyConfig.java | package se.ivankrizsan.restexample.restadapter;
import org.glassfish.jersey.server.ResourceConfig;
import org.springframework.stereotype.Component;
/**
* Jersey configuration.
*
* @author Ivan Krizsan
*/
@Component
public class JerseyConfig extends ResourceConfig {
public JerseyConfig() {
/* All reso... | Fix to make the Spring Boot standalone JAR runnable. | src/main/java/se/ivankrizsan/restexample/restadapter/JerseyConfig.java | Fix to make the Spring Boot standalone JAR runnable. | |
Java | apache-2.0 | 5c17437ba6c25f2e5fe0be4b5fcb399051defb43 | 0 | Plonk42/mytracks | /*
* Copyright 2011 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 i... | MyTracks/src/com/google/android/apps/mytracks/content/TrackDataHub.java | /*
* Copyright 2011 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 i... | Assuming that we have a GPS provider until we're told otherwise
(this avoid a startup toast saying we have no GPS).
| MyTracks/src/com/google/android/apps/mytracks/content/TrackDataHub.java | Assuming that we have a GPS provider until we're told otherwise (this avoid a startup toast saying we have no GPS). | |
Java | apache-2.0 | 34b85b4177c5cf063a087386dd82ab59e079bef0 | 0 | ronsigal/xerces,RackerWilliams/xercesj,jimma/xerces,jimma/xerces,ronsigal/xerces,ronsigal/xerces,RackerWilliams/xercesj,jimma/xerces,RackerWilliams/xercesj | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of sour... | src/org/apache/xerces/dom/ElementImpl.java | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of sour... | added call to synchronizeData to new method hasAttributes()
git-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@315944 13f79535-47bb-0310-9956-ffa450edef68
| src/org/apache/xerces/dom/ElementImpl.java | added call to synchronizeData to new method hasAttributes() | |
Java | bsd-3-clause | cab5eb77140e2019adeaa3e7309dbdf9db401931 | 0 | EmilHernvall/tregmine,EmilHernvall/tregmine,Clunker5/tregmine-2.0,Clunker5/tregmine-2.0,EmilHernvall/tregmine | package info.tregmine.portals;
import info.tregmine.Tregmine;
//import info.tregmine.api.TregminePlayer;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.eve... | tregmine/src/info/tregmine/portals/Portals.java | package info.tregmine.portals;
import info.tregmine.Tregmine;
import info.tregmine.api.TregminePlayer;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event... | fixed one thing
| tregmine/src/info/tregmine/portals/Portals.java | fixed one thing | |
Java | cc0-1.0 | c81dfd7d87ca09f6d66848b87d2f43d3625e3dbe | 0 | TheElk205/KillTheNerd | core/src/at/gamejam/ktn/game/entities/Player.java | package at.gamejam.ktn.game.entities;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.physics.box2d.Body;
import com.badlogic.... | BIIIIIIIIIIIIIIIIIIIIIG Change
| core/src/at/gamejam/ktn/game/entities/Player.java | BIIIIIIIIIIIIIIIIIIIIIG Change | ||
Java | mit | e23a2335366f867ed84035f01f7955b71f88ee49 | 0 | UniversityOfBrightonComputing/iCirclesOriginal | package icircles.decomposition;
import icircles.abstractdescription.AbstractBasicRegion;
import icircles.abstractdescription.AbstractCurve;
import icircles.abstractdescription.AbstractDescription;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* An innermost abstract contour has t... | src/main/java/icircles/decomposition/DecompositionStrategyInnermost.java | package icircles.decomposition;
import icircles.abstractdescription.AbstractBasicRegion;
import icircles.abstractdescription.AbstractCurve;
import icircles.abstractdescription.AbstractDescription;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class DecompositionStrategyInnermos... | refactored to streams
| src/main/java/icircles/decomposition/DecompositionStrategyInnermost.java | refactored to streams | |
Java | mit | b6c128bbd8992508ef1389f1b4ba1640244bea73 | 0 | amirbawab/EasyCC | package sidebar;
import data.LexicalEdgeJSON;
import data.LexicalMachineJSON;
import data.LexicalStateJSON;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class LeftSideBar extends JPanel {
// C... | lexical-analysis/lexical-generator/src/main/java/sidebar/LeftSideBar.java | package sidebar;
import data.LexicalEdgeJSON;
import data.LexicalMachineJSON;
import data.LexicalStateJSON;
import javax.swing.*;
import javax.swing.table.DefaultTableModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class LeftSideBar extends JPanel {
// C... | Added delete edge
| lexical-analysis/lexical-generator/src/main/java/sidebar/LeftSideBar.java | Added delete edge | |
Java | mit | 5cce7fec1a65b62469a988582dd8158e784e58dd | 0 | B-Stefan/Risiko | package configuration;
import com.sun.javaws.exceptions.InvalidArgumentException;
/**
* Created by Stefan on 29.06.14.
*/
public class ServerConfiguration {
/**
* Default Server Konfiguration
*/
public final static ServerConfiguration DEFAULT = new ServerConfiguration(
6789,
... | Commons/src/configuration/ServerConfiguration.java | package configuration;
/**
* Created by Stefan on 30.06.14.
*/
public class ServerConfiguration {
}
| Update Server Configuration
| Commons/src/configuration/ServerConfiguration.java | Update Server Configuration | |
Java | mit | e851b5e0240956d4cd7fc40530c4603754414ccf | 0 | stephenc/jenkins,recena/jenkins,ikedam/jenkins,jenkinsci/jenkins,ikedam/jenkins,damianszczepanik/jenkins,MarkEWaite/jenkins,pjanouse/jenkins,daniel-beck/jenkins,stephenc/jenkins,Jochen-A-Fuerbacher/jenkins,oleg-nenashev/jenkins,daniel-beck/jenkins,viqueen/jenkins,ikedam/jenkins,daniel-beck/jenkins,patbos/jenkins,MarkEW... | /*
* The MIT License
*
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Eric Lefevre-Ardant, Erik Ramfelt, Michael B. Donohue, Alan Harder,
* Manufacture Francaise des Pneumatiques Michelin, Romain Seguy
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* ... | core/src/main/java/hudson/FilePath.java | /*
* The MIT License
*
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi,
* Eric Lefevre-Ardant, Erik Ramfelt, Michael B. Donohue, Alan Harder,
* Manufacture Francaise des Pneumatiques Michelin, Romain Seguy
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* ... | Show empty statement by putting the semicolon on its own line - FilePath.normalize
Co-Authored-By: Daniel Beck <8a7ce20cd6d504c97910234803e6e48549280b89@users.noreply.github.com> | core/src/main/java/hudson/FilePath.java | Show empty statement by putting the semicolon on its own line - FilePath.normalize | |
Java | mit | 7e7b92b232e44a1732a8573b036e73bea2225107 | 0 | sergiosorias/jscep | /*
* Copyright (c) 2009-2010 David Grant
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | api/src/main/java/com/google/code/jscep/pkcs7/PkiMessage.java | /*
* Copyright (c) 2009-2010 David Grant
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | Removed unused method.
| api/src/main/java/com/google/code/jscep/pkcs7/PkiMessage.java | Removed unused method. | |
Java | mit | fc9290b5de9cc894a90f3cd37bec74eb86a0869a | 0 | evan10s/wake-me-cgm,evan10s/wake-me-cgm | package at.str.evan.wakemecgm;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.media.AudioAttributes;
import android.media.... | app/src/main/java/at/str/evan/wakemecgm/bgUpdateService.java | package at.str.evan.wakemecgm;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.IBinder;
imp... | Refine notification display, attempt to make sound repeat (unsuccessfully)
| app/src/main/java/at/str/evan/wakemecgm/bgUpdateService.java | Refine notification display, attempt to make sound repeat (unsuccessfully) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.