lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | error: pathspec 'sources/scala/tools/scalatest/Console.java' did not match any file(s) known to git
| 04e430874f95a708019d654f5eb6799f5a1498c1 | 1 | scala/scala,martijnhoekstra/scala,shimib/scala,martijnhoekstra/scala,jvican/scala,jvican/scala,shimib/scala,shimib/scala,shimib/scala,jvican/scala,jvican/scala,jvican/scala,shimib/scala,slothspot/scala,felixmulder/scala,felixmulder/scala,felixmulder/scala,slothspot/scala,scala/scala,shimib/scala,felixmulder/scala,marti... | /* ___ ____ ___ __ ___ _____
** / _// __// _ | / / / _ |/_ _/ Scala test
** __\ \/ /__/ __ |/ /__/ __ | / / (c) 2003, LAMP/EPFL
** /____/\___/_/ |_/____/_/ |_//_/
**
** $Id$
*/
package scala.tools.scalatest;
import java.io.*;
import java.text.*;
class Console {
// ANSI colors foregrou... | sources/scala/tools/scalatest/Console.java | - same class as scala/Console.scala, but in Jav...
- same class as scala/Console.scala, but in Java (for now)
| sources/scala/tools/scalatest/Console.java | - same class as scala/Console.scala, but in Jav... | |
Java | apache-2.0 | error: pathspec 'core/java/src/net/i2p/stat/StatLogSplitter.java' did not match any file(s) known to git
| 0526d5b53abbeb10b9bf682712189dd3f7c352a6 | 1 | i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie,i2p/i2p.itoopie | package net.i2p.stat;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.FileWriter;
import java.text.SimpleDateFormat;
import java.text.ParseException;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
/**
* Simple CL... | core/java/src/net/i2p/stat/StatLogSplitter.java | cli to splot the stat log
| core/java/src/net/i2p/stat/StatLogSplitter.java | cli to splot the stat log | |
Java | apache-2.0 | error: pathspec 'main/src/com/pathtomani/entities/item/ItemConfig.java' did not match any file(s) known to git
| 1d2e4d2cde252cc137898c7459c8443d3de4435b | 1 | BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani,BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,TheNightForum/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/entities/item/ItemConfig.java | Moving files to Entites.
| main/src/com/pathtomani/entities/item/ItemConfig.java | Moving files to Entites. | |
Java | apache-2.0 | error: pathspec 'mvp/src/main/java/by/vshkl/model/ResponseWrapper.java' did not match any file(s) known to git
| 1c9cf05196e8017e51eae13228dbb65a88424835 | 1 | vshkl/BashQ | package by.vshkl.model;
public class ResponseWrapper<T> {
public T body;
}
| mvp/src/main/java/by/vshkl/model/ResponseWrapper.java | ResponceWrapper class added
| mvp/src/main/java/by/vshkl/model/ResponseWrapper.java | ResponceWrapper class added | |
Java | apache-2.0 | error: pathspec 'servers/src/main/java/tachyon/worker/ClientRWLock.java' did not match any file(s) known to git
| 37b68e0eac26193d01315fa31e1831eb02229017 | 1 | Reidddddd/mo-alluxio,riversand963/alluxio,wwjiang007/alluxio,riversand963/alluxio,jswudi/alluxio,Alluxio/alluxio,wwjiang007/alluxio,WilliamZapata/alluxio,ShailShah/alluxio,EvilMcJerkface/alluxio,wwjiang007/alluxio,ChangerYoung/alluxio,uronce-cc/alluxio,calvinjia/tachyon,uronce-cc/alluxio,Reidddddd/alluxio,uronce-cc/all... | /*
* Licensed to the University of California, Berkeley 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... | servers/src/main/java/tachyon/worker/ClientRWLock.java | Add a ReadWrite lock implementation based on Semaphore. The reason to have this lock is to ensure we can release previously acquired locks from different threads
| servers/src/main/java/tachyon/worker/ClientRWLock.java | Add a ReadWrite lock implementation based on Semaphore. The reason to have this lock is to ensure we can release previously acquired locks from different threads | |
Java | apache-2.0 | error: pathspec 'src/main/java/io/schinzel/basicutils/file/REMOVE_ME.java' did not match any file(s) known to git
| 28e20f84e2aac287f081a559c6f68c68ad169d80 | 1 | Schinzel/basic-utils | package io.schinzel.basicutils.file;
/**
* Purpose of this class is ...
* <p>
* Created by Schinzel on 2018-01-10
*/
public class REMOVE_ME {
public static void main(String[] args) {
//
FileRW.readAsString("myfile.txt");
FileRW.write("myfile.txt", "my content");
//
FileR... | src/main/java/io/schinzel/basicutils/file/REMOVE_ME.java | Examples
| src/main/java/io/schinzel/basicutils/file/REMOVE_ME.java | Examples | |
Java | apache-2.0 | error: pathspec 'src/main/java/com/jaamsim/resourceObjects/ResourceUnit.java' did not match any file(s) known to git
| 62b8f5fff09cdcdfdf2c4a10b19c91995c19e2f5 | 1 | jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim | /*
* JaamSim Discrete Event Simulation
* Copyright (C) 2018 JaamSim Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | src/main/java/com/jaamsim/resourceObjects/ResourceUnit.java | JS: add ResourceUnit class
Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
| src/main/java/com/jaamsim/resourceObjects/ResourceUnit.java | JS: add ResourceUnit class | |
Java | apache-2.0 | error: pathspec 'java/server/test/org/openqa/grid/e2e/selenium/NodeRecoveryTest.java' did not match any file(s) known to git
| ada9e5c8c0f80ac9696a384e8eb1099719d62a4d | 1 | akiellor/selenium,akiellor/selenium,virajs/selenium-1,winhamwr/selenium,winhamwr/selenium,virajs/selenium-1,virajs/selenium-1,virajs/selenium-1,virajs/selenium-1,winhamwr/selenium,akiellor/selenium,akiellor/selenium,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,winhamwr/selen... | package org.openqa.grid.e2e.selenium;
import org.openqa.grid.e2e.utils.GridConfigurationMock;
import org.openqa.grid.internal.Registry;
import org.openqa.grid.internal.RemoteProxy;
import org.openqa.grid.selenium.SelfRegisteringRemote;
import org.openqa.grid.selenium.utils.GridConfiguration;
import org.openqa.grid.we... | java/server/test/org/openqa/grid/e2e/selenium/NodeRecoveryTest.java | FrancoisReynaud: adding. a test to debug timeout and re-registration of nodes.file left out of commit 12073
git-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@12078 07704840-8298-11de-bf8c-fd130f914ac9
| java/server/test/org/openqa/grid/e2e/selenium/NodeRecoveryTest.java | FrancoisReynaud: adding. a test to debug timeout and re-registration of nodes.file left out of commit 12073 | |
Java | apache-2.0 | error: pathspec 'src/impl/edu/columbia/gemma/common/auditAndSecurity/PersonImpl.java' did not match any file(s) known to git
| b435bef96ffc401c2333f888be7c1355c04992a4 | 1 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | /*
* The Gemma project.
*
* Copyright (c) 2005 Columbia University
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later ve... | src/impl/edu/columbia/gemma/common/auditAndSecurity/PersonImpl.java | getFullName method.
| src/impl/edu/columbia/gemma/common/auditAndSecurity/PersonImpl.java | getFullName method. | |
Java | apache-2.0 | error: pathspec 'src/test/java/org/semanticweb/drew/rl/sparql/SparqlCompilerTest.java' did not match any file(s) known to git
| 3d5b1a95974a9f0c05ba9e73f01da5586eb9cf22 | 1 | ghxiao/drew,ghxiao/drew,ghxiao/drew,ghxiao/drew | package org.semanticweb.drew.rl.sparql;
import static org.junit.Assert.*;
import org.junit.Test;
import org.semanticweb.drew.dlprogram.format.DLProgramStorer;
import org.semanticweb.drew.dlprogram.format.DLProgramStorerImpl;
import org.semanticweb.drew.dlprogram.format.RLProgramStorerImpl;
import org.semanticweb.drew... | src/test/java/org/semanticweb/drew/rl/sparql/SparqlCompilerTest.java | add a sparql compiler test
| src/test/java/org/semanticweb/drew/rl/sparql/SparqlCompilerTest.java | add a sparql compiler test | |
Java | apache-2.0 | error: pathspec 'objector-ots/src/main/java/org/chenmin/open/objector/BooleanIntrospector.java' did not match any file(s) known to git
| 8663a73d70dfa1efa3deaa4748eada1f1cc105ba | 1 | chenmins/objector | package org.chenmin.open.objector;
import java.beans.IntrospectionException;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import org.apache.commons.beanutils.BeanIntrospector;
import org.apache.commons.beanutils.IntrospectionContext;
import org.apache.commons.lang.WordUtils;
publi... | objector-ots/src/main/java/org/chenmin/open/objector/BooleanIntrospector.java | boolean 类型的 Boolean isBoolean() 特殊处理类 | objector-ots/src/main/java/org/chenmin/open/objector/BooleanIntrospector.java | boolean 类型的 Boolean isBoolean() 特殊处理类 | |
Java | apache-2.0 | error: pathspec 'ph-commons/src/test/java/com/helger/commons/supplementary/test/MainFileOnWindows.java' did not match any file(s) known to git
| 11f7f99b0692f244610065c04202d67220ea9ecf | 1 | phax/ph-commons | /**
* Copyright (C) 2014-2019 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICE... | ph-commons/src/test/java/com/helger/commons/supplementary/test/MainFileOnWindows.java | Small test file | ph-commons/src/test/java/com/helger/commons/supplementary/test/MainFileOnWindows.java | Small test file | |
Java | apache-2.0 | error: pathspec 'openrest-filters/src/main/java/pl/openrest/filters/query/registry/JoinInformation.java' did not match any file(s) known to git
| 873632fc0a7ca3a4d6753de701cf537b63a68f0c | 1 | konik32/openrest | package pl.openrest.filters.query.registry;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;
import com.mysema.query.types.Path;
@Getter
@ToString
@EqualsAndHashCode
public class JoinInformation {
private final Path<?> path;
private final boolean collection;
private final bo... | openrest-filters/src/main/java/pl/openrest/filters/query/registry/JoinInformation.java | Create JoinInformation | openrest-filters/src/main/java/pl/openrest/filters/query/registry/JoinInformation.java | Create JoinInformation | |
Java | apache-2.0 | error: pathspec 'src/test/java/com/feilong/core/lang/classloaderitiltest/ClassLoaderUtilGetResourceInAllClassLoaderTest.java' did not match any file(s) known to git
| 55366d5e0930e61e7cb809ddcc82eaac7929cc09 | 1 | venusdrogon/feilong-core,venusdrogon/feilong-core | /*
* Copyright (C) 2008 feilong
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | src/test/java/com/feilong/core/lang/classloaderitiltest/ClassLoaderUtilGetResourceInAllClassLoaderTest.java | add ClassLoaderUtilGetResourceInAllClassLoaderTest fix #475 | src/test/java/com/feilong/core/lang/classloaderitiltest/ClassLoaderUtilGetResourceInAllClassLoaderTest.java | add ClassLoaderUtilGetResourceInAllClassLoaderTest fix #475 | |
Java | bsd-2-clause | error: pathspec 'lava-crms/src/edu/ucsf/lava/crms/protocol/controller/ProtocolCompletionStatusHandler.java' did not match any file(s) known to git
| ca5cf5579e1ce7f55501f3e6ec3880fc333f94a1 | 1 | UCSFMemoryAndAging/lava,UCSFMemoryAndAging/lava,UCSFMemoryAndAging/lava | package edu.ucsf.lava.crms.protocol.controller;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.webflow.context.servlet.ServletExternalContext;
import org.springframework.webflow.execution.RequestContext;
import edu.ucsf.lava.core.action.ActionUtils;
import edu.ucsf.la... | lava-crms/src/edu/ucsf/lava/crms/protocol/controller/ProtocolCompletionStatusHandler.java | initial revision
| lava-crms/src/edu/ucsf/lava/crms/protocol/controller/ProtocolCompletionStatusHandler.java | initial revision | |
Java | bsd-3-clause | 46bfab5efbfa7043c52fd1f853e9185c37279250 | 0 | mdiggory/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo,mdiggory/dryad-repo,mdiggory/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-repo,ja... | /*
* DSIndexer.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | dspace-api/src/main/java/org/dspace/search/DSIndexer.java | /*
* DSIndexer.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | Added distinct year indexing for dates
git-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@2550 9c30dcfa-912a-0410-8fc2-9e0234be79fd
| dspace-api/src/main/java/org/dspace/search/DSIndexer.java | Added distinct year indexing for dates | |
Java | bsd-3-clause | 16b4494d684de458fa750d20a4c92f0991491c67 | 0 | Lucky-Dhakad/semanticvectors,sabitaacharya/semanticvectors,anhth12/semanticvectors,anhth12/semanticvectors,sabitaacharya/semanticvectors,sabitaacharya/semanticvectors,anhth12/semanticvectors,Lucky-Dhakad/semanticvectors,Lucky-Dhakad/semanticvectors,sabitaacharya/semanticvectors,anhth12/semanticvectors,Lucky-Dhakad/sema... | /**
Copyright (c) 2007, University of Pittsburgh
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list ... | src/pitt/search/semanticvectors/BuildIndex.java | /**
Copyright (c) 2007, University of Pittsburgh
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list ... | Trivial whitespace cleanup. | src/pitt/search/semanticvectors/BuildIndex.java | Trivial whitespace cleanup. | |
Java | bsd-3-clause | error: pathspec 'src/us/crast/mondochest/DirectionalStrings.java' did not match any file(s) known to git
| 18693292b859e0facaed4301bbb70d4f0ba85cbc | 1 | crast/MondoChest,crast/MondoChest | package us.crast.mondochest;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
public class DirectionalStrings {
private static Map<String, BlockFace> dirs = new HashMap<String, BlockFace>();
public static Block parseDirectional(Block context, Strin... | src/us/crast/mondochest/DirectionalStrings.java | Add in support for parsing directional strings like 'up 7 east 12'
| src/us/crast/mondochest/DirectionalStrings.java | Add in support for parsing directional strings like 'up 7 east 12' | |
Java | mit | 052e08556733f1ca1aad57be199eb99829576128 | 0 | Pankiev/Distributed-Processing-Gdansk-University-of-Technology-project | package pl.gda.pg.student.project.server;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.math.Vector2;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryonet.Co... | core/src/pl/gda/pg/student/project/server/GameServer.java | package pl.gda.pg.student.project.server;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.math.Vector2;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryonet.Co... | bomb position
| core/src/pl/gda/pg/student/project/server/GameServer.java | bomb position | |
Java | mit | ea080d9ffc2595bb677f4c8c1b62e51416e9203f | 0 | KyoriPowered/text,KyoriPowered/text | /*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2020 KyoriPowered
*
* 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, inc... | api/src/main/java/net/kyori/adventure/bossbar/BossBar.java | /*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2020 KyoriPowered
*
* 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, inc... | bossbar listener changes
| api/src/main/java/net/kyori/adventure/bossbar/BossBar.java | bossbar listener changes | |
Java | mit | 735c73a1012451bbc183ea27c69764557289ab2d | 0 | andrewyang96/PokePebble | package seniorcheeseman.pokepebbleassistapp;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
impor... | Android/PokePebbleAssistApp/app/src/main/java/seniorcheeseman/pokepebbleassistapp/MainActivity.java | package seniorcheeseman.pokepebbleassistapp;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
impor... | untested android sending messages to pebble code
| Android/PokePebbleAssistApp/app/src/main/java/seniorcheeseman/pokepebbleassistapp/MainActivity.java | untested android sending messages to pebble code | |
Java | mit | 96f4582908c0eb938f8503498e3650068b495aee | 0 | hearsilent/TTU-WiFiAutoLogin,HackGen/TTU-WiFiAutoLogin,hearsilent/TTU-WiFiAutoLogin,HackGen/TTU-WiFiAutoLogin |
package tw.edu.ttu.wifiautoconnect;
import android.os.Bundle;
import android.text.InputType;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.app.Activity;
import android.content.SharedPreferences;
public class WifiAutoConnect extends Activity {
public stat... | android/src/tw/edu/ttu/wifiautoconnect/WifiAutoConnect.java |
package tw.edu.ttu.wifiautoconnect;
import android.os.Bundle;
import android.text.InputType;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.app.Activity;
import android.content.SharedPreferences;
public class WifiAutoConnect extends Activity {
public stat... | private UI object
| android/src/tw/edu/ttu/wifiautoconnect/WifiAutoConnect.java | private UI object | |
Java | epl-1.0 | 0c9ba914cea89cc427132dfb3237cad4efa64f22 | 0 | amolenaar/fitnesse,amolenaar/fitnesse,amolenaar/fitnesse | package fitnesse.components;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.List;
/**
* Gets a class loader which extends the class path with jars found in "plugins" directory.
... | src/fitnesse/components/PluginsClassLoader.java | package fitnesse.components;
import java.io.File;
import java.lang.reflect.Method;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.List;
/**
* Update the current thread class path with jars foundin a "plugins" directory.
*/
pu... | Restructure plugins class loader
| src/fitnesse/components/PluginsClassLoader.java | Restructure plugins class loader | |
Java | agpl-3.0 | 1fa2a009267b3b18ff8c97135e0afb9ca32feb08 | 0 | ozwillo/ozwillo-kernel,ozwillo/ozwillo-kernel,ozwillo/ozwillo-kernel | package oasis.web.authn;
import java.net.URI;
import java.security.PublicKey;
import java.text.Collator;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Objects;
import javax.annotation.Nullable;
import javax.inject.Inject;
import javax.ws.rs.FormParam;
import javax.ws.rs.GET;
import javax.... | oasis-webapp/src/main/java/oasis/web/authn/LogoutPage.java | package oasis.web.authn;
import java.net.URI;
import java.security.PublicKey;
import java.text.Collator;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Objects;
import javax.annotation.Nullable;
import javax.inject.Inject;
import javax.ws.rs.FormParam;
import javax.ws.rs.GET;
import javax.... | Fix NPE when we don't have a landing-page configured.
This should only happen in dev, or when the Kernel hasn't been
configured.
Change-Id: I6f0ad72fab4d02aa949bdedf489794ede8a067d9
| oasis-webapp/src/main/java/oasis/web/authn/LogoutPage.java | Fix NPE when we don't have a landing-page configured. | |
Java | lgpl-2.1 | cff2aead105d4ae77fa8f466bfe49a4ec76b8d43 | 0 | SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.sf.jaer.eventprocessing;
import java.awt.Point;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import javax.media.opengl.GL;
import javax.m... | src/net/sf/jaer/eventprocessing/EventFilter2DMouseAdaptor.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.sf.jaer.eventprocessing;
import java.awt.Point;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import javax.media.opengl.GL;
import javax.m... | added note to javadoc to wrap transform calls inside push and pop to use getMousePixel to work properly.
git-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@5828 b7f4320f-462c-0410-a916-d9f35bb82d52
| src/net/sf/jaer/eventprocessing/EventFilter2DMouseAdaptor.java | added note to javadoc to wrap transform calls inside push and pop to use getMousePixel to work properly. | |
Java | lgpl-2.1 | 3d30096beffc47d2cf2dc93b37e3d00cd796490a | 0 | jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool | /* LanguageTool, a natural language style checker
* Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | languagetool-language-modules/pt/src/main/java/org/languagetool/language/Portuguese.java | /* LanguageTool, a natural language style checker
* Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | [pt] add rule priority
| languagetool-language-modules/pt/src/main/java/org/languagetool/language/Portuguese.java | [pt] add rule priority | |
Java | lgpl-2.1 | 5cbde1b45635b63f8302476e0ceadada01f6123a | 0 | samskivert/samskivert,samskivert/samskivert | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001-2010 Michael Bayne, et al.
//
// 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 versi... | src/main/java/com/samskivert/util/CollectionUtil.java | //
// $Id$
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001-2010 Michael Bayne, et al.
//
// 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 versi... | Created an addAll() that folds a supplied Iterable of Collections
into the starter collection using addAll. Certain Collections, like
guava's Multiset have optimized addAll() methods that recognize
other Multisets.
There is also a putAll() equivalent for Maps.
git-svn-id: 64ebf368729f38804935acb7146e017e0f909c6b@2891... | src/main/java/com/samskivert/util/CollectionUtil.java | Created an addAll() that folds a supplied Iterable of Collections into the starter collection using addAll. Certain Collections, like guava's Multiset have optimized addAll() methods that recognize other Multisets. There is also a putAll() equivalent for Maps. | |
Java | lgpl-2.1 | 99d5ecb10002f2c343dff93598db480da327b92e | 0 | jolie/jolie,jolie/jolie,jolie/jolie | /***************************************************************************
* Copyright (C) 2006-2011 by Fabrizio Montesi <famontesi@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it unde... | libjolie/src/jolie/lang/parse/SemanticVerifier.java | /***************************************************************************
* Copyright (C) 2006-2011 by Fabrizio Montesi <famontesi@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it unde... |
Former-commit-id: 9e4e208be203908b4d22e2f05769c2a4b3a0117e | libjolie/src/jolie/lang/parse/SemanticVerifier.java | ||
Java | apache-2.0 | 78ec80ec60b5d4b52642a75e217fe001371d99a6 | 0 | 01org/vmf,01org/vmf,apavlenko/vmf,apavlenko/vmf,01org/vmf,01org/vmf,apavlenko/vmf,apavlenko/vmf,apavlenko/vmf,01org/vmf | package com.intel.vmf;
public class FieldDesc
{
static
{
System.loadLibrary("vmf");
}
protected final long nativeObj;
public boolean optional;
public String name;
public Variant.Type type;
public FieldDesc ()
{
nativeObj = n_FieldDesc();
}
public boolean isEq... | modules/vmfcore/java/FieldDesc.java | package com.intel.vmf;
public class FieldDesc
{
static
{
System.loadLibrary("vmf");
}
protected final long nativeObj;
public boolean optional;
public String name;
public Variant.Type type;
public FieldDesc ()
{
nativeObj = n_FieldDesc();
}
public boolean isEquals(long... | minor changes for FieldDesc class
| modules/vmfcore/java/FieldDesc.java | minor changes for FieldDesc class | |
Java | apache-2.0 | b29805f0c3056c5edc843c1a1a6b9296de09752e | 0 | mpouttuclarke/cdap,anthcp/cdap,chtyim/cdap,hsaputra/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,chtyim/cdap,caskdata/cdap,caskdata/cdap,mpouttuclarke/cdap,hsaputra/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,anthcp/cdap,chtyim/cdap,chtyim/cdap,hsaputra/cdap,caskdata/cdap,hsaputra/cdap,caskdata/cdap,chtyim/cdap,hsa... | /*
* Copyright 2012-2013 Continuuity,Inc. All Rights Reserved.
*/
package com.continuuity.metrics.query;
import com.continuuity.common.metrics.MetricsScope;
import junit.framework.Assert;
import org.apache.commons.httpclient.util.URIUtil;
import org.apache.http.client.utils.URIUtils;
import org.junit.Test;
import j... | watchdog/src/test/java/com/continuuity/metrics/query/MetricsRequestParserTest.java | /*
* Copyright 2012-2013 Continuuity,Inc. All Rights Reserved.
*/
package com.continuuity.metrics.query;
import com.continuuity.common.metrics.MetricsScope;
import junit.framework.Assert;
import org.apache.commons.httpclient.util.URIUtil;
import org.apache.http.client.utils.URIUtils;
import org.junit.Test;
import j... | Fixed test cases that were missed out during map reduce change. | watchdog/src/test/java/com/continuuity/metrics/query/MetricsRequestParserTest.java | Fixed test cases that were missed out during map reduce change. | |
Java | apache-2.0 | 649f405344ea6c91a53243b7ca45ff25a2c215ab | 0 | CC4401-TeraCity/TeraCity,Ciclop/Terasology,Ciclop/Terasology,CC4401-TeraCity/TeraCity | package flyMode;
import org.terasology.HUDToggleButtons.systems.HUDToggleButtonsClientSystem;
import org.terasology.entitySystem.entity.EntityManager;
import org.terasology.entitySystem.entity.EntityRef;
import org.terasology.entitySystem.entity.lifecycleEvents.BeforeDeactivateComponent;
import org.terasology.entitySy... | modules/FlyMode/src/main/java/flyMode/FlyMode.java | package flyMode;
import org.terasology.HUDToggleButtons.systems.HUDToggleButtonsClientSystem;
import org.terasology.entitySystem.entity.EntityManager;
import org.terasology.entitySystem.entity.EntityRef;
import org.terasology.entitySystem.entity.lifecycleEvents.BeforeDeactivateComponent;
import org.terasology.entitySy... | We place a torch when we toggle the flying button, leaving there a mark.
| modules/FlyMode/src/main/java/flyMode/FlyMode.java | We place a torch when we toggle the flying button, leaving there a mark. | |
Java | apache-2.0 | cd759e8154da715175e86f893059b38a16708c88 | 0 | tuijldert/jitsi,jibaro/jitsi,level7systems/jitsi,damencho/jitsi,dkcreinoso/jitsi,damencho/jitsi,gpolitis/jitsi,gpolitis/jitsi,459below/jitsi,level7systems/jitsi,jitsi/jitsi,iant-gmbh/jitsi,HelioGuilherme66/jitsi,ringdna/jitsi,level7systems/jitsi,damencho/jitsi,459below/jitsi,iant-gmbh/jitsi,dkcreinoso/jitsi,HelioGuilhe... | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... | src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.or... | Update URL for XMPP server list | src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberServerChooserDialog.java | Update URL for XMPP server list | |
Java | apache-2.0 | 88217f99962aa4ca8408acad32cc0735e89fdcfc | 0 | andy2palantir/atlasdb,j-baker/atlasdb,palantir/atlasdb,sh4nth/atlasdb-1,j-baker/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb,j-baker/atlasdb,palantir/atlasdb,sh4nth/atlasdb-1,EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | atlasdb-rdbms/src/main/java/com/palantir/atlasdb/keyvalue/rdbms/utils/AtlasSqlUtils.java | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | Add precondition check.
| atlasdb-rdbms/src/main/java/com/palantir/atlasdb/keyvalue/rdbms/utils/AtlasSqlUtils.java | Add precondition check. | |
Java | apache-2.0 | 25f12317c490bf9a1d8e431d205bb5f7db6b5e87 | 0 | BruceZu/sawdust,BruceZu/sawdust,BruceZu/sawdust,BruceZu/sawdust | // Copyright 2021 The KeepTry Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | arrows/src/main/java/tree/binarytree/binary_balance_tree/Leetcode1382BalanceaBinarySearchTree.java | // Copyright 2021 The KeepTry Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | polish
| arrows/src/main/java/tree/binarytree/binary_balance_tree/Leetcode1382BalanceaBinarySearchTree.java | polish | |
Java | apache-2.0 | 6a777c04255b9f1aff8445f0ebac9eacf661c43c | 0 | ops4j/org.ops4j.pax.cdi,ops4j/org.ops4j.pax.cdi | /*
* Copyright 2016 Guillaume Nodet
*
* 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 ... | pax-cdi-extension/src/main/java/org/ops4j/pax/cdi/extension/impl/component2/ComponentRegistry.java | /*
* Copyright 2016 Guillaume Nodet
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | Fix prototype scope on OSGi r5 | pax-cdi-extension/src/main/java/org/ops4j/pax/cdi/extension/impl/component2/ComponentRegistry.java | Fix prototype scope on OSGi r5 | |
Java | apache-2.0 | 944bd71795aac39b37e816e7490dac504417f341 | 0 | naikmpn/woodland | public static void main(string args[]);
{
int=a;
getch();
}
| login.java | public static void main(string args[]);
{
int=a;
getch();
}
}
| modification
| login.java | modification | |
Java | apache-2.0 | cb768c694c7211f1c8da5a89bff441edd168b542 | 0 | vibe-project/vibe-java-server,vibe-project/vibe-java-server | /*
* Copyright 2014 The Vibe Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | server/src/test/java/org/atmosphere/vibe/ProtocolTest.java | /*
* Copyright 2014 The Vibe Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | Fixes #72 remove vibe.extension arg
| server/src/test/java/org/atmosphere/vibe/ProtocolTest.java | Fixes #72 remove vibe.extension arg | |
Java | apache-2.0 | 0bc09e87c4ce05009c0ea018986558647f0f4d1d | 0 | snowflakedb/snowflake-jdbc,snowflakedb/snowflake-jdbc,snowflakedb/snowflake-jdbc | /*
* Copyright (c) 2012-2018 Snowflake Computing Inc. All rights reserved.
*/
package net.snowflake.client.core;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import net.snowflake.client.core.BasicEvent.QueryState;
import net.snowflake.client.jdbc.ErrorCode;
imp... | src/main/java/net/snowflake/client/core/StmtUtil.java | /*
* Copyright (c) 2012-2018 Snowflake Computing Inc. All rights reserved.
*/
package net.snowflake.client.core;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import net.snowflake.client.core.BasicEvent.QueryState;
import net.snowflake.client.jdbc.ErrorCode;
imp... | SNOW-52486 Fix JDBC driver to use retry parameters for query-request calls
| src/main/java/net/snowflake/client/core/StmtUtil.java | SNOW-52486 Fix JDBC driver to use retry parameters for query-request calls | |
Java | apache-2.0 | 9cb6e62a08a93ecab22c357d69d43c6c2fab6d09 | 0 | da1z/intellij-community,fnouama/intellij-community,fengbaicanhe/intellij-community,petteyg/intellij-community,ryano144/intellij-community,ftomassetti/intellij-community,da1z/intellij-community,pwoodworth/intellij-community,dslomov/intellij-community,kool79/intellij-community,ahb0327/intellij-community,fitermay/intellij... | /*
* 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... | java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/BaseStructureConfigurable.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... | don't show find usages on toolbar in new project settings dialog
| java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/projectRoot/BaseStructureConfigurable.java | don't show find usages on toolbar in new project settings dialog | |
Java | apache-2.0 | 79a7aa09d4bf89308053bd3e5717ebd2b2d561ec | 0 | holmes/intellij-community,michaelgallacher/intellij-community,orekyuu/intellij-community,nicolargo/intellij-community,adedayo/intellij-community,ol-loginov/intellij-community,orekyuu/intellij-community,blademainer/intellij-community,TangHao1987/intellij-community,michaelgallacher/intellij-community,dslomov/intellij-com... | /*
* 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/fileEditor/impl/EditorHistoryManager.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... | EA-46683 - assert: PsiDocumentManagerBase.doCommit
| platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorHistoryManager.java | EA-46683 - assert: PsiDocumentManagerBase.doCommit | |
Java | bsd-2-clause | fae0419f8eb9c633cd7a3a40db1e958755b4e0aa | 0 | dmilios/U-check,dmilios/U-check | package ucheck.cli;
import gp.classification.ProbitRegressionPosterior;
import gpoptim.GpoResult;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import com.panayotis.gnuplot.GNUPlotException;
import lff.LFFOptions;
import lff.LearnFromFormulae;
import lin... | Ucheck/src/ucheck/cli/UcheckCLI.java | package ucheck.cli;
import gp.classification.ProbitRegressionPosterior;
import gpoptim.GpoResult;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import lff.LFFOptions;
import lff.LearnFromFormulae;
import linalg.NonPosDefMatrixException;
import modelChecki... | gnuplot installation issue
| Ucheck/src/ucheck/cli/UcheckCLI.java | gnuplot installation issue | |
Java | bsd-3-clause | 4c7ef8b022d704f119172c7030c3dd933d63c76f | 0 | arurke/contiki,MohamedSeliem/contiki,arurke/contiki,arurke/contiki,bluerover/6lbr,bluerover/6lbr,bluerover/6lbr,MohamedSeliem/contiki,arurke/contiki,arurke/contiki,MohamedSeliem/contiki,arurke/contiki,arurke/contiki,bluerover/6lbr,MohamedSeliem/contiki,bluerover/6lbr,MohamedSeliem/contiki,MohamedSeliem/contiki,MohamedS... | /*
* Copyright (c) 2006, Swedish Institute of Computer Science. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
*... | tools/cooja/java/se/sics/cooja/GUI.java | /*
* Copyright (c) 2006, Swedish Institute of Computer Science. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
*... | added experimental feature: generate executable JAR from current simulation
+ made some methods public for accessing configuration state etc from outside the GUI class + minor bug fix in reparse projectes method
| tools/cooja/java/se/sics/cooja/GUI.java | added experimental feature: generate executable JAR from current simulation | |
Java | mit | de349e4fc9c76f9be0a0cc5bebe27b488f4e724c | 0 | Innovimax-SARL/mix-them | package innovimax.mixthem.io;
import java.io.IOException;
/**
* This interface provides for writing characters in an output stream.
* @author Innovimax
* @version 1.0
*/
public interface IOutputChar {
/**
* Writes a single character.
* @param c The character as an int to be written
* @throws IOException - If a... | src/main/java/innovimax/mixthem/io/IOutputChar.java | package innovimax.mixthem.io;
import java.io.IOException;
/**
* This interface provides for writing lines in an output stream.
* @author Innovimax
* @version 1.0
*/
public interface IOutputChar {
/**
* Writes a single character.
* @param c The character as an int to be written
* @throws IOException - If an I/O... | Update IOutputChar.java | src/main/java/innovimax/mixthem/io/IOutputChar.java | Update IOutputChar.java | |
Java | mit | 4376121714f3dec57a9143a86f8661c001f45115 | 0 | TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/De... | /*
DConnectMessageService.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.manager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ComponentName;
import android.content.I... | dConnectManager/dConnectManager/app/src/main/java/org/deviceconnect/android/manager/DConnectMessageService.java | /*
DConnectMessageService.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.manager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ComponentName;
import android.content.I... | Managerの初期起動後に、バックボタンでManagerを終了させるとDestroy処理で異常終了する不具合を修正。
| dConnectManager/dConnectManager/app/src/main/java/org/deviceconnect/android/manager/DConnectMessageService.java | Managerの初期起動後に、バックボタンでManagerを終了させるとDestroy処理で異常終了する不具合を修正。 | |
Java | mit | 6db14f44b9c58923b6a7c76772cb1481e2d643e8 | 0 | Squadity/bb-kit | package net.bolbat.kit.service;
/**
* {@link SampleService} exception.
*
* @author Alexandr Bolbat
*/
public class SampleServiceException extends ServiceException {
/**
* Basic serialVersionUID variable.
*/
private static final long serialVersionUID = 3203342520435342442L;
/**
* Default constructor.
... | src/test/java/net/bolbat/kit/service/SampleServiceException.java | package net.bolbat.kit.service;
import net.bolbat.kit.service.ServiceException;
/**
* {@link SampleService} exception.
*
* @author Alexandr Bolbat
*/
public class SampleServiceException extends ServiceException {
/**
* Basic serialVersionUID variable.
*/
private static final long serialVersionUID = 320334... | removed unused import | src/test/java/net/bolbat/kit/service/SampleServiceException.java | removed unused import | |
Java | mit | c95ab72f5b5183d0a6cf761e47ea9135bc4d0d3a | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
/**
* https://leetcode.com/problems/buddy-strings/
*/
public class Problem859 {
public boolean buddyStrings(String A, String B) {
if (A.length() != B.length()) {
return false;
}
int idx1 = 0;
int idx2 = 0;
int count = 0;
int[] charCoun... | src/main/java/leetcode/Problem859.java | package leetcode;
/**
* https://leetcode.com/problems/buddy-strings/
*/
public class Problem859 {
public boolean buddyStrings(String A, String B) {
if (A.length() != B.length()) {
return false;
}
int idx1 = 0;
int idx2 = 0;
int count = 0;
for (int i = 0... | Solve problem 859
| src/main/java/leetcode/Problem859.java | Solve problem 859 | |
Java | epl-1.0 | 72d68c056ebe5c79cd48c479b93edcc0f3969287 | 0 | ESSICS/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-stu... | package org.csstudio.opibuilder.runmode;
import org.csstudio.opibuilder.util.MacrosInput;
import org.csstudio.opibuilder.util.UIBundlingThread;
import org.csstudio.platform.logging.CentralLogger;
import org.eclipse.core.resources.IFile;
import org.eclipse.draw2d.geometry.Dimension;
import org.eclipse.ui.IEditorPart;
i... | applications/plugins/org.csstudio.opibuilder/src/org/csstudio/opibuilder/runmode/RunModeService.java | package org.csstudio.opibuilder.runmode;
import org.csstudio.opibuilder.util.MacrosInput;
import org.csstudio.opibuilder.util.UIBundlingThread;
import org.csstudio.platform.logging.CentralLogger;
import org.eclipse.core.resources.IFile;
import org.eclipse.draw2d.geometry.Dimension;
import org.eclipse.ui.IEditorPart;
i... | Close the running OPI before running it again from OPI Editor, so that the changes can be automatically synchronized.
| applications/plugins/org.csstudio.opibuilder/src/org/csstudio/opibuilder/runmode/RunModeService.java | Close the running OPI before running it again from OPI Editor, so that the changes can be automatically synchronized. | |
Java | agpl-3.0 | 9e208cd476a20aea96d428892d3ba8f06f2eda8a | 0 | TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil | package nl.mpi.arbil;
import nl.mpi.arbil.data.ImdiTreeObject;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import java.awt.event.MouseEvent;
import javax.swing.JInternalFrame;
import javax.swing.JLabel;
import javax.swing.JList... | src/nl/mpi/arbil/LinorgSplitPanel.java | package nl.mpi.arbil;
import nl.mpi.arbil.data.ImdiTreeObject;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import java.awt.event.MouseEvent;
import javax.swing.JInternalFrame;
import javax.swing.JLabel;
import javax.swing.JList... | Resolved the issue re-importing nodes when the storage location is non standard.
Replaced indicache with ArbilWorkingFiles as default when no existing directory is found.
Replaced change cache directory menu item with change local storage directory menu item.
Added text find and replace to the table.
Added find replace... | src/nl/mpi/arbil/LinorgSplitPanel.java | Resolved the issue re-importing nodes when the storage location is non standard. Replaced indicache with ArbilWorkingFiles as default when no existing directory is found. Replaced change cache directory menu item with change local storage directory menu item. Added text find and replace to the table. Added find replace... | |
Java | apache-2.0 | 78ce50ccb321e53a65ba6aba5dcdf7274c07b81f | 0 | EBIBioSamples/biosamples-v4,EBIBioSamples/biosamples-v4,EBIBioSamples/biosamples-v4,EBIBioSamples/biosamples-v4 | /*
* Copyright 2021 EMBL - European Bioinformatics Institute
* 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 ag... | agents/uploadworkers/src/main/java/uk/ac/ebi/biosamples/submission/BioSamplesFileUploadSubmissionService.java | /*
* Copyright 2021 EMBL - European Bioinformatics Institute
* 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 ag... | Improvements to logging in BioSamplesFileUploadSubmissionService
| agents/uploadworkers/src/main/java/uk/ac/ebi/biosamples/submission/BioSamplesFileUploadSubmissionService.java | Improvements to logging in BioSamplesFileUploadSubmissionService | |
Java | apache-2.0 | 47eba72d43975437d45cd8071bc51e0ff327e108 | 0 | samthor/intellij-community,da1z/intellij-community,kdwink/intellij-community,signed/intellij-community,fnouama/intellij-community,lucafavatella/intellij-community,blademainer/intellij-community,petteyg/intellij-community,hurricup/intellij-community,diorcety/intellij-community,ThiagoGarciaAlves/intellij-community,bladem... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/java-impl/src/com/intellij/refactoring/introduceParameter/JavaIntroduceParameterMethodUsagesProcessor.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... | assert (14772)
| java/java-impl/src/com/intellij/refactoring/introduceParameter/JavaIntroduceParameterMethodUsagesProcessor.java | assert (14772) | |
Java | apache-2.0 | aaae4872dc081c15fa8564ee614e281df487f5a8 | 0 | DevStreet/FinanceAnalytics,jeorme/OG-Platform,McLeodMoores/starling,McLeodMoores/starling,jerome79/OG-Platform,codeaudit/OG-Platform,nssales/OG-Platform,ChinaQuants/OG-Platform,codeaudit/OG-Platform,DevStreet/FinanceAnalytics,nssales/OG-Platform,ChinaQuants/OG-Platform,jerome79/OG-Platform,codeaudit/OG-Platform,ChinaQu... | /**
* Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.model.forex.forward;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.threet... | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/forex/forward/FXForwardFunction.java | /**
* Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.model.forex.forward;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.threet... | Preserving backwards compatibility
| projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/forex/forward/FXForwardFunction.java | Preserving backwards compatibility | |
Java | apache-2.0 | 452ee64466553ebef38eb08451a1cbf98eb9ee5e | 0 | rcarrillocruz/openstackdroid | package com.rcarrillocruz.android.openstackdroid;
import android.database.sqlite.SQLiteDatabase;
public class ConnectionProfileTable {
public static final String TABLE_CONNECTION_PROFILE = "connectionProfile";
public static final String COLUMN_ID = "_id";
public static final String COLUMN_PROFILE_NAME = "profile... | com.rcarrillocruz.android.openstackdroid/src/com/rcarrillocruz/android/openstackdroid/ConnectionProfileTable.java | package com.rcarrillocruz.android.openstackdroid;
import android.database.sqlite.SQLiteDatabase;
public class ConnectionProfileTable {
public static final String TABLE_CONNECTION_PROFILE = "connectionProfile";
public static final String COLUMN_ID = "_id";
public static final String COLUMN_PROFILE_NAME = "profile... | Fix create table statement
It was lacking commas | com.rcarrillocruz.android.openstackdroid/src/com/rcarrillocruz/android/openstackdroid/ConnectionProfileTable.java | Fix create table statement | |
Java | apache-2.0 | 0888982c7fe5f5458a5f2e5e0297836c9310a0f5 | 0 | gstevey/gradle,blindpirate/gradle,gradle/gradle,robinverduijn/gradle,lsmaira/gradle,gstevey/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,lsmaira/gradle,lsmaira/gradle,gstevey/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,lsmaira/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/g... | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | subprojects/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/AbstractTestFrameworkDetector.java | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Introduced constant and improved comment (#676)
Addresses review comments
+review REVIEW-6234
| subprojects/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/AbstractTestFrameworkDetector.java | Introduced constant and improved comment (#676) | |
Java | apache-2.0 | 0e7808e2b92ce45a39bf83d92f7382507a6a7791 | 0 | gameontext/gameon-auth,gameontext/gameon-auth | /*******************************************************************************
* Copyright (c) 2015 IBM Corp.
*
* 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... | auth-app/src/main/java/gameontext/auth/common/JWTSigner.java | /*******************************************************************************
* Copyright (c) 2015 IBM Corp.
*
* 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... | playermode<>storyid value!
| auth-app/src/main/java/gameontext/auth/common/JWTSigner.java | playermode<>storyid value! |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.