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
bsd-3-clause
67adca7c746f522ceec17e2cf4ac8f75c61be94e
0
buckett/raven-java,littleyang/raven-java,reki2000/raven-java6,littleyang/raven-java,galmeida/raven-java,buckett/raven-java,galmeida/raven-java,reki2000/raven-java6
package net.kencochrane.raven.connection; import mockit.Injectable; import mockit.NonStrictExpectations; import mockit.Tested; import mockit.Verifications; import net.kencochrane.raven.Raven; import net.kencochrane.raven.event.Event; import org.mockito.MockitoAnnotations; import org.mockito.Spy; import org.testng.anno...
raven/src/test/java/net/kencochrane/raven/connection/AbstractConnectionTest.java
package net.kencochrane.raven.connection; import mockit.Injectable; import mockit.Mock; import mockit.MockUp; import net.kencochrane.raven.Raven; import net.kencochrane.raven.event.Event; import org.mockito.MockitoAnnotations; import org.mockito.Spy; import org.testng.annotations.BeforeMethod; import org.testng.annota...
Use Tested rather than creating dummy implementations
raven/src/test/java/net/kencochrane/raven/connection/AbstractConnectionTest.java
Use Tested rather than creating dummy implementations
Java
bsd-3-clause
error: pathspec 'pig_scripts/TestFlattenAndFilterCompanies.java' did not match any file(s) known to git
1ad831ec0d618eb375d0a20493e8de20cad28b8d
1
fuzzy-id/midas,fuzzy-id/midas,fuzzy-id/midas
import java.io.File; import java.io.IOException; import org.apache.pig.pigunit.PigTest; import org.apache.pig.tools.parameters.ParseException; import org.junit.Test; public class TestFlattenAndFilterCompanies { private PigTest test; private static final String SCRIPT = "flatten_and_filter_companies.pig"; ...
pig_scripts/TestFlattenAndFilterCompanies.java
provide tests
pig_scripts/TestFlattenAndFilterCompanies.java
provide tests
Java
bsd-3-clause
error: pathspec 'src/main/java/com/michael_kuck/android/mkcommons/animation/FadingAnimator.java' did not match any file(s) known to git
d9c2d5ec51cd9993f3063359501b90e71976f095
1
mikumi/MKCommons-Android
/* * * * * This file is part of whereisthat-android * * * * Unless otherwise stated in a separate LICENSE file for this project * * or agreed via contract, all rights reserved by the author. * */ package com.michael_kuck.android.mkcommons.animation; import android.animation.Animator; import android.view.Vi...
src/main/java/com/michael_kuck/android/mkcommons/animation/FadingAnimator.java
Added convenience animator for fade ins/outs
src/main/java/com/michael_kuck/android/mkcommons/animation/FadingAnimator.java
Added convenience animator for fade ins/outs
Java
mit
d39d1f49a8da64e86185c2c0b9ee237f55bb07ec
0
pedro-ribeiro/react-native-firestack,fullstackreact/react-native-firestack,sraka1/react-native-firestack,sraka1/react-native-firestack,fullstackreact/react-native-firestack,tegument/react-native-firestack,pedro-ribeiro/react-native-firestack,tegument/react-native-firestack,sraka1/react-native-firestack,pedro-ribeiro/re...
package io.fullstack.firestack; import android.content.Context; import android.util.Log; import java.util.Map; import android.net.Uri; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.facebook.react.bridge.Arguments; import com.facebook.react.bridge.ReactApplicationCon...
android/src/main/java/io/fullstack/firestack/FirestackAuth.java
package io.fullstack.firestack; import android.content.Context; import android.util.Log; import java.util.Map; import android.net.Uri; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.facebook.react.bridge.Arguments; import com.facebook.react.bridge.ReactApplicationCon...
Facebook login fix android
android/src/main/java/io/fullstack/firestack/FirestackAuth.java
Facebook login fix android
Java
mit
d29551906e1c961bf1f0555e34e9d5e57e2c553d
0
Jpoliachik/react-native-navigation,holmesal/react-native-navigation,wix/react-native-navigation,iotize/react-native-navigation,brianjd/react-native-navigation,lakhman/react-native-navigation,brianjd/react-native-navigation,eeynard/react-native-navigation,luggit/react-native-navigation,yusufyildirim/react-native-navigat...
package com.reactnativenavigation.controllers; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.LayoutRes; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.View; import com.reactnativenavigation.NavigationApplica...
android/app/src/main/java/com/reactnativenavigation/controllers/SplashActivity.java
package com.reactnativenavigation.controllers; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.LayoutRes; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.View; import com.reactnativenavigation.NavigationApplica...
finish the splash if reactContext already running
android/app/src/main/java/com/reactnativenavigation/controllers/SplashActivity.java
finish the splash if reactContext already running
Java
mit
error: pathspec 'PowXN.java' did not match any file(s) known to git
4f9a4fb97c69451d837ae42619fdfa2507975ea5
1
AllyW/jvCode
/* Implement pow(x, n). */ import java.io.*; import java.util.*; public class PowXN { public static double myPow(double x, int n) { double res=1; while(n!=0) { if(n%2==0) { x=x*x; n/=2; } else { ...
PowXN.java
power of numbers - double x, half exp
PowXN.java
power of numbers - double x, half exp
Java
mit
error: pathspec 'SolutionDay5.java' did not match any file(s) known to git
04467b1bedbaf71d37d81d7ead017cc042bb6622
1
KapilRijhwani/HackerRank-30DaysOfCode,KapilRijhwani/HackerRank-30DaysOfCode
import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner in = new Scanner(System.in); int N = in.nextInt(); in.close(); for (int i = 1; i < 11; i++) { System.out.println(N + " x " + i + " = " + N * i); } } }
SolutionDay5.java
Day 5: Loops
SolutionDay5.java
Day 5: Loops
Java
mit
error: pathspec 'lab-13/Oppg_1.java' did not match any file(s) known to git
898943d1c8e31b8766c77802093a2eb7d4e3ad26
1
huxflux/lab
/* * GrafikkEksempelOv1JOGL.java */ import java.awt.*; // klassene Color og Graphics import javax.swing.*; // klassene JFrame og JPanel import java.util.*; import javax.media.opengl.*; //JOGL klasser import javax.media.opengl.glu.*; //glu klasser class Vindu extends JFrame { public Vindu(String tittel) { setTit...
lab-13/Oppg_1.java
jatta
lab-13/Oppg_1.java
jatta
Java
mit
error: pathspec 'Java/Method/Fluent.java' did not match any file(s) known to git
6627850bcf356a8aabb3fa984330145e3cb3bea2
1
maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,manie...
class Main { public static void main(String args []) { Texto t = new Texto("a b c d e"); t = t.adiciona(new Frase("x y")).adiciona(" f g h i"); System.out.println(t); } } class Frase { String frase; Frase(String frase) { this.frase = frase; } } class Texto { S...
Java/Method/Fluent.java
https://pt.stackoverflow.com/q/542775/101
Java/Method/Fluent.java
https://pt.stackoverflow.com/q/542775/101
Java
mit
error: pathspec 'Java/NumberComplement.java' did not match any file(s) known to git
e89ddc7ea87143beff40b4c91b4d379ffd1b44c5
1
Vonzpf/LeetCode,Vonzpf/LeetCode
package LeetCode.Java; /** * Created by tank on 17/3/23. */ public class NumberComplement { public int findComplement(int num) { String binary = Integer.toBinaryString(num); int numberComplement = (int)((long)Math.pow(2, binary.length()) - 1 - num); return numberComplement; } }
Java/NumberComplement.java
476.Number Complement
Java/NumberComplement.java
476.Number Complement
Java
mit
error: pathspec 'src/Java/Q107020/Recur3.java' did not match any file(s) known to git
b8b88c8bf56b1e8fbc7b200a56621f2a4d40f13c
1
umyuu/Sample,umyuu/Sample,umyuu/Sample,umyuu/Sample
import java.util.Arrays; import java.util.Scanner; import java.util.stream.Collectors; import java.util.stream.Stream; public class Recur3 { static void recur3(int n) { if (n <= 0) { throw new UnsupportedOperationException(String.valueOf(n)); } // new int[100]で宣言する意味はないです。 int[] nstk = new int[n]; int[] ...
src/Java/Q107020/Recur3.java
Q107020
src/Java/Q107020/Recur3.java
Q107020
Java
mit
error: pathspec 'CECProject/src/cec/model/Search.java' did not match any file(s) known to git
fc7ff55877b7ada4bff03c63b6722c8810bb0b8b
1
amishwins/project-cec-2013,amishwins/project-cec-2013
package cec.model; import java.util.regex.Pattern; import java.util.regex.Matcher; public class Search { String source; String patternToFind; Search(String source, String patternToFind) { this.patternToFind = patternToFind; this.source = source; } private boolean isMatch() { Pattern ...
CECProject/src/cec/model/Search.java
Search Feature
CECProject/src/cec/model/Search.java
Search Feature
Java
mit
error: pathspec 'codingbat/Warmup-1/parrotTrouble.java' did not match any file(s) known to git
ff35c63e8359ea0ed388af1a1aad7b9e9cd6a84e
1
controversial/APCS
public boolean parrotTrouble(boolean talking, int hour) { return (hour < 7 || hour > 20) && talking; }
codingbat/Warmup-1/parrotTrouble.java
Create parrotTrouble.java
codingbat/Warmup-1/parrotTrouble.java
Create parrotTrouble.java
Java
mit
error: pathspec 'src/gameengine/engine/GameBuilder.java' did not match any file(s) known to git
d147105f62f016ff1415c134fa44424d864d0ecf
1
amiyajima/voogasalad_VOOGirlsGeneration,mzhu22/TurnBasedStrategy
package gameengine.engine; import gamedata.gamecomponents.Level; import gamedata.gamecomponents.Patch; import gamedata.gamecomponents.Piece; import gameengine.player.Player; import java.util.List; import java.util.Map; public class GameBuilder { private Parser myParser; private List<Player> myPlayers; pri...
src/gameengine/engine/GameBuilder.java
created GameBuilder
src/gameengine/engine/GameBuilder.java
created GameBuilder
Java
mit
error: pathspec 'com/cinnamon/system/DestroyEventHandler.java' did not match any file(s) known to git
0163f5c8637761548d69bdc49e263f3a9f55c814
1
joltix/Cinnamon
package com.cinnamon.system; /** * Wrapper for an {@link EventHandler} of type {@link DestroyEvent}. */ public interface DestroyEventHandler extends EventHandler<DestroyEvent> { }
com/cinnamon/system/DestroyEventHandler.java
Wrapper for an EventHandler<DestroyEvent>
com/cinnamon/system/DestroyEventHandler.java
Wrapper for an EventHandler<DestroyEvent>
Java
mit
error: pathspec 'src/main/java/seedu/ezdo/logic/commands/SaveCommand.java' did not match any file(s) known to git
471645888bbed8e5e745eb7f725a75e39e73dd54
1
CS2103JAN2017-W14-B4/main,CS2103JAN2017-W14-B4/main
package seedu.ezdo.logic.commands; import java.io.File; import seedu.ezdo.commons.exceptions.IllegalValueException; import seedu.ezdo.logic.commands.exceptions.CommandException; /** * Changes the save location of ezDo. */ public class SaveCommand extends Command { public static final String COMMAND_WORD = "sa...
src/main/java/seedu/ezdo/logic/commands/SaveCommand.java
Create SaveCommand.java
src/main/java/seedu/ezdo/logic/commands/SaveCommand.java
Create SaveCommand.java
Java
mit
error: pathspec 'src/main/java/com/leetcode/design/InsertDeleteGetRandom.java' did not match any file(s) known to git
813a3c51feb1933b6a14b7ec301f738568abc4bb
1
ramswaroop/Algorithms-and-Data-Structures-in-Java
package com.leetcode.design; import java.util.*; import static org.junit.jupiter.api.Assertions.*; /** * Level: Medium * Link: https://leetcode.com/problems/insert-delete-getrandom-o1/ * Description: * Design a data structure that supports all following operations in average O(1) time. * * insert(val): Inserts...
src/main/java/com/leetcode/design/InsertDeleteGetRandom.java
Insert Delete GetRandom O(1): done
src/main/java/com/leetcode/design/InsertDeleteGetRandom.java
Insert Delete GetRandom O(1): done
Java
mit
error: pathspec 'src/main/java/cz/sparko/javagrandejmh/v2/section2/CryptBench.java' did not match any file(s) known to git
7a4cefc943ef1663ddf821f5defce456a56bb2bf
1
sparkoo/Java-Grande-JMH
/************************************************************************** * * * Java Grande Forum Benchmark Suite - Version 2.0 * * * * ...
src/main/java/cz/sparko/javagrandejmh/v2/section2/CryptBench.java
section2 CryptBench
src/main/java/cz/sparko/javagrandejmh/v2/section2/CryptBench.java
section2 CryptBench
Java
mit
error: pathspec 'src/cn/simastudio/charkey/codinginterview/MinNumberInRotateArray.java' did not match any file(s) known to git
641e68a929c3c425e8aa1299c19c3d1917c6567a
1
CharkeyQK/AlgorithmDataStructure
/* * Copyright (c) 2013-2015 Charkey. All rights reserved. * * This software is the confidential and proprietary information of Charkey. * You shall not disclose such Confidential Information and shall use it only * in accordance with the terms of the agreements you entered into with Charkey. * * Charkey MAKES N...
src/cn/simastudio/charkey/codinginterview/MinNumberInRotateArray.java
minNumberInRotateArray
src/cn/simastudio/charkey/codinginterview/MinNumberInRotateArray.java
minNumberInRotateArray
Java
mit
error: pathspec 'src/main/java/com/github/aureliano/achmed/helper/EasterEggHelper.java' did not match any file(s) known to git
1b46c43931ac2f31ffd052782476e45951be4945
1
aureliano/achmed
package com.github.aureliano.achmed.helper; import java.util.Calendar; public final class EasterEggHelper { private EasterEggHelper() { throw new InstantiationError(this.getClass().getName() + " cannot be instantiated."); } public static String greeting() { Calendar calendar = Calendar.getInstance(); int ...
src/main/java/com/github/aureliano/achmed/helper/EasterEggHelper.java
Create easter egg helper with greeting method.
src/main/java/com/github/aureliano/achmed/helper/EasterEggHelper.java
Create easter egg helper with greeting method.
Java
mit
error: pathspec 'framework/core/src/main/java/edu/tamu/framework/config/CoreScheduleConfig.java' did not match any file(s) known to git
de39c7b8881532f1808572a8b6e189570f7e86a0
1
TAMULib/Weaver-Webservice-Core
/* * ScheduleConfig.java * * Version: * $Id$ * * Revisions: * $Log$ */ package edu.tamu.framework.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; import or...
framework/core/src/main/java/edu/tamu/framework/config/CoreScheduleConfig.java
Added schedule config.
framework/core/src/main/java/edu/tamu/framework/config/CoreScheduleConfig.java
Added schedule config.
Java
mit
error: pathspec '1-algorithm/13-leetcode/java/src/advanced/scan/twopointers/lc240_searcha2dmatrix2/Solution.java' did not match any file(s) known to git
bb99405b5c5b3669a336ee4a203b4efadbeff51c
1
cdai/interview
package advanced.scan.twopointers.lc240_searcha2dmatrix2; import java.util.Arrays; /** * Write an efficient algorithm that searches for a value in an m x n matrix. * This matrix has the following properties: * Integers in each row are sorted in ascending from left to right. * Integers in each column are sorted in...
1-algorithm/13-leetcode/java/src/advanced/scan/twopointers/lc240_searcha2dmatrix2/Solution.java
leetcode-240 search a 2D matrix 2
1-algorithm/13-leetcode/java/src/advanced/scan/twopointers/lc240_searcha2dmatrix2/Solution.java
leetcode-240 search a 2D matrix 2
Java
cc0-1.0
error: pathspec 'sort/binaryinsertionSort.java' did not match any file(s) known to git
1449d9718e8365c54c226c10d678817404e880d7
1
ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovski/al-go-rithms,ZoranPandovs...
import java.util.Arrays; class GFG { public static void main(String[] args) { final int[] arr = {37, 23, 0, 17, 12, 72, 31, 46, 100, 88, 54 }; new GFG().sort(arr); for(int i=0; i<arr.length; i++) System.out.print(arr[i]+" "); }...
sort/binaryinsertionSort.java
binary insertion sort in java
sort/binaryinsertionSort.java
binary insertion sort in java
Java
epl-1.0
error: pathspec 'gbp-renderer/gbp-renderer-impl/src/test/java/org/opendaylight/nic/gbp/renderer/impl/GBPTenantPolicyCreatorTest.java' did not match any file(s) known to git
fd0ff32e0388a1ed6fdee966da372a065d3f3593
1
opendaylight/nic
/* * Copyright (c) 2015 NEC 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 available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight....
gbp-renderer/gbp-renderer-impl/src/test/java/org/opendaylight/nic/gbp/renderer/impl/GBPTenantPolicyCreatorTest.java
UnitTest implementation added for GBPTenantPolicyCreator in GBP-Renderer-Impl module. Change-Id: I10a95027a4c3de62286a482d3130415b7b14a937 Signed-off-by: hari.pr <cdc434f53942bae9c5f012cedcbea008f6087533@hcl.com>
gbp-renderer/gbp-renderer-impl/src/test/java/org/opendaylight/nic/gbp/renderer/impl/GBPTenantPolicyCreatorTest.java
UnitTest implementation added for GBPTenantPolicyCreator in GBP-Renderer-Impl module.
Java
agpl-3.0
error: pathspec 'lucas-ejb/ejbModule/florian_haas/lucas/database/EnumQueryComparator.java' did not match any file(s) known to git
8b50d602b8e703c8143ba132dff72162882c951a
1
Listopia-Official/listopia-user-and-company-administration-system,Listopia-Official/listopia-user-and-company-administration-system,Listopia-Official/listopia-user-and-company-administration-system
package florian_haas.lucas.database; public enum EnumQueryComparator { EQUAL, NOT_EQUAL, GREATHER_THAN, LESS_THAN, GREATHER_EQUAL, LESS_EQUAL, IN, NOT_IN, LIKE, NOT_LIKE; public static EnumQueryComparator[] getNumericComparators() { return new EnumQueryComparator[] { EQUAL, NOT_EQUAL, GREATHER_THAN, LE...
lucas-ejb/ejbModule/florian_haas/lucas/database/EnumQueryComparator.java
Added EnumQueryComparator
lucas-ejb/ejbModule/florian_haas/lucas/database/EnumQueryComparator.java
Added EnumQueryComparator
Java
agpl-3.0
error: pathspec 'wasp-cli/src/main/java/edu/yu/einstein/wasp/cli/TemplateFileHandler.java' did not match any file(s) known to git
6e90e86c2b62e0fb7ba36f3770139268491bf742
1
WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central,WASP-System/central
package edu.yu.einstein.wasp.cli; import java.io.IOException; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; public class TemplateFileHandler { public static void createTemplateFile(Path path, boolean isUsingExistingCellLib...
wasp-cli/src/main/java/edu/yu/einstein/wasp/cli/TemplateFileHandler.java
added forgotten new file
wasp-cli/src/main/java/edu/yu/einstein/wasp/cli/TemplateFileHandler.java
added forgotten new file
Java
agpl-3.0
error: pathspec 'src/test/java/org/kuali/kra/award/htmlunitwebtest/AwardReportsWebTest.java' did not match any file(s) known to git
2f63396888120ce6a286068799bdc9eea4ecd314
1
iu-uits-es/kc,ColostateResearchServices/kc,geothomasp/kcmit,jwillia/kc-old1,UniversityOfHawaiiORS/kc,iu-uits-es/kc,mukadder/kc,jwillia/kc-old1,iu-uits-es/kc,kuali/kc,ColostateResearchServices/kc,geothomasp/kcmit,mukadder/kc,jwillia/kc-old1,ColostateResearchServices/kc,geothomasp/kcmit,geothomasp/kcmit,UniversityOfHawai...
/* * Copyright 2006-2008 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless re...
src/test/java/org/kuali/kra/award/htmlunitwebtest/AwardReportsWebTest.java
KCAWD-20 - added awardReportsWebTest, deleted unused tests from AwardPaymentReportsAndTermsActionTest
src/test/java/org/kuali/kra/award/htmlunitwebtest/AwardReportsWebTest.java
KCAWD-20 - added awardReportsWebTest, deleted unused tests from AwardPaymentReportsAndTermsActionTest
Java
agpl-3.0
error: pathspec 'src/test/java/org/kuali/kra/proposaldevelopment/web/ProposalActionsWebTest.java' did not match any file(s) known to git
19a70d057cfd6e8d139ff2b15d392a2e35c3efef
1
jwillia/kc-old1,kuali/kc,jwillia/kc-old1,mukadder/kc,geothomasp/kcmit,geothomasp/kcmit,UniversityOfHawaiiORS/kc,ColostateResearchServices/kc,geothomasp/kcmit,UniversityOfHawaiiORS/kc,geothomasp/kcmit,UniversityOfHawaiiORS/kc,mukadder/kc,mukadder/kc,iu-uits-es/kc,jwillia/kc-old1,kuali/kc,geothomasp/kcmit,iu-uits-es/kc,k...
/* * Copyright 2006-2008 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless re...
src/test/java/org/kuali/kra/proposaldevelopment/web/ProposalActionsWebTest.java
KRACOEUS-1762, added WebTest Unit test to continue to validate this fix.
src/test/java/org/kuali/kra/proposaldevelopment/web/ProposalActionsWebTest.java
KRACOEUS-1762, added WebTest Unit test to continue to validate this fix.
Java
lgpl-2.1
error: pathspec 'src/dr/app/beagle/tools/BeagleSequenceSimulator.java' did not match any file(s) known to git
9f34a05af81487524da63efa16cb23b53cc7823a
1
armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,svn2github/beast-mcmc,svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,armanbilge/BEAST_sandbox
package dr.app.beagle.tools; import dr.app.beagle.evomodel.sitemodel.GammaSiteRateModel; import dr.app.beagle.evomodel.substmodel.FrequencyModel; import dr.app.beagle.evomodel.substmodel.HKY; import dr.evolution.alignment.SimpleAlignment; import dr.evolution.datatype.Codons; import dr.evolution.datatype.DataType; impo...
src/dr/app/beagle/tools/BeagleSequenceSimulator.java
working on seq simulator for Beagle git-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@4832 ca793f91-a31e-0410-b540-2769d408b6a1
src/dr/app/beagle/tools/BeagleSequenceSimulator.java
working on seq simulator for Beagle
Java
unlicense
error: pathspec 'CoolGame.java' did not match any file(s) known to git
ba8dd733a5917437093af27a733084b39cd19098
1
czarlos/SwordRun,kjian279/fishing-for-treasure,chinnychin19/CS308_Proj1,myhgew/JGame_2DShootingGame
class CoolGame { public static void main (String args[]) { System.out.println("Cool!"); } }
CoolGame.java
Added the first Java file.
CoolGame.java
Added the first Java file.
Java
apache-2.0
a0f81df70b4f0177c6978a4d1190aff4f77e933f
0
ryano144/intellij-community,salguarnieri/intellij-community,orekyuu/intellij-community,semonte/intellij-community,allotria/intellij-community,amith01994/intellij-community,mglukhikh/intellij-community,kool79/intellij-community,samthor/intellij-community,michaelgallacher/intellij-community,FHannes/intellij-community,ol-...
package com.intellij.execution.impl; import com.intellij.codeInsight.CodeInsightColors; import com.intellij.execution.filters.*; import com.intellij.execution.process.ProcessHandler; import com.intellij.execution.ui.ConsoleView; import com.intellij.execution.ui.ConsoleViewContentType; import com.intellij.ide.macro.Dat...
source/com/intellij/execution/impl/ConsoleViewImpl.java
package com.intellij.execution.impl; import com.intellij.codeInsight.CodeInsightColors; import com.intellij.execution.filters.*; import com.intellij.execution.process.ProcessHandler; import com.intellij.execution.ui.ConsoleView; import com.intellij.execution.ui.ConsoleViewContentType; import com.intellij.ide.macro.Dat...
Cosmetics
source/com/intellij/execution/impl/ConsoleViewImpl.java
Cosmetics
Java
apache-2.0
fee4f8a772a24a670cd5e786add6fe2fb6ede26a
0
xfournet/intellij-community,ibinti/intellij-community,da1z/intellij-community,mglukhikh/intellij-community,vvv1559/intellij-community,mglukhikh/intellij-community,asedunov/intellij-community,suncycheng/intellij-community,ThiagoGarciaAlves/intellij-community,suncycheng/intellij-community,allotria/intellij-community,xfou...
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/compiler/impl/src/com/intellij/compiler/chainsSearch/completion/lookup/ChainCompletionNewVariableLookupElement.java
/* * Copyright 2000-2017 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...
fix completion insertion
java/compiler/impl/src/com/intellij/compiler/chainsSearch/completion/lookup/ChainCompletionNewVariableLookupElement.java
fix completion insertion
Java
apache-2.0
bb394d5e10d46fff6a1bf78622fcd570d7f757fc
0
xfournet/intellij-community,suncycheng/intellij-community,suncycheng/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,da1z/intellij-community,apixandru/intellij-community,vvv1559/intellij-community,asedunov/intellij-community,ibinti/intellij-community,xfournet/intellij-community,xfour...
/* * Copyright (c) 2007-2009, Osmorc Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list...
java/manifest/src/org/jetbrains/lang/manifest/header/impl/StandardManifestHeaderParsers.java
/* * Copyright (c) 2007-2009, Osmorc Development Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list...
[java] recognizes "Automatic-Module-Name" and "Multi-Release" in manifests
java/manifest/src/org/jetbrains/lang/manifest/header/impl/StandardManifestHeaderParsers.java
[java] recognizes "Automatic-Module-Name" and "Multi-Release" in manifests
Java
apache-2.0
2cb96f6e6d7ad160e73eb0ee72ea511dce32f802
0
titusfortner/selenium,jabbrwcky/selenium,lmtierney/selenium,rovner/selenium,carsonmcdonald/selenium,tbeadle/selenium,TikhomirovSergey/selenium,Dude-X/selenium,customcommander/selenium,gorlemik/selenium,zenefits/selenium,tkurnosova/selenium,sag-enorman/selenium,carlosroh/selenium,sankha93/selenium,bayandin/selenium,minh...
/* Copyright 2011 Selenium committers Copyright 2011 Software Freedom Conservancy 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...
java/server/src/org/openqa/grid/web/Hub.java
/* Copyright 2011 Selenium committers Copyright 2011 Software Freedom Conservancy 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...
Old console is now available at /grid/old/console/
java/server/src/org/openqa/grid/web/Hub.java
Old console is now available at /grid/old/console/
Java
apache-2.0
82a4550f7d552f8cd0909d6a90cce42b9486a1cd
0
akosyakov/intellij-community,supersven/intellij-community,semonte/intellij-community,ThiagoGarciaAlves/intellij-community,Distrotech/intellij-community,petteyg/intellij-community,slisson/intellij-community,wreckJ/intellij-community,SerCeMan/intellij-community,mglukhikh/intellij-community,MichaelNedzelsky/intellij-commu...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/profile/codeInspection/ui/SingleInspectionProfilePanel.java
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
"New in 13" (IDEA-110065)
platform/lang-impl/src/com/intellij/profile/codeInspection/ui/SingleInspectionProfilePanel.java
"New in 13" (IDEA-110065)
Java
apache-2.0
d16b2545bcbb78dc58e01b62f7c0166c0b9c8b53
0
skekre98/apex-mlhr,ilganeli/incubator-apex-malhar,sandeep-n/incubator-apex-malhar,brightchen/apex-malhar,apache/incubator-apex-malhar,vrozov/apex-malhar,tweise/incubator-apex-malhar,ilganeli/incubator-apex-malhar,tweise/incubator-apex-malhar,tushargosavi/incubator-apex-malhar,brightchen/apex-malhar,patilvikram/apex-mal...
/* * Copyright (c) 2014 DataTorrent, Inc. ALL Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
library/src/main/java/com/datatorrent/lib/io/fs/AbstractFSDirectoryInputOperator.java
/* * Copyright (c) 2014 DataTorrent, Inc. ALL Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
Cleaned up unnecessary object allocations.
library/src/main/java/com/datatorrent/lib/io/fs/AbstractFSDirectoryInputOperator.java
Cleaned up unnecessary object allocations.
Java
apache-2.0
568c7e813aa17679248b144883cf6faf961cecda
0
ibinti/intellij-community,retomerz/intellij-community,allotria/intellij-community,orekyuu/intellij-community,youdonghai/intellij-community,signed/intellij-community,nicolargo/intellij-community,wreckJ/intellij-community,MER-GROUP/intellij-community,salguarnieri/intellij-community,akosyakov/intellij-community,amith01994...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-impl/src/com/intellij/psi/impl/PsiSuperMethodImplUtil.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...
method signature validity assertions for EA-26920
java/java-impl/src/com/intellij/psi/impl/PsiSuperMethodImplUtil.java
method signature validity assertions for EA-26920
Java
apache-2.0
54ae0a557d07128ce36f3b5681c69dde02cf35c4
0
loconsolutions/elasticsearch,F0lha/elasticsearch,ThiagoGarciaAlves/elasticsearch,ZTE-PaaS/elasticsearch,EasonYi/elasticsearch,kenshin233/elasticsearch,wenpos/elasticsearch,AndreKR/elasticsearch,mjason3/elasticsearch,NBSW/elasticsearch,Fsero/elasticsearch,himanshuag/elasticsearch,TonyChai24/ESSource,HarishAtGitHub/elast...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
src/test/java/org/elasticsearch/search/suggest/SuggestSearchTests.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[TEST] use correct index name created for this test
src/test/java/org/elasticsearch/search/suggest/SuggestSearchTests.java
[TEST] use correct index name created for this test
Java
apache-2.0
77f7bec4b39e09ed4543e27c5a650cbde58a6bd9
0
filiphr/camunda-bpm-platform,plexiti/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,jangalinski/camunda-bpm-platform,subhrajyotim/camunda-bpm-platform,langfr/camunda-bpm-platform,joansmith/camunda-bpm-platform,holisticon/camunda-bpm-platform,tcrossland/camunda-bpm-platform,jangalinski/camunda-bpm-platform,skjolber...
package com.camunda.fox.cycle.connector.signavio; import static org.custommonkey.xmlunit.XMLAssert.assertXpathEvaluatesTo; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.In...
cycle/src/test/java/com/camunda/fox/cycle/connector/signavio/SignavioConnectorIT.java
package com.camunda.fox.cycle.connector.signavio; import static org.custommonkey.xmlunit.XMLAssert.assertXpathEvaluatesTo; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.In...
Ignore testcase for HEMERA-3125 atm
cycle/src/test/java/com/camunda/fox/cycle/connector/signavio/SignavioConnectorIT.java
Ignore testcase for HEMERA-3125 atm
Java
apache-2.0
0d7e55d5a5fe9dc151658f9b746959026c0e0b4b
0
tmpgit/intellij-community,fitermay/intellij-community,jagguli/intellij-community,jagguli/intellij-community,signed/intellij-community,kdwink/intellij-community,hurricup/intellij-community,caot/intellij-community,kdwink/intellij-community,tmpgit/intellij-community,michaelgallacher/intellij-community,fengbaicanhe/intelli...
/* * Copyright 2000-2014 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/hg4idea/src/org/zmlx/hg4idea/provider/HgCheckoutProvider.java
/* * Copyright 2000-2014 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...
[hg] cleanup & move result handling to onSuccess from invokeLater
plugins/hg4idea/src/org/zmlx/hg4idea/provider/HgCheckoutProvider.java
[hg] cleanup & move result handling to onSuccess from invokeLater
Java
apache-2.0
6625fca814c9e04d6d2adb0a16a229b3913679df
0
semonte/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,FHannes/intellij-community,apixandru/intellij-community,asedunov/intellij-community,allotria/intellij-community,vvv1559/intellij-community,semonte/intellij-community,youdonghai/intellij-community,FHannes/intellij-community,vvv15...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Add GeneralCommandLine.getEffectiveEnvironment()
platform/platform-api/src/com/intellij/execution/configurations/GeneralCommandLine.java
Add GeneralCommandLine.getEffectiveEnvironment()
Java
apache-2.0
fc3bb1444a0d4a48a955375c0658fd4f188fb509
0
crate/crate,crate/crate,puneetjaiswal/crate,sunny256/crate,aslanbekirov/crate,aslanbekirov/crate,sunny256/crate,aslanbekirov/crate,gmrodrigues/crate,EvilMcJerkface/crate,husky-koglhof/crate,adrpar/crate,sunny256/crate,adrpar/crate,crate/crate,puneetjaiswal/crate,husky-koglhof/crate,EvilMcJerkface/crate,gmrodrigues/crat...
/* * Licensed to CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
core/src/test/java/io/crate/types/LongTypeTest.java
/* * Licensed to CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
- testConversionWithNonAsciiCharacter unicode fix
core/src/test/java/io/crate/types/LongTypeTest.java
- testConversionWithNonAsciiCharacter unicode fix
Java
apache-2.0
55d6620cfdaf8280440029d4f0a719d64097faa6
0
qqming113/saiku,bft-cheb/saiku,wtstengshen/saiku,bisone/saiku,github-iis-soft-ru/saiku,wwf830527/saiku,zegang/saiku,pstoellberger/saiku,bisone/saiku,wtstengshen/saiku,wtstengshen/saiku,witcxc/saiku,pstoellberger/saiku,standino/saiku,newenter/saiku,zegang/saiku,dasbh/saiku,newenter/saiku,qixiaobo/saiku-self,OSBI/saiku,d...
/* * Copyright (C) 2011 Paul Stoellberger * * 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 2 of the License, or (at your option) * any later version. * * Unless requir...
saiku-core/saiku-service/src/main/java/org/saiku/service/olap/OlapQueryService.java
/* * Copyright (C) 2011 Paul Stoellberger * * 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 2 of the License, or (at your option) * any later version. * * Unless requir...
clear inclusions etc. on removedimension
saiku-core/saiku-service/src/main/java/org/saiku/service/olap/OlapQueryService.java
clear inclusions etc. on removedimension
Java
apache-2.0
ef77d90f1b53ac2b0720ae255487f8046fbb9d3a
0
jangalinski/camunda-bpm-platform,plexiti/camunda-bpm-platform,clintmanning/new-empty,clintmanning/new-empty,fouasnon/camunda-bpm-platform,tcrossland/camunda-bpm-platform,camunda/camunda-bpm-platform,menski/camunda-bpm-platform,menski/camunda-bpm-platform,plexiti/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,plexi...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
activiti-engine/src/main/java/org/activiti/engine/impl/webservice/WSOperation.java
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Fixed NPE in WSOperation
activiti-engine/src/main/java/org/activiti/engine/impl/webservice/WSOperation.java
Fixed NPE in WSOperation
Java
apache-2.0
e53b2eb9a9f66832f83516148d52ffe140e44831
0
slisson/intellij-community,wreckJ/intellij-community,tmpgit/intellij-community,ernestp/consulo,salguarnieri/intellij-community,supersven/intellij-community,ivan-fedorov/intellij-community,vladmm/intellij-community,MER-GROUP/intellij-community,Distrotech/intellij-community,orekyuu/intellij-community,ol-loginov/intellij-...
/* * 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...
plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/actions/BrowseCvsRepositoryAction.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...
CVS: browse repository action is always disabled for default project -> do not show
plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/actions/BrowseCvsRepositoryAction.java
CVS: browse repository action is always disabled for default project -> do not show
Java
apache-2.0
60404dd7498a316683f70f6b37e318f63e04cdd1
0
samthor/intellij-community,asedunov/intellij-community,izonder/intellij-community,kool79/intellij-community,MER-GROUP/intellij-community,ahb0327/intellij-community,kdwink/intellij-community,apixandru/intellij-community,samthor/intellij-community,holmes/intellij-community,hurricup/intellij-community,holmes/intellij-comm...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.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...
EA-25324 diagnostics
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.java
EA-25324 diagnostics
Java
apache-2.0
5a9b69919927ee076ca0817da3489e43eb88d338
0
safarmer/bazel,whuwxl/bazel,UrbanCompass/bazel,anupcshan/bazel,snnn/bazel,variac/bazel,juhalindfors/bazel-patches,perezd/bazel,mikelalcon/bazel,zhexuany/bazel,Digas29/bazel,whuwxl/bazel,akira-baruah/bazel,werkt/bazel,dropbox/bazel,anupcshan/bazel,cushon/bazel,dropbox/bazel,werkt/bazel,kchodorow/bazel,meteorcloudy/bazel...
// Copyright 2014 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/skyframe/PackageFunction.java
// Copyright 2014 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...
Only open and read the BUILD file when we don't have a cached preprocessing result. This is a step in the right direction towards the goal of opening and reading each BUILD file exactly once. -- MOS_MIGRATED_REVID=105338761
src/main/java/com/google/devtools/build/lib/skyframe/PackageFunction.java
Only open and read the BUILD file when we don't have a cached preprocessing result.
Java
apache-2.0
a49fb0a1679e984f9678ed51e501a18da3cadca3
0
max2me/collect,srsudar/MamasDelRioAndroid,SDRC-India/collect,SDRC-India/collect,mapkon/collect,mapkon/collect
/* * Copyright (C) 2015 University of Washington * * 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 ...
collect_app/src/main/java/org/odk/collect/android/utilities/TextUtils.java
/* * Copyright (C) 2015 University of Washington * * 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 ...
Fix for opendatakit/opendatakit#1224. Also trimming whitespace.
collect_app/src/main/java/org/odk/collect/android/utilities/TextUtils.java
Fix for opendatakit/opendatakit#1224. Also trimming whitespace.
Java
apache-2.0
fatal: invalid reference: FETCH_HEAD^
2a1193d4ed1a70e322614cea2c0ce0261eaa1d4f
128
patado/Sudoku
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package sudoku; /** * * @author patrick */ public class Admin { public static Grid ThroughList (Grid initialGrid){ for (int i=0 ; i<9 ; i++) //81 cells in total (9*9) for (int j=0 ; j<9 ; j+...
Admin.java
Console version
Admin.java
Console version
Java
apache-2.0
error: pathspec 'src/org/jgroups/protocols/FD_ALL.java' did not match any file(s) known to git
9e7ff71094a06ec22dff581c42b9fc043fe03bd6
1
slaskawi/JGroups,danberindei/JGroups,vjuranek/JGroups,ibrahimshbat/JGroups,pruivo/JGroups,kedzie/JGroups,tristantarrant/JGroups,deepnarsay/JGroups,ibrahimshbat/JGroups,TarantulaTechnology/JGroups,rvansa/JGroups,dimbleby/JGroups,pferraro/JGroups,ibrahimshbat/JGroups,Sanne/JGroups,pruivo/JGroups,tristantarrant/JGroups,rh...
package org.jgroups.protocols; import org.jgroups.stack.Protocol; import org.jgroups.*; import org.jgroups.util.*; import java.util.*; import java.util.List; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import java.io.*; /** ...
src/org/jgroups/protocols/FD_ALL.java
first cut
src/org/jgroups/protocols/FD_ALL.java
first cut
Java
apache-2.0
error: pathspec 'jdk/src/test/java/jdk/util/ArrayTest.java' did not match any file(s) known to git
b3e7e1d868f1ef518d55b4cce76641aa95129ab8
1
whyDK37/pinenut,whyDK37/pinenut
package jdk.util; import java.util.ArrayList; import java.util.List; /** * Created by why on 2016/8/7. */ public class ArrayTest { private static String[] EMPTY_CHEESE_ARRAY = new String[2]; private static List<String> cheesesInStock = new ArrayList<>(); public static void main(String[] args) { ...
jdk/src/test/java/jdk/util/ArrayTest.java
toArray test
jdk/src/test/java/jdk/util/ArrayTest.java
toArray test
Java
apache-2.0
error: pathspec 'concurrency/src/main/java/module-info.java' did not match any file(s) known to git
c52888467f75e9897f23965f544fad352ee3c8d4
1
Torchmind/Mango
/** * Provides utilities which simplify the interaction with concurrency related APIs. * * @author <a href="mailto:johannesd@torchmind.com">Johannes Donath</a> */ module com.torchmind.mango.concurrency { exports com.torchmind.mango.concurrency.lock; requires static com.github.spotbugs.annotations; }
concurrency/src/main/java/module-info.java
Created a basic module-info.
concurrency/src/main/java/module-info.java
Created a basic module-info.
Java
apache-2.0
error: pathspec 'src/test/java/com/fishercoder/_623Test.java' did not match any file(s) known to git
2b0ff7342eb1e6de78a6936886a28702612581a0
1
fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode
package com.fishercoder; import com.fishercoder.common.classes.TreeNode; import com.fishercoder.common.utils.CommonUtils; import com.fishercoder.common.utils.TreeUtils; import com.fishercoder.solutions._1727; import com.fishercoder.solutions._623; import org.junit.BeforeClass; import org.junit.Test; import java.util....
src/test/java/com/fishercoder/_623Test.java
add tests for 623
src/test/java/com/fishercoder/_623Test.java
add tests for 623
Java
apache-2.0
error: pathspec 'bboss-core/src/org/frameworkset/spi/IOCContainerHolder.java' did not match any file(s) known to git
a6ae8c0699cb62a6f933d3853c72e92dfebf6abc
1
bbossgroups/bboss,bbossgroups/bboss,bbossgroups/bboss,bbossgroups/bboss,bbossgroups/bboss
package org.frameworkset.spi; /** * Copyright 2022 bboss * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless require...
bboss-core/src/org/frameworkset/spi/IOCContainerHolder.java
增加IOCContainerHolder工具类,用于保持当前应用进程根ioc容器对象
bboss-core/src/org/frameworkset/spi/IOCContainerHolder.java
增加IOCContainerHolder工具类,用于保持当前应用进程根ioc容器对象
Java
apache-2.0
error: pathspec 'modules/core/test/com/haulmont/cuba/core/JdkVersionTest.java' did not match any file(s) known to git
3f79172c38ce71c4cec0f8eccfd8e0ddc7c06a8a
1
cuba-platform/cuba,dimone-kun/cuba,dimone-kun/cuba,cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba
/* * Copyright (c) 2008-2018 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/core/test/com/haulmont/cuba/core/JdkVersionTest.java
Support Java 9 and 10 for CUBA #910
modules/core/test/com/haulmont/cuba/core/JdkVersionTest.java
Support Java 9 and 10 for CUBA #910
Java
apache-2.0
error: pathspec 'netcat/src/test/java/com/github/dddpaul/netcat/MainFragmentTest.java' did not match any file(s) known to git
0509c81b3bb6f36ed91c0ae712fa93e01967c4f8
1
dddpaul/android-SimpleNetCat
package com.github.dddpaul.netcat; import android.widget.AutoCompleteTextView; import android.widget.Button; import com.github.dddpaul.netcat.ui.MainFragment; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricTestRunner; import...
netcat/src/test/java/com/github/dddpaul/netcat/MainFragmentTest.java
Create sample fragment test
netcat/src/test/java/com/github/dddpaul/netcat/MainFragmentTest.java
Create sample fragment test
Java
apache-2.0
error: pathspec 'capstone/src/main/java/com/google/sps/servlets/DeleteDataServlet.java' did not match any file(s) known to git
470749a59f753e633247e2d2b666c8e3e38d8378
1
googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020
package com.google.sps.servlets; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.Key; import com.google.appengine.api.datastore.PreparedQuery; impor...
capstone/src/main/java/com/google/sps/servlets/DeleteDataServlet.java
Adds servlet to delete entities for debugging purposes
capstone/src/main/java/com/google/sps/servlets/DeleteDataServlet.java
Adds servlet to delete entities for debugging purposes
Java
apache-2.0
error: pathspec 'org.jenetics/src/test/java/org/jenetics/util/XOR32ShiftRandomTest.java' did not match any file(s) known to git
756dc0be3c16c8c4859ef61c5b2fe3ba65628c7a
1
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
org.jenetics/src/test/java/org/jenetics/util/XOR32ShiftRandomTest.java
Adding test for 'XOR32ShiftRandom' class.
org.jenetics/src/test/java/org/jenetics/util/XOR32ShiftRandomTest.java
Adding test for 'XOR32ShiftRandom' class.
Java
apache-2.0
error: pathspec 'osmdroid-android/src/org/andnav/osm/views/overlay/ScaleBarOverlay.java' did not match any file(s) known to git
2724450d688f4a06d2be2bad94f0056e3b8074c7
1
microg/android_external_osmdroid,Sarfarazsajjad/osmdroid,beemogmbh/osmdroid,ak-67/osmdroid,Sarfarazsajjad/osmdroid,beemogmbh/osmdroid,DShamaev/osmdroid,sibext/osmdroid-1,osmdroid/osmdroid,1nv4d3r5/osmdroid,osmdroid/osmdroid,DT9/osmdroid,osmdroid/osmdroid,DShamaev/osmdroid,osmdroid/osmdroid,microg/android_external_osmdr...
package org.andnav.osm.views.overlay; /** * ScaleBarOverlay.java * * Puts a scale bar in the top-left corner of the screen, offset by a configurable * number of pixels. The bar is scaled to 1-inch length by querying for the physical * DPI of the screen. The size of the bar is printed between the tick marks. A ...
osmdroid-android/src/org/andnav/osm/views/overlay/ScaleBarOverlay.java
Added ScaleBarOverlay class
osmdroid-android/src/org/andnav/osm/views/overlay/ScaleBarOverlay.java
Added ScaleBarOverlay class
Java
apache-2.0
error: pathspec 'src/main/java/org/javamoney/moneta/format/MonetaryAmountFormatSymbols.java' did not match any file(s) known to git
b5b8c2c90ce18bf52bd4e35fbf8ba7519d73158d
1
msgilligan/jsr354-ri,msgilligan/jsr354-ri
package org.javamoney.moneta.format; import javax.money.MonetaryAmount; import javax.money.format.MonetaryAmountFormat; /** *The {@link MonetaryAmountFormat} that uses the {@link MonetaryAmountSymbols} to format {@link MonetaryAmount}. * @author Otavio Santana * @see {@link MonetaryAmountSymbols} * @see {@link Mon...
src/main/java/org/javamoney/moneta/format/MonetaryAmountFormatSymbols.java
Create the implementation that uses Symbols to parse MonetaryAmount
src/main/java/org/javamoney/moneta/format/MonetaryAmountFormatSymbols.java
Create the implementation that uses Symbols to parse MonetaryAmount
Java
apache-2.0
error: pathspec 'fiscoflex-rest/src/main/java/mx/fiscoflex/rs/persistence/UsuarioEntity.java' did not match any file(s) known to git
60302ac83ad599f656dcdd47aacad026eaf7d631
1
fiscoflex/erp,fiscoflex/erp,fiscoflex/erp,fiscoflex/erp
package mx.fiscoflex.rs.persistence; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "Usuarios") public class UsuarioEntity { @Id @G...
fiscoflex-rest/src/main/java/mx/fiscoflex/rs/persistence/UsuarioEntity.java
Clase UsuarioEntity
fiscoflex-rest/src/main/java/mx/fiscoflex/rs/persistence/UsuarioEntity.java
Clase UsuarioEntity
Java
apache-2.0
error: pathspec 'oscarexchange4j/src/main/java/com/caris/oscarexchange4j/theme/Position.java' did not match any file(s) known to git
58cb69897359515b7d2322aba76969d3821b7183
1
caris/OSCAR-js,caris/OSCAR-js,caris/OSCAR-js
/** * CARIS oscar - Open Spatial Component ARchitecture * * Copyright 2014 CARIS <http://www.caris.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lic...
oscarexchange4j/src/main/java/com/caris/oscarexchange4j/theme/Position.java
SFD-132 Adding the Position object.
oscarexchange4j/src/main/java/com/caris/oscarexchange4j/theme/Position.java
SFD-132
Java
apache-2.0
error: pathspec 'catalogue/src/main/java/org/project/openbaton/catalogue/nfvo/PluginMessage.java' did not match any file(s) known to git
ba596d29aeb6e9b2baab3b9b0e8ae358051bdb29
1
openbaton/test-plugin,openbaton/test-plugin
package org.project.openbaton.catalogue.nfvo; import java.io.Serializable; import java.util.Collection; /** * Created by tce on 13.08.15. */ public class PluginMessage implements Serializable{ private String methodName; private Collection<Serializable> parameters; public String getMethodName() { ...
catalogue/src/main/java/org/project/openbaton/catalogue/nfvo/PluginMessage.java
renamed module exception to common, started to fill common module with common classes/interfaces and started pluginAgent implementation
catalogue/src/main/java/org/project/openbaton/catalogue/nfvo/PluginMessage.java
renamed module exception to common, started to fill common module with common classes/interfaces and started pluginAgent implementation
Java
apache-2.0
error: pathspec 'integration-testing/src/test/java/com/google/net/stubby/stub/StubConfigTest.java' did not match any file(s) known to git
ba653d4bd0f1ed212e8dc09e51ca5ffc4b06b5c8
1
anuraaga/grpc-java,dapengzhang0/grpc-java,jcanizales/grpc-java,SunilKumarAilneni/cmpe273Lab2,sanjayiyerkudaliprasannakumar/cmpe273submission-grpc-Lab2,dongc/grpc-java,louiscryan/grpc-java,winstar/grpc-java,eamonnmcmanus/grpc-java,elandau/grpc-java,mbarve31/CMPE273-Lab2,mingfly/grpc-java,brengarajalu/GrpcAPI,brengarajal...
package com.google.net.stubby.stub; import static org.junit.Assert.assertEquals; import com.google.net.stubby.Call; import com.google.net.stubby.Channel; import com.google.net.stubby.MethodDescriptor; import com.google.net.stubby.testing.integration.TestServiceGrpc; import org.junit.Test; import org.junit.runner.Run...
integration-testing/src/test/java/com/google/net/stubby/stub/StubConfigTest.java
Move StubConfigTest to third_party ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=79430433
integration-testing/src/test/java/com/google/net/stubby/stub/StubConfigTest.java
Move StubConfigTest to third_party
Java
apache-2.0
error: pathspec 'Algorithms_Java_Implementation/src/com/akh/algorithms/leetcode/easy/lc189/RotateArray.java' did not match any file(s) known to git
db446bf92e7d5c00000f31e53caafa44536e031c
1
akhr/java,akhr/java,akhr/java,akhr/java
/** * @fileName: RotateArray.java * @author: Akhash Ramamurthy * @CreatedOn: Jun 23, 2019 * */ package com.akh.algorithms.leetcode.easy.lc189; import static org.junit.Assert.assertArrayEquals; import java.util.Arrays; import org.junit.Test; /** * @fileName: RotateArray.java * @author: Akhash Ramamurthy * @...
Algorithms_Java_Implementation/src/com/akh/algorithms/leetcode/easy/lc189/RotateArray.java
Rotate an array by k spots in-place
Algorithms_Java_Implementation/src/com/akh/algorithms/leetcode/easy/lc189/RotateArray.java
Rotate an array by k spots in-place
Java
apache-2.0
error: pathspec 'appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/cts/StorageInfoCtsTest.java' did not match any file(s) known to git
08b6b0a840b85a0fa01a74035b681ee1da1c680f
1
androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/andro...
/* * Copyright 2021 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/cts/StorageInfoCtsTest.java
Add StorageInfo.Builder Cts Tests Bug: 184396708 Test: ./gradlew appsearch:appsearch:connectedCheck --info --daemon Change-Id: I3d8514d290440d35b4866f679a55dfe6acebf50a
appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/cts/StorageInfoCtsTest.java
Add StorageInfo.Builder Cts Tests
Java
apache-2.0
error: pathspec 'core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultPrimeMeridian.java' did not match any file(s) known to git
6344463966fb00b5e4368f3fc2914b383aafd7b8
1
apache/sis,apache/sis,apache/sis
/* * 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 ...
core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultPrimeMeridian.java
Missed that file in the "Ported DefaultPrimeMeridian" commit. git-svn-id: 38d176a088663cba44dd40f58e77e6472acb7674@1519592 13f79535-47bb-0310-9956-ffa450edef68
core/sis-referencing/src/main/java/org/apache/sis/referencing/datum/DefaultPrimeMeridian.java
Missed that file in the "Ported DefaultPrimeMeridian" commit.
Java
apache-2.0
error: pathspec 'drools-guvnor/src/main/java/org/drools/guvnor/server/security/RoleBasedPermissionManager.java' did not match any file(s) known to git
eb07265b977c45891f65f8c81e84d5d81e51f272
1
kiereleaseuser/guvnor,etirelli/guvnor,yurloc/guvnor,wmedvede/guvnor,etirelli/guvnor,hxf0801/guvnor,kiereleaseuser/guvnor,etirelli/guvnor,hxf0801/guvnor,Rikkola/guvnor,cristianonicolai/guvnor,adrielparedes/guvnor,cristianonicolai/guvnor,nmirasch/guvnor,baldimir/guvnor,psiroky/guvnor,psiroky/guvnor,cristianonicolai/guvno...
package org.drools.guvnor.server.security; /* * Copyright 2005 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 ...
drools-guvnor/src/main/java/org/drools/guvnor/server/security/RoleBasedPermissionManager.java
Missing one class in my previous commit git-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@21568 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
drools-guvnor/src/main/java/org/drools/guvnor/server/security/RoleBasedPermissionManager.java
Missing one class in my previous commit
Java
apache-2.0
error: pathspec 'modules/indexing/src/main/java/org/gridgain/grid/kernal/processors/query/h2/sql/GridSqlQuerySplitter.java' did not match any file(s) known to git
ebd548ca9c5c1cbe0da1c20a6f693406b3026d0c
1
NSAmelchev/ignite,BiryukovVA/ignite,agura/incubator-ignite,SomeFire/ignite,avinogradovgg/ignite,VladimirErshov/ignite,a1vanov/ignite,voipp/ignite,pperalta/ignite,voipp/ignite,apacheignite/ignite,amirakhmedov/ignite,kidaa/incubator-ignite,dlnufox/ignite,kromulan/ignite,adeelmahmood/ignite,chandresh-pancholi/ignite,vadop...
/* @java.file.header */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ * _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ * / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / * \____/ /_/ /_/ \_,__/...
modules/indexing/src/main/java/org/gridgain/grid/kernal/processors/query/h2/sql/GridSqlQuerySplitter.java
ignite-gg9499 - splitter
modules/indexing/src/main/java/org/gridgain/grid/kernal/processors/query/h2/sql/GridSqlQuerySplitter.java
ignite-gg9499 - splitter
Java
apache-2.0
error: pathspec 'src/main/java/org/ppwcode/vernacular/persistence_III/junit/hibernate2/AbstractHibernatePersistentBeanTest.java' did not match any file(s) known to git
1a79bc2476e13bc03f68684b025edc14a50d7650
1
peopleware/java-ppwcode-vernacular-persistence,peopleware/java-ppwcode-vernacular-persistence
/*<license> Copyright 2004, PeopleWare n.v. NO RIGHTS ARE GRANTED FOR THE USE OF THIS SOFTWARE, EXCEPT, IN WRITING, TO SELECTED PARTIES. </license>*/ package org.ppwcode.vernacular.persistence_III.junit.hibernate2; import java.io.IOException; import java.util.HashMap; import java.util.Iterator; import java.uti...
src/main/java/org/ppwcode/vernacular/persistence_III/junit/hibernate2/AbstractHibernatePersistentBeanTest.java
Reactivating AbstractHibernate(2)PersistentBeanTest git-svn-id: 380e98d998f12029d9780e105f217f907d976ae8@1424 6057c1f7-a7c9-48c9-a9a6-1240b2ac66dc
src/main/java/org/ppwcode/vernacular/persistence_III/junit/hibernate2/AbstractHibernatePersistentBeanTest.java
Reactivating AbstractHibernate(2)PersistentBeanTest
Java
bsd-3-clause
f56a27bb4b041d84d1a144a21cfe46ed4c2d8324
0
wjkohnen/antlr4,Distrotech/antlr4,sidhart/antlr4,cocosli/antlr4,jvanzyl/antlr4,chandler14362/antlr4,cooperra/antlr4,antlr/antlr4,worsht/antlr4,sidhart/antlr4,mcanthony/antlr4,chienjchienj/antlr4,chandler14362/antlr4,chienjchienj/antlr4,chandler14362/antlr4,ericvergnaud/antlr4,lncosie/antlr4,Pursuit92/antlr4,krzkaczor/a...
/* * [The "BSD license"] * Copyright (c) 2012 Terence Parr * Copyright (c) 2012 Sam Harwell * 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...
runtime/Java/src/org/antlr/v4/runtime/tree/gui/TreeViewer.java
/* * [The "BSD license"] * Copyright (c) 2012 Terence Parr * Copyright (c) 2012 Sam Harwell * 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...
makes the UI dialog to save/restore its state - width, height, location on screen, the placement of splitter as well as viewer scale
runtime/Java/src/org/antlr/v4/runtime/tree/gui/TreeViewer.java
makes the UI dialog to save/restore its state - width, height, location on screen, the placement of splitter as well as viewer scale
Java
bsd-3-clause
b5e7fbbae3ea6913034047a4c18a2a36323d952b
0
lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon
/* * $Id: PollManager.java,v 1.244 2012-07-23 17:26:32 barry409 Exp $ */ /* Copyright (c) 2000-2012 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwa...
src/org/lockss/poller/PollManager.java
/* * $Id: PollManager.java,v 1.243 2012-07-20 17:43:24 barry409 Exp $ */ /* Copyright (c) 2000-2012 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Softwa...
Refactor to bring all of the pollMapLock actions into one class, along with the3Polls and TheRecentPolls. git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@18975 4f837ed2-42f5-46e7-a7a5-fa17313484d4
src/org/lockss/poller/PollManager.java
Refactor to bring all of the pollMapLock actions into one class, along with the3Polls and TheRecentPolls.
Java
mit
b8314110507f95ab775fa1c6c8e08d19103a4919
0
lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus
/******************************************************************************* * Copyright (c) 2020 Microsoft Research. All rights reserved. * * The MIT License (MIT) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "S...
tlatools/org.lamport.tlatools/src/tlc2/tool/impl/DebugTool.java
/******************************************************************************* * Copyright (c) 2020 Microsoft Research. All rights reserved. * * The MIT License (MIT) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "S...
target is null during super call in constructor, which triggers eager evaluation in SpecProcessor. [Bug][Debugger]
tlatools/org.lamport.tlatools/src/tlc2/tool/impl/DebugTool.java
target is null during super call in constructor, which triggers eager evaluation in SpecProcessor.
Java
mit
d35bd4bfaee34bed33e55717e9e6c16c49bc1758
0
WorldCretornica/PlotMe-AbstractGenerator
package com.worldcretornica.plotme_abstractgenerator.bukkit; import com.worldcretornica.plotme_abstractgenerator.AbstractGenerator; import com.worldcretornica.plotme_abstractgenerator.WorldGenConfig; import com.worldcretornica.plotme_core.bukkit.api.IBukkitPlotMe_GeneratorManager; import org.bukkit.*; import org.bukki...
src/main/java/com/worldcretornica/plotme_abstractgenerator/bukkit/BukkitAbstractGenManager.java
package com.worldcretornica.plotme_abstractgenerator.bukkit; import com.worldcretornica.plotme_abstractgenerator.AbstractGenerator; import com.worldcretornica.plotme_abstractgenerator.WorldGenConfig; import com.worldcretornica.plotme_core.bukkit.api.IBukkitPlotMe_GeneratorManager; import org.bukkit.*; import org.bukki...
Math Changes.
src/main/java/com/worldcretornica/plotme_abstractgenerator/bukkit/BukkitAbstractGenManager.java
Math Changes.
Java
mit
5e12772d23d682b438e7aed75b92632238fa631c
0
trendrr/java-oss-lib,MarkG/java-oss-lib
/** * */ package com.trendrr.oss.concurrent; import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * Simple threadsafe lazy init object. * * usage: * * LazyInit<MyObject> obj = new LazyInit<MyObject>() { * @Override ...
src/com/trendrr/oss/concurrent/LazyInitObject.java
/** * */ package com.trendrr.oss.concurrent; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * Simple threadsafe lazy init object. * * usage: * * LazyInit<MyObject> obj = new LazyInit<MyObject>() { * @Override * public MyObject init() { * return new MyObject(...
Add set to lazy init object, to bypass init code if needed
src/com/trendrr/oss/concurrent/LazyInitObject.java
Add set to lazy init object, to bypass init code if needed
Java
mit
b89b09ef173b6d1004cfe7f2865ce530f4acedf9
0
civitaspo/embulk-input-hdfs,civitaspo/embulk-input-hdfs
package org.embulk.input.hdfs; import com.google.common.base.Function; import com.google.common.base.Optional; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import org.apache.hadoop.fs.Path; ...
src/test/java/org/embulk/input/hdfs/TestHdfsFileInputPlugin.java
package org.embulk.input.hdfs; import com.google.common.base.Function; import com.google.common.base.Optional; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import org.apache.hadoop.fs.Path; ...
Remove debug log
src/test/java/org/embulk/input/hdfs/TestHdfsFileInputPlugin.java
Remove debug log
Java
mit
8c9a593204301b9f1a08250ced10efb9bb13ce37
0
ReplayMod/MCProtocolLib,xDiP/MCProtocolLib,MCGamerNetwork/MCProtocolLib,Steveice10/MCProtocolLib,kukrimate/MCProtocolLib,Johni0702/MCProtocolLib,HexogenDev/MCProtocolLib
package ch.spacebase.mcprotocol.standard; import java.io.EOFException; import java.io.IOException; import java.net.Socket; import java.net.UnknownHostException; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; import javax.crypto.SecretKey; import org.bouncycastle.crypto.BufferedBlockCipher...
src/main/java/ch/spacebase/mcprotocol/standard/StandardConnection.java
package ch.spacebase.mcprotocol.standard; import java.io.EOFException; import java.io.IOException; import java.net.Socket; import java.net.UnknownHostException; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; import javax.crypto.SecretKey; import org.bouncycastle.crypto.BufferedBlockCipher...
Clear packet queue on disconnect. Also, make sure writing/reading are set to false on error
src/main/java/ch/spacebase/mcprotocol/standard/StandardConnection.java
Clear packet queue on disconnect. Also, make sure writing/reading are set to false on error
Java
mit
0db3a4b161c71c67fa475ec08e820bf1c3d0cd02
0
kreneskyp/openconferenceware-android
package org.osb; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.*; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.graphi...
src/org/osb/ScheduleActivity.java
package org.osb; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.*; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.graphi...
replacing tabs with spaces
src/org/osb/ScheduleActivity.java
replacing tabs with spaces
Java
mit
6ce458a1566bf59048eb474faa4e0dc143f83c75
0
SUSE/saltstack-netapi-client-java,SUSE/salt-netapi-client,SUSE/saltstack-netapi-client-java,mbologna/salt-netapi-client,mbologna/salt-netapi-client,mbologna/saltstack-netapi-client-java,mbologna/saltstack-netapi-client-java
package com.suse.saltstack.netapi.client; import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; import static com.github.tomakehurst.wiremock.client.WireMock.any; import static com.github.tomakehurst.wiremock.client.WireMock.equalTo; import static com.github.tomakehurst.wiremock.client.WireMock.equa...
src/test/java/com/suse/saltstack/netapi/client/SaltStackClientTest.java
package com.suse.saltstack.netapi.client; import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; import static com.github.tomakehurst.wiremock.client.WireMock.any; import static com.github.tomakehurst.wiremock.client.WireMock.equalTo; import static com.github.tomakehurst.wiremock.client.WireMock.equa...
Move annotations after refactoring accordingly
src/test/java/com/suse/saltstack/netapi/client/SaltStackClientTest.java
Move annotations after refactoring accordingly
Java
epl-1.0
7342e6d4dfca2cd3d499bedbb7a7c82c839232fa
0
gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins,gnuarmeclipse/plug-ins
/******************************************************************************* * Copyright (c) 2014 Liviu Ionescu. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at ...
bundles/ilg.gnumcueclipse.debug.gdbjtag/src/ilg/gnumcueclipse/debug/gdbjtag/datamodel/SvdClusterDMNode.java
/******************************************************************************* * Copyright (c) 2014 Liviu Ionescu. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at ...
[#336] fix cluster increment
bundles/ilg.gnumcueclipse.debug.gdbjtag/src/ilg/gnumcueclipse/debug/gdbjtag/datamodel/SvdClusterDMNode.java
[#336] fix cluster increment
Java
agpl-3.0
0caddf8326b4b419d27824019961d830674bec45
0
RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid
/* Copyright (C) 2019 - Gareth Edwards / Rapid Information Systems gareth.edwards@rapid-is.co.uk This file is part of the Rapid Application Platform Rapid 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...
src/com/rapid/server/RapidServletContextListener.java
/* Copyright (C) 2019 - Gareth Edwards / Rapid Information Systems gareth.edwards@rapid-is.co.uk This file is part of the Rapid Application Platform Rapid 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...
Full stack trace logging of error messages on startup
src/com/rapid/server/RapidServletContextListener.java
Full stack trace logging of error messages on startup
Java
agpl-3.0
7d69b6bcf860fe82f8ffa6cc13af4e198ab65fd3
0
play4science/gwap,play4science/gwap,play4science/gwap,play4science/gwap
/* * This file is part of gwap, an open platform for games with a purpose * * Copyright (C) 2013 * Project play4science * Lehr- und Forschungseinheit für Programmier- und Modellierungssprachen * Ludwig-Maximilians-Universität München * * This program is free software: you can redistribute it and/or modify * i...
src/hot/gwap/mit/NewStatement.java
/* * This file is part of gwap, an open platform for games with a purpose * * Copyright (C) 2013 * Project play4science * Lehr- und Forschungseinheit für Programmier- und Modellierungssprachen * Ludwig-Maximilians-Universität München * * This program is free software: you can redistribute it and/or modify * i...
metropolitalia: set default match to 100%
src/hot/gwap/mit/NewStatement.java
metropolitalia: set default match to 100%
Java
lgpl-2.1
cd69040bf8915696de8377a1a85cbdf31e5ac5f6
0
oskopek/jfreechart-fse,oskopek/jfreechart-fse,jfree/jfreechart-fse,jfree/jfreechart-fse
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
src/main/java/org/jfree/chart/renderer/DefaultPolarItemRenderer.java
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2012, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
Fix rendering bug when axis is inverted.
src/main/java/org/jfree/chart/renderer/DefaultPolarItemRenderer.java
Fix rendering bug when axis is inverted.
Java
lgpl-2.1
a496ec966689913bec6200f8e225bd3d0ff77a99
0
celements/celements-core,celements/celements-core
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
src/main/java/com/celements/web/plugin/cmd/EmptyCheckCommand.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
rename mLogger to LOGGER in EmptyCheckCommand
src/main/java/com/celements/web/plugin/cmd/EmptyCheckCommand.java
rename mLogger to LOGGER in EmptyCheckCommand
Java
apache-2.0
7c0fad434eea34fba4241340bd81f9fe73e114bf
0
GoogleCloudPlatform/java-docs-samples,GoogleCloudPlatform/java-docs-samples,GoogleCloudPlatform/java-docs-samples,GoogleCloudPlatform/java-docs-samples,GoogleCloudPlatform/java-docs-samples,GoogleCloudPlatform/java-docs-samples
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
dialogflow/snippets/src/test/java/com/example/dialogflow/KnowledgeBaseManagementIT.java
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
samples: Update KnowledgeBaseId and update rouge SA roles (#1553)
dialogflow/snippets/src/test/java/com/example/dialogflow/KnowledgeBaseManagementIT.java
samples: Update KnowledgeBaseId and update rouge SA roles (#1553)
Java
apache-2.0
9bf791b1feefbb33223f375650a06c0757fae7f6
0
PathVisio/pathvisio,PathVisio/pathvisio,markwoon/pathvisio,markwoon/pathvisio,PathVisio/pathvisio,markwoon/pathvisio,markwoon/pathvisio,PathVisio/pathvisio
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2009 BiGCaT Bioinformatics // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
src/gui/org/pathvisio/gui/swing/MainPanel.java
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2009 BiGCaT Bioinformatics // // 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 // /...
Accessor for model in MainPanel
src/gui/org/pathvisio/gui/swing/MainPanel.java
Accessor for model in MainPanel
Java
apache-2.0
e5be6b0bf9e45bf7f02705ef0db7bea4a2c8548f
0
ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE
package uk.ac.ebi.quickgo.index.annotation; import uk.ac.ebi.quickgo.annotation.common.AnnotationDocument; import uk.ac.ebi.quickgo.annotation.common.AnnotationRepository; import uk.ac.ebi.quickgo.common.solr.TemporarySolrDataStore; import uk.ac.ebi.quickgo.index.annotation.coterms.CoTermTemporaryDataStore; import uk....
indexing/src/test/java/uk/ac/ebi/quickgo/index/annotation/AnnotationIndexingBatchIT.java
package uk.ac.ebi.quickgo.index.annotation; import uk.ac.ebi.quickgo.annotation.common.AnnotationDocument; import uk.ac.ebi.quickgo.annotation.common.AnnotationRepository; import uk.ac.ebi.quickgo.common.solr.TemporarySolrDataStore; import uk.ac.ebi.quickgo.index.annotation.coterms.CoTermTemporaryDataStore; import uk....
Test changes form using AnnotationConfig to AnnotationIndexingConfig.
indexing/src/test/java/uk/ac/ebi/quickgo/index/annotation/AnnotationIndexingBatchIT.java
Test changes form using AnnotationConfig to AnnotationIndexingConfig.
Java
apache-2.0
2d3a1a787db86286aac7a3cacf9525716a1ec71a
0
pruivo/JGroups,slaskawi/JGroups,pferraro/JGroups,rhusar/JGroups,pferraro/JGroups,belaban/JGroups,belaban/JGroups,pruivo/JGroups,TarantulaTechnology/JGroups,slaskawi/JGroups,belaban/JGroups,tristantarrant/JGroups,danberindei/JGroups,ibrahimshbat/JGroups,deepnarsay/JGroups,deepnarsay/JGroups,vjuranek/JGroups,ligzy/JGroup...
package org.jgroups.stack; import org.jgroups.*; import org.jgroups.conf.ClassConfigurator; import org.jgroups.util.TimeScheduler; import org.jgroups.util.Util; import java.util.*; import java.util.concurrent.ThreadFactory; /** * A ProtocolStack manages a number of protocols layered above each other. It creates a...
src/org/jgroups/stack/ProtocolStack.java
package org.jgroups.stack; import org.jgroups.*; import org.jgroups.conf.ClassConfigurator; import org.jgroups.util.TimeScheduler; import org.jgroups.util.Util; import java.util.*; import java.util.concurrent.ThreadFactory; /** * A ProtocolStack manages a number of protocols layered above each other. It creates a...
typed collections
src/org/jgroups/stack/ProtocolStack.java
typed collections
Java
apache-2.0
ec9a8b2c7c6b34ddbea51b461ea6664833556f2a
0
111t8e/h2o-2,h2oai/h2o,vbelakov/h2o,elkingtonmcb/h2o-2,elkingtonmcb/h2o-2,h2oai/h2o-2,111t8e/h2o-2,111t8e/h2o-2,vbelakov/h2o,eg-zhang/h2o-2,rowhit/h2o-2,eg-zhang/h2o-2,rowhit/h2o-2,elkingtonmcb/h2o-2,100star/h2o,calvingit21/h2o-2,h2oai/h2o-2,rowhit/h2o-2,h2oai/h2o,h2oai/h2o,111t8e/h2o-2,eg-zhang/h2o-2,calvingit21/h2o-2...
package hex; import hex.deeplearning.*; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import water.*; import water.api.QuantilesPage; import water.exec.Env; import water.exec.Exec2; import water.fvec.*; import water.util.FrameUtils; import water.util.Log; import water.util.MRUtils; imp...
src/test/java/hex/DeepLearningAutoEncoderTest.java
package hex; import hex.deeplearning.*; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import water.*; import water.api.QuantilesPage; import water.exec.Env; import water.exec.Exec2; import water.fvec.*; import water.util.FrameUtils; import water.util.Log; import water.util.MRUtils; imp...
PUB-603: Update JUnit test of auto-encoder on numerical data to latest changes.
src/test/java/hex/DeepLearningAutoEncoderTest.java
PUB-603: Update JUnit test of auto-encoder on numerical data to latest changes.
Java
apache-2.0
c0e01b12476a5821dfb827768376ee02cad265ca
0
wanggc/mongo-java-driver,jyemin/mongo-java-driver,davydotcom/mongo-java-driver,PSCGroup/mongo-java-driver,kay-kim/mongo-java-driver,rozza/mongo-java-driver,kevinsawicki/mongo-java-driver,wanggc/mongo-java-driver,gianpaj/mongo-java-driver,jyemin/mongo-java-driver,davydotcom/mongo-java-driver,rozza/mongo-java-driver,json...
// DBCursor.java /** * Copyright (C) 2008 10gen 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 requ...
src/main/com/mongodb/DBCursor.java
// DBCursor.java /** * Copyright (C) 2008 10gen 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 requ...
Added getQuery method and set protection level to private for other fields
src/main/com/mongodb/DBCursor.java
Added getQuery method and set protection level to private for other fields
Java
apache-2.0
93d4678cd14f5a742ef2564acaaa0e87f49c75b0
0
Neoskai/greycat,electricalwind/greycat,datathings/greycat,electricalwind/greycat,Neoskai/greycat,datathings/greycat,Neoskai/greycat,electricalwind/greycat,electricalwind/greycat,Neoskai/greycat,Neoskai/greycat,datathings/greycat,Neoskai/greycat,electricalwind/greycat,datathings/greycat,electricalwind/greycat,datathings...
/** * Copyright 2017 The GreyCat Authors. All rights reserved. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless ...
plugins/ml/src/main/java/greycat/ml/profiling/GaussianENode.java
/** * Copyright 2017 The GreyCat Authors. All rights reserved. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless ...
refix
plugins/ml/src/main/java/greycat/ml/profiling/GaussianENode.java
refix
Java
apache-2.0
ac8d3f6d1da4fce2552628b85b5d3b10addf3379
0
nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch
import java.util.*; public class Translator { public Translator (boolean debug) { _debug = debug; } public void translate (Vector<Food> foods) { for (int i = 0; i < foods.size(); i++) { Food toCheck = foods.elementAt(i); } } private boolean ...
AdventOfCode/2020/day21/Babel.java
public class Translator { public Translator (boolean debug) { _debug = debug; } public void translate () { private boolean _debug; }
Update Babel.java
AdventOfCode/2020/day21/Babel.java
Update Babel.java
Java
apache-2.0
f54bf809aaf72a094ea60ce243550cb8ed198ee0
0
alina-ipatina/pentaho-kettle,yshakhau/pentaho-kettle,DFieldFL/pentaho-kettle,eayoungs/pentaho-kettle,lgrill-pentaho/pentaho-kettle,CapeSepias/pentaho-kettle,tkafalas/pentaho-kettle,e-cuellar/pentaho-kettle,ddiroma/pentaho-kettle,matthewtckr/pentaho-kettle,stepanovdg/pentaho-kettle,TatsianaKasiankova/pentaho-kettle,pymj...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
engine/src/org/pentaho/di/job/entries/movefiles/JobEntryMoveFiles.java
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
PDI-12539 - Move Files Job Entry Deletes Wrong File
engine/src/org/pentaho/di/job/entries/movefiles/JobEntryMoveFiles.java
PDI-12539 - Move Files Job Entry Deletes Wrong File
Java
apache-2.0
e4d98e5c19bc75baa67f9c9aa5a66bbc6d673b1b
0
GoogleCloudPlatform/spring-cloud-gcp,GoogleCloudPlatform/spring-cloud-gcp,GoogleCloudPlatform/spring-cloud-gcp,GoogleCloudPlatform/spring-cloud-gcp,GoogleCloudPlatform/spring-cloud-gcp
/* * Copyright 2017-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-gcp-logging/src/test/java/com/google/cloud/spring/logging/LoggingWebMvcConfigurerTests.java
/* * Copyright 2017-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Migrating the tests to JUnit5 (#1011)
spring-cloud-gcp-logging/src/test/java/com/google/cloud/spring/logging/LoggingWebMvcConfigurerTests.java
Migrating the tests to JUnit5 (#1011)
Java
apache-2.0
40ca96ef10023788e09516469787d40f825e1174
0
petermr/cmine,petermr/cmine
package org.xmlcml.cmine.args; import java.io.File; import java.io.IOException; import org.apache.commons.io.FileUtils; import org.apache.log4j.Logger; import org.junit.Ignore; import org.junit.Test; import junit.framework.Assert; public class DefaultArgProcessorTest { private static final Logger LOG = Logger.ge...
src/test/java/org/xmlcml/cmine/args/DefaultArgProcessorTest.java
package org.xmlcml.cmine.args; import java.io.File; import java.io.IOException; import org.apache.commons.io.FileUtils; import org.apache.log4j.Logger; import org.junit.Ignore; import org.junit.Test; import junit.framework.Assert; public class DefaultArgProcessorTest { private static final Logger LOG = Logger.ge...
added sort
src/test/java/org/xmlcml/cmine/args/DefaultArgProcessorTest.java
added sort
Java
apache-2.0
aaee316d38ea18240fb2adc4c8f2f6fddd31b3fb
0
isharac/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,isharac/carbon-apimgt,wso2/carbon-apimgt,chamilaadhi/carbon-apimgt,praminda/carbon-apimgt,chamilaadhi/carbon-apimgt,isharac/carbon-apimgt,wso2/carbon-apimgt,isharac/carbon-apimgt,tharindu1st/carbon-apimgt,malinthaprasan/carbon-apimgt,wso2/carbon-apimgt,tharindu1st/...
/* * Copyright (c) 2005-2013, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIProviderImpl.java
/* * Copyright (c) 2005-2013, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
Fix the api update issue when the API has local scopes assigned
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIProviderImpl.java
Fix the api update issue when the API has local scopes assigned
Java
apache-2.0
fa0675009adc36d5b96af8cb19baafe80bc969c7
0
firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk,firebase/firebase-android-sdk
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
firebase-database/src/main/java/com/google/firebase/database/Query.java
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
Key key -> key (#2493)
firebase-database/src/main/java/com/google/firebase/database/Query.java
Key key -> key (#2493)
Java
apache-2.0
2308386319a119785f6df0fa770c997ffd72d1a2
0
Panda-Programming-Language/Panda
/* * Copyright (c) 2015-2018 Dzikoysk * * 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...
panda/src/main/java/org/panda_lang/panda/framework/language/parser/implementation/statement/StatementParser.java
/* * Copyright (c) 2015-2018 Dzikoysk * * 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...
Implement Parser Bootstrap in the statement parser
panda/src/main/java/org/panda_lang/panda/framework/language/parser/implementation/statement/StatementParser.java
Implement Parser Bootstrap in the statement parser
Java
apache-2.0
4aafb5e5304e23849b7960d5dfe8c793c458d8fe
0
osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi
/* * ============================================================================ * (c) Copyright 2005 Nokia * This material, including documentation and any related computer programs, * is protected by copyright controlled by Nokia and its licensors. * All rights are reserved. * * These materials have been co...
tests/org.osgi.impl.service.policy.unittest/src/org/osgi/impl/service/policy/integrationtests/IntegratedTest.java
/* * ============================================================================ * (c) Copyright 2005 Nokia * This material, including documentation and any related computer programs, * is protected by copyright controlled by Nokia and its licensors. * All rights are reserved. * * These materials have been co...
support for test bundle 2
tests/org.osgi.impl.service.policy.unittest/src/org/osgi/impl/service/policy/integrationtests/IntegratedTest.java
support for test bundle 2
Java
apache-2.0
825a062f7ee6b405232875d22c3454c5e8e107fa
0
bitstorm/wicket,topicusonderwijs/wicket,freiheit-com/wicket,apache/wicket,selckin/wicket,mafulafunk/wicket,zwsong/wicket,apache/wicket,klopfdreh/wicket,apache/wicket,topicusonderwijs/wicket,dashorst/wicket,freiheit-com/wicket,selckin/wicket,mosoft521/wicket,bitstorm/wicket,dashorst/wicket,astrapi69/wicket,aldaris/wicke...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.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 ...
WICKET-4586 add getter for renderer in autocompletetextfield
wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java
WICKET-4586 add getter for renderer in autocompletetextfield