lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | mit | error: pathspec 'src/main/java/no/westerdals/dbpedia_idx/Triple.java' did not match any file(s) known to git
| 84c3692be17ffbaafcb0eff212dbbf7a23e6ce17 | 1 | naimdjon/dbpedia-idx | package no.westerdals.dbpedia_idx;
public final class Triple {
public final String subject, predicate, object;
public Triple(String subject, String predicate, String object) {
this.subject = subject;
this.predicate = predicate;
this.object = object;
}
}
| src/main/java/no/westerdals/dbpedia_idx/Triple.java | triple object.
| src/main/java/no/westerdals/dbpedia_idx/Triple.java | triple object. | |
Java | mit | error: pathspec 'src/org/usfirst/frc/team1699/robot/commands/Pickup.java' did not match any file(s) known to git
| e2da3feefb3a63f8fe3b9dc1224b9bda3d7b0bd2 | 1 | FIRST-Team-1699/2017-code | package org.usfirst.frc.team1699.robot.commands;
import org.usfirst.frc.team1699.utils.command.Command;
import org.usfirst.frc.team1699.utils.drive.XboxController;
import edu.wpi.first.wpilibj.SpeedController;
public class Pickup extends Command{
private XboxController controller;
private SpeedController ... | src/org/usfirst/frc/team1699/robot/commands/Pickup.java | added startpickup and stoppickup for the ball motor... | src/org/usfirst/frc/team1699/robot/commands/Pickup.java | added startpickup and stoppickup for the ball motor... | |
Java | mit | error: pathspec 'src/com/haxademic/sketch/hardware/DmxUSBProMIDIFeet.java' did not match any file(s) known to git
| ff348ddc97f2f29e69bf0745535713db1eadf9c9 | 1 | cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic | package com.haxademic.sketch.hardware;
import com.haxademic.core.app.P;
import com.haxademic.core.app.PAppletHax;
import com.haxademic.core.constants.AppSettings;
import com.haxademic.core.draw.color.EasingColor;
import com.haxademic.core.file.FileUtil;
import com.haxademic.core.hardware.shared.InputTrigger;
import b... | src/com/haxademic/sketch/hardware/DmxUSBProMIDIFeet.java | Feet drums w/lighting
| src/com/haxademic/sketch/hardware/DmxUSBProMIDIFeet.java | Feet drums w/lighting | |
Java | mit | error: pathspec 'GHGEssentials/src/nl/gewoonhdgaming/ess/utils/ChatUtils.java' did not match any file(s) known to git
| 631e4375190072319940c567bf1828782444a843 | 1 | Jasperdoit/GHGEssentials | package nl.gewoonhdgaming.ess.utils;
public class ChatUtils {
}
| GHGEssentials/src/nl/gewoonhdgaming/ess/utils/ChatUtils.java | Package setup | GHGEssentials/src/nl/gewoonhdgaming/ess/utils/ChatUtils.java | Package setup | |
Java | mit | error: pathspec 'DailyProgrammer/src/com/kristof/dailyprogrammer/DiceRoll.java' did not match any file(s) known to git
| 24bb2f0deaf44cdfbcc994b73cc51fc297c52933 | 1 | jkristof/daily-programmer | package com.kristof.dailyprogrammer;
import java.text.NumberFormat;
import java.util.Random;
public class DiceRoll {
public static void main( String[] args ) {
System.out.println( "# of Rolls\t1s\t2s\t3s\t4s\t5s\t6s" );
System.out.println( "=======================================================... | DailyProgrammer/src/com/kristof/dailyprogrammer/DiceRoll.java | Solution for #163 [Easy] Probability Distribution of a 6 Sided Di | DailyProgrammer/src/com/kristof/dailyprogrammer/DiceRoll.java | Solution for #163 [Easy] Probability Distribution of a 6 Sided Di | |
Java | mit | error: pathspec 'src/main/java/com/github/sergueik/swet/JavaHotkeyManager.java' did not match any file(s) known to git
| 15a7d070d98bcb3c6d218b985d30d686f1c78fda | 1 | sergueik/SWET,sergueik/SWET,sergueik/SWET,sergueik/SWET | package com.github.sergueik.swet;
import java.awt.event.KeyEvent;
import com.sun.jna.Native;
import com.sun.jna.NativeLibrary;
import com.sun.jna.Pointer;
import com.sun.jna.win32.W32APIOptions;
import java.util.Arrays;
import java.util.List;
import com.sun.jna.Pointer;
import com.sun.jna.Structure;
// based on: ht... | src/main/java/com/github/sergueik/swet/JavaHotkeyManager.java | initial snapshot
| src/main/java/com/github/sergueik/swet/JavaHotkeyManager.java | initial snapshot | |
Java | mit | error: pathspec 'content-resources/src/main/java/flyway/oskari/V1_36_0__register_contenteditor_bundle.java' did not match any file(s) known to git
| a0c711c0975d2f381ad1605d6e29738523776123 | 1 | nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server | package flyway.oskari;
import fi.nls.oskari.db.BundleHelper;
import fi.nls.oskari.domain.map.view.Bundle;
import org.flywaydb.core.api.migration.jdbc.JdbcMigration;
import java.sql.Connection;
import java.sql.SQLException;
public class V1_36_0__register_contenteditor_bundle implements JdbcMigration {
private st... | content-resources/src/main/java/flyway/oskari/V1_36_0__register_contenteditor_bundle.java | Add flyway class to add bundle
| content-resources/src/main/java/flyway/oskari/V1_36_0__register_contenteditor_bundle.java | Add flyway class to add bundle | |
Java | mpl-2.0 | 1b7890d0b979acf046cd91345072429ebfeccbfb | 0 | petercpg/MozStumbler,priyankvex/MozStumbler,petercpg/MozStumbler,cascheberg/MozStumbler,priyankvex/MozStumbler,MozillaCZ/MozStumbler,priyankvex/MozStumbler,crankycoder/MozStumbler,petercpg/MozStumbler,cascheberg/MozStumbler,hasadna/OpenTrainApp,hasadna/OpenTrainApp,garvankeeley/MozStumbler,crankycoder/MozStumbler,garva... | package org.mozilla.mozstumbler;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection... | src/org/mozilla/mozstumbler/MainActivity.java | package org.mozilla.mozstumbler;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection... | Extract formatTextView() helper method
| src/org/mozilla/mozstumbler/MainActivity.java | Extract formatTextView() helper method | |
Java | agpl-3.0 | error: pathspec 'portlets/opencps-portlet/docroot/WEB-INF/src/org/opencps/jms/business/SyncFromBackOffice.java' did not match any file(s) known to git
| 3182c9a826714f56ff1b9a748447b2d903c91c78 | 1 | hltn/opencps,VietOpenCPS/opencps,hltn/opencps,VietOpenCPS/opencps,VietOpenCPS/opencps,hltn/opencps | /**
* OpenCPS is the open source Core Public Services software
* Copyright (C) 2016-present OpenCPS community
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the... | portlets/opencps-portlet/docroot/WEB-INF/src/org/opencps/jms/business/SyncFromBackOffice.java | Add SyncFromBackend | portlets/opencps-portlet/docroot/WEB-INF/src/org/opencps/jms/business/SyncFromBackOffice.java | Add SyncFromBackend | |
Java | apache-2.0 | 28ab378639e1717c3dccc5b91d84525108e68749 | 0 | emolsson/cassandra,pallavi510/cassandra,bpupadhyaya/cassandra,jasonstack/cassandra,bpupadhyaya/cassandra,pkdevbox/cassandra,driftx/cassandra,yonglehou/cassandra,miguel0afd/cassandra-cqlMod,aweisberg/cassandra,kangkot/stratio-cassandra,caidongyun/cassandra,instaclustr/cassandra,fengshao0907/Cassandra-Research,ejankan/ca... | /*
* 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 no... | test/unit/org/apache/cassandra/db/CleanupTest.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 no... | Fix unit tests for CASSANDRA-2428
git-svn-id: 97f024e056bb8360c163ac9719c09bffda44c4d2@1090054 13f79535-47bb-0310-9956-ffa450edef68
| test/unit/org/apache/cassandra/db/CleanupTest.java | Fix unit tests for CASSANDRA-2428 | |
Java | apache-2.0 | 124c25d39d70626f6e7a5cfd04bef214cd0f2c5d | 0 | linkedin/ambry,xiahome/ambry,pnarayanan/ambry,nsivabalan/ambry,vgkholla/ambry,cgtz/ambry,daniellitoc/ambry-Research,cgtz/ambry,pnarayanan/ambry,linkedin/ambry,linkedin/ambry,vgkholla/ambry,xiahome/ambry,linkedin/ambry,cgtz/ambry,cgtz/ambry,daniellitoc/ambry-Research,nsivabalan/ambry | package com.github.ambry.clustermap;
import com.codahale.metrics.MetricRegistry;
import com.github.ambry.network.Port;
import com.github.ambry.network.PortType;
import java.io.DataInputStream;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;... | ambry-clustermap/src/test/java/com.github.ambry.clustermap/MockClusterMap.java | package com.github.ambry.clustermap;
import com.codahale.metrics.MetricRegistry;
import com.github.ambry.network.Port;
import com.github.ambry.network.PortType;
import java.io.DataInputStream;
import java.io.File;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Array... | Fixing name convention
| ambry-clustermap/src/test/java/com.github.ambry.clustermap/MockClusterMap.java | Fixing name convention | |
Java | apache-2.0 | 1522e1ec8d4c71c2a7e1037c48f91b26fd16e3d1 | 0 | qingsong-xu/picasso,sbp5151/picasso,phileo/picasso,v7lin/picasso,hgl888/picasso,iamyuiwong/picasso,Pannarrow/picasso,myroid/picasso,joansmith/picasso,Gary111/picasso,Jalsoncc/picasso,sephiroth74/picasso,fromsatellite/picasso,tha022/picasso,2017398956/picasso,y97524027/picasso,david-wei/picasso,riezkykenzie/picasso,janz... | package com.squareup.picasso;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.Process;
import android.text.TextUtils;
import java.io.IOException;
import java.io.Input... | picasso/src/main/java/com/squareup/picasso/Picasso.java | package com.squareup.picasso;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.Process;
import android.text.TextUtils;
import java.io.IOException;
import java.io.Input... | Fix typo.
| picasso/src/main/java/com/squareup/picasso/Picasso.java | Fix typo. | |
Java | apache-2.0 | d126558dec790f5d1bd06b13806fba723336869b | 0 | pranavraman/elasticsearch,lmtwga/elasticsearch,onegambler/elasticsearch,Widen/elasticsearch,djschny/elasticsearch,masaruh/elasticsearch,fekaputra/elasticsearch,hechunwen/elasticsearch,cnfire/elasticsearch-1,qwerty4030/elasticsearch,vvcephei/elasticsearch,Liziyao/elasticsearch,polyfractal/elasticsearch,jw0201/elastic,co... | /*
* Licensed to ElasticSearch and Shay Banon 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... | src/test/java/org/elasticsearch/test/integration/indices/store/IndicesStoreTests.java | /*
* Licensed to ElasticSearch and Shay Banon 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... | Add check for health timeout to shardCleanup test
| src/test/java/org/elasticsearch/test/integration/indices/store/IndicesStoreTests.java | Add check for health timeout to shardCleanup test | |
Java | apache-2.0 | f757db63d5c601cc8fc8ae05400ee2a1783324cd | 0 | ThiagoGarciaAlves/intellij-community,FHannes/intellij-community,hurricup/intellij-community,da1z/intellij-community,ibinti/intellij-community,fitermay/intellij-community,ThiagoGarciaAlves/intellij-community,mglukhikh/intellij-community,xfournet/intellij-community,fitermay/intellij-community,signed/intellij-community,si... | /*
* 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... | plugins/git4idea/src/git4idea/ui/branch/GitMultiRootBranchConfig.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... | git: IDEA-152430 Removing remote branch should offer to delete tracking branch
This used to work, but was broken a while ago, during some
refactoring related to using of GitRemoteBranch objects.
| plugins/git4idea/src/git4idea/ui/branch/GitMultiRootBranchConfig.java | git: IDEA-152430 Removing remote branch should offer to delete tracking branch | |
Java | apache-2.0 | 368fc2f6cc4fcd5269c57c486a1c90170d8ee829 | 0 | UweTrottmann/SeriesGuide,0359xiaodong/SeriesGuide,UweTrottmann/SeriesGuide,epiphany27/SeriesGuide,r00t-user/SeriesGuide,artemnikitin/SeriesGuide,hoanganhx86/SeriesGuide | /*
* Copyright 2012 Uwe Trottmann
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | SeriesGuide/src/com/battlelancer/seriesguide/ui/ListsFragment.java | /*
* Copyright 2012 Uwe Trottmann
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | Display stars in lists fragment only if the show is really starred.
| SeriesGuide/src/com/battlelancer/seriesguide/ui/ListsFragment.java | Display stars in lists fragment only if the show is really starred. | |
Java | apache-2.0 | error: pathspec 'code/src/exm/stc/common/lang/CompileTimeArgs.java' did not match any file(s) known to git
| 3544ce42c83d8dc5d01c70b41b47fc8a03d05273 | 1 | JohnPJenkins/swift-t,JohnPJenkins/swift-t,swift-lang/swift-t,basheersubei/swift-t,swift-lang/swift-t,JohnPJenkins/swift-t,blue42u/swift-t,blue42u/swift-t,blue42u/swift-t,JohnPJenkins/swift-t,swift-lang/swift-t,basheersubei/swift-t,swift-lang/swift-t,basheersubei/swift-t,JohnPJenkins/swift-t,blue42u/swift-t,blue42u/swif... | package exm.stc.common.lang;
import java.util.Collections;
import java.util.Map;
import java.util.TreeMap;
import exm.stc.common.Logging;
/**
* Store bindings for argv that are specified at compile time
*/
public class CompileTimeArgs {
/** Store in sorted order as nicety */
private static final Map<String, St... | code/src/exm/stc/common/lang/CompileTimeArgs.java | Add support to turbine for adding additional keyword arguments
git-svn-id: 47705994653588c662f4ea400dfe88107361c0e2@7203 dc4e9af1-7f46-4ead-bba6-71afc04862de
| code/src/exm/stc/common/lang/CompileTimeArgs.java | Add support to turbine for adding additional keyword arguments | |
Java | apache-2.0 | error: pathspec 'src/com/theah64/mock_api/servlets/UploadImageServlet.java' did not match any file(s) known to git
| e27cc3548a1f6ec31fff6e7fbb83a2d6f88f0e65 | 1 | theapache64/Mock-API,theapache64/Mock-API,theapache64/Mock-API | package com.theah64.mock_api.servlets;
import com.theah64.mock_api.database.Projects;
import com.theah64.webengine.utils.*;
import org.json.JSONException;
import javax.imageio.ImageIO;
import javax.servlet.ServletException;
import javax.servlet.annotation.MultipartConfig;
import javax.servlet.annotation.WebServlet;
... | src/com/theah64/mock_api/servlets/UploadImageServlet.java | Got to do compression
| src/com/theah64/mock_api/servlets/UploadImageServlet.java | Got to do compression | |
Java | apache-2.0 | error: pathspec 'app/src/main/java/com/github/keaume/amigo/export/CsvExport.java' did not match any file(s) known to git
| 018c5d0e85cd9217818766cf4ff59a96590b4500 | 1 | keaume/ProjetAmigo | package com.github.keaume.amigo.export;
import android.os.Environment;
import java.io.File;
import java.io.FileWriter;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import com.github.zeroxfelix.obd2fun.sql.ObdData;
import timber.... | app/src/main/java/com/github/keaume/amigo/export/CsvExport.java | Create CsvExport.java | app/src/main/java/com/github/keaume/amigo/export/CsvExport.java | Create CsvExport.java | |
Java | apache-2.0 | error: pathspec 'com/planet_ink/coffee_mud/Abilities/Properties/Prop_ReqEntry.java' did not match any file(s) known to git
| 4c08f269294fba504446db07975d0aa9b0428f61 | 1 | sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,bozimm... | package com.planet_ink.coffee_mud.Abilities.Properties;
public class Prop_ReqEntry
{
}
| com/planet_ink/coffee_mud/Abilities/Properties/Prop_ReqEntry.java |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@1700 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Properties/Prop_ReqEntry.java | ||
Java | apache-2.0 | error: pathspec 'frontcache-core/src/main/java/org/frontcache/hystrix/FC_Total.java' did not match any file(s) known to git
| 3ffc01c5a8e86ca067045e9a7a6cc64794285289 | 1 | frontcache/frontcache,frontcache/frontcache | package org.frontcache.hystrix;
import org.frontcache.FrontCacheEngine;
import com.netflix.hystrix.HystrixCommand;
import com.netflix.hystrix.HystrixCommandGroupKey;
import com.netflix.hystrix.HystrixCommandKey;
import com.netflix.hystrix.HystrixCommandProperties;
import com.netflix.hystrix.HystrixCommandProperties.E... | frontcache-core/src/main/java/org/frontcache/hystrix/FC_Total.java | hystrix command refactoring | frontcache-core/src/main/java/org/frontcache/hystrix/FC_Total.java | hystrix command refactoring | |
Java | apache-2.0 | error: pathspec 'polydata-domain/src/main/java/com/unidev/polydata/domain/Poly.java' did not match any file(s) known to git
| 8e23ec23e4acf7e19c675d4e131bb5792577ec9c | 1 | unidev-polydata/polydata-domain,unidev-polydata/polydata-domain | package com.unidev.polydata.domain;
import java.util.Map;
/**
* Poly - storage for polydata records
*/
public interface Poly extends Map<String, Object> {
}
| polydata-domain/src/main/java/com/unidev/polydata/domain/Poly.java | Domain poly interface
| polydata-domain/src/main/java/com/unidev/polydata/domain/Poly.java | Domain poly interface | |
Java | apache-2.0 | error: pathspec 'chapter_002/src/main/java/ru/job4j/tracker/models/package-info.java' did not match any file(s) known to git
| bca539262573e54547b4231f230b798f1f99b513 | 1 | Basil135/vkucyh | /**
* This package contains models to application tracker.
*/
package ru.job4j.tracker.models; | chapter_002/src/main/java/ru/job4j/tracker/models/package-info.java | Added package-info.java to models
| chapter_002/src/main/java/ru/job4j/tracker/models/package-info.java | Added package-info.java to models | |
Java | apache-2.0 | error: pathspec 'dart/src/test/java/com/f2prateek/dart/internal/IntentBuilderTest.java' did not match any file(s) known to git
| 7515353c2799bc2296620691b17d5036a431bb0b | 1 | pakoito/dart,f2prateek/dart,pakoito/dart,MaTriXy/dart,brunodles/dart,brunodles/dart,AbnerLv/dart,bryant1410/dart,MaTriXy/dart,bryant1410/dart,f2prateek/dart,AbnerLv/dart | /*
* Copyright 2013 Jake Wharton
* Copyright 2014 Prateek Srivastava (@f2prateek)
*
* 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... | dart/src/test/java/com/f2prateek/dart/internal/IntentBuilderTest.java | Add truth test for intent builder
| dart/src/test/java/com/f2prateek/dart/internal/IntentBuilderTest.java | Add truth test for intent builder | |
Java | apache-2.0 | error: pathspec 'projects/question/src/org/batfish/question/CompositeQuestionPlugin.java' did not match any file(s) known to git
| 10bd8df5ec36f5c59349f19183d0843f3d263164 | 1 | intentionet/batfish,batfish/batfish,batfish/batfish,dhalperi/batfish,intentionet/batfish,intentionet/batfish,arifogel/batfish,intentionet/batfish,arifogel/batfish,dhalperi/batfish,intentionet/batfish,arifogel/batfish,batfish/batfish,dhalperi/batfish | package org.batfish.question;
import java.util.ArrayList;
import java.util.List;
import org.batfish.common.Answerer;
import org.batfish.common.plugin.IBatfish;
import org.batfish.datamodel.answers.AnswerElement;
import org.batfish.datamodel.questions.Question;
import com.fasterxml.jackson.annotation.JsonProperty;
p... | projects/question/src/org/batfish/question/CompositeQuestionPlugin.java | add Composite base question
| projects/question/src/org/batfish/question/CompositeQuestionPlugin.java | add Composite base question | |
Java | apache-2.0 | error: pathspec 'rapidoid-integrate/src/main/java/org/rapidoid/integrate/JMustacheViewRenderer.java' did not match any file(s) known to git
| 0ce7708ecdb3c3303de96efa65bd213ffc8288b7 | 1 | rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid | package org.rapidoid.integrate;
import com.samskivert.mustache.Mustache;
import com.samskivert.mustache.Template;
import org.rapidoid.RapidoidThing;
import org.rapidoid.annotation.Authors;
import org.rapidoid.annotation.Since;
import org.rapidoid.http.customize.ViewRenderer;
import org.rapidoid.io.Res;
import org.rapi... | rapidoid-integrate/src/main/java/org/rapidoid/integrate/JMustacheViewRenderer.java | Added support for JMustache view renderer
| rapidoid-integrate/src/main/java/org/rapidoid/integrate/JMustacheViewRenderer.java | Added support for JMustache view renderer | |
Java | artistic-2.0 | error: pathspec 'src/main/java/org/pfaa/chemica/processing/CanonicalForms.java' did not match any file(s) known to git
| 2c4d00c05d892068594e967b796c9015c75387ed | 1 | lawremi/PerFabricaAdAstra,lawremi/PerFabricaAdAstra | package org.pfaa.chemica.processing;
import java.util.Arrays;
import java.util.Collections;
import java.util.Map;
import java.util.Set;
import org.pfaa.chemica.model.IndustrialMaterial;
import org.pfaa.chemica.processing.Form;
import com.google.common.collect.Sets;
public class CanonicalForms {
private static Map<... | src/main/java/org/pfaa/chemica/processing/CanonicalForms.java | introduce notion of CanonicalForms, inferred from item registration
| src/main/java/org/pfaa/chemica/processing/CanonicalForms.java | introduce notion of CanonicalForms, inferred from item registration | |
Java | bsd-3-clause | 9cc6e8864f983e7400cc266b83e74179c112e64f | 0 | karouani/javasimon,ferstl/javasimon,mukteshkrmishra/javasimon,mukteshkrmishra/javasimon,ilmaliek/javasimon,mukteshkrmishra/javasimon,tfordeveaux/javasimon,tfordeveaux/javasimon,tfordeveaux/javasimon,google-code-export/javasimon,ilmaliek/javasimon,ilmaliek/javasimon,tectronics/javasimon,karouani/javasimon,tectronics/jav... | package org.javasimon.javaee;
import org.javasimon.Manager;
import org.javasimon.SimonManager;
import org.javasimon.Split;
import org.javasimon.utils.SimonUtils;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
... | javaee/src/main/java/org/javasimon/javaee/SimonServletFilter.java | package org.javasimon.javaee;
import org.javasimon.Manager;
import org.javasimon.SimonManager;
import org.javasimon.Split;
import org.javasimon.utils.SimonUtils;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Li... | added "simon console" to servlet filter, plain text, but working :-)
git-svn-id: 63b603a2a0cd69e5d3fd458c77bfcc9aeec23abf@322 b27f8733-aa53-0410-bf41-0b3b0dae0d5f
| javaee/src/main/java/org/javasimon/javaee/SimonServletFilter.java | added "simon console" to servlet filter, plain text, but working :-) | |
Java | bsd-3-clause | error: pathspec 'src/test/java/com/notnoop/apns/APNSTest.java' did not match any file(s) known to git
| 383884f79d5c0214ed9992fac2eed8dbf9a6d722 | 1 | treejames/java-apns,talk-to/java-apns,noahxinhao/java-apns,treejames/java-apns,talk-to/java-apns,borellaster/java-apns,flozano/java-apns,l0s/java-apns,SinnerSchraderMobileMirrors/java-apns,notnoop/java-apns,l0s/java-apns,Catapush/java-apns,mukhanov/java-apns,t-watana/java-apns,bilalsas/java-apns,notnoop/java-apns,leanc... | package com.notnoop.apns;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
/**
* Silly Tests
*/
public class APNSTest {
@Test
public void testInstances() {
assertThat(APNS.newPayload(), is(PayloadBuilder.class));
assertThat(APNS.newService(... | src/test/java/com/notnoop/apns/APNSTest.java | add more silly tests
| src/test/java/com/notnoop/apns/APNSTest.java | add more silly tests | |
Java | bsd-3-clause | error: pathspec 'xstream/src/test/com/thoughtworks/acceptance/ImplicitTest.java' did not match any file(s) known to git
| a9daad74b3be868b7e5af8586e869ef4f05de4b9 | 1 | svn2github/xstream,svn2github/xstream | /*
* Copyright (C) 2013 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file.
*
* Created on 22. April 2013 by Joerg Schaible
*/
package com.thought... | xstream/src/test/com/thoughtworks/acceptance/ImplicitTest.java | Add acceptance tests that uses all 3 implicit types at once.
git-svn-id: fe6d842192ccfb78748eb71580d1ce65f168b559@2060 9830eeb5-ddf4-0310-9ef7-f4b9a3e3227e
| xstream/src/test/com/thoughtworks/acceptance/ImplicitTest.java | Add acceptance tests that uses all 3 implicit types at once. | |
Java | bsd-3-clause | error: pathspec 'SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/prediction/DBLanguage.java' did not match any file(s) known to git
| 025421065d197600d7d06faa41e6b1a179700ddb | 1 | BuildmLearn/Indic-Language-Input-Tool-ILIT | package org.buildmlearn.indickeyboard.prediction;
/**
* Created by bhavita on 18/8/16.
*/
public class DBLanguage {
private static String[] predictionLanguages ={ "hindi"}; //Add others here
public static boolean hasPrediction(String lang)
{
boolean result=false;
for(String i:predictio... | SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/prediction/DBLanguage.java | Added DB utlity
| SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/prediction/DBLanguage.java | Added DB utlity | |
Java | mit | 79235f15ba5ffd37f8d62532859445ab2e9df9bc | 0 | Dimmerworld/TechReborn,TechReborn/TechReborn,drcrazy/TechReborn | package techreborn.client.hud;
import cpw.mods.fml.common.eventhandler.EventPriority;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ic2.api.item.ElectricItem;
import ic2.api.item.IElectricItem;
import net.minecraft.client.Mi... | src/main/java/techreborn/client/hud/ChargeHud.java | package techreborn.client.hud;
import cpw.mods.fml.common.eventhandler.EventPriority;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ic2.api.item.ElectricItem;
import ic2.api.item.IElectricItem;
import net.minecraft.client.Mi... | Fixed gui's changing colour while in f3
| src/main/java/techreborn/client/hud/ChargeHud.java | Fixed gui's changing colour while in f3 | |
Java | mit | 9006178a05df3586cc4bfac61634f3bed735cbc1 | 0 | universsky/jedis,perrystreetsoftware/jedis,thinkbread/jedis,zts1993/jedis,hrqiang/jedis,smagellan/jedis,carlvine500/jedis,yapei123/jedis,fengshao0907/jedis,softliumin/jedis,aiyan2001/jedis,cocosli/jedis,zhaojinqiang/jedis,kevinsawicki/jedis,HeartSaVioR/jedis,StevenTsai/jedis,RedisLabs/jedis,JungMinu/jedis,rabbitcount/j... | package redis.clients.jedis;
import org.apache.commons.pool.BasePoolableObjectFactory;
import org.apache.commons.pool.impl.GenericObjectPool;
import org.apache.commons.pool.impl.GenericObjectPool.Config;
import redis.clients.util.Pool;
public class JedisPool extends Pool<Jedis> {
public JedisPool(final GenericO... | src/main/java/redis/clients/jedis/JedisPool.java | package redis.clients.jedis;
import org.apache.commons.pool.BasePoolableObjectFactory;
import org.apache.commons.pool.impl.GenericObjectPool;
import org.apache.commons.pool.impl.GenericObjectPool.Config;
import redis.clients.util.Pool;
public class JedisPool extends Pool<Jedis> {
public JedisPool(final GenericO... | JedisPool timeout was broken. Values <= 0 where treated as -1, where 0 is infinite
| src/main/java/redis/clients/jedis/JedisPool.java | JedisPool timeout was broken. Values <= 0 where treated as -1, where 0 is infinite | |
Java | mit | error: pathspec 'CircuitClass.java' did not match any file(s) known to git
| 308b2d326eebb328c42e7167cd8e24e93662fff8 | 1 | appsmehta/CMPE202-CSUnplugged-PeruvianFlipCoin | package circuitPackage;
import java.util.Scanner;
public class CircuitClass
{
public static void main(String[] args)
{
int[] input = new int[6];
boolean[] boolinput = new boolean[6];
int output1 = 0, output2 = 0, output3 = 0, output4 = 0, output5 = 0, output6 = 0;
Scanner sc = new Scanner(Syste... | CircuitClass.java | CircuitClass for peruvian flip coin project
This is the code for peruvian flip coin circuit.
This circuit is of 3 levels. I believe that this much complexity is enough.
I am still testing it to ensure that no 2 inputs will produce same output. | CircuitClass.java | CircuitClass for peruvian flip coin project | |
Java | mit | error: pathspec 'WU10/WriteUp.java' did not match any file(s) known to git
| 2a38889de3573587493389b43fcf9f1eb512d60c | 1 | anandimous/UB-CSE_116 | package code;
import stack.EmptyStackException;
import stack.Stack;
public class Queue<E> implements IQueue<E> {
/**
* Implement a Queue which uses two Stacks as storage.
*
* Declare instance variables (and a constructor) as
* appropriate. Define the methods below. Run the provided
* JUnit t... | WU10/WriteUp.java | Created WU10 dir in current repo. Added relevant files
This assignment involved working with data shifting using stacks & queues. See comments for more info | WU10/WriteUp.java | Created WU10 dir in current repo. Added relevant files | |
Java | mit | error: pathspec 'problem026/java.java' did not match any file(s) known to git
| d8ac3d3649eb76fc226f472ab78da93e12f5d3f4 | 1 | costasdroid/project_euler | public class Solution026 {
public static void main(String[] args) {
int maxOrder = 0;
int temp;
int number = 1;
for (int i = 2; i <= 1000; i++) {
temp = orderOf10In(i);
if (temp > maxOrder) {
maxOrder = temp;
number = i;
}
}
System.out.println(number);
}
static int orderOf10In(int n) {... | problem026/java.java | solution026_2 | problem026/java.java | solution026_2 | |
Java | mit | error: pathspec 'src/sound/Sound.java' did not match any file(s) known to git
| 6da3ffc7954d1ff4384cdf899605e6628acc0f41 | 1 | Crumster/Simplex2D | /**
*
*/
package sound;
import java.io.IOException;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.sound.sampled.LineUnavailableException;
import javax.sound.sampled.UnsupportedAudioFileException;
/**
* @author Aaron
* @author R... | src/sound/Sound.java | Add Sound.java
| src/sound/Sound.java | Add Sound.java | |
Java | mit | error: pathspec 'src/easygame/SpriteAnimation.java' did not match any file(s) known to git
| a982fa4e1518df65cdf342a7de42063de972b425 | 1 | WilliansCPPP/jeasygame | /*The MIT License (MIT)
Copyright (c) 2015 Willians Magalhães Primo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modi... | src/easygame/SpriteAnimation.java | Create SpriteAnimation.java
/**
* Essa classe é usada para criar animações para sprites.
* @author Willians Magalhães Primo
*/ | src/easygame/SpriteAnimation.java | Create SpriteAnimation.java | |
Java | mit | error: pathspec 'src/main/java/com/spoj/PT07Z.java' did not match any file(s) known to git
| 516c4be18d2bc14dc87108c61ea50be1574c5b28 | 1 | sureshsajja/CodingProblems,sureshsajja/CodeRevisited | package com.spoj;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import jav... | src/main/java/com/spoj/PT07Z.java | longest path in a tree
| src/main/java/com/spoj/PT07Z.java | longest path in a tree | |
Java | mit | error: pathspec 'ch04/4.07_-_Build_Order/BuildOrder.java' did not match any file(s) known to git
| 25e2b4844d93635a27561551c5cc481e333f5ea0 | 1 | nawns/ctci_v6,zillonxu/ctci-6E,zillonxu/ctci-6E,nawns/ctci_v6,nawns/ctci_v6,nawns/ctci_v6,zillonxu/ctci-6E,zillonxu/ctci-6E | import java.util.*;
import java.io.*;
public class BuildOrder {
public static int[] visited;
public static int[][] matrix;
public static LinkedList<Integer> out;
public static void dfs(int u, int V) {
if (visited[u] == 0) {
visited[u] = 1;
for (int i = 0; i < V; i++) {
if (matrix[u][i]... | ch04/4.07_-_Build_Order/BuildOrder.java | 4.07 - example from book
| ch04/4.07_-_Build_Order/BuildOrder.java | 4.07 - example from book | |
Java | mit | error: pathspec 'src/xyz/jadonfowler/o/test/TestSuite.java' did not match any file(s) known to git
| 28031b584a3be3ec665545094c6af31d5f64cf82 | 1 | thyrgle/o,thyrgle/o,thyrgle/o,thyrgle/o,phase/o,phase/o,phase/o,phase/o | package xyz.jadonfowler.o.test;
import xyz.jadonfowler.o.O;
public class TestSuite {
private static O o;
public static void main(String[] args) throws Exception {
o = new O();
O.instance = o;
//checkParse("", "");
checkParse("\"Hello World\"o", "Hello World");
checkPa... | src/xyz/jadonfowler/o/test/TestSuite.java | TestSuite with simple tests | src/xyz/jadonfowler/o/test/TestSuite.java | TestSuite with simple tests | |
Java | mit | error: pathspec 'src/ca/vire/ChatMunger/MungedLanguage.java' did not match any file(s) known to git
| cdf7bbce10e60920f514ad3eeeb60ccb6369acef | 1 | F1shb0ne/ChatMunger | package ca.vire.ChatMunger;
/*
* This object represents the attributes of a specific language that belongs to a player
*/
public class MungedLanguage {
public int CurrentSkillPoints; // Number of skill points the player has gained so far
public int RequiredSkillPoints; // Number of skill points required to ... | src/ca/vire/ChatMunger/MungedLanguage.java | initial work on MungedLanguage module
| src/ca/vire/ChatMunger/MungedLanguage.java | initial work on MungedLanguage module | |
Java | mit | error: pathspec 'garakuta/src/test/java/example/ReferenceTest.java' did not match any file(s) known to git
| 718444f17bcc2fb5360502c0b2f6924a82f84cb9 | 1 | backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox,backpaper0/sandbox | package example;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import java.lang.ref.WeakReference;
import java.util.Date;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.junit.Test;
public class ReferenceTest {
@Test
public void te... | garakuta/src/test/java/example/ReferenceTest.java | 弱い参照はGCされる
| garakuta/src/test/java/example/ReferenceTest.java | 弱い参照はGCされる | |
Java | mit | error: pathspec 'src/main/java/cz/jcu/uai/javapract/Controler.java' did not match any file(s) known to git
| 1564c903ca7b16bc707a57e56abbf2c1ceb61ddb | 1 | drml/jcu-UAI734-stag | package cz.jcu.uai.javapract;
import cz.jcu.uai.javapract.Comparator;
import cz.jcu.uai.javapract.GUI;
import cz.jcu.uai.javapract.Parser;
import cz.jcu.uai.javapract.Stag;
/**
* Created by Drml on 4.7.2017.
*/
public class Controler {
private Stag stag;
private Parser $parser;
private Comparator $comp... | src/main/java/cz/jcu/uai/javapract/Controler.java | Controler
| src/main/java/cz/jcu/uai/javapract/Controler.java | Controler | |
Java | mit | error: pathspec 'src/test/java/atg/tools/ant/mock/MockManifest.java' did not match any file(s) known to git
| f4632091088c4f9c8d3ae4a6e119b0b7b53d0859 | 1 | jvz/atg-ant-plugin | package atg.tools.ant.mock;
import atg.tools.ant.util.IdentityFeatureExtractor;
import atg.tools.ant.util.ManifestUtils;
import atg.tools.ant.util.StringUtils;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.jar.Attributes;
import... | src/test/java/atg/tools/ant/mock/MockManifest.java | Add mock manifest helper class.
| src/test/java/atg/tools/ant/mock/MockManifest.java | Add mock manifest helper class. | |
Java | mit | error: pathspec 'src/main/java/org/ngseq/metagenomics/HMMSearch.java' did not match any file(s) known to git
| cde13c0202418c10ce888bf7710c7ee899e0f122 | 1 | NGSeq/ViraPipe,NGSeq/ViraPipe,NGSeq/ViraPipe | package org.ngseq.metagenomics;
import org.apache.commons.cli.*;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileStatus;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.permission.FsPermission;
import org.apache.hadoop.fs.permission.FsAction;
import org.apache.hadoop.fs... | src/main/java/org/ngseq/metagenomics/HMMSearch.java | HMMsearch class added
| src/main/java/org/ngseq/metagenomics/HMMSearch.java | HMMsearch class added | |
Java | mit | error: pathspec 'src/com/haxademic/core/hardware/midi/AbletonNotes.java' did not match any file(s) known to git
| 8efb946debc8f16e03fbfeebeea901366b4eb1c4 | 1 | cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic | package com.haxademic.core.hardware.midi;
public class AbletonNotes {
public static int NOTE_01 = 48;
public static int NOTE_02 = 49;
public static int NOTE_03 = 50;
public static int NOTE_04 = 51;
public static int NOTE_05 = 52;
public static int NOTE_06 = 53;
public static int NOTE_07 = 54;
public static int... | src/com/haxademic/core/hardware/midi/AbletonNotes.java | Add ableton notes definition | src/com/haxademic/core/hardware/midi/AbletonNotes.java | Add ableton notes definition | |
Java | mit | error: pathspec 'src/main/java/com/github/cschen1205/jp/chap04/Q03.java' did not match any file(s) known to git
| 9ca43449e677289ec1d728aa36bf0770cb1b7c9a | 1 | cschen1205/java-programming,cschen1205/java-programming | package com.github.cschen1205.jp.chap04;
/**
* Created by memeanalytics on 28/6/17.
* Given a sorted (increasing order) array, write an algorithm to create a binary tree with minimal height
*/
public class Q03 {
public static class TreeNode {
public int value;
public TreeNode left;
publi... | src/main/java/com/github/cschen1205/jp/chap04/Q03.java | minimum depth balance tree
| src/main/java/com/github/cschen1205/jp/chap04/Q03.java | minimum depth balance tree | |
Java | mit | error: pathspec 'app/src/main/java/ru/unatco/rss/model/Subscription.java' did not match any file(s) known to git
| faf648bd75d8441a404a81e6b07bebb0d174cb72 | 1 | fsherstobitov/rss-reader | package ru.unatco.rss.model;
public class Subscription {
private String mTitle;
private String mUrl;
}
| app/src/main/java/ru/unatco/rss/model/Subscription.java | added Subscription model
| app/src/main/java/ru/unatco/rss/model/Subscription.java | added Subscription model | |
Java | mit | error: pathspec 'algorithms_warmup/src/com/codeprep/valleycount/Solution.java' did not match any file(s) known to git
| 860565126ffad4652c7f5fb1800fbab9b8c0b716 | 1 | thejavamonk/hackerrankAlgorithms | package com.codeprep.valleycount;
import java.io.IOException;
import java.util.Scanner;
public class Solution {
// Complete the countingValleys function below.
static int countingValleys(int n, String s) {
char [] steps = s.toCharArray();
int currStep = 0;
int noOfValleys = 0;
... | algorithms_warmup/src/com/codeprep/valleycount/Solution.java | solved counting valleys problem
| algorithms_warmup/src/com/codeprep/valleycount/Solution.java | solved counting valleys problem | |
Java | mit | error: pathspec 'app/src/main/java/nl/drewez/gyrosnek/SnekFood/SnekFoodFactory.java' did not match any file(s) known to git
| 16e8e477df63ea6160c6084ad446a0835d48696f | 1 | Want100Cookies/GyroSnek | package nl.drewez.gyrosnek.SnekFood;
import java.util.Random;
public class SnekFoodFactory implements ISnekFoodFactory {
private static final Random random = new Random();
private static final int MinNoOfFoods = 0;
private static final int MaxNoOfFoods = 5;
@Override
public ISnekFood[] createSnek... | app/src/main/java/nl/drewez/gyrosnek/SnekFood/SnekFoodFactory.java | Start on SnekFoodFactory
| app/src/main/java/nl/drewez/gyrosnek/SnekFood/SnekFoodFactory.java | Start on SnekFoodFactory | |
Java | mit | error: pathspec 'gto-support-core/src/main/java/org/ccci/gto/android/common/preference/ListPreferenceCompat.java' did not match any file(s) known to git
| ae7ce1522f30ad46e1e6ff6e6e62ffa318ef5922 | 1 | CruGlobal/android-gto-support,GlobalTechnology/android-gto-support,CruGlobal/android-gto-support | package org.ccci.gto.android.common.preference;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.preference.ListPreference;
import android.util.AttributeSet;
public class ListPreferenceCompat extends ListPreference {
public ListPreferenceCompat(final Con... | gto-support-core/src/main/java/org/ccci/gto/android/common/preference/ListPreferenceCompat.java | [#MMAND-23] create ListPreferenceCompat to support String formatting for android pre-honeycomb
| gto-support-core/src/main/java/org/ccci/gto/android/common/preference/ListPreferenceCompat.java | [#MMAND-23] create ListPreferenceCompat to support String formatting for android pre-honeycomb | |
Java | mit | error: pathspec 'lod-qualitymetrics/lod-qualitymetrics-representation/src/main/java/eu/diachron/qualitymetrics/representational/versatility/DifferentSerialisationFormats.java' did not match any file(s) known to git
| 34bf361c719da6a8770994efa6cdee689e93916a | 1 | diachron/quality | /**
*
*/
package eu.diachron.qualitymetrics.representational.versatility;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.hp.hpl.jena.graph.Node;
import com.hp.hpl.jena.rdf.model.ModelFactory;
import com.hp.hpl.jena.rdf.model.Resource;
import ... | lod-qualitymetrics/lod-qualitymetrics-representation/src/main/java/eu/diachron/qualitymetrics/representational/versatility/DifferentSerialisationFormats.java | added different serialisation formats metric | lod-qualitymetrics/lod-qualitymetrics-representation/src/main/java/eu/diachron/qualitymetrics/representational/versatility/DifferentSerialisationFormats.java | added different serialisation formats metric | |
Java | epl-1.0 | 2b52b65a4140be9ec071ddf83050cd9fe91ba7ec | 0 | cemalkilic/che,sleshchenko/che,davidfestal/che,sudaraka94/che,sunix/che,akervern/che,Mirage20/che,TypeFox/che,sudaraka94/che,jonahkichwacoders/che,akervern/che,davidfestal/che,TypeFox/che,sunix/che,codenvy/che,jonahkichwacoders/che,ollie314/che,jonahkichwacoders/che,sleshchenko/che,sunix/che,TypeFox/che,bartlomiej-lacz... | /*******************************************************************************
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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 ... | ide/che-core-ide-ui/src/main/java/org/eclipse/che/ide/ui/multisplitpanel/panel/SubPanelViewImpl.java | /*******************************************************************************
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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 ... | Set 'active' attribute for the currently active widget in the Processes panel
| ide/che-core-ide-ui/src/main/java/org/eclipse/che/ide/ui/multisplitpanel/panel/SubPanelViewImpl.java | Set 'active' attribute for the currently active widget in the Processes panel | |
Java | epl-1.0 | error: pathspec 'ClientProxy.java' did not match any file(s) known to git
| d9dd1ee983bae94645ff6337c11ef44faf3aae55 | 1 | gamingnut1/MineArtOnline | package com.kidokenji.mineartonline.proxy;
import com.kidokenji.mineartonline.init.MAOBlocks;
import com.kidokenji.mineartonline.init.MAOItems;
public class ClientProxy extends CommonProxy{
@Override
public void registerRenders(){
MAOBlocks.registerRenders();
MAOItems.registerRenders();
}
}
| ClientProxy.java | Create ClientProxy.java
Client Proxy | ClientProxy.java | Create ClientProxy.java | |
Java | mpl-2.0 | error: pathspec 'gui/src/main/java/org/verapdf/pdfa/validators/SummarisingValidator.java' did not match any file(s) known to git
| 6496127d31a96a970d4240103baf3057def26c32 | 1 | carlwilson/veraPDF-library | /**
*
*/
package org.verapdf.pdfa.validators;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import org.verapdf.core.ValidationException;
import org.verapdf.pdfa.PDFAValidator;
import org.verapdf.pdfa.ValidationModelParser;
import org.verapdf.pdfa.results.TestAssertion;
import org.vera... | gui/src/main/java/org/verapdf/pdfa/validators/SummarisingValidator.java | New reporting Validator wrapper.
| gui/src/main/java/org/verapdf/pdfa/validators/SummarisingValidator.java | New reporting Validator wrapper. | |
Java | agpl-3.0 | 3b189078cf893ea48a9794a22f9fd8d5b1ce0d77 | 0 | jaytaylor/sql-layer,shunwang/sql-layer-1,shunwang/sql-layer-1,qiuyesuifeng/sql-layer,ngaut/sql-layer,relateiq/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,ngaut/sql-layer,ngaut/sql-layer,shunwang/sql-layer-1,relateiq/sql-layer,wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,jaytaylor/sql-layer,relat... | package com.akiban.cserver.loader;
import com.akiban.ais.model.UserTable;
import com.akiban.ais.util.Command;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.IdentityHashMap;
pub... | src/main/java/com/akiban/cserver/loader/DataGrouper.java | package com.akiban.cserver.loader;
import com.akiban.ais.model.UserTable;
import com.akiban.ais.util.Command;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.IdentityHashMap;
pub... | Loader's task table now records time of each mysql task. | src/main/java/com/akiban/cserver/loader/DataGrouper.java | Loader's task table now records time of each mysql task. | |
Java | agpl-3.0 | b06e1a54fe8babb303292aee0d4664e769235875 | 0 | fqqb/yamcs,bitblit11/yamcs,m-sc/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs,m-sc/yamcs,m-sc/yamcs,bitblit11/yamcs,fqqb/yamcs,dhosa/yamcs,m-sc/yamcs,m-sc/yamcs,yamcs/yamcs,dhosa/yamcs,bitblit11/yamcs,dhosa/yamcs,m-sc/yamcs,yamcs/yamcs,bitblit11/yamcs,yamcs/yamcs,yamcs/yamcs,bitblit11/yamcs,fqqb/yamcs,yamcs/yamcs,dhosa/yamcs... | package org.yamcs.xtceproc;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yamcs.ItemIdPacketConsumerStruct;
import org.yamcs.ParameterValue;
import org.yamcs.utils.TimeEncoding;
import org.yamcs.xtce.Parameter;
impor... | yamcs-core/src/main/java/org/yamcs/xtceproc/XtceTmExtractor.java | package org.yamcs.xtceproc;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yamcs.ItemIdPacketConsumerStruct;
import org.yamcs.ParameterValue;
import org.yamcs.utils.StringConvertors;
import org.yamcs.utils.TimeEncodin... | Remove check on minimal packet size
The XtceTmExtractor has a wider applicability than CCSDS packets.
Remove the check on presence of CCSDS secundary header.
| yamcs-core/src/main/java/org/yamcs/xtceproc/XtceTmExtractor.java | Remove check on minimal packet size | |
Java | lgpl-2.1 | error: pathspec 'src/test/java/org/lightmare/utils/NamingUtilsTest.java' did not match any file(s) known to git
| 34cdb0208a6355d0e2cf068359e4046399bb4c26 | 1 | levants/lightmare | package org.lightmare.utils;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import org.junit.Test;
public class NamingUtilsTest {
@Test
public void contextCloseTest() {
String name = "test_name";
String value = "test_value";
try {
InitialContext contextBind = new Initial... | src/test/java/org/lightmare/utils/NamingUtilsTest.java | added test cases for naming utilities | src/test/java/org/lightmare/utils/NamingUtilsTest.java | added test cases for naming utilities | |
Java | lgpl-2.1 | error: pathspec 'intermine/src/test/org/intermine/codegen/CastorModelOutputTest.java' did not match any file(s) known to git
| a0c82ac70cdc942b06b67f5dc409b611ea4e97e8 | 1 | kimrutherford/intermine,zebrafishmine/intermine,joshkh/intermine,drhee/toxoMine,JoeCarlson/intermine,elsiklab/intermine,kimrutherford/intermine,justincc/intermine,julie-sullivan/phytomine,justincc/intermine,justincc/intermine,zebrafishmine/intermine,justincc/intermine,JoeCarlson/intermine,elsiklab/intermine,JoeCarlson/... | package org.flymine.codegen;
import junit.framework.TestCase;
import java.util.*;
import java.io.*;
import java.lang.reflect.*;
import java.net.URL;
import org.exolab.castor.mapping.*;
import org.exolab.castor.xml.*;
import org.flymine.model.testmodel.*;
import org.flymine.util.*;
public class CastorModelOutputTes... | intermine/src/test/org/intermine/codegen/CastorModelOutputTest.java | test relationship types map correctly to xml
| intermine/src/test/org/intermine/codegen/CastorModelOutputTest.java | test relationship types map correctly to xml | |
Java | lgpl-2.1 | error: pathspec 'LGPL/CommonSoftware/ACSLaser/alarm-clients/test/alma/alarmsystem/clients/test/CategoryClientTest.java' did not match any file(s) known to git
| 580bfaa22af6ed11fa89318508e6597d5290c123 | 1 | ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,csrg-utfsm/acscb,csrg-utfsm/acscb,ACS-Community/ACS,ACS-Community/ACS,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,A... | /*
* ALMA - Atacama Large Millimiter Array (c) European Southern Observatory, 2007
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your o... | LGPL/CommonSoftware/ACSLaser/alarm-clients/test/alma/alarmsystem/clients/test/CategoryClientTest.java | A test for the CategoryClient
git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@84381 523d945c-050c-4681-91ec-863ad3bb968a
| LGPL/CommonSoftware/ACSLaser/alarm-clients/test/alma/alarmsystem/clients/test/CategoryClientTest.java | A test for the CategoryClient | |
Java | unlicense | error: pathspec 'Son.java' did not match any file(s) known to git
| 0a1da51eb1ea290ec03a5675406660cb25725b7c | 1 | Ackincolor/GLAS | package Main.Model;
import java.awt.*;
import java.io.File;
import java.io.IOException;
import javax.sound.sampled.*;
import java.util.Vector;
import java.awt.geom.Line2D;
public class Son implements Runnable
{
private final int BUFL = 128000;
private File soundfile;
private AudioInputStream stream;
private AudioF... | Son.java | Add files via upload
dessin de la courbe 8,16 et 24 bits | Son.java | Add files via upload | |
Java | unlicense | error: pathspec 'src/main/java/gvlfm78/plugin/Hotels/tasks/HotelTask.java' did not match any file(s) known to git
| 3c7d3cb5683277c379463ecd26883dbed31f897b | 1 | gvlfm78/BukkitHotels | package kernitus.plugin.Hotels.tasks;
import java.io.File;
import java.util.ArrayList;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitRunnable;
imp... | src/main/java/gvlfm78/plugin/Hotels/tasks/HotelTask.java | Added HotelTask | src/main/java/gvlfm78/plugin/Hotels/tasks/HotelTask.java | Added HotelTask | |
Java | apache-2.0 | 083f28a704c8e7d4438461bf0a26136a18ce8f5e | 0 | strapdata/elassandra5-rc,wangtuo/elasticsearch,IanvsPoplicola/elasticsearch,kaneshin/elasticsearch,myelin/elasticsearch,wuranbo/elasticsearch,avikurapati/elasticsearch,mjason3/elasticsearch,robin13/elasticsearch,kalimatas/elasticsearch,s1monw/elasticsearch,socialrank/elasticsearch,socialrank/elasticsearch,snikch/elasti... | /*
* 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... | core/src/main/java/org/elasticsearch/index/query/QueryParseContext.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... | remove index from QueryParseContext Constructor
| core/src/main/java/org/elasticsearch/index/query/QueryParseContext.java | remove index from QueryParseContext Constructor | |
Java | apache-2.0 | 1c70210a1a32b1d908ae8029f066253cd869e97a | 0 | semonte/intellij-community,robovm/robovm-studio,fnouama/intellij-community,caot/intellij-community,fitermay/intellij-community,nicolargo/intellij-community,ibinti/intellij-community,pwoodworth/intellij-community,Lekanich/intellij-community,adedayo/intellij-community,allotria/intellij-community,apixandru/intellij-commun... | /*
* 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/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.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... | TreeUi: tolarance against null element to select
| platform/platform-api/src/com/intellij/ide/util/treeView/AbstractTreeUi.java | TreeUi: tolarance against null element to select | |
Java | apache-2.0 | 2d7eabb7aadaa2cae49635c86ba3f193a28ca90b | 0 | FHannes/intellij-community,apixandru/intellij-community,asedunov/intellij-community,ibinti/intellij-community,vvv1559/intellij-community,ibinti/intellij-community,apixandru/intellij-community,suncycheng/intellij-community,allotria/intellij-community,apixandru/intellij-community,ThiagoGarciaAlves/intellij-community,sunc... | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | python/src/com/jetbrains/python/run/PythonTask.java | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | PY-21617, PY-21614: Project name not passed to Django in plugin leading to bugs
* Plugin uses different GUI, so project name lost and project generation failed
* We know check all params are not null when passing to project generation task
| python/src/com/jetbrains/python/run/PythonTask.java | PY-21617, PY-21614: Project name not passed to Django in plugin leading to bugs | |
Java | apache-2.0 | 115f4c84d92535a4232e4e50cb4d386731678853 | 0 | mglukhikh/intellij-community,ibinti/intellij-community,Distrotech/intellij-community,caot/intellij-community,kool79/intellij-community,pwoodworth/intellij-community,ThiagoGarciaAlves/intellij-community,fnouama/intellij-community,dslomov/intellij-community,ivan-fedorov/intellij-community,xfournet/intellij-community,Tang... | /*
* 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... | platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.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... | avoid blinking in Search Everywhere
| platform/lang-impl/src/com/intellij/ide/actions/SearchEverywhereAction.java | avoid blinking in Search Everywhere | |
Java | apache-2.0 | ac3257d944db935726b14af904e39799388c1de5 | 0 | mglukhikh/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,xfournet/intellij-community,mglukhikh/intellij-community,allotria/intellij-community,xfournet/in... | /*
* 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/lang-impl/src/com/intellij/ide/impl/ProjectViewSelectInTarget.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... | EA-107962 - NPE: ProjectViewSelectInTarget.select
| platform/lang-impl/src/com/intellij/ide/impl/ProjectViewSelectInTarget.java | EA-107962 - NPE: ProjectViewSelectInTarget.select | |
Java | apache-2.0 | 069bfab2c5339c23c8201d3ea67be82d3bb550fe | 0 | akosyakov/intellij-community,tmpgit/intellij-community,supersven/intellij-community,Lekanich/intellij-community,MichaelNedzelsky/intellij-community,gnuhub/intellij-community,Distrotech/intellij-community,alphafoobar/intellij-community,signed/intellij-community,akosyakov/intellij-community,ivan-fedorov/intellij-communit... | /*
* 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/testFramework/src/com/intellij/testFramework/PlatformTestUtil.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... | Fix compilation
| platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java | Fix compilation | |
Java | apache-2.0 | c676d8e0aa51781bb7d4e408561118ee74e3ffc1 | 0 | orekyuu/intellij-community,ol-loginov/intellij-community,da1z/intellij-community,MichaelNedzelsky/intellij-community,asedunov/intellij-community,ol-loginov/intellij-community,FHannes/intellij-community,lucafavatella/intellij-community,akosyakov/intellij-community,michaelgallacher/intellij-community,hurricup/intellij-co... | /*
* 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... | platform/platform-impl/src/com/intellij/openapi/ui/FrameWrapper.java | /*
* Copyright 2000-2013 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 lost focus on Mac OS X
| platform/platform-impl/src/com/intellij/openapi/ui/FrameWrapper.java | fix lost focus on Mac OS X | |
Java | apache-2.0 | 21199464de4aa48733ffa8f86461994f3b4374d6 | 0 | langfr/camunda-bpm-platform,ingorichtsmeier/camunda-bpm-platform,camunda/camunda-bpm-platform,xasx/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,filiphr/camunda-bpm-platform,camunda/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,falko/camunda-bpm-platform,langfr/camunda-bpm-pla... | /* 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
* distributed... | engine/src/test/java/org/camunda/bpm/engine/test/api/task/TaskQueryTest.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
* distributed... | Revert: chor(engine): add test to verify multithreaded task query is working
| engine/src/test/java/org/camunda/bpm/engine/test/api/task/TaskQueryTest.java | Revert: chor(engine): add test to verify multithreaded task query is working | |
Java | apache-2.0 | b6aba4ea010244bf5b10f4bdd716d6d3cad7890a | 0 | allotria/intellij-community,gnuhub/intellij-community,youdonghai/intellij-community,wreckJ/intellij-community,michaelgallacher/intellij-community,idea4bsd/idea4bsd,blademainer/intellij-community,retomerz/intellij-community,fitermay/intellij-community,idea4bsd/idea4bsd,vvv1559/intellij-community,ftomassetti/intellij-com... | /*
* 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... | java/idea-ui/src/com/intellij/platform/templates/RemoteTemplatesFactory.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... | support multiple remote groups
| java/idea-ui/src/com/intellij/platform/templates/RemoteTemplatesFactory.java | support multiple remote groups | |
Java | apache-2.0 | 277279864c933d8494918f6cde475c5d345c95ea | 0 | aldaris/wicket,selckin/wicket,AlienQueen/wicket,zwsong/wicket,mosoft521/wicket,dashorst/wicket,bitstorm/wicket,freiheit-com/wicket,freiheit-com/wicket,astrapi69/wicket,dashorst/wicket,martin-g/wicket-osgi,mosoft521/wicket,AlienQueen/wicket,apache/wicket,mafulafunk/wicket,selckin/wicket,zwsong/wicket,mafulafunk/wicket,k... | /*
* 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 ... | jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.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 ... | rolled back setting the application thread local. This filter can be improved to use the filter name for configuration. Not worth the effort right now, especially since it would break clients and no-one complained yet.
git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@556700 13f79535-47bb-0310-9956-ffa450edef68
| jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java | rolled back setting the application thread local. This filter can be improved to use the filter name for configuration. Not worth the effort right now, especially since it would break clients and no-one complained yet. | |
Java | apache-2.0 | 6dc2f08918c9ae79e93f4694f8145b401d0677b2 | 0 | kyoren/https-github.com-h2oai-h2o-3,PawarPawan/h2o-v3,printedheart/h2o-3,bospetersen/h2o-3,weaver-viii/h2o-3,weaver-viii/h2o-3,datachand/h2o-3,h2oai/h2o-3,printedheart/h2o-3,junwucs/h2o-3,datachand/h2o-3,datachand/h2o-3,jangorecki/h2o-3,PawarPawan/h2o-v3,kyoren/https-github.com-h2oai-h2o-3,pchmieli/h2o-3,tarasane/h2o-3... | package water.api;
import static java.util.Arrays.sort;
import java.util.HashSet;
import water.ConfusionMatrix2;
import water.DKV;
import water.Iced;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.ArrayUtils;
public class AUC extends Iced {
// static f... | h2o-core/src/main/java/water/api/AUC.java | package water.api;
import static java.util.Arrays.sort;
import java.util.HashSet;
import water.ConfusionMatrix2;
import water.DKV;
import water.Iced;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.ArrayUtils;
public class AUC extends Iced {
// static f... | Check that AUC isn't given a label instead of a probability.
| h2o-core/src/main/java/water/api/AUC.java | Check that AUC isn't given a label instead of a probability. | |
Java | apache-2.0 | e3e8e2c1a0cf82d54e6c655b992e806d84eb2f30 | 0 | domesticmouse/google-maps-services-java,googlemaps/google-maps-services-java | /*
* Copyright 2014 Google 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 applica... | src/main/java/com/google/maps/model/AddressType.java | /*
* Copyright 2014 Google 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 applica... | AddressType: add more types observed by steveetl
| src/main/java/com/google/maps/model/AddressType.java | AddressType: add more types observed by steveetl | |
Java | apache-2.0 | aebd56d1cbcf296fdde923b057e3c38ee51aa4b7 | 0 | muntasirsyed/intellij-community,mglukhikh/intellij-community,allotria/intellij-community,asedunov/intellij-community,fengbaicanhe/intellij-community,muntasirsyed/intellij-community,Distrotech/intellij-community,kdwink/intellij-community,holmes/intellij-community,idea4bsd/idea4bsd,lucafavatella/intellij-community,akosya... | /*
* 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/template/impl/TemplateListPanel.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... | Preselect selected live template group when adding new template (IDEA-26128)
| platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateListPanel.java | Preselect selected live template group when adding new template (IDEA-26128) | |
Java | apache-2.0 | bd8d1462061b349fcc3c44f4a86c2070296180c0 | 0 | doortts/forked-for-history,Limseunghwan/oss,violetag/demo,doortts/fork-yobi,brainagenet/yobi,yona-projects/yona,oolso/yobi,ahb0327/yobi,doortts/forked-for-history,Limseunghwan/oss,doortts/fork-yobi,ahb0327/yobi,bloodybear/yona,oolso/yobi,ahb0327/yobi,brainagenet/yobi,yona-projects/yona,bloodybear/yona,ihoneymon/yobi,br... | /**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Sangcheol Hwang
*
* 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.... | app/controllers/ProjectApp.java | /**
* Yobi, Project Hosting SW
*
* Copyright 2012 NAVER Corp.
* http://yobi.io
*
* @Author Sangcheol Hwang
*
* 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.... | Transfer: Added null check
| app/controllers/ProjectApp.java | Transfer: Added null check | |
Java | apache-2.0 | 91ec19189766533a37b809f90be81268f15822dc | 0 | semonte/intellij-community,blademainer/intellij-community,semonte/intellij-community,muntasirsyed/intellij-community,samthor/intellij-community,apixandru/intellij-community,ol-loginov/intellij-community,ThiagoGarciaAlves/intellij-community,FHannes/intellij-community,ivan-fedorov/intellij-community,robovm/robovm-studio,... | /*
* 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/spellchecker/src/com/intellij/spellchecker/quickfixes/DictionarySuggestionProvider.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... | Spellchecker: fix NPE in DictionarySuggestionProvider (EA id 17899)
| plugins/spellchecker/src/com/intellij/spellchecker/quickfixes/DictionarySuggestionProvider.java | Spellchecker: fix NPE in DictionarySuggestionProvider (EA id 17899) | |
Java | apache-2.0 | 379912311cf89d96a6a9b4c47bfc89f15437727b | 0 | hguehl/incubator-guacamole-client,softpymesJeffer/incubator-guacamole-client,MaxSmile/guacamole-client,lato333/guacamole-client,jmuehlner/incubator-guacamole-client,flangelo/guacamole-client,hguehl/incubator-guacamole-client,hguehl/incubator-guacamole-client,TheAxnJaxn/guacamole-client,necouchman/incubator-guacamole-cl... |
package net.sourceforge.guacamole.net.auth.noauth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy... | extensions/guacamole-auth-noauth/src/main/java/net/sourceforge/guacamole/net/auth/noauth/NoAuthConfigContentHandler.java |
package net.sourceforge.guacamole.net.auth.noauth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy... | Clean up parser. Add sanity checks against XML. Add documentation. | extensions/guacamole-auth-noauth/src/main/java/net/sourceforge/guacamole/net/auth/noauth/NoAuthConfigContentHandler.java | Clean up parser. Add sanity checks against XML. Add documentation. | |
Java | apache-2.0 | 92898503e164b6c65755d656d7810914b1db2378 | 0 | ringdna/jitsi,cobratbq/jitsi,laborautonomo/jitsi,bhatvv/jitsi,procandi/jitsi,bebo/jitsi,mckayclarey/jitsi,gpolitis/jitsi,tuijldert/jitsi,laborautonomo/jitsi,iant-gmbh/jitsi,gpolitis/jitsi,laborautonomo/jitsi,pplatek/jitsi,jitsi/jitsi,pplatek/jitsi,ibauersachs/jitsi,dkcreinoso/jitsi,cobratbq/jitsi,gpolitis/jitsi,ibauers... | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.gui.main.contactlist.contactsource;
import java.util.*;
import java.util.regex.*;
import net.java.sip.communicator.impl.gui.*;
impo... | src/net/java/sip/communicator/impl/gui/main/contactlist/contactsource/MetaContactListSource.java | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.gui.main.contactlist.contactsource;
import java.util.*;
import java.util.regex.*;
import net.java.sip.communicator.impl.gui.*;
impo... | Fixes java 1.5 compatibility.
| src/net/java/sip/communicator/impl/gui/main/contactlist/contactsource/MetaContactListSource.java | Fixes java 1.5 compatibility. | |
Java | apache-2.0 | b3c4d0d5b43007af66c835a5426e379e78358699 | 0 | ist-dresden/sling,mmanski/sling,tyge68/sling,headwirecom/sling,SylvesterAbreu/sling,JEBailey/sling,tteofili/sling,tmaret/sling,roele/sling,cleliameneghin/sling,tyge68/sling,tteofili/sling,JEBailey/sling,nleite/sling,vladbailescu/sling,vladbailescu/sling,labertasch/sling,SylvesterAbreu/sling,Nimco/sling,Nimco/sling,miki... | /*
* 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 ... | bundles/extensions/discovery/base/src/test/java/org/apache/sling/discovery/base/its/AbstractClusterTest.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 ... | SLING-5126 / SLING-5195 related: fixing a test
git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1711275 13f79535-47bb-0310-9956-ffa450edef68
| bundles/extensions/discovery/base/src/test/java/org/apache/sling/discovery/base/its/AbstractClusterTest.java | SLING-5126 / SLING-5195 related: fixing a test | |
Java | apache-2.0 | f4ffbde52bef52fb34451c33ea35924028243b8c | 0 | AndiHappy/solo,xiongba-me/solo,xiongba-me/solo,b3log/b3log-solo,xiongba-me/solo,meikaiyipian/solo,AndiHappy/solo,meikaiyipian/solo,b3log/b3log-solo,AndiHappy/solo,meikaiyipian/solo,b3log/b3log-solo,xiongba-me/solo | /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | src/main/java/org/b3log/solo/processor/CommentProcessor.java | /*
* Copyright (c) 2010-2017, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | :hammer: #12246
| src/main/java/org/b3log/solo/processor/CommentProcessor.java | :hammer: #12246 | |
Java | apache-2.0 | 2d7574dd60fa67cc77fef0ef4b17cffcee904b14 | 0 | nutzam/nutz,ywjno/nutz,nutzam/nutz,nutzam/nutz,elkan1788/nutz,happyday517/nutz,ansjsun/nutz,ansjsun/nutz,nutzam/nutz,ansjsun/nutz,happyday517/nutz,elkan1788/nutz,happyday517/nutz,ywjno/nutz,ansjsun/nutz,ansjsun/nutz,elkan1788/nutz,happyday517/nutz,ywjno/nutz,ywjno/nutz,ywjno/nutz,elkan1788/nutz,nutzam/nutz | package org.nutz.dao.test.normal;
import static org.junit.Assert.*;
import org.junit.Test;
import org.nutz.dao.Chain;
import org.nutz.dao.Cnd;
import org.nutz.dao.FieldFilter;
import org.nutz.dao.test.DaoCase;
import org.nutz.dao.test.meta.BeanWithDefault;
import org.nutz.dao.test.meta.Fighter;
import org.nutz.dao.t... | test/org/nutz/dao/test/normal/UpdateTest.java | package org.nutz.dao.test.normal;
import static org.junit.Assert.*;
import org.junit.Test;
import org.nutz.dao.Chain;
import org.nutz.dao.Cnd;
import org.nutz.dao.FieldFilter;
import org.nutz.dao.test.DaoCase;
import org.nutz.dao.test.meta.BeanWithDefault;
import org.nutz.dao.test.meta.Fighter;
import org.nutz.dao.t... | update: 为毛CI报错呢?
| test/org/nutz/dao/test/normal/UpdateTest.java | update: 为毛CI报错呢? | |
Java | apache-2.0 | 280c22f0fe92ea754cadbad77f27d04686138438 | 0 | vvv1559/intellij-community,ahb0327/intellij-community,SerCeMan/intellij-community,semonte/intellij-community,michaelgallacher/intellij-community,holmes/intellij-community,asedunov/intellij-community,semonte/intellij-community,blademainer/intellij-community,kdwink/intellij-community,wreckJ/intellij-community,SerCeMan/in... | package com.jetbrains.python;
import com.intellij.lang.documentation.QuickDocumentationProvider;
import com.intellij.psi.PsiElement;
import com.intellij.xml.util.XmlStringUtil;
import com.jetbrains.python.psi.PyDocStringOwner;
/**
* @author yole
*/
public class PythonDocumentationProvider extends QuickDocumentation... | python/src/com/jetbrains/python/PythonDocumentationProvider.java | package com.jetbrains.python;
import com.intellij.lang.documentation.QuickDocumentationProvider;
import com.intellij.psi.PsiElement;
import com.intellij.xml.util.XmlStringUtil;
import com.jetbrains.python.psi.PyDocStringOwner;
/**
* @author yole
*/
public class PythonDocumentationProvider extends QuickDocumentation... | It seems it makes more sense to keep original linebreaks when displaying python documentation.
| python/src/com/jetbrains/python/PythonDocumentationProvider.java | It seems it makes more sense to keep original linebreaks when displaying python documentation. | |
Java | apache-2.0 | 31b96bd207421cd2a6fd4c05910c0ce24c2cc9b2 | 0 | AlexMinsk/camunda-bpm-platform,xasx/camunda-bpm-platform,AlexMinsk/camunda-bpm-platform,filiphr/camunda-bpm-platform,menski/camunda-bpm-platform,langfr/camunda-bpm-platform,xasx/camunda-bpm-platform,skjolber/camunda-bpm-platform,hupda-edpe/c,hawky-4s-/camunda-bpm-platform,fouasnon/camunda-bpm-platform,fouasnon/camunda-... | package org.activiti.cycle.impl.connector.view;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.activiti.cycle.ArtifactType;
import org.activiti.cycle.Content;
import org.activiti.cycle.RepositoryArtifact;
import org.... | activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/view/RootConnector.java | package org.activiti.cycle.impl.connector.view;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.activiti.cycle.ArtifactType;
import org.activiti.cycle.Content;
import org.activiti.cycle.RepositoryArtifact;
import org.... | just fixed a typo
| activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/view/RootConnector.java | just fixed a typo | |
Java | apache-2.0 | e08500578c604b88605cda5e011c0aa9ad3c3a5e | 0 | andrewmains12/hbase,andrewmains12/hbase,vincentpoon/hbase,Guavus/hbase,mahak/hbase,intel-hadoop/hbase-rhino,bijugs/hbase,francisliu/hbase,bijugs/hbase,apurtell/hbase,ultratendency/hbase,SeekerResource/hbase,StackVista/hbase,Guavus/hbase,Apache9/hbase,Guavus/hbase,vincentpoon/hbase,intel-hadoop/hbase-rhino,mahak/hbase,j... | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); y... | HBASE-9610 TestThriftServer.testAll failing
git-svn-id: 949c06ec81f1cb709fd2be51dd530a930344d7b3@1526281 13f79535-47bb-0310-9956-ffa450edef68
| hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/TestThriftServer.java | HBASE-9610 TestThriftServer.testAll failing | |
Java | apache-2.0 | cb21da8b2120ea39d16b949ce4267bd44c3a427e | 0 | dslomov/bazel-windows,variac/bazel,dslomov/bazel-windows,kchodorow/bazel,dropbox/bazel,akira-baruah/bazel,safarmer/bazel,meteorcloudy/bazel,perezd/bazel,dropbox/bazel,Asana/bazel,akira-baruah/bazel,aehlig/bazel,ulfjack/bazel,perezd/bazel,davidzchen/bazel,ulfjack/bazel,Asana/bazel,LuminateWireless/bazel,dslomov/bazel-wi... | // Copyright 2017 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/java_tools/buildjar/java/com/google/devtools/build/buildjar/javac/BlazeJavacArguments.java | // Copyright 2017 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... | Rollback of commit aad9b44898cf1562765755d475463145466ea7ae.
*** Reason for rollback ***
bazelbuild/bazel#2123 is fixed
*** Original change description ***
Add explicit type annotations in BlazeJavacArguments.java
Fixes bazel-tests for java 7 after commit 3c5e55ff8e058b624ce26e803ff00434c70d4b91
--
PiperOrigin-Re... | src/java_tools/buildjar/java/com/google/devtools/build/buildjar/javac/BlazeJavacArguments.java | Rollback of commit aad9b44898cf1562765755d475463145466ea7ae. | |
Java | apache-2.0 | 32d5271cd57232a281a4b1eaa5566d14412195c1 | 0 | thusithathilina/carbon-transports,wggihan/carbon-transports,shafreenAnfar/carbon-transports,wso2/carbon-transports,chanakaudaya/carbon-transports | /*
* Copyright (c) 2017, 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.or... | file/org.wso2.carbon.transport.file/src/main/java/org/wso2/carbon/transport/file/connector/server/FileConsumer.java | /*
* Copyright (c) 2017, 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.or... | Avoiding casting of null to long.
| file/org.wso2.carbon.transport.file/src/main/java/org/wso2/carbon/transport/file/connector/server/FileConsumer.java | Avoiding casting of null to long. | |
Java | apache-2.0 | error: pathspec 'hsweb-system/hsweb-system-dynamic-form/hsweb-system-dynamic-form-service/hsweb-system-dynamic-form-service-simple/src/main/java/org/hswebframework/web/service/form/simple/SimpleDynamicFormOperationService.java' did not match any file(s) known to git
| 17756b0cccc19ecbb29306bfdef5c5433476dd63 | 1 | asiaon123/hsweb-framework,hs-web/hsweb-framework,asiaon123/hsweb-framework,asiaon123/hsweb-framework,hs-web/hsweb-framework,hs-web/hsweb-framework | package org.hswebframework.web.service.form.simple;
import org.hsweb.ezorm.core.Delete;
import org.hsweb.ezorm.core.Update;
import org.hsweb.ezorm.rdb.RDBDatabase;
import org.hsweb.ezorm.rdb.RDBQuery;
import org.hsweb.ezorm.rdb.RDBTable;
import org.hswebframework.web.NotFoundException;
import org.hswebframework.web.co... | hsweb-system/hsweb-system-dynamic-form/hsweb-system-dynamic-form-service/hsweb-system-dynamic-form-service-simple/src/main/java/org/hswebframework/web/service/form/simple/SimpleDynamicFormOperationService.java | 新增动态表单操作实现
| hsweb-system/hsweb-system-dynamic-form/hsweb-system-dynamic-form-service/hsweb-system-dynamic-form-service-simple/src/main/java/org/hswebframework/web/service/form/simple/SimpleDynamicFormOperationService.java | 新增动态表单操作实现 | |
Java | apache-2.0 | error: pathspec 'src/main/java/site/upload/PackageUpload.java' did not match any file(s) known to git
| c631fbfcdff876f70a01f2774e5c5470f02fe760 | 1 | cescoffier/wisdom-documentation,cescoffier/wisdom-documentation,cescoffier/wisdom-documentation | package site.upload;
import com.google.common.base.Strings;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.felix.ipojo.annotations.Requires;
import org.apache.felix.ipojo.annotations.Validate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.wisdom.ap... | src/main/java/site/upload/PackageUpload.java | Provide documentation upload facilities
Signed-off-by: Clement Escoffier <6397137e57d1f87002962a37058f2a1c76fca9db@gmail.com>
| src/main/java/site/upload/PackageUpload.java | Provide documentation upload facilities | |
Java | apache-2.0 | error: pathspec 'src/main/java/com/conger/test/ExceptionTest.java' did not match any file(s) known to git
| 3368778bff2f4ae353dcdee152e13fdbe26bb41b | 1 | hellojinjie/try | package com.conger.test;
public class ExceptionTest {
public static void main(String[] args) {
System.out.println(new Exception().getStackTrace()[0]);
}
}
| src/main/java/com/conger/test/ExceptionTest.java | test exception stacktrace | src/main/java/com/conger/test/ExceptionTest.java | test exception stacktrace | |
Java | apache-2.0 | error: pathspec 'main/src/com/pathtomani/managers/input/Mover.java' did not match any file(s) known to git
| 6624c4d9361b089d1ee932edee3157c3c12e013d | 1 | BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani | /*
* Copyright 2016 BurntGameProductions
*
* 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 ... | main/src/com/pathtomani/managers/input/Mover.java | Moving files to Managers.
| main/src/com/pathtomani/managers/input/Mover.java | Moving files to Managers. | |
Java | apache-2.0 | error: pathspec 'app/src/main/java/co/gobd/tracker/network/RegisterApi.java' did not match any file(s) known to git
| e558a96b717ca05c1fe0ba0c73215878e9e25d66 | 1 | NerdCats/SwatKat | package co.gobd.tracker.network;
/**
* Created by fahad on 4/26/16.
*/
public interface RegisterApi {
}
| app/src/main/java/co/gobd/tracker/network/RegisterApi.java | Adds register endpoint to config and a RegisterApi
| app/src/main/java/co/gobd/tracker/network/RegisterApi.java | Adds register endpoint to config and a RegisterApi | |
Java | apache-2.0 | error: pathspec 'feluca-core/src/main/java/org/shanbo/feluca/node/leader/LeaderModule.java' did not match any file(s) known to git
| def74c0c727c65d8ce59e0ba33305d360d605dbb | 1 | lgnlgn/feluca,lgnlgn/feluca | package org.shanbo.feluca.node.leader;
import org.shanbo.feluca.node.RoleModule;
public class LeaderModule extends RoleModule{
}
| feluca-core/src/main/java/org/shanbo/feluca/node/leader/LeaderModule.java | leader | feluca-core/src/main/java/org/shanbo/feluca/node/leader/LeaderModule.java | leader | |
Java | apache-2.0 | error: pathspec 'proteus/src/main/java/com/treelogic/proteus/flink/sink/WebsocketSink.java' did not match any file(s) known to git
| 0f9b308f6d2a7f12977195f6847c371e296bedde | 1 | proteus-h2020/proteus-backend,proteus-h2020/proteus-backend | package com.treelogic.proteus.flink.sink;
public class WebsocketSink {
}
| proteus/src/main/java/com/treelogic/proteus/flink/sink/WebsocketSink.java | Add skeleton for flink classes
| proteus/src/main/java/com/treelogic/proteus/flink/sink/WebsocketSink.java | Add skeleton for flink classes | |
Java | apache-2.0 | error: pathspec 'src/main/java/de/slackspace/openkeepass/stream/HashedBlockInputStream.java' did not match any file(s) known to git
| 142a914c95467b4ec522365f7192a4618e5f77f5 | 1 | knowhowlab/openkeepass,cternes/openkeepass | package de.slackspace.openkeepass.stream;
import java.io.IOException;
import java.io.InputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import org.apache.commons.io.IOUtils;
import de.slackspace.openkeepass.util.ByteUtil;
public class HashedBlock... | src/main/java/de/slackspace/openkeepass/stream/HashedBlockInputStream.java | Added hashed block inputStream
| src/main/java/de/slackspace/openkeepass/stream/HashedBlockInputStream.java | Added hashed block inputStream | |
Java | apache-2.0 | error: pathspec 'src/main/java/org/redisson/connection/balancer/WeightedRoundRobinBalancer.java' did not match any file(s) known to git
| 55a2df687be219e127614f1b19ba9e395e6bb56a | 1 | ContaAzul/redisson,jackygurui/redisson,zhoffice/redisson,mrniko/redisson,redisson/redisson | /**
* Copyright 2014 Nikita Koksharov, Nickolay Borbit
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | src/main/java/org/redisson/connection/balancer/WeightedRoundRobinBalancer.java | WeightedRoundRobinBalancer added. #344
| src/main/java/org/redisson/connection/balancer/WeightedRoundRobinBalancer.java | WeightedRoundRobinBalancer added. #344 | |
Java | apache-2.0 | error: pathspec 'src/main/java/net/finmath/finitedifference/experimental/LocalVolatilityTheta.java' did not match any file(s) known to git
| dfe2b41b56dd2eab8f912de2448632cd25b6cf43 | 1 | finmath/finmath-lib,finmath/finmath-lib | package net.finmath.finitedifference.experimental;
import org.apache.commons.math3.linear.*;
/**
* Implementation of the Theta-scheme for a one-dimensional local volatility model (still experimental).
*
* @author Ralph Rudd
* @author Christian Fries
* @author Jörg Kienitz
* @version 1.0
*/
public class Local... | src/main/java/net/finmath/finitedifference/experimental/LocalVolatilityTheta.java | First implementation of theta-method for time-reversed local volatility PDE.
| src/main/java/net/finmath/finitedifference/experimental/LocalVolatilityTheta.java | First implementation of theta-method for time-reversed local volatility PDE. | |
Java | apache-2.0 | error: pathspec 'src/main/java/com/liferay/arquillian/processor/BndApplicationArchiveProcessor.java' did not match any file(s) known to git
| 3604b379d6d017d588c2f7f47a56d64795665953 | 1 | csierra/arquillian-deployment-generator-bnd | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | src/main/java/com/liferay/arquillian/processor/BndApplicationArchiveProcessor.java | Add an ApplicationArchiveProcessor to calculate the final Manifest
taking into accout the test class
| src/main/java/com/liferay/arquillian/processor/BndApplicationArchiveProcessor.java | Add an ApplicationArchiveProcessor to calculate the final Manifest taking into accout the test class | |
Java | apache-2.0 | error: pathspec 'src/de/mrapp/android/adapter/expandablelist/selectable/ExpandableListSelectionListener.java' did not match any file(s) known to git
| 9d594bc91436e88aefc772da9b7a87bca93f6177 | 1 | michael-rapp/AndroidAdapters | /*
* AndroidAdapters Copyright 2014 Michael Rapp
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... | src/de/mrapp/android/adapter/expandablelist/selectable/ExpandableListSelectionListener.java | Added the interface ExpandableListSelectionListener.
| src/de/mrapp/android/adapter/expandablelist/selectable/ExpandableListSelectionListener.java | Added the interface ExpandableListSelectionListener. | |
Java | apache-2.0 | error: pathspec 'rice-middleware/sampleapp/src/it/java/edu/samplu/krad/labs/lookups/DemoLabsLookupMultipleCriteriaColumnSmokeTest.java' did not match any file(s) known to git
| b5708e1f96517932b5a550a88ed5be3a7b53abc3 | 1 | rojlarge/rice-kc,UniversityOfHawaiiORS/rice,ewestfal/rice-svn2git-test,jwillia/kc-rice1,bhutchinson/rice,kuali/kc-rice,gathreya/rice-kc,kuali/kc-rice,bsmith83/rice-1,cniesen/rice,sonamuthu/rice-1,shahess/rice,jwillia/kc-rice1,ewestfal/rice-svn2git-test,sonamuthu/rice-1,UniversityOfHawaiiORS/rice,geothomasp/kualico-rice... | /*
* Copyright 2006-2012 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/ecl2.php
*
* Unless required by ap... | rice-middleware/sampleapp/src/it/java/edu/samplu/krad/labs/lookups/DemoLabsLookupMultipleCriteriaColumnSmokeTest.java | KULRICE-10792 : Create Functional Test for KRAD Demo Labs Lookups - Multiple Criteria Columns Completed
| rice-middleware/sampleapp/src/it/java/edu/samplu/krad/labs/lookups/DemoLabsLookupMultipleCriteriaColumnSmokeTest.java | KULRICE-10792 : Create Functional Test for KRAD Demo Labs Lookups - Multiple Criteria Columns Completed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.