lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | mit | error: pathspec 'src/main/java/leetcode/Problem354.java' did not match any file(s) known to git
| 73248344d82c2bfd0fcb558e288b88cad1312916 | 1 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
/**
* https://leetcode.com/problems/russian-doll-envelopes/
*/
public class Problem354 {
public int maxEnvelopes(int[][] envelopes) {
// TODO
return 0;
}
public static void main(String[] args) {
Problem354 prob = new Problem354();
System.out.println(prob... | src/main/java/leetcode/Problem354.java | Skeleton for problem 354
| src/main/java/leetcode/Problem354.java | Skeleton for problem 354 | |
Java | mit | error: pathspec 'src/prove/CopyElemFromArrayToArrays.java' did not match any file(s) known to git
| 43d0acb28736f4ca7c9ceaed2f7661ad34175f29 | 1 | persey86/my_study | package prove;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* Created by Anastasia on 13.09.2016.
*/
public class CopyElemFromArrayToArrays
{
public static void main(String[] args) throws Exception
{
BufferedReader rs = new BufferedReader(new InputStreamReader(System.in));
... | src/prove/CopyElemFromArrayToArrays.java | There were created method which may copy definites elements from any array to others arrays
| src/prove/CopyElemFromArrayToArrays.java | There were created method which may copy definites elements from any array to others arrays | |
Java | mit | error: pathspec 'standingordersystem/OrderEntrySystem.java' did not match any file(s) known to git
| 4fe36733d7e46a8ed93df107e7635a6b2a5911ec | 1 | youldash/NCCC,youldash/NCCC | /**
* @author Mustafa Youldash <mmyouldash@uqu.edu.sa>.
* @copyright (c) 2016 Umm Al-Qura University. 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 mus... | standingordersystem/OrderEntrySystem.java | Java class added.
Java class added.
| standingordersystem/OrderEntrySystem.java | Java class added. | |
Java | mit | error: pathspec 'Gapful_numbers/Java/src/GapfulNumbers.java' did not match any file(s) known to git
| ddd41717dfab9e4d2a905c89d902b5cf4e3719f6 | 1 | ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta,ncoe/rosetta | import java.util.List;
public class GapfulNumbers {
private static String commatize(long n) {
StringBuilder sb = new StringBuilder(Long.toString(n));
int le = sb.length();
for (int i = le - 3; i >= 1; i -= 3) {
sb.insert(i, ',');
}
return sb.toString();
}
... | Gapful_numbers/Java/src/GapfulNumbers.java | Added solution to the gapful numbers problem using java
| Gapful_numbers/Java/src/GapfulNumbers.java | Added solution to the gapful numbers problem using java | |
Java | mit | error: pathspec 'ctci/ed6/arrays-and-strings/ZeroMatrix.java' did not match any file(s) known to git
| 456f6db9ed6b18368398c93b86a0bf0c70e76e87 | 1 | vmaudgalya/misc | import java.util.List;
import java.util.ArrayList;
public class ZeroMatrix {
public static int[][] zeroMatrix(int[][] matrix) {
if (matrix == null) {
return null;
}
int rows = matrix.length;
int columns = matrix[0].length;
int[] rowNums = new int[rows];
int[] colNums = new int[colum... | ctci/ed6/arrays-and-strings/ZeroMatrix.java | bruteforce for ZeroMatrix
| ctci/ed6/arrays-and-strings/ZeroMatrix.java | bruteforce for ZeroMatrix | |
Java | mit | error: pathspec 'src/com/aopphp/go/parser/PointcutLexer.java' did not match any file(s) known to git
| 81e1f4ea9710ab83706b48010424e3da2a2a1ff8 | 1 | goaop/idea-plugin | /* The following code was generated by JFlex 1.4.3 on 08.05.15 9:48 */
package com.aopphp.go.parser;
import com.intellij.lexer.*;
import com.intellij.psi.tree.IElementType;
import static com.aopphp.go.psi.PointcutTypes.*;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.4.3
... | src/com/aopphp/go/parser/PointcutLexer.java | Add generated lexer
| src/com/aopphp/go/parser/PointcutLexer.java | Add generated lexer | |
Java | mit | error: pathspec 'src/test/java/me/coley/recaf/InputTest.java' did not match any file(s) known to git
| 4ebb70047a968d12b8afcd27fe98dd34031e1a9c | 1 | Col-E/Recaf,Col-E/Recaf | package me.coley.recaf;
import me.coley.event.Bus;
import me.coley.recaf.event.ClassRenameEvent;
import me.coley.recaf.event.MethodRenameEvent;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.objectweb.asm.tree.ClassNode;
import org.objectweb.asm.tree.MethodNode;
import java.io.... | src/test/java/me/coley/recaf/InputTest.java | Unit tests for Input
| src/test/java/me/coley/recaf/InputTest.java | Unit tests for Input | |
Java | mit | error: pathspec 'InfiniteHouseOfPancakes/InfiniteHouseOfPancakes.java' did not match any file(s) known to git
| ae59d14594169a19250c79a675174bf3d8ff5a90 | 1 | Nearsoft/google-code-jam,Nearsoft/google-code-jam,Nearsoft/google-code-jam,Nearsoft/google-code-jam,Nearsoft/google-code-jam,Nearsoft/google-code-jam,Nearsoft/google-code-jam | import java.io.*;
import java.util.*;
import java.io.PrintWriter;
public class InfiniteHouseOfPancakes{
int minutes = 0;
public static void main(String arg[]){
new InfiniteHouseOfPancakes();
}
public InfiniteHouseOfPancakes(){
WriteFile("small-output.txt",outputString("B-small-practice.in"));
WriteFile("lar... | InfiniteHouseOfPancakes/InfiniteHouseOfPancakes.java | Se construye repo para hacer PR
| InfiniteHouseOfPancakes/InfiniteHouseOfPancakes.java | Se construye repo para hacer PR | |
Java | mit | error: pathspec 'src/main/java/com/tree_bit/rcdl/blocks/SingleInstanceSet.java' did not match any file(s) known to git
| 71c64b4cb20b272edb1b60987e3fe8aeee6479b2 | 1 | ssauermann/BlockAPI | package com.tree_bit.rcdl.blocks;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
final class SingleInstanceSet<E> implements Set<E> {
private Map<... | src/main/java/com/tree_bit/rcdl/blocks/SingleInstanceSet.java | + Beginning implementation of a single instance set.
| src/main/java/com/tree_bit/rcdl/blocks/SingleInstanceSet.java | + Beginning implementation of a single instance set. | |
Java | mit | error: pathspec 'Problems/Array/medium/870_advantage_shuffle/AdvantageShuffle.java' did not match any file(s) known to git
| b3b4300d95c63eb6652a0493572cd6ab1d6d138d | 1 | Tao-Oak/LeetCodeProblems,Tao-Oak/LeetCodeProblems | //
// Created by Joshua.Cao, 2018/11/01
//
// https://leetcode.com/problems/advantage-shuffle/
//
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
/*
* Given two arrays A and B of equal size, the advantage of A with ... | Problems/Array/medium/870_advantage_shuffle/AdvantageShuffle.java | 870 advantage shuffle
| Problems/Array/medium/870_advantage_shuffle/AdvantageShuffle.java | 870 advantage shuffle | |
Java | mit | error: pathspec 'src/modules/hellomodulesusingnonmodlib/src/hmod1lib/module-info.java' did not match any file(s) known to git
| d800e13fa721b32ae17299e56dcb35b760cb7a3f | 1 | jbannick/hellokata-java,jbannick/hellokata-java | module hmod1lib {
requires eventbus;
}
| src/modules/hellomodulesusingnonmodlib/src/hmod1lib/module-info.java | Create module-info.java | src/modules/hellomodulesusingnonmodlib/src/hmod1lib/module-info.java | Create module-info.java | |
Java | mit | error: pathspec 'src/main/java/io/github/thatsmusic99/headsplus/config/ConfigHeadsSelector.java' did not match any file(s) known to git
| 73d326ad3ede21adbc9b0dbfb22274907a6f9300 | 1 | Thatsmusic99/HeadsPlus | package io.github.thatsmusic99.headsplus.config;
public class ConfigHeadsSelector extends FeatureConfig {
public ConfigHeadsSelector() {
super("heads-selector");
}
@Override
public boolean shouldLoad() {
return false;
}
@Override
public void loadDefaults() {
}
}
| src/main/java/io/github/thatsmusic99/headsplus/config/ConfigHeadsSelector.java | Create ConfigHeadsSelector.java
| src/main/java/io/github/thatsmusic99/headsplus/config/ConfigHeadsSelector.java | Create ConfigHeadsSelector.java | |
Java | mit | error: pathspec 'src/test/java/net/yeputons/cscenter/dbfall2013/engines/HashTrieCompactingTest.java' did not match any file(s) known to git
| cc32f3007b243ffb762eeb4e25d3029c292e3c71 | 1 | yeputons/DbFall2013 | package net.yeputons.cscenter.dbfall2013.engines;
import net.yeputons.cscenter.dbfall2013.engines.hashtrie.HashTrieEngine;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.HashMap;
import java.... | src/test/java/net/yeputons/cscenter/dbfall2013/engines/HashTrieCompactingTest.java | HashTrieCompactingTest was added
| src/test/java/net/yeputons/cscenter/dbfall2013/engines/HashTrieCompactingTest.java | HashTrieCompactingTest was added | |
Java | mpl-2.0 | 87c39dfc77e104c6e4d6ca6f90329de0d38a4ce4 | 0 | msokolov/lux,coyotesqrl/lux,msokolov/lux | package lux;
import static org.junit.Assert.assertEquals;
import java.util.Iterator;
import lux.api.LuxException;
import lux.api.QueryStats;
import lux.api.ResultSet;
import lux.api.ValueType;
import lux.index.XmlIndexer;
import lux.saxon.Expandifier;
import lux.saxon.Saxon;
import lux.saxon.SaxonExpr;
import lux.xq... | src/test/java/lux/SearchQueryTest.java | package lux;
import static org.junit.Assert.assertEquals;
import java.util.Iterator;
import lux.api.LuxException;
import lux.api.ResultSet;
import lux.api.ValueType;
import lux.index.XmlIndexer;
import lux.saxon.Saxon;
import lux.saxon.SaxonExpr;
import lux.saxon.UnOptimizer;
import lux.xpath.AbstractExpression;
imp... | changed test to report comparative timings
git-svn-id: 70ea2e2438545e53c1a57116d9bc498ccdd9cff9@1176 d2cdb213-60f8-4f1b-b4b2-f6b941818144
| src/test/java/lux/SearchQueryTest.java | changed test to report comparative timings | |
Java | agpl-3.0 | error: pathspec 'jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java' did not match any file(s) known to git
| 01f34bf2d4aff2d834196a61bcbf730bde2b145e | 1 | imam-san/jPOS-1,alcarraz/jPOS,barspi/jPOS,sebastianpacheco/jPOS,alcarraz/jPOS,jpos/jPOS,fayezasar/jPOS,c0deh4xor/jPOS,barspi/jPOS,bharavi/jPOS,jpos/jPOS,bharavi/jPOS,jpos/jPOS,yinheli/jPOS,alcarraz/jPOS,chhil/jPOS,poynt/jPOS,imam-san/jPOS-1,c0deh4xor/jPOS,poynt/jPOS,yinheli/jPOS,fayezasar/jPOS,imam-san/jPOS-1,sebastian... | /*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2011 Alejandro P. Revilla
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your ... | jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java | Added IFB_LLLHNUM Field Packager
| jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java | Added IFB_LLLHNUM Field Packager | |
Java | agpl-3.0 | error: pathspec 'common/src/main/java/bisq/common/util/ReflectionUtils.java' did not match any file(s) known to git
| 32ed7ac4060cb050f782cf745054bb4fd54ced25 | 1 | bitsquare/bitsquare,bitsquare/bitsquare,bisq-network/exchange,bisq-network/exchange | /*
* This file is part of Bisq.
*
* Bisq is free software: you can redistribute it and/or modify it
* under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | common/src/main/java/bisq/common/util/ReflectionUtils.java | Add ReflectionUtils to common.util pkg
This class will aid the api's (create) PaymentAccount json form
serialization/de-serialization.
| common/src/main/java/bisq/common/util/ReflectionUtils.java | Add ReflectionUtils to common.util pkg | |
Java | lgpl-2.1 | fdb2e9a80c70e2da6a2d7e5fa1acecdbc3a90620 | 0 | alisdev/dss,openlimit-signcubes/dss,zsoltii/dss,zsoltii/dss,openlimit-signcubes/dss,alisdev/dss,esig/dss,esig/dss | /**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public... | dss-spi/src/main/java/eu/europa/esig/dss/client/http/NativeHTTPDataLoader.java | /**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public... | DSS-1227 : Use of OnlineTSPSource does not shutdown ExecutorService
| dss-spi/src/main/java/eu/europa/esig/dss/client/http/NativeHTTPDataLoader.java | DSS-1227 : Use of OnlineTSPSource does not shutdown ExecutorService | |
Java | lgpl-2.1 | error: pathspec 'src/org/biojava/bio/symbol/PackedDnaSymbolList.java' did not match any file(s) known to git
| b7de8892185213f48ad7c49e2770453482b771b9 | 1 | sbliven/biojava,sbliven/biojava,sbliven/biojava | /*
* BioJava development code
*
* 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. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... | src/org/biojava/bio/symbol/PackedDnaSymbolList.java | initial version by David Huen. Requires FullDNAAlphabetIndex.java too
git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@1700 7c6358e6-4a41-0410-a743-a5b2a554c398
| src/org/biojava/bio/symbol/PackedDnaSymbolList.java | initial version by David Huen. Requires FullDNAAlphabetIndex.java too | |
Java | lgpl-2.1 | error: pathspec 'src/java/com/threerings/util/StreamableHashIntMap.java' did not match any file(s) known to git
| f0628cfeac946ca1bf5aec27186357416fdde1fe | 1 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id: StreamableHashIntMap.java,v 1.1 2003/02/18 03:01:16 mdb Exp $
package com.threerings.util;
import java.io.IOException;
import java.util.Iterator;
import com.samskivert.util.HashIntMap;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Stream... | src/java/com/threerings/util/StreamableHashIntMap.java | A streamable hash int map; whee!
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@2283 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/util/StreamableHashIntMap.java | A streamable hash int map; whee! | |
Java | lgpl-2.1 | error: pathspec 'src/test/org/jdesktop/swingx/treetable/TreeTableModelIssues.java' did not match any file(s) known to git
| 9658aa7ac13eb5a6b75170cde446aee94e019a2a | 1 | trejkaz/swingx,trejkaz/swingx,tmyroadctfig/swingx,krichter722/swingx,krichter722/swingx | /*
* Created on 13.12.2005
*
*/
package org.jdesktop.swingx.treetable;
import java.util.logging.Logger;
import junit.framework.TestCase;
public class TreeTableModelIssues extends TestCase {
private static final Logger LOG = Logger
.getLogger(TreeTableModelIssues.class.getName());
/**
* Issue... | src/test/org/jdesktop/swingx/treetable/TreeTableModelIssues.java | Issue number: #218-swingx
TreeTableModel impl break type contract
added test TreeTableModelIssues to expose
git-svn-id: 9c6ef37dfd7eaa5a3748af7ba0f8d9e7b67c2a4c@662 1312f61e-266d-0410-97fa-c3b71232c9ac
| src/test/org/jdesktop/swingx/treetable/TreeTableModelIssues.java | Issue number: #218-swingx | |
Java | lgpl-2.1 | error: pathspec 'LGPL/CommonSoftware/acsalarmidl/ws/src/alma/acs/alarmsystem/acsimpl/AcsAlarmSystem.java' did not match any file(s) known to git
| 26de175a4f9f477118e67d22b79f9ff193de65a5 | 1 | ACS-Community/ACS,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,csrg-utfsm/acscb,ACS-Community/ACS,ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,csrg-utfsm/acscb,csrg-utfsm/acscb,csrg-utfsm/acscb,csrg-utfsm/acscb,ACS... | /*
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2009
* 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/acsalarmidl/ws/src/alma/acs/alarmsystem/acsimpl/AcsAlarmSystem.java | Moved here from laser-core and customized
ACS alarm service implementation
git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@111252 523d945c-050c-4681-91ec-863ad3bb968a
| LGPL/CommonSoftware/acsalarmidl/ws/src/alma/acs/alarmsystem/acsimpl/AcsAlarmSystem.java | Moved here from laser-core and customized ACS alarm service implementation | |
Java | lgpl-2.1 | error: pathspec 'languagetool-dev/src/main/java/org/languagetool/dev/bigdata/ConfusionSetFileFormatter.java' did not match any file(s) known to git
| 6ed3062bf16c934dacfe39924d87f33e64432648 | 1 | languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool | /* LanguageTool, a natural language style checker
* Copyright (C) 2020 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.... | languagetool-dev/src/main/java/org/languagetool/dev/bigdata/ConfusionSetFileFormatter.java | simple script to reformat confusion_sets.txt
| languagetool-dev/src/main/java/org/languagetool/dev/bigdata/ConfusionSetFileFormatter.java | simple script to reformat confusion_sets.txt | |
Java | apache-2.0 | d4f23d21bd7b0e533d697d3c198c84b065618eef | 0 | TheRealRasu/arx,kbabioch/arx,RaffaelBild/arx,kentoa/arx,jgaupp/arx,RaffaelBild/arx,bitraten/arx,TheRealRasu/arx,kentoa/arx,tijanat/arx,arx-deidentifier/arx,bitraten/arx,kbabioch/arx,COWYARD/arx,tijanat/arx,fstahnke/arx,fstahnke/arx,jgaupp/arx,COWYARD/arx,arx-deidentifier/arx | /*
* ARX: Efficient, Stable and Optimal Data Anonymization
* Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3... | src/test/org/deidentifier/arx/test/TestIllegalArguments.java | /*
* ARX: Efficient, Stable and Optimal Data Anonymization
* Copyright (C) 2012 - 2014 Florian Kohlmayer, Fabian Prasser
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3... | Cleanups | src/test/org/deidentifier/arx/test/TestIllegalArguments.java | Cleanups | |
Java | apache-2.0 | 98372d8c65da69272093d0879059667cd40489f4 | 0 | lemib/maps-app-android,kubaszostak/maps-app-android,shellygill/maps-app-android,Esri/maps-app-android | /* Copyright 1995-2014 Esri
*
* 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 writin... | maps-app/src/com/esri/android/mapsapp/MapsAppActivity.java | /* Copyright 1995-2014 Esri
*
* 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 writin... | added My Maps item to navigation drawer | maps-app/src/com/esri/android/mapsapp/MapsAppActivity.java | added My Maps item to navigation drawer | |
Java | apache-2.0 | 9127b874244c77d32fda5c1ff0826ec7a5647d21 | 0 | soygul/nbusy-android,nbusy/nbusy-android | package com.nbusy.app;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.StrictMo... | app/src/main/java/com/nbusy/app/MessageListActivity.java | package com.nbusy.app;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.StrictMo... | tidyup
| app/src/main/java/com/nbusy/app/MessageListActivity.java | tidyup | |
Java | apache-2.0 | f295829d13c3a6020d8effe8f1ddef0ee8ce1709 | 0 | cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba,dimone-kun/cuba | /*
* Copyright (c) 2008-2016 Haulmont.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | modules/web-toolkit/src/com/haulmont/cuba/web/toolkit/ui/client/combobox/CubaComboBoxWidget.java | /*
* Copyright (c) 2008-2016 Haulmont.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | PL-10434 NewOptionHandler on LookupField is not fired when focus changed through mouse click
| modules/web-toolkit/src/com/haulmont/cuba/web/toolkit/ui/client/combobox/CubaComboBoxWidget.java | PL-10434 NewOptionHandler on LookupField is not fired when focus changed through mouse click | |
Java | apache-2.0 | 111056e4e88749612c9ecf9cb9552a9ca822486b | 0 | salguarnieri/intellij-community,fnouama/intellij-community,Lekanich/intellij-community,pwoodworth/intellij-community,alphafoobar/intellij-community,dslomov/intellij-community,vvv1559/intellij-community,lucafavatella/intellij-community,diorcety/intellij-community,vladmm/intellij-community,FHannes/intellij-community,pett... | /*
* 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... | plugins/coverage/src/com/intellij/coverage/PackageAnnotator.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... | run coverage findClass in smart mode (EA-66153 - INRE)
| plugins/coverage/src/com/intellij/coverage/PackageAnnotator.java | run coverage findClass in smart mode (EA-66153 - INRE) | |
Java | apache-2.0 | 120191aaa133317548e4bc1f4efbcc39c94c007c | 0 | ThiagoGarciaAlves/intellij-community,signed/intellij-community,ThiagoGarciaAlves/intellij-community,semonte/intellij-community,idea4bsd/idea4bsd,hurricup/intellij-community,michaelgallacher/intellij-community,mglukhikh/intellij-community,da1z/intellij-community,FHannes/intellij-community,apixandru/intellij-community,fi... | package com.jetbrains.edu.learning.stepic;
import com.intellij.ide.AppLifecycleListener;
import com.intellij.notification.Notification;
import com.intellij.notification.NotificationType;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij... | python/educational-core/student/src/com/jetbrains/edu/learning/stepic/EduStepicUpdater.java | package com.jetbrains.edu.learning.stepic;
import com.intellij.ide.AppLifecycleListener;
import com.intellij.notification.Notification;
import com.intellij.notification.NotificationType;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij... | remove notification about courses on application setup
| python/educational-core/student/src/com/jetbrains/edu/learning/stepic/EduStepicUpdater.java | remove notification about courses on application setup | |
Java | apache-2.0 | 7219072c8e8efbc34507fbb63ef12f21f97a2c51 | 0 | caot/intellij-community,ol-loginov/intellij-community,petteyg/intellij-community,supersven/intellij-community,suncycheng/intellij-community,mglukhikh/intellij-community,youdonghai/intellij-community,da1z/intellij-community,alphafoobar/intellij-community,asedunov/intellij-community,slisson/intellij-community,robovm/robo... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/testRunner/src/com/intellij/execution/testframework/actions/ViewAssertEqualsDiffAction.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... | tests diff: ensure that only providers from leafs are collected, so the same provider appears only one in view
| platform/testRunner/src/com/intellij/execution/testframework/actions/ViewAssertEqualsDiffAction.java | tests diff: ensure that only providers from leafs are collected, so the same provider appears only one in view | |
Java | apache-2.0 | 8f66939714ed8e73aed50720118415d2f265da25 | 0 | vineetk1/yodaqa,Martinfx/yodaqa,vineetk1/yodaqa,Martinfx/yodaqa,vineetk1/yodaqa,Martinfx/yodaqa,Martinfx/yodaqa,Martinfx/yodaqa,Martinfx/yodaqa,vineetk1/yodaqa,vineetk1/yodaqa,vineetk1/yodaqa | package cz.brmlab.yodaqa;
import cz.brmlab.yodaqa.analysis.question.QuestionAnalysisAE;
import cz.brmlab.yodaqa.flow.MultiCASPipeline;
import cz.brmlab.yodaqa.flow.asb.ParallelEngineFactory;
import cz.brmlab.yodaqa.io.collection.JSONQuestionReader;
import cz.brmlab.yodaqa.io.collection.TSVQuestionReader;
import cz.brm... | src/main/java/cz/brmlab/yodaqa/QuestionDump.java | package cz.brmlab.yodaqa;
import cz.brmlab.yodaqa.analysis.question.QuestionAnalysisAE;
import cz.brmlab.yodaqa.flow.MultiCASPipeline;
import cz.brmlab.yodaqa.flow.asb.ParallelEngineFactory;
import cz.brmlab.yodaqa.io.collection.TSVQuestionReader;
import cz.brmlab.yodaqa.io.debug.QuestionPrinter;
import org.apache.uim... | questiondump reads json instead of tsv
| src/main/java/cz/brmlab/yodaqa/QuestionDump.java | questiondump reads json instead of tsv | |
Java | apache-2.0 | 3c9e508762e6e0d7de096e9b5dc15bdae4a3ea39 | 0 | ananthc/apex-malhar,yogidevendra/apex-malhar,sandeep-n/incubator-apex-malhar,chinmaykolhatkar/incubator-apex-malhar,apache/incubator-apex-malhar,prasannapramod/apex-malhar,patilvikram/apex-malhar,DataTorrent/incubator-apex-malhar,davidyan74/apex-malhar,yogidevendra/incubator-apex-malhar,vrozov/incubator-apex-malhar,tru... | /**
* Copyright (c) 2012-2012 Malhar, Inc.
* All rights reserved.
*
*/
/**
* <b>com.malhartech.lib.math</b> is a library of arithmetic modules for reuse<p>
* <br>
* <br>The modules are<br>
* <b>{@link com.malhartech.lib.math.ArithmeticMargin}</b>: For every window computes margins of sums of values o... | library/src/main/java/com/malhartech/lib/math/package-info.java | /**
* Copyright (c) 2012-2012 Malhar, Inc.
* All rights reserved.
*
*/
/**
* <b>com.malhartech.lib.math</b> is a library of arithmetic modules for reuse<p>
* <br>
* <br>The modules are<br>
* <b>{@link com.malhartech.lib.math.ArithmeticMargin}</b>: For every window computes margins of sums of values o... | Added more info
| library/src/main/java/com/malhartech/lib/math/package-info.java | Added more info | |
Java | apache-2.0 | error: pathspec 'share/classes/mjava/lang/MString.java' did not match any file(s) known to git
| 4259f361745e79eecc7011957f26372d9dc3a56f | 1 | EndlessCheng/OpenJDK-7u4-analysis,EndlessCheng/OpenJDK-7u4-analysis | package mjava.lang;
public final class MString {
/** 我们需要一个存储空间 */
private final char[] value;
/** 保存字符串长度,一经初始化便不会改变 */
private final int count;
public MString() {
// http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html#jvms-6.5.newarray
this.value = new char[0];
this.count = 0;
}
public M... | share/classes/mjava/lang/MString.java | Create MString.java
实现MString类的构造方法。 | share/classes/mjava/lang/MString.java | Create MString.java | |
Java | apache-2.0 | error: pathspec 'src/test/java/core/genome/GenomeTest.java' did not match any file(s) known to git
| cacd86e659f108768a8301357b748f176691229e | 1 | ProgrammingLife2016/PL4-2016 | package core.genome;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Test suite for the Genome class.
*
* @author Niels Warnars
*/
public class GenomeTest {
Genome g;
@Before
public void setUp() {
g = new Genome();
}
/**
* Test case for t... | src/test/java/core/genome/GenomeTest.java | Added test cases for the Genome class.
| src/test/java/core/genome/GenomeTest.java | Added test cases for the Genome class. | |
Java | apache-2.0 | error: pathspec 'Java/JUnit/00_Test_Normal/HolaMundoTest.java' did not match any file(s) known to git
| 247d66c72f970e19a57d80de3ce283a18c6b487e | 1 | CarlosIribarren/Ejemplos-Examples,CarlosIribarren/Ejemplos-Examples,CarlosIribarren/Ejemplos-Examples,CarlosIribarren/Ejemplos-Examples,CarlosIribarren/Ejemplos-Examples,CarlosIribarren/Ejemplos-Examples | package net.izfe.g210.hgfzergabidea.modelos.modelo048.ejercicio2014.core.beans;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class HolaMundoTest {
@Test
public void testMethod()
{
//Test normal
}
@Test(timeou... | Java/JUnit/00_Test_Normal/HolaMundoTest.java | Añadido ejemplo de HolaMundo para JUNit.
| Java/JUnit/00_Test_Normal/HolaMundoTest.java | Añadido ejemplo de HolaMundo para JUNit. | |
Java | apache-2.0 | error: pathspec 'test/com/opera/core/systems/OperaActionTest.java' did not match any file(s) known to git
| 804be11f485c8a1151757bc96cdb74836117dd68 | 1 | operasoftware/operaprestodriver,operasoftware/operaprestodriver,operasoftware/operaprestodriver | package com.opera.core.systems;
import org.junit.Assert;
import org.junit.Test;
public class OperaActionTest extends TestBase {
@Test(expected=org.openqa.selenium.WebDriverException.class)
public void testDoesntExist() throws Exception {
driver.operaAction("this action does exist");
}
// FIXME does not ... | test/com/opera/core/systems/OperaActionTest.java | Add tests for operaAction
| test/com/opera/core/systems/OperaActionTest.java | Add tests for operaAction | |
Java | apache-2.0 | error: pathspec 'src/org/netmelody/cii/monitor/JobStatusScanner.java' did not match any file(s) known to git
| 7fee91029f91278da08baa79406e8615caba1006 | 1 | MaltheFriisberg/CiEyeWork,MaltheFriisberg/CiEyeWork,MaltheFriisberg/CiEyeWork,netmelody/ci-eye,MaltheFriisberg/CiEyeWork,MaltheFriisberg/CIE,netmelody/ci-eye,MaltheFriisberg/CIE,netmelody/ci-eye,MaltheFriisberg/CIE,netmelody/ci-eye,MaltheFriisberg/CIE | package org.netmelody.cii.monitor;
public final class JobStatusScanner {
}
| src/org/netmelody/cii/monitor/JobStatusScanner.java | add scanner
| src/org/netmelody/cii/monitor/JobStatusScanner.java | add scanner | |
Java | apache-2.0 | error: pathspec 'chapter_003/Find/src/main/java/ru/nivanov/Param.java' did not match any file(s) known to git
| 543cfca1c037ce1c827be1a709fb7a94dddf97f6 | 1 | Piterski72/Java-a-to-z,Piterski72/Java-a-to-z,Piterski72/Java-a-to-z | package ru.nivanov;
/**
* Created by Nikolay Ivanov on 20.02.2017.
*/
class Param {
private static final int THREE = 3;
private static final int FOUR = 4;
private static final int FIVE = 5;
private static final int SIX = 6;
private final String[] value;
/**
* Constructor for param.
... | chapter_003/Find/src/main/java/ru/nivanov/Param.java | restored afted system crash
| chapter_003/Find/src/main/java/ru/nivanov/Param.java | restored afted system crash | |
Java | apache-2.0 | error: pathspec 'src/main/java/io/reactivex/subjects/ReplaySubject.java' did not match any file(s) known to git
| 1c1839a125043839e61d30dc6dee262139943709 | 1 | akarnokd/RxJava,NiteshKant/RxJava,AttwellBrian/RxJava,artem-zinnatullin/RxJava,spoon-bot/RxJava,reactivex/rxjava,ReactiveX/RxJava,AttwellBrian/RxJava,NiteshKant/RxJava,ReactiveX/RxJava,artem-zinnatullin/RxJava,spoon-bot/RxJava,reactivex/rxjava,benjchristensen/RxJava,akarnokd/RxJava | /**
* Copyright 2015 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | src/main/java/io/reactivex/subjects/ReplaySubject.java | ReplaySubject
Has full backpressure support (replays as many elements as requested). | src/main/java/io/reactivex/subjects/ReplaySubject.java | ReplaySubject | |
Java | apache-2.0 | error: pathspec 'com/planet_ink/coffee_mud/Abilities/Druid/Chant_Grapevine.java' did not match any file(s) known to git
| 2120e20782bbcc21804cbc7a41761d4bcfa21119 | 1 | sfunk1x/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,Ty... | package com.planet_ink.coffee_mud.Abilities.Druid;
public class Chant_Grapevine
{
}
| com/planet_ink/coffee_mud/Abilities/Druid/Chant_Grapevine.java |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@2336 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Druid/Chant_Grapevine.java | ||
Java | apache-2.0 | error: pathspec 'src/test/java/com/mediamath/terminalone/ReportingMockTest.java' did not match any file(s) known to git
| 8a46441baefeaef114f572e3afe8d77108aa3052 | 1 | MediaMath/t1-java,MediaMath/t1-java | package com.mediamath.terminalone;
import static org.junit.Assert.assertNotNull;
import java.io.InputStream;
import java.util.Properties;
import javax.ws.rs.core.Form;
import javax.ws.rs.core.Response;
import org.junit.After;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.... | src/test/java/com/mediamath/terminalone/ReportingMockTest.java | Response Mock Test initial commit. | src/test/java/com/mediamath/terminalone/ReportingMockTest.java | Response Mock Test initial commit. | |
Java | apache-2.0 | error: pathspec 'src/main/java/org/jamesframework/core/search/cache/MoveCache.java' did not match any file(s) known to git
| 07868a6407533cb316f6e36deed78cd09d822cfc | 1 | hdbeukel/james-core,hdbeukel/james-core | // Copyright 2014 Herman De Beukelaer
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | src/main/java/org/jamesframework/core/search/cache/MoveCache.java | implemented move cache interface
| src/main/java/org/jamesframework/core/search/cache/MoveCache.java | implemented move cache interface | |
Java | apache-2.0 | error: pathspec 'apptbook_cmdLine/src/main/java/edu/pdx/cs410J/markum2/Project4.java' did not match any file(s) known to git
| bd5f0b11d84192d69e51694fdccbe5a246e9db9f | 1 | mmattwan/CS410J | package edu.pdx.cs410J.markum2;
import edu.pdx.cs410J.ParserException;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.DateFormat;
import java.text.ParseException;
import java.util.Date;
/**
* The main class for the client side of CS410J appointment book Project 4.
*
* @author ... | apptbook_cmdLine/src/main/java/edu/pdx/cs410J/markum2/Project4.java | Porject4 cmdLine parsing completed.
| apptbook_cmdLine/src/main/java/edu/pdx/cs410J/markum2/Project4.java | Porject4 cmdLine parsing completed. | |
Java | apache-2.0 | error: pathspec 'src/main/java/org/apdplat/word/segmentation/impl/MaxNgramScore.java' did not match any file(s) known to git
| cd524af42b43fac0d640197e2677f5ced0438920 | 1 | ysc/word,ysc/word | /**
*
* APDPlat - Application Product Development Platform
* Copyright (c) 2013, 杨尚川, yang-shangchuan@qq.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Li... | src/main/java/org/apdplat/word/segmentation/impl/MaxNgramScore.java | 最大Ngram分值算法
| src/main/java/org/apdplat/word/segmentation/impl/MaxNgramScore.java | 最大Ngram分值算法 | |
Java | apache-2.0 | error: pathspec 'ASS.UI.Common/src/com/ass/ui/Adaptor/ContentFragmentPagerAdapter.java' did not match any file(s) known to git
| 7f1d62fb0b11336d13ca85825acc23a37555e8c0 | 1 | c6supper/ASS.UI.COMMON | package com.ass.ui.Adaptor;
import java.util.List;
import com.ass.ui.Fragment.ContentFragment;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.ListFragment;
public class ContentFragmentPagerAdapt... | ASS.UI.Common/src/com/ass/ui/Adaptor/ContentFragmentPagerAdapter.java | daily change
Signed-off-by: c6supper <1bfc85538de62147e56d985f73e79abd765b1488@hotmail.com>
| ASS.UI.Common/src/com/ass/ui/Adaptor/ContentFragmentPagerAdapter.java | daily change | |
Java | apache-2.0 | error: pathspec 'graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/SimplePropertyLinkTest.java' did not match any file(s) known to git
| 2930ee742312511780eb453022416cf08255dcbf | 1 | orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb | package com.tinkerpop.blueprints.impls.orient;
import com.orientechnologies.orient.core.db.record.OIdentifiable;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
/**
* Created by tglman on 28/04/16.
*/
public class SimplePropertyLinkTest {
@Test
public void testSimplePropertyLink() {
Orie... | graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/SimplePropertyLinkTest.java | add test for missing vertex link save, issue #5355
| graphdb/src/test/java/com/tinkerpop/blueprints/impls/orient/SimplePropertyLinkTest.java | add test for missing vertex link save, issue #5355 | |
Java | apache-2.0 | error: pathspec 'uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/UFFlowPanel.java' did not match any file(s) known to git
| c40a0cee2dfd374b78524a562ae771dce2fb8edc | 1 | psiroky/uberfire,porcelli-forks/uberfire,dgutierr/uberfire,mbiarnes/uberfire,mbarkley/uberfire,karreiro/uberfire,paulovmr/uberfire,qmx/uberfire,baldimir/uberfire,ederign/uberfire,wmedvede/uberfire,psiroky/uberfire,paulovmr/uberfire,cristianonicolai/uberfire,uberfire/uberfire,mbiarnes/uberfire,Salaboy/uberfire,cristiano... | /*
* Copyright 2012 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/UFFlowPanel.java | Special Flow Panel (with height) required by tutorial and templated perspectives. This is related with: https://issues.jboss.org/browse/UF-185. This panel used to live as default in our archetype
| uberfire-workbench/uberfire-workbench-client/src/main/java/org/uberfire/client/workbench/panels/UFFlowPanel.java | Special Flow Panel (with height) required by tutorial and templated perspectives. This is related with: https://issues.jboss.org/browse/UF-185. This panel used to live as default in our archetype | |
Java | bsd-3-clause | 98f46bac9f181d9fc936b655a94b93634ad4288d | 0 | ojacobson/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo,jimallman/dryad-repo,rnathanday/dryad-repo,rnathanday/dryad-repo,ojacobson/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo,jimallman/dryad-repo,jamie-dryad/dryad-repo,... | package org.dspace.app.xmlui.aspect.submission.submit;
import org.dspace.app.util.Util;
import org.dspace.app.xmlui.aspect.submission.AbstractStep;
import org.dspace.app.xmlui.utils.UIException;
import org.dspace.app.xmlui.wing.Message;
import org.dspace.app.xmlui.wing.WingException;
import org.dspace.app.xmlui.wing.e... | dspace/modules/xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/submit/OverviewStep.java | package org.dspace.app.xmlui.aspect.submission.submit;
import org.dspace.app.util.Util;
import org.dspace.app.xmlui.aspect.submission.AbstractStep;
import org.dspace.app.xmlui.utils.UIException;
import org.dspace.app.xmlui.wing.Message;
import org.dspace.app.xmlui.wing.WingException;
import org.dspace.app.xmlui.wing.e... | Crude fix for nested boxes in Submission Overview page
| dspace/modules/xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/submit/OverviewStep.java | Crude fix for nested boxes in Submission Overview page | |
Java | bsd-3-clause | error: pathspec 'src/com/vmware/vim25/mo/samples/QueryEvent.java' did not match any file(s) known to git
| 59215a2081aaa8a9ee3b90d9ed65dd85591cb915 | 1 | omar-infinio/yavijava,yavijava/yavijava-samples,n4ybn/yavijava,yavijava/yavijava,vThinkBeyondVM/yavijava-samples,michaelrice/yavijava,vmware-serengeti/yavijava-samples,hubertverstraete/yavijava,vmware-serengeti/yavijava-samples,yavijava/yavijava-samples | /*================================================================================
Copyright (c) 2008 VMware, Inc. 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 cod... | src/com/vmware/vim25/mo/samples/QueryEvent.java | Add Tom's new sample code
| src/com/vmware/vim25/mo/samples/QueryEvent.java | Add Tom's new sample code | |
Java | bsd-3-clause | error: pathspec 'src/main/java/com/game30/javagl/buffers/GLBufferType.java' did not match any file(s) known to git
| b0817d184cec9818beb6b52ff81f4caac57120e5 | 1 | game-30/javagl | package com.game30.javagl.buffers;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.ShortBuffer;
import org.lwjgl.BufferUtils;
import org.lwjgl.opengl.GL15;
/**
* An enumeration of the different primitive types ... | src/main/java/com/game30/javagl/buffers/GLBufferType.java | New enumeration for buffer primitive types
LWJGL only allows certain types of data to be loaded into OpenGL
buffers. These take the form of different methods to require different
types of Java Buffers. This enumeration abstracts each of those
specific methods to an enumeration value.
It's sort of a hack and should ... | src/main/java/com/game30/javagl/buffers/GLBufferType.java | New enumeration for buffer primitive types | |
Java | mit | 96d98239079fc3bb8f705ec4a46d95fd68c36ef7 | 0 | CS2103JAN2017-W14-B4/main,CS2103JAN2017-W14-B4/main | package seedu.ezdo.logic;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_TASK_DISPLAYED_INDE... | src/test/java/seedu/ezdo/logic/LogicManagerTest.java | package seedu.ezdo.logic;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.ezdo.commons.core.Messages.MESSAGE_INVALID_TASK_DISPLAYED_INDE... | Fix typo - missing semicolon
| src/test/java/seedu/ezdo/logic/LogicManagerTest.java | Fix typo - missing semicolon | |
Java | mit | d911c350c897d0585b582384e7f3bb1b4ac7126f | 0 | hkamran/ServiceRecorder | package com.hkamran.mocking;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufInputStream;
import io.netty.buffer.Unpooled;
import io.netty.handler.codec.http.DefaultFullHttpResponse;
import io.netty.handler.codec.http.FullHttpResponse;
import io.netty.handler.codec.http.HttpHeaders;
import io.netty.handl... | src/main/java/com/hkamran/mocking/Response.java | package com.hkamran.mocking;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufInputStream;
import io.netty.buffer.Unpooled;
import io.netty.handler.codec.http.DefaultFullHttpResponse;
import io.netty.handler.codec.http.FullHttpResponse;
import io.netty.handler.codec.http.HttpHeaders;
import io.netty.handl... | Bizarre bug with littleproxy where HTTPResponse is not seen as !isChunked
| src/main/java/com/hkamran/mocking/Response.java | Bizarre bug with littleproxy where HTTPResponse is not seen as !isChunked | |
Java | mit | 9d76546ed55831ad2a97f247a9b5db352f7e6171 | 0 | siarhei-luskanau/android-iot-doorbell | package siarhei.luskanau.iot.doorbell.companion.images;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.widget.Toast;
import java.util.List;
import javax.inject... | app_companion/src/main/java/siarhei/luskanau/iot/doorbell/companion/images/ImagesActivity.java | package siarhei.luskanau.iot.doorbell.companion.images;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.widget.Toast;
import java.util.List;
import javax.inject... | sorted images by timestamp
| app_companion/src/main/java/siarhei/luskanau/iot/doorbell/companion/images/ImagesActivity.java | sorted images by timestamp | |
Java | epl-1.0 | bfab03f766ab973cd3fda5e44ee073d47be2fed1 | 0 | trajano/openid-connect,trajano/openid-connect | package net.trajano.openidconnect.token;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import javax.json.JsonObject;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
... | openid-connect-core/src/main/java/net/trajano/openidconnect/token/TokenResponse.java | package net.trajano.openidconnect.token;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import javax.json.JsonObject;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
... | Added extra check for Heroku testing
| openid-connect-core/src/main/java/net/trajano/openidconnect/token/TokenResponse.java | Added extra check for Heroku testing | |
Java | lgpl-2.1 | 21fb8c0c2cf5da4bb076cb14716fda2d9ef63c48 | 0 | sewe/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,sewe/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,johnscancella/spotbugs | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, o... | findbugs/src/java/edu/umd/cs/findbugs/Project.java | /*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003-2005 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, o... | remove blank lines
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@13372 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/Project.java | remove blank lines | |
Java | apache-2.0 | 5fe9992f4e0c2c43f54dad621e5b07c18f87fb34 | 0 | escidoc-ng/escidoc-ng,escidoc-ng/escidoc-ng,escidoc-ng/escidoc-ng | /*
* Copyright 2014 FIZ Karlsruhe
*
* 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... | larch-server/src/main/java/net/objecthunter/larch/service/backend/weedfs/WeedFsMaster.java | /*
* Copyright 2014 FIZ Karlsruhe
*
* 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... | add possibility to define peers to weedfs | larch-server/src/main/java/net/objecthunter/larch/service/backend/weedfs/WeedFsMaster.java | add possibility to define peers to weedfs | |
Java | apache-2.0 | e8d5993fe88e08f0b9b0c751e17d7ad440156a6d | 0 | anchela/jackrabbit-oak,amit-jain/jackrabbit-oak,apache/jackrabbit-oak,amit-jain/jackrabbit-oak,anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,trekawek/jackrabbit-oak,anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,amit-jain/jackrabbit-oak,amit-jain/jackrabbit-oak,amit-jain/jackrabbit-oak,apache/jackrabbit-oak,apache/jac... | /*
* 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 ... | oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndex.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 ... | OAK-882 Query: support conditions of type "property in(value1, value2)"
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1496970 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndex.java | OAK-882 Query: support conditions of type "property in(value1, value2)" | |
Java | apache-2.0 | 48e9df3722e9eac786cd207472dfe77e1ef4da3e | 0 | jeffpc/voldemort,birendraa/voldemort,dallasmarlow/voldemort,HB-SI/voldemort,squarY/voldemort,stotch/voldemort,voldemort/voldemort,voldemort/voldemort,squarY/voldemort,arunthirupathi/voldemort,jwlent55/voldemort,gnb/voldemort,medallia/voldemort,rickbw/voldemort,mabh/voldemort,FelixGV/voldemort,FelixGV/voldemort,jeffpc/v... | /*
* Copyright 2008-2009 LinkedIn, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | src/java/voldemort/client/protocol/admin/StreamingClient.java | /*
* Copyright 2008-2009 LinkedIn, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | added a reentrantlock to synchronize access
the streamingclient consumer may implement a time based flushing through
a scheduled executor service
or a timer thread(like in YASP) this helps achieveing a lock step access
| src/java/voldemort/client/protocol/admin/StreamingClient.java | added a reentrantlock to synchronize access the streamingclient consumer may implement a time based flushing through a scheduled executor service or a timer thread(like in YASP) this helps achieveing a lock step access | |
Java | apache-2.0 | 5d0e38d808e0ea105a622526aa6ebc8fd27e8818 | 0 | palantir/atlasdb,EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb | package com.palantir.atlasdb.performance;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
import java.... | atlasdb-perf/src/main/java/com/palantir/atlasdb/performance/PerformanceResults.java | package com.palantir.atlasdb.performance;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.stream.Collectors;
import java.... | repeat duplicated output values
| atlasdb-perf/src/main/java/com/palantir/atlasdb/performance/PerformanceResults.java | repeat duplicated output values | |
Java | apache-2.0 | 8ac3338c2c70299dcb467d6489a7f9b965b6d16f | 0 | gbif/registry,gbif/registry | /*
* Copyright 2020 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... | registry-spring-boot-ws/src/main/java/org/gbif/registry/ws/security/DebugFilter.java | /*
* Copyright 2020 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... | changing component bvy configuration annotation
| registry-spring-boot-ws/src/main/java/org/gbif/registry/ws/security/DebugFilter.java | changing component bvy configuration annotation | |
Java | apache-2.0 | 0928050d65a051de3887976bd5057ee72b3021b5 | 0 | powertac/powertac-server,powertac/powertac-server,powertac/powertac-server,powertac/powertac-server | /*
* Copyright (c) 2011-2015 by 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 ... | src/main/java/org/powertac/common/TariffSubscription.java | /*
* Copyright (c) 2011-2015 by 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 ... | #831 - remove one-day truncation of time values wrt tariff expiration
| src/main/java/org/powertac/common/TariffSubscription.java | #831 - remove one-day truncation of time values wrt tariff expiration | |
Java | apache-2.0 | c300226cba144b1f3641626d0a9e6cf6fc813b12 | 0 | apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev | /*
* 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 ... | eventadmin/impl/src/main/java/org/apache/felix/eventadmin/impl/handler/EventHandlerProxy.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 ... | FELIX-3518 - Update to EventAdmin Spec 1.3
git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1383606 13f79535-47bb-0310-9956-ffa450edef68
| eventadmin/impl/src/main/java/org/apache/felix/eventadmin/impl/handler/EventHandlerProxy.java | FELIX-3518 - Update to EventAdmin Spec 1.3 | |
Java | apache-2.0 | b6204f75178045da209612e8abd3f68c1e8651d2 | 0 | OpenCollabZA/sakai,colczr/sakai,introp-software/sakai,kingmook/sakai,kingmook/sakai,surya-janani/sakai,wfuedu/sakai,bkirschn/sakai,udayg/sakai,puramshetty/sakai,liubo404/sakai,ouit0408/sakai,Fudan-University/sakai,whumph/sakai,tl-its-umich-edu/sakai,udayg/sakai,duke-compsci290-spring2016/sakai,pushyamig/sakai,zqian/sak... | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Versio... | site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Versio... | fix to SAK-3566:Setting in sakai.properties to make the display of Edit Class Roster optional
git-svn-id: 19a9fd284f7506c72ea2840aac2b5d740703d7e8@52017 66ffb92e-73f9-0310-93c1-f5514f145a0a
| site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java | fix to SAK-3566:Setting in sakai.properties to make the display of Edit Class Roster optional | |
Java | apache-2.0 | bfb7c80505acde8e20f9985a87e01e67538d9c41 | 0 | juhalindfors/bazel-patches,snnn/bazel,werkt/bazel,spxtr/bazel,twitter-forks/bazel,dropbox/bazel,damienmg/bazel,ButterflyNetwork/bazel,dropbox/bazel,akira-baruah/bazel,akira-baruah/bazel,katre/bazel,juhalindfors/bazel-patches,meteorcloudy/bazel,spxtr/bazel,bazelbuild/bazel,variac/bazel,werkt/bazel,dslomov/bazel-windows,... | // Copyright 2015 The Bazel Authors. 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... | src/main/java/com/google/devtools/build/lib/bazel/rules/android/AndroidNdkRepositoryRule.java | // Copyright 2015 The Bazel Authors. 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... | Document android_ndk_repository.
One step towards https://github.com/bazelbuild/bazel/issues/1272.
RELNOTES: None
PiperOrigin-RevId: 156082858
| src/main/java/com/google/devtools/build/lib/bazel/rules/android/AndroidNdkRepositoryRule.java | Document android_ndk_repository. | |
Java | apache-2.0 | f66343050f5157a5ade09ed219f3158141975f29 | 0 | ChinmaySKulkarni/hbase,ChinmaySKulkarni/hbase,ultratendency/hbase,Apache9/hbase,ndimiduk/hbase,Apache9/hbase,ChinmaySKulkarni/hbase,Eshcar/hbase,ChinmaySKulkarni/hbase,apurtell/hbase,ndimiduk/hbase,bijugs/hbase,mahak/hbase,ultratendency/hbase,Apache9/hbase,apurtell/hbase,Eshcar/hbase,Apache9/hbase,bijugs/hbase,mahak/hb... | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.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-20363 TestNamespaceAuditor.testRegionMerge is flaky
| hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java | HBASE-20363 TestNamespaceAuditor.testRegionMerge is flaky | |
Java | apache-2.0 | 8765c955be60df8c079d9a4f3e390986a0c09967 | 0 | FuckBoilerplate/base_app_android | /*
* Copyright 2016 FuckBoilerplate
*
* 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... | app/src/main/java/app/presentation/sections/Wireframe.java | /*
* Copyright 2016 FuckBoilerplate
*
* 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... | changed finish call by onBackPressed on popCurrentScreen method implementation
| app/src/main/java/app/presentation/sections/Wireframe.java | changed finish call by onBackPressed on popCurrentScreen method implementation | |
Java | apache-2.0 | 28f1fb894a590957281b51d8ff37c32535bac487 | 0 | marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api | /*
* Copyright (c) 2019 MarkLogic Corporation
*
* 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 ... | marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java | /*
* Copyright (c) 2019 MarkLogic Corporation
*
* 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 ... | fallback to original query instead of null query field #1242 #1163
| marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java | fallback to original query instead of null query field #1242 #1163 | |
Java | apache-2.0 | df108fb3c87fb9f10012b794bb384193acb8f600 | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Misc;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import... | com/planet_ink/coffee_mud/Abilities/Misc/GravityFloat.java | package com.planet_ink.coffee_mud.Abilities.Misc;
import com.planet_ink.coffee_mud.Abilities.StdAbility;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import... | Can transfer from space back to earth.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@16249 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Misc/GravityFloat.java | Can transfer from space back to earth. | |
Java | apache-2.0 | 5fa1935c52f3866f0675e9fd64bd04d153b9f225 | 0 | apache/commons-configuration,apache/commons-configuration,apache/commons-configuration | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.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 ... | Extract constants.
git-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1842192 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java | Extract constants. | |
Java | apache-2.0 | 8568e90e12a66f3844db495c2da44f5069d66785 | 0 | sangramjadhav/testrs | 2047f154-2ece-11e5-905b-74de2bd44bed | hello.java | 20476360-2ece-11e5-905b-74de2bd44bed | 2047f154-2ece-11e5-905b-74de2bd44bed | hello.java | 2047f154-2ece-11e5-905b-74de2bd44bed | |
Java | apache-2.0 | ea578d22d41cf5856663077393a6cfb4c75cce7e | 0 | isandlaTech/cohorte-devtools,isandlaTech/cohorte-devtools,isandlaTech/cohorte-devtools,isandlaTech/cohorte-devtools,isandlaTech/cohorte-devtools | package org.cohorte.eclipse.runner.basic.jython;
/**
*
* Object Factory that is used to coerce python module into a
* Java class
*/
import java.io.File;
import java.io.IOException;
import java.lang.ref.WeakReference;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import java.util.Arra... | org.cohorte.eclipse.runner.basic/src/org/cohorte/eclipse/runner/basic/jython/CPythonFactory.java | package org.cohorte.eclipse.runner.basic.jython;
/**
*
* Object Factory that is used to coerce python module into a
* Java class
*/
import java.io.File;
import java.io.IOException;
import java.lang.ref.WeakReference;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import java.util.Arra... | use file.separatorChar instead of /
| org.cohorte.eclipse.runner.basic/src/org/cohorte/eclipse/runner/basic/jython/CPythonFactory.java | use file.separatorChar instead of / | |
Java | apache-2.0 | 9eed546979458f07155e0d1d13819abe20277c89 | 0 | fengbaicanhe/cas,j-fuentes/cas,zhangjianTFTC/cas,joansmith/cas,battags/cas,thomasdarimont/cas,dfish3r/cas-x509-crl-ldaptive,rallportctr/cas,battags/cas,fogbeam/fogbeam_cas,nestle1998/cas,openedbox/cas,moghaddam/cas,CruGlobal/cas,luneo7/cas,youjava/cas,yisiqi/cas,yisiqi/cas,icanfly/cas,openedbox/cas,zhangjianTFTC/cas,zh... | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | cas-server-support-ldap/src/main/java/org/jasig/cas/adaptors/ldap/LdapPasswordPolicyEnforcer.java | /*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... | CAS-1132: Fixed a bug where validDays value was not taken into account when calculating expiration dates.
| cas-server-support-ldap/src/main/java/org/jasig/cas/adaptors/ldap/LdapPasswordPolicyEnforcer.java | CAS-1132: Fixed a bug where validDays value was not taken into account when calculating expiration dates. | |
Java | apache-2.0 | 9c0f27d905c0bfc710dd73c1f88c7a67f79f73b9 | 0 | PRIDE-Archive/web-service,PRIDE-Archive/web-service,PRIDE-Archive/web-service | package uk.ac.ebi.pride.archive.web.service.controller.psm;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.springfram... | src/test/java/uk/ac/ebi/pride/archive/web/service/controller/psm/PsmControllerFunctionalTest.java | package uk.ac.ebi.pride.archive.web.service.controller.psm;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.springfram... | PSM mockito unit tests still broken.
| src/test/java/uk/ac/ebi/pride/archive/web/service/controller/psm/PsmControllerFunctionalTest.java | PSM mockito unit tests still broken. | |
Java | apache-2.0 | a2e1a5281d19260317682ff357f9bb0e32b387b8 | 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-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.structuralsearch.plugin.ui;
import com.intellij.codeInsight.highlighting.HighlightHandlerBase;
import com.intellij.codeInsight.highlighting.HighlightManager;... | platform/structuralsearch/source/com/intellij/structuralsearch/plugin/ui/StructuralSearchDialog.java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.structuralsearch.plugin.ui;
import com.intellij.codeInsight.highlighting.HighlightHandlerBase;
import com.intellij.codeInsight.highlighting.HighlightManager;... | SSR: close dialog when app is closing or when the project it belongs to is closed
GitOrigin-RevId: d435b78235ba05ca80072d5baeb943e7d275cd56 | platform/structuralsearch/source/com/intellij/structuralsearch/plugin/ui/StructuralSearchDialog.java | SSR: close dialog when app is closing or when the project it belongs to is closed | |
Java | apache-2.0 | dbfaa5ac6abcbd72883cd7397f8b3561af71d86c | 0 | codeaudit/OG-Platform,jerome79/OG-Platform,McLeodMoores/starling,nssales/OG-Platform,ChinaQuants/OG-Platform,jeorme/OG-Platform,codeaudit/OG-Platform,DevStreet/FinanceAnalytics,McLeodMoores/starling,jerome79/OG-Platform,McLeodMoores/starling,jerome79/OG-Platform,DevStreet/FinanceAnalytics,nssales/OG-Platform,jerome79/O... | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.currency;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Map;
import ... | projects/OG-Financial/src/main/java/com/opengamma/financial/currency/CurrencyConversionFunction.java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.currency;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.Map;
import ... | Don't pass the OriginalCurrency constraint on to the input values - this should decorate the conversion result only.
| projects/OG-Financial/src/main/java/com/opengamma/financial/currency/CurrencyConversionFunction.java | Don't pass the OriginalCurrency constraint on to the input values - this should decorate the conversion result only. | |
Java | apache-2.0 | 22437ce764e9de86891704f79be09cb23851db91 | 0 | oehf/ipf,oehf/ipf,oehf/ipf,krasserm/ipf,oehf/ipf,krasserm/ipf | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | platform-camel/ihe/ws/src/main/java/org/openehealth/ipf/platform/camel/ihe/ws/AbstractWsComponent.java | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | tiny reformatting after merge
| platform-camel/ihe/ws/src/main/java/org/openehealth/ipf/platform/camel/ihe/ws/AbstractWsComponent.java | tiny reformatting after merge | |
Java | apache-2.0 | 18885fcd2525578c06cb15c682788e34116de17c | 0 | gzxishan/OftenPorter | package cn.xishan.oftenporter.porter.simple;
import cn.xishan.oftenporter.porter.core.JResponse;
import cn.xishan.oftenporter.porter.core.ResultCode;
import cn.xishan.oftenporter.porter.core.annotation.NeceParam;
import cn.xishan.oftenporter.porter.core.annotation.UneceParam;
import cn.xishan.oftenporter.porter.core.a... | Porter-Core/src/main/java/cn/xishan/oftenporter/porter/simple/DefaultArgumentsFactory.java | package cn.xishan.oftenporter.porter.simple;
import cn.xishan.oftenporter.porter.core.JResponse;
import cn.xishan.oftenporter.porter.core.ResultCode;
import cn.xishan.oftenporter.porter.core.annotation.NeceParam;
import cn.xishan.oftenporter.porter.core.annotation.UneceParam;
import cn.xishan.oftenporter.porter.core.a... | 增加:IArgumentsFactory
| Porter-Core/src/main/java/cn/xishan/oftenporter/porter/simple/DefaultArgumentsFactory.java | 增加:IArgumentsFactory | |
Java | bsd-2-clause | 51e951e4dc9229e963d00d048e766160fd77ccbb | 0 | runelite/runelite,runelite/runelite,runelite/runelite,Sethtroll/runelite,l2-/runelite,l2-/runelite,Sethtroll/runelite | /*
* Copyright (c) 2018, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... | runelite-client/src/test/java/net/runelite/client/plugins/attackstyles/AttackStylesPluginTest.java | /*
* Copyright (c) 2018, Adam <Adam@sigterm.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* li... | attack styles: add test for swap between bludgeon and bow
When swapping between bludgeon and bow, onWidgetHiddenChanged is called before
the weapon varbit is set. Since that varbit determines which widgets should be
hidden we would like to make sure the widget is set to hidden even after a
varbit change.
| runelite-client/src/test/java/net/runelite/client/plugins/attackstyles/AttackStylesPluginTest.java | attack styles: add test for swap between bludgeon and bow | |
Java | bsd-3-clause | 42c00c69fd34f6f7fb87c1a2bb91055788851e57 | 0 | hgl888/chromium-crosswalk,Fireblend/chromium-crosswalk,PeterWangIntel/chromium-crosswalk,hgl888/chromium-crosswalk,Fireblend/chromium-crosswalk,Pluto-tv/chromium-crosswalk,hgl888/chromium-crosswalk,Pluto-tv/chromium-crosswalk,Just-D/chromium-1,chuan9/chromium-crosswalk,hgl888/chromium-crosswalk,TheTypoMaster/chromium-c... | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome;
/**
* Contains all of the command line switches that are specific to the chrome/
* portion of Chromium on Android.
*/
pub... | chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome;
/**
* Contains all of the command line switches that are specific to the chrome/
* portion of Chromium on Android.
*/
pub... | Add a commandline switch for embedded mode
This CL adds a switch to ChromeSwitchers for feature enabling on
android.
BUG=482003
Review URL: https://codereview.chromium.org/1118393003
Cr-Commit-Position: 972c6d2dc6dd5efdad1377c0d224e03eb8f276f7@{#328023}
| chrome/android/java/src/org/chromium/chrome/ChromeSwitches.java | Add a commandline switch for embedded mode | |
Java | mit | ac2e957afe2028230f20e0b101cf657995249e29 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | /*
* Copyright (c) 2010. M.I.T. All Rights Reserved
* Licensed under the MIT license. Please see http://www.opensource.org/licenses/mit-license.php
* or the license.txt file included in this distribution for the full text of the license.
*/
package org.xcolab.hooks.climatecolab;
import com.ext.portlet.model.Conte... | hooks/climatecolab-hooks/src/main/java/org/xcolab/hooks/climatecolab/EXTServicePreAction.java | /*
* Copyright (c) 2010. M.I.T. All Rights Reserved
* Licensed under the MIT license. Please see http://www.opensource.org/licenses/mit-license.php
* or the license.txt file included in this distribution for the full text of the license.
*/
package org.xcolab.hooks.climatecolab;
import com.ext.portlet.model.Conte... | [COLAB-1215] Fixed Beta ribbon
| hooks/climatecolab-hooks/src/main/java/org/xcolab/hooks/climatecolab/EXTServicePreAction.java | [COLAB-1215] Fixed Beta ribbon | |
Java | mit | 9d8d253259f045d02c0fe1c2310a965ed7565daf | 0 | tobiatesan/serleena-android,tobiatesan/serleena-android | ///////////////////////////////////////////////////////////////////////////////
//
// This file is part of Serleena.
//
// The MIT License (MIT)
//
// Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto,
// Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle.
//
// Permission is her... | serleena/app/src/main/java/com/kyloth/serleena/persistence/sqlite/SerleenaSQLiteDataSource.java | ///////////////////////////////////////////////////////////////////////////////
//
// This file is part of Serleena.
//
// The MIT License (MIT)
//
// Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto,
// Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle.
//
// Permission is her... | SQLITE: Correggi k quadranti
| serleena/app/src/main/java/com/kyloth/serleena/persistence/sqlite/SerleenaSQLiteDataSource.java | SQLITE: Correggi k quadranti | |
Java | epl-1.0 | 4b05f56ecb5a7be22746a157a989fa7125126bd9 | 0 | sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt | /*******************************************************************************
* Copyright (c) 2007, 2008 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/AbstractChartBaseQueryGenerator.java | /*******************************************************************************
* Copyright (c) 2007, 2008 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... | TED#25102
Do not set useDetails as false in query definition so that details data will be always outputted. According to DtE's comments, it has little overhead to output detail rows.
| chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/AbstractChartBaseQueryGenerator.java | TED#25102 Do not set useDetails as false in query definition so that details data will be always outputted. According to DtE's comments, it has little overhead to output detail rows. | |
Java | epl-1.0 | 488bc4770147889f446badb495d2186df3ee0ecd | 0 | fqqb/yamcs-studio,fqqb/yamcs-studio,fqqb/yamcs-studio,fqqb/yamcs-studio,fqqb/yamcs-studio | package org.yamcs.studio.core.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.logging.Logger;
import org.yamcs.api.ws.WebSock... | yamcs-studio-tycho/org.yamcs.studio.core/src/main/java/org/yamcs/studio/core/model/LinkCatalogue.java | package org.yamcs.studio.core.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.logging.Logger;
import org.yamcs.api.ws.WebSock... | Fix links requests against latest Yamcs API
| yamcs-studio-tycho/org.yamcs.studio.core/src/main/java/org/yamcs/studio/core/model/LinkCatalogue.java | Fix links requests against latest Yamcs API | |
Java | epl-1.0 | 6893ad5ad1642d73a9640b7008edc22e17838e1c | 0 | ModelWriter/Tarski,ModelWriter/Tarski,ModelWriter/Tarski,ModelWriter/WP3,ModelWriter/WP3,ModelWriter/WP3 | package eu.modelwriter.marker.ui.internal.views.visualizationview;
import java.awt.Cursor;
import java.awt.Frame;
import java.awt.Point;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseMotionAdapter;
import java.io.File;
import java.io.IOException;
import java.lang.refl... | Source/eu.modelwriter.marker.ui/src/eu/modelwriter/marker/ui/internal/views/visualizationview/Visualization.java | package eu.modelwriter.marker.ui.internal.views.visualizationview;
import java.awt.Cursor;
import java.awt.Frame;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseMotionAdapter;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java... | Visualization restores last location after refresh | Source/eu.modelwriter.marker.ui/src/eu/modelwriter/marker/ui/internal/views/visualizationview/Visualization.java | Visualization restores last location after refresh | |
Java | epl-1.0 | eec1b677fb4d28ee64529b62aa0d2e0f04bf4b9f | 0 | eclipse/dawnsci,DawnScience/dawnsci,belkassaby/dawnsci,xen-0/dawnsci | package org.eclipse.dawnsci.nexus.builder.data.impl;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertAxes;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertIndices;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertShape;
import static org.eclipse.dawnsci.nexus.... | org.eclipse.dawnsci.nexus.test/src/org/eclipse/dawnsci/nexus/builder/data/impl/DefaultNexusDataExamplesTest.java | package org.eclipse.dawnsci.nexus.builder.data.impl;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertAxes;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertIndices;
import static org.eclipse.dawnsci.nexus.test.util.NexusAssert.assertShape;
import static org.eclipse.dawnsci.nexus.... | [DAQ-352] target value of position changed from _demand to _set
Signed-off-by: Matthew Dickie <82dca48737570b4f49d59ca286b5034c15e72ebc@diamond.ac.uk> | org.eclipse.dawnsci.nexus.test/src/org/eclipse/dawnsci/nexus/builder/data/impl/DefaultNexusDataExamplesTest.java | [DAQ-352] target value of position changed from _demand to _set | |
Java | agpl-3.0 | aba1a70c921f0c31897eac385da18f1138f356f1 | 0 | CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceeng... | package com.splicemachine.triggers;
import java.io.File;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.Timestamp;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.juni... | splice_machine_test/src/test/java/com/splicemachine/triggers/Trigger_Exec_Stored_Proc_IT.java | package com.splicemachine.triggers;
import java.io.File;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.... | DB-3365: child SQL session context null. The SQLSessionContext is not serialized with an activation but is available in the parent activation. All logic changes in Derby. Added test.
| splice_machine_test/src/test/java/com/splicemachine/triggers/Trigger_Exec_Stored_Proc_IT.java | DB-3365: child SQL session context null. The SQLSessionContext is not serialized with an activation but is available in the parent activation. All logic changes in Derby. Added test. | |
Java | agpl-3.0 | 17e86be517e98a1e032ddc01ba5462bc2b1a943f | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 48a575da-2e61-11e5-9284-b827eb9e62be | hello.java | 489fe002-2e61-11e5-9284-b827eb9e62be | 48a575da-2e61-11e5-9284-b827eb9e62be | hello.java | 48a575da-2e61-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | c6f4c75ae5bce37055c19275c2b0958162bd8c1c | 0 | dgray16/libreplan,Marine-22/libre,PaulLuchyn/libreplan,LibrePlan/libreplan,dgray16/libreplan,LibrePlan/libreplan,poum/libreplan,Marine-22/libre,dgray16/libreplan,poum/libreplan,poum/libreplan,PaulLuchyn/libreplan,PaulLuchyn/libreplan,poum/libreplan,LibrePlan/libreplan,skylow95/libreplan,poum/libreplan,dgray16/libreplan... | /*
* This file is part of NavalPlan
*
* Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
* Desenvolvemento Tecnolóxico de Galicia
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License... | navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/LimitingResourcesPanel.java | /*
* This file is part of NavalPlan
*
* Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
* Desenvolvemento Tecnolóxico de Galicia
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License... | [Bug #781] Fix bug
FEA: ItEr67S04BugFixing
| navalplanner-webapp/src/main/java/org/navalplanner/web/limitingresources/LimitingResourcesPanel.java | [Bug #781] Fix bug | |
Java | lgpl-2.1 | d51afeb664f26f90e4bfef84fa0b82e1458afc59 | 0 | soul2zimate/wildfly-core,yersan/wildfly-core,soul2zimate/wildfly-core,bstansberry/wildfly-core,ivassile/wildfly-core,darranl/wildfly-core,jfdenise/wildfly-core,jfdenise/wildfly-core,ivassile/wildfly-core,yersan/wildfly-core,soul2zimate/wildfly-core,bstansberry/wildfly-core,jamezp/wildfly-core,jfdenise/wildfly-core,darr... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | controller/src/main/java/org/jboss/as/controller/access/constraint/SensitiveVaultExpressionConstraint.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | [WFCORE-5511] Just use a single regular expression to detect a vault expression anywhere within the attribute value.
| controller/src/main/java/org/jboss/as/controller/access/constraint/SensitiveVaultExpressionConstraint.java | [WFCORE-5511] Just use a single regular expression to detect a vault expression anywhere within the attribute value. | |
Java | lgpl-2.1 | 446fca096ef801b2a27a30c000996c7e8b1ad1c7 | 0 | ironjacamar/ironjacamar,maeste/ironjacamar,ironjacamar/ironjacamar,johnaoahra80/ironjacamar,jpkrohling/ironjacamar,jandsu/ironjacamar,rarguello/ironjacamar,darranl/ironjacamar,ironjacamar/ironjacamar,jesperpedersen/ironjacamar | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, 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... | as/src/main/java/org/jboss/jca/as/rarinfo/Main.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, 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-696] miss a hint message
| as/src/main/java/org/jboss/jca/as/rarinfo/Main.java | [JBJCA-696] miss a hint message | |
Java | lgpl-2.1 | 7e0e2d43c298629a01d26849b55f64235ad4de59 | 0 | cawka/ndnx,svartika/ccnx,svartika/ccnx,cawka/ndnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,cawka/ndnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,ebollens/ccnmp,svartika/ccnx,svartika/ccnx | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library 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.
* This library is ... | javasrc/src/org/ccnx/ccn/KeyManager.java | /**
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009 Palo Alto Research Center, Inc.
*
* This library 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.
* This library is ... | Fixed documentation warnings.
| javasrc/src/org/ccnx/ccn/KeyManager.java | Fixed documentation warnings. | |
Java | lgpl-2.1 | 9955b8b4795aa7b3badd3ad24ad5ba1339542139 | 0 | OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs | package opendap.viewers;
import opendap.namespaces.DAP;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.filter.ElementFilter;
import javax.servlet.http.HttpServlet;
import java.util.Iterator;
/**
* Created with IntelliJ IDEA.
* User: ndp
* Date: 6/4/14
* Time: 7:11 AM
* To change this templat... | src/opendap/viewers/NcWmsService.java | package opendap.viewers;
import opendap.namespaces.DAP;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.filter.ElementFilter;
import javax.servlet.http.HttpServlet;
import java.util.Iterator;
/**
* Created with IntelliJ IDEA.
* User: ndp
* Date: 6/4/14
* Time: 7:11 AM
* To change this templat... | olfs: Failed to patch the NcWMS service, fixed now.
| src/opendap/viewers/NcWmsService.java | olfs: Failed to patch the NcWMS service, fixed now. | |
Java | apache-2.0 | 492becbb8c44f44e4f91390709e1a42030792067 | 0 | infraling/atomic,infraling/atomic | /*******************************************************************************
* Copyright 2016 Stephan Druskat
*
* 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.ap... | plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/extensions/ProcessingComponent.java | /*******************************************************************************
* Copyright 2016 Stephan Druskat
*
* 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.ap... | Add layer name / id getters to ProcessingComponent | plugins/org.corpus-tools.atomic/src/main/java/org/corpus_tools/atomic/extensions/ProcessingComponent.java | Add layer name / id getters to ProcessingComponent | |
Java | apache-2.0 | 2103df4873ea45199ef8749a61a020488440934e | 0 | jmiserez/onos,chinghanyu/onos,opennetworkinglab/onos,kuujo/onos,y-higuchi/onos,sdnwiselab/onos,lsinfo3/onos,y-higuchi/onos,oeeagle/onos,mengmoya/onos,jinlongliu/onos,donNewtonAlpha/onos,castroflavio/onos,kuangrewawa/onos,oplinkoms/onos,zsh2938/onos,packet-tracker/onos,kuangrewawa/onos,Shashikanth-Huawei/bmp,oplinkoms/o... | package org.onlab.onos.store.service.impl;
import static org.slf4j.LoggerFactory.getLogger;
import java.util.Vector;
import net.kuujo.copycat.cluster.TcpClusterConfig;
import net.kuujo.copycat.cluster.TcpMember;
import net.kuujo.copycat.event.LeaderElectEvent;
import net.kuujo.copycat.internal.log.ConfigurationEntry... | core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java | package org.onlab.onos.store.service.impl;
import static org.slf4j.LoggerFactory.getLogger;
import java.util.Vector;
import net.kuujo.copycat.cluster.TcpClusterConfig;
import net.kuujo.copycat.cluster.TcpMember;
import net.kuujo.copycat.event.LeaderElectEvent;
import net.kuujo.copycat.internal.log.ConfigurationEntry... | ClusterMessagingProtocol: initialize on demand
Change-Id: I58b6dfb4c1756a2ee097847b1b3363d829d25676
| core/store/dist/src/main/java/org/onlab/onos/store/service/impl/ClusterMessagingProtocol.java | ClusterMessagingProtocol: initialize on demand | |
Java | apache-2.0 | f2bf7ac697df61c23e5e2b51391a2e07b9dd9c8f | 0 | xquery/marklogic-sesame,marklogic/marklogic-sesame,marklogic/marklogic-sesame,xquery/marklogic-sesame,xquery/marklogic-sesame,marklogic/marklogic-sesame | /*
* Copyright 2015-2016 MarkLogic Corporation
*
* 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... | marklogic-sesame/src/main/java/com/marklogic/semantics/sesame/client/MarkLogicClientImpl.java | /*
* Copyright 2015-2016 MarkLogic Corporation
*
* 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... | #326 copy options name from strucutured query definition to boolean and graph query definition
| marklogic-sesame/src/main/java/com/marklogic/semantics/sesame/client/MarkLogicClientImpl.java | #326 copy options name from strucutured query definition to boolean and graph query definition | |
Java | apache-2.0 | 95cea065e6482f90bb05cfff0eab517532ba2365 | 0 | pubudu538/product-private-paas,wso2/product-private-paas,Vishanth/product-private-paas,gayangunarathne/private-paas,pubudu538/product-private-paas,pubudu538/product-private-paas,pubudu538/product-private-paas,Thanu/product-private-paas,gayangunarathne/private-paas,liurl3/product-private-paas,wso2/product-private-paas,n... | /**
* 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"... | source/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.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"... | Fixing NPE in ServiceUtils
| source/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java | Fixing NPE in ServiceUtils | |
Java | apache-2.0 | 491c7ce82310619600c6d00ff734878d60a0e76c | 0 | dalmirdasilva/dom-distiller,dalmirdasilva/dom-distiller,dalmirdasilva/dom-distiller,dalmirdasilva/dom-distiller,dalmirdasilva/dom-distiller | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/*
* Parts of this file are adapted from Readability.
*
* Readability is Copyright (c) 2010 Src90 Inc
* and licenced under the Apache License, Version... | src/com/dom_distiller/client/PagingLinksFinder.java | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/*
* Parts of this file are adapted from Readability.
*
* Readability is Copyright (c) 2010 Src90 Inc
* and licenced under the Apache License, Version... | Use pre-compiled regexes for many things in PagingLinksFinder
BUG=440977
R=wychen@chromium.org
Review URL: https://codereview.chromium.org/837193006
| src/com/dom_distiller/client/PagingLinksFinder.java | Use pre-compiled regexes for many things in PagingLinksFinder | |
Java | apache-2.0 | 4fbb4979e8274346f865b6e20b22663a146738e5 | 0 | jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient,jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient | package org.sagebionetworks.web.client.widget.entity.renderer;
import static org.sagebionetworks.web.client.SynapseJSNIUtilsImpl._unmountComponentAtNode;
import java.util.List;
import org.gwtbootstrap3.client.ui.Anchor;
import org.gwtbootstrap3.client.ui.html.Div;
import org.gwtbootstrap3.client.ui.html.Span;
import... | src/main/java/org/sagebionetworks/web/client/widget/entity/renderer/PlotlyWidgetViewImpl.java | package org.sagebionetworks.web.client.widget.entity.renderer;
import static org.sagebionetworks.web.client.SynapseJSNIUtilsImpl._unmountComponentAtNode;
import java.util.List;
import org.gwtbootstrap3.client.ui.Anchor;
import org.gwtbootstrap3.client.ui.html.Div;
import org.gwtbootstrap3.client.ui.html.Span;
import... | add comment
| src/main/java/org/sagebionetworks/web/client/widget/entity/renderer/PlotlyWidgetViewImpl.java | add comment | |
Java | apache-2.0 | 91ec9b4cb8874b8ba0a0ac02cd43db27f55fa578 | 0 | benfortuna/copper-engine,copper-engine/copper-engine,copper-engine/copper-engine,benfortuna/copper-engine | /*
* Copyright 2002-2013 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | projects/copper-monitoring/copper-monitoring-core/src/test/java/de/scoopgmbh/copper/monitoring/core/data/MonitoringDataStorageTest.java | /*
* Copyright 2002-2013 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Annimation fix
| projects/copper-monitoring/copper-monitoring-core/src/test/java/de/scoopgmbh/copper/monitoring/core/data/MonitoringDataStorageTest.java | Annimation fix | |
Java | apache-2.0 | 54f89a767b21db26d5f7b3e8032d3efcddb239f9 | 0 | ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE | package uk.ac.ebi.quickgo.annotation.download.header;
import uk.ac.ebi.quickgo.annotation.download.TSVDownload;
import java.io.IOException;
import java.util.*;
import java.util.function.BiConsumer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.MediaType;
import org.springfra... | annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/download/header/TSVHeaderCreator.java | package uk.ac.ebi.quickgo.annotation.download.header;
import uk.ac.ebi.quickgo.annotation.download.TSVDownload;
import java.io.IOException;
import java.util.*;
import java.util.function.BiConsumer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.MediaType;
import org.springfra... | Remove wayward underscore from column name.
| annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/download/header/TSVHeaderCreator.java | Remove wayward underscore from column name. | |
Java | apache-2.0 | 964def0e320bcab1b5e46ab657a71f3222d8a7dc | 0 | hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,HubSpot/Singularity | package com.hubspot.singularity.mesos;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.Sets;
import com.google.inject.Inject;
import com.hubspot.mesos.JavaUtils;
import com.hubspot.mesos.Resources;
import com.hubspot.mesos.json.MesosAgentMetricsSnapshotObject;
import com.hubspo... | SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosOfferScheduler.java | package com.hubspot.singularity.mesos;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.Sets;
import com.google.inject.Inject;
import com.hubspot.mesos.JavaUtils;
import com.hubspot.mesos.Resources;
import com.hubspot.mesos.json.MesosAgentMetricsSnapshotObject;
import com.hubspo... | Add timeout within offer loop for single request taking too long
| SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosOfferScheduler.java | Add timeout within offer loop for single request taking too long |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.