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
c3639173caecde46a6537f3737b158c51e1f7eb0
0
belaban/JGroups,belaban/JGroups,TarantulaTechnology/JGroups,TarantulaTechnology/JGroups,pruivo/JGroups,rvansa/JGroups,kedzie/JGroups,vjuranek/JGroups,ligzy/JGroups,slaskawi/JGroups,dimbleby/JGroups,dimbleby/JGroups,danberindei/JGroups,pferraro/JGroups,Sanne/JGroups,pruivo/JGroups,pferraro/JGroups,pferraro/JGroups,belab...
package org.jgroups.protocols; import org.jgroups.Address; import org.jgroups.Event; import org.jgroups.Message; import org.jgroups.stack.IpAddress; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * Loopback transport shared by all channels within the same VM. Property for testing is that ...
src/org/jgroups/protocols/SHARED_LOOPBACK.java
package org.jgroups.protocols; import org.jgroups.Address; import org.jgroups.Event; import org.jgroups.Message; import org.jgroups.stack.IpAddress; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * Loopback transport shared by all channels within the same VM. Property for testing is that ...
settig destination now in postXXX() callbacks
src/org/jgroups/protocols/SHARED_LOOPBACK.java
settig destination now in postXXX() callbacks
Java
apache-2.0
6372cec29780124daffba920fa0234908875ca78
0
danc86/jena-core,danc86/jena-core
/***************************************************************************** * File Test_schemagen.java * Original author Ian Dickinson, HP Labs Bristol * Author email ian.dickinson@hp.com * Package Jena 2 * Web http://sourceforge.net/projects/jena/ * Created ...
src/test/java/jena/test/Test_schemagen.java
/***************************************************************************** * File Test_schemagen.java * Original author Ian Dickinson, HP Labs Bristol * Author email ian.dickinson@hp.com * Package Jena 2 * Web http://sourceforge.net/projects/jena/ * Created ...
Fixed problem with classpath when running tests under maven git-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1114018 13f79535-47bb-0310-9956-ffa450edef68
src/test/java/jena/test/Test_schemagen.java
Fixed problem with classpath when running tests under maven
Java
apache-2.0
3676377bea7709d8a258cc939b302bf3c27aeb8c
0
Qurred/RMI-Turn-Based-Game
package client; import java.awt.Dimension; import java.awt.Toolkit; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabel; import nakymat.YleisNakyma; public class Main extends UnicastRemoteObject implements As...
src/client/Main.java
package client; import java.awt.Dimension; import java.awt.Toolkit; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabel; import nakymat.YleisNakyma; public class Main extends UnicastRemoteObject implements As...
lisätty mainiin tulosten tulostus
src/client/Main.java
lisätty mainiin tulosten tulostus
Java
apache-2.0
1b7d03c60cdceac2ad7b035d1c1a02faf07ab0cc
0
malcolmshen/seleniumtestsframework,malcolmshen/seleniumtestsframework,malcolmshen/seleniumtestsframework,tarun3kumar/seleniumtestsframework,SaiVDivya04/Automation-Code-,tarun3kumar/seleniumtestsframework,TestingForum/seleniumtestsframework,TestingForum/seleniumtestsframework,SaiVDivya04/Automation-Code-,SaiVDivya04/Aut...
/* * Copyright 2015 www.seleniumtests.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 applicable law or agreed to in ...
src/main/java/com/seleniumtests/driver/WebUIDriver.java
/* * Copyright 2015 www.seleniumtests.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 applicable law or agreed to in ...
remove browser type ipad as iphone suffices for both iphone and ipad
src/main/java/com/seleniumtests/driver/WebUIDriver.java
remove browser type ipad as iphone suffices for both iphone and ipad
Java
apache-2.0
8c705623604212bc733496a36154862a9d33f25c
0
satabin/sablecc,satabin/sablecc,satabin/sablecc,satabin/sablecc,satabin/sablecc,satabin/sablecc
/* This file is part of SableCC ( http://sablecc.org ). * * See the NOTICE file distributed with this work for copyright information. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
src/org/sablecc/sablecc/automaton/Automaton.java
/* This file is part of SableCC ( http://sablecc.org ). * * See the NOTICE file distributed with this work for copyright information. * * 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 * ...
Add resetAcceptations() to Automaton. Signed-off-by: Jean Privat <51f8b1fa9b424745378826727452997ee2a7c3d7@pryen.org> Signed-off-by: Etienne M. Gagnon <bf06ec0eb40152cd863534753d026b021022c851@j-meg.com>
src/org/sablecc/sablecc/automaton/Automaton.java
Add resetAcceptations() to Automaton.
Java
apache-2.0
55c3a931fb5e46ef1e0ccfa41e554854692230e5
0
chrisvest/stormpot,chrisvest/stormpot
package stormpot; import static org.hamcrest.Matchers.*; import static org.junit.Assert.*; import static org.junit.Assume.*; import java.lang.Thread.State; import java.util.concurrent.Callable; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; public class UnitKit { public st...
src/test/java/stormpot/UnitKit.java
package stormpot; import static org.hamcrest.Matchers.*; import static org.junit.Assert.*; import static org.junit.Assume.*; import java.lang.Thread.State; import java.util.concurrent.Callable; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicB...
remove unused import.
src/test/java/stormpot/UnitKit.java
remove unused import.
Java
apache-2.0
c009d28003664b61a6f6aada3f2ac04c3d1adcda
0
nextreports/nextreports-designer,nextreports/nextreports-designer
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/ro/nextreports/designer/MainMenuBar.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 ...
add survey action to Help menu
src/ro/nextreports/designer/MainMenuBar.java
add survey action to Help menu
Java
apache-2.0
225f1d1ecf7e5d33035bbc546abd77c5696a22a3
0
ejeinc/Meganekko,ejeinc/Meganekko,ejeinc/Meganekko,ejeinc/Meganekko,ejeinc/Meganekko
package org.meganekkovr; import android.graphics.drawable.Drawable; import android.support.annotation.Nullable; import android.support.v4.util.ArrayMap; import android.view.View; import org.joml.Matrix4f; import org.joml.Quaternionf; import org.joml.Vector3f; import org.meganekkovr.animation.EntityAnimator; import j...
library/src/main/java/org/meganekkovr/Entity.java
package org.meganekkovr; import android.graphics.drawable.Drawable; import android.support.annotation.Nullable; import android.support.v4.util.ArrayMap; import android.view.View; import org.joml.Matrix4f; import org.joml.Quaternionf; import org.joml.Vector3f; import org.meganekkovr.animation.EntityAnimator; import j...
Change update() priority.
library/src/main/java/org/meganekkovr/Entity.java
Change update() priority.
Java
apache-2.0
b850dbe41ebc3d065fcb10d12c4194e8fe774b2f
0
bcdev/jpy,bcdev/jpy,bcdev/jpy,bcdev/jpy,bcdev/jpy
/* * Copyright 2015 Brockmann Consult GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/main/java/org/jpy/PyObject.java
/* * Copyright 2015 Brockmann Consult GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
PyObject shall not be Serializable. This is a reverse of pull request #80.
src/main/java/org/jpy/PyObject.java
PyObject shall not be Serializable. This is a reverse of pull request #80.
Java
bsd-2-clause
eb74f6acd3bb2aa94f085228a15263b274ed1287
0
bogovicj/bigdataviewer-core,bigdataviewer/bigdataviewer-core,bigdataviewer/bigdataviewer-core,bogovicj/bigdataviewer-core
package viewer; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.IOException; import java.net.URL; import javax.swing.AbstractAct...
src/main/java/viewer/HelpFrame.java
package viewer; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.IOException; import javax.swing.AbstractAction; import javax.swi...
Make the HelpFrame re-usable for other help texts Signed-off-by: Jean-Yves Tinevez <e56a6ee37544ca2467315a0f3163c8180fa84354@pasteur.fr>
src/main/java/viewer/HelpFrame.java
Make the HelpFrame re-usable for other help texts
Java
bsd-3-clause
252b7aa831100cab5cd3af1b7e98a8077a945356
0
muloem/xins,muloem/xins,muloem/xins
/* * $Id$ */ package org.xins.util; import org.xins.util.text.FastStringBuffer; /** * Utility class for converting numbers to unsigned hex strings and vice * versa. * * @version $Revision$ $Date$ * @author Ernst de Haan (<a href="mailto:znerd@FreeBSD.org">znerd@FreeBSD.org</a>) * * @since XINS 0.73 */ publi...
src/java-common/org/xins/util/text/HexConverter.java
/* * $Id$ */ package org.xins.util; import org.xins.util.text.FastStringBuffer; /** * Utility class for converting numbers to unsigned hex strings and vice * versa. * * @version $Revision$ $Date$ * @author Ernst de Haan (<a href="mailto:znerd@FreeBSD.org">znerd@FreeBSD.org</a>) * * @since XINS 0.73 */ publi...
Fixed compiler errors.
src/java-common/org/xins/util/text/HexConverter.java
Fixed compiler errors.
Java
bsd-3-clause
2c3d3a4bc21a6e4ac0ee443684b3c7e014576117
0
Team2338/Fumper
package team.gif; import edu.wpi.first.wpilibj.Joystick; import edu.wpi.first.wpilibj.buttons.Button; import edu.wpi.first.wpilibj.buttons.DigitalIOButton; import edu.wpi.first.wpilibj.buttons.JoystickButton; import team.gif.commands.*; public class OI { public static final Joystick leftStick = new Joystick(...
src/team/gif/OI.java
package team.gif; import edu.wpi.first.wpilibj.Joystick; import edu.wpi.first.wpilibj.buttons.Button; import edu.wpi.first.wpilibj.buttons.DigitalIOButton; import edu.wpi.first.wpilibj.buttons.JoystickButton; import team.gif.commands.*; public class OI { public static final Joystick leftStick = new J...
Update OI.java
src/team/gif/OI.java
Update OI.java
Java
bsd-3-clause
ecc66c895635aa2cddda8d5d3232fb4edbce6966
0
interdroid/ibis-ipl,interdroid/ibis-ipl,interdroid/ibis-ipl
/* $Id$ */ package ibis.rmi.impl; import ibis.rmi.Remote; import ibis.rmi.RemoteException; import ibis.rmi.server.RemoteStub; import ibis.rmi.server.ServerRef; import java.io.ObjectOutput; // TODO: implement getClientHost public class UnicastServerRef extends UnicastRef implements ServerRef, java.io.Serial...
src/ibis/rmi/impl/UnicastServerRef.java
/* $Id$ */ package ibis.rmi.impl; import ibis.rmi.Remote; import ibis.rmi.RemoteException; import ibis.rmi.server.RemoteStub; import ibis.rmi.server.ServerRef; // TODO: implement getClientHost public class UnicastServerRef extends UnicastRef implements ServerRef, java.io.Serializable { public UnicastSer...
Fix: UnicastServerRef became UnicastRef after serialization git-svn-id: f22e84ca493ccad7df8d2727bca69d1c9fc2e5c5@3188 aaf88347-d911-0410-b711-e54d386773bb
src/ibis/rmi/impl/UnicastServerRef.java
Fix: UnicastServerRef became UnicastRef after serialization
Java
mit
e8686503719c2b948a6b90d68adaf41a1bcf02a1
0
dmpe/Homeworks5,dmpe/Homeworks5,dmpe/Homeworks5
package novy; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import java.util.concurrent.LinkedBlockingQueue; /** * Class which we use to implement the interface and store Mensch in Queue */ public class Server extends UnicastRemoteObject implements Prod_Con_Methods { Men...
Assignment4/src/novy/Server.java
package novy; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import java.util.concurrent.LinkedBlockingQueue; /** * Class which we use to implement the interface and store Mensch in Queue */ public class Server extends UnicastRemoteObject implements Prod_Con_Methods { Men...
Update Server.java
Assignment4/src/novy/Server.java
Update Server.java
Java
mit
7001b6c1c6f2a99978949210c998df05383c1e3f
0
aemreunal/iBeaconServer,aemreunal/iBeaconServer
package com.dteknoloji.controller; import java.util.List; import javax.validation.ConstraintViolationException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import ...
src/main/java/com/dteknoloji/controller/ProjectController.java
package com.dteknoloji.controller; import java.util.List; import javax.validation.ConstraintViolationException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import ...
Comment-out project saving on beacon group creation
src/main/java/com/dteknoloji/controller/ProjectController.java
Comment-out project saving on beacon group creation
Java
mit
dedcb0896fc57133149c334e7b7b9b0a1be7c253
0
nguyenquyhy/Sponge-Discord,DevOnTheRocks/DiscordBridge,Rebelcraft/DiscordBridge,nguyenquyhy/DiscordBridge
package com.nguyenquyhy.spongediscord; import com.google.inject.Inject; import com.nguyenquyhy.spongediscord.commands.*; import com.nguyenquyhy.spongediscord.database.*; import com.nguyenquyhy.spongediscord.utils.ConfigUtil; import ninja.leaping.configurate.commented.CommentedConfigurationNode; import ninja.leaping.co...
src/main/java/com/nguyenquyhy/spongediscord/SpongeDiscord.java
package com.nguyenquyhy.spongediscord; import com.google.inject.Inject; import com.nguyenquyhy.spongediscord.commands.*; import com.nguyenquyhy.spongediscord.database.*; import com.nguyenquyhy.spongediscord.utils.ConfigUtil; import ninja.leaping.configurate.commented.CommentedConfigurationNode; import ninja.leaping.co...
Support player name with _
src/main/java/com/nguyenquyhy/spongediscord/SpongeDiscord.java
Support player name with _
Java
mit
0c02a854f8c7d6905d972ba122984897a687d065
0
bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,manie...
import java.util.*; public class Estudos{ public static void main(String[] args) { String palavra = "Java"; Scanner in = new Scanner(System.in); System.out.print("Informe um inteiro: "); int indice = in.nextInt(); try { System.out.println("O caractere no ...
Java/Exception/throws.java
import java.util.*; public class Estudos{ public static void main(String[] args){ String palavra = "Java"; Scanner in = new Scanner(System.in); System.out.print("Informe um inteiro: "); int indice = in.nextInt(); try { System.out.println("O caractere no í...
http://pt.stackoverflow.com/q/17025/101
Java/Exception/throws.java
http://pt.stackoverflow.com/q/17025/101
Java
mit
fb8958f0af5a0a3e7c17760ce7860cd6c3bf4a6a
0
restfb/restfb
/* * Copyright (c) 2010 Mark Allen. * * 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, modify, merge, publis...
RestFB/source/library/com/restfb/util/ReflectionUtils.java
/* * Copyright (c) 2010 Mark Allen. * * 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, modify, merge, publis...
1.6 - Issue 69: Performance optimization - caching results from reflection. Thanks to ikabiljo
RestFB/source/library/com/restfb/util/ReflectionUtils.java
1.6 - Issue 69: Performance optimization - caching results from reflection. Thanks to ikabiljo
Java
mit
da53f7d3d51f3a4e80b47d59da3fe0aa41e973aa
0
markovandooren/rejuse,markovandooren/rejuse
package be.kuleuven.cs.distrinet.rejuse.predicate; import be.kuleuven.cs.distrinet.rejuse.action.Nothing; /** * A convenience class of predicate thay do not throw exceptions. * * @deprecated Simply use Nothing as the exception parameter. Lack of * Multiple inheritance makes SafePredicate too annoying ...
src/be/kuleuven/cs/distrinet/rejuse/predicate/SafePredicate.java
package be.kuleuven.cs.distrinet.rejuse.predicate; import be.kuleuven.cs.distrinet.rejuse.action.Nothing; /** * A convenience class of predicate thay do not throw exceptions. * * @author Marko van Dooren */ public abstract class SafePredicate<T> extends AbstractPredicate<T,Nothing> { }
Made SafePredicate @deprecated
src/be/kuleuven/cs/distrinet/rejuse/predicate/SafePredicate.java
Made SafePredicate @deprecated
Java
epl-1.0
07d3cad9680b7c01c934d2abd65489d2ddb75c4b
0
CyberdyneOfCerrado/Backups
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. * Erick Batista do Nascimento */ package GUI; import iteradores.IteradorBackups; import java.awt.Color; import java.awt.Flow...
src/GUI/GuiMain.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. * Erick Batista do Nascimento */ package GUI; import iteradores.IteradorBackups; import java.awt.Color; import java.awt.Flow...
load concluido
src/GUI/GuiMain.java
load concluido
Java
lgpl-2.1
833e848e2dffd4afccdb648c88a42e410b8c8a78
0
ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute it...
src/jade/core/behaviours/FSMBehaviour.java
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. GNU Lesser General Public License This library is free software; you can redistribute it...
Removed old commented code
src/jade/core/behaviours/FSMBehaviour.java
Removed old commented code
Java
apache-2.0
92c77c38fe3ddc28f33a3a01817a99651d9c6263
0
fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode
package com.fishercoder.solutions; public class _275 { public static class Solution1 { public int hIndex(int[] citations) { int left = 0; int len = citations.length; int right = len - 1; while (left <= right) { int mid = left + (right - left) ...
src/main/java/com/fishercoder/solutions/_275.java
package com.fishercoder.solutions; /** * 275. H-Index II * * Follow up for H-Index: What if the citations array is sorted in ascending order? * Could you optimize your algorithm? */ public class _275 { public static class Solution1 { public int hIndex(int[] citations) { int left = 0; ...
refactor 275
src/main/java/com/fishercoder/solutions/_275.java
refactor 275
Java
apache-2.0
85855803669c4dcaf34ad250d05389789225bc2e
0
sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,Tycheo/coffeemud,sfunk1x/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,Tycheo/coffeemud,oriontribunal/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,M...
package com.planet_ink.coffee_mud.MOBS; import java.util.*; import com.planet_ink.coffee_mud.utils.*; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; public class StdMOB implements MOB { public String ID(){return "StdMOB";} protected String Username=""; private St...
com/planet_ink/coffee_mud/MOBS/StdMOB.java
package com.planet_ink.coffee_mud.MOBS; import java.util.*; import com.planet_ink.coffee_mud.utils.*; import com.planet_ink.coffee_mud.interfaces.*; import com.planet_ink.coffee_mud.common.*; public class StdMOB implements MOB { public String ID(){return "StdMOB";} protected String Username=""; private St...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@2971 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/MOBS/StdMOB.java
Java
apache-2.0
4107dd8925e3db44509ccd9b2869c9d83c179ea4
0
UnitedID/YubiHSM-java-api
/* * Copyright (c) 2011 United ID. 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 applicab...
src/main/java/org/unitedid/yhsm/internal/CommandHandler.java
/* * Copyright (c) 2011 United ID. 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 applicab...
Use the correct utility method. Lowered read timeout to 20ms.
src/main/java/org/unitedid/yhsm/internal/CommandHandler.java
Use the correct utility method. Lowered read timeout to 20ms.
Java
apache-2.0
059b8daed51a73e35caf8d57de57b559a57ff733
0
fkeglevich/Raw-Dumper,fkeglevich/Raw-Dumper,fkeglevich/Raw-Dumper
/* * Copyright 2017, Flávio Keglevich * * 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...
app/src/main/java/com/fkeglevich/rawdumper/io/Directories.java
/* * Copyright 2017, Flávio Keglevich * * 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...
More organized code and cached picture dir as a constant
app/src/main/java/com/fkeglevich/rawdumper/io/Directories.java
More organized code and cached picture dir as a constant
Java
apache-2.0
c324a39c514cbad09c7e9ce74cec1b85325df8b8
0
pantsbuild/ivy,pantsbuild/ivy
/* * 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...
src/java/org/apache/ivy/osgi/util/DelegetingHandler.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...
cleanup git-svn-id: bddd0b838a5b7898c5897d85c562f956f46262e5@1056065 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/ivy/osgi/util/DelegetingHandler.java
cleanup
Java
apache-2.0
fe1a1412478d4fac3f2c1cc9b51f93bf21a30438
0
trivago/triava
/********************************************************************************* * Copyright 2015-present trivago GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/...
src/main/java/com/trivago/triava/tcache/core/Builder.java
/********************************************************************************* * Copyright 2015-present trivago GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/...
SAE-94 Prepare JSR107 expiration support Expiration support in JSR107 is pretty well, with expiration based on adding and accessing the entry, and also with automatic spreading. And it can be even better when supporting JSR107, so lets start with adding a setter.
src/main/java/com/trivago/triava/tcache/core/Builder.java
SAE-94 Prepare JSR107 expiration support
Java
apache-2.0
f4f6e81b711d62f7059b401dd22e2bfa6e561eb4
0
mureinik/commons-lang,rikles/commons-lang,anzhdanov/seeding-realistic-concurrency-bugs,mureinik/commons-lang,mureinik/commons-lang,anzhdanov/seeding-realistic-concurrency-bugs,rikles/commons-lang,anzhdanov/seeding-realistic-concurrency-bugs,rikles/commons-lang
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/lang3/ImmutablePair.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 ...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083232 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/lang3/ImmutablePair.java
Java
apache-2.0
83dd4af040fcca6c8b2225889d718b7a1c04d338
0
OpenHFT/Chronicle-Wire,OpenHFT/Chronicle-Wire
/* * Copyright 2016-2020 chronicle.software * * https://chronicle.software * * 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/test/java/net/openhft/chronicle/wire/JSON222Test.java
/* * Copyright 2016-2020 chronicle.software * * https://chronicle.software * * 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 * * ...
Make concurrent
src/test/java/net/openhft/chronicle/wire/JSON222Test.java
Make concurrent
Java
bsd-2-clause
7eb98905a4482a482f6463789876cd7bff0528ad
0
ratan12/Atarashii,AnimeNeko/Atarashii,ratan12/Atarashii,AnimeNeko/Atarashii
package net.somethingdreadful.MAL; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.MenuItem; import android.view.View; im...
Atarashii/src/net/somethingdreadful/MAL/FirstTimeInit.java
package net.somethingdreadful.MAL; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.MenuItem; import android.view.View; im...
Fix windowstate crash by checking if activity still exists
Atarashii/src/net/somethingdreadful/MAL/FirstTimeInit.java
Fix windowstate crash by checking if activity still exists
Java
mit
acf5fdd0dbefe34486e11e7107cacd4679c06840
0
KodyJKing/RandomToolKit
package rtk.common; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraft.world.chunk.Chunk; import net.minecraft.world.chunk.storage.ExtendedBlock...
src/main/java/rtk/common/CWorld.java
package rtk.common; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraft.world.chunk.Chunk; import net.minecraft.world.chunk.storage.ExtendedBlock...
Update CWorld.java
src/main/java/rtk/common/CWorld.java
Update CWorld.java
Java
mit
6e231dc140d40ccccc3cc00258cf63e964b41caa
0
frc868/2016-Vizzini
package com.techhounds.commands.auton; import com.techhounds.commands.gyro.SetGyro; import edu.wpi.first.wpilibj.command.CommandGroup; import edu.wpi.first.wpilibj.networktables.NetworkTable; /** * */ public class VisionAlignToTarget extends CommandGroup { private double offAngle = 0; private NetworkTable n...
src/com/techhounds/commands/auton/VisionAlignToTarget.java
package com.techhounds.commands.auton; import com.techhounds.subsystems.DriveSubsystem; import edu.wpi.first.wpilibj.PIDController; import edu.wpi.first.wpilibj.PIDOutput; import edu.wpi.first.wpilibj.PIDSource; import edu.wpi.first.wpilibj.PIDSourceType; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.f...
Convert VisionAlign Command to CommandGroup Now relies on SetGyro command.
src/com/techhounds/commands/auton/VisionAlignToTarget.java
Convert VisionAlign Command to CommandGroup
Java
mit
40fd8b5c803936d49c5e21bc44d93d489c1d67ae
0
betato/GameDisplay
package com.betato.gamedisplay; /** * A game loop to run a GameWindow at the specified frame and update rate. */ public class GameLoop { private int targetFps = 60; private int nanoFps = 1000000000 / targetFps; private int targetUps = 60; private int nanoUps = 1000000000 / targetUps; public boolean running = ...
src/com/betato/gamedisplay/GameLoop.java
package com.betato.gamedisplay; public class GameLoop { private int targetFps = 60; private int nanoFps = 1000000000 / targetFps; private int targetUps = 60; private int nanoUps = 1000000000 / targetUps; public boolean running = true; public long deltaUps = 0; public GameLoop(int targetFps, int targetUps...
Add Javadoc comments for GameLoop
src/com/betato/gamedisplay/GameLoop.java
Add Javadoc comments for GameLoop
Java
mit
de3775e81d07dcf4c9f755f108b126501a9fc9e3
0
DMDirc/DMDirc,DMDirc/DMDirc,ShaneMcC/DMDirc-Client,greboid/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,greboid/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,greboid/DMDirc,csmith/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,csmith/DMDirc,csmith/DMDirc
/* * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes * * 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 ...
src/com/dmdirc/ServerManager.java
/* * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes * * 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 ...
Fix concurrency problems in ServerManager Fixes CLIENT-250 Change-Id: Ic571a757be828d77dda0b3aa439ec06cde061e3c Reviewed-on: http://gerrit.dmdirc.com/1976 Automatic-Compile: DMDirc Build Manager Reviewed-by: Greg Holmes <79e2475f81a6317276bf7cbb3958b20d289b78df@dmdirc.com>
src/com/dmdirc/ServerManager.java
Fix concurrency problems in ServerManager
Java
mit
9e405446a66ad6c9038b108ed400b22f17b112f1
0
ThomasGaubert/ble-locator-android,TexasGamer/ble-locator-android
package com.tgaubert.blefinder; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.RemoteException; import android.support.v4.app.NotificationCom...
mobile/src/main/java/com/tgaubert/blefinder/BLEDataTracker.java
package com.tgaubert.blefinder; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.RemoteException; import android.support.v4.app.NotificationCom...
Notification is now ongoing
mobile/src/main/java/com/tgaubert/blefinder/BLEDataTracker.java
Notification is now ongoing
Java
agpl-3.0
4b5346350f60628e9e7c2ab86fadff5fff4354fc
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
538ffb0e-2e62-11e5-9284-b827eb9e62be
hello.java
538a75ee-2e62-11e5-9284-b827eb9e62be
538ffb0e-2e62-11e5-9284-b827eb9e62be
hello.java
538ffb0e-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
d65d12ae00ac9073b1747ecc67b3828ae91016e0
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
aee6d890-2e5f-11e5-9284-b827eb9e62be
hello.java
aee15a46-2e5f-11e5-9284-b827eb9e62be
aee6d890-2e5f-11e5-9284-b827eb9e62be
hello.java
aee6d890-2e5f-11e5-9284-b827eb9e62be
Java
lgpl-2.1
ceb326e1de9db09c2649d528a775d178f664a01a
0
exedio/copernica,exedio/copernica,exedio/copernica
/* * Copyright (C) 2004-2006 exedio GmbH (www.exedio.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later versi...
runtime/src/com/exedio/cope/Item.java
/* * Copyright (C) 2004-2006 exedio GmbH (www.exedio.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later versi...
rename attribute to field git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@6518 e7d4fc99-c606-0410-b9bf-843393a9eab7
runtime/src/com/exedio/cope/Item.java
rename attribute to field
Java
lgpl-2.1
8ff1b4456845201377b78a9c88f7e3662d68ed48
0
kaffe/kaffe,kaffe/kaffe,kaffe/kaffe,kaffe/kaffe,kaffe/kaffe
/** * check some more class loading etc, this time with superclasses * * test written by Edouard Parmelan <Edouard.Parmelan@France.NCR.COM> */ public class ProcessClassTest { public static void test(final String tag, final String class_name) { Thread thread = new Thread() { public void run() { setName(t...
test/regression/ProcessClassTest.java
/** * check some more class loading etc, this time with superclasses * * test written by Edouard Parmelan <Edouard.Parmelan@France.NCR.COM> */ public class ProcessClassTest { public static void test(final String tag, final String class_name) { Thread thread = new Thread() { public void run() { setName(t...
Adjust expected output as a result of change to ExceptionInInitializer.java
test/regression/ProcessClassTest.java
Adjust expected output as a result of change to ExceptionInInitializer.java
Java
apache-2.0
fd52106cb1781f720403b322794464e3b84f05dc
0
barterli/barterli_android,siddharth-shah/barterli_android
/******************************************************************************* * Copyright 2014, barter.li * * 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.o...
barter.li/src/li/barter/fragments/BooksAroundMeFragment.java
/******************************************************************************* * Copyright 2014, barter.li * * 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.o...
resolved issue of reflecting empty view when we navigate from book detail to booksaroundme
barter.li/src/li/barter/fragments/BooksAroundMeFragment.java
resolved issue of reflecting empty view when we navigate from book detail to booksaroundme
Java
apache-2.0
702aa3eb2b46020ca50b06fee3c7d0d559ae7439
0
tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki
/* * 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 ...
jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.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 ...
finally, fix test - patch provided by Murray Altheim on ML
jspwiki-tika-searchprovider/src/test/java/org/apache/wiki/search/tika/TikaSearchProviderTest.java
finally, fix test - patch provided by Murray Altheim on ML
Java
apache-2.0
41084c016eff5b2bf7c154f0e49d42e9c2a2edd7
0
hongjun117/mpush,hongjun117/mpush,mpusher/mpush,mpusher/mpush,hongjun117/mpush,mpusher/mpush
package com.shinemo.mpush.tools.zk.listener; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.recipes.cache.TreeCacheEvent; import org.apache.curator.framework.recipes.cache.TreeCacheListener; import com.shinemo.mpush.log.LogType; import com.shinemo.mpush.log.LoggerManage; pu...
mpush-tools/src/main/java/com/shinemo/mpush/tools/zk/listener/DataChangeListener.java
package com.shinemo.mpush.tools.zk.listener; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.recipes.cache.TreeCacheEvent; import org.apache.curator.framework.recipes.cache.TreeCacheListener; import com.shinemo.mpush.log.LogType; import com.shinemo.mpush.log.LoggerManage; pu...
add log
mpush-tools/src/main/java/com/shinemo/mpush/tools/zk/listener/DataChangeListener.java
add log
Java
apache-2.0
b9910b60c08ad6fc47bcd9445d5cccf1f67a5249
0
estatio/isis,kidaa/isis,kidaa/isis,kidaa/isis,niv0/isis,estatio/isis,niv0/isis,sanderginn/isis,sanderginn/isis,oscarbou/isis,incodehq/isis,estatio/isis,howepeng/isis,incodehq/isis,oscarbou/isis,incodehq/isis,estatio/isis,peridotperiod/isis,oscarbou/isis,apache/isis,apache/isis,niv0/isis,incodehq/isis,apache/isis,howepe...
package org.nakedobjects.utility; import java.awt.BorderLayout; import java.awt.Button; import java.awt.Color; import java.awt.FlowLayout; import java.awt.Font; import java.awt.Frame; import java.awt.Panel; import java.awt.TextArea; import java.awt.event.ActionEvent; import java.awt.event.WindowAdapter; import java.awt...
no-core/src/org/nakedobjects/utility/DebugFrame.java
package org.nakedobjects.utility; import java.awt.BorderLayout; import java.awt.Button; import java.awt.Color; import java.awt.FlowLayout; import java.awt.Font; import java.awt.Frame; import java.awt.Panel; import java.awt.TextArea; import java.awt.event.ActionEvent; import java.awt.event.WindowAdapter; import java.awt...
Added hook into DebugFrame so subclasses can react to a closing debug window. git-svn-id: 3f09329b2f6451ddff3637e937fd5de689f72c1f@1006772 13f79535-47bb-0310-9956-ffa450edef68
no-core/src/org/nakedobjects/utility/DebugFrame.java
Added hook into DebugFrame so subclasses can react to a closing debug window.
Java
apache-2.0
8b8436eadb945e5d640883dbc722f514d2b1b4cc
0
Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck
/* * Copyright (C) 2004 EBI, GRL * * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. * * This library is dist...
src/org/ensembl/healthcheck/util/DBUtils.java
/* * Copyright (C) 2004 EBI, GRL * * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. * * This library is dist...
Removed debug.
src/org/ensembl/healthcheck/util/DBUtils.java
Removed debug.
Java
apache-2.0
87099a6db1626de04d5fa8732b4b9091dae04f28
0
ywjno/nutz,happyday517/nutz,ywjno/nutz,ansjsun/nutz,ywjno/nutz,ywjno/nutz,ansjsun/nutz,elkan1788/nutz,ansjsun/nutz,happyday517/nutz,ansjsun/nutz,nutzam/nutz,elkan1788/nutz,nutzam/nutz,nutzam/nutz,happyday517/nutz,nutzam/nutz,elkan1788/nutz,ywjno/nutz,elkan1788/nutz,nutzam/nutz,ansjsun/nutz,happyday517/nutz
package org.nutz.lang.util; import java.io.BufferedReader; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Reader; import java.io.Writer; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedHashMap; import java.util.List;...
src/org/nutz/lang/util/MultiLineProperties.java
package org.nutz.lang.util; import java.io.BufferedReader; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Reader; import java.io.Writer; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedHashMap; import java.util.List;...
fix: 移除编译警告
src/org/nutz/lang/util/MultiLineProperties.java
fix: 移除编译警告
Java
apache-2.0
b0ee7dbccaf2304bc20b1199f2790a122e27b7cb
0
psoreide/bnd,magnet/bnd,magnet/bnd,mcculls/bnd,magnet/bnd,lostiniceland/bnd,psoreide/bnd,psoreide/bnd,lostiniceland/bnd,lostiniceland/bnd,mcculls/bnd,mcculls/bnd
package aQute.lib.io; import static java.nio.charset.StandardCharsets.UTF_8; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Closeable; import java.io.DataOutput; import java.io.File; import java.io.FileNotFoundException; import java.io.IOExcept...
aQute.libg/src/aQute/lib/io/IO.java
package aQute.lib.io; import static java.nio.charset.StandardCharsets.UTF_8; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Closeable; import java.io.DataOutput; import java.io.File; import java.io.FileNotFoundException; import java.io.IOExcept...
io: Avoid Channel.newChannel when copying It creates an additional buffer. So instead we implement the copy loop through an array-backed ByteBuffer. Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
aQute.libg/src/aQute/lib/io/IO.java
io: Avoid Channel.newChannel when copying
Java
apache-2.0
5d874d4307f28885263401a0dd2afb95ddb5c8b8
0
MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab
package org.myrobotlab.framework; import java.io.InputStream; import java.io.Serializable; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Map; import java.util.Properties; import java.util.TreeMap; import...
src/main/java/org/myrobotlab/framework/Platform.java
package org.myrobotlab.framework; import java.io.InputStream; import java.io.Serializable; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Map; import java.util.Properties; import java.util.TreeMap; import...
last adjustment - removed debugging
src/main/java/org/myrobotlab/framework/Platform.java
last adjustment - removed debugging
Java
apache-2.0
3dbd6a94aecfa8f6ccf5ef4f15147665b5ef5d5f
0
Shais14/joda-time,tingting703/mp3_maven,Guardiola31337/joda-time,CARFAX/joda-time,flightstats/joda-time,Rok-Piltaver/joda-time,mosoft521/joda-time,lousama/joda-time,Shais14/joda-time,emopers/joda-time,rbible/joda-time,hambroperks/joda-time,mosoft521/joda-time,tingting703/mp3_maven,leadVisionary/joda-time,Guardiola31337...
/* * Joda Software License, Version 1.0 * * * Copyright (c) 2001-03 Stephen Colebourne. * 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 reta...
JodaTime/src/java/org/joda/time/AbstractDuration.java
/* * Joda Software License, Version 1.0 * * * Copyright (c) 2001-03 Stephen Colebourne. * 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 reta...
Exception message more general. git-svn-id: 8a12ccb6f50c30e5a282783f538d297d22c63f8f@12 1e1cfbb7-5c0e-0410-a2f0-f98d92ec03a1
JodaTime/src/java/org/joda/time/AbstractDuration.java
Exception message more general.
Java
apache-2.0
d1a769bad3ad12176bd9328ad80bd9d1c082d73b
0
tommyettinger/sarong
package sarong; import java.util.Arrays; /** * An improvement on the performance of http://extremelearning.com.au/isotropic-blue-noise-point-sets/ . */ public class PermutationEtc { /** * Change SIZE to increase the size of the balanced permutations. */ public static final int SIZE = 52, HALF_SIZE = SIZE >>>...
src/test/java/sarong/PermutationEtc.java
package sarong; /** * An improvement on the performance of http://extremelearning.com.au/isotropic-blue-noise-point-sets/ . * Does not currently validate that the permutations it has found are distinct from each other. */ public class PermutationEtc { /** * Change SIZE to increase the size of the balanced permu...
Update balanced permutation code so it ensures permutations are distinct. The code is probably not ideal for larger cases, but it works for the small arrays we're using.
src/test/java/sarong/PermutationEtc.java
Update balanced permutation code so it ensures permutations are distinct.
Java
apache-2.0
c78733861f1dbcf272d3b8f6a74eb55d5fbf3972
0
BURAI-team/burai
/* * Copyright (C) 2016 Satomichi Nishihara * * This file is distributed under the terms of the * GNU General Public License. See the file `LICENSE' * in the root directory of the present distribution, * or http://www.gnu.org/copyleft/gpl.txt . */ package burai.app; import java.io.File; import java...
src/burai/app/QEFXMainController.java
/* * Copyright (C) 2016 Satomichi Nishihara * * This file is distributed under the terms of the * GNU General Public License. See the file `LICENSE' * in the root directory of the present distribution, * or http://www.gnu.org/copyleft/gpl.txt . */ package burai.app; import java.io.File; import java...
tune DropFiles
src/burai/app/QEFXMainController.java
tune DropFiles
Java
apache-2.0
43d5748656b23bbbd9946f7b61006d1c21a18bdd
0
TeamNexus/android_device_samsung_zero-common,TeamNexus/android_device_samsung_zero-common,TeamNexus/android_device_samsung_zero-common,TeamNexus/android_device_samsung_zero-common,TeamNexus/android_device_samsung_zero-common
/* * Copyright (C) 2012-2014 The CyanogenMod 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 applic...
ril/telephony/java/com/android/internal/telephony/zeroRIL.java
/* * Copyright (C) 2012-2014 The CyanogenMod 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 applic...
zero: Remove overridden method for responseOperatorInfos * QANElements takes care of this Change-Id: Idb5a7fd132b4243a529b8ab3a6d7689e66f4fb4a Signed-off-by: Brandon McAnsh <b221b0128acc8543b2071d143ea6dbc7b1554a73@gmail.com>
ril/telephony/java/com/android/internal/telephony/zeroRIL.java
zero: Remove overridden method for responseOperatorInfos
Java
bsd-2-clause
557153709d6ee4c951b48a8da981f03395296657
0
biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2013 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
core/core/src/main/java/imagej/script/ScriptInfo.java
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2013 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
ScriptInfo: grab name directly from ModuleItem
core/core/src/main/java/imagej/script/ScriptInfo.java
ScriptInfo: grab name directly from ModuleItem
Java
bsd-2-clause
f8ce18ebf452d029128057863d4f6091299aee54
0
Fedict/dcattools
/* * Copyright (c) 2015, Bart Hanssens <bart.hanssens@fedict.be> * 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 ...
datagovbe/src/main/java/be/fedict/dcat/datagovbe/Drupal.java
/* * Copyright (c) 2015, Bart Hanssens <bart.hanssens@fedict.be> * 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 ...
Added max length for node title
datagovbe/src/main/java/be/fedict/dcat/datagovbe/Drupal.java
Added max length for node title
Java
bsd-2-clause
de1630871a7fd272da58d6f6e0b16b66d7a01ea2
0
VRL-Studio/JVTK
/* * Copyright 2012 Michael Hoffer <info@michaelhoffer.de>. 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 notic...
JVTK/src/eu/mihosoft/vtk/VTKJPanel.java
/* * Copyright 2012 Michael Hoffer <info@michaelhoffer.de>. 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 notic...
switched from to vtkCanvas
JVTK/src/eu/mihosoft/vtk/VTKJPanel.java
switched from to vtkCanvas
Java
bsd-3-clause
c1aa054f44edd6e21a66b82bfc700e823924fd89
0
mushroomhostage/FreeTrade,mushroomhostage/FreeTrade,mushroomhostage/FreeTrade
package com.exphc.FreeTrade; import java.util.logging.Logger; import java.util.regex.*; import java.util.ArrayList; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.command.*; import org.bukkit.entity.*; import org.bukkit.*; class ItemSpec { int quantity; Material material; public ItemSpec(S...
FreeTrade.java
package com.exphc.FreeTrade; import java.util.logging.Logger; import java.util.regex.*; import java.util.ArrayList; import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.command.*; import org.bukkit.entity.*; import org.bukkit.*; class ItemSpec { int quantity; Material material; public ItemSpec(S...
Market class abstraction, but no functional changes
FreeTrade.java
Market class abstraction, but no functional changes
Java
bsd-3-clause
32e1364850d7d3eda3ddc28d46bce59f79b6cbff
0
dimitarp/basex,dimitarp/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,dimitarp/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,dimitarp/basex,di...
package org.basex.gui.layout; import static org.basex.gui.layout.BaseXKeys.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.text.*; import org.basex.gui.*; import org.basex.gui.listener.*; import org.basex.util.*; import org.basex.util.options.*; /...
basex-core/src/main/java/org/basex/gui/layout/BaseXCombo.java
package org.basex.gui.layout; import static org.basex.gui.layout.BaseXKeys.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.text.*; import org.basex.gui.*; import org.basex.gui.listener.*; import org.basex.util.*; import org.basex.util.options.*; /...
[MOD] GUI: Generic text border layout of editable dropdown menus
basex-core/src/main/java/org/basex/gui/layout/BaseXCombo.java
[MOD] GUI: Generic text border layout of editable dropdown menus
Java
bsd-3-clause
f8a7d6d3d1d8a63996bf747c319c58a3ac5304b0
0
webhost/jing-trang,webhost/jing-trang,webhost/jing-trang
package com.thaiopensource.relaxng.input; public class CommentTrimmer { private CommentTrimmer() { } public static String trimComment(String value) { return trim(unindent(value)); } private static String trim(String value) { int len = value.length(); loop1: for (; len > 0; --len) { sw...
trang/src/com/thaiopensource/relaxng/input/CommentTrimmer.java
package com.thaiopensource.relaxng.input; public class CommentTrimmer { private CommentTrimmer() { } public static String trimComment(String value) { return trim(unindent(value)); } private static String trim(String value) { int len = value.length(); loop1: for (; len > 0; --len) { sw...
Fix bug trimming initial newline
trang/src/com/thaiopensource/relaxng/input/CommentTrimmer.java
Fix bug trimming initial newline
Java
mit
4f4e3114614ab8f4c5a6006585b8e1160e9cef73
0
kirillovsky/otus-java-2017-10-kirillov,kirillovsky/otus-java-2017-10-kirillov,kirillovsky/otus-java-2017-10-kirillov,kirillovsky/otus-java-2017-10-kirillov
package ru.otus.kirillov; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import ru.otus.kirillov.testAdapter.LocalDateTimeAdapter; import java.time.LocalDateTime; import java.util.Arrays; /** Тест работы с новым адаптером * Created by Александр on 17.01.2018. */ public class JsonSer...
hw08/src/test/java/ru/otus/kirillov/JsonSerializerImplAdditionalObjectTypeTest.java
package ru.otus.kirillov; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import ru.otus.kirillov.testAdapter.LocalDateTimeAdapter; import java.time.LocalDateTime; import java.util.Arrays; /** Тест работы с новым адаптером * Created by Александр on 17.01.2018. */ public class JsonSer...
Убрал лишний sout
hw08/src/test/java/ru/otus/kirillov/JsonSerializerImplAdditionalObjectTypeTest.java
Убрал лишний sout
Java
mit
e546e5dc476351e8cc369349b551dd7965c9fd09
0
TheJumpCloud/DotCi,groupon/DotCi,dimacus/DotCi,dimacus/DotCi,dimacus/DotCi,erikdw/DotCi,DotCi/DotCi,jkrems/DotCi,TheJumpCloud/DotCi,michaelstandley/DotCi,groupon/DotCi,michaelstandley/DotCi,jkrems/DotCi,suryagaddipati/DotCi,suryagaddipati/DotCi,jkrems/DotCi,michaelstandley/DotCi,DotCi/DotCi,TheJumpCloud/DotCi,DotCi/Dot...
/* The MIT License (MIT) Copyright (c) 2014, Groupon, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
src/main/java/com/groupon/jenkins/github/Payload.java
/* The MIT License (MIT) Copyright (c) 2014, Groupon, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
Remove obsolote method
src/main/java/com/groupon/jenkins/github/Payload.java
Remove obsolote method
Java
mit
5be3cdc07aea086f6fc8363227f3219bdba9c78b
0
checkout/checkout-java-library,CKOTech/checkout-java-library
package test.chargeservice; import static org.junit.Assert.*; import java.io.IOException; import org.junit.Before; import org.junit.Test; import test.TestHelper; import com.checkout.APIClient; import com.checkout.api.services.card.request.CardCreate; import com.checkout.api.services.card.response.Card; import com.ch...
checkout/src/test/chargeservice/ChargeServiceTests.java
package test.chargeservice; import static org.junit.Assert.*; import java.io.IOException; import org.junit.Before; import org.junit.Test; import test.TestHelper; import com.checkout.APIClient; import com.checkout.api.services.card.request.CardCreate; import com.checkout.api.services.card.response.Card; import com.ch...
Live test reference removed
checkout/src/test/chargeservice/ChargeServiceTests.java
Live test reference removed
Java
mit
10499fced107fb080a0108a2fbd0ad9e6470add5
0
Wei620/LC150
import java.util.List; import java.util.ArrayList; import java.util.Arrays; /** * Given an array S of n integers, are there elements a, b, c in S such that a * + b + c = 0? Find all unique triplets in the array which gives the sum * of zero. * * Note: * Elements in a triplet (a,b,c) must be in <strong>non-descen...
Medium/ThreeSum.java
import java.util.List; import java.util.ArrayList; import java.util.Arrays; /** * Given an array S of n integers, are there elements a, b, c in S such that a * + b + c = 0? Find all unique triplets in the array which gives the sum * of zero. * * Note: * Elements in a triplet (a,b,c) must be in <strong>non-descen...
Added comments on why there's no need on checking duplicates of K. Added comments on the benefit of ruling out the impossible cases.
Medium/ThreeSum.java
Added comments on why there's no need on checking duplicates of K. Added comments on the benefit of ruling out the impossible cases.
Java
mit
d0da0e366d83af102b1c6104021102abb8ac960f
0
seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core,seqcode/seqcode-core
package org.seqcode.projects.galaxyexo; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.seqcode.deepseq.experiments.Controll...
src/org/seqcode/projects/galaxyexo/ChIPQC.java
package org.seqcode.projects.galaxyexo; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.seqcode.deepseq.experiments.ControlledExperiment; import ...
Adding a function to print genomic bin coordinates used for scaling.
src/org/seqcode/projects/galaxyexo/ChIPQC.java
Adding a function to print genomic bin coordinates used for scaling.
Java
mit
a26b0ba58c7fbbaa35851ef20e7dd0cb0691fe9e
0
bedditor/ohtu-Alarmclock
package ohtu.beddit.activity; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.WindowManager; import android.webkit.*; impor...
beddit_alarm/src/ohtu/beddit/activity/AuthActivity.java
package ohtu.beddit.activity; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.WindowManager; import android.webkit.*; impor...
fixed home on login bug
beddit_alarm/src/ohtu/beddit/activity/AuthActivity.java
fixed home on login bug
Java
mit
4acdea4edf3e06156c15d2a0509abdde8b286409
0
SnapGames/GDJ105,SnapGames/GDJ105
/** * SnapGames * * Game Development Java * * GDJ105 * * @year 2017 */ package com.snapgames.gdj.core.ui; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import com.snapgames.gdj.core.Game; import com.snapgames.gdj.core.entity.AbstractGameObject; /** * The Background im...
src/main/java/com/snapgames/gdj/core/ui/ImageObject.java
/** * SnapGames * * Game Development Java * * GDJ105 * * @year 2017 */ package com.snapgames.gdj.core.ui; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import java.awt.image.BufferedImage; import com.snapgames.gdj.core.Game; import com.snapgames.gdj.core.entity....
fix some typo in ImageObject class.
src/main/java/com/snapgames/gdj/core/ui/ImageObject.java
fix some typo in ImageObject class.
Java
mit
cade2e289372bb210dd59974605cd581a26d42f6
0
DemigodsRPG/Demigods3
package com.legit2.Demigods.Listeners; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerCommandPreprocessEvent; import com.legit2.Demigods.Demigods; import com.legit2.Demigods.U...
src/com/legit2/Demigods/Listeners/DCommandListener.java
package com.legit2.Demigods.Listeners; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerCommandPreprocessEvent; import com.legit2.Demigods.Demigods; import com.legit2.Demigods.U...
Remove debug messages.
src/com/legit2/Demigods/Listeners/DCommandListener.java
Remove debug messages.
Java
mit
b7789ce895eebb8b69f1a248232edb5b6b0c9eff
0
PFGimenez/The-Kraken-Pathfinding
/* * Copyright (C) 2013-2017 Pierre-François Gimenez * Distributed under the MIT License. */ package pfg.kraken.astar.tentacles; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBl...
core/src/main/java/pfg/kraken/astar/tentacles/TentacleManager.java
/* * Copyright (C) 2013-2017 Pierre-François Gimenez * Distributed under the MIT License. */ package pfg.kraken.astar.tentacles; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBl...
Bugfix
core/src/main/java/pfg/kraken/astar/tentacles/TentacleManager.java
Bugfix
Java
mit
620fbb839baa96ad12d94feb72c32ad935f3e61e
0
andrewdavidmackenzie/viskell,viskell/viskell,wandernauta/viskell
package nl.utwente.viskell.ui; import javafx.scene.control.MenuItem; import javafx.scene.image.Image; import javafx.scene.image.ImageView; import javafx.scene.input.MouseEvent; import javafx.util.Duration; import jfxtras.scene.layout.CircularPane; import jfxtras.scene.menu.CirclePopupMenu; import nl.utwente.viskell.ui...
Code/src/main/java/nl/utwente/viskell/ui/CircleMenu.java
package nl.utwente.viskell.ui; import javafx.scene.control.MenuItem; import javafx.scene.image.Image; import javafx.scene.image.ImageView; import javafx.scene.input.MouseEvent; import javafx.util.Duration; import jfxtras.scene.layout.CircularPane; import jfxtras.scene.menu.CirclePopupMenu; import nl.utwente.viskell.ui...
Comments are always outdated...
Code/src/main/java/nl/utwente/viskell/ui/CircleMenu.java
Comments are always outdated...
Java
mit
4277aa12804a847055d41b81f617a2d9754b4e32
0
macrat/RuuMusic,macrat/RuuMusic,macrat/RuuMusic
package jp.blanktar.ruumusic.client; import java.util.ArrayList; import java.util.List; import java.util.Stack; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.UiThread; import android.support.v4.app.F...
app/src/main/java/jp/blanktar/ruumusic/client/PlaylistFragment.java
package jp.blanktar.ruumusic.client; import java.util.ArrayList; import java.util.List; import java.util.Stack; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.UiThread; import android.support.v4.app.F...
Fixed problem that didn't work back key if couldn't open upper directory
app/src/main/java/jp/blanktar/ruumusic/client/PlaylistFragment.java
Fixed problem that didn't work back key if couldn't open upper directory
Java
lgpl-2.1
2895b65909931b553c8a8fda5c1b8ef00caa6bf2
0
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
// // $Id: SoundManager.java,v 1.33 2002/11/27 00:12:14 ray Exp $ package com.threerings.media; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.File; import java.io.FileInputStream; import java.io.FilenameFilter; import java.util.ArrayList; import java.util...
src/java/com/threerings/media/sound/SoundManager.java
// // $Id: SoundManager.java,v 1.32 2002/11/26 21:14:11 ray Exp $ package com.threerings.media; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.File; import java.io.FileInputStream; import java.io.FilenameFilter; import java.util.ArrayList; import java.util...
- always drain again - increased buffer size to 24k git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@1999 542714f4-19e9-0310-aa3c-eee0fc999fb1
src/java/com/threerings/media/sound/SoundManager.java
- always drain again - increased buffer size to 24k
Java
lgpl-2.1
4dd309e4e8b4694ee5b9561befc44fb7938689a1
0
MariaDB/mariadb-connector-j,MariaDB/mariadb-connector-j
package org.mariadb.jdbc; import org.junit.Assert; import org.junit.Assume; import org.junit.BeforeClass; import org.junit.Test; import org.mariadb.jdbc.internal.queryresults.resultset.MariaSelectResultSet; import org.mariadb.jdbc.internal.util.DefaultOptions; import org.mariadb.jdbc.internal.util.constant.HaMode; im...
src/test/java/org/mariadb/jdbc/DriverTest.java
package org.mariadb.jdbc; import org.junit.Assert; import org.junit.Assume; import org.junit.BeforeClass; import org.junit.Test; import org.mariadb.jdbc.internal.queryresults.resultset.MariaSelectResultSet; import org.mariadb.jdbc.internal.util.DefaultOptions; import org.mariadb.jdbc.internal.util.constant.HaMode; im...
[CONJ-393] changing test for mysql compatibility
src/test/java/org/mariadb/jdbc/DriverTest.java
[CONJ-393] changing test for mysql compatibility
Java
unlicense
5c6e5bffb20cf034c47828284dbfc72543585370
0
Samourai-Wallet/samourai-wallet-android
package com.samourai.wallet; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.cont...
app/src/main/java/com/samourai/wallet/MainActivity2.java
package com.samourai.wallet; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.cont...
do SIM switch test in MainActivity2
app/src/main/java/com/samourai/wallet/MainActivity2.java
do SIM switch test in MainActivity2
Java
apache-2.0
e914414807ec5ef73c64ce84fff2d7b68c5f2b06
0
apache/openwebbeans,apache/openwebbeans,apache/openwebbeans
/* * 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 ma...
webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.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 ma...
OWB-1025 implement @Initialized and @Destroyed also for WebContextsService git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1672995 13f79535-47bb-0310-9956-ffa450edef68
webbeans-web/src/main/java/org/apache/webbeans/web/context/WebContextsService.java
OWB-1025 implement @Initialized and @Destroyed also for WebContextsService
Java
apache-2.0
14a03b1dd47d710ad1ead30986fb626aac1f32fb
0
jeremylong/DependencyCheck,jeremylong/DependencyCheck,jeremylong/DependencyCheck,stefanneuhaus/DependencyCheck,stefanneuhaus/DependencyCheck,jeremylong/DependencyCheck,stefanneuhaus/DependencyCheck,jeremylong/DependencyCheck,stefanneuhaus/DependencyCheck,jeremylong/DependencyCheck,jeremylong/DependencyCheck,stefanneuha...
package org.owasp.dependencycheck.analyzer; import org.junit.Assert; import org.junit.Test; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.Modifier; import java.net.U...
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java
package org.owasp.dependencycheck.analyzer; import org.junit.Assert; import org.junit.Test; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.Modifier; import java.net.U...
CID-338792 Specify encoding of analyzer files
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java
CID-338792 Specify encoding of analyzer files
Java
apache-2.0
f51f360183b438f17070e35e9e43bb187a5939c5
0
mohanaraosv/commons-ognl,apache/commons-ognl,apache/commons-ognl,mohanaraosv/commons-ognl
package org.apache.commons.ognl; /* * 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, Ve...
src/main/java/org/apache/commons/ognl/ListPropertyAccessor.java
package org.apache.commons.ognl; /* * 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, Ve...
fixed ArrayList raw type git-svn-id: 3629b0064825e9d7230d3d0196b9ea5edc1472c8@1125940 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/ognl/ListPropertyAccessor.java
fixed ArrayList raw type
Java
apache-2.0
57920b0e63055cfbe4f092fb39697ccde407d36f
0
micrometer-metrics/micrometer,micrometer-metrics/micrometer,micrometer-metrics/micrometer
/** * Copyright 2017 Pivotal Software, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicab...
micrometer-spring-legacy/src/test/java/io/micrometer/spring/autoconfigure/CompositeMeterRegistryConfigurationTest.java
/** * Copyright 2017 Pivotal Software, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicab...
Fix remove unused imports
micrometer-spring-legacy/src/test/java/io/micrometer/spring/autoconfigure/CompositeMeterRegistryConfigurationTest.java
Fix remove unused imports
Java
apache-2.0
4f5d072a28ecca654eabbc9a88f5a18a51c4e0b3
0
adejanovski/cassandra,project-zerus/cassandra,jrwest/cassandra,asias/cassandra,swps/cassandra,project-zerus/cassandra,leomrocha/cassandra,carlyeks/cassandra,spodkowinski/cassandra,mashuai/Cassandra-Research,DikangGu/cassandra,codefollower/Cassandra-Research,driftx/cassandra,GabrielNicolasAvellaneda/cassandra,rackerlabs...
/* * 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 ...
src/java/org/apache/cassandra/tools/NodeCmd.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 ...
use %n rather than \n in printf calls
src/java/org/apache/cassandra/tools/NodeCmd.java
use %n rather than \n in printf calls
Java
apache-2.0
9281106066d52300289617eb95fa3134f93ab765
0
venicegeo/pz-access,venicegeo/pz-access,venicegeo/pz-access,venicegeo/pz-access
/** * Copyright 2016, RadiantBlue Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
src/main/java/access/messaging/AccessWorker.java
package access.messaging; import java.io.IOException; import java.util.Arrays; import java.util.concurrent.atomic.AtomicBoolean; import javax.annotation.PostConstruct; import messaging.job.JobMessageFactory; import messaging.job.KafkaClientFactory; import model.job.Job; import model.job.JobProgress; import model.job...
Add license text
src/main/java/access/messaging/AccessWorker.java
Add license text
Java
apache-2.0
f14aeeb182eaf6304e7ffc060195abf59b276001
0
qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerri...
// Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
java/com/google/gerrit/gpg/PublicKeyStore.java
// Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
PublicKeyStore: Fix typo in method name Change-Id: I66abc5dda40ebb5eb2c032e26886207930121786
java/com/google/gerrit/gpg/PublicKeyStore.java
PublicKeyStore: Fix typo in method name
Java
apache-2.0
f0dfb20f378e6628a9d9bcbe10ca0e56cecdb743
0
felixb/websms-api
/* * Copyright (C) 2010 Felix Bechstein * * This file is part of WebSMS. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 3 of the License, or (at your option) any later...
src/de/ub0r/android/websms/connector/common/Utils.java
/* * Copyright (C) 2010 Felix Bechstein * * This file is part of WebSMS. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 3 of the License, or (at your option) any later...
fix StringIndexOutOfBoundsException
src/de/ub0r/android/websms/connector/common/Utils.java
fix StringIndexOutOfBoundsException
Java
apache-2.0
2d42fb13b0b3c54b4f7007b8796882aeb91be6b7
0
elytra/Teckle
/* * Copyright 2017 Benjamin K (darkevilmac) * * 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 ...
src/main/java/com/elytradev/teckle/CorrelatedHint.java
/* * Copyright 2017 Benjamin K (darkevilmac) * * 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 ...
Improve mod interop.
src/main/java/com/elytradev/teckle/CorrelatedHint.java
Improve mod interop.
Java
apache-2.0
886a5b17669e7c1d4a04688b8fdb4c18cc38d574
0
liduanw/bitherj,liduanw/bitherj,bither/bitherj,bither/bitherj
/* * Copyright 2014 http://Bither.net * * 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 w...
bitherj/src/main/java/net/bither/bitherj/core/Address.java
/* * Copyright 2014 http://Bither.net * * 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 w...
edit address
bitherj/src/main/java/net/bither/bitherj/core/Address.java
edit address
Java
apache-2.0
0218047315eb27072aead05d82911b233058034b
0
adichad/lucene-new,adichad/lucene,adichad/lucene,adichad/lucene-new,adichad/lucene-new,adichad/lucene,tokee/lucene,adichad/lucene-new,adichad/lucene,adichad/lucene-new,tokee/lucene,adichad/lucene,tokee/lucene,tokee/lucene
package org.apache.lucene.index; /** * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0...
src/java/org/apache/lucene/index/IndexReader.java
package org.apache.lucene.index; /** * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0...
fix for a typo in a javadoc comment git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@150589 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/lucene/index/IndexReader.java
fix for a typo in a javadoc comment
Java
apache-2.0
9fa11a04d0e59581a7eb1f09f4a5c5c40995f9e4
0
tokee/lucene,adichad/lucene,tokee/lucene,adichad/lucene,tokee/lucene,tokee/lucene,adichad/lucene-new,adichad/lucene-new,adichad/lucene,adichad/lucene-new,adichad/lucene-new,adichad/lucene,adichad/lucene-new,adichad/lucene
package org.apache.lucene.search; /** * Copyright 2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2....
src/java/org/apache/lucene/search/MatchAllDocsQuery.java
package org.apache.lucene.search; /** * Copyright 2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2....
fix score to include boost and query normalization: LUCENE-450 git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@358089 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/lucene/search/MatchAllDocsQuery.java
fix score to include boost and query normalization: LUCENE-450
Java
apache-2.0
9232ac47360a4ea5f23ff957a3427f8d289fb3b7
0
cosmocode/cosmocode-json
/** * Copyright 2010 CosmoCode GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
src/main/java/de/cosmocode/json/JsonRenderer.java
/** * Copyright 2010 CosmoCode GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
removed redundant implements clause
src/main/java/de/cosmocode/json/JsonRenderer.java
removed redundant implements clause
Java
apache-2.0
436c224d3f77e6091bc3c2b4938aa249c4320d24
0
venicegeo/pz-ingest,venicegeo/pz-ingest,venicegeo/pz-ingest
/** * Copyright 2016, RadiantBlue Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
src/main/java/ingest/utility/IngestUtilities.java
/** * Copyright 2016, RadiantBlue Technologies, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
8957 SonarQube Coverage
src/main/java/ingest/utility/IngestUtilities.java
8957 SonarQube Coverage
Java
apache-2.0
33710dd48c6b1e97cf62113d03d300b58cdcb7af
0
wikimedia/apps-android-commons,wikimedia/apps-android-commons,nicolas-raoul/apps-android-commons,maskaravivek/apps-android-commons,misaochan/apps-android-commons,psh/apps-android-commons,commons-app/apps-android-commons,tobias47n9e/apps-android-commons,RSBat/apps-android-commons,sandarumk/apps-android-commons,neslihant...
package fr.free.nrw.commons.category; import android.os.AsyncTask; import android.text.TextUtils; import android.util.Log; import android.view.View; import org.mediawiki.api.ApiResult; import org.mediawiki.api.MWApi; import java.io.IOException; import java.util.ArrayList; import java.util.Calendar; import java.util....
app/src/main/java/fr/free/nrw/commons/category/MethodAUpdater.java
package fr.free.nrw.commons.category; import android.os.AsyncTask; import android.text.TextUtils; import android.util.Log; import android.view.View; import org.mediawiki.api.ApiResult; import org.mediawiki.api.MWApi; import java.io.IOException; import java.util.ArrayList; import java.util.Calendar; import java.util....
Remove unnecessary calls in MethodAUpdater
app/src/main/java/fr/free/nrw/commons/category/MethodAUpdater.java
Remove unnecessary calls in MethodAUpdater
Java
apache-2.0
7caab2ca242b03055cfbe81c578c694523e670bd
0
x-hansong/EasyChat,x-hansong/EasyChat,x-hansong/EasyChat
package com.easychat.service.impl; import com.easychat.exception.BadRequestException; import com.easychat.exception.NotFoundException; import com.easychat.model.entity.FriendRelationship; import com.easychat.model.entity.User; import com.easychat.model.entity.UserTemp; import com.easychat.model.error.ErrorType; import...
Server/src/main/java/com/easychat/service/impl/UserServiceImpl.java
package com.easychat.service.impl; import com.easychat.exception.BadRequestException; import com.easychat.exception.NotFoundException; import com.easychat.model.entity.FriendRelationship; import com.easychat.model.entity.User; import com.easychat.model.entity.UserTemp; import com.easychat.model.error.ErrorType; import...
修改获取用户所有好友接口,当该用户没有好友时,返回null
Server/src/main/java/com/easychat/service/impl/UserServiceImpl.java
修改获取用户所有好友接口,当该用户没有好友时,返回null
Java
apache-2.0
669c856b6715d23ef289139d64f50e82d7f2870b
0
adrapereira/jena,jianglili007/jena,samaitra/jena,tr3vr/jena,kidaa/jena,jianglili007/jena,samaitra/jena,adrapereira/jena,apache/jena,CesarPantoja/jena,samaitra/jena,jianglili007/jena,adrapereira/jena,kamir/jena,adrapereira/jena,kamir/jena,adrapereira/jena,CesarPantoja/jena,jianglili007/jena,apache/jena,kidaa/jena,jiangl...
/* * 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 ...
jena-core/src/main/java/org/apache/jena/rdf/model/impl/BagImpl.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 ...
JENA-938 : Code cleaning (extract of PR #63)
jena-core/src/main/java/org/apache/jena/rdf/model/impl/BagImpl.java
JENA-938 : Code cleaning (extract of PR #63)
Java
apache-2.0
804f1d9c19d600e5cd94fd554360421d415b5f4a
0
WANdisco/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,gerrit-review/gerrit,gerrit-review/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,gerrit-review/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,qtproject/qtq...
// Copyright (C) 2013 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
gerrit-lucene/src/main/java/com/google/gerrit/lucene/LuceneChangeIndex.java
// Copyright (C) 2013 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
Drain executor of index change requests before closing index IndexCollection.stop() closes the index to flush pending index writes at shutdown. Unfortunately some pending index writes can be enqueued in the index executor without the index even being aware of them yet, causing lost writes on exit. Drain the work que...
gerrit-lucene/src/main/java/com/google/gerrit/lucene/LuceneChangeIndex.java
Drain executor of index change requests before closing index
Java
apache-2.0
d482fdb7029d8d5d999cf996ce34668fd3e36c7a
0
abdallahynajar/foursquared,sonyraj/foursquared.eclair,Archenemy-xiatian/foursquared,summerzhao/foursquared,fuzhou0099/foursquared.eclair,aasaandinesh/foursquared,vsvankhede/foursquared.eclair,rihtak/foursquared.eclair,starspace/foursquared.eclair,idmouh/foursquared,xuyunhong/foursquared.eclair,kvnh/foursquared,nluetkem...
/** * Copyright 2009 Joe LaPenna */ package com.joelapenna.foursquared; import com.joelapenna.foursquare.error.FoursquareException; import com.joelapenna.foursquare.types.City; import com.joelapenna.foursquare.types.Venue; import com.joelapenna.foursquared.Foursquared.LocationListener; import android.app.Activity;...
main/src/com/joelapenna/foursquared/AddVenueActivity.java
/** * Copyright 2009 Joe LaPenna */ package com.joelapenna.foursquared; import com.joelapenna.foursquare.error.FoursquareException; import com.joelapenna.foursquare.types.City; import com.joelapenna.foursquare.types.Venue; import com.joelapenna.foursquared.Foursquared.LocationListener; import android.app.Activity;...
Register the log out receiver on AddVenueActivity.
main/src/com/joelapenna/foursquared/AddVenueActivity.java
Register the log out receiver on AddVenueActivity.
Java
apache-2.0
86d2e2c64a541b18183a26d17131168ee0500c92
0
filestack/filestack-java,filestack/filestack-java
package com.filestack; import com.filestack.errors.InternalException; import com.filestack.errors.InvalidParameterException; import com.filestack.errors.PolicySignatureException; import com.filestack.errors.ResourceNotFoundException; import com.filestack.errors.ValidationException; import com.filestack.transforms.Imag...
src/main/java/com/filestack/FileLink.java
package com.filestack; import com.filestack.errors.InternalException; import com.filestack.errors.InvalidParameterException; import com.filestack.errors.PolicySignatureException; import com.filestack.errors.ResourceNotFoundException; import com.filestack.errors.ValidationException; import com.filestack.transforms.Imag...
Update FileLink to use FsService
src/main/java/com/filestack/FileLink.java
Update FileLink to use FsService
Java
bsd-2-clause
512839713cee5e3880d105ccb0efc1e8df0ccb98
0
clementval/claw-compiler,clementval/claw-compiler
/* * This file is released under terms of BSD license * See LICENSE file for more information */ package cx2x.xcodeml.helper; import cx2x.translator.language.ClawDimension; import cx2x.translator.language.OverPosition; import cx2x.translator.xnode.ClawAttr; import cx2x.xcodeml.exception.*; import cx2x.xcodeml.xno...
omni-cx2x/src/cx2x/xcodeml/helper/XnodeUtil.java
/* * This file is released under terms of BSD license * See LICENSE file for more information */ package cx2x.xcodeml.helper; import cx2x.translator.xnode.ClawAttr; import cx2x.xcodeml.exception.*; import cx2x.xcodeml.xnode.*; import exc.xcodeml.XcodeMLtools_Fmod; import org.w3c.dom.Document; import org.w3c.dom.E...
Create dimensions
omni-cx2x/src/cx2x/xcodeml/helper/XnodeUtil.java
Create dimensions
Java
bsd-2-clause
e36e4ff9cace1807fa16917f2de2f46acc47cc37
0
biovoxxel/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej,TehSAUCE/imagej
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2013 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
core/core/src/main/java/imagej/display/Displayable.java
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2013 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
Displayable: add missing TODO reminders
core/core/src/main/java/imagej/display/Displayable.java
Displayable: add missing TODO reminders
Java
bsd-3-clause
f3f17434e09b306d6a01c0c53573a8f65d145939
0
stain/alibaba,stain/alibaba,stain/alibaba
/* * Copyright (c) 2009, James Leigh All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions...
object-server/src/main/java/org/openrdf/http/object/model/RequestHeader.java
/* * Copyright (c) 2009, James Leigh All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions...
Use the lower case version of the Host header to construct the URI git-svn-id: cd7eace78e14be71dd0d8bb0613a77a632a34638@9981 3fbd4d3e-0f96-47c4-bab7-89622e02a19e
object-server/src/main/java/org/openrdf/http/object/model/RequestHeader.java
Use the lower case version of the Host header to construct the URI
Java
mit
46472330aa6d7aa26ffb2001caa2e7df195babbd
0
sdcote/dataframe,sdcote/dataframe
src/main/java/coyote/dataframe/CLI.java
/* * Copyright (c) 2006 Stephan D. Cote' - All rights reserved. * * This program and the accompanying materials are made available under the * terms of the MIT License which accompanies this distribution, and is * available at http://creativecommons.org/licenses/MIT/ * * Contributors: * Stephan D. Cote *...
Removed unused class
src/main/java/coyote/dataframe/CLI.java
Removed unused class
Java
mit
894503d56b387c65b82acb268b2cdc5fe87179ed
0
MylesIsCool/ViaVersion
package us.myles.ViaVersion.protocols.protocol1_14to1_13_2.data; import com.google.common.base.Optional; import java.util.HashMap; import java.util.Map; public class EntityTypeRewriter { private static Map<Integer, Integer> entityTypes = new HashMap<>(); static { regEnt(6, 7); // cave_spider ...
common/src/main/java/us/myles/ViaVersion/protocols/protocol1_14to1_13_2/data/EntityTypeRewriter.java
package us.myles.ViaVersion.protocols.protocol1_14to1_13_2.data; import com.google.common.base.Optional; import java.util.HashMap; import java.util.Map; public class EntityTypeRewriter { private static Map<Integer, Integer> entityTypes = new HashMap<>(); static { regEnt(6, 7); // cave_spider ...
Fix minecart mapping
common/src/main/java/us/myles/ViaVersion/protocols/protocol1_14to1_13_2/data/EntityTypeRewriter.java
Fix minecart mapping
Java
mit
e4c6448ce40a70d3d013015c9908bc64aeefcef8
0
PrinceOfAmber/Cyclic,PrinceOfAmber/CyclicMagic
package com.lothrazar.cyclicmagic.compat.fastbench; import com.lothrazar.cyclicmagic.block.workbench.InventoryWorkbench; import com.lothrazar.cyclicmagic.block.workbench.TileEntityWorkbench; import com.lothrazar.cyclicmagic.util.Const; import net.minecraft.block.Block; import net.minecraft.entity.player.EntityPlayer;...
src/main/java/com/lothrazar/cyclicmagic/compat/fastbench/ContainerFastWorkbench.java
package com.lothrazar.cyclicmagic.compat.fastbench; import com.lothrazar.cyclicmagic.block.workbench.InventoryWorkbench; import com.lothrazar.cyclicmagic.block.workbench.TileEntityWorkbench; import com.lothrazar.cyclicmagic.util.Const; import net.minecraft.block.Block; import net.minecraft.entity.player.EntityPlayer; ...
Fix some strange desync issue
src/main/java/com/lothrazar/cyclicmagic/compat/fastbench/ContainerFastWorkbench.java
Fix some strange desync issue
Java
mit
e339d97f90b35b989ade007cc22ca6b58cbb2a89
0
jenkinsci/aws-beanstalk-publisher-plugin,jenkinsci/aws-beanstalk-publisher-plugin,DavidTanner/aws-beanstalk-publisher,DavidTanner/aws-beanstalk-publisher
package org.jenkinsci.plugins.awsbeanstalkpublisher.extensions; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.BuildListener; import hudson.util.FormValidation; import hudson.util.ListBoxModel; import java.util.ArrayList; import java.util.List; import org.jenk...
src/main/java/org/jenkinsci/plugins/awsbeanstalkpublisher/extensions/AWSEBElasticBeanstalkSetup.java
package org.jenkinsci.plugins.awsbeanstalkpublisher.extensions; import hudson.Extension; import hudson.Launcher; import hudson.model.AbstractBuild; import hudson.model.BuildListener; import hudson.util.FormValidation; import hudson.util.ListBoxModel; import java.util.ArrayList; import java.util.List; import org.jenk...
Change to handle any exception from Regions.fromName()
src/main/java/org/jenkinsci/plugins/awsbeanstalkpublisher/extensions/AWSEBElasticBeanstalkSetup.java
Change to handle any exception from Regions.fromName()
Java
mit
cc3c5d18e7ac37ce67998c755557a43b98efc01b
0
Grinch/SpongeCommon,DDoS/SpongeCommon,SpongePowered/Sponge,kenzierocks/SpongeCommon,sanman00/SpongeCommon,DDoS/SpongeCommon,modwizcode/SpongeCommon,SpongePowered/Sponge,ryantheleach/SpongeCommon,RTLSponge/SpongeCommon,hsyyid/SpongeCommon,clienthax/SpongeCommon,ryantheleach/SpongeCommon,JBYoshi/SpongeCommon,SpongePowere...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
src/main/java/org/spongepowered/common/data/processor/value/entity/TotalExperienceValueProcessor.java
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
Update the Total Experience value processor. * The processor now returns true when data is set. * Fixed setting the total experience returning wrong level.
src/main/java/org/spongepowered/common/data/processor/value/entity/TotalExperienceValueProcessor.java
Update the Total Experience value processor.
Java
mit
2a33045bb0d66d25d84bdead6a5e39cd1a79c9da
0
luizgrp/SectionedRecyclerViewAdapter
package io.github.luizgrp.sectionedrecyclerviewadapter; import org.junit.Before; import org.junit.Test; import io.github.luizgrp.sectionedrecyclerviewadapter.testdoubles.stub.FootedSectionStub; import io.github.luizgrp.sectionedrecyclerviewadapter.testdoubles.stub.FootedStatelessSectionStub; import io.github.luizgrp....
library/src/test/java/io/github/luizgrp/sectionedrecyclerviewadapter/SectionedRecyclerViewAdapterTest.java
package io.github.luizgrp.sectionedrecyclerviewadapter; import org.junit.Before; import org.junit.Test; import io.github.luizgrp.sectionedrecyclerviewadapter.testdoubles.stub.FootedSectionStub; import io.github.luizgrp.sectionedrecyclerviewadapter.testdoubles.stub.FootedStatelessSectionStub; import io.github.luizgrp....
Reviewed.
library/src/test/java/io/github/luizgrp/sectionedrecyclerviewadapter/SectionedRecyclerViewAdapterTest.java
Reviewed.