lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 84ce72c2d81adff4d58e942f3a825979846a04ea | 0 | asciidocfx/AsciidocFX,asciidocfx/AsciidocFX,asciidocfx/AsciidocFX,asciidocfx/AsciidocFX | package com.kodedu.component;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import javafx.scene.control.DialogPane;
import javafx.scene.control.ListView;
import javafx.scene.layout.GridPane;
import javafx.sc... | src/main/java/com/kodedu/component/AlertHelper.java | package com.kodedu.component;
import javafx.collections.ObservableList;
import javafx.scene.control.Alert;
import javafx.scene.control.ButtonType;
import javafx.scene.control.DialogPane;
import javafx.scene.control.ListView;
import java.nio.file.Path;
import java.util.List;
import java.util.Optional;
import static j... | Scaling of ListView works now properly on Windows 8.1. | src/main/java/com/kodedu/component/AlertHelper.java | Scaling of ListView works now properly on Windows 8.1. | |
Java | apache-2.0 | e4f0dae8407b022bec145c085f4143b2574b7f07 | 0 | abrayall/rameses | package javax.lang;
import static javax.lang.Strings.*;
public class System {
public static void print(Object... objects) {
println(strings(objects));
}
public static void println(Object... objects) {
println(strings(objects));
}
public static void print(String... strings) {
print(join(strings));
}
... | src/main/java/javax/lang/System.java | package javax.lang;
import static javax.lang.Strings.*;
public class System {
public static void print(Object... objects) {
println(strings(objects));
}
public static void println(Object... objects) {
println(strings(objects));
}
public static void print(String... strings) {
print(join(strings));
}
... | updating javax.lang.System with methods to help determine the current OS | src/main/java/javax/lang/System.java | updating javax.lang.System with methods to help determine the current OS | |
Java | apache-2.0 | 177c65f1a9163a4bf21860cbc6a50adffb1035cc | 0 | leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere | /*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java | /*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | setDatabaseShardingValue()
| sharding-core/src/main/java/io/shardingsphere/core/api/HintManager.java | setDatabaseShardingValue() | |
Java | apache-2.0 | da68800d0171975244c427bacbc1c445c88781c6 | 0 | melix/jmh-gradle-plugin,vyazelenko/jmh-gradle-plugin,vyazelenko/jmh-gradle-plugin,melix/jmh-gradle-plugin | /*
* Copyright 2014-2016 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/groovy/me/champeau/gradle/JMHPluginExtension.java | /*
* Copyright 2014-2016 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... | Add spaces to '-prof' separator. Fixes #74
| src/main/groovy/me/champeau/gradle/JMHPluginExtension.java | Add spaces to '-prof' separator. Fixes #74 | |
Java | apache-2.0 | 4a8d48f2e965646523125431b3f9c61c221832d3 | 0 | magicdoom/Mycat-Server,ccvcd/Mycat-Server,magicdoom/Mycat-Server,magicdoom/Mycat-Server,ccvcd/Mycat-Server,ccvcd/Mycat-Server,ccvcd/Mycat-Server,magicdoom/Mycat-Server | package io.mycat.sqlengine.mpp;
/*
* Copyright (c) 2013, OpenCloudDB/MyCAT and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software;Designed and Developed mainly by many Chinese
* opensource volunteers. you can redistribute ... | src/main/java/io/mycat/sqlengine/mpp/DataMergeService.java | package io.mycat.sqlengine.mpp;
/*
* Copyright (c) 2013, OpenCloudDB/MyCAT and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software;Designed and Developed mainly by many Chinese
* opensource volunteers. you can redistribute ... | Update DataMergeService.java | src/main/java/io/mycat/sqlengine/mpp/DataMergeService.java | Update DataMergeService.java | |
Java | bsd-3-clause | 6272739d9713218a236f61f5b96d2305803515f2 | 0 | NCIP/wustl-common-utilities | package edu.wustl.common.util;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
// TODO
// path related methods chec... | src/edu/wustl/common/util/Graph.java | package edu.wustl.common.util;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
// TODO
// path related methods chec... | bugfix removeVertex
SVN-Revision: 141
| src/edu/wustl/common/util/Graph.java | bugfix removeVertex | |
Java | mit | 55e4e8c7280b200d6eda92c451bae7129e007d47 | 0 | konsultaner/word-clock-raspberry-pi-zero-neopixels,konsultaner/word-clock-raspberry-pi-zero-neopixels | package de.konsultaner.wordClock;
import org.hamcrest.CoreMatchers;
import org.junit.Test;
import static org.junit.Assert.*;
public class WordClockMatrixTest {
@Test
public void testMatrix() throws Exception {
WordClockMatrix matrix = new WordClockMatrix(
new String[]{
"E... | src/test/de/konsultaner/wordClock/WordClockMatrixTest.java | package de.konsultaner.wordClock;
import org.hamcrest.CoreMatchers;
import org.junit.Test;
import static org.junit.Assert.*;
public class WordClockMatrixTest {
@Test
public void testMatrix() throws Exception {
WordClockMatrix matrix = new WordClockMatrix(
new String[]{
"E... | completed test
| src/test/de/konsultaner/wordClock/WordClockMatrixTest.java | completed test | |
Java | mit | 55151c544401be5c30395343909c7e04e4693cdd | 0 | Sometrik/framework,Sometrik/framework,Sometrik/framework | package com.sometrik.framework;
import java.util.ArrayList;
import com.sometrik.framework.NativeCommand.Selector;
import android.graphics.Bitmap;
import android.text.InputFilter;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
public cl... | android/java/com/sometrik/framework/FWPicker.java | package com.sometrik.framework;
import java.util.ArrayList;
import com.sometrik.framework.NativeCommand.Selector;
import android.graphics.Bitmap;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
public class FWPicker extends Spinner impl... | Make FWPicker stylable | android/java/com/sometrik/framework/FWPicker.java | Make FWPicker stylable | |
Java | mit | ca41d6bd86f545969866bd0b8b0aac0a4251a748 | 0 | martindisch/Design-Library | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | app/src/main/java/com/martin/designlibrary/MainActivity.java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Got a somewhat stable and performant NavigationDrawer
| app/src/main/java/com/martin/designlibrary/MainActivity.java | Got a somewhat stable and performant NavigationDrawer | |
Java | mit | 7db570fcafc66172ee1eed66b46e8c909858bc59 | 0 | metal-crow/Sentry-Gun-Computer-Vision | package preprocessing;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import org.javatuples.Pair;
... | src/preprocessing/ImagePartitioning.java | package preprocessing;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import org.javatuples.Pair;
... | forgot to remove a fixme | src/preprocessing/ImagePartitioning.java | forgot to remove a fixme | |
Java | mit | 3d3055bffcda0f90e55174bad37441926da562bc | 0 | codingchili/chili-core | package com.codingchili.core.storage;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.unit.Async;
import io.vertx.ext.unit.TestContext;
import io.vertx.ext.unit.junit.VertxUnitRunner;
import org.junit.*;
import org.junit.runner.RunWith;
import java.io.IOException;
import java.nio.file.Paths;
import com.cod... | core/test/java/com/codingchili/core/storage/JsonMapTest.java | package com.codingchili.core.storage;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.unit.Async;
import io.vertx.ext.unit.TestContext;
import io.vertx.ext.unit.junit.VertxUnitRunner;
import org.junit.*;
import org.junit.runner.RunWith;
import java.io.IOException;
import java.nio.file.Paths;
import com.cod... | Disable JsonMapTest for travis
| core/test/java/com/codingchili/core/storage/JsonMapTest.java | Disable JsonMapTest for travis | |
Java | mit | 5470a1404bbddf165e97b68e465db9e0b06fbf89 | 0 | xtf-cz/xtf | package cz.xtf.openshift;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.net.MalformedURLException;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util... | utilities/src/main/java/cz/xtf/openshift/OpenShiftUtil.java | package cz.xtf.openshift;
import java.io.*;
import java.net.MalformedURLException;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Random;
import ... | [fix] Use configurable wait timeout for recreating namespace
| utilities/src/main/java/cz/xtf/openshift/OpenShiftUtil.java | [fix] Use configurable wait timeout for recreating namespace | |
Java | mit | 6ee625b44368ba7c4bbd9d827f93eba5d518201c | 0 | aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.util.List;
import java.util.Objects;
import java.util.Random;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurrent.ExecutionException;
import javax.swing.*;
import j... | StringPaintedCellProgressBar/src/java/example/MainPanel.java | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import java.awt.*;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Random;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurrent.ConcurrentHashMap;
import ja... | SonarLint: make 'swmap' transient or serializable
| StringPaintedCellProgressBar/src/java/example/MainPanel.java | SonarLint: make 'swmap' transient or serializable | |
Java | mit | f692e45e475ecfdb2862d0239c5073db76a1f332 | 0 | RSV2/lago | package com.thirdchannel.rabbitmq;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectReader;
import com.rabbitmq.client.*;
import com.thirdchannel.rabbitmq.config.ExchangeConfig;
import com.thirdchannel.rabbitmq.config.RabbitMQConfig;
import com.thirdchannel.rabbitmq.excep... | src/main/java/com/thirdchannel/rabbitmq/Lago.java | package com.thirdchannel.rabbitmq;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectReader;
import com.rabbitmq.client.*;
import com.thirdchannel.rabbitmq.config.ExchangeConfig;
import com.thirdchannel.rabbitmq.config.RabbitMQConfig;
import com.thirdchannel.rabbitmq.excep... | TC-3290 - non-exclusive queues for rpc
| src/main/java/com/thirdchannel/rabbitmq/Lago.java | TC-3290 - non-exclusive queues for rpc | |
Java | agpl-3.0 | 18f2081c4431054c28fd933ce537c8bb7c3850d3 | 0 | CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceeng... | /*
Derby - Class com.splicemachine.db.impl.drda.DRDAConnThread
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 u... | java/drda/com/splicemachine/db/impl/drda/DRDAConnThread.java | /*
Derby - Class com.splicemachine.db.impl.drda.DRDAConnThread
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 u... | TODO remove subtransactions from batch
Check whether this is correct
| java/drda/com/splicemachine/db/impl/drda/DRDAConnThread.java | TODO remove subtransactions from batch | |
Java | agpl-3.0 | 86f9fb5eaae6c64e683926e7de746a100052e2e9 | 0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms | /**
* *****************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2012-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* Open... | opennms-webapp-rest/src/main/java/org/opennms/web/rest/v1/KscRestService.java | /**
* *****************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2012-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* Open... | Fix for Bug NMS-8648
Normalize the KSC ReST end point to show consistent content in XML an JSON
| opennms-webapp-rest/src/main/java/org/opennms/web/rest/v1/KscRestService.java | Fix for Bug NMS-8648 | |
Java | lgpl-2.1 | 944b2fa5b29dd211db99fe10c8a95a67f63d49c7 | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* 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 ... | cloveretl.engine/src/org/jetel/graph/runtime/WatchDog.java | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* 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 ... | FIX: fox of DeadLock caused by waiting for ServerThreadManager monitor
git-svn-id: 8d19231102a908be67aa2fa433bbbb760ee64d21@13349 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/src/org/jetel/graph/runtime/WatchDog.java | FIX: fox of DeadLock caused by waiting for ServerThreadManager monitor | |
Java | lgpl-2.1 | 4a0260c52205b1681cf07bccc5d2ed15c4251868 | 0 | exedio/copernica,exedio/copernica,exedio/copernica | /*
* Copyright (C) 2004-2006 exedio GmbH (www.exedio.com)
*
* 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 versi... | dsmf/src/com/exedio/dsmf/MysqlDriver.java | /*
* Copyright (C) 2004-2006 exedio GmbH (www.exedio.com)
*
* 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 versi... | implement getModifyColumnStatement, not yet tested
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@6021 e7d4fc99-c606-0410-b9bf-843393a9eab7
| dsmf/src/com/exedio/dsmf/MysqlDriver.java | implement getModifyColumnStatement, not yet tested | |
Java | lgpl-2.1 | 495e3f10faabf6b5e4151c68338b1adb79a7daa0 | 0 | andreasprlic/biojava,lafita/biojava,pwrose/biojava,biojava/biojava,andreasprlic/biojava,pwrose/biojava,emckee2006/biojava,sbliven/biojava-sbliven,sbliven/biojava-sbliven,lafita/biojava,pwrose/biojava,andreasprlic/biojava,heuermh/biojava,heuermh/biojava,andreasprlic/biojava,emckee2006/biojava,heuermh/biojava,biojava/bio... | package org.biojava.nbio.genome;
import com.google.common.collect.Lists;
import com.google.common.collect.Range;
import junit.framework.TestCase;
import org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition;
import org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser;
import org.biojava.nbio... | biojava-genome/src/test/java/org/biojava/nbio/genome/TestGenomeMapping.java | package org.biojava.nbio.genome;
import com.google.common.collect.Lists;
import com.google.common.collect.Range;
import junit.framework.TestCase;
import org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition;
import org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser;
import org.biojava.nbio... | Chromosome mapping tool: unit test to check handling multiple UTRs preceding the coding region
| biojava-genome/src/test/java/org/biojava/nbio/genome/TestGenomeMapping.java | Chromosome mapping tool: unit test to check handling multiple UTRs preceding the coding region | |
Java | lgpl-2.1 | e681be1a064e8e23e3134f4df98dba4e2227726b | 0 | wolfgangmm/exist,patczar/exist,zwobit/exist,eXist-db/exist,jensopetersen/exist,hungerburg/exist,wshager/exist,windauer/exist,wshager/exist,kohsah/exist,dizzzz/exist,adamretter/exist,eXist-db/exist,ljo/exist,opax/exist,ljo/exist,zwobit/exist,wolfgangmm/exist,lcahlander/exist,shabanovd/exist,eXist-db/exist,dizzzz/exist,s... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-2007 The eXist team
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
* of t... | src/org/exist/storage/NativeBroker.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-2007 The eXist team
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
* of t... | [ignore] typos
svn path=/trunk/eXist/; revision=17839
| src/org/exist/storage/NativeBroker.java | [ignore] typos | |
Java | lgpl-2.1 | 2933315082218ce1b42de50f58bc1a2964ccf6dc | 0 | RockManJoe64/swingx,RockManJoe64/swingx | /*
* $Id$
*
* Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*/
package org.jdesktop.swingx.util;
import java.awt.Component;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.GridBagConstraints;
import jav... | src/java/org/jdesktop/swingx/util/WindowUtils.java | /*
* $Id$
*
* Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*/
package org.jdesktop.swingx.util;
import java.awt.Component;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.GridBagConstraints;
import jav... | Added try/catch block to getPointForCentering methods due to an access exception -- I can't get the mouse pointer location while within the sandbox
| src/java/org/jdesktop/swingx/util/WindowUtils.java | Added try/catch block to getPointForCentering methods due to an access exception -- I can't get the mouse pointer location while within the sandbox | |
Java | apache-2.0 | 9638acdd7a171be2e3d3f258c8fdbb560d5e376c | 0 | shils/incubator-groovy,shils/groovy,traneHead/groovy-core,jwagenleitner/groovy,jwagenleitner/incubator-groovy,shils/groovy,shils/incubator-groovy,apache/groovy,paulk-asert/incubator-groovy,paulk-asert/groovy,shils/incubator-groovy,russel/groovy,apache/groovy,jwagenleitner/incubator-groovy,traneHead/groovy-core,armsargi... | /*
* 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")... | subprojects/groovy-sql/src/main/java/groovy/sql/ExtractIndexAndSql.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")... | Trivial refactoring: remove redundant String operation
| subprojects/groovy-sql/src/main/java/groovy/sql/ExtractIndexAndSql.java | Trivial refactoring: remove redundant String operation | |
Java | apache-2.0 | 2ad4a8ac2ac9e4a6bcef62ee59d17131dfc5048d | 0 | ojai/ojai,ojai/ojai | /**
* Copyright (c) 2015 MapR, 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 t... | core/src/main/java/org/ojai/store/DocumentStore.java | /**
* Copyright (c) 2015 MapR, 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 t... | Updated java-doc for DocumentStore.clearCommitContext()
| core/src/main/java/org/ojai/store/DocumentStore.java | Updated java-doc for DocumentStore.clearCommitContext() | |
Java | apache-2.0 | c5fbfd97c4b7bd19ad75a88161b09d00d23b4b87 | 0 | cjduffett/synthea,synthetichealth/synthea,synthetichealth/synthea,cjduffett/synthea,synthetichealth/synthea | package org.mitre.synthea.world.agents;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
import com.google.gson.internal.LinkedTreeMap;
import com.vivid... | src/main/java/org/mitre/synthea/world/agents/Provider.java | package org.mitre.synthea.world.agents;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
import com.google.gson.internal.LinkedTreeMap;
import com.vivid... | Fix transient null pointer exception.
| src/main/java/org/mitre/synthea/world/agents/Provider.java | Fix transient null pointer exception. | |
Java | apache-2.0 | cd72cfedae1087053ff19fd0b0b06b89869e832f | 0 | KernelHaven/KernelHaven,KernelHaven/KernelHaven | package net.ssehub.kernel_haven.analysis;
import java.io.File;
import java.io.IOException;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
... | src/net/ssehub/kernel_haven/analysis/PipelineAnalysis.java | package net.ssehub.kernel_haven.analysis;
import java.io.File;
import java.io.IOException;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import net.ssehub.kernel_haven.SetUpException;
imp... | Detailed log status about joining threads. | src/net/ssehub/kernel_haven/analysis/PipelineAnalysis.java | Detailed log status about joining threads. | |
Java | apache-2.0 | 6a44229683d6f25c1d120cdb43266cef9ddc34f2 | 0 | cs3343Yr2015Gp14/chess-game | package chessGame;
public class ChessMonitoringSystem {
private static ChessPiece[] allChessPieces;
private static ChessMonitoringSystem instance;
private ChessMonitoringSystem() {
// TODO - implement ChessMonitoringSystem.ChessMonitoringSystem
throw new UnsupportedOperationException();
}
publi... | ChessGame/src/chessGame/ChessMonitoringSystem.java | package chessGame;
public class ChessMonitoringSystem {
private static ChessPiece[] allChessPieces;
private static ChessMonitoringSystem instance;
private ChessMonitoringSystem() {
// TODO - implement ChessMonitoringSystem.ChessMonitoringSystem
throw new UnsupportedOperationException();
}
publi... | Update ChessMonitoringSystem.java | ChessGame/src/chessGame/ChessMonitoringSystem.java | Update ChessMonitoringSystem.java | |
Java | apache-2.0 | 1919185d7d898878d3cb5feb65454261d73094f4 | 0 | infotexture/dita-ot,shaneataylor/dita-ot,doctales/dita-ot,shaneataylor/dita-ot,dita-ot/dita-ot,dita-ot/dita-ot,robander/dita-ot,doctales/dita-ot,doctales/dita-ot,infotexture/dita-ot,infotexture/dita-ot,drmacro/dita-ot,drmacro/dita-ot,dita-ot/dita-ot,robander/dita-ot,doctales/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot... | /*
* This file is part of the DITA Open Toolkit project.
* See the accompanying license.txt file for applicable licenses.
*/
package org.dita.dost.util;
import static org.dita.dost.util.Constants.*;
import static org.dita.dost.util.URLUtils.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.Fil... | src/main/java/org/dita/dost/util/Job.java | /*
* This file is part of the DITA Open Toolkit project.
* See the accompanying license.txt file for applicable licenses.
*/
package org.dita.dost.util;
import static org.dita.dost.util.Constants.*;
import static org.dita.dost.util.URLUtils.*;
import java.io.File;
import java.io.FileInputStream;
import java.io.Fil... | Allow using absolute temp file URI to get file info
| src/main/java/org/dita/dost/util/Job.java | Allow using absolute temp file URI to get file info | |
Java | apache-2.0 | c8a42a9c02d3be62c160a32aa5a0060d70cf4b63 | 0 | max3163/jmeter,ubikloadpack/jmeter,ubikloadpack/jmeter,hemikak/jmeter,etnetera/jmeter,max3163/jmeter,d0k1/jmeter,vherilier/jmeter,ubikloadpack/jmeter,hemikak/jmeter,vherilier/jmeter,ra0077/jmeter,vherilier/jmeter,ubikloadpack/jmeter,ra0077/jmeter,ubikfsabbe/jmeter,ubikfsabbe/jmeter,hemikak/jmeter,etnetera/jmeter,hemika... | /*
* 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/core/org/apache/jmeter/report/core/CsvSampleReader.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 ... | Don't reassign parameter metadata.
git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1721356 13f79535-47bb-0310-9956-ffa450edef68
| src/core/org/apache/jmeter/report/core/CsvSampleReader.java | Don't reassign parameter metadata. | |
Java | apache-2.0 | 325b00a36f51f4ed02225c58401dc8bd406e1bfe | 0 | igapyon/blancoApexFormatter,igapyon/blancoApexFormatter | /*
* Copyright 2016 Toshiki Iga
*
* 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/blanco/apex/formatter/syntax/BlancoApexSyntaxSpecialCharFormatter.java | /*
* Copyright 2016 Toshiki Iga
*
* 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 ... | update formatter. | src/blanco/apex/formatter/syntax/BlancoApexSyntaxSpecialCharFormatter.java | update formatter. | |
Java | apache-2.0 | 6650fdef0015571ccaf32c0c01b9d991fad7ccf1 | 0 | chriscm2006/WebSocketServer | package com.moba11y.websocketserver;
import com.chriscm.clog.CLog;
import com.google.gson.JsonObject;
import java.util.Map;
import java.util.TreeMap;
/**
* Created by chrismcmeeking on 2/1/17.
*/
@SuppressWarnings("unused")
public class WebSocket {
private Map<String, WebSocketEventListener> mWebSocketEventLi... | app/src/main/java/com/moba11y/websocketserver/WebSocket.java | package com.moba11y.websocketserver;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import java.util.Map;
import java.util.TreeMap;
/**
* Created by chrismcmeeking on 2/1/17.
*/
@SuppressWarnings("unused")
public class WebSocket {
private Map<String, WebSocketEventListener> mWebSocketE... | Adding logging commands for event listeners.
| app/src/main/java/com/moba11y/websocketserver/WebSocket.java | Adding logging commands for event listeners. | |
Java | apache-2.0 | 5eff676240b3f85187836c7b909f33febb9969cd | 0 | querydsl/querydsl,pkcool/querydsl,johnktims/querydsl,Log10Solutions/querydsl,lpandzic/querydsl,gordski/querydsl,Log10Solutions/querydsl,lpandzic/querydsl,attila-kiss-it/querydsl,attila-kiss-it/querydsl,vveloso/querydsl,robertandrewbain/querydsl,johnktims/querydsl,pkcool/querydsl,kevinleturc/querydsl,vveloso/querydsl,go... | /*
* Copyright 2011, Mysema Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing... | querydsl-sql/src/test/java/com/mysema/query/Connections.java | /*
* Copyright 2011, Mysema Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing... | Reorder inits
| querydsl-sql/src/test/java/com/mysema/query/Connections.java | Reorder inits | |
Java | apache-2.0 | 69d6b2ebd001d71220139521e648c717db6c9003 | 0 | osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | org.osgi.impl.service.dmt/src/org/osgi/impl/service/dmt/DmtSessionImpl.java | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | Minor fixes to the complex value handling (to be continued)
| org.osgi.impl.service.dmt/src/org/osgi/impl/service/dmt/DmtSessionImpl.java | Minor fixes to the complex value handling (to be continued) | |
Java | apache-2.0 | a4cdc155d1f1285f2d71d9221e1a52a510b8cbe5 | 0 | msaperst/selenified,msaperst/selenified | /*
* Copyright 2019 Coveros, Inc.
*
* This file is part of Selenified.
*
* Selenified is licensed under the Apache License, Version
* 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0... | src/main/java/com/coveros/selenified/utilities/Property.java | /*
* Copyright 2019 Coveros, Inc.
*
* This file is part of Selenified.
*
* Selenified is 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... | Renaming wait var
| src/main/java/com/coveros/selenified/utilities/Property.java | Renaming wait var | |
Java | apache-2.0 | 260e93d6d3144256ae6418487e04dd5d4f916be7 | 0 | vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java,vam-google/google-cloud-java | /*
* Copyright 2017 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... | google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java | /*
* Copyright 2017 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... | spanner: fix log syntax (#3241)
Fixes #3235. | google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java | spanner: fix log syntax (#3241) | |
Java | apache-2.0 | 61a51b61522b210f38d617c09c1a80c20749b240 | 0 | nedrichards/Fuzzy-Time | /*
* Copyright (C) 2014 The Android Open Source Project
* Copyright (C) 2015 Nick Richards <nick@nedrichards.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.a... | wear/src/main/java/com/nedrichards/fuzzytime/FuzzyTime.java | /*
* Copyright (C) 2014 The Android Open Source Project
* Copyright (C) 2015 Nick Richards <nick@nedrichards.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.a... | add some TODO notes
| wear/src/main/java/com/nedrichards/fuzzytime/FuzzyTime.java | add some TODO notes | |
Java | apache-2.0 | 063d746e7ec45c8593420b9247a20c311b3275ab | 0 | tkrajina/GraphAnything | package info.puzz.graphanything.services;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.AudioManager;
import android.media.ToneGenerator;
import android.os.SystemClock;
import android.util.Log;
import junit.framew... | graphanything/src/main/java/info/puzz/graphanything/services/GraphAlarms.java | package info.puzz.graphanything.services;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.media.AudioManager;
import android.media.ToneGenerator;
import android.os.SystemClock;
import android.util.Log;
import junit.framew... | Timer sound volume
| graphanything/src/main/java/info/puzz/graphanything/services/GraphAlarms.java | Timer sound volume | |
Java | apache-2.0 | 4ef28bdd5fca6ee6b4db6c6cd98b9c5c7c38a8c7 | 0 | Murdock01/izpack,tomas-forsman/izpack,rkrell/izpack,akuhtz/izpack,stenix71/izpack,izpack/izpack,Helpstone/izpack,Helpstone/izpack,codehaus/izpack,optotronic/izpack,yukron/izpack,Helpstone/izpack,maichler/izpack,izpack/izpack,yukron/izpack,akuhtz/izpack,rsharipov/izpack,tomas-forsman/izpack,Murdock01/izpack,Murdock01/iz... | /*
* $Id$
* IzPack - Copyright 2001-2008 Julien Ponge, All Rights Reserved.
*
* http://izpack.org/
* http://izpack.codehaus.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* ... | izpack-installer/src/main/java/com/izforge/izpack/installer/GUIInstaller.java | /*
* $Id$
* IzPack - Copyright 2001-2008 Julien Ponge, All Rights Reserved.
*
* http://izpack.org/
* http://izpack.codehaus.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* ... | A bit of refactoring on GuiInstaller
| izpack-installer/src/main/java/com/izforge/izpack/installer/GUIInstaller.java | A bit of refactoring on GuiInstaller | |
Java | apache-2.0 | 7fdd40d897694da924d151024379c0db4fb032c1 | 0 | youdonghai/intellij-community,caot/intellij-community,kdwink/intellij-community,salguarnieri/intellij-community,fengbaicanhe/intellij-community,petteyg/intellij-community,kool79/intellij-community,xfournet/intellij-community,supersven/intellij-community,ftomassetti/intellij-community,supersven/intellij-community,ahb032... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/compiler/openapi/src/com/intellij/openapi/deployment/DeploymentUtil.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | obsolete unused methods deprecated
| java/compiler/openapi/src/com/intellij/openapi/deployment/DeploymentUtil.java | obsolete unused methods deprecated | |
Java | apache-2.0 | 3831eaf0bb7a38becf4d45843da8310eeee32a46 | 0 | codenameupik/MaterialDrawer,yunarta/MaterialDrawer,maxi182/MaterialDrawer,Ribeiro/MaterialDrawer,JohnTsaiAndroid/MaterialDrawer,jiguoling/MaterialDrawer,fxyzj/MaterialDrawer,chenanze/MaterialDrawer,jiangzhonghui/MaterialDrawer,sandeepnegi/MaterialDrawer,WeRockStar/MaterialDrawer,lyxwll/MaterialDrawer,mikepenz/MaterialD... | package com.mikepenz.materialdrawer;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.F... | library/src/main/java/com/mikepenz/materialdrawer/Drawer.java | package com.mikepenz.materialdrawer;
import android.app.Activity;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerToggle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.F... | * switch openDrawer, closeDrawer, isDrawerOpen to use the gravity
| library/src/main/java/com/mikepenz/materialdrawer/Drawer.java | * switch openDrawer, closeDrawer, isDrawerOpen to use the gravity | |
Java | apache-2.0 | ad576125875a793aa4ed9e6b97ce9e3afb93c49f | 0 | safarijv/ifpress-solr-plugin | package com.ifactory.press.db.solr.spelling.suggest;
import java.io.Closeable;
import java.io.IOException;
import java.text.BreakIterator;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.lucene.analysis.Analyzer;
import org.apache.solr.spelling.Token;
import org.apache.lucene.anal... | src/main/java/com/ifactory/press/db/solr/spelling/suggest/MultiSuggester.java | package com.ifactory.press.db.solr.spelling.suggest;
import java.io.Closeable;
import java.io.IOException;
import java.text.BreakIterator;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.Token;
import org.apache.lucene.an... | Token moved to spelling class, this should be the only place it is used
| src/main/java/com/ifactory/press/db/solr/spelling/suggest/MultiSuggester.java | Token moved to spelling class, this should be the only place it is used | |
Java | bsd-3-clause | e739bcf351bd658d5ada3ba742ee6d80f8aed23b | 0 | NCIP/cananolab,NCIP/cananolab,NCIP/cananolab | import gov.nih.nci.cagrid.cananolab.client.CaNanoLabServiceClient;
import gov.nih.nci.cagrid.cqlquery.Attribute;
import gov.nih.nci.cagrid.cqlquery.CQLQuery;
import gov.nih.nci.cagrid.cqlquery.Predicate;
import gov.nih.nci.cagrid.cqlresultset.CQLQueryResults;
import gov.nih.nci.cagrid.data.utilities.CQLQueryResult... | software/cananolab-grid/test/src/GridClientTest.java | import gov.nih.nci.cagrid.cananolab.client.CaNanoLabServiceClient;
import gov.nih.nci.cagrid.cqlquery.Attribute;
import gov.nih.nci.cagrid.cqlquery.CQLQuery;
import gov.nih.nci.cagrid.cqlquery.Predicate;
import gov.nih.nci.cagrid.cqlresultset.CQLQueryResults;
import gov.nih.nci.cagrid.data.utilities.CQLQueryResult... | removed unused codes
SVN-Revision: 19344
| software/cananolab-grid/test/src/GridClientTest.java | removed unused codes | |
Java | bsd-3-clause | 81cd937a5a8cebc9bfeb053e6e7d0b8771a35975 | 0 | cerebro/ggp-base,cerebro/ggp-base | package apps.kiosk.games;
import java.awt.Color;
import java.awt.Graphics;
import apps.kiosk.GridGameCanvas;
public class TTTxNineCanvas extends GridGameCanvas {
private static final long serialVersionUID = 1L;
public String getGameName() { return "Nine Board Tic Tac Toe"; }
protected String ... | ggp-base/src/apps/kiosk/games/TTTxNineCanvas.java | package apps.kiosk.games;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import apps.kiosk.GridGameCanvas;
public class TTTxNineCanvas extends GridGameCanvas {
private static final long serialVersionUID = 1L;
private Image xImage = getImage("TTTx.png");
private Image... | Used the native fonts for 9xTTT, rather than pre-captured images.
git-svn-id: 4739e81c2fe647bfb539b919360e2c658e6121ea@29 716a755e-b13f-cedc-210d-596dafc6fb9b
| ggp-base/src/apps/kiosk/games/TTTxNineCanvas.java | Used the native fonts for 9xTTT, rather than pre-captured images. | |
Java | apache-2.0 | e8e72f4434fb2416c2065171c44ed411eb8eace3 | 0 | golfstream83/JavaCourse | Modul1-Basic-syntax/Lesson2-Data-type/Calculator.java | package calculator;
public class Calculator {
public double result;
/*
ัะปะพะถะตะฝะธะต ะดะฒัั
ัะธัะตะป
*/
public void add (double first, double second) {
this.result = first + second;
}
/*
ะฒััะธัะฐะฝะธะต ะธะท ัะธัะปะฐ first ัะธัะปะฐ second
*/
public void substruct (double first, double second) {
this.resul... | Delete Calculator.java | Modul1-Basic-syntax/Lesson2-Data-type/Calculator.java | Delete Calculator.java | ||
Java | mit | 0e8a4a11b63626c805db915b6b0c5b08a08472ba | 0 | BrayanRosas/RoomManagerAutomation,PenielDVP/RoomManagerAutomation | package ui;
import ui.pages.HeaderMenuPage;
import ui.pages.LoginPage;
import ui.pages.SidebarMenuPage;
/**
* Created with IntelliJ IDEA.
* User: jhasmanyquiroz
* Date: 12/7/15
* Time: 8:26 PM
* To change this template use File | Settings | File Templates.
*/
public class BaseMainPageObject {
private Header... | src/main/java/ui/BaseMainPageObject.java | package ui;
import org.openqa.selenium.support.ui.ExpectedConditions;
import ui.pages.HeaderMenuPage;
import ui.pages.LoginPage;
import ui.pages.SidebarMenuPage;
/**
* Created with IntelliJ IDEA.
* User: jhasmanyquiroz
* Date: 12/7/15
* Time: 8:26 PM
* To change this template use File | Settings | File Templates... | update BaseMainPageObject
| src/main/java/ui/BaseMainPageObject.java | update BaseMainPageObject | |
Java | mit | 1412e69d5d61d645e0cd9576efacbee2ba02f56c | 0 | codingchili/chili-core | package com.codingchili.core.benchmarking;
import static com.codingchili.core.configuration.CoreStrings.EXT_JSON;
import static com.codingchili.core.configuration.CoreStrings.getFileFriendlyDate;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.conc... | core/main/java/com/codingchili/core/benchmarking/BenchmarkExecutor.java | package com.codingchili.core.benchmarking;
import static com.codingchili.core.configuration.CoreStrings.EXT_JSON;
import static com.codingchili.core.configuration.CoreStrings.getFileFriendlyDate;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.conc... | Removed save results to file for executor should be done in reporter.
| core/main/java/com/codingchili/core/benchmarking/BenchmarkExecutor.java | Removed save results to file for executor should be done in reporter. | |
Java | mit | 7fe97520f7c05b3f8f37f43bc21b22377d444636 | 0 | broadinstitute/picard,broadinstitute/picard,annkupi/picard,alecw/picard,annkupi/picard,nh13/picard,broadinstitute/picard,nh13/picard,broadinstitute/picard,nh13/picard,annkupi/picard,broadinstitute/picard,alecw/picard,alecw/picard,alecw/picard,nh13/picard,annkupi/picard | /*
* The MIT License
*
* Copyright (c) 2009 The Broad Institute
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | src/java/net/sf/samtools/TextTagCodec.java | /*
* The MIT License
*
* Copyright (c) 2009 The Broad Institute
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | Add an additional date format for converting to Iso8601
| src/java/net/sf/samtools/TextTagCodec.java | Add an additional date format for converting to Iso8601 | |
Java | mit | 2a782b7fd558dd796041135bde76d78b3a3fc829 | 0 | pierresouchay/mssql-jdbc,Microsoft/mssql-jdbc | /*
* Microsoft JDBC Driver for SQL Server
*
* Copyright(c) Microsoft Corporation All rights reserved.
*
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
*/
package com.microsoft.sqlserver.jdbc;
import java.sql.ParameterMetaData... | src/main/java/com/microsoft/sqlserver/jdbc/SQLServerParameterMetaData.java | /*
* Microsoft JDBC Driver for SQL Server
*
* Copyright(c) Microsoft Corporation All rights reserved.
*
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
*/
package com.microsoft.sqlserver.jdbc;
import java.sql.ParameterMetaData... | wrap StringIndexOutOfBoundsException with SQLServerException
| src/main/java/com/microsoft/sqlserver/jdbc/SQLServerParameterMetaData.java | wrap StringIndexOutOfBoundsException with SQLServerException | |
Java | mit | 0b55b5075595f8e03108248329f5718c21ab97ae | 0 | RaimondKempees/fast-classpath-scanner,lukehutch/fast-classpath-scanner,classgraph/classgraph,lukehutch/fast-classpath-scanner | /*
* This file is part of FastClasspathScanner.
*
* Author: Luke Hutchison
*
* Hosted at: https://github.com/lukehutch/fast-classpath-scanner
*
* --
*
* The MIT License (MIT)
*
* Copyright (c) 2016 Luke Hutchison
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this s... | src/main/java/io/github/lukehutch/fastclasspathscanner/utils/JarUtils.java | /*
* This file is part of FastClasspathScanner.
*
* Author: Luke Hutchison
*
* Hosted at: https://github.com/lukehutch/fast-classpath-scanner
*
* --
*
* The MIT License (MIT)
*
* Copyright (c) 2016 Luke Hutchison
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this s... | Increase robustness of JRE dir path handling | src/main/java/io/github/lukehutch/fastclasspathscanner/utils/JarUtils.java | Increase robustness of JRE dir path handling | |
Java | epl-1.0 | f1e58adac7e84d16f4b776496107beadef2a090b | 0 | maeste/ironjacamar,ironjacamar/ironjacamar,jesperpedersen/ironjacamar,ironjacamar/ironjacamar,jandsu/ironjacamar,jpkrohling/ironjacamar,rarguello/ironjacamar,johnaoahra80/ironjacamar,darranl/ironjacamar,ironjacamar/ironjacamar | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, 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 i... | common/src/main/java/org/jboss/jca/common/api/metadata/ds/Validation.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2008, Red Hat Middleware LLC, 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 i... | [JBJCA-643] DS: use-fast-fail
| common/src/main/java/org/jboss/jca/common/api/metadata/ds/Validation.java | [JBJCA-643] DS: use-fast-fail | |
Java | agpl-3.0 | fe711532f964701c0ce7512e987e39eff82a0607 | 0 | Audiveris/audiveris,Audiveris/audiveris | //-----------------------------------------------------------------------//
// //
// S c o r e C o n s t a n t s //
// //
// Copyright (C... | src/main/omr/score/ScoreConstants.java | //-----------------------------------------------------------------------//
// //
// S c o r e C o n s t a n t s //
// //
// Copyright (C... | Better comment
| src/main/omr/score/ScoreConstants.java | Better comment | |
Java | agpl-3.0 | a099e5ccdd39d3ae2311f2b5aac78ecf23ab88a2 | 0 | paulmartel/voltdb,simonzhangsm/voltdb,migue/voltdb,deerwalk/voltdb,simonzhangsm/voltdb,deerwalk/voltdb,deerwalk/voltdb,VoltDB/voltdb,migue/voltdb,paulmartel/voltdb,simonzhangsm/voltdb,paulmartel/voltdb,paulmartel/voltdb,paulmartel/voltdb,simonzhangsm/voltdb,deerwalk/voltdb,VoltDB/voltdb,simonzhangsm/voltdb,VoltDB/voltd... | /* This file is part of VoltDB.
* Copyright (C) 2008-2016 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | tests/frontend/org/voltdb/planner/TestMultipleOuterJoinPlans.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2016 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | One more testcase for NULL rejecting WHERE expression
| tests/frontend/org/voltdb/planner/TestMultipleOuterJoinPlans.java | One more testcase for NULL rejecting WHERE expression | |
Java | lgpl-2.1 | e92c46f7c7cb452f822f339a42b1e35e5b89c995 | 0 | wolfgangmm/exist,lcahlander/exist,dizzzz/exist,olvidalo/exist,kohsah/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,wshager/exist,wshager/exist,ambs/exist,patczar/exist,MjAbuz/exist,opax/exist,adamretter/exist,kohsah/exist,zwobit/exist,lcahlander/exist,zwobit/exist,patczar/exist,olvidalo/exist,opax/exist,wolfgangmm/... | package org.exist.xquery.test;
import java.net.BindException;
import java.util.Iterator;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.xml.transform.OutputKeys;
import org.custommonkey.xmlunit.XMLTestCase;
import org.exist.StandaloneServer;
import org.exist.storage.DBBroker;
import org... | src/org/exist/xquery/test/XPathQueryTest.java | package org.exist.xquery.test;
import java.net.BindException;
import java.util.Iterator;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.xml.transform.OutputKeys;
import org.custommonkey.xmlunit.XMLTestCase;
import org.exist.StandaloneServer;
import org.exist.storage.DBBroker;
import org... | Added regression test for sfnet [1460610] Predicate issue: ClassCastException
svn path=/trunk/eXist-1.0/; revision=3046
| src/org/exist/xquery/test/XPathQueryTest.java | Added regression test for sfnet [1460610] Predicate issue: ClassCastException | |
Java | lgpl-2.1 | 374ad44d60368b7f95a2841321dd8194996af760 | 0 | travisbrown/marc4j-old | // $Id$
/**
* Copyright (C) 2002 Bas Peters
*
* This file is part of MARC4J
*
* MARC4J 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) ... | src/org/marc4j/marcxml/MarcXmlFilter.java | // $Id$
/**
* Copyright (C) 2002 Bas Peters
*
* This file is part of MARC4J
*
* MARC4J 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) ... | Changed character converter handling
| src/org/marc4j/marcxml/MarcXmlFilter.java | Changed character converter handling | |
Java | lgpl-2.1 | 840249a2a748a58f8299da02494be51ddfaf0bc9 | 0 | mbatchelor/pentaho-platform-plugin-reporting,mbatchelor/pentaho-platform-plugin-reporting,mbatchelor/pentaho-platform-plugin-reporting | /*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if n... | src/org/pentaho/reporting/platform/plugin/RepositoryResourceData.java | /*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if n... | Fixed pathing problem.
| src/org/pentaho/reporting/platform/plugin/RepositoryResourceData.java | Fixed pathing problem. | |
Java | lgpl-2.1 | 876a5765795c8b76c9d88ab147779acbb61e89bd | 0 | nhochberger/Utilities | package hochberger.utilities.timing;
import org.apache.log4j.Logger;
public class Timing {
private long startNanos;
private long stopNanos;
private boolean running = false;
public Timing() {
super();
}
public void start() {
this.running = true;
this.s... | src/hochberger/utilities/timing/Timing.java | package hochberger.utilities.timing;
import org.apache.log4j.Logger;
public class Timing {
private long startNanos;
private long stopNanos;
public Timing() {
super();
}
public void start() {
this.startNanos = System.nanoTime();
}
public void stop() {
... | further work on Timing | src/hochberger/utilities/timing/Timing.java | further work on Timing | |
Java | lgpl-2.1 | 990da75e12b103915efbd6b3163e9941ea59d1c7 | 0 | MenoData/Time4J | /*
* -----------------------------------------------------------------------
* Copyright ยฉ 2013 Meno Hochschild, <http://www.menodata.de/>
* -----------------------------------------------------------------------
* This file (PlainDuration.java) is part of project Time4J.
*
* Time4J is free software: You can redi... | src/main/java/net/time4j/PlainDuration.java | /*
* -----------------------------------------------------------------------
* Copyright ยฉ 2013 Meno Hochschild, <http://www.menodata.de/>
* -----------------------------------------------------------------------
* This file (PlainDuration.java) is part of project Time4J.
*
* Time4J is free software: You can redi... | duration enhancements
a) fix for better error message in case of mixed signs
b) new earlier()- and later()-operators for standard time arithmetic on
Moment
| src/main/java/net/time4j/PlainDuration.java | duration enhancements | |
Java | lgpl-2.1 | 9ac9f008b07e268564daa2898a524189edde0ef9 | 0 | ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,csrg-utfsm/acscb,ACS-Community/ACS,jb... | /*
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration),
* All rights reserved
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... | LGPL/CommonSoftware/jcont/src/alma/acs/container/ContainerServicesImpl.java | /*
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration),
* All rights reserved
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... | Fixed NPE in ComponentReleaseCallbackCorbaHandler caused by null callback passed to releaseComponent(...) and yet wrapped with Corba callback.
git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@151185 523d945c-050c-4681-91ec-863ad3bb968a
| LGPL/CommonSoftware/jcont/src/alma/acs/container/ContainerServicesImpl.java | Fixed NPE in ComponentReleaseCallbackCorbaHandler caused by null callback passed to releaseComponent(...) and yet wrapped with Corba callback. | |
Java | apache-2.0 | bc0cd3f08769c4ae724155e3de5582140e7ec8bd | 0 | tuGithub/gobblin-1,zliu41/gobblin,jenniferzheng/gobblin,yukuai518/gobblin,linkedin/gobblin,Hanmourang/Gobblin,tuGithub/gobblin-1,jack-moseley/gobblin,jenniferzheng/gobblin,the100rabh/gobblin,ydai1124/gobblin-1,ibuenros/gobblin,jinhyukchang/gobblin,mwol/gobblin,linkedin/gobblin,sahilTakiar/gobblin,pcadabam/gobblin,winli... | /*
* 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-utility/src/main/java/gobblin/util/JobLauncherUtils.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... | Avoid duplciate keytab login in cleaning staging data
| gobblin-utility/src/main/java/gobblin/util/JobLauncherUtils.java | Avoid duplciate keytab login in cleaning staging data | |
Java | apache-2.0 | 08452c607bad1af80630b90d83072a91c5509cd8 | 0 | kyroskoh/jmeter,etnetera/jmeter,ra0077/jmeter,vherilier/jmeter,max3163/jmeter,kschroeder/jmeter,fj11/jmeter,ThiagoGarciaAlves/jmeter,ubikfsabbe/jmeter,ra0077/jmeter,vherilier/jmeter,ThiagoGarciaAlves/jmeter,hizhangqi/jmeter-1,etnetera/jmeter,ra0077/jmeter,irfanah/jmeter,max3163/jmeter,thomsonreuters/jmeter,etnetera/jme... | /*
* 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/core/org/apache/jmeter/JMeter.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 ... | log cannot be null
git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1379969 13f79535-47bb-0310-9956-ffa450edef68
| src/core/org/apache/jmeter/JMeter.java | log cannot be null | |
Java | apache-2.0 | 40e9efc0a4a9543a9c480cb5460905c20f7671e6 | 0 | wbond/subversion,wbond/subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,wbond/subversion,wbond/subversion,YueLinHo/Subversion | package org.tigris.subversion.lib;
/**
* ====================================================================
* Copyright (c) 2000-2001 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 ... | subversion/bindings/java/jni/org/tigris/subversion/lib/Entry.java | package org.tigris.subversion.lib;
/**
* ====================================================================
* Copyright (c) 2000-2001 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 ... | Added call to superclass.
* org/tigris/subversion/lib/Entry.java(Entry)
git-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@841021 13f79535-47bb-0310-9956-ffa450edef68
| subversion/bindings/java/jni/org/tigris/subversion/lib/Entry.java | Added call to superclass. | |
Java | apache-2.0 | 5f47fe4c5a0519e93f7758121e234c74f6039f4b | 0 | MSG134/IVCT_Framework,MSG134/IVCT,MSG134/IVCT_Framework,MSG134/IVCT_Framework | package de.fraunhofer.iosb.tc_lib;
import hla.rti1516e.AttributeHandle;
import hla.rti1516e.AttributeHandleFactory;
import hla.rti1516e.AttributeHandleSet;
import hla.rti1516e.AttributeHandleSetFactory;
import hla.rti1516e.AttributeHandleValueMap;
import hla.rti1516e.AttributeHandleValueMapFactory;
import hla.rti1516e... | TC/src/main/java/de/fraunhofer/iosb/tc_lib/IVCT_RTIambassador.java | package de.fraunhofer.iosb.tc_lib;
import hla.rti1516e.AttributeHandle;
import hla.rti1516e.AttributeHandleFactory;
import hla.rti1516e.AttributeHandleSet;
import hla.rti1516e.AttributeHandleSetFactory;
import hla.rti1516e.AttributeHandleValueMap;
import hla.rti1516e.AttributeHandleValueMapFactory;
import hla.rti1516e... | Add parameter name to logging strings
Use the HLA parameter names when logging the parameters.
| TC/src/main/java/de/fraunhofer/iosb/tc_lib/IVCT_RTIambassador.java | Add parameter name to logging strings | |
Java | apache-2.0 | ff97d1db292327a361d44c1a6a2f9b8dc9bd00f9 | 0 | JungMinu/netty,hgl888/netty,liyang1025/netty,lugt/netty,qingsong-xu/netty,liuciuse/netty,nkhuyu/netty,bryce-anderson/netty,brennangaunce/netty,tempbottle/netty,wuxiaowei907/netty,mcobrien/netty,duqiao/netty,lukw00/netty,xiexingguang/netty,fantayeneh/netty,bryce-anderson/netty,moyiguket/netty,sunbeansoft/netty,dongjiaqi... | /*
* Copyright 2013 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | common/src/main/java/io/netty/util/internal/ThreadLocalRandom.java | /*
* Copyright 2013 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | Fix checkstyle
| common/src/main/java/io/netty/util/internal/ThreadLocalRandom.java | Fix checkstyle | |
Java | apache-2.0 | 8f5386b99a7bca02fe5c260bc86bd3e5f92bd2b4 | 0 | alinvasile/httpcore,bimargulies/httpcore,ok2c/httpcore,apache/httpcore,alinvasile/httpcore,bimargulies/httpcore,apache/httpcomponents-core,apache/httpcore | /*
* $HeadURL$
* $Revision$
* $Date$
*
* ====================================================================
*
* Copyright 1999-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java | /*
* $HeadURL$
* $Revision$
* $Date$
*
* ====================================================================
*
* Copyright 1999-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | Print out response body if the debug level is 4
git-svn-id: 9689f759f60f1118327eab294c99d759009aaa48@408156 13f79535-47bb-0310-9956-ffa450edef68
| src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java | Print out response body if the debug level is 4 | |
Java | apache-2.0 | 4394028d6fccc3751f87bda076088a96916f3aee | 0 | tomakehurst/wiremock,dlaha21/wiremock,Mahoney/wiremock,tricker/wiremock,dlaha21/wiremock,Mahoney/wiremock,tomakehurst/wiremock,tricker/wiremock,dlaha21/wiremock,tricker/wiremock,tomakehurst/wiremock,dlaha21/wiremock,tomakehurst/wiremock,tomakehurst/wiremock,Mahoney/wiremock,tricker/wiremock,Mahoney/wiremock,Mahoney/wir... | /*
* Copyright (C) 2011 Thomas Akehurst
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java | /*
* Copyright (C) 2011 Thomas Akehurst
*
* 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... | Switched base64 encoding library to better performing native Java 8 (http://java-performance.info/base64-encoding-and-decoding-performance/)
| src/main/java/com/github/tomakehurst/wiremock/common/Encoding.java | Switched base64 encoding library to better performing native Java 8 (http://java-performance.info/base64-encoding-and-decoding-performance/) | |
Java | apache-2.0 | 9f238bd79ebf94a26c55b8fd2148a72ac66f6a03 | 0 | Apache9/hbase,mahak/hbase,mahak/hbase,ndimiduk/hbase,mahak/hbase,mahak/hbase,ndimiduk/hbase,Apache9/hbase,ndimiduk/hbase,ndimiduk/hbase,Apache9/hbase,Apache9/hbase,ndimiduk/hbase,Apache9/hbase,apurtell/hbase,Apache9/hbase,ndimiduk/hbase,mahak/hbase,Apache9/hbase,apurtell/hbase,apurtell/hbase,ndimiduk/hbase,apurtell/hba... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | HBASE-24054 To be safe, jetty's version number should be blocked.
| hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java | HBASE-24054 To be safe, jetty's version number should be blocked. | |
Java | apache-2.0 | 661f5e4aa94aaf3c89c290817f590d8ec9386e20 | 0 | apache/solr,apache/solr,apache/solr,apache/solr,apache/solr | /*
* 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 ... | solr/core/src/test/org/apache/solr/servlet/SolrRequestParserTest.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 ... | harden test against internet problems
git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1370605 13f79535-47bb-0310-9956-ffa450edef68
| solr/core/src/test/org/apache/solr/servlet/SolrRequestParserTest.java | harden test against internet problems | |
Java | apache-2.0 | f125eb16a7f7d62f1da961f947a99b933dd05c3a | 0 | RichJackson/cogstack,CogStack/cogstack,RichJackson/turbo-laser,RichJackson/turbo-laser,RichJackson/cogstack,RichJackson/cogstack,CogStack/cogstack,CogStack/cogstack | /*
* Copyright 2016 King's College London, Richard Jackson <richgjackson@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... | src/main/java/uk/ac/kcl/itemProcessors/TikaDocumentItemProcessor.java | /*
* Copyright 2016 King's College London, Richard Jackson <richgjackson@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... | #6 Extract page count from Tika metadata
| src/main/java/uk/ac/kcl/itemProcessors/TikaDocumentItemProcessor.java | #6 Extract page count from Tika metadata | |
Java | apache-2.0 | bfa94b4ee9d014bdcd62e656dffec8f094e1c9b1 | 0 | reportportal/commons-model | /*
* Copyright 2017 EPAM Systems
*
*
* This file is part of EPAM Report Portal.
* https://github.com/reportportal/commons-model
*
* Report Portal is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either... | src/main/java/com/epam/ta/reportportal/ws/model/ParameterResource.java | /*
* Copyright 2017 EPAM Systems
*
*
* This file is part of EPAM Report Portal.
* https://github.com/reportportal/commons-model
*
* Report Portal is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either... | remove restriction on parameter key
| src/main/java/com/epam/ta/reportportal/ws/model/ParameterResource.java | remove restriction on parameter key | |
Java | apache-2.0 | 2d314dc721b7dfc22fbb1a06fa106d290c5deb0d | 0 | krujos/willitconnect,TomG713/willitconnect,gambtho/willitconnect,gambtho/willitconnect,TomG713/willitconnect,gambtho/willitconnect,krujos/willitconnect,krujos/willitconnect,TomG713/willitconnect | package willitconnect.controller;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MockMvc;
import org.... | src/test/java/willitconnect/controller/WillItConnectControllerTest.java | package willitconnect.controller;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MockMvc;
import org.... | updated test to reflect temporary fix
| src/test/java/willitconnect/controller/WillItConnectControllerTest.java | updated test to reflect temporary fix | |
Java | apache-2.0 | d02d25f9d96e10929290329c6db56c1fcca49bf4 | 0 | signed/intellij-community,mglukhikh/intellij-community,michaelgallacher/intellij-community,da1z/intellij-community,ibinti/intellij-community,apixandru/intellij-community,semonte/intellij-community,fitermay/intellij-community,da1z/intellij-community,FHannes/intellij-community,xfournet/intellij-community,mglukhikh/intell... | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/debugger/impl/src/com/intellij/debugger/ui/InstanceFilterEditor.java | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | EA-84907 - NPE: ClassFilterEditor$FilterTableModel.getValueAt
| java/debugger/impl/src/com/intellij/debugger/ui/InstanceFilterEditor.java | EA-84907 - NPE: ClassFilterEditor$FilterTableModel.getValueAt | |
Java | apache-2.0 | ba238a74b8aa5708dd46a1616cf0a8e8fa4cecaa | 0 | nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/wfswarm-example-arjuna-old,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch | import java.util.*;
public class RepairDroid
{
public static final String INITIAL_INPUT = Integer.toString(DroidMovement.NORTH);
public RepairDroid (Vector<String> instructions, boolean debug)
{
_debug = debug;
_theComputer = new Intcode(instructions, INITIAL_INPUT, _debug);
_curre... | AdventOfCode/2019/day15/RepairDroid.java | import java.util.*;
public class RepairDroid
{
public static final String INITIAL_INPUT = Integer.toString(DroidMovement.NORTH);
public RepairDroid (Vector<String> instructions, boolean debug)
{
_debug = debug;
_theComputer = new Intcode(instructions, INITIAL_INPUT, _debug);
_curre... | Update RepairDroid.java
| AdventOfCode/2019/day15/RepairDroid.java | Update RepairDroid.java | |
Java | bsd-2-clause | ead39f9b68292f2830ae4c783628bcad341393fb | 0 | tfennelly/stapler,aldaris/stapler,tempbottle/stapler,tfennelly/stapler,vjuranek/stapler,stapler/stapler,tfennelly/stapler,tfennelly/stapler,vjuranek/stapler,christ66/stapler,christ66/stapler,aldaris/stapler,aldaris/stapler,stapler/stapler,ohtake/stapler,vjuranek/stapler,ohtake/stapler,christ66/stapler,christ66/stapler,... | /*
* Copyright (c) 2004-2010, Kohsuke Kawaguchi
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of... | core/src/main/java/org/kohsuke/stapler/HttpResponseRenderer.java | /*
* Copyright (c) 2004-2010, Kohsuke Kawaguchi
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of... | \n needs to be escaped as well
| core/src/main/java/org/kohsuke/stapler/HttpResponseRenderer.java | \n needs to be escaped as well | |
Java | bsd-2-clause | 938e3d9f006a7d051daad2f2cd554c151b795d60 | 0 | chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | engine/src/bullet/com/jme3/bullet/collision/PhysicsCollisionEvent.java | /*
* Copyright (c) 2009-2010 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | - bullet native: fix changed signature for PhysicsCollisionEvent methods
git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@8403 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| engine/src/bullet/com/jme3/bullet/collision/PhysicsCollisionEvent.java | - bullet native: fix changed signature for PhysicsCollisionEvent methods | |
Java | bsd-3-clause | 63f2f8ae1b6a770eaf83c004b8593611b46ac8f8 | 0 | CBIIT/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers | package gov.nih.nci.cabig.caaers.domain;
import gov.nih.nci.cabig.ctms.domain.AbstractImmutableDomainObject;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.Column;
import javax.persistence.Transient;
import javax.persistence.OneToMany;
import javax.persistence.OrderBy;
... | projects/core/src/main/java/gov/nih/nci/cabig/caaers/domain/CtcTerm.java | package gov.nih.nci.cabig.caaers.domain;
import gov.nih.nci.cabig.ctms.domain.AbstractImmutableDomainObject;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.Column;
import javax.persistence.Transient;
import javax.persistence.OneToMany;
import javax.persistence.OrderBy;
... | CAAERS-846
SVN-Revision: 6675
| projects/core/src/main/java/gov/nih/nci/cabig/caaers/domain/CtcTerm.java | CAAERS-846 | |
Java | mit | a498eeec9971a562c6eb5664dcbbc5fcc5a2e1da | 0 | CS2103JAN2017-W14-B3/main,CS2103JAN2017-W14-B3/main | src/main/java/seedu/doit/ui/BrowserPanel.java | package seedu.doit.ui;
import javafx.event.Event;
import javafx.fxml.FXML;
import javafx.scene.layout.AnchorPane;
import javafx.scene.layout.Region;
import javafx.scene.web.WebView;
import seedu.doit.commons.util.FxViewUtil;
import seedu.doit.model.task.ReadOnlyTask;
/**
* The Browser Panel of the App.
*/
public cl... | Delete browser panel
| src/main/java/seedu/doit/ui/BrowserPanel.java | Delete browser panel | ||
Java | mit | 3735b22a4087b0955e6d3773bb29f82fa0cdc934 | 0 | dwslab/RoCA | package de.dwslab.risk.gui.jgraphx.actions;
import static de.dwslab.ai.util.Utils.createTempFile;
import static java.util.stream.Collectors.toList;
import static java.util.stream.Collectors.toSet;
import static org.apache.logging.log4j.Level.INFO;
import java.awt.event.ActionEvent;
import java.io.File;
impor... | src/main/java/de/dwslab/risk/gui/jgraphx/actions/RootCauseAnalysisAction.java | package de.dwslab.risk.gui.jgraphx.actions;
import static de.dwslab.ai.util.Utils.createTempFile;
import static java.util.stream.Collectors.toList;
import static java.util.stream.Collectors.toSet;
import static org.apache.logging.log4j.Level.INFO;
import java.awt.event.ActionEvent;
import java.io.File;
impor... | Format the displayed root cause a bit more readable. | src/main/java/de/dwslab/risk/gui/jgraphx/actions/RootCauseAnalysisAction.java | Format the displayed root cause a bit more readable. | |
Java | mit | 630df80fc195960c93e8256c431d8dd5bbebd1f7 | 0 | ppati000/visualDFA | package gui.visualgraph;
import com.mxgraph.layout.hierarchical.mxHierarchicalLayout;
import com.mxgraph.model.mxCell;
import com.mxgraph.swing.mxGraphComponent;
import com.mxgraph.view.mxGraph;
import dfa.framework.AbstractBlock;
import dfa.framework.BlockState;
import dfa.framework.DFAExecution;
import gui.*;
import... | Implementierung/visual-dfa/src/main/java/gui/visualgraph/VisualGraphPanel.java | package gui.visualgraph;
import com.mxgraph.layout.hierarchical.mxHierarchicalLayout;
import com.mxgraph.model.mxCell;
import com.mxgraph.swing.mxGraphComponent;
import com.mxgraph.view.mxGraph;
import dfa.framework.AbstractBlock;
import dfa.framework.BlockState;
import dfa.framework.DFAExecution;
import gui.*;
import... | Scroll by default, horizontal scroll using SHIFT, zoom using ALT
| Implementierung/visual-dfa/src/main/java/gui/visualgraph/VisualGraphPanel.java | Scroll by default, horizontal scroll using SHIFT, zoom using ALT | |
Java | mit | 7c97ba7b426f22e4f948ba2998bdd7157c95e0a6 | 0 | DemigodsRPG/Demigods3 | package com.censoredsoftware.Demigods.Engine.Command;
import org.bukkit.*;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.ConsoleCommandSender;
import org.bukkit.entity.Horse;
import org.bukkit.entity.Player;
import org.b... | src/main/java/com/censoredsoftware/Demigods/Engine/Command/DevelopmentCommands.java | package com.censoredsoftware.Demigods.Engine.Command;
import org.bukkit.*;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.ConsoleCommandSender;
import org.bukkit.entity.Horse;
import org.bukkit.entity.Player;
import org.b... | Make it actually cancel.
| src/main/java/com/censoredsoftware/Demigods/Engine/Command/DevelopmentCommands.java | Make it actually cancel. | |
Java | mit | 56d969dc26da1524b422ebb104cd57ed4021c213 | 0 | davejohnclark/test-context | package com.dc.test.context.junit;
import static java.util.Arrays.asList;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.rules.TestRule;
import org.junit.runner.De... | test-context/src/main/java/com/dc/test/context/junit/ContextRule.java | package com.dc.test.context.junit;
import static java.util.Arrays.asList;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.rules.TestRule;
import org.junit.runner.De... | Add finally block around statement evaluation to ensure after runs | test-context/src/main/java/com/dc/test/context/junit/ContextRule.java | Add finally block around statement evaluation to ensure after runs | |
Java | mit | f7723e341ebcf2e44cd3aac6abf325bd7bfcd5fb | 0 | kaupunki-apina/Peak | package fi.salminen.tomy.peak.util;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowMa... | app/src/main/java/fi/salminen/tomy/peak/util/IconFactory.java | package fi.salminen.tomy.peak.util;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowMa... | Increased threshold for "moving" icon
| app/src/main/java/fi/salminen/tomy/peak/util/IconFactory.java | Increased threshold for "moving" icon | |
Java | epl-1.0 | b060d30dc5c3cc3ac725644cf84d662f1c1eaccc | 0 | SiriusLab/ModelDebugging,SiriusLab/SiriusAnimator,SiriusLab/ModelDebugging,SiriusLab/SiriusAnimator,SiriusLab/SiriusAnimator,SiriusLab/ModelDebugging | package org.gemoc.gemoc_language_workbench.extensions.k3.dsa.impl;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedHashS... | org/gemoc/gemoc_language_workbench/extensions/org.gemoc.gemoc_language_workbench.extensions.k3/src/main/java/org/gemoc/gemoc_language_workbench/extensions/k3/dsa/impl/Kermeta3AspectsCodeExecutor.java | package org.gemoc.gemoc_language_workbench.extensions.k3.dsa.impl;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedHashS... | Adding to the Kermeta3AspectsCodeExecution the
capability to consider multiple aspects per
class in the properties file (required for
PlainK3 to work, since it has visitor +
actions in separate aspects.
| org/gemoc/gemoc_language_workbench/extensions/org.gemoc.gemoc_language_workbench.extensions.k3/src/main/java/org/gemoc/gemoc_language_workbench/extensions/k3/dsa/impl/Kermeta3AspectsCodeExecutor.java | Adding to the Kermeta3AspectsCodeExecution the capability to consider multiple aspects per class in the properties file (required for PlainK3 to work, since it has visitor + actions in separate aspects. | |
Java | mpl-2.0 | 53f7dc68279216b555f666cec64603180b73ee1f | 0 | MozillaCZ/MozStumbler,petercpg/MozStumbler,cascheberg/MozStumbler,MozillaCZ/MozStumbler,priyankvex/MozStumbler,crankycoder/MozStumbler,priyankvex/MozStumbler,crankycoder/MozStumbler,petercpg/MozStumbler,garvankeeley/MozStumbler,garvankeeley/MozStumbler,petercpg/MozStumbler,cascheberg/MozStumbler,priyankvex/MozStumbler,... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.mozstumbler.service.stumblerthread.scanners;
import android.content.Context;
import android.c... | src/org/mozilla/mozstumbler/service/stumblerthread/scanners/GPSScanner.java | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.mozstumbler.service.stumblerthread.scanners;
import android.content.Context;
import android.c... | Added an ACTION_NMEA_RECEIVED intent that is broadcast locally whenever new NMEA data is read in from GPS satellites. This can be used to help check if a GPS location is provided by a MockLocation provider.
| src/org/mozilla/mozstumbler/service/stumblerthread/scanners/GPSScanner.java | Added an ACTION_NMEA_RECEIVED intent that is broadcast locally whenever new NMEA data is read in from GPS satellites. This can be used to help check if a GPS location is provided by a MockLocation provider. | |
Java | agpl-3.0 | f189ede9d2650fda617179e67a1dda8d857ccd1a | 0 | schedulix/schedulix,schedulix/schedulix,schedulix/schedulix,schedulix/schedulix | /*
Copyright (c) 2000-2013 "independIT Integrative Technologies GmbH",
Authors: Ronald Jeninga, Dieter Stubler
schedulix Enterprise Job Scheduling System
independIT Integrative Technologies GmbH [http://www.independit.de]
mailto:contact@independit.de
This file is part of schedulix
schedulix is free software:
you c... | src/server/Server.java | /*
Copyright (c) 2000-2013 "independIT Integrative Technologies GmbH",
Authors: Ronald Jeninga, Dieter Stubler
schedulix Enterprise Job Scheduling System
independIT Integrative Technologies GmbH [http://www.independit.de]
mailto:contact@independit.de
This file is part of schedulix
schedulix is free software:
you c... | corrected indentation
| src/server/Server.java | corrected indentation | |
Java | agpl-3.0 | d2c0b39e238ac8ab2155e03f7db25833b9e9848b | 0 | arenaoftitans/arena-of-titans,arenaoftitans/arena-of-titans,arenaoftitans/arena-of-titans | package dernierelignegameengine;
import java.util.Set;
import java.util.Objects;
/**
* <b>Represents one of the squares on the board.</b>
*
* <div>
* This class describes a square with the following information :
* <ul>
* <li>its coordinates on the board matrix,</li>
* <li>if it is occupied or not,</li>
... | src/dernierelignegameengine/Square.java | package dernierelignegameengine;
import java.util.Set;
import java.util.Objects;
public class Square {
private boolean occupied = false;
public final int x;
public final int y;
public final Color color;
public Square(int x, int y, Color color) {
this.x = x;
this.y = y;
thi... | doc(Square.java): Commenting using the Javadoc convention. | src/dernierelignegameengine/Square.java | doc(Square.java): Commenting using the Javadoc convention. | |
Java | lgpl-2.1 | 63e9ee9e6c83ad735f596c7e37ea10c0cddb76d3 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.web.logic.widget;
/*
* Copyright (C) 2002-2008 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/le... | intermine/web/main/src/org/intermine/web/logic/widget/EnrichmentWidget.java | package org.intermine.web.logic.widget;
/*
* Copyright (C) 2002-2008 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/le... | export the identifier field instead of the name field
Former-commit-id: 735e2964ec1d4e3bfe51646293ed0f6567376f09 | intermine/web/main/src/org/intermine/web/logic/widget/EnrichmentWidget.java | export the identifier field instead of the name field | |
Java | apache-2.0 | 48ab3962a6a8abda274fff3b447243fcc04538d5 | 0 | mafulafunk/wicket,mafulafunk/wicket,mafulafunk/wicket | /*
* 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 ... | wicket-core/src/main/java/org/apache/wicket/markup/html/link/IPageLink.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 ... | Mark IPageLink as deprecated
| wicket-core/src/main/java/org/apache/wicket/markup/html/link/IPageLink.java | Mark IPageLink as deprecated | |
Java | apache-2.0 | 1d71b45d116e1ea85dea03070370f3f9ece16d6a | 0 | linqs/psl,linqs/psl,linqs/psl | /*
* This file is part of the PSL software.
* Copyright 2011-2015 University of Maryland
* Copyright 2013-2019 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... | psl-core/src/main/java/org/linqs/psl/reasoner/sgd/term/SGDObjectiveTerm.java | /*
* This file is part of the PSL software.
* Copyright 2011-2015 University of Maryland
* Copyright 2013-2019 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... | Fixed an issue in SGD terms where a hinge was applied in the wrong place.
| psl-core/src/main/java/org/linqs/psl/reasoner/sgd/term/SGDObjectiveTerm.java | Fixed an issue in SGD terms where a hinge was applied in the wrong place. | |
Java | apache-2.0 | af091694f16279694f403412f43255791638e0e2 | 0 | lampepfl/dotty,lampepfl/dotty,lampepfl/dotty,sjrd/dotty,dotty-staging/dotty,sjrd/dotty,dotty-staging/dotty,som-snytt/dotty,sjrd/dotty,som-snytt/dotty,dotty-staging/dotty,som-snytt/dotty,dotty-staging/dotty,sjrd/dotty,lampepfl/dotty,dotty-staging/dotty,som-snytt/dotty,lampepfl/dotty,sjrd/dotty,som-snytt/dotty | /* sbt -- Simple Build Tool
* Copyright 2008, 2009 Mark Harrah
*/
package xsbt;
import java.util.Optional;
import xsbti.Position;
import xsbti.Severity;
import dotty.tools.*;
import dotty.tools.dotc.*;
import dotty.tools.dotc.interfaces.Diagnostic;
import dotty.tools.dotc.util.SourceFile;
import dotty.tools.dotc.u... | sbt-bridge/src/xsbt/DelegatingReporter.java | /* sbt -- Simple Build Tool
* Copyright 2008, 2009 Mark Harrah
*/
package xsbt;
import java.util.Optional;
import xsbti.Position;
import xsbti.Severity;
import dotty.tools.*;
import dotty.tools.dotc.*;
import dotty.tools.dotc.interfaces.Diagnostic;
import dotty.tools.dotc.util.SourceFile;
import dotty.tools.dotc.u... | Explicit check for existence of file
| sbt-bridge/src/xsbt/DelegatingReporter.java | Explicit check for existence of file | |
Java | apache-2.0 | cf9c1539f2fce03dd9fb4ab4ef63d2b59dd792a2 | 0 | BruceZu/KeepTry,BruceZu/KeepTry,BruceZu/sawdust,BruceZu/sawdust,BruceZu/KeepTry,BruceZu/KeepTry,BruceZu/sawdust,BruceZu/sawdust | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | DataStructuresAndAlgorithmsInJava/src/main/java/charter3/DoublyLinkedList2.java | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | Update addBetween() and delete() in DoublyLinkedList2
| DataStructuresAndAlgorithmsInJava/src/main/java/charter3/DoublyLinkedList2.java | Update addBetween() and delete() in DoublyLinkedList2 | |
Java | apache-2.0 | 1bb4d64da576a115bb0389f9438fa03bffce1809 | 0 | ChrisLMerrill/muse,ChrisLMerrill/muse | package org.museautomation.selenium.values;
import org.museautomation.builtins.value.*;
import org.museautomation.core.*;
import org.museautomation.core.resource.*;
import org.museautomation.core.values.*;
import org.museautomation.core.values.descriptor.*;
import org.museautomation.selenium.*;
import org.openqa.selen... | selenium/src/main/java/org/museautomation/selenium/values/OptionCountSource.java | package org.museautomation.selenium.values;
import org.museautomation.builtins.value.*;
import org.museautomation.core.*;
import org.museautomation.core.events.*;
import org.museautomation.core.resource.*;
import org.museautomation.core.step.*;
import org.museautomation.core.values.*;
import org.museautomation.core.va... | [selenium] MAINT: code cleanup
| selenium/src/main/java/org/museautomation/selenium/values/OptionCountSource.java | [selenium] MAINT: code cleanup | |
Java | apache-2.0 | 29c59221584a5dad5ef434387989f06a1a4d5bcf | 0 | zhenlineo/java-driver,neo4j/neo4j-java-driver,boggle/neo4j-java-driver,neo4j/neo4j-java-driver,neo4j/neo4j-java-driver | /**
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | driver/src/main/java/org/neo4j/driver/internal/connector/socket/SocketClient.java | /**
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | Fix server start failure caused by version negotiation
| driver/src/main/java/org/neo4j/driver/internal/connector/socket/SocketClient.java | Fix server start failure caused by version negotiation | |
Java | apache-2.0 | 12d5b3b619ae0106d945a97e9476f856540556a9 | 0 | Xylus/pinpoint,naver/pinpoint,dawidmalina/pinpoint,KRDeNaT/pinpoint,lioolli/pinpoint,carpedm20/pinpoint,nstopkimsk/pinpoint,jaehong-kim/pinpoint,KRDeNaT/pinpoint,minwoo-jung/pinpoint,cit-lab/pinpoint,87439247/pinpoint,breadval/pinpoint,coupang/pinpoint,Xylus/pinpoint,eBaoTech/pinpoint,majinkai/pinpoint,cijung/pinpoint,... | package com.nhn.pinpoint.collector.dao.hbase;
import static com.nhn.pinpoint.common.hbase.HBaseTables.HOST_APPLICATION_MAP;
import static com.nhn.pinpoint.common.hbase.HBaseTables.HOST_APPLICATION_MAP_CF_MAP;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import com.nhn.pin... | src/main/java/com/nhn/pinpoint/collector/dao/hbase/HbaseHostApplicationMapDao.java | package com.nhn.pinpoint.collector.dao.hbase;
import static com.nhn.pinpoint.common.hbase.HBaseTables.HOST_APPLICATION_MAP;
import static com.nhn.pinpoint.common.hbase.HBaseTables.HOST_APPLICATION_MAP_CF_MAP;
import com.nhn.pinpoint.collector.dao.HostApplicationMapDao;
import com.nhn.pinpoint.collector.util.AcceptedT... | [์ ์น์] [NOBTS] host application map์ ๋งค๋ฒ ์ ์ฅํ์ง ์๋๋ก ํจ.
git-svn-id: fcdbc22eeb3942bcf1f87a5e22a32039e94b88c4@2116 84d0f5b1-2673-498c-a247-62c4ff18d310
| src/main/java/com/nhn/pinpoint/collector/dao/hbase/HbaseHostApplicationMapDao.java | [์ ์น์] [NOBTS] host application map์ ๋งค๋ฒ ์ ์ฅํ์ง ์๋๋ก ํจ. | |
Java | apache-2.0 | 5116933d9418a93941ace8abf4f728a1ca7b00c2 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.admin.monitoring;
import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import static com.yahoo.vespa.model.admin.monitoring.Defau... | config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.admin.monitoring;
import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import static com.yahoo.vespa.model.admin.monitoring.Defau... | Expose more merge bucket related metrics.
| config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java | Expose more merge bucket related metrics. | |
Java | apache-2.0 | 5f778296776fb255da963af73dc168504f62edf5 | 0 | boalang/compiler,boalang/compiler,boalang/compiler,boalang/compiler,boalang/compiler | /*
* Copyright 2016, Hridesh Rajan, Robert Dyer, Hoan Nguyen
* Iowa State University of Science and Technology
* and Bowling Green State University
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | src/java/boa/datagen/scm/AbstractCommit.java | /*
* Copyright 2016, Hridesh Rajan, Robert Dyer, Hoan Nguyen
* Iowa State University of Science and Technology
* and Bowling Green State University
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | suppress deprecation warnings on the AST flags
| src/java/boa/datagen/scm/AbstractCommit.java | suppress deprecation warnings on the AST flags | |
Java | apache-2.0 | 7d2330ac36355b8ae08b9c21ef05cab8c2fca2d1 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.idea.devkit.testAssistant;
import com.intellij.codeInsight.AnnotationUtil;
import com.intellij.execution.Location;
import com.intellij.execution.junit.JUnit... | plugins/devkit/devkit-core/src/testAssistant/NavigateToTestDataAction.java | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.idea.devkit.testAssistant;
import com.intellij.codeInsight.AnnotationUtil;
import com.intellij.execution.Location;
import com.intellij.execution.junit.JUnit... | tests view: hide "Navigate to Test Data" from popup
anyway, it can be available for IDEA's tests only
GitOrigin-RevId: 9c80cb6d8bfe266e7dd34074fd512a24fb39dc37
| plugins/devkit/devkit-core/src/testAssistant/NavigateToTestDataAction.java | tests view: hide "Navigate to Test Data" from popup | |
Java | apache-2.0 | 51be288707ea7e82a1428964a75c3f414de68089 | 0 | Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck | /*
* Copyright (C) 2004 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 d... | src/org/ensembl/healthcheck/testcase/generic/LRG.java | /*
* Copyright (C) 2004 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 d... | Don't run on Vega databases.
| src/org/ensembl/healthcheck/testcase/generic/LRG.java | Don't run on Vega databases. | |
Java | apache-2.0 | 7c8283f6542b1045377e88566d363b4c2c83088b | 0 | androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,Androi... | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | v17/leanback/src/android/support/v17/leanback/widget/SearchBar.java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | Internal speech recognizer fixes.
- when SearchFragment pauses or SearchBar is detached, stop recognition
to release audio focus
- when audio focus is stolen, abort speech recognition
b/18194568
Change-Id: I31963f27886c909df25f0fb29a5f728697e8462f
| v17/leanback/src/android/support/v17/leanback/widget/SearchBar.java | Internal speech recognizer fixes. | |
Java | apache-2.0 | 0d917bea4df6c1e1e76dfaf01d6a2a9a80f56f47 | 0 | subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/base,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai | package io.subutai.core.hubmanager.impl.requestor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.subutai.common.command.CommandException;
import io.subutai.common.peer.ContainerHost;
import io.subutai.common.peer.ResourceHost;
import io.subutai.common.settings.Common;
import io.subutai.core.des... | management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/requestor/ContainerEventProcessor.java | package io.subutai.core.hubmanager.impl.requestor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.subutai.common.command.CommandException;
import io.subutai.common.peer.ContainerHost;
import io.subutai.common.peer.ResourceHost;
import io.subutai.common.settings.Common;
import io.subutai.core.des... | #2340: save desktop info cache after sending data to Bazaar
| management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/requestor/ContainerEventProcessor.java | #2340: save desktop info cache after sending data to Bazaar | |
Java | apache-2.0 | d25c4ed71f33725ac2182abb5d36c9d5307a62cd | 0 | wbond/subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,wbond/subversion,wbond/subversion | /**
* @copyright
* ====================================================================
* Licensed to the Subversion Corporation (SVN Corp.) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership.... | subversion/bindings/javahl/tests/org/tigris/subversion/javahl/BasicTests.java | /**
* @copyright
* ====================================================================
* Licensed to the Subversion Corporation (SVN Corp.) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership.... | JavaHL: Adjust expectations for test of property diff output.
[ in subversion/bindings/javahl/ ]
* tests/org/tigris/subversion/javahl/BasicTests.java:
(testDiff): property diffs now show in unidiff output format.
git-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@878705 13f79535-47bb-0310-9956-ffa450edef68
| subversion/bindings/javahl/tests/org/tigris/subversion/javahl/BasicTests.java | JavaHL: Adjust expectations for test of property diff output. | |
Java | apache-2.0 | 72ea82ace11b2eb0bafce079dc79dc9616aebb22 | 0 | gradle/gradle,gstevey/gradle,lsmaira/gradle,lsmaira/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gstevey/gradle,gradle/gradle,gstevey/gradle,gstevey/gradle,blindpirate/gradle,gstevey/gradle,lsmaira/gradle,lsmaira/gradle,robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/grad... | /*
* Copyright 2013 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/resolveengine/store/ResolutionResultsStoreFactory.java | /*
* Copyright 2013 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... | Small refactoring, lazily create the caches.
(cherry picked from commit 853fa39)
| subprojects/core-impl/src/main/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/store/ResolutionResultsStoreFactory.java | Small refactoring, lazily create the caches. (cherry picked from commit 853fa39) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.