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 | mit | 2172e36166bfe1cfab14c76be58710d21490404e | 0 | cs2103aug2014-w13-2j/main,cs2103aug2014-w13-2j/main | package edu.dynamic.dynamiz.UI.unitTest;
import static org.junit.Assert.*;
import java.util.ArrayList;
import org.junit.Test;
import edu.dynamic.dynamiz.UI.Displayer;
import edu.dynamic.dynamiz.structure.*;
public class testDisplayer {
Displayer dp = new Displayer();
@Test
public void testWelcome(){
assertE... | src/edu/dynamic/dynamiz/UI/unitTest/testDisplayer.java | package edu.dynamic.dynamiz.UI.unitTest;
import static org.junit.Assert.*;
import java.util.ArrayList;
import org.junit.Test;
import edu.dynamic.dynamiz.UI.Displayer;
import edu.dynamic.dynamiz.structure.*;
public class testDisplayer {
Displayer dp = new Displayer();
public void setUp(){
}
@Test
public ... | testDisplayer modified
testWelcomeMessage added
| src/edu/dynamic/dynamiz/UI/unitTest/testDisplayer.java | testDisplayer modified | |
Java | mit | 4978778bc192366e4070c847a6c136b3f8a0849e | 0 | dbsoftcombr/dbssdk | package br.com.dbsoft.util;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.Date;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql... | src/main/java/br/com/dbsoft/util/DBSIO.java | package br.com.dbsoft.util;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.Date;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql... | getList utilizando COMBOBOX.NULL_VALUE | src/main/java/br/com/dbsoft/util/DBSIO.java | getList utilizando COMBOBOX.NULL_VALUE | |
Java | mit | 446b1ff97efa5f5add26de9cbd07e72761db27a9 | 0 | vert-x/mod-lang-php,vert-x/mod-lang-php,khasinski/mod-lang-php,khasinski/mod-lang-php,khasinski/mod-lang-php | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the MIT License (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://opensource.org/licenses/MIT
*
* Unless required by applicable law or agreed to in w... | src/main/java/io/vertx/lang/php/PhpVerticleFactory.java | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the MIT License (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://opensource.org/licenses/MIT
*
* Unless required by applicable law or agreed to in w... | Add ReadStream and WriteStream interfaces to PHP namespaces.
| src/main/java/io/vertx/lang/php/PhpVerticleFactory.java | Add ReadStream and WriteStream interfaces to PHP namespaces. | |
Java | mit | 7290ac8009ded4ac130ffe7fbf3c544613297bb6 | 0 | CyclopsMC/CyclopsCore | package org.cyclops.cyclopscore.init;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import lombok.Data;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.event.*;
import o... | src/main/java/org/cyclops/cyclopscore/init/ModBase.java | package org.cyclops.cyclopscore.init;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import lombok.Data;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.event.*;
import org.apache.logging.log4j.Level;
import or... | Support multiple types of World Storage
| src/main/java/org/cyclops/cyclopscore/init/ModBase.java | Support multiple types of World Storage | |
Java | mit | 10f4878c3a0c40d0ceae886d17a84adc28d5f7c9 | 0 | sikuli/sikuli-slides,sikuli/sikuli-slides,sikuli/sikuli-slides | /**
Khalid
*/
package org.sikuli.slides.utils;
import java.io.File;
import javax.swing.filechooser.FileFilter;
public class MyFileFilter extends FileFilter {
//Accept all directories and all .pptx files.
public boolean accept(File f) {
if (f.isDirectory()) {
return true;
... | src/main/java/org/sikuli/slides/utils/MyFileFilter.java | /**
Khalid
*/
package org.sikuli.slides.utils;
import java.io.File;
import javax.swing.filechooser.FileFilter;
public class MyFileFilter extends FileFilter {
//Accept all directories and all .pptx files.
public boolean accept(File f) {
if (f.isDirectory()) {
return true;
... | use .pptx file extension string instead of static constant value
| src/main/java/org/sikuli/slides/utils/MyFileFilter.java | use .pptx file extension string instead of static constant value | |
Java | epl-1.0 | 0f4978512bcc6a2ba04ea0657183fc53f62b9ddd | 0 | ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML | package hu.elte.txtuml.utils;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Parameter;
/**
* A utility class to create instances of classes specified by their
* representing {@code Class<?>} objects.
*
* @author Gabor Ferenc Kovacs
*
*/
public... | plugins/hu.elte.txtuml.utils/src/hu/elte/txtuml/utils/InstanceCreator.java | package hu.elte.txtuml.utils;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Parameter;
/**
* A utility class to create instances of classes specified by their
* representing {@code Class<?>} objects.
*
* @author Gabor Ferenc Kovacs
*
*/
public... | Fixed InstanceCreator (some tests previously failed).
| plugins/hu.elte.txtuml.utils/src/hu/elte/txtuml/utils/InstanceCreator.java | Fixed InstanceCreator (some tests previously failed). | |
Java | agpl-3.0 | 56336085cfc06d8a3e251cd285dc57f6a0b90f0f | 0 | kostasDrk/metafox,kostasDrk/metafox |
import ast.ASTVisitor;
import ast.ASTVisitorException;
import ast.AnonymousFunctionCall;
import ast.ArrayDef;
import ast.AssignmentExpression;
import ast.BinaryExpression;
import ast.Block;
import ast.BreakStatement;
import ast.ContinueStatement;
import ast.DoubleLiteral;
import ast.Expression;
import ast.ExpressionSt... | src/ExecutionASTVisitor.java |
import ast.ASTVisitor;
import ast.ASTVisitorException;
import ast.AnonymousFunctionCall;
import ast.ArrayDef;
import ast.AssignmentExpression;
import ast.BinaryExpression;
import ast.Block;
import ast.BreakStatement;
import ast.ContinueStatement;
import ast.DoubleLiteral;
import ast.Expression;
import ast.ExpressionSt... | [symbolTable: Fix bug]: If variable is in scope 0 declared as global, and correct if/else condition.
| src/ExecutionASTVisitor.java | [symbolTable: Fix bug]: If variable is in scope 0 declared as global, and correct if/else condition. | |
Java | lgpl-2.1 | b3154115ec96c7117f59760ee301bf3914476d0c | 0 | johnscancella/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,spotbugs/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,sewe/spotbugs | /*
* Bytecode Analysis Framework
* Copyright (C) 2003,2004 University of Maryland
*
* 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 2.1 of the License, or (at you... | findbugs/src/java/edu/umd/cs/findbugs/ba/ClassContext.java | /*
* Bytecode Analysis Framework
* Copyright (C) 2003,2004 University of Maryland
*
* 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 2.1 of the License, or (at you... | Made getRawCFG() public.
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@2092 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/ba/ClassContext.java | Made getRawCFG() public. | |
Java | lgpl-2.1 | 9ba31d15e0157e13ae610631dab4567d876baf04 | 0 | KengoTODA/spotbugs,KengoTODA/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,sewe/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,sewe/spotbugs,sewe/spotbugs,johnscancella/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005 University of Maryland
*
* 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 2.1 of the License, o... | findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005 University of Maryland
*
* 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 2.1 of the License, o... | OK, web cloud tests use both MISSING and FOUND as bug types... sigh.... Accomodate both
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@14397 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java | OK, web cloud tests use both MISSING and FOUND as bug types... sigh.... Accomodate both | |
Java | unlicense | d7f690e56dded6b3ff672d240edc9e75d26d455f | 0 | ZP4RKER/jitters-bot | package me.zp4rker.discord.core.exception;
import me.zp4rker.discord.core.logger.ZLogger;
import me.zp4rker.discord.jitters.Jitters;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer;
/**
* @author ZP4RKER
*/
public class ExceptionHandler implements Thread.UncaughtExceptionHandler {
... | src/main/java/me/zp4rker/discord/core/exception/ExceptionHandler.java | package me.zp4rker.discord.core.exception;
import me.zp4rker.discord.core.logger.ZLogger;
import me.zp4rker.discord.jitters.Jitters;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer;
/**
* @author ZP4RKER
*/
public class ExceptionHandler implements Thread.UncaughtExceptionHandler {
... | Moved exceptions to console
| src/main/java/me/zp4rker/discord/core/exception/ExceptionHandler.java | Moved exceptions to console | |
Java | apache-2.0 | 9a8f84d1a36d25cf54bfeb68324ae5e87e902edb | 0 | shevek/simple-xml,shevek/simple-xml | /*
* Detail.java July 2012
*
* Copyright (C) 2012, Niall Gallagher <niallg@users.sf.net>
*
* 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/LICENS... | src/main/java/org/simpleframework/xml/core/Detail.java | /*
* Detail.java July 2012
*
* Copyright (C) 2012, Niall Gallagher <niallg@users.sf.net>
*
* 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/LICENS... | Add documentation for the detail object
git-svn-id: 4741f78aa2d3279ddd0a34c053c42ca3ce19451b@2051 124fc276-1b20-0410-8d16-dc08e6bff5e9
| src/main/java/org/simpleframework/xml/core/Detail.java | Add documentation for the detail object | |
Java | apache-2.0 | 9366276da64a201b5ab4fbde30401f4d39382cf4 | 0 | apache/incubator-groovy,paulk-asert/groovy,apache/groovy,apache/groovy,apache/groovy,apache/incubator-groovy,paulk-asert/groovy,apache/incubator-groovy,apache/incubator-groovy,apache/groovy,paulk-asert/groovy,paulk-asert/groovy | /*
* 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")... | src/main/java/org/codehaus/groovy/ast/MethodNode.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")... | GROOVY-10262: MethodNode#getText can output incorrect modifiers
| src/main/java/org/codehaus/groovy/ast/MethodNode.java | GROOVY-10262: MethodNode#getText can output incorrect modifiers | |
Java | apache-2.0 | 6d184428f918563db087a75d79686bb05a28b277 | 0 | shils/incubator-groovy,yukangguo/incubator-groovy,genqiang/incubator-groovy,sagarsane/groovy-core,sagarsane/incubator-groovy,ebourg/incubator-groovy,groovy/groovy-core,ChanJLee/incubator-groovy,bsideup/groovy-core,adjohnson916/groovy-core,armsargis/groovy,armsargis/groovy,paulk-asert/groovy,paulk-asert/incubator-groovy... | /*
* Copyright 2008-2010 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 app... | src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.java | /*
* Copyright 2008-2010 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 app... | checkImmutable & checkPropNames should be public (to be accessable from non-dynamicly compiled code)
git-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@19680 a5544e8c-8a19-0410-ba12-f9af4593a198
| src/main/org/codehaus/groovy/transform/ImmutableASTTransformation.java | checkImmutable & checkPropNames should be public (to be accessable from non-dynamicly compiled code) | |
Java | apache-2.0 | 615a2a056a2c7ad319146aa64447eac259afd245 | 0 | c3p0hz/microscope,c3p0hz/microscope | package com.vipshop.microscope.trace;
import com.vipshop.microscope.trace.span.Category;
/**
* Tracing client API for Java.
*
* <p> Basically, we use {@code collector} as our backend system,
* we build a java tracing client to collector message, use
* {@code ThreadTransporter} transport spans to {@code collecto... | microscope-trace/src/main/java/com/vipshop/microscope/trace/Tracer.java | package com.vipshop.microscope.trace;
import com.vipshop.microscope.trace.span.Category;
public class Tracer {
/**
* Handle common method opeations.
*
* @param spanName the name of method
* @param category the category of service
*/
public static void clientSend(String spanName, Category category){
T... | add comment | microscope-trace/src/main/java/com/vipshop/microscope/trace/Tracer.java | add comment | |
Java | apache-2.0 | 213bd1121588e981b5931f87fc45ac59d5f45675 | 0 | anton-johansson/ip-to-geolocation-service | /**
* Copyright (c) Anton Johansson <antoon.johansson@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unles... | src/main/java/com/antonjohansson/geolocation/config/Configuration.java | package com.antonjohansson.geolocation.config;
import static java.util.stream.Collectors.toList;
import static org.apache.commons.beanutils.PropertyUtils.isWriteable;
import static org.apache.commons.beanutils.PropertyUtils.setProperty;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
imp... | Add missing license header
| src/main/java/com/antonjohansson/geolocation/config/Configuration.java | Add missing license header | |
Java | apache-2.0 | b49514c97f729cdf1483cb13cd528f9dc291fdff | 0 | jdassonvil/sablecc,jdassonvil/sablecc,privat/sablecc,privat/sablecc,privat/sablecc,jdassonvil/sablecc,privat/sablecc,privat/sablecc,jdassonvil/sablecc,jdassonvil/sablecc | /* This file is part of SableCC ( http://sablecc.org ).
*
* See the NOTICE file distributed with this work for copyright information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | src/org/sablecc/sablecc/automaton/MinimalDfaState.java | /* This file is part of SableCC ( http://sablecc.org ).
*
* See the NOTICE file distributed with this work for copyright information.
*
* 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
*
... | Add javadoc comments. See ticket:51.
Signed-off-by: Patrick Pelletier <4307fca26d0353058fbfb17dc5f40867e5e6b8e6@gmail.com>
Signed-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>
| src/org/sablecc/sablecc/automaton/MinimalDfaState.java | Add javadoc comments. See ticket:51. | |
Java | apache-2.0 | a6569605713c4bcea8b584dcd0fa7d899bfa9f3f | 0 | ppavlidis/baseCode,ppavlidis/baseCode | /*
* The baseCode project
*
* Copyright (c) 2008 University of British Columbia
*
* 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/ubic/basecode/math/SingularValueDecomposition.java | /*
* The baseCode project
*
* Copyright (c) 2008 University of British Columbia
*
* 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... | increase timeout, as it seems we can get convergence in some cases if we wait long enough (big data sets)
| src/ubic/basecode/math/SingularValueDecomposition.java | increase timeout, as it seems we can get convergence in some cases if we wait long enough (big data sets) | |
Java | apache-2.0 | 109de50d743b8aa25d5965819b19f8d35f62ea0b | 0 | pferraro/JGroups,pferraro/JGroups,pruivo/JGroups,Sanne/JGroups,tristantarrant/JGroups,ibrahimshbat/JGroups,Sanne/JGroups,deepnarsay/JGroups,rpelisse/JGroups,pferraro/JGroups,ligzy/JGroups,rhusar/JGroups,vjuranek/JGroups,rhusar/JGroups,kedzie/JGroups,rpelisse/JGroups,kedzie/JGroups,Sanne/JGroups,slaskawi/JGroups,Tarantu... | // $Id: Channel.java,v 1.51 2009/08/19 10:14:51 belaban Exp $
package org.jgroups;
import org.jgroups.logging.Log;
import org.jgroups.annotations.MBean;
import org.jgroups.annotations.ManagedOperation;
import org.jgroups.stack.ProtocolStack;
import java.io.Serializable;
import java.util.*;
import java.util.concurre... | src/org/jgroups/Channel.java | // $Id: Channel.java,v 1.50 2009/06/17 16:20:01 belaban Exp $
package org.jgroups;
import org.jgroups.logging.Log;
import org.jgroups.annotations.MBean;
import org.jgroups.annotations.ManagedOperation;
import org.jgroups.stack.ProtocolStack;
import java.io.Serializable;
import java.util.*;
import java.util.concurre... | added setName()
| src/org/jgroups/Channel.java | added setName() | |
Java | apache-2.0 | eaaef0287f829ecae36c0f50baf32651bff6bd7c | 0 | apache/incubator-asterixdb,amoudi87/asterixdb,kisskys/incubator-asterixdb,apache/incubator-asterixdb,amoudi87/asterixdb,heriram/incubator-asterixdb,kisskys/incubator-asterixdb,apache/incubator-asterixdb,waans11/incubator-asterixdb,waans11/incubator-asterixdb,kisskys/incubator-asterixdb,parshimers/incubator-asterixdb,am... | /*
* Copyright 2009-2013 by The Regents of the University of California
* 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 from
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | asterix-om/src/main/java/edu/uci/ics/asterix/builders/RecordBuilder.java | /*
* Copyright 2009-2013 by The Regents of the University of California
* 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 from
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | pass the correct length of field when hashing in record builder
| asterix-om/src/main/java/edu/uci/ics/asterix/builders/RecordBuilder.java | pass the correct length of field when hashing in record builder | |
Java | apache-2.0 | d04266022aee70e8b1165034f7af9b236173814c | 0 | arjun4084346/gobblin,aditya1105/gobblin,chavdar/gobblin-1,sahilTakiar/gobblin,pldash/gobblin-1,zliu41/gobblin,jenniferzheng/gobblin,ydailinkedin/gobblin-1,winlinvip/gobblin,zyq001/gobblin,jenniferzheng/gobblin,ydailinkedin/gobblin-1,ibuenros/gobblin,lamborryan/gobblin,zyq001/gobblin,sahilTakiar/gobblin,abti/gobblin,abt... | /*
* Copyright (C) 2014-2015 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use
* this file except in compliance with the License. You may obtain a copy of the
* License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | gobblin-api/src/main/java/gobblin/configuration/ConfigurationKeys.java | /*
* Copyright (C) 2014-2015 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use
* this file except in compliance with the License. You may obtain a copy of the
* License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | Modify default values of some compaction properties
| gobblin-api/src/main/java/gobblin/configuration/ConfigurationKeys.java | Modify default values of some compaction properties | |
Java | apache-2.0 | b610619eda4a68750f7f7e517b299f74f0aafb62 | 0 | nutzam/nutzwx,nutzam/nutzwx,nutzam/nutzwx | package org.nutz.weixin.impl;
import java.io.IOException;
import java.io.InputStream;
import java.io.StringWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.nutz.http.Http;
import org.nutz.http.Request;
import org.nutz.http.Request.METHOD;
import org.nutz... | src/main/java/org/nutz/weixin/impl/AbstractWxApi2.java | package org.nutz.weixin.impl;
import java.io.IOException;
import java.io.InputStream;
import java.io.StringWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.nutz.http.Http;
import org.nutz.http.Request;
import org.nutz.http.Request.METHOD;
import org.nutz... | update: AbstractWxApi2获取token失败的报错信息不够清晰
| src/main/java/org/nutz/weixin/impl/AbstractWxApi2.java | update: AbstractWxApi2获取token失败的报错信息不够清晰 | |
Java | apache-2.0 | 3212dac08690c12286eca70448aa9a2c1b813790 | 0 | sbrossie/killbill,andrenpaes/killbill,andrenpaes/killbill,marksimu/killbill,killbill/killbill,andrenpaes/killbill,marksimu/killbill,sbrossie/killbill,killbill/killbill,killbill/killbill,killbill/killbill,sbrossie/killbill,andrenpaes/killbill,marksimu/killbill,killbill/killbill,andrenpaes/killbill,sbrossie/killbill,mark... | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing 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 L... | catalog/src/test/java/org/killbill/billing/catalog/MockCatalogModule.java | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing 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 L... | catalog: Fix issue in catalog mock
| catalog/src/test/java/org/killbill/billing/catalog/MockCatalogModule.java | catalog: Fix issue in catalog mock | |
Java | apache-2.0 | ed423e1890f4266d589d7782c9af408b9b564e84 | 0 | google-code-export/xtandem-parser,google-code-export/xtandem-parser | package de.proteinms.xtandemparser.xtandem;
import de.proteinms.xtandemparser.interfaces.Modification;
import de.proteinms.xtandemparser.interfaces.Peak;
import java.util.HashMap;
import java.util.List;
import java.util.Vector;
/**
* This class is used to do a calculation for the theoretical masses of
*... | src/main/java/de/proteinms/xtandemparser/xtandem/InSilicoDigester.java | package de.proteinms.xtandemparser.xtandem;
import de.proteinms.xtandemparser.interfaces.Modification;
import de.proteinms.xtandemparser.interfaces.Peak;
import java.util.HashMap;
import java.util.List;
import java.util.Vector;
/**
* This class is used to do a calculation for the theoretical masses of
*... | Changed ModificationMap | src/main/java/de/proteinms/xtandemparser/xtandem/InSilicoDigester.java | Changed ModificationMap | |
Java | apache-2.0 | eaade05750a38a6f5d0a0ee829d1012b28a65430 | 0 | lucaswerkmeister/ceylon.language,jvasileff/ceylon.language,ceylon/ceylon.language,jvasileff/ceylon.language,unratito/ceylon.language,unratito/ceylon.language,lucaswerkmeister/ceylon.language,ceylon/ceylon.language | package ceylon.language;
import com.redhat.ceylon.compiler.java.language.FilterIterable;
import com.redhat.ceylon.compiler.java.language.MapIterable;
import com.redhat.ceylon.compiler.java.metadata.Annotation;
import com.redhat.ceylon.compiler.java.metadata.Annotations;
import com.redhat.ceylon.compiler.java.metadata.... | runtime/ceylon/language/Correspondence.java | package ceylon.language;
import com.redhat.ceylon.compiler.java.language.FilterIterable;
import com.redhat.ceylon.compiler.java.language.MapIterable;
import com.redhat.ceylon.compiler.java.metadata.Annotation;
import com.redhat.ceylon.compiler.java.metadata.Annotations;
import com.redhat.ceylon.compiler.java.metadata.... | Change Correspondence.items to return Sequential instead of Sequence|Empty
| runtime/ceylon/language/Correspondence.java | Change Correspondence.items to return Sequential instead of Sequence|Empty | |
Java | bsd-3-clause | 17087b107ad165d8b68c74a0e73be28bce21296b | 0 | sirixdb/sirix,sirixdb/sirix,sirixdb/sirix,sirixdb/sirix | package org.sirix.examples;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.util.Comparator;
import java.util.Date;
import java.util.Random;
import org.brackit.xquery.QueryContext;
import org.brackit.xquery.QueryException;
import org.brackit.xq... | bundles/sirix-examples/src/main/java/org/sirix/examples/XQueryUsage.java | package org.sirix.examples;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.util.Date;
import java.util.Random;
import org.brackit.xquery.QueryContext;
import org.brackit.xquery.QueryException;
import org.brackit.xquery.XQuery;
import org.brack... | [MOD] Example with path-index creation and retrieval added. However
needs to be more user friendly in the future and another parameter to
specify the revision number is needed. | bundles/sirix-examples/src/main/java/org/sirix/examples/XQueryUsage.java | [MOD] Example with path-index creation and retrieval added. However needs to be more user friendly in the future and another parameter to specify the revision number is needed. | |
Java | bsd-3-clause | e13abeb3776f91938bedea4108b619023939086c | 0 | BuzzRobotics/2012-Java | package org.buzzrobotics;
import org.buzzrobotics.Buzz;
import edu.wpi.first.wpilibj.Joystick;
import edu.wpi.first.wpilibj.buttons.NetworkButton;
import edu.wpi.first.wpilibj.buttons.AnalogIOButton;
import edu.wpi.first.wpilibj.buttons.DigitalIOButton;
import edu.wpi.first.wpilibj.buttons.InternalButton;
impo... | src/org/buzzrobotics/OI.java | package org.buzzrobotics;
import org.buzzrobotics.Buzz;
import edu.wpi.first.wpilibj.Joystick;
import edu.wpi.first.wpilibj.buttons.NetworkButton;
import edu.wpi.first.wpilibj.buttons.AnalogIOButton;
import edu.wpi.first.wpilibj.buttons.DigitalIOButton;
import edu.wpi.first.wpilibj.buttons.InternalButton;
impo... | Added in mat's new awesome awesome CUSTOM Controller ;) | src/org/buzzrobotics/OI.java | Added in mat's new awesome awesome CUSTOM Controller ;) | |
Java | bsd-3-clause | d8bd4bc73afe8b2c511ff1e1bb1ce12d4dcd7169 | 0 | flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij,flutter/flutter-intellij | /*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.logging;
import com.intellij.execution.filters.Filter;
import com.intellij.execution.filters.HyperlinkInfo;
import com.intellij.... | src/io/flutter/logging/FlutterLogView.java | /*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.logging;
import com.intellij.execution.filters.Filter;
import com.intellij.execution.filters.HyperlinkInfo;
import com.intellij.... | refactoring flutter log view (#2466)
| src/io/flutter/logging/FlutterLogView.java | refactoring flutter log view (#2466) | |
Java | mit | 1dff1d0c0b388788cc05770d342ee60e7332f2bc | 0 | scottbw/Xcri4j | /**
* Copyright (c) 2011 University of Bolton
*
* 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,
* m... | src/org/xcri/types/CommonDescriptiveType.java | /**
* Copyright (c) 2011 University of Bolton
*
* 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,
* m... | Added import of remaining core description types; removed debug
statements | src/org/xcri/types/CommonDescriptiveType.java | Added import of remaining core description types; removed debug statements | |
Java | epl-1.0 | 093331571e4344e17d62c43b931617e6c5ad2a0b | 0 | opendaylight/yangtools,opendaylight/yangtools | /*
* Copyright (c) 2015 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.... | parser/yang-parser-reactor/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/reactor/StatementContextBase.java | /*
* Copyright (c) 2015 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.... | Cache CopyType.values()
We are on critical path accessing values, which end up being cloned
by the implementation. Let's amortize that by remembering the array.
Change-Id: I7f74085dc329f39b0a59bdaa4fab7e32ed57ddff
Signed-off-by: Robert Varga <91ae5aa8c7a9f7e57b701db766e23e544aaa6ae9@pantheon.tech>
| parser/yang-parser-reactor/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/reactor/StatementContextBase.java | Cache CopyType.values() | |
Java | epl-1.0 | 29b0a7bacc06eaafb4022a72fb126591bbe7cdd2 | 0 | mjsolidarios/openhab,teichsta/openhab,wojtus/openhab,mdbergmann/openhab,watou/openhab,johkin/openhab,JoeCob/openhab,basriram/openhab,aruder77/openhab,marcelrv/openhab,sytone/openhab,gunthor/openhab,g8kmh/openhab,dmize/openhab,tdiekmann/openhab,steintore/openhab,craigham/openhab,lewie/openhab,starwarsfan/openhab,Gecko33... | /**
* Copyright (c) 2010-2015, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | bundles/binding/org.openhab.binding.zwave/src/main/java/org/openhab/binding/zwave/internal/converter/ZWaveMeterConverter.java | /**
* Copyright (c) 2010-2015, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org... | fixed log statement which crashed the build
Signed-off-by: Thomas Eichstädt-Engelen <5f50a84c1fa3bcff146405017f36aec1a10a9e38@openhab.org>
| bundles/binding/org.openhab.binding.zwave/src/main/java/org/openhab/binding/zwave/internal/converter/ZWaveMeterConverter.java | fixed log statement which crashed the build | |
Java | mpl-2.0 | c9741e338470d5ede43895c4d83793e4adea24eb | 0 | Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV | package org.helioviewer.jhv.gui;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.swing.TransferHandler;
import org.helioviewer.jhv.io.Load;
import org... | src/org/helioviewer/jhv/gui/DropHandler.java | package org.helioviewer.jhv.gui;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.swing.TransferHandler;
import org.helioviewer.jhv.io.Load;
import org... | Clean
| src/org/helioviewer/jhv/gui/DropHandler.java | Clean | |
Java | agpl-3.0 | ddbca705557ab8719a776dee55f8ecd35e8694d8 | 0 | geothomasp/kcmit,iu-uits-es/kc,geothomasp/kcmit,ColostateResearchServices/kc,geothomasp/kcmit,UniversityOfHawaiiORS/kc,mukadder/kc,mukadder/kc,iu-uits-es/kc,mukadder/kc,kuali/kc,UniversityOfHawaiiORS/kc,UniversityOfHawaiiORS/kc,jwillia/kc-old1,jwillia/kc-old1,kuali/kc,ColostateResearchServices/kc,geothomasp/kcmit,Colos... | /*
* Copyright 2005-2013 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless re... | src/main/java/org/kuali/kra/institutionalproposal/web/struts/action/InstitutionalProposalHomeAction.java | /*
* Copyright 2005-2013 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless re... | KCINFR-817: Removing error message from IP.
| src/main/java/org/kuali/kra/institutionalproposal/web/struts/action/InstitutionalProposalHomeAction.java | KCINFR-817: Removing error message from IP. | |
Java | agpl-3.0 | 80ed388e67d2385b638764e63d201003747fb04e | 0 | ow2-proactive/scheduling,fviale/scheduling,mbenguig/scheduling,ow2-proactive/scheduling,mbenguig/scheduling,fviale/scheduling,ow2-proactive/scheduling,mbenguig/scheduling,fviale/scheduling,fviale/scheduling,mbenguig/scheduling,ow2-proactive/scheduling,ow2-proactive/scheduling,fviale/scheduling,ow2-proactive/scheduling,... | /*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | scheduler/scheduler-node/src/main/java/org/ow2/proactive/scheduler/task/client/SchedulerNodeClient.java | /*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | SchedulerNodeClient : avoid double connections
| scheduler/scheduler-node/src/main/java/org/ow2/proactive/scheduler/task/client/SchedulerNodeClient.java | SchedulerNodeClient : avoid double connections | |
Java | apache-2.0 | f67ccc4351293644976c4a50a4673240fba16e18 | 0 | Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck | /*
Copyright (C) 2003 EBI, GRL
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 2.1 of the License, or (at your option) any later version.
This library is distributed in... | src/org/ensembl/healthcheck/testcase/SingleDatabaseTestCase.java | /*
Copyright (C) 2003 EBI, GRL
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 2.1 of the License, or (at your option) any later version.
This library is distributed in... | Added checkCountIsZero method
| src/org/ensembl/healthcheck/testcase/SingleDatabaseTestCase.java | Added checkCountIsZero method | |
Java | apache-2.0 | 9b2b37a66e9cab9481f40e4a17713c98a998c448 | 0 | kantega/Flyt-cms,kantega/Flyt-cms,kantega/Flyt-cms | /*
* Copyright 2009 Kantega AS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | modules/core/src/java/no/kantega/publishing/common/ao/ContentAO.java | /*
* Copyright 2009 Kantega AS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | Fikset logging av TransactionLockException
git-svn-id: 8def386c603904b39326d3fc08add479b8279298@2893 fd808399-8219-4f14-9d4c-37719d9ec93d
| modules/core/src/java/no/kantega/publishing/common/ao/ContentAO.java | Fikset logging av TransactionLockException | |
Java | apache-2.0 | 8590168d4b549e7714dc25716dfb9fc3a23702c3 | 0 | millecker/applications,millecker/applications,millecker/applications,millecker/applications,millecker/applications | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | hama/hybrid/testglobalgpusync/src/at/illecker/hama/hybrid/examples/testglobalgpusync/TestGlobalGpuSyncKernel.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | Fix TestGlobalGpuSync (remove blocksync_barrier_array initialization) | hama/hybrid/testglobalgpusync/src/at/illecker/hama/hybrid/examples/testglobalgpusync/TestGlobalGpuSyncKernel.java | Fix TestGlobalGpuSync (remove blocksync_barrier_array initialization) | |
Java | apache-2.0 | cbb7d804d7d325133be53772b0c4f6e3571b7db5 | 0 | balanacebeam/PDDL,balancebeam/PDDL,balanacebeam/CobarClientX | package io.pddl.router.support;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.util.CollectionUtils;
import io.pddl.exception.SQLParserExcepti... | pddl-core/src/main/java/io/pddl/router/support/SQLRouterSupport.java | package io.pddl.router.support;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.util.CollectionUtils;
import io.pddl.exception.SQLParserExcepti... | modify databaseroute
| pddl-core/src/main/java/io/pddl/router/support/SQLRouterSupport.java | modify databaseroute | |
Java | apache-2.0 | 4852144114c59f41d0b4fbad5ee1c601fd35fe0d | 0 | AxonFramework/AxonFramework | /*
* Copyright (c) 2010-2020. Axon Framework
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | spring-boot-autoconfigure/src/test/java/org/axonframework/springboot/TrackingEventProcessorIntegrationTest.java | /*
* Copyright (c) 2010-2020. Axon Framework
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | Fixed race condition in integration test
| spring-boot-autoconfigure/src/test/java/org/axonframework/springboot/TrackingEventProcessorIntegrationTest.java | Fixed race condition in integration test | |
Java | apache-2.0 | e942cfddf89b8df4c25f15b8563bdee31b7edce0 | 0 | begray/intellij-haskforce,carymrobbins/intellij-haskforce,charleso/intellij-haskforce,KasperJanssens/intellij-haskforce,carymrobbins/intellij-haskforce,charleso/intellij-haskforce,begray/intellij-haskforce,carymrobbins/intellij-haskforce,begray/intellij-haskforce,KasperJanssens/intellij-haskforce,charleso/intellij-hask... | package com.haskforce.parsing;
import com.haskforce.parsing.jsonParser.JsonParser;
import com.haskforce.parsing.srcExtsDatatypes.*;
import com.intellij.lang.ASTNode;
import com.intellij.lang.PsiBuilder;
import com.intellij.lang.PsiParser;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.proje... | src/com/haskforce/parsing/HaskellParser2.java | package com.haskforce.parsing;
import com.haskforce.parsing.jsonParser.JsonParser;
import com.haskforce.parsing.srcExtsDatatypes.*;
import com.intellij.lang.ASTNode;
import com.intellij.lang.PsiBuilder;
import com.intellij.lang.PsiParser;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.proje... | Parse ill-formed pragmas. Fixes #29.
| src/com/haskforce/parsing/HaskellParser2.java | Parse ill-formed pragmas. Fixes #29. | |
Java | apache-2.0 | a9586f927dea536d93a8d73720b25dfeb00c7ffa | 0 | apache/ode,mproch/apache-ode,apache/ode,Subasinghe/ode,apache/ode,Subasinghe/ode,apache/ode,Subasinghe/ode,Subasinghe/ode,mproch/apache-ode,Subasinghe/ode,apache/ode | package org.apache.ode.bpel.engine.migration;
import org.apache.ode.bpel.engine.BpelProcess;
import org.apache.ode.bpel.engine.ReplacementMapImpl;
import org.apache.ode.bpel.engine.OutstandingRequestManager;
import org.apache.ode.bpel.dao.*;
import org.apache.ode.bpel.common.CorrelationKey;
import org.apache.ode.bpel.... | bpel-runtime/src/main/java/org/apache/ode/bpel/engine/migration/CorrelationKeyMigration.java | package org.apache.ode.bpel.engine.migration;
import org.apache.ode.bpel.engine.BpelProcess;
import org.apache.ode.bpel.engine.ReplacementMapImpl;
import org.apache.ode.bpel.engine.OutstandingRequestManager;
import org.apache.ode.bpel.dao.*;
import org.apache.ode.bpel.common.CorrelationKey;
import org.apache.ode.bpel.... | Guard against null correlations.
git-svn-id: ed2a38fae5041245b5d023935edc1ed9538a260e@740007 13f79535-47bb-0310-9956-ffa450edef68
| bpel-runtime/src/main/java/org/apache/ode/bpel/engine/migration/CorrelationKeyMigration.java | Guard against null correlations. | |
Java | apache-2.0 | cda43615c086e678bfd2af95b728235730f8550f | 0 | datlowe/czsem-gate-tools,datlowe/czsem-gate-tools,datlowe/czsem-gate-tools | package czsem.netgraph;
import gate.Gate;
import gate.gui.ResourceRenderer;
import gate.util.GateException;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListene... | modules/netgraph-tree-viewer/src/main/java/czsem/netgraph/NetgraphQueryConfig.java | package czsem.netgraph;
import gate.util.GateException;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import java.io.IOException... | NetgraphQueryConfig shows PRs combo
| modules/netgraph-tree-viewer/src/main/java/czsem/netgraph/NetgraphQueryConfig.java | NetgraphQueryConfig shows PRs combo | |
Java | apache-2.0 | 2d0f5c592d8a8eb981858a8872af7fa59a5c255e | 0 | dosarf/elm-tester-candidate,dosarf/elm-tester-candidate,dosarf/elm-tester-candidate | package io.github.dosarf.tester.testercandidate;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework... | tester-candidate/src/test/java/io/github/dosarf/tester/testercandidate/TesterCandidateApplicationTests.java | package io.github.dosarf.tester.testercandidate;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TesterCandidateApplicationTests {
@Test
void contextLoads() {
}
}
| Add example unit test
See https://spring.io/guides/gs/spring-boot/#_add_unit_tests
| tester-candidate/src/test/java/io/github/dosarf/tester/testercandidate/TesterCandidateApplicationTests.java | Add example unit test | |
Java | apache-2.0 | 7a738c2ecaabe060865bdc670e63cec106a2de20 | 0 | Plonk42/mytracks | /*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | MyTracks/src/com/google/android/apps/mytracks/services/TrackRecordingService.java | /*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | Moving the end recording method to more reasonable location.
| MyTracks/src/com/google/android/apps/mytracks/services/TrackRecordingService.java | Moving the end recording method to more reasonable location. | |
Java | apache-2.0 | c48ce2877efb1de4583b671e08c25dadf1e3bd83 | 0 | hlecuanda/paco,h/paco,kehollin/paco,kehollin/paco,kehollin/paco,google/paco,h/paco,hlecuanda/paco,h/paco,google/paco,kehollin/paco,google/paco,h/paco,hlecuanda/paco,h/paco,google/paco,hlecuanda/paco,kehollin/paco,hlecuanda/paco,hlecuanda/paco,google/paco,kehollin/paco,kehollin/paco,google/paco,hlecuanda/paco,h/paco,goo... | package com.pacoapp.paco.sensors.android;
import android.accessibilityservice.AccessibilityService;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.accessibility.Accessibi... | Paco/src/com/pacoapp/paco/sensors/android/RuntimePermissions.java | package com.pacoapp.paco.sensors.android;
import android.accessibilityservice.AccessibilityService;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.accessibility.Accessibi... | Capture permission switches from the 'permission app listing' activity.
| Paco/src/com/pacoapp/paco/sensors/android/RuntimePermissions.java | Capture permission switches from the 'permission app listing' activity. | |
Java | apache-2.0 | a6d2a9fadbfa467d8fa6ad2339bdc8b1cac29837 | 0 | googleinterns/step-2020-recipe-finder,googleinterns/step-2020-recipe-finder,googleinterns/step-2020-recipe-finder | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | backend/src/main/java/com/google/sps/servlets/FindRecipesServlet.java | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | Update FindRecipesServlet.java | backend/src/main/java/com/google/sps/servlets/FindRecipesServlet.java | Update FindRecipesServlet.java | |
Java | apache-2.0 | e8bb2192b8715f5ab09510ecdc23d572065048fc | 0 | Doplgangr/secrecy,mGhassen/secrecy,SecrecySupportTeam/secrecy | package com.doplgangr.secrecy.activities;
import android.app.Activity;
import android.content.DialogInterface;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.Window;
import androi... | app/src/main/java/com/doplgangr/secrecy/activities/FilePhotoActivity.java | package com.doplgangr.secrecy.activities;
import android.app.Activity;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
im... | Use immersive mode in FilePhotoActivity
| app/src/main/java/com/doplgangr/secrecy/activities/FilePhotoActivity.java | Use immersive mode in FilePhotoActivity | |
Java | apache-2.0 | 4a845481b576bbe873c8d814aff0728ca9c358d6 | 0 | lime-company/lime-security-powerauth,lime-company/lime-security-powerauth | package io.getlime.rest.api.security.provider;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.se... | powerauth-restful-security/src/main/java/io/getlime/rest/api/security/provider/PowerAuthAuthenticationProvider.java | package io.getlime.rest.api.security.provider;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springfr... | Added logging, throw correct exception type
| powerauth-restful-security/src/main/java/io/getlime/rest/api/security/provider/PowerAuthAuthenticationProvider.java | Added logging, throw correct exception type | |
Java | apache-2.0 | 1c52f834fea4ca054482304ad5728def949de2ae | 0 | C-B4/unifiedpush-server,C-B4/unifiedpush-server,C-B4/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server,C-B4/unifiedpush-server,aerobase/unifiedpush-server | /**
* JBoss, Home of Professional Open Source
* Copyright Red Hat, Inc., and individual contributors.
*
* 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/licens... | jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/installations/InstallationRegistrationEndpoint.java | /**
* JBoss, Home of Professional Open Source
* Copyright Red Hat, Inc., and individual contributors.
*
* 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/licens... | Add log when authentication fails
| jaxrs/src/main/java/org/jboss/aerogear/unifiedpush/rest/registry/installations/InstallationRegistrationEndpoint.java | Add log when authentication fails | |
Java | apache-2.0 | 3a4f373638ecea971b071bd221a2328e02b257a2 | 0 | LmV4corbeau/kuenstlicheIntelligenz | /*
* 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 org.toschu.laboraufgabe1.featurechecking;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import ... | LaborAufgabe1/src/main/java/org/toschu/laboraufgabe1/featurechecking/SplitPictureInParts.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 org.toschu.laboraufgabe1.featurechecking;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import ... | Quadrantenbauen fertig
| LaborAufgabe1/src/main/java/org/toschu/laboraufgabe1/featurechecking/SplitPictureInParts.java | Quadrantenbauen fertig | |
Java | apache-2.0 | 63b28479ad0d47cda2085539d669759fb04027dd | 0 | benjymous/MWM-for-Android |
/**************************************************************... | src/org/metawatch/manager/Idle.java |
/**************************************************************... | Removed unneeded imports
| src/org/metawatch/manager/Idle.java | Removed unneeded imports | |
Java | apache-2.0 | 32ef5c4aa544c77fbf6eb30a1e709c94ca0081d4 | 0 | ibrahimshbat/JGroups,vjuranek/JGroups,kedzie/JGroups,rpelisse/JGroups,rvansa/JGroups,Sanne/JGroups,ligzy/JGroups,slaskawi/JGroups,rhusar/JGroups,slaskawi/JGroups,tristantarrant/JGroups,TarantulaTechnology/JGroups,vjuranek/JGroups,TarantulaTechnology/JGroups,tristantarrant/JGroups,belaban/JGroups,ibrahimshbat/JGroups,Ta... | package org.jgroups.blocks;
import java.io.*;
import java.net.BindException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.NetworkInterface;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketAddress;
import java.net.SocketException;
import java.util.Collectio... | src/org/jgroups/blocks/TCPConnectionMap.java | package org.jgroups.blocks;
import java.io.*;
import java.net.BindException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.NetworkInterface;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketAddress;
import java.net.SocketException;
import java.util.Collectio... | reverted change for [1], as it makes TCPConnectionMap non-generic
[1] https://jira.jboss.org/jira/browse/JGRP-1119
| src/org/jgroups/blocks/TCPConnectionMap.java | reverted change for [1], as it makes TCPConnectionMap non-generic [1] https://jira.jboss.org/jira/browse/JGRP-1119 | |
Java | apache-2.0 | 97d7c390dfbb8ba6eb4e2da2fff6a11866295388 | 0 | chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | add variant that uses syncSend and verifies a ResourceAllocationException in the sending thread
git-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@831377 13f79535-47bb-0310-9956-ffa450edef68
| activemq-core/src/test/java/org/apache/activemq/ProducerFlowControlSendFailTest.java | add variant that uses syncSend and verifies a ResourceAllocationException in the sending thread | |
Java | apache-2.0 | 6a829198b8cad4cfb8e451b661943bd238bb2a08 | 0 | codescape/bitvunit,codescape/bitvunit | package de.codescape.bitvunit.rule.media;
import com.gargoylesoftware.htmlunit.html.HtmlObject;
import de.codescape.bitvunit.model.Page;
import de.codescape.bitvunit.rule.AbstractRule;
import de.codescape.bitvunit.rule.Violations;
/**
* AlternativeTextForObjectRule ensures that every <code><object/></code> wit... | bitvunit-core/src/main/java/de/codescape/bitvunit/rule/media/AlternativeTextForObjectRule.java | package de.codescape.bitvunit.rule.media;
import com.gargoylesoftware.htmlunit.html.HtmlObject;
import de.codescape.bitvunit.model.Page;
import de.codescape.bitvunit.rule.AbstractRule;
import de.codescape.bitvunit.rule.Violations;
/**
* AlternativeTextForObjectRule ensures that every <code><object/></code> wi... | formatting
| bitvunit-core/src/main/java/de/codescape/bitvunit/rule/media/AlternativeTextForObjectRule.java | formatting | |
Java | bsd-3-clause | 86fbb0c3d56d35fe381b68e0352600d33fd21f85 | 0 | krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen | package com.krishagni.catissueplus.core.importer.services.impl;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Iterator;
import ... | WEB-INF/src/com/krishagni/catissueplus/core/importer/services/impl/ImportServiceImpl.java | package com.krishagni.catissueplus.core.importer.services.impl;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Iterator;
import ... | OPSMN-3033: Moved code to retrieve object schema and importer inside
try-catch block for better error handling and reporting...
| WEB-INF/src/com/krishagni/catissueplus/core/importer/services/impl/ImportServiceImpl.java | OPSMN-3033: Moved code to retrieve object schema and importer inside try-catch block for better error handling and reporting... | |
Java | bsd-3-clause | 858f158d7fc632ee234c59ba7b556d74ae3a032b | 0 | ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus,ValentinMinder/pocketcampus | package org.pocketcampus.plugin.freeroom.android.views;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import ... | plugin/freeroom/plugin.freeroom.android/src/org/pocketcampus/plugin/freeroom/android/views/FreeRoomHomeView.java | package org.pocketcampus.plugin.freeroom.android.views;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import ... | [freeroom.android] enter button sends the search request to server (for devices who are equipped with such hardware button)
| plugin/freeroom/plugin.freeroom.android/src/org/pocketcampus/plugin/freeroom/android/views/FreeRoomHomeView.java | [freeroom.android] enter button sends the search request to server (for devices who are equipped with such hardware button) | |
Java | bsd-3-clause | 34a06ec87151e6e76c6892ac529a4ab57a939276 | 0 | dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-ar... | // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.google.dart.compiler.resolver;
import com.google.dart.compiler.DartCompilationError;
impor... | compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java | // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.google.dart.compiler.resolver;
import com.google.dart.compiler.DartCompilationError;
impor... | Use VM specific types if DartC types are not available
Review URL: http://codereview.chromium.org//8894031
git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@2344 260f80e4-7a28-3924-810f-c04153c831b5
| compiler/java/com/google/dart/compiler/resolver/CoreTypeProviderImplementation.java | Use VM specific types if DartC types are not available Review URL: http://codereview.chromium.org//8894031 | |
Java | mit | 88e10f7bb1fd96237d4789c60e28dd82257bfdaa | 0 | lz1asl/CaveSurvey,lz1asl/CaveSurvey,lz1asl/CaveSurvey,lz1asl/CaveSurvey | /**
*
*/
package com.astoev.cave.survey.service.azimuth;
import android.annotation.TargetApi;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Build;
import android.util.Log;
import android.view.Disp... | src/java/com/astoev/cave/survey/service/azimuth/AzimuthProcessor.java | /**
*
*/
package com.astoev.cave.survey.service.azimuth;
import android.annotation.TargetApi;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Build;
import android.util.Log;
import android.view.Disp... | add missed break | src/java/com/astoev/cave/survey/service/azimuth/AzimuthProcessor.java | add missed break | |
Java | mit | 983174aa2d888d89defa146962b0295880410c57 | 0 | dst-hackathon/socialradar-android | package com.hackathon.hackathon2014.webservice.task;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import com.hackathon.hackathon2014.model.RegisterInfo;
import com.hackathon.hackathon2014.webservice.PostRequestHandler;
import org.apache.http.HttpResponse;
import... | hackathon2014/app/src/main/java/com/hackathon/hackathon2014/webservice/task/SignUpRequestTask.java | package com.hackathon.hackathon2014.webservice.task;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import com.hackathon.hackathon2014.model.RegisterInfo;
import com.hackathon.hackathon2014.webservice.PostRequestHandler;
import org.apache.http.HttpResponse;
import... | read json obj
| hackathon2014/app/src/main/java/com/hackathon/hackathon2014/webservice/task/SignUpRequestTask.java | read json obj | |
Java | mit | 22e6e83dae2d02e63bc9a87a2e284b47629af55a | 0 | Ali-Amir/rss15-lucky7,Ali-Amir/rss15-lucky7,Ali-Amir/rss15-lucky7 | /*
* Copyright (C) 2014 Ali-Amir Aldan.
*
* 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 agr... | src/challenge/arm_control/src/main/java/com/github/challenge/arm_control/Grasping.java | /*
* Copyright (C) 2014 Ali-Amir Aldan.
*
* 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 agr... | added assembling state to gripper arm
| src/challenge/arm_control/src/main/java/com/github/challenge/arm_control/Grasping.java | added assembling state to gripper arm | |
Java | epl-1.0 | 51f936307593fa2d4f4e8debdeda7a75b0185fc6 | 0 | chaton78/smarthome,markusmazurczak/smarthome,resetnow/smarthome,GradyD/smarthome,HandyChang/smarthome,MichaelOchel/smarthome,plamen-peev/smarthome,phxql/smarthome,kgoderis/smarthome,Snickermicker/smarthome,digitaldan/smarthome,AchimHentschel/smarthome,markusmazurczak/smarthome,AchimHentschel/smarthome,vilchev/eclipse-s... | /**
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) 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.htm... | extensions/binding/org.eclipse.smarthome.binding.hue/src/main/java/org/eclipse/smarthome/binding/hue/handler/HueLightHandler.java | /**
* Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) 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.htm... | Fixed Bug 473784: added review comment for better text message
* but status detail will be at NONE as this is the expected state
* See https://github.com/eclipse/smarthome/pull/407
Signed-off-by: Jochen Hiller <e9306a723393c2ae5c7a8bf75a3a1b190d49786f@telekom.de> | extensions/binding/org.eclipse.smarthome.binding.hue/src/main/java/org/eclipse/smarthome/binding/hue/handler/HueLightHandler.java | Fixed Bug 473784: added review comment for better text message * but status detail will be at NONE as this is the expected state * See https://github.com/eclipse/smarthome/pull/407 | |
Java | agpl-3.0 | 1a4b8a9ee6e622501be62f2422fdb2d6a013c090 | 0 | VietOpenCPS/opencps-v2,VietOpenCPS/opencps-v2 | package com.fds.vr.business.action.impl;
import java.util.ArrayList;
import java.util.List;
import javax.net.ssl.HttpsURLConnection;
import org.opencps.datamgt.model.DictCollection;
import org.opencps.datamgt.model.DictGroup;
import org.opencps.datamgt.model.DictItem;
import org.opencps.datamgt.model.DictItemGroup;
... | vr-business-service/src/main/java/com/fds/vr/business/action/impl/VRActionsImpl.java | package com.fds.vr.business.action.impl;
import java.util.ArrayList;
import java.util.List;
import javax.net.ssl.HttpsURLConnection;
import org.opencps.datamgt.model.DictCollection;
import org.opencps.datamgt.model.DictGroup;
import org.opencps.datamgt.model.DictItem;
import org.opencps.datamgt.model.DictItemGroup;
... | hot fix VR
| vr-business-service/src/main/java/com/fds/vr/business/action/impl/VRActionsImpl.java | hot fix VR | |
Java | lgpl-2.1 | baee0a44f5d119f7b87d4764a86721009170cb19 | 0 | pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/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-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/plugin/skinx/AbstractDocumentSkinExtensionPlugin.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... | [misc] Used to API
| xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/plugin/skinx/AbstractDocumentSkinExtensionPlugin.java | [misc] Used to API | |
Java | unlicense | 89cffca36499eeb526545b056d65775a0816ee3d | 0 | bmhm/bukkit-plugin-example | /**
* Bukkit-Plugin-Example by Benjamin Marwell.
*
* To the extent possible under law, the person who associated CC0 with
* Bukkit-Plugin-Example has waived all copyright and related or neighboring rights
* to Bukkit-Plugin-Example.
*
* You should have received a copy of the CC0 legalcode along with this
* work... | src/main/java/de/bmarwell/bukkit/listener/PlayerTeleportListener.java | /**
* Bukkit-Plugin-Example by Benjamin Marwell.
*
* To the extent possible under law, the person who associated CC0 with
* Bukkit-Plugin-Example has waived all copyright and related or neighboring rights
* to Bukkit-Plugin-Example.
*
* You should have received a copy of the CC0 legalcode along with this
* work... | Only undo enderperl teleport events, and set a proper cause. | src/main/java/de/bmarwell/bukkit/listener/PlayerTeleportListener.java | Only undo enderperl teleport events, and set a proper cause. | |
Java | apache-2.0 | d043201da9d9744ce41a9310ac5f8fb444afec5f | 0 | raphw/byte-buddy,raphw/byte-buddy,raphw/byte-buddy | /*
* Copyright 2014 - Present Rafael Winterhalter
*
* 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... | byte-buddy-gradle-plugin/android-plugin/src/main/java/net/bytebuddy/build/gradle/android/ByteBuddyAndroidPlugin.java | /*
* Copyright 2014 - Present Rafael Winterhalter
*
* 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... | Using android-java-res artifact to get full jar from aar files
| byte-buddy-gradle-plugin/android-plugin/src/main/java/net/bytebuddy/build/gradle/android/ByteBuddyAndroidPlugin.java | Using android-java-res artifact to get full jar from aar files | |
Java | apache-2.0 | d29a00537df393eeafeb0a44b06dd466ab85d02e | 0 | sroze/ttorrent,sroze/ttorrent | /**
* Copyright (C) 2012 Turn, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | src/main/java/com/turn/ttorrent/common/protocol/udp/UDPAnnounceRequestMessage.java | /**
* Copyright (C) 2012 Turn, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Fix: use getHostAddress on InetAddress to get the IP string without the
slash at the begginning (/) | src/main/java/com/turn/ttorrent/common/protocol/udp/UDPAnnounceRequestMessage.java | Fix: use getHostAddress on InetAddress to get the IP string without the slash at the begginning (/) | |
Java | apache-2.0 | 6897ee47f896c3e8aa8677ab15483c5dd559f927 | 0 | spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth,spring-cloud/spring-cloud-sleuth | /*
* Copyright 2013-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | tests/brave/spring-cloud-sleuth-instrumentation-messaging-tests/src/test/java/org/springframework/cloud/sleuth/instrument/messaging/StreamFunctionAdapterTests.java | /*
* Copyright 2013-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | You're welcome Marcin
See https://github.com/spring-cloud/spring-cloud-function/commit/ba15726c9afece502b3ddfdce774f73c9444dd59
| tests/brave/spring-cloud-sleuth-instrumentation-messaging-tests/src/test/java/org/springframework/cloud/sleuth/instrument/messaging/StreamFunctionAdapterTests.java | You're welcome Marcin | |
Java | apache-2.0 | 156a956e01813dddffa1852c5076240773f29a38 | 0 | lucastheisen/apache-directory-server,apache/directory-server,drankye/directory-server,lucastheisen/apache-directory-server,darranl/directory-server,darranl/directory-server,drankye/directory-server,apache/directory-server | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | core/src/main/java/org/apache/directory/server/core/schema/PartitionSchemaLoader.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")... | Now use the new lookup( ServiceContext ) method
git-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@525884 13f79535-47bb-0310-9956-ffa450edef68
| core/src/main/java/org/apache/directory/server/core/schema/PartitionSchemaLoader.java | Now use the new lookup( ServiceContext ) method | |
Java | apache-2.0 | bd2fbba06d920d51d06a2cd1d9a7a79ec2a664a3 | 0 | gurbuzali/hazelcast-jet,gurbuzali/hazelcast-jet | /*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/SnapshotRecord.java | /*
* Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | Add missing getters in SnapshotRecord (#927)
| hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/SnapshotRecord.java | Add missing getters in SnapshotRecord (#927) | |
Java | apache-2.0 | e95804a72589dd8f9a0f4d9233238406f8af00e1 | 0 | omindu/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... | components/identity-event/org.wso2.carbon.identity.event/src/main/java/org/wso2/carbon/identity/event/IdentityEventConstants.java | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... | Add constants related to Self sign up event notification properties
| components/identity-event/org.wso2.carbon.identity.event/src/main/java/org/wso2/carbon/identity/event/IdentityEventConstants.java | Add constants related to Self sign up event notification properties | |
Java | apache-2.0 | bfffdb52a5f99e73810041811bbf5ae93ac6aa90 | 0 | nopbyte/servioticy-pdp | package de.passau.uni.sec.compose.pdp.servioticy.idm;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.util.UUID;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http... | src/test/java/de/passau/uni/sec/compose/pdp/servioticy/idm/TestIDMCommunicator.java | package de.passau.uni.sec.compose.pdp.servioticy.idm;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.util.UUID;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http... | Leave tests using networking out. | src/test/java/de/passau/uni/sec/compose/pdp/servioticy/idm/TestIDMCommunicator.java | Leave tests using networking out. | |
Java | apache-2.0 | 8f489fc8845108ae8059b5e4b25b8165794cc60f | 0 | googleapis/google-cloud-java,googleapis/google-cloud-java,googleapis/google-cloud-java | /*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | java-dlp/samples/snippets/src/test/java/dlp/snippets/InspectTests.java | /*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | fix: flaky testInspectStringMultipleRulesPatientRule (#264)
| java-dlp/samples/snippets/src/test/java/dlp/snippets/InspectTests.java | fix: flaky testInspectStringMultipleRulesPatientRule (#264) | |
Java | apache-2.0 | 41dd7000d1786f768113946a53fdac14e15800d4 | 0 | gstevey/gradle,blindpirate/gradle,gstevey/gradle,gstevey/gradle,gstevey/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,robinverduijn/gradle,lsmaira/gradle,lsmaira/gr... | /*
* Copyright 2014 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 applica... | subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/projectmodule/ProjectArtifactResolver.java | /*
* Copyright 2014 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 applica... | Don't need to lookup the project component metadata during artifact resolution, as the artifact meta-data has everything we need (ie the file).
| subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/projectmodule/ProjectArtifactResolver.java | Don't need to lookup the project component metadata during artifact resolution, as the artifact meta-data has everything we need (ie the file). | |
Java | apache-2.0 | e0a6fbdb9d6909b90a828a5e86f7758fb280455e | 0 | machristie/airavata,anujbhan/airavata,apache/airavata,machristie/airavata,gouravshenoy/airavata,jjj117/airavata,dogless/airavata,machristie/airavata,hasinitg/airavata,apache/airavata,jjj117/airavata,apache/airavata,hasinitg/airavata,apache/airavata,glahiru/airavata,jjj117/airavata,apache/airavata,gouravshenoy/airavata,... | /*
*
* 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"); y... | modules/commons/workflow-execution-context/src/main/java/org/apache/airavata/common/workflow/execution/context/WorkflowContextHeaderBuilder.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"); y... | null chk for context
git-svn-id: 0327aa5afade3b52cbddd5cbcbcf0d394f15de03@1462290 13f79535-47bb-0310-9956-ffa450edef68
| modules/commons/workflow-execution-context/src/main/java/org/apache/airavata/common/workflow/execution/context/WorkflowContextHeaderBuilder.java | null chk for context | |
Java | apache-2.0 | 33f91d59d65e2cb81eafc02c423ff533a7b02f72 | 0 | chamilaadhi/product-apim,wso2/product-apim,wso2/product-apim,chamilaadhi/product-apim,chamilaadhi/product-apim,wso2/product-apim,chamilaadhi/product-apim,wso2/product-apim,chamilaadhi/product-apim,wso2/product-apim | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... | modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/graphql/GraphqlSubscriptionTestCase.java | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... | Set graphql-ws in WS requests for GraphQL subscriptions
| modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/graphql/GraphqlSubscriptionTestCase.java | Set graphql-ws in WS requests for GraphQL subscriptions | |
Java | apache-2.0 | 276b2825778c0f6286ead1dac0dfe5fca307e77a | 0 | apache/commons-io,apache/commons-io,apache/commons-io | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Refactor magic string into a constant. | src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java | Refactor magic string into a constant. | |
Java | apache-2.0 | 314f8f1def27fc3475675bec5d2f7d3361eef002 | 0 | lanyonm/mybatis-spring | /*
* Copyright 2010 The myBatis Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | src/main/java/org/mybatis/spring/support/SqlSessionDaoSupport.java | /*
* Copyright 2010 The myBatis Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | updated javadoc
| src/main/java/org/mybatis/spring/support/SqlSessionDaoSupport.java | updated javadoc | |
Java | apache-2.0 | 7fbbb3a0ef9ea63abe52fb66cf6338ccc73c110b | 0 | tdiesler/camel,christophd/camel,cunningt/camel,tdiesler/camel,pax95/camel,nikhilvibhav/camel,tadayosi/camel,pax95/camel,pax95/camel,pax95/camel,christophd/camel,tadayosi/camel,tadayosi/camel,nikhilvibhav/camel,adessaigne/camel,apache/camel,adessaigne/camel,apache/camel,apache/camel,pax95/camel,tadayosi/camel,christophd... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerGetSecretProducerIntegrationTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | CAMEL-16323 - Create a Camel-AWS-Secret-Manager component - getSecret operation
| components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerGetSecretProducerIntegrationTest.java | CAMEL-16323 - Create a Camel-AWS-Secret-Manager component - getSecret operation | |
Java | apache-2.0 | a58c36d2b7c3d54325bccbe6cbb85cfc551f88f1 | 0 | nbonnec/Redface,nbonnec/Redface,nbonnec/Redface,Ayuget/Redface,Ayuget/Redface,Ayuget/Redface | /*
* Copyright 2015 Ayuget
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | app/src/main/java/com/ayuget/redface/ui/fragment/TopicFragment.java | /*
* Copyright 2015 Ayuget
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | Should fix issue #53 (unnecessary scrolling on page change)
| app/src/main/java/com/ayuget/redface/ui/fragment/TopicFragment.java | Should fix issue #53 (unnecessary scrolling on page change) | |
Java | apache-2.0 | 937f581a565c8b07ccbecaf5a018c991072910db | 0 | WhippyCleric/WhipPoker,WhippyCleric/WhipPoker,WhippyCleric/WhipPoker,WhippyCleric/WhipPoker | //J-
package com.whippy.poker.common.beans;
import java.util.List;
public class ClientTable {
private ClientSeat[] seats;
private int id;
private TableState state;
private int dealerPosition;
private int currentPot;
private List<Card> currentCards;
public Clie... | common/src/main/java/com/whippy/poker/common/beans/ClientTable.java | //J-
package com.whippy.poker.common.beans;
public class ClientTable {
private ClientSeat[] seats;
private int id;
private TableState state;
private int dealerPosition;
private int currentPot;
public ClientTable(ClientSeat[] seats, int id, TableState state, int dealer... | Add current pot and cards to client table representation
| common/src/main/java/com/whippy/poker/common/beans/ClientTable.java | Add current pot and cards to client table representation | |
Java | bsd-3-clause | 8ac173ee932cfd76898a96ff85482b68e1c9522b | 0 | LindsayBradford/PersonalFinancier | /**
* Copyright (c) 2015, Lindsay Bradford and other Contributors.
* All rights reserved.
*
* This program and the accompanying materials are made available
* under the terms of the BSD 3-Clause licence which accompanies
* this distribution, and is available at
* http://opensource.org/licenses/BSD-3-Clause
... | src/test/java/blacksmyth/personalfinancier/dependencies/json/JSonIoBridgeTest.java | /**
* Copyright (c) 2015, Lindsay Bradford and other Contributors.
* All rights reserved.
*
* This program and the accompanying materials are made available
* under the terms of the BSD 3-Clause licence which accompanies
* this distribution, and is available at
* http://opensource.org/licenses/BSD-3-Clause
... | Adding specific json encoding test for JSonIoBridgeTest.
| src/test/java/blacksmyth/personalfinancier/dependencies/json/JSonIoBridgeTest.java | Adding specific json encoding test for JSonIoBridgeTest. | |
Java | mit | 5f3676fa071ae47270451bdd6d8e9cbca08e1314 | 0 | xTACTIXzZ/Hydrazine | package com.github.hydrazine;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
/**
*
* @author xTACTIXzZ
*
* This class starts jar files.
*
*/
public class ModuleManager
{
private ArrayList<Process> processes = new ArrayList<Process>();
public ModuleManager()
{
}
/**
... | src/com/github/hydrazine/ModuleManager.java | package com.github.hydrazine;
import java.io.File;
import java.io.IOException;
/**
*
* @author xTACTIXzZ
*
* This class starts jar files.
*
*/
public class ModuleManager
{
public ModuleManager()
{
}
/**
* Starts a jar file (a module)
* @param jarFile
* @return
*/
public boolean launch(File... | Made a small change to the ModuleManager class
| src/com/github/hydrazine/ModuleManager.java | Made a small change to the ModuleManager class | |
Java | mit | d6a5568fa81a65c1b104bf818f4c8dd690847449 | 0 | TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnec... | package org.deviceconnect.android.libmedia.streaming;
import android.media.MediaCodec;
import android.media.MediaFormat;
import android.util.Log;
import org.deviceconnect.android.libmedia.BuildConfig;
import org.deviceconnect.android.libmedia.streaming.audio.AudioEncoder;
import org.deviceconnect.android.libmedia.str... | dConnectSDK/dConnectLibStreaming/libmedia/src/main/java/org/deviceconnect/android/libmedia/streaming/MediaStreamer.java | package org.deviceconnect.android.libmedia.streaming;
import android.media.MediaCodec;
import android.media.MediaFormat;
import android.util.Log;
import java.nio.ByteBuffer;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.deviceconnect.android.libmedia.BuildConfig;
import... | ログのTAGを変更
| dConnectSDK/dConnectLibStreaming/libmedia/src/main/java/org/deviceconnect/android/libmedia/streaming/MediaStreamer.java | ログのTAGを変更 | |
Java | mit | de074f187d5a91c74a427515efd50a0a5367be50 | 0 | igm-team/atav,igm-team/atav,igm-team/atav,igm-team/atav | package function.cohort.base;
import function.cohort.collapsing.CollapsingCommand;
import function.cohort.pedmap.PedMapCommand;
import function.cohort.singleton.SingletonCommand;
import function.cohort.statistics.StatisticsCommand;
import function.cohort.trio.TrioCommand;
import global.Data;
import global.Index;
impor... | src/main/java/function/cohort/base/SampleManager.java | package function.cohort.base;
import function.cohort.collapsing.CollapsingCommand;
import function.cohort.pedmap.PedMapCommand;
import function.cohort.singleton.SingletonCommand;
import function.cohort.statistics.StatisticsCommand;
import function.cohort.trio.TrioCommand;
import global.Data;
import global.Index;
impor... | add gender mismatch check to singleton analysis function
| src/main/java/function/cohort/base/SampleManager.java | add gender mismatch check to singleton analysis function | |
Java | mit | 15377ac46894084adde9c362fe560400b3531e83 | 0 | AzureAD/microsoft-authentication-library-for-java,AzureAD/microsoft-authentication-library-for-java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.microsoft.aad.msal4j;
import java.util.Base64;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.security.MessageDigest;
imp... | src/main/java/com/microsoft/aad/msal4j/AuthenticationResultSupplier.java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.microsoft.aad.msal4j;
import java.util.Base64;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.security.MessageDigest;
imp... | Update cache miss log level
| src/main/java/com/microsoft/aad/msal4j/AuthenticationResultSupplier.java | Update cache miss log level | |
Java | mit | cda83e77c48b97a86d18727f2e53addb1bcf29f7 | 0 | algolia/algoliasearch-client-android,algolia/algoliasearch-client-android,algoliareadmebot/algoliasearch-client-android,algolia/algoliasearch-client-android,algoliareadmebot/algoliasearch-client-android | /*
* Copyright (c) 2012-2016 Algolia
* http://www.algolia.com/
*
* 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, ... | algoliasearch/src/offline/java/com/algolia/search/saas/MirroredIndex.java | /*
* Copyright (c) 2012-2016 Algolia
* http://www.algolia.com/
*
* 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, ... | [sdk] Adopt new “clear index” parameter | algoliasearch/src/offline/java/com/algolia/search/saas/MirroredIndex.java | [sdk] Adopt new “clear index” parameter | |
Java | mit | 8df2191fcb996a9b40410f106e7ef15b318a1600 | 0 | Larhard/bridge | package com.elgassia.bridge.Model;
import com.elgassia.bridge.exception.BridgeLogicException;
import java.util.HashSet;
import java.util.List;
public class ChooseStrategy implements Strategy{
@SuppressWarnings("unchecked")
List<Card> [] cardList=new List[4];
ChooseStrategy(List<Card> [] cardList) throws ... | src/main/java/com/elgassia/bridge/Model/ChooseStrategy.java | package com.elgassia.bridge.Model;
import java.util.List;
public class ChooseStrategy implements Strategy{
@SuppressWarnings("unchecked")
List<Card> [] cardList=new List[4];
ChooseStrategy(List<Card> [] cardList) throws IllegalArgumentException
{
if(cardList.length!=4)
throw new Il... | Choose strategy fixed.
| src/main/java/com/elgassia/bridge/Model/ChooseStrategy.java | Choose strategy fixed. | |
Java | mit | 1843a873616650fc005f6b8da98aee34a0d04b46 | 0 | jenkinsci/promoted-builds-plugin,jenkinsci/promoted-builds-plugin | package hudson.plugins.promoted_builds;
import hudson.EnvVars;
import hudson.FilePath;
import hudson.console.ConsoleLogFilter;
import hudson.console.HyperlinkNote;
import hudson.model.Action;
import hudson.model.BuildListener;
import hudson.model.BuildableItemWithBuildWrappers;
import hudson.model.StreamBuildListener;... | src/main/java/hudson/plugins/promoted_builds/Promotion.java | package hudson.plugins.promoted_builds;
import hudson.EnvVars;
import hudson.FilePath;
import hudson.console.ConsoleLogFilter;
import hudson.console.HyperlinkNote;
import hudson.model.Action;
import hudson.model.BuildListener;
import hudson.model.BuildableItemWithBuildWrappers;
import hudson.model.StreamBuildListener;... | [JENKINS-59704] - Restore binary compatibility with 3.3 and before
| src/main/java/hudson/plugins/promoted_builds/Promotion.java | [JENKINS-59704] - Restore binary compatibility with 3.3 and before | |
Java | mit | 1a42d8de8c1b5d72a461a603b3920860cfa54d0d | 0 | UTBroM/2COA | import org.newdawn.slick.Animation;
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.Color;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.Music;
import org.newdawn.slick.SlickExce... | src/WindowGame.java | import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.geom.Rectangle;
public class WindowGame extends BasicGame {
privat... | Revert des conneries
| src/WindowGame.java | Revert des conneries | |
Java | mit | 88b4665e2ec09d405652c7e505b67b6dddeefa0e | 0 | BoYuanLee/WeChatAutoHelper,yuzhongrong/WeChatLuckyMoney | package com.miui.hongbao;
import android.accessibilityservice.AccessibilityService;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.accessibility.AccessibilityEvent;
import android.view.accessibility.AccessibilityNodeInfo;
import java.util.ArrayList;
import java.util.List;
import jav... | app/src/main/java/com/miui/hongbao/HongbaoService.java | package com.miui.hongbao;
import android.accessibilityservice.AccessibilityService;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.accessibility.AccessibilityEvent;
import android.view.accessibility.AccessibilityNodeInfo;
import java.util.ArrayList;
import java.util.List;
import jav... | Fix issue #22.
| app/src/main/java/com/miui/hongbao/HongbaoService.java | Fix issue #22. | |
Java | epl-1.0 | bfa153d70649144c0aa435bbf23eb813f289caf9 | 0 | ubc-cs-spl/command-recommender,ubc-cs-spl/command-recommender,ubc-cs-spl/command-recommender,ubc-cs-spl/command-recommender,ubc-cs-spl/command-recommender | /*******************************************************************************
* Copyright (c) 2007 The Eclipse Foundation.
* 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 avail... | plugins/org.eclipse.epp.usagedata.recording/src/org/eclipse/epp/usagedata/internal/recording/settings/UsageDataRecordingSettings.java | /*******************************************************************************
* Copyright (c) 2007 The Eclipse Foundation.
* 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 avail... | RESOLVED - bug 235341: UDC reuploads if Eclipse not shut down properly?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=235341
| plugins/org.eclipse.epp.usagedata.recording/src/org/eclipse/epp/usagedata/internal/recording/settings/UsageDataRecordingSettings.java | RESOLVED - bug 235341: UDC reuploads if Eclipse not shut down properly? https://bugs.eclipse.org/bugs/show_bug.cgi?id=235341 | |
Java | epl-1.0 | eba285ac647bb7ea070438cac976c6dc651c9cfc | 0 | eveCSS/eveCSS,eveCSS/eveCSS | package de.ptb.epics.eve.viewer;
import java.util.HashMap;
import org.eclipse.ui.IViewReference;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.PlatformUI;
import de.ptb.epics.eve.data.scandescription.Chain;
import de.ptb.epics.eve.data.scandescription.PlotWindow;
import de.ptb.epics.eve.data.scandescri... | src/de/ptb/epics/eve/viewer/PlotViewDispatcher.java | package de.ptb.epics.eve.viewer;
import java.util.HashMap;
import org.eclipse.ui.IViewReference;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.PlatformUI;
import de.ptb.epics.eve.data.scandescription.Chain;
import de.ptb.epics.eve.data.scandescription.PlotWindow;
import de.ptb.epics.eve.data.scandescri... | *** empty log message ***
| src/de/ptb/epics/eve/viewer/PlotViewDispatcher.java | *** empty log message *** | |
Java | agpl-3.0 | 8768331cdd67f41ce7b42e76918895e9bf9f5652 | 0 | wiiaam/taylorswift.old,wiiaam/taylorswift.old,wiiam/Personal-Bot,wiiam/Personal-Bot,wiiam/taylorswift.old,wiiam/taylorswift.old | package bot;
import java.io.File;
import java.io.FileInputStream;
import java.io.PrintStream;
import java.util.HashSet;
import java.util.Properties;
import java.util.Scanner;
import modules.*;
public class IrcBot {
// Constants
// Fields
private HashSet<Module> modules;
private Server server;
private Propert... | bot/IrcBot.java | package bot;
import java.io.File;
import java.io.FileInputStream;
import java.io.PrintStream;
import java.util.HashSet;
import java.util.Properties;
import java.util.Scanner;
import modules.*;
public class IrcBot {
// Constants
// Fields
private HashSet<Module> modules;
private Server server;
private Propert... | added more modules
| bot/IrcBot.java | added more modules | |
Java | lgpl-2.1 | 0367a2e4d83c5dea1ef8c8f32d31abc51f738b39 | 0 | aloubyansky/wildfly-core,JiriOndrusek/wildfly-core,yersan/wildfly-core,luck3y/wildfly-core,bstansberry/wildfly-core,yersan/wildfly-core,ivassile/wildfly-core,JiriOndrusek/wildfly-core,jfdenise/wildfly-core,darranl/wildfly-core,jamezp/wildfly-core,aloubyansky/wildfly-core,soul2zimate/wildfly-core,aloubyansky/wildfly-cor... | /*
* 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... | threads/src/main/java/org/jboss/as/threads/PoolAttributeDefinitions.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... | ArrayIndexOutOfBoundsException occurs when a queue-length is 0 in the thread pool executor
| threads/src/main/java/org/jboss/as/threads/PoolAttributeDefinitions.java | ArrayIndexOutOfBoundsException occurs when a queue-length is 0 in the thread pool executor | |
Java | apache-2.0 | 77b27d81e9e99c9aebe39d507fdcb81569ac1594 | 0 | borisdty/jMatRW | package subelements.numeric;
import io.MyDataInputStream;
import java.io.IOException;
import java.nio.ByteOrder;
import subelements.base.BooleanArray;
import subelements.base.ByteArray;
import subelements.base.CharArray;
import subelements.base.DataArray;
import subelements.base.DoubleArray;
import subel... | src/subelements/numeric/NumericPartSubelement.java | package subelements.numeric;
import io.MyDataInputStream;
import java.io.IOException;
import java.nio.ByteOrder;
import subelements.base.BooleanArray;
import subelements.base.ByteArray;
import subelements.base.CharArray;
import subelements.base.DataArray;
import subelements.base.DoubleArray;
import subel... | Name change of a variable | src/subelements/numeric/NumericPartSubelement.java | Name change of a variable | |
Java | apache-2.0 | 39f8ae75c93067284eacbe91f0a4250acf44b28d | 0 | fangxingxuan/Widget | package com.fxx.library.widget.common;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.graphics.drawable.ClipDrawable;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNul... | library/src/main/java/com/fxx/library/widget/common/LinearStepView.java | package com.fxx.library.widget.common;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.graphics.drawable.ClipDrawable;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNul... | LinearStepView Fix
版本升级 117 -> 118
| library/src/main/java/com/fxx/library/widget/common/LinearStepView.java | LinearStepView Fix 版本升级 117 -> 118 | |
Java | apache-2.0 | 11f80e2955435da7f99c55be436514b91be7802b | 0 | palantir/docker-compose-rule,palantir/docker-compose-rule | /*
* Copyright 2016 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | docker-compose-rule-core/src/test/java/com/palantir/docker/compose/configuration/MockDockerEnvironment.java | /*
* Copyright 2016 Palantir Technologies, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | fix tests
| docker-compose-rule-core/src/test/java/com/palantir/docker/compose/configuration/MockDockerEnvironment.java | fix tests | |
Java | apache-2.0 | 1a5843a646e9821c84d591b6ac716621cdf8ec6b | 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-2021 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.ui.popup.list;
import com.intellij.ide.DataManager;
import com.intellij.ide.IdeEventQueue;
import com.intellij.ide.ui.UISettings;
import com.intellij.openapi... | platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java | // Copyright 2000-2020 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.ui.popup.list;
import com.intellij.ide.DataManager;
import com.intellij.ide.IdeEventQueue;
import com.intellij.ide.ui.UISettings;
import com.intellij.openapi... | EA-249149 - CCE: ActionPopupStep.isSelectable (add logging)
GitOrigin-RevId: 7557b1eb6933119307c73ed05b35f9a6a106b4f9 | platform/platform-impl/src/com/intellij/ui/popup/list/ListPopupImpl.java | EA-249149 - CCE: ActionPopupStep.isSelectable (add logging) | |
Java | apache-2.0 | 4e8ce645e2679357edf6274706a5262ab84ac61e | 0 | wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,wbond/subversion,wbond/subversion,wbond/subversion | /**
* @copyright
* ====================================================================
* Copyright (c) 2003-2005,2007 CollabNet. All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at... | subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java | /**
* @copyright
* ====================================================================
* Copyright (c) 2003-2005,2007 CollabNet. All rights reserved.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at... | JavaHL: Change getTreeConflicted() to hasTreeConflict() to reflect
naming of similar methods that return a boolean
[ subversion/bindings/javahl/ ]
* src/org/tigris/subversion/javahl/Status.java
(getTreeConflicted): rename this method
(hasTreeConflict): to this.
git-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285... | subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java | JavaHL: Change getTreeConflicted() to hasTreeConflict() to reflect naming of similar methods that return a boolean | |
Java | apache-2.0 | 6596a33f63f6d37443c1412f3de9341ff4541c4d | 0 | cfieber/fiat,spinnaker/fiat,spinnaker/fiat,cfieber/fiat,spinnaker/fiat,cfieber/fiat | /*
* Copyright 2016 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | fiat-web/src/main/java/com/netflix/spinnaker/fiat/Main.java | /*
* Copyright 2016 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | fix(ldap): Disable LDAP health indicator (#405)
There is currently an NPE in the LDAP health indicator that has been
fixed but not yet released which is causing fiat to never appear
healthy. Until we can pull in the upstream fix, disable the LDAP
health indicator. | fiat-web/src/main/java/com/netflix/spinnaker/fiat/Main.java | fix(ldap): Disable LDAP health indicator (#405) | |
Java | apache-2.0 | a0c37a9c9ca81e053d51dcf3e9ac93ed69e9c078 | 0 | CapeSepias/pentaho-kettle,birdtsai/pentaho-kettle,IvanNikolaychuk/pentaho-kettle,mdamour1976/pentaho-kettle,AliaksandrShuhayeu/pentaho-kettle,ma459006574/pentaho-kettle,bmorrise/pentaho-kettle,brosander/pentaho-kettle,andrei-viaryshka/pentaho-kettle,e-cuellar/pentaho-kettle,marcoslarsen/pentaho-kettle,lgrill-pentaho/pe... | /**********************************************************************
** **
** This code belongs to the KETTLE project. **
** **
** Kettle, from version 2.2 ... | src/org/pentaho/di/job/entries/http/JobEntryHTTP.java | /**********************************************************************
** **
** This code belongs to the KETTLE project. **
** **
** Kettle, from version 2.2 ... | SEMINOLE-35
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@4331 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/job/entries/http/JobEntryHTTP.java | SEMINOLE-35 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.