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 | 067eb6851101fa1fd0a87e4a2647b2504b2dd59f | 0 | raphaelm/c3nav-android,c3nav/c3nav-android | package de.c3nav.droid;
import android.Manifest;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
imp... | CongressRoutePlanner/app/src/main/java/de/c3nav/droid/MainActivity.java | package de.c3nav.droid;
import android.Manifest;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
imp... | make sure navigation drawer is closed an cannot be opened until splash is done
| CongressRoutePlanner/app/src/main/java/de/c3nav/droid/MainActivity.java | make sure navigation drawer is closed an cannot be opened until splash is done | |
Java | apache-2.0 | 25fcbc4218dc3e49d4d1ee2942967515d96deee4 | 0 | Luxapodular/processing.py,jdf/processing.py,jdf/processing.py,mashrin/processing.py,Luxapodular/processing.py,Luxapodular/processing.py,tildebyte/processing.py,tildebyte/processing.py,jdf/processing.py,tildebyte/processing.py,mashrin/processing.py,mashrin/processing.py | package jycessing;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import org.python.core.Py;
import org.python.core.PyString;
import org.python.core.PyStringMap;
import org.python.util.InteractiveConsole;
import processing.core.PApple... | src/jycessing/Runner.java | package jycessing;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import org.python.core.Py;
import org.python.core.PyException;
import org.python.core.PyFloat;
import org.python.core.PyInteger;
import org.python.core.PyJavaType;
impor... | more methods
| src/jycessing/Runner.java | more methods | |
Java | apache-2.0 | 1a430f5778233b746cb4e3d8381a73defda534f8 | 0 | julianmendez/born,julianmendez/born,julianmendez/born,julianmendez/born | package de.tudresden.inf.lat.born.owlapi.example;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.ArrayList;
import j... | born-owlapi/src/main/java/de/tudresden/inf/lat/born/owlapi/example/ExampleLoader.java | package de.tudresden.inf.lat.born.owlapi.example;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.ArrayList;
import j... | Add sorting of examples in example loader | born-owlapi/src/main/java/de/tudresden/inf/lat/born/owlapi/example/ExampleLoader.java | Add sorting of examples in example loader | |
Java | apache-2.0 | caa11b14b535be82797b8796cceb89234c5b382b | 0 | jmeter-maven-plugin/jmeter-maven-plugin | package com.lazerycode.jmeter.mojo;
import com.lazerycode.jmeter.configuration.ArtifactHelpers;
import com.lazerycode.jmeter.configuration.RepositoryConfiguration;
import com.lazerycode.jmeter.json.TestConfigurationWrapper;
import com.lazerycode.jmeter.properties.ConfigurationFiles;
import com.lazerycode.jmeter.proper... | src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java | package com.lazerycode.jmeter.mojo;
import com.lazerycode.jmeter.configuration.ArtifactHelpers;
import com.lazerycode.jmeter.configuration.RepositoryConfiguration;
import com.lazerycode.jmeter.json.TestConfigurationWrapper;
import com.lazerycode.jmeter.properties.ConfigurationFiles;
import com.lazerycode.jmeter.proper... | vuln-fix: Zip Slip Vulnerability
This fixes a Zip-Slip vulnerability.
This change does one of two things. This change either
1. Inserts a guard to protect against Zip Slip.
OR
2. Replaces `dir.getCanonicalPath().startsWith(parent.getCanonicalPath())`, which is vulnerable to partial path traversal attacks, with the m... | src/main/java/com/lazerycode/jmeter/mojo/ConfigureJMeterMojo.java | vuln-fix: Zip Slip Vulnerability | |
Java | apache-2.0 | f312d4f6f9029cfecda1417e7644ae68ac043ba0 | 0 | gbif/registry,gbif/registry | package org.gbif.query;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.gbif.api.model.occurrence.predicate.ConjunctionPredicate;
import org.gbif.api.model.occurrence.predicate.DisjunctionPredicate;
import org.gbif.api.model.occurrence.predicate.EqualsPredicate;... | spring-boot-download-query-tools/src/test/java/org/gbif/query/PredicateCounterTest.java | package org.gbif.query;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.gbif.api.model.occurrence.predicate.ConjunctionPredicate;
import org.gbif.api.model.occurrence.predicate.DisjunctionPredicate;
import org.gbif.api.model.occurrence.predicate.EqualsPredicate;... | Fix PredicateCounterTest after updating gbif-api
| spring-boot-download-query-tools/src/test/java/org/gbif/query/PredicateCounterTest.java | Fix PredicateCounterTest after updating gbif-api | |
Java | apache-2.0 | 829d83d558020cbe778908f35412fdab6be939cb | 0 | khazelrigg/wordCount,khazelrigg/wordCount | package kam.hazelrigg;
import edu.stanford.nlp.tagger.maxent.MaxentTagger;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartUtilities;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.PiePlot3D;
import org.jfree.data.general.DefaultPieDataset;
import java.awt.*;
import java.io.BufferedRe... | src/kam/hazelrigg/Main.java | package kam.hazelrigg;
import edu.stanford.nlp.tagger.maxent.MaxentTagger;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartUtilities;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.PiePlot3D;
import org.jfree.data.general.DefaultPieDataset;
import java.awt.*;
import java.io.BufferedRe... | Fixed issues with creating results directories
| src/kam/hazelrigg/Main.java | Fixed issues with creating results directories | |
Java | apache-2.0 | 5248436b0fa724b3797c54771402c7437ef95e1a | 0 | ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp | package com.ilscipio.scipio.cms.media;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.sql.Timestamp;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import jav... | applications/cms/src/com/ilscipio/scipio/cms/media/CmsMediaServices.java | package com.ilscipio.scipio.cms.media;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.sql.Timestamp;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import jav... | cms: images: fixed a bug in responsive image creation from presets
| applications/cms/src/com/ilscipio/scipio/cms/media/CmsMediaServices.java | cms: images: fixed a bug in responsive image creation from presets | |
Java | apache-2.0 | b25b03e5fb151879ccf254b12e704f4085c903e0 | 0 | henrichg/PhoneProfilesPlus | package sk.henrichg.phoneprofilesplus;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.KeyguardManager;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.UiModeManager;
import android.app.WallpaperManager;
i... | phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ActivateProfileHelper.java | package sk.henrichg.phoneprofilesplus;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.KeyguardManager;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.UiModeManager;
import android.app.WallpaperManager;
i... | Airplane mode on/off without root. (5)
| phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ActivateProfileHelper.java | Airplane mode on/off without root. (5) | |
Java | apache-2.0 | 64e8805773d1378f51dbf373f1437e0af03fae32 | 0 | li2b2/li2b2-shrine,li2b2/li2b2-shrine,li2b2/li2b2-shrine | package de.li2b2.shrine.node.dktk;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import... | node/dktk/dktk-node/src/main/java/de/li2b2/shrine/node/dktk/CentraxxNode.java | package de.li2b2.shrine.node.dktk;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import... | retrieve and report centraxx version info
| node/dktk/dktk-node/src/main/java/de/li2b2/shrine/node/dktk/CentraxxNode.java | retrieve and report centraxx version info | |
Java | bsd-2-clause | 89e94c2466385df98eec0c296d69c9bb7e3fac94 | 0 | scijava/scijava-ui-swing | /*
* #%L
* SciJava UI components for Java Swing.
* %%
* Copyright (C) 2010 - 2014 Board of Regents of the University of
* Wisconsin-Madison.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistrib... | src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.java | /*
* #%L
* SciJava UI components for Java Swing.
* %%
* Copyright (C) 2010 - 2014 Board of Regents of the University of
* Wisconsin-Madison.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistrib... | SwingTextWidget: use isStyle(String) method
This ensures that if a widget has multiple associated styles, the tests
still work.
This change also calls the UIService's chooseFile method instead of
hardcoding use of the JFileChooser here.
| src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.java | SwingTextWidget: use isStyle(String) method | |
Java | bsd-3-clause | 6bfb01f110ce54146cd2d6255edaf5a3c976cce5 | 0 | NCIP/cacore-sdk-pre411,NCIP/cacore-sdk-pre411,NCIP/cacore-sdk-pre411,NCIP/cacore-sdk-pre411,NCIP/cacore-sdk-pre411 | package gov.nih.nci.codegen.core.transformer;
import gov.nih.nci.codegen.core.BaseArtifact;
import gov.nih.nci.codegen.core.ConfigurationException;
import gov.nih.nci.codegen.core.XMLConfigurable;
import gov.nih.nci.codegen.core.filter.UML13ClassifierFilter;
import gov.nih.nci.codegen.core.filter.UML13ModelElementFilt... | src/gov/nih/nci/codegen/core/transformer/UML13CastorMappingTransformer.java | package gov.nih.nci.codegen.core.transformer;
import gov.nih.nci.codegen.core.BaseArtifact;
import gov.nih.nci.codegen.core.ConfigurationException;
import gov.nih.nci.codegen.core.XMLConfigurable;
import gov.nih.nci.codegen.core.filter.UML13ClassifierFilter;
import gov.nih.nci.codegen.core.filter.UML13ModelElementFilt... | Fixed defect for the XML mapping generation for the inheritance
SVN-Revision: 483
| src/gov/nih/nci/codegen/core/transformer/UML13CastorMappingTransformer.java | Fixed defect for the XML mapping generation for the inheritance | |
Java | mit | 5d343c533c9c8290941e5865fcab40fedbded2b2 | 0 | dev-andremonteiro/AlphaLab | src/main/java/br/edu/ifmt/cba/alphalab/gui/javafx/controller/laboratorio/FrmCadastroDepartamento.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.edu.ifmt.cba.alphalab.gui.javafx.controller.laboratorio;
import br.edu.ifmt.cba.alphalab.business.laboratorio.Departam... | Refazendo | src/main/java/br/edu/ifmt/cba/alphalab/gui/javafx/controller/laboratorio/FrmCadastroDepartamento.java | Refazendo | ||
Java | mit | 73ac9b67e4e3eeea72ba989616f7777fc66a3878 | 0 | TechReborn/RebornCore | package reborncore.mixin.implementations.asmInjector;
import javassist.ByteArrayClassPath;
import javassist.LoaderClassPath;
import org.apache.logging.log4j.LogManager;
import reborncore.mixin.MixinManager;
import reborncore.mixin.implementations.prebaker.MixinPrebaker;
import reborncore.mixin.transformer.MixinTransfo... | src/main/java/reborncore/mixin/implementations/asmInjector/ASMInjectorSetupClass.java | package reborncore.mixin.implementations.asmInjector;
import javassist.ByteArrayClassPath;
import javassist.LoaderClassPath;
import org.apache.logging.log4j.LogManager;
import reborncore.mixin.MixinManager;
import reborncore.mixin.implementations.prebaker.MixinPrebaker;
import reborncore.mixin.transformer.MixinTransfo... | Fix ASM injector crash
| src/main/java/reborncore/mixin/implementations/asmInjector/ASMInjectorSetupClass.java | Fix ASM injector crash | |
Java | mit | 6befa766ed7544e25930d3f1cca2d8ff06a3c19f | 0 | FAU-Inf2/kwikshop-android,FAU-Inf2/kwikshop-android | package de.fau.cs.mad.kwikshop.android.view;
//import android.app.Fragment;
import android.content.Intent;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.... | app/src/main/java/de/fau/cs/mad/kwikshop/android/view/ShoppingListFragment.java | package de.fau.cs.mad.kwikshop.android.view;
//import android.app.Fragment;
import android.content.Intent;
import android.graphics.Rect;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.... | Fix bug that caused the app to crash when opening a shopping list
| app/src/main/java/de/fau/cs/mad/kwikshop/android/view/ShoppingListFragment.java | Fix bug that caused the app to crash when opening a shopping list | |
Java | mit | 16377d1f2eec4a00c45db007e095b950f22b39aa | 0 | orende/dddsample-core,citerus/dddsample-core,IzzyXie2010/dddsample-core,stefan-ka/dddsample-core,loothingpogixxv/dddsample-core,romank0/dddsample-core,romank0/dddsample-core,IzzyXie2010/dddsample-core,gacalves/dddsample-core,loothingpogixxv/dddsample-core,orende/dddsample-core,gacalves/dddsample-core,citerus/dddsample-... | package se.citerus.dddsample.domain.model.location;
import java.lang.reflect.Field;
import java.util.*;
/**
* Sample locations, for test purposes.
*
*/
public class SampleLocations {
private static final TimeZone CHINA = TimeZone.getTimeZone("Asia/Shanghai");
private static final TimeZone CENTRAL_EUROPE = T... | dddsample/src/main/java/se/citerus/dddsample/domain/model/location/SampleLocations.java | package se.citerus.dddsample.domain.model.location;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TimeZone;
/**
* Sample locations, for test purposes.
*
*/
public class SampleLocations {
private static final Ti... | Added Pacific TZ and Long Beach location | dddsample/src/main/java/se/citerus/dddsample/domain/model/location/SampleLocations.java | Added Pacific TZ and Long Beach location | |
Java | mit | dc1610c9f9703d1fefab3e63fe46615fc067fa9d | 0 | Onuzimoyr/dAndroid,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,Onuzimoyr/dAndroid,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1... | /*
HostMediaStreamingRecordingProfile.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.deviceplugin.host.profile;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.LinkedList;
import... | dConnectDevicePlugin/dConnectDeviceHost/src/org/deviceconnect/android/deviceplugin/host/profile/HostMediaStreamingRecordingProfile.java | /*
HostMediaStreamingRecordingProfile.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.deviceplugin.host.profile;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.LinkedList;
import... | Minor refactoring.
| dConnectDevicePlugin/dConnectDeviceHost/src/org/deviceconnect/android/deviceplugin/host/profile/HostMediaStreamingRecordingProfile.java | Minor refactoring. | |
Java | mit | 37b97dcbcef1cb9e9ae6964bdb9c1a38ae4e33f1 | 0 | augustt198/lumen | package me.august.lumen.compile.parser.ast.stmt;
import jdk.internal.org.objectweb.asm.Opcodes;
import me.august.lumen.compile.analyze.ASTVisitor;
import me.august.lumen.compile.analyze.VisitorConsumer;
import me.august.lumen.compile.codegen.Branch;
import me.august.lumen.compile.codegen.BuildContext;
import me.august... | src/main/java/me/august/lumen/compile/parser/ast/stmt/IfStmt.java | package me.august.lumen.compile.parser.ast.stmt;
import me.august.lumen.compile.analyze.ASTVisitor;
import me.august.lumen.compile.analyze.VisitorConsumer;
import me.august.lumen.compile.codegen.Branch;
import me.august.lumen.compile.codegen.BuildContext;
import me.august.lumen.compile.codegen.Conditional;
import me.a... | Better branching
| src/main/java/me/august/lumen/compile/parser/ast/stmt/IfStmt.java | Better branching | |
Java | epl-1.0 | 0ecb3bc71cc13195fc82bc548f5a6d248438bdd5 | 0 | opendaylight/bgpcep,bigdataops/bgpcep,bigdataops/bgpcep,inocybe/odl-bgpcep,inocybe/odl-bgpcep | /*
* 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.... | bgp/topology-provider/src/main/java/org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.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.... | Fix for NPE in OSPF, when forwarding address is not set.
Change-Id: Iff310eee0a5c4c9a34971b6cf5d958d8ed5004e2
Signed-off-by: Dana Kutenicsova <604b99339c1ffe3a50889e267f555c45413b1942@cisco.com> | bgp/topology-provider/src/main/java/org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.java | Fix for NPE in OSPF, when forwarding address is not set. | |
Java | epl-1.0 | 5c8e1259ae25f3ad0f37ef2d07af85d74775c1fc | 0 | pecko/debrief,theanuradha/debrief,debrief/debrief,theanuradha/debrief,pecko/debrief,pecko/debrief,alastrina123/debrief,theanuradha/debrief,alastrina123/debrief,alastrina123/debrief,debrief/debrief,alastrina123/debrief,theanuradha/debrief,alastrina123/debrief,pecko/debrief,theanuradha/debrief,theanuradha/debrief,alastri... | package org.mwc.asset.scenariocontroller2.views;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Enumeration;
import jav... | trunk/org.mwc.asset.ScenarioController2/src/org/mwc/asset/scenariocontroller2/views/ScenarioControllerView.java | package org.mwc.asset.scenariocontroller2.views;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Enumeration;
import jav... | don't try to recover the step time if this is a fresh PC
git-svn-id: d2601f1668e3cd2de409f5c059006a6eeada0abf@3404 cb33b658-6c9e-41a7-9690-cba343611204
| trunk/org.mwc.asset.ScenarioController2/src/org/mwc/asset/scenariocontroller2/views/ScenarioControllerView.java | don't try to recover the step time if this is a fresh PC | |
Java | lgpl-2.1 | 9ebe6ac7fdcc570fd83f8ba6078ab064256df7b4 | 0 | pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/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-platform-core/xwiki-platform-model/src/test/java/org/xwiki/model/reference/EntityReferenceTest.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-7097: Make EntityReference immutables, adding parameters to EntityReference and allowing Locale and Version in DocumentReference
Updated unit tests on EntityReference
| xwiki-platform-core/xwiki-platform-model/src/test/java/org/xwiki/model/reference/EntityReferenceTest.java | XWIKI-7097: Make EntityReference immutables, adding parameters to EntityReference and allowing Locale and Version in DocumentReference | |
Java | lgpl-2.1 | 06ed2597845ac437cac0ece621ac3a9ac000401f | 0 | SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer | /*
* AEViewer.java
*
* This is the "main" jAER interface to the user. The main event loop "ViewLoop" is here; see ViewLoop.run()
*
* Created on December 24, 2005, 1:58 PM
*/
package net.sf.jaer.graphics;
import java.awt.geom.Point2D.Float;
import java.net.SocketException;
import net.sf.jaer.hardwareinterface.usb.... | src/net/sf/jaer/graphics/AEViewer.java | /*
* AEViewer.java
*
* This is the "main" jAER interface to the user. The main event loop "ViewLoop" is here; see ViewLoop.run()
*
* Created on December 24, 2005, 1:58 PM
*/
package net.sf.jaer.graphics;
import java.awt.geom.Point2D.Float;
import java.net.SocketException;
import net.sf.jaer.hardwareinterface.usb.... | resetting count so that when Don't render is deselected, rendering starts again immediately.
git-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@1991 b7f4320f-462c-0410-a916-d9f35bb82d52
| src/net/sf/jaer/graphics/AEViewer.java | resetting count so that when Don't render is deselected, rendering starts again immediately. | |
Java | unlicense | cba8c69294d6cec4123c968cd5be371bf2d06426 | 0 | sudheerj/primefaces-blueprints | chapter04/src/main/java/com/packt/pfblueprints/controller/LazyAccountSummaryDataModel.java | package com.packt.pfblueprints.controller;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.primefaces.model.LazyDataModel;
import org.primefaces.model.SortOrder;
import com.packt.pfblueprints.model.AccountSummary... | Unnecessary lazyDataModel removed | chapter04/src/main/java/com/packt/pfblueprints/controller/LazyAccountSummaryDataModel.java | Unnecessary lazyDataModel removed | ||
Java | apache-2.0 | 2abdb58e90a7b2e75bfed512b904217e4b0317b2 | 0 | biezhi/blade,biezhi/blade | package com.blade.mvc.http;
import com.blade.kit.StringKit;
import com.blade.mvc.WebContext;
import com.blade.mvc.multipart.FileItem;
import com.blade.mvc.route.Route;
import com.blade.server.netty.HttpConst;
import com.blade.server.netty.SessionHandler;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufUt... | src/main/java/com/blade/mvc/http/HttpRequest.java | package com.blade.mvc.http;
import com.blade.kit.StringKit;
import com.blade.mvc.WebContext;
import com.blade.mvc.multipart.FileItem;
import com.blade.mvc.route.Route;
import com.blade.server.netty.HttpConst;
import com.blade.server.netty.SessionHandler;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufUt... | :bug: fixed connection reset by peer
| src/main/java/com/blade/mvc/http/HttpRequest.java | :bug: fixed connection reset by peer | |
Java | apache-2.0 | 1fc4551c31f20f6d6ae760460dd6a8235dd6b8d4 | 0 | cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x | /*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | src/org/springframework/jms/core/JmsTemplate.java | /*
* Copyright 2002-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | use more specific "isSessionLocallyTransacted" check, delegating to "ConnectionFactoryUtils.isSessionTransactional"
git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@13320 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
| src/org/springframework/jms/core/JmsTemplate.java | use more specific "isSessionLocallyTransacted" check, delegating to "ConnectionFactoryUtils.isSessionTransactional" | |
Java | apache-2.0 | f4ae2201a4c61647fb1eef225268e35875f14d83 | 0 | mikosik/smooth-build,mikosik/smooth-build | package org.smoothbuild.cli;
import static com.google.inject.Guice.createInjector;
import static org.smoothbuild.SmoothConstants.EXIT_CODE_ERROR;
import static org.smoothbuild.SmoothConstants.SMOOTH_HOME_ENV_VARIABLE;
import static org.smoothbuild.util.Text.unlines;
import java.nio.file.Paths;
import java.util.Option... | src/main/java/org/smoothbuild/cli/Commands.java | package org.smoothbuild.cli;
import static com.google.inject.Guice.createInjector;
import static org.smoothbuild.SmoothConstants.EXIT_CODE_ERROR;
import static org.smoothbuild.SmoothConstants.SMOOTH_HOME_ENV_VARIABLE;
import java.nio.file.Paths;
import java.util.Optional;
import org.smoothbuild.MainModule;
import or... | refactored Commands to use Text.unlines()
| src/main/java/org/smoothbuild/cli/Commands.java | refactored Commands to use Text.unlines() | |
Java | apache-2.0 | a9099dcc010918c892a087e1fd3051448b6c8b9e | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.psi.impl.cache.impl.id;
import com.intellij.lang.cacheBuilder.VersionedWordsScanner;
import com.intellij.lang.cacheBuilder.WordOccurrence;
import com.intelli... | platform/indexing-impl/src/com/intellij/psi/impl/cache/impl/id/ScanningIdIndexer.java | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.psi.impl.cache.impl.id;
import com.intellij.lang.cacheBuilder.VersionedWordsScanner;
import com.intellij.lang.cacheBuilder.WordOccurrence;
import com.intelli... | ScanningIdIndexer: create a scanner each time afresh
to avoid multiple threads working on the same lexer and failing miserably
| platform/indexing-impl/src/com/intellij/psi/impl/cache/impl/id/ScanningIdIndexer.java | ScanningIdIndexer: create a scanner each time afresh | |
Java | apache-2.0 | 48cb77e4e0c6a0c86cc4a552966aea59f0b527b8 | 0 | taimos/spring-dao-mongo | package de.taimos.dao.mongo;
/*
* #%L Spring DAO Mongo %% Copyright (C) 2013 Taimos 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
*
... | src/main/java/de/taimos/dao/mongo/AbstractMongoDAO.java | package de.taimos.dao.mongo;
/*
* #%L
* Spring DAO Mongo
* %%
* Copyright (C) 2013 Taimos 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/li... | more features | src/main/java/de/taimos/dao/mongo/AbstractMongoDAO.java | more features | |
Java | apache-2.0 | c99afd8d62636e7cbd193bc0fa4b254eda6bdb7a | 0 | realityforge/replicant,realityforge/replicant | package org.realityforge.replicant.server.ee;
import java.util.Collection;
import java.util.Collections;
import java.util.concurrent.Callable;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.persistence.EntityManager;
impo... | server/src/main/java/org/realityforge/replicant/server/ee/ReplicationRequestUtil.java | package org.realityforge.replicant.server.ee;
import java.util.Collection;
import java.util.Collections;
import java.util.concurrent.Callable;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.persistence.EntityManager;
impo... | Reduuce access level
| server/src/main/java/org/realityforge/replicant/server/ee/ReplicationRequestUtil.java | Reduuce access level | |
Java | apache-2.0 | 33db5628b28d6bea85afef96ab2062eed42bc532 | 0 | pabrahamsson/storm-cassandra-cql,hpcc-systems/storm-cassandra-cql,branky/storm-cassandra-cql,bflad/storm-cassandra-cql,hmsonline/storm-cassandra-cql,taikhuu/storm-cassandra-cql,paul-callahan/storm-cassandra-cql | package com.hmsonline.trident.cql.incremental;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Row;
import com.datastax.driver.core.Statement;
import com.hmsonline.trident.cql.CqlClientFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import storm.trident.operation.CombinerAg... | src/main/java/com/hmsonline/trident/cql/incremental/CassandraCqlIncrementalState.java | package com.hmsonline.trident.cql.incremental;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Row;
import com.datastax.driver.core.Statement;
import com.hmsonline.trident.cql.CqlClientFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import storm.trident.operation.CombinerAg... | CassandraCqlIncrementalState should try to recalculate the state before persist , not just retry the same query multiple time.
| src/main/java/com/hmsonline/trident/cql/incremental/CassandraCqlIncrementalState.java | CassandraCqlIncrementalState should try to recalculate the state before persist , not just retry the same query multiple time. | |
Java | apache-2.0 | 7c5793bc7f9340faea4fbb680fd237475a8a185b | 0 | bebo/jitsi,ibauersachs/jitsi,martin7890/jitsi,gpolitis/jitsi,jibaro/jitsi,jitsi/jitsi,iant-gmbh/jitsi,pplatek/jitsi,bhatvv/jitsi,mckayclarey/jitsi,marclaporte/jitsi,iant-gmbh/jitsi,procandi/jitsi,dkcreinoso/jitsi,martin7890/jitsi,laborautonomo/jitsi,procandi/jitsi,gpolitis/jitsi,jibaro/jitsi,procandi/jitsi,pplatek/jits... | /*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.sip;
import gov.nist.javax.sip.header.HeaderFactoryImpl; // disambiguates Contact
import gov.nist.javax.sip.head... | src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicTelephonySipImpl.java | /*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.protocol.sip;
import gov.nist.javax.sip.header.HeaderFactoryImpl; // disambiguates Contact
import gov.nist.javax.sip.head... | Correctly remove "refer" subscription, when a notify with "Subscription-state" "terminated" has been received.
| src/net/java/sip/communicator/impl/protocol/sip/OperationSetBasicTelephonySipImpl.java | Correctly remove "refer" subscription, when a notify with "Subscription-state" "terminated" has been received. | |
Java | apache-2.0 | 426d1610d8d7ab75be3e7f48bd7cbdd6a0b431b5 | 0 | SergeyZhernovoy/Java-education,SergeyZhernovoy/Java-education,SergeyZhernovoy/Java-education,SergeyZhernovoy/Java-education | package ru.szhernovoy;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
* Created by admin on 17.07.2016.
*/
public class Polindrom {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
... | PartIII/Lesson1/src/main/java/ru/szhernovoy/Polindrom.java | package ru.szhernovoy;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
* Created by admin on 17.07.2016.
*/
public class Polindrom {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
... | update lesson1 polindrom
| PartIII/Lesson1/src/main/java/ru/szhernovoy/Polindrom.java | update lesson1 polindrom | |
Java | apache-2.0 | f70d3916b756e16b7553144b0d22a36d2547bc17 | 0 | travisolbrich/315-P2-Reversi | package reversi.game.controller.input.ai;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import reversi.game.board.ReversiMoveFinder;
import reversi.game.board.ReversiMoveMaker;
import reversi.models.ReversiBoard;
import reversi.models.ReversiPlayer;
import reve... | Reversi/src/reversi/game/controller/input/ai/MinMaxAi.java | package reversi.game.controller.input.ai;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Set;
import reversi.game.board.ReversiMoveFinder;
import reversi.game.board.ReversiMoveMaker;
import reversi.models.ReversiBoard;
import reversi.models.ReversiPlayer;
import reve... | Bug Fix
- Fixed bug for instance where futureResults would come back null due to
no available moves after a point.
| Reversi/src/reversi/game/controller/input/ai/MinMaxAi.java | Bug Fix | |
Java | apache-2.0 | ee3b55bf1a0a1e8b2d42e41eaf33408a4253e854 | 0 | neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm | /*
* Copyright (c) [2011-2015] "Neo Technology" / "Graph Aware Ltd."
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with
* separate copyright n... | src/test/java/org/neo4j/ogm/unit/mapper/transitive/ab/ABTest.java | /*
* Copyright (c) [2011-2015] "Neo Technology" / "Graph Aware Ltd."
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with
* separate copyright n... | one test fails in CI only
| src/test/java/org/neo4j/ogm/unit/mapper/transitive/ab/ABTest.java | one test fails in CI only | |
Java | apache-2.0 | 0b9b8e15c511c51f400cb81be237fdef8a106fde | 0 | kinbod/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,dmmiller612/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,dmmiller612/deeplearni... | package org.deeplearning4j.optimize;
import org.deeplearning4j.berkeley.Pair;
import org.deeplearning4j.berkeley.Triple;
import org.deeplearning4j.nn.BaseMultiLayerNetwork;
import org.deeplearning4j.util.MatrixUtil;
import org.deeplearning4j.util.OptimizerMatrix;
import org.deeplearning4j.util.SummaryStatistics;
impo... | deeplearning4j-core/src/main/java/org/deeplearning4j/optimize/StochasticHessianFree.java | package org.deeplearning4j.optimize;
import org.deeplearning4j.berkeley.Pair;
import org.deeplearning4j.berkeley.Triple;
import org.deeplearning4j.nn.BaseMultiLayerNetwork;
import org.deeplearning4j.util.MatrixUtil;
import org.deeplearning4j.util.OptimizerMatrix;
import org.deeplearning4j.util.SummaryStatistics;
impo... | log message on shf back track
Former-commit-id: 396a2cf2eb142dda8cf78239ff8afa5ef2cccfed | deeplearning4j-core/src/main/java/org/deeplearning4j/optimize/StochasticHessianFree.java | log message on shf back track | |
Java | apache-2.0 | f1c5c8818dd88545708c585f7b5ba1e0c98d16b4 | 0 | vipshop/Saturn,vipshop/Saturn,vipshop/Saturn,vipshop/Saturn,vipshop/Saturn | package com.vip.saturn.job.internal.sharding;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.api.CuratorWatcher;
import org.apache.curator.framework.state.ConnectionState;
import org.... | saturn-core/src/main/java/com/vip/saturn/job/internal/sharding/ShardingListenerManager.java | package com.vip.saturn.job.internal.sharding;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.curator.framework.api.CuratorWatcher;
import org.apache.zookeeper.WatchedEvent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.vip.saturn.... | #183 When executor zk reconnected, sharding necessary watcher need be registered, doBusiness need be invoked
| saturn-core/src/main/java/com/vip/saturn/job/internal/sharding/ShardingListenerManager.java | #183 When executor zk reconnected, sharding necessary watcher need be registered, doBusiness need be invoked | |
Java | apache-2.0 | 54e1b80aa4ec915d8d06e79b95c10dbf172123e1 | 0 | UweTrottmann/SeriesGuide,r00t-user/SeriesGuide,epiphany27/SeriesGuide,hoanganhx86/SeriesGuide,artemnikitin/SeriesGuide,UweTrottmann/SeriesGuide,0359xiaodong/SeriesGuide | /*
* Copyright 2014 Uwe Trottmann
*
* 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 ... | SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/TraktSyncActivity.java | /*
* Copyright 2014 Uwe Trottmann
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | Fix trakt show upload not starting.
| SeriesGuide/src/main/java/com/battlelancer/seriesguide/ui/TraktSyncActivity.java | Fix trakt show upload not starting. | |
Java | apache-2.0 | 7673ca1e7a986ad3fdf1eb38e54e3f4ad9370d8a | 0 | rockmkd/datacollector,rockmkd/datacollector,kunickiaj/datacollector,kunickiaj/datacollector,kunickiaj/datacollector,SandishKumarHN/datacollector,SandishKumarHN/datacollector,rockmkd/datacollector,streamsets/datacollector,kunickiaj/datacollector,rockmkd/datacollector,SandishKumarHN/datacollector,streamsets/datacollector... | /*
* Copyright 2017 StreamSets 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... | container/src/main/java/com/streamsets/datacollector/store/impl/AclPipelineStoreTask.java | /*
* Copyright 2017 StreamSets 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... | SDC-8629. Cannot create a pipeline: acl.json-tmp (No such file or directory)
Change-Id: Id408ad73d04371626a0395769a14ea73e3a9011b
Reviewed-on: https://review.streamsets.net/13499
Tested-by: StreamSets CI <809627f37325a679986bd660c7713476a56d59cd@streamsets.com>
Reviewed-by: Hari Shreedharan <e1f8d9790f67825b23faf6a373... | container/src/main/java/com/streamsets/datacollector/store/impl/AclPipelineStoreTask.java | SDC-8629. Cannot create a pipeline: acl.json-tmp (No such file or directory) | |
Java | apache-2.0 | 392c40125dabbafb75dad2acc9a47446de7dbb5b | 0 | bruceadowns/amza,bruceadowns/amza,jivesoftware/amza,jivesoftware/amza,bruceadowns/amza,jivesoftware/amza,jivesoftware/amza,bruceadowns/amza | package com.jivesoftware.os.amza.service.stats;
import com.google.common.collect.ConcurrentHashMultiset;
import com.google.common.collect.Multiset;
import com.jivesoftware.os.amza.api.partition.PartitionName;
import com.jivesoftware.os.amza.api.ring.RingMember;
import com.jivesoftware.os.amza.api.scan.RowsChanged;
imp... | amza-service/src/main/java/com/jivesoftware/os/amza/service/stats/AmzaStats.java | package com.jivesoftware.os.amza.service.stats;
import com.google.common.collect.ConcurrentHashMultiset;
import com.google.common.collect.Multiset;
import com.jivesoftware.os.amza.api.partition.PartitionName;
import com.jivesoftware.os.amza.api.ring.RingMember;
import com.jivesoftware.os.amza.api.scan.RowsChanged;
imp... | Added detailed stats around compactions
| amza-service/src/main/java/com/jivesoftware/os/amza/service/stats/AmzaStats.java | Added detailed stats around compactions | |
Java | apache-2.0 | 1678e14d4f10bc29fbaca307c122a0572dda2f13 | 0 | thingsboard/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,thingsboard/thingsboard,thingsboard/thingsboard,volodymyr-babak/thingsboard,thingsboard/thingsboard,thingsboard/thingsboard,thingsboard/thingsboard | /**
* Copyright © 2016-2021 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java | /**
* Copyright © 2016-2021 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | tests: verify that all tenants deleted before delete default tenant profile (abstract web test)
| application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java | tests: verify that all tenants deleted before delete default tenant profile (abstract web test) | |
Java | apache-2.0 | 4cb8cc8a16f8e4fa2049902ba50adefa55b91f17 | 0 | amzn/exoplayer-amazon-port,androidx/media,androidx/media,ened/ExoPlayer,amzn/exoplayer-amazon-port,amzn/exoplayer-amazon-port,ened/ExoPlayer,google/ExoPlayer,google/ExoPlayer,stari4ek/ExoPlayer,ened/ExoPlayer,stari4ek/ExoPlayer,androidx/media,stari4ek/ExoPlayer,google/ExoPlayer | /*
* Copyright (C) 2019 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... | extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Libgav1VideoRenderer.java | /*
* Copyright (C) 2019 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... | Fix broken @link
PiperOrigin-RevId: 308835671
| extensions/av1/src/main/java/com/google/android/exoplayer2/ext/av1/Libgav1VideoRenderer.java | Fix broken @link | |
Java | apache-2.0 | 6aa84419e02449f98d5199e82c9fd198292bbf5e | 0 | pwoodworth/intellij-community,semonte/intellij-community,wreckJ/intellij-community,youdonghai/intellij-community,tmpgit/intellij-community,youdonghai/intellij-community,xfournet/intellij-community,akosyakov/intellij-community,ol-loginov/intellij-community,consulo/consulo,youdonghai/intellij-community,dslomov/intellij-c... | /*
* Copyright 2000-2011 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-api/src/com/intellij/openapi/options/colors/ColorSettingsPage.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... | com.intellij.openapi.options.colors.ColorSettingsPage.getAttributeDescriptors: clarify doc
| platform/lang-api/src/com/intellij/openapi/options/colors/ColorSettingsPage.java | com.intellij.openapi.options.colors.ColorSettingsPage.getAttributeDescriptors: clarify doc | |
Java | bsd-3-clause | 473a10caf218ddd726b44fed272208e287ade6dd | 0 | MohamedSeliem/contiki,arurke/contiki,arurke/contiki,bluerover/6lbr,arurke/contiki,MohamedSeliem/contiki,bluerover/6lbr,MohamedSeliem/contiki,bluerover/6lbr,bluerover/6lbr,bluerover/6lbr,MohamedSeliem/contiki,MohamedSeliem/contiki,arurke/contiki,arurke/contiki,arurke/contiki,bluerover/6lbr,arurke/contiki,MohamedSeliem/c... | /*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | tools/cooja/java/se/sics/cooja/dialogs/AddMoteDialog.java | /*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | fixed to finish edit before reading values from text fields
| tools/cooja/java/se/sics/cooja/dialogs/AddMoteDialog.java | fixed to finish edit before reading values from text fields | |
Java | mit | ccc371bc26c913d7e3007db28c7407dcfe2366c4 | 0 | RhitSerg/SmellBuster,RhitSerg/SmellBuster,RhitSerg/SmellBuster | package edu.rosehulman.serg.smellbuster.gui;
import java.awt.Color;
import java.util.HashMap;
import java.util.Map;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.WindowConstants;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
impo... | src/edu/rosehulman/serg/smellbuster/gui/PieChartGUI.java | package edu.rosehulman.serg.smellbuster.gui;
import java.awt.Color;
import java.util.HashMap;
import java.util.Map;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.WindowConstants;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
impo... | Changed the lables for the pie chart legend
| src/edu/rosehulman/serg/smellbuster/gui/PieChartGUI.java | Changed the lables for the pie chart legend | |
Java | mit | d8b09537c83edc61974dc2eec30766fd90b77faa | 0 | pearlqueen/java-simple-mvc | /**
* Copyright (c) 2010 Daniel Murphy
*
* 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, publ... | src/main/java/com/dmurph/mvc/gui/MVCJComboBox.java | /**
* Copyright (c) 2010 Daniel Murphy
*
* 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, publ... | fixed nullpointer when giving the combo box null data | src/main/java/com/dmurph/mvc/gui/MVCJComboBox.java | fixed nullpointer when giving the combo box null data | |
Java | mit | 6680795cf1566c1c009130025db97f5d5c32bb6b | 0 | InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service | ifs-web-service/ifs-web-core/src/test/java/org/innovateuk/ifs/util/NavigationUtilsTest.java | package org.innovateuk.ifs.util;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.test.util.ReflectionTestUtils;
import javax.servlet.http.HttpServletReque... | Adam told me to delete this unit test.
| ifs-web-service/ifs-web-core/src/test/java/org/innovateuk/ifs/util/NavigationUtilsTest.java | Adam told me to delete this unit test. | ||
Java | mit | ce99b5a624bf91f908ff1ecab29db1cc5d27e064 | 0 | SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/Sponge,SpongePowered/Sponge,SpongePowered/SpongeCommon | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | src/main/java/org/spongepowered/common/mixin/core/world/gen/ChunkGeneratorOverworldMixin.java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | Fix chunk regeneration using old biome values. Fixes #2343 (#2388)
https://github.com/SpongePowered/SpongeCommon/blob/7271dde9b931e860bf1a60ca72d327a4d6371e30/src/main/java/org/spongepowered/common/mixin/core/world/gen/ChunkGeneratorOverworldMixin.java#L233-L237
During regeneration, `biomes` is never null, so it do... | src/main/java/org/spongepowered/common/mixin/core/world/gen/ChunkGeneratorOverworldMixin.java | Fix chunk regeneration using old biome values. Fixes #2343 (#2388) | |
Java | mit | 6a6120347f2ea3a84ee3e9e2049bf86d9bdd6f00 | 0 | ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,csmith/DMDirc,greboid/DMDirc,csmith/DMDirc,greboid/DMDirc,DMDirc/DMDirc,csmith/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,greboid/DMDirc,csmith/DMDirc,ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,greboid/DMDirc | /*
* Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | src/com/dmdirc/actions/CoreActionComponent.java | /*
* Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | Issue: 348: QueryColour actions (Added query host and query colour components)
git-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1655 00569f92-eb28-0410-84fd-f71c24880f43
| src/com/dmdirc/actions/CoreActionComponent.java | Issue: 348: QueryColour actions (Added query host and query colour components) | |
Java | mit | 388dd8d64d36423aa7e5b6bb262cc0c32ac64fde | 0 | iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller... | /*
* Copyright (c) 2009 The Broad Institute
*
* 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, mer... | java/src/org/broadinstitute/sting/gatk/iterators/DownsamplingLocusIteratorByState.java | /*
* Copyright (c) 2009 The Broad Institute
*
* 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, mer... | Fixing bugs in downsampler introduced when I added Ryan's dup eliminator.
git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@3407 348d0f76-0448-11de-a6fe-93d51630548a
| java/src/org/broadinstitute/sting/gatk/iterators/DownsamplingLocusIteratorByState.java | Fixing bugs in downsampler introduced when I added Ryan's dup eliminator. | |
Java | epl-1.0 | c974e45e4f329ccb4f6f4364b3efb9186d8358f7 | 0 | Nasdanika/server,Nasdanika/server,Nasdanika/server | package org.nasdanika.workspace.wizard;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.ap... | org.nasdanika.workspace.wizard/src/org/nasdanika/workspace/wizard/AbstractWorkspaceWizard.java | package org.nasdanika.workspace.wizard;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.ap... | Removed Maven-OSGI location from the target definition. | org.nasdanika.workspace.wizard/src/org/nasdanika/workspace/wizard/AbstractWorkspaceWizard.java | Removed Maven-OSGI location from the target definition. | |
Java | agpl-3.0 | dbe63f4659d31b021b976127f479ffe85ffeaf40 | 0 | akvo/akvo-flow,akvo/akvo-flow,akvo/akvo-flow,akvo/akvo-flow,akvo/akvo-flow | package org.waterforpeople.mapping.app.gwt.server.accesspoint;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.logging.Logger;
import org.waterforpeople.mapping.analytics.dao.AccessPointStatusSummaryDao;
import org.waterforpeople.mapping.analytics.domain.AccessPointStat... | GAE/src/org/waterforpeople/mapping/app/gwt/server/accesspoint/AccessPointSummaryServiceImpl.java | package org.waterforpeople.mapping.app.gwt.server.accesspoint;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.logging.Logger;
import org.waterforpeople.mapping.analytics.dao.AccessPointStatusSummaryDao;
import org.waterforpeople.mapping.analytics.domain.AccessPointStat... | another NPE fix
| GAE/src/org/waterforpeople/mapping/app/gwt/server/accesspoint/AccessPointSummaryServiceImpl.java | another NPE fix | |
Java | lgpl-2.1 | 932656e51baf615c3d4088fb61bd056791eb2208 | 0 | pixlepix/MineChem,nattaku/MineChem,nattaku/MineChem | package pixlepix.minechem.particlephysics.tile;
import cofh.api.energy.IEnergyHandler;
import cofh.api.energy.TileEnergyHandler;
import net.minecraft.tileentity.TileEntity;
import net.minecraftforge.common.ForgeDirection;
import pixlepix.minechem.particlephysics.api.BaseParticle;
import pixlepix.minechem.particlephysi... | src/main/java/pixlepix/minechem/particlephysics/tile/SeriesReceptorTileEntity.java | package pixlepix.minechem.particlephysics.tile;
import cofh.api.energy.IEnergyHandler;
import cofh.api.energy.TileEnergyHandler;
import net.minecraft.tileentity.TileEntity;
import net.minecraftforge.common.ForgeDirection;
import pixlepix.minechem.particlephysics.api.BaseParticle;
import pixlepix.minechem.particlephysi... | Tidied up series Receptor
| src/main/java/pixlepix/minechem/particlephysics/tile/SeriesReceptorTileEntity.java | Tidied up series Receptor | |
Java | lgpl-2.1 | 1cf6313daf2532aebf5b1ec94470558534b890d7 | 0 | jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,jimregan/languagetool,languagetool-org/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool | /* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | languagetool-gui-commons/src/main/java/org/languagetool/gui/ConfigurationDialog.java | /* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | switch categories register and typography back to grammar rules
| languagetool-gui-commons/src/main/java/org/languagetool/gui/ConfigurationDialog.java | switch categories register and typography back to grammar rules | |
Java | lgpl-2.1 | e124f7d3f6d819f91025e2267bc79ef996f9427a | 0 | cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl | package org.cytoscape.internal.view;
import javax.swing.JComponent;
import javax.swing.BorderFactory;
import javax.swing.border.Border;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import javax.swing.TransferHandler;
import java.awt.dnd.DropTargetListener;
import java.awt.dnd.Dro... | swing-application-impl/src/main/java/org/cytoscape/internal/view/CyDropListener.java | package org.cytoscape.internal.view;
import javax.swing.JComponent;
import javax.swing.BorderFactory;
import javax.swing.border.Border;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import javax.swing.TransferHandler;
import java.awt.dnd.DropTargetListener;
import java.awt.dnd.Dro... | Drag and Drop Listening
| swing-application-impl/src/main/java/org/cytoscape/internal/view/CyDropListener.java | Drag and Drop Listening | |
Java | lgpl-2.1 | 6d8ee37454084aaef5ef0d83eede289e5c69cf26 | 0 | geotools/geotools,geotools/geotools,geotools/geotools,geotools/geotools | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2005-2011, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | modules/extension/app-schema/app-schema/src/main/java/org/geotools/feature/Types.java | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2005-2011, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | Refactor Types
git-svn-id: b0f10281c9a1a817905b9aa75a7907aa928f8a7d@37443 e5c1c795-43da-0310-a71f-fac65c449510
| modules/extension/app-schema/app-schema/src/main/java/org/geotools/feature/Types.java | Refactor Types | |
Java | apache-2.0 | 0b8f3a39a2cb2a33ac6bd4c850d6726758b16f3c | 0 | killme2008/hs4j,fengshao0907/hs4j,fengshao0907/hs4j | package com.github.zhongl.hs4j.kit;
import static com.github.zhongl.hs4j.kit.annotations.HandlerSocket.Action.*;
import static com.google.code.hs4j.FindOperator.*;
import com.github.zhongl.hs4j.kit.annotations.*;
import com.github.zhongl.hs4j.kit.results.*;
/**
* {@link UserRepository}
*
* @author <a href=mailto... | contributes/hs4j-kit/src/test/java/com/github/zhongl/hs4j/kit/UserRepository.java | package com.github.zhongl.hs4j.kit;
import static com.github.zhongl.hs4j.kit.annotations.HandlerSocket.Action.*;
import static com.google.code.hs4j.FindOperator.*;
import java.util.*;
import com.github.zhongl.hs4j.kit.annotations.*;
import com.github.zhongl.hs4j.kit.results.*;
/**
* {@link UserRepository}
*
* @... | clean code.
| contributes/hs4j-kit/src/test/java/com/github/zhongl/hs4j/kit/UserRepository.java | clean code. | |
Java | apache-2.0 | b91b8992e3fdfac91a39c761344a39cdf0801df2 | 0 | GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... | server/src/internalClusterTest/java/org/elasticsearch/cluster/allocation/ClusterRerouteIT.java | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... | Fix ClusterRerouteIT Often Sleeping 30s Needlessly (#77690)
We run the close requests while allocation is disabled. This means, we would
always run down the clock on the request timeout only to find that no shards
are active still. | server/src/internalClusterTest/java/org/elasticsearch/cluster/allocation/ClusterRerouteIT.java | Fix ClusterRerouteIT Often Sleeping 30s Needlessly (#77690) | |
Java | apache-2.0 | 7d74f42fa0d0fdd53b1845e856973c76d28be702 | 0 | Alik72/Main-project,Alik72/Main-project | package ru.stga.pft.sandbox.tests;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.Date;
import java.io.... | dds/src/test/java/ru/stga/pft/sandbox/tests/GroupDeletionTests.java | package ru.stga.pft.sandbox.tests;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.Date;
import java.io.... | Сравнение списков при помощи счетчика
| dds/src/test/java/ru/stga/pft/sandbox/tests/GroupDeletionTests.java | Сравнение списков при помощи счетчика | |
Java | apache-2.0 | 2dc90b608b00022a401275922d5a58758c58b805 | 0 | Sage-Bionetworks/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,zimingd/Synapse... | package org.sagebionetworks.repo.manager;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Date;
impor... | services/repository/src/test/java/org/sagebionetworks/repo/manager/NodeTranslationUtilsTest.java | package org.sagebionetworks.repo.manager;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Date;
impor... | added shortcuts to test
| services/repository/src/test/java/org/sagebionetworks/repo/manager/NodeTranslationUtilsTest.java | added shortcuts to test | |
Java | apache-2.0 | e28bf7b71d068ca0081f91e5def55d6506213e17 | 0 | orctom/laputa | package com.orctom.laputa.service.processor.impl;
import com.alibaba.fastjson.JSON;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;
import com.google.common.util.concurrent.RateLimiter;
import com.orct... | laputa-service/src/main/java/com/orctom/laputa/service/processor/impl/DefaultRequestProcessor.java | package com.orctom.laputa.service.processor.impl;
import com.alibaba.fastjson.JSON;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Lists;
import com.google.common.util.concurrent.RateLimiter;
import com.orct... | change execution time logger to debug
| laputa-service/src/main/java/com/orctom/laputa/service/processor/impl/DefaultRequestProcessor.java | change execution time logger to debug | |
Java | apache-2.0 | 1befae89aa1bc4605132b06618afc6a43efa3fa4 | 0 | netty/netty,netty/netty,netty/netty,netty/netty,netty/netty | /*
* Copyright 2021 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorOptionsTest.java | /*
* Copyright 2021 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | Only enable test if brotli is there (#12592)
Motiviation:
We should only try to run the test if Brotli is really supported on the platform (which is not the case on m1)
Modifications:
Only run if brotli is supported
Result:
Testsuite pass on m1
| codec-http/src/test/java/io/netty/handler/codec/http/HttpContentCompressorOptionsTest.java | Only enable test if brotli is there (#12592) | |
Java | apache-2.0 | 96211db363ea32c3eb9edf2c31fe0ce171bf7449 | 0 | martin-g/wicket-osgi,klopfdreh/wicket,topicusonderwijs/wicket,mosoft521/wicket,apache/wicket,Servoy/wicket,freiheit-com/wicket,klopfdreh/wicket,selckin/wicket,selckin/wicket,dashorst/wicket,aldaris/wicket,AlienQueen/wicket,AlienQueen/wicket,mafulafunk/wicket,aldaris/wicket,dashorst/wicket,astrapi69/wicket,topicusonderw... | /*
* $Id: AjaxEventBehavior.java 4838 2006-03-08 15:59:03 -0800 (Wed, 08 Mar 2006)
* eelco12 $ $Revision$ $Date: 2006-03-08 15:59:03 -0800 (Wed, 08 Mar
* 2006) $
*
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "License"); yo... | wicket/src/java/wicket/ajax/AjaxEventBehavior.java | /*
* $Id: AjaxEventBehavior.java 4838 2006-03-08 15:59:03 -0800 (Wed, 08 Mar 2006)
* eelco12 $ $Revision$ $Date: 2006-03-08 15:59:03 -0800 (Wed, 08 Mar
* 2006) $
*
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "License"); yo... | johan i should kick your pretty behind! string->charsequence function signature fix
git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@461044 13f79535-47bb-0310-9956-ffa450edef68
| wicket/src/java/wicket/ajax/AjaxEventBehavior.java | johan i should kick your pretty behind! string->charsequence function signature fix | |
Java | apache-2.0 | 4ad3ed5ab0575a63245cb95e0d1c66ec0f7b0947 | 0 | triathematician/blaisemath,triathematician/blaise-app | /*
* GraphicComponentPanAndZoomHandler.java
* Created Jun 5, 2013
*/
package com.googlecode.blaisemath.graphics.swing;
/*
* #%L
* BlaiseGraphics
* --
* Copyright (C) 2009 - 2015 Elisha Peterson
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exc... | BlaiseGraphics/src/main/java/com/googlecode/blaisemath/graphics/swing/PanAndZoomHandler.java | /*
* GraphicComponentPanAndZoomHandler.java
* Created Jun 5, 2013
*/
package com.googlecode.blaisemath.graphics.swing;
/*
* #%L
* BlaiseGraphics
* --
* Copyright (C) 2009 - 2015 Elisha Peterson
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exc... | PanAndZoomHandler
- additional option for setting desired local bounds based on absolute bounds, rather than component's current bounds | BlaiseGraphics/src/main/java/com/googlecode/blaisemath/graphics/swing/PanAndZoomHandler.java | PanAndZoomHandler - additional option for setting desired local bounds based on absolute bounds, rather than component's current bounds | |
Java | apache-2.0 | 9dcdd0deae337588a406870fb1dcf6c44ef1008c | 0 | zqian/sakai,buckett/sakai-gitflow,ktakacs/sakai,kwedoff1/sakai,buckett/sakai-gitflow,bzhouduke123/sakai,liubo404/sakai,joserabal/sakai,OpenCollabZA/sakai,conder/sakai,rodriguezdevera/sakai,clhedrick/sakai,lorenamgUMU/sakai,kingmook/sakai,Fudan-University/sakai,ouit0408/sakai,kwedoff1/sakai,buckett/sakai-gitflow,bzhoudu... | /**********************************************************************************
* $HeadURL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004-2005 The Regents of the University of Michigan, Trustees of Indiana University,
* Board of Tr... | samigo/src/org/sakaiproject/tool/assessment/ui/listener/evaluation/SubmissionStatusListener.java | /**********************************************************************************
* $HeadURL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004-2005 The Regents of the University of Michigan, Trustees of Indiana University,
* Board of Tr... | fixes for bug sam-450
git-svn-id: 840349cbf2a7f44860f6cfd02374235b623e9bf9@575 66ffb92e-73f9-0310-93c1-f5514f145a0a
| samigo/src/org/sakaiproject/tool/assessment/ui/listener/evaluation/SubmissionStatusListener.java | fixes for bug sam-450 | |
Java | apache-2.0 | f41b75289bd6487e93381dce69345f495e4cdc68 | 0 | opencb/opencga,opencb/opencga,opencb/opencga,opencb/opencga,opencb/opencga,opencb/opencga | /*
* Copyright 2015-2020 OpenCB
*
* 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 ... | opencga-analysis/src/main/java/org/opencb/opencga/analysis/clinical/ClinicalInterpretationManager.java | /*
* Copyright 2015-2020 OpenCB
*
* 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 ... | clinical: refactoring
| opencga-analysis/src/main/java/org/opencb/opencga/analysis/clinical/ClinicalInterpretationManager.java | clinical: refactoring | |
Java | apache-2.0 | a535e759fca40c4d656150c7f04dab5e692330d5 | 0 | rouazana/james,aduprat/james,aduprat/james,chibenwa/james,chibenwa/james,aduprat/james,rouazana/james,rouazana/james,rouazana/james,aduprat/james,chibenwa/james,chibenwa/james | /****************************************************************
* Licensed to the Apache Software Foundation (ASF) under one *
* or more contributor license agreements. See the NOTICE file *
* distributed with this work for additional information *
* regarding copyright ownership. The ASF licenses this... | trunk/src/java/org/apache/james/smtpserver/core/filter/fastfail/ValidRcptHandler.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... | Fix NPE
git-svn-id: 88158f914d5603334254b4adf21dfd50ec107162@466639 13f79535-47bb-0310-9956-ffa450edef68
| trunk/src/java/org/apache/james/smtpserver/core/filter/fastfail/ValidRcptHandler.java | Fix NPE | |
Java | apache-2.0 | 682864556c74797a5f7c1e7029e786038644b944 | 0 | nimble-platform/identity-service,nimble-platform/identity-service | package eu.nimble.core.infrastructure.identity.system;
import com.auth0.jwt.JWT;
import eu.nimble.core.infrastructure.identity.clients.IndexingClient;
import eu.nimble.core.infrastructure.identity.config.NimbleConfigurationProperties;
import eu.nimble.core.infrastructure.identity.constants.GlobalConstants;
import eu.n... | identity-service/src/main/java/eu/nimble/core/infrastructure/identity/system/IdentityController.java | package eu.nimble.core.infrastructure.identity.system;
import com.auth0.jwt.JWT;
import eu.nimble.core.infrastructure.identity.clients.IndexingClient;
import eu.nimble.core.infrastructure.identity.config.NimbleConfigurationProperties;
import eu.nimble.core.infrastructure.identity.constants.GlobalConstants;
import eu.n... | Adding log statement
| identity-service/src/main/java/eu/nimble/core/infrastructure/identity/system/IdentityController.java | Adding log statement | |
Java | apache-2.0 | 8be365ba4abadd538ef2242c1fbbb991da96d00e | 0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung | package org.synyx.urlaubsverwaltung.application.service;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import org.synyx.urlaubsverwaltung.application.dao.ApplicationCommentDAO;
import org.s... | src/test/java/org/synyx/urlaubsverwaltung/application/service/ApplicationCommentServiceImplTest.java | package org.synyx.urlaubsverwaltung.application.service;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnitRunner;
import org.synyx.urlaubsverwaltung.application.dao.ApplicationCommentDAO;
import org.s... | Remove not used imports
| src/test/java/org/synyx/urlaubsverwaltung/application/service/ApplicationCommentServiceImplTest.java | Remove not used imports | |
Java | apache-2.0 | caf592debc095fa34cce55f30c6fa80cdf87cc12 | 0 | arvindkandhare/bookkeeper,twitter/bookkeeper,twitter/bookkeeper,arvindkandhare/bookkeeper,twitter/bookkeeper,fengshao0907/bookkeeper,arvindkandhare/bookkeeper,fengshao0907/bookkeeper,fengshao0907/bookkeeper,fengshao0907/bookkeeper,arvindkandhare/bookkeeper,twitter/bookkeeper | /**
* 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... | bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.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... | BookKeeper: Fix the logging to correctly log exceptions other than ChannelClosedException
Fix the logging to correctly log exceptions other than ChannelClosedException (this was a typo in a previous change). Also changed the trace to be WARN as we are only turning on WARN level for bookkeeper client in distributed log.... | bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PerChannelBookieClient.java | BookKeeper: Fix the logging to correctly log exceptions other than ChannelClosedException Fix the logging to correctly log exceptions other than ChannelClosedException (this was a typo in a previous change). Also changed the trace to be WARN as we are only turning on WARN level for bookkeeper client in distributed log. | |
Java | mit | e9f79de5543cc226d8cf5443a4cc12bfef8c0e28 | 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.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.awt.image.BufferedImageOp;
import java.awt.image.ByteLookupTable;
import java.awt.image.LookupOp;
import java.io.... | SelectionColor/src/java/example/MainPanel.java | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.awt.image.BufferedImageOp;
import java.awt.image.ByteLookupTable;
import java.awt.image.LookupOp;
import java.io.... | refactor: use try-with-resources
| SelectionColor/src/java/example/MainPanel.java | refactor: use try-with-resources | |
Java | mit | 9d3668047188138ba76db64cce7e29959f579abc | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
import java.util.Arrays;
/**
* https://leetcode.com/problems/find-smallest-letter-greater-than-target/description/
*/
public class Problem744 {
public char nextGreatestLetter(char[] letters, char target) {
int index = Arrays.binarySearch(letters, target);
if (index >= 0) {
... | src/main/java/leetcode/Problem744.java | package leetcode;
/**
* https://leetcode.com/problems/find-smallest-letter-greater-than-target/description/
*/
public class Problem744 {
public char nextGreatestLetter(char[] letters, char target) {
// TODO
return 0;
}
public static void main(String[] args) {
Problem744 prob = ne... | Solve problem 744
| src/main/java/leetcode/Problem744.java | Solve problem 744 | |
Java | mit | 2b1723d0922a3b6a08c2ac0238f494814a15687c | 0 | classgraph/classgraph,lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner | /*
* This file is part of ClassGraph.
*
* Author: Luke Hutchison
*
* Hosted at: https://github.com/classgraph/classgraph
*
* --
*
* The MIT License (MIT)
*
* Copyright (c) 2019 Luke Hutchison
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
*... | src/main/java/io/github/classgraph/Scanner.java | /*
* This file is part of ClassGraph.
*
* Author: Luke Hutchison
*
* Hosted at: https://github.com/classgraph/classgraph
*
* --
*
* The MIT License (MIT)
*
* Copyright (c) 2019 Luke Hutchison
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
*... | Source > Cleanup | src/main/java/io/github/classgraph/Scanner.java | Source > Cleanup | |
Java | mit | 48bcf83772db59e4e48355e1152a5daa71c3316b | 0 | meggermo/jcr-ops | package nl.meg.function;
import java.util.function.Function;
public final class FunctionSupport {
/**
* Calls a function that throws a checked {@link Exception} of type E and returns the result if no exception occurs. If calling the function results in an exception
* then the given function g is used t... | jcr-impl/src/main/java/nl/meg/function/FunctionSupport.java | package nl.meg.function;
import java.util.function.Function;
public final class FunctionSupport {
private FunctionSupport() {
}
/**
* Calls a function that throws a checked {@link Exception} of type E and returns the result if no exception occurs. If calling the function results in an exception
... | Created private static so I have full code coverage.
| jcr-impl/src/main/java/nl/meg/function/FunctionSupport.java | Created private static so I have full code coverage. | |
Java | mit | a093b7cd687d27d02acbaf44986c6e05feb48533 | 0 | bookd-lab/bookd | package bookdlab.bookd.database;
import android.util.Log;
import com.firebase.geofire.GeoLocation;
import com.firebase.geofire.GeoQueryEventListener;
import com.google.android.gms.tasks.OnSuccessListener;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.g... | app/src/main/java/bookdlab/bookd/database/QueryHelper.java | package bookdlab.bookd.database;
import android.util.Log;
import com.firebase.geofire.GeoLocation;
import com.firebase.geofire.GeoQueryEventListener;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.ValueEventListener;
import jav... | ability to remove events
| app/src/main/java/bookdlab/bookd/database/QueryHelper.java | ability to remove events | |
Java | mit | 22cf99d23d11c243c5b9c566aa66c905faf6e7a8 | 0 | DanilaFe/abacus,DanilaFe/abacus | package org.nwapw.abacus;
import org.nwapw.abacus.config.Configuration;
import org.nwapw.abacus.fx.AbacusApplication;
import org.nwapw.abacus.number.NumberInterface;
import org.nwapw.abacus.parsing.LexerTokenizer;
import org.nwapw.abacus.parsing.ShuntingYardParser;
import org.nwapw.abacus.parsing.TreeBuilder;
import o... | src/main/java/org/nwapw/abacus/Abacus.java | package org.nwapw.abacus;
import org.nwapw.abacus.config.Configuration;
import org.nwapw.abacus.fx.AbacusApplication;
import org.nwapw.abacus.number.NumberInterface;
import org.nwapw.abacus.parsing.LexerTokenizer;
import org.nwapw.abacus.parsing.ShuntingYardParser;
import org.nwapw.abacus.parsing.TreeBuilder;
import o... | Add missing comment.
| src/main/java/org/nwapw/abacus/Abacus.java | Add missing comment. | |
Java | epl-1.0 | 655ba16d8d147feba04daaea9bb452f095c836ed | 0 | jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012, 2013 Chuck Ritola.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanie... | src/main/java/org/jtrfp/trcl/TunnelSegment.java | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012, 2013 Chuck Ritola.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanie... | Widened tunnel segments. | src/main/java/org/jtrfp/trcl/TunnelSegment.java | Widened tunnel segments. | |
Java | lgpl-2.1 | ed670dd4bab50877315de4db6701e781eac83f6b | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | src/java/com/threerings/parlor/card/client/CardPanel.java | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Card manipulation tweaks. Don't update the positions of moving cards.
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@3502 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/parlor/card/client/CardPanel.java | Card manipulation tweaks. Don't update the positions of moving cards. | |
Java | lgpl-2.1 | c57ec64f03e3863d95ecf639328e7faea68b540e | 0 | ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror | /**
* ***************************************************************
* JADE - Java Agent DEvelopment Framework is a framework to develop
* multi-agent systems in compliance with the FIPA specifications.
* Copyright (C) 2000 CSELT S.p.A.
*
* GNU Lesser General Public License
*
* This library is free software;... | src/jade/core/ProfileImpl.java | /**
* ***************************************************************
* JADE - Java Agent DEvelopment Framework is a framework to develop
* multi-agent systems in compliance with the FIPA specifications.
* Copyright (C) 2000 CSELT S.p.A.
*
* GNU Lesser General Public License
*
* This library is free software;... | Improved LEAP preprocessor directives
| src/jade/core/ProfileImpl.java | Improved LEAP preprocessor directives | |
Java | unlicense | 3efa26b7930e474fe1f7b8f2e407fb8a5015c5fd | 0 | Samourai-Wallet/samourai-wallet-android | package com.samourai.wallet.bip47;
import android.app.ActionBar;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics... | app/src/main/java/com/samourai/wallet/bip47/BIP47Activity.java | package com.samourai.wallet.bip47;
import android.app.ActionBar;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics... | BIP47Activity: feature PayNym
| app/src/main/java/com/samourai/wallet/bip47/BIP47Activity.java | BIP47Activity: feature PayNym | |
Java | apache-2.0 | b8c260aec108ac5801d70c40100a237f79de884b | 0 | kickstarter/android-oss,kickstarter/android-oss,kickstarter/android-oss,kickstarter/android-oss | package com.kickstarter.libs;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.StringRes;
import android.widget.Toast;
import com.kickstarter.R;
import com.kickstarter.services.ApiError;
import net.hockeyapp.android.ExceptionHandler;
import retrofit.Retrof... | app/src/main/java/com/kickstarter/libs/ApiErrorHandler.java | package com.kickstarter.libs;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.StringRes;
import android.widget.Toast;
import com.kickstarter.R;
import com.kickstarter.services.ApiError;
import retrofit.RetrofitError;
public abstract class ApiErrorHandler ... | Report these exceptions to hockey instead of rethrowing.
| app/src/main/java/com/kickstarter/libs/ApiErrorHandler.java | Report these exceptions to hockey instead of rethrowing. | |
Java | apache-2.0 | 0dcb96179a48955118172efaa441729f0ab9ac47 | 0 | InfoSec812/vertx-web,vert-x3/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,vert-x3/vertx-web,InfoSec812/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,InfoSec812/vertx-web | /*
* Copyright 2014 Red Hat, Inc.
*
* 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://www.eclipse.o... | vertx-web/src/main/java/io/vertx/ext/web/handler/impl/OAuth2AuthHandlerImpl.java | /*
* Copyright 2014 Red Hat, Inc.
*
* 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://www.eclipse.o... | We need to pass the scopes to the OBO token requests
Signed-off-by: Paulo Lopes <c2ebab34bc2ba1b907eefdf331784d3674af9be0@gmail.com>
| vertx-web/src/main/java/io/vertx/ext/web/handler/impl/OAuth2AuthHandlerImpl.java | We need to pass the scopes to the OBO token requests | |
Java | apache-2.0 | 7935b66cb126a30857c266480272ff6f9e8f174f | 0 | inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service | package org.slc.sli.modeling.xmi.reader;
import java.io.BufferedInputStream;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.i... | sli/modeling/xmi/src/test/java/org/slc/sli/modeling/xmi/reader/XmiReaderTest.java | package org.slc.sli.modeling.xmi.reader;
import java.io.BufferedInputStream;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.i... | remove unused import
| sli/modeling/xmi/src/test/java/org/slc/sli/modeling/xmi/reader/XmiReaderTest.java | remove unused import | |
Java | apache-2.0 | 9a9b1f02fa4f801a714ff0e64b3d8e934074cca9 | 0 | fnouama/intellij-community,pwoodworth/intellij-community,tmpgit/intellij-community,Distrotech/intellij-community,ibinti/intellij-community,kool79/intellij-community,ryano144/intellij-community,hurricup/intellij-community,ryano144/intellij-community,dslomov/intellij-community,amith01994/intellij-community,ol-loginov/int... | /*
* Author: max
* Date: Oct 9, 2001
* Time: 8:43:17 PM
*/
package com.intellij.codeInspection.ex;
import com.intellij.analysis.AnalysisScope;
import com.intellij.codeHighlighting.HighlightDisplayLevel;
import com.intellij.codeInsight.daemon.HighlightDisplayKey;
import com.intellij.codeInspection.InspectionManage... | source/com/intellij/codeInspection/ex/InspectionManagerEx.java | /*
* Author: max
* Date: Oct 9, 2001
* Time: 8:43:17 PM
*/
package com.intellij.codeInspection.ex;
import com.intellij.analysis.AnalysisScope;
import com.intellij.codeHighlighting.HighlightDisplayLevel;
import com.intellij.codeInsight.daemon.HighlightDisplayKey;
import com.intellij.codeInspection.InspectionManage... | NPE when plain @noinspection (no value) tag is specified.
| source/com/intellij/codeInspection/ex/InspectionManagerEx.java | NPE when plain @noinspection (no value) tag is specified. | |
Java | apache-2.0 | 8192f7a0bb865f3b443e6146cf68d499fea68f73 | 0 | jagrosh/MusicBot,Princ3x/MusicBot-1,jagrosh/MusicBot | /*
* Copyright 2016 John Grosh (jagrosh).
*
* 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 applicab... | src/main/java/me/jagrosh/jmusicbot/JMusicBot.java | /*
* Copyright 2016 John Grosh (jagrosh).
*
* 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 applicab... | fixed author name | src/main/java/me/jagrosh/jmusicbot/JMusicBot.java | fixed author name | |
Java | apache-2.0 | 377e7e0c7828bc3a61e0b887edc2458431fd3232 | 0 | MichaelLiZhou/elasticsearch,artnowo/elasticsearch,yuy168/elasticsearch,wayeast/elasticsearch,IanvsPoplicola/elasticsearch,scottsom/elasticsearch,coding0011/elasticsearch,mute/elasticsearch,dpursehouse/elasticsearch,jpountz/elasticsearch,wenpos/elasticsearch,javachengwc/elasticsearch,fforbeck/elasticsearch,jeteve/elasti... | /*
* Licensed to Elasticsearch (the "Author") under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Author licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not us... | src/test/java/org/elasticsearch/repositories/s3/AbstractS3SnapshotRestoreTest.java | /*
* Licensed to Elasticsearch (the "Author") under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Author licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not us... | Fix typo (azure -> s3)
| src/test/java/org/elasticsearch/repositories/s3/AbstractS3SnapshotRestoreTest.java | Fix typo (azure -> s3) | |
Java | apache-2.0 | f9ef9c3cc9e1385bb25c3022bccc9e27e88c7600 | 0 | networknt/light-java-example,networknt/light-java-example,networknt/light-java-example |
package com.networknt.petstore;
import com.networknt.auth.StatelessAuthHandler;
import com.networknt.config.Config;
import com.networknt.server.HandlerProvider;
import io.undertow.Handlers;
import io.undertow.server.HttpHandler;
import io.undertow.server.HttpServerExchange;
import io.undertow.util.Methods;
import com... | spa/react/server-demo/src/main/java/com/networknt/petstore/PathHandlerProvider.java |
package com.networknt.petstore;
import com.networknt.auth.AuthHandler;
import com.networknt.config.Config;
import com.networknt.server.HandlerProvider;
import io.undertow.Handlers;
import io.undertow.server.HttpHandler;
import io.undertow.server.HttpServerExchange;
import io.undertow.util.Methods;
import com.networkn... | class name change based on the light-4j framework
| spa/react/server-demo/src/main/java/com/networknt/petstore/PathHandlerProvider.java | class name change based on the light-4j framework | |
Java | apache-2.0 | b38f977b185ba790931c8ab7adc362f75729c407 | 0 | michael-rapp/ChromeLikeTabSwitcher | /*
* Copyright 2016 - 2017 Michael Rapp
*
* 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... | library/src/main/java/de/mrapp/android/tabswitcher/layout/PhoneTabSwitcherLayout.java | /*
* Copyright 2016 - 2017 Michael Rapp
*
* 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... | The relocateWhenRemovingStackedTab-method does now work when removing the tab internally before the relocate animation is finished.
| library/src/main/java/de/mrapp/android/tabswitcher/layout/PhoneTabSwitcherLayout.java | The relocateWhenRemovingStackedTab-method does now work when removing the tab internally before the relocate animation is finished. | |
Java | apache-2.0 | 1b4cfc17b820e5843728870a4135f0f535b35e5d | 0 | aot-pro/aot-sdk-java,aot-pro/aot-sdk-java | /*
* Copyright (C) 2016 Dmitry Kotlyarov.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | src/main/java/aot/view/EventMixerIterator.java | /*
* Copyright (C) 2016 Dmitry Kotlyarov.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | implementing event mixer iterator
| src/main/java/aot/view/EventMixerIterator.java | implementing event mixer iterator | |
Java | apache-2.0 | d8bdc166916df15e10bfab64b1b00fbb5bf1763b | 0 | jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/scalephant,jnidzwetzki/bboxdb | /*******************************************************************************
*
* Copyright (C) 2015-2018 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 License ... | bboxdb-experiments/src/main/java/org/bboxdb/experiments/conference/TestKDTreeSplit.java | /*******************************************************************************
*
* Copyright (C) 2015-2018 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 License ... | Fetch db name before close | bboxdb-experiments/src/main/java/org/bboxdb/experiments/conference/TestKDTreeSplit.java | Fetch db name before close | |
Java | bsd-3-clause | 52fa9c31735b6b7bc6a9b8ff74f9d8ad74b6a335 | 0 | MXProgrammingClub/Chem-Helper,MXProgrammingClub/Chem-Helper | /*
* The main class for the ChemHelper project
*
* Author: Julia McClellan, Luke Giacalone, and Ted Pyne -- MXCSClub
* Version: 2/9/2016
*/
package ChemHelper;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListe... | src/ChemHelper/ChemHelper.java | /*
* The main class for the ChemHelper project
*
* Author: Julia McClellan, Luke Giacalone, and Ted Pyne -- MXCSClub
* Version: 2/9/2016
*/
package ChemHelper;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListe... | Should work on Windows again
Julia let me know if it still does not work
| src/ChemHelper/ChemHelper.java | Should work on Windows again | |
Java | mit | 51db31f11722c7d5ca78be83cf56e3b905fe2acf | 0 | likcoras/SSBot,likcoras/Asuka | package io.github.likcoras.ssbot.backends;
import io.github.likcoras.ssbot.ConfigParser;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
public class MuHandler {
private final String base... | src/main/java/io/github/likcoras/ssbot/backends/MuHandler.java | package io.github.likcoras.ssbot.backends;
import io.github.likcoras.ssbot.ConfigParser;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
public class MuHandler {
private final String base... | Handle series without publications better | src/main/java/io/github/likcoras/ssbot/backends/MuHandler.java | Handle series without publications better | |
Java | mit | 73a8389aec41fa9c632d79a5bc1b69226d37ed4e | 0 | FAForever/downlords-faf-client,FAForever/downlords-faf-client,FAForever/downlords-faf-client | package com.faforever.client.game;
import com.faforever.client.fx.Controller;
import com.faforever.client.fx.JavaFxUtil;
import com.faforever.client.i18n.I18n;
import com.faforever.client.map.MapService;
import com.faforever.client.map.MapService.PreviewSize;
import com.faforever.client.mod.ModService;
import com.fafo... | src/main/java/com/faforever/client/game/GameDetailController.java | package com.faforever.client.game;
import com.faforever.client.fx.Controller;
import com.faforever.client.fx.JavaFxUtil;
import com.faforever.client.i18n.I18n;
import com.faforever.client.map.MapService;
import com.faforever.client.map.MapService.PreviewSize;
import com.faforever.client.mod.ModService;
import com.fafo... | Fix featured mod name update in game detail
| src/main/java/com/faforever/client/game/GameDetailController.java | Fix featured mod name update in game detail | |
Java | mit | 9af2780de7eda384bb48210af66189a3e451e133 | 0 | sauliusg/jabref,Siedlerchr/jabref,zellerdev/jabref,JabRef/jabref,JabRef/jabref,sauliusg/jabref,sauliusg/jabref,zellerdev/jabref,Siedlerchr/jabref,tobiasdiez/jabref,JabRef/jabref,tobiasdiez/jabref,sauliusg/jabref,Siedlerchr/jabref,zellerdev/jabref,zellerdev/jabref,Siedlerchr/jabref,JabRef/jabref,zellerdev/jabref,tobiasd... | package org.jabref.model.entry;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.Set;
imp... | src/main/java/org/jabref/model/entry/BibEntry.java | package org.jabref.model.entry;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.Set;
imp... | Change date parsing warning to debug statement (#4059)
| src/main/java/org/jabref/model/entry/BibEntry.java | Change date parsing warning to debug statement (#4059) | |
Java | mit | c118cd6a8a427a678aca838aada142d8707c58cc | 0 | hhu-stups/bmoth | package de.bmoth.parser.ast;
import de.bmoth.parser.ast.nodes.*;
import de.bmoth.parser.ast.types.*;
import de.bmoth.parser.ast.visitors.AbstractVisitor;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
public class TypeChecker implements AbstractVisitor<BTyp... | src/main/java/de/bmoth/parser/ast/TypeChecker.java | package de.bmoth.parser.ast;
import de.bmoth.parser.ast.nodes.*;
import de.bmoth.parser.ast.types.*;
import de.bmoth.parser.ast.visitors.AbstractVisitor;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
public class TypeChecker implements AbstractVisitor<BTyp... | get rid of nested code block | src/main/java/de/bmoth/parser/ast/TypeChecker.java | get rid of nested code block | |
Java | mit | 25f8d101b6c0e4654b46d3e0a820be31faf7f9e6 | 0 | Codepath-Sep-2017-Group-16/SocialShopper,Codepath-Sep-2017-Group-16/SocialShopper | package com.codepath.socialshopper.socialshopper.Fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Windo... | app/src/main/java/com/codepath/socialshopper/socialshopper/Fragments/AddItemDetailsDialogFragment.java | package com.codepath.socialshopper.socialshopper.Fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Windo... | Added icon file
| app/src/main/java/com/codepath/socialshopper/socialshopper/Fragments/AddItemDetailsDialogFragment.java | Added icon file | |
Java | agpl-3.0 | c4732b3d59c4bcc9843a8e21ef8ec2da48c3cee5 | 0 | continuumsecurity/bdd-security,continuumsecurity/bdd-security,continuumsecurity/bdd-security,gabecase/bdd-security,gabecase/bdd-security,gabecase/bdd-security,continuumsecurity/bdd-security,gabecase/bdd-security | package net.continuumsecurity.web;
import org.testng.annotations.*;
import net.continuumsecurity.web.steps.WebApplicationSteps;
import org.jbehave.core.model.ExamplesTable;
import net.continuumsecurity.web.NgUtils;
import java.lang.System;
public class AuthenticationTest {
protected WebApplicationSteps webAppSteps ... | src/test/java/net/continuumsecurity/web/AuthenticationTest.java | package net.continuumsecurity.web;
import org.testng.annotations.*;
import net.continuumsecurity.web.steps.WebApplicationSteps;
import org.jbehave.core.model.ExamplesTable;
import net.continuumsecurity.web.NgUtils;
import java.lang.System;
public class AuthenticationTest {
protected WebApplicationSteps webAppSteps ... | first scenatio finished
| src/test/java/net/continuumsecurity/web/AuthenticationTest.java | first scenatio finished | |
Java | lgpl-2.1 | 0708f3c2dc5b24d2be8bd58565a925dc4cd47412 | 0 | wildfly/wildfly,jstourac/wildfly,jstourac/wildfly,wildfly/wildfly,rhusar/wildfly,wildfly/wildfly,pferraro/wildfly,wildfly/wildfly,rhusar/wildfly,iweiss/wildfly,jstourac/wildfly,iweiss/wildfly,pferraro/wildfly,pferraro/wildfly,rhusar/wildfly,iweiss/wildfly,iweiss/wildfly,pferraro/wildfly,rhusar/wildfly,jstourac/wildfly | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | messaging-activemq/subsystem/src/main/java/org/wildfly/extension/messaging/activemq/BridgeAdd.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [WFLY-16779]: Take advantage of ARTEMIS-3682.
* removing the check to detect bridge deployment failure and uses the
returned value instead.
Jira: https://issues.redhat.com/browse/WFLY-16779
Signed-off-by: Emmanuel Hugonnet <ef9e9349c55dea52c2007816581ce8c791e5132f@redhat.com>
| messaging-activemq/subsystem/src/main/java/org/wildfly/extension/messaging/activemq/BridgeAdd.java | [WFLY-16779]: Take advantage of ARTEMIS-3682. | |
Java | lgpl-2.1 | b54caf0ff876af8c084c4759b88cbf4a8cc57207 | 0 | ethaneldridge/vassal,ethaneldridge/vassal,ethaneldridge/vassal | /*
* Copyright (c) 2000-2013 by Rodney Kinney, Brent Easton
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be us... | vassal-app/src/main/java/VASSAL/build/module/GameRefresher.java | /*
* Copyright (c) 2000-2013 by Rodney Kinney, Brent Easton
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be us... | Fix bug in Undo of refresh of units in Decks
| vassal-app/src/main/java/VASSAL/build/module/GameRefresher.java | Fix bug in Undo of refresh of units in Decks | |
Java | apache-2.0 | d4c0436c97b6137a9e4763ec38885a10e168e801 | 0 | Legioth/vaadin,jdahlstrom/vaadin.react,Legioth/vaadin,magi42/vaadin,oalles/vaadin,Scarlethue/vaadin,sitexa/vaadin,kironapublic/vaadin,Flamenco/vaadin,shahrzadmn/vaadin,carrchang/vaadin,carrchang/vaadin,synes/vaadin,asashour/framework,fireflyc/vaadin,peterl1084/framework,peterl1084/framework,magi42/vaadin,Peppe/vaadin,D... | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.demo.featurebrowser;
import java.net.URL;
import com.itmill.toolkit.terminal.ExternalResource;
import com.itmill.toolkit.ui.Button;
import com.itmill.toolkit.ui.CustomComponent;
import com.itmill.toolkit.ui.Label;
import com.itmill.too... | src/com/itmill/toolkit/demo/featurebrowser/WindowingExample.java | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.demo.featurebrowser;
import java.net.URL;
import com.itmill.toolkit.terminal.ExternalResource;
import com.itmill.toolkit.ui.Button;
import com.itmill.toolkit.ui.CustomComponent;
import com.itmill.toolkit.ui.Label;
import com.itmill.too... | Minor typo fixed + some text formatting for WindowingExample.
svn changeset:5401/svn branch:trunk
| src/com/itmill/toolkit/demo/featurebrowser/WindowingExample.java | Minor typo fixed + some text formatting for WindowingExample. | |
Java | apache-2.0 | 18db621de87dd12bab34c2a9d72070f78436b136 | 0 | bitsofinfo/hazelcast-consul-discovery-spi | package org.bitsofinfo.hazelcast.discovery.consul;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import org.junit.Assert;
import org.junit.Test;
import com.google.common.net.HostAndPort;
import com.hazelcast.config.ClasspathXmlConfig;
import com.hazelcast.config.Co... | src/test/java/org/bitsofinfo/hazelcast/discovery/consul/TestHazelcastConsulDiscoverSPI.java | package org.bitsofinfo.hazelcast.discovery.consul;
import java.util.ArrayList;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
import com.google.common.net.HostAndPort;
import com.hazelcast.config.ClasspathXmlConfig;
import com.hazelcast.config.Config;
import com.hazelcast.core.Hazelcast;
impo... | updated test to verify map values in cluster
| src/test/java/org/bitsofinfo/hazelcast/discovery/consul/TestHazelcastConsulDiscoverSPI.java | updated test to verify map values in cluster | |
Java | apache-2.0 | 453a317e1e14ddeddd2d41e288076f62a375befa | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | package org.apache.lucene.document;
/**
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | src/java/org/apache/lucene/document/Field.java | package org.apache.lucene.document;
/**
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | toString() now doesn't return "Keyword" etc anymore but prints "indexed, tokenized" etc. Information about termVectors is now also included.
PR:28336
git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@150416 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/lucene/document/Field.java | toString() now doesn't return "Keyword" etc anymore but prints "indexed, tokenized" etc. Information about termVectors is now also included. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.