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
55c66be5622cd189d8716e63862dfac58e7c63cf
0
vtsyryuk/rxjava-jdbc,tietang/rxjava-jdbc,AngryX/rxjava-jdbc,AngryX/rxjava-jdbc,EmteZogaf/rxjava-jdbc,EmteZogaf/rxjava-jdbc,thomasnield/rxjava-jdbc,tietang/rxjava-jdbc,vtsyryuk/rxjava-jdbc,davidmoten/rxjava-jdbc,thomasnield/rxjava-jdbc,davidmoten/rxjava-jdbc
package com.github.davidmoten.rx.jdbc; import static com.github.davidmoten.rx.RxUtil.constant; import static com.github.davidmoten.rx.RxUtil.greaterThanZero; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.sql.Connection; import java.sql.PreparedStatement; im...
src/main/java/com/github/davidmoten/rx/jdbc/Database.java
package com.github.davidmoten.rx.jdbc; import static com.github.davidmoten.rx.RxUtil.constant; import static com.github.davidmoten.rx.RxUtil.greaterThanZero; import java.io.InputStream; import java.io.InputStreamReader; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.Types; import org....
add Database.run method with charset overload
src/main/java/com/github/davidmoten/rx/jdbc/Database.java
add Database.run method with charset overload
Java
apache-2.0
d0103aaea6eaee276d0a376061a6268817581196
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.Libraries; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pl...
com/planet_ink/coffee_mud/Libraries/CommonMsgs.java
package com.planet_ink.coffee_mud.Libraries; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pl...
git-svn-id: svn://192.168.1.10/public/CoffeeMud@15780 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Libraries/CommonMsgs.java
Java
apache-2.0
82d32bb22552d4b32814cc101b4941a1a5837276
0
liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver
/* * Copyright (C) 2010-2014 Serge Rieder * serge@jkiss.org * * 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 ver...
plugins/org.jkiss.dbeaver.oracle/src/org/jkiss/dbeaver/ext/oracle/oci/OCIUtils.java
/* * Copyright (C) 2010-2014 Serge Rieder * serge@jkiss.org * * 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 ver...
Oracle TNS parser fix
plugins/org.jkiss.dbeaver.oracle/src/org/jkiss/dbeaver/ext/oracle/oci/OCIUtils.java
Oracle TNS parser fix
Java
apache-2.0
e6e2f7ca31dbf3b1be1125e7382931eab44660e3
0
liwangbest/jmeter,ra0077/jmeter,liwangbest/jmeter,DoctorQ/jmeter,etnetera/jmeter,max3163/jmeter,tuanhq/jmeter,ubikloadpack/jmeter,kschroeder/jmeter,vherilier/jmeter,thomsonreuters/jmeter,ubikfsabbe/jmeter,ubikfsabbe/jmeter,ubikloadpack/jmeter,ra0077/jmeter,liwangbest/jmeter,etnetera/jmeter,irfanah/jmeter,fj11/jmeter,ma...
/* * ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2002,2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
src/core/org/apache/jmeter/gui/util/JDateField.java
/* * ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2002,2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t...
Changed format to yyyy/MM/dd; added roll function using Shift+Up/Down git-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@323652 13f79535-47bb-0310-9956-ffa450edef68
src/core/org/apache/jmeter/gui/util/JDateField.java
Changed format to yyyy/MM/dd; added roll function using Shift+Up/Down
Java
apache-2.0
13c1d85865df2b0681b6e7d8e74da2b3d323803c
0
mxro/maven-tools
package de.mxro.maven.tools; import static org.joox.JOOX.$; import java.io.BufferedReader; import java.io.File; import java.io.FileFilter; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.nio.file.FileSystems; import java.nio.file.Files; impor...
src/main/java/de/mxro/maven/tools/MavenProject.java
package de.mxro.maven.tools; import static org.joox.JOOX.$; import java.io.BufferedReader; import java.io.File; import java.io.FileFilter; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.nio.file.FileSystems; import java.nio.file.Files; impor...
Fixing compilation issues Autocommit Wed Nov 19 11:02:41 EST 2014
src/main/java/de/mxro/maven/tools/MavenProject.java
Fixing compilation issues Autocommit Wed Nov 19 11:02:41 EST 2014
Java
apache-2.0
e13f8827a6f97f50acfb2ec66cfdaf91d21052d8
0
appnexus/mobile-sdk-android,appnexus/mobile-sdk-android,appnexus/mobile-sdk-android,appnexus/mobile-sdk-android,appnexus/mobile-sdk-android
/* * Copyright 2013 APPNEXUS 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...
sdk/src/com/appnexus/opensdk/SDKSettings.java
/* * Copyright 2013 APPNEXUS 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...
Add Public API for SDK Version Squashed commit of the following: commit 4cf25c5e5d55fdaf22ebf28ad3dd947851a34849 Author: Abhishek Sharma <asharma@appnexus.com> Date: Mon Oct 7 15:23:34 2019 +0530 Exposed SDKVersion
sdk/src/com/appnexus/opensdk/SDKSettings.java
Add Public API for SDK Version
Java
apache-2.0
7d42934a42e116ab03a8eeb4eaa6209db0a512c3
0
ynurmahomed/renova
package br.ufu.renova.scraper; import java.io.Serializable; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; /** * Created by yassin on 30/10/14. */ public class Book implements Serializable { public enum State { INITIAL("", false), RENEWED("", false), ...
app/src/main/java/br/ufu/renova/scraper/Book.java
package br.ufu.renova.scraper; import java.io.Serializable; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; /** * Created by yassin on 30/10/14. */ public class Book implements Serializable { public enum State { INITIAL("", false), RENEWED("", false), ...
Alterando case das constantes.
app/src/main/java/br/ufu/renova/scraper/Book.java
Alterando case das constantes.
Java
artistic-2.0
a7de15f9b6dfc94f8d08fdbf7c550d2ca06ada00
0
lawremi/PerFabricaAdAstra,lawremi/PerFabricaAdAstra
package org.pfaa.chemica.integration; import java.util.List; import org.pfaa.chemica.model.Strength; import org.pfaa.chemica.processing.TemperatureLevel; import org.pfaa.chemica.registration.RecipeRegistration; import org.pfaa.chemica.util.ChanceStack; import blusunrize.immersiveengineering.api.crafting.ArcFurnaceRe...
src/main/java/org/pfaa/chemica/integration/ImmersiveEngineeringIntegration.java
package org.pfaa.chemica.integration; import java.util.List; import org.pfaa.chemica.model.Strength; import org.pfaa.chemica.processing.TemperatureLevel; import org.pfaa.chemica.registration.RecipeRegistration; import org.pfaa.chemica.util.ChanceStack; import blusunrize.immersiveengineering.api.crafting.ArcFurnaceRe...
whitespace cleanup
src/main/java/org/pfaa/chemica/integration/ImmersiveEngineeringIntegration.java
whitespace cleanup
Java
bsd-2-clause
c053701d403009b27cf355027ff42226e1389623
0
Sethtroll/runelite,runelite/runelite,Sethtroll/runelite,l2-/runelite,runelite/runelite,runelite/runelite,abelbriggs1/runelite,l2-/runelite,abelbriggs1/runelite,abelbriggs1/runelite
/* * Copyright (c) 2018, Seth <https://github.com/sethtroll> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, th...
runelite-client/src/main/java/net/runelite/client/plugins/cannon/CannonSpots.java
/* * Copyright (c) 2018, Seth <https://github.com/sethtroll> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, th...
Move greater demon cannon spot to better location
runelite-client/src/main/java/net/runelite/client/plugins/cannon/CannonSpots.java
Move greater demon cannon spot to better location
Java
bsd-2-clause
6853972a05b062adae2ea4793a57747ee1266dc9
0
thejoshwolfe/mips-os,thejoshwolfe/mips-os
package com.wolfesoftware.mipsos.simulator; public class SimulatorCore { // registers private int registers[] = new int[32]; private int pc; private int hi = 0; private int lo = 0; private Memory memory; private SimulatorStatus status = SimulatorStatus.Ready; private IS...
src/com/wolfesoftware/mipsos/simulator/SimulatorCore.java
package com.wolfesoftware.mipsos.simulator; public class SimulatorCore { // registers private int registers[] = new int[32]; private int pc; private int hi = 0; private int lo = 0; private Memory memory; private SimulatorStatus status = SimulatorStatus.Ready; private IS...
frickin bug. 0x2F should be 0x1F.
src/com/wolfesoftware/mipsos/simulator/SimulatorCore.java
frickin bug. 0x2F should be 0x1F.
Java
bsd-2-clause
6a5a45efb283e0c452c09ace82f90030330889d2
0
williamsa9491/HostManager,GliderWinchCommons/hc
/* * 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. */ package DashboardInterface; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.util.Dat...
src/DashboardInterface/SpeedGraph.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. */ package DashboardInterface; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.colo...
Added max to range of graph
src/DashboardInterface/SpeedGraph.java
Added max to range of graph
Java
bsd-3-clause
ef57a4316a785dc9c15869730deb4b62dfb82815
0
antag99/aquarria
/******************************************************************************* * Copyright (c) 2014, Anton Gustafsson * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributio...
aquarria/src/com/github/antag99/aquarria/GameRegistry.java
/******************************************************************************* * Copyright (c) 2014, Anton Gustafsson * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributio...
Fixed that 'consumable' property wasn't read from configuration
aquarria/src/com/github/antag99/aquarria/GameRegistry.java
Fixed that 'consumable' property wasn't read from configuration
Java
isc
06ee590d7f923b832d5fddbd509b9ef737f331cb
0
TealCube/battered
/* * This file is part of Battered, licensed under the ISC License. * * Copyright (c) 2014 Richard Harrah * * Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, * provided that the above copyright notice and this permission notice appear in all ...
src/main/java/com/tealcube/minecraft/bukkit/battered/BatteredPlugin.java
/* * This file is part of Battered, licensed under the ISC License. * * Copyright (c) 2014 Richard Harrah * * Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, * provided that the above copyright notice and this permission notice appear in all ...
fixing items without durability breaking
src/main/java/com/tealcube/minecraft/bukkit/battered/BatteredPlugin.java
fixing items without durability breaking
Java
mit
21fb945327c34853ee88803e54f07cbbce467235
0
smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,VAISHALI-DHANOA/SOMns,VAISHALI-DHANOA/SOMns,smarr/SOMns,richard-roberts/SOMns,smarr/SOMns,smarr/SOMns,MetaConc/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,VAISHALI-DHANOA/SOMns,MetaConc/SOMns,smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMn...
package dym; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import som.VM; import som.compiler.MixinDefinition; import som.compiler.Tags; import som.interpreter.Invokable; import som.interpreter.nodes...
src/dym/DynamicMetrics.java
package dym; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import som.VM; import som.compiler.MixinDefinition; import som.compiler.Tags; import som.interpreter.Invokable; import som.interpreter.nodes...
Add instrumentation for calls and call targets Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
src/dym/DynamicMetrics.java
Add instrumentation for calls and call targets
Java
mit
a9ffb38442a12495cdefde6c82e63e7ff60e1925
0
optimatika/ojAlgo,optimatika/ojAlgo,optimatika/ojAlgo,optimatika/ojAlgo
/* * Copyright 1997-2022 Optimatika * * 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, publish...
src/test/java/org/ojalgo/optimisation/linear/LinearDesignTestCases.java
/* * Copyright 1997-2022 Optimatika * * 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, publish...
Update LinearDesignTestCases.java
src/test/java/org/ojalgo/optimisation/linear/LinearDesignTestCases.java
Update LinearDesignTestCases.java
Java
mit
6ef702f31b9658349b354b262076c85d3cecc8e3
0
douggie/XChange
package info.bitrich.xchangestream.service.netty; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.time.Duration; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import ...
service-netty/src/main/java/info/bitrich/xchangestream/service/netty/NettyStreamingService.java
package info.bitrich.xchangestream.service.netty; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.time.Duration; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import ...
resubscribe with no message problem fix
service-netty/src/main/java/info/bitrich/xchangestream/service/netty/NettyStreamingService.java
resubscribe with no message problem fix
Java
mit
7d24f9c052976b2d9edef4aa6f56b431803a5475
0
zo0r/react-native-push-notification,zo0r/react-native-push-notification,zo0r/react-native-push-notification
package com.dieam.reactnativepushnotification.modules; import android.app.ActivityManager; import android.app.ActivityManager.RunningAppProcessInfo; import android.app.AlarmManager; import android.app.Application; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationM...
android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java
package com.dieam.reactnativepushnotification.modules; import android.app.ActivityManager; import android.app.ActivityManager.RunningAppProcessInfo; import android.app.AlarmManager; import android.app.Application; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationM...
Android: silent channel using playSound flag
android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java
Android: silent channel using playSound flag
Java
mit
09c9c10b1accac2aec1b30fc77115f3c3aff55db
0
jakobehmsen/dynamake
package dynamake.transcription; import java.util.Arrays; import java.util.List; import dynamake.commands.CommandState; import dynamake.models.PropogationContext; import dynamake.models.Model.PendingUndoablePair; public class SimpleExPendingCommandFactory2<T> implements ExPendingCommandFactory2<T> { private T refere...
eclipse/src/dynamake/transcription/SimpleExPendingCommandFactory2.java
package dynamake.transcription; import java.util.List; import dynamake.commands.CommandState; import dynamake.models.PropogationContext; import dynamake.models.Model.PendingUndoablePair; public class SimpleExPendingCommandFactory2<T> implements ExPendingCommandFactory2<T> { private T reference; private List<Comman...
Added another support for simpler usage of SimpleExPendingCommandFactory2. Signed-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>
eclipse/src/dynamake/transcription/SimpleExPendingCommandFactory2.java
Added another support for simpler usage of SimpleExPendingCommandFactory2.
Java
agpl-3.0
8c03f1e2215adf8b6ac5460fdee7ae19ac7bbebc
0
geothomasp/kcmit,kuali/kc,jwillia/kc-old1,iu-uits-es/kc,jwillia/kc-old1,ColostateResearchServices/kc,UniversityOfHawaiiORS/kc,mukadder/kc,jwillia/kc-old1,kuali/kc,UniversityOfHawaiiORS/kc,UniversityOfHawaiiORS/kc,geothomasp/kcmit,mukadder/kc,iu-uits-es/kc,mukadder/kc,kuali/kc,geothomasp/kcmit,ColostateResearchServices/...
/* * Copyright 2005-2010 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by...
src/main/java/org/kuali/kra/irb/protocol/funding/ProtocolFundingSourceServiceImpl.java
/* * Copyright 2005-2010 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by...
KCIRB-934 Added support for custom Funding Source Types
src/main/java/org/kuali/kra/irb/protocol/funding/ProtocolFundingSourceServiceImpl.java
KCIRB-934 Added support for custom Funding Source Types
Java
agpl-3.0
7345aee4505501e696044e4851e5a593df9ad229
0
ama-axelor/axelor-business-suite,axelor/axelor-business-suite,axelor/axelor-business-suite,ama-axelor/axelor-business-suite,axelor/axelor-business-suite,ama-axelor/axelor-business-suite
/* * Axelor Business Solutions * * Copyright (C) 2018 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed...
axelor-prestashop/src/main/java/com/axelor/apps/prestashop/service/library/PSWebServiceClient.java
/* * Axelor Business Solutions * * Copyright (C) 2018 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed...
prestashop: support for sort in fetch() methods
axelor-prestashop/src/main/java/com/axelor/apps/prestashop/service/library/PSWebServiceClient.java
prestashop: support for sort in fetch() methods
Java
agpl-3.0
06cb5a68da8144ace800d1620e41ece5d39538d2
0
cloudcoderdotorg/CloudCoder,jspacco/CloudCoder,x77686d/CloudCoder,vjpudelski/CloudCoder,jspacco/CloudCoder2,jspacco/CloudCoder2,wicky-info/CloudCoder,csirkeee/CloudCoder,vjpudelski/CloudCoder,wicky-info/CloudCoder,wicky-info/CloudCoder,vjpudelski/CloudCoder,aayushmudgal/CloudCoder,jspacco/CloudCoder2,csirkeee/CloudCode...
// CloudCoder - a web-based pedagogical programming environment // Copyright (C) 2011-2012, Jaime Spacco <jspacco@knox.edu> // Copyright (C) 2011-2012, David H. Hovemeyer <david.hovemeyer@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
CloudCoder/src/org/cloudcoder/app/client/view/IResultsTabPanelWidget.java
// CloudCoder - a web-based pedagogical programming environment // Copyright (C) 2011-2012, Jaime Spacco <jspacco@knox.edu> // Copyright (C) 2011-2012, David H. Hovemeyer <david.hovemeyer@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Genera...
javadoc fix
CloudCoder/src/org/cloudcoder/app/client/view/IResultsTabPanelWidget.java
javadoc fix
Java
agpl-3.0
dfd1d866452580d348a43e504009c99b6da9303d
0
dgray16/libreplan,dgray16/libreplan,skylow95/libreplan,dgray16/libreplan,LibrePlan/libreplan,LibrePlan/libreplan,poum/libreplan,poum/libreplan,Marine-22/libre,skylow95/libreplan,dgray16/libreplan,PaulLuchyn/libreplan,Marine-22/libre,skylow95/libreplan,poum/libreplan,dgray16/libreplan,skylow95/libreplan,Marine-22/libre,...
/* * This file is part of ###PROJECT_NAME### * * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
navalplanner-business/src/main/java/org/navalplanner/business/planner/entities/ResourceAllocation.java
/* * This file is part of ###PROJECT_NAME### * * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License ...
ItEr45S10CUAsignacionRecursosEspecificosAPlanificacionItEr44S16: [Bug #252] Fixing bug. The problem was that the assignment function was reapplied and the resources were not notified with the changes.
navalplanner-business/src/main/java/org/navalplanner/business/planner/entities/ResourceAllocation.java
ItEr45S10CUAsignacionRecursosEspecificosAPlanificacionItEr44S16: [Bug #252] Fixing bug.
Java
lgpl-2.1
f159110b38dbffbb81770363822429cd7f0816d1
0
jagazee/teiid-8.7,kenweezy/teiid,jagazee/teiid-8.7,kenweezy/teiid,kenweezy/teiid
/* * JBoss, Home of Professional Open Source. * See the COPYRIGHT.txt file distributed with this work for information * regarding copyright ownership. Some portions may be licensed * to Red Hat, Inc. under one or more contributor license agreements. * * This library is free software; you can redistribute it and...
engine/src/main/java/org/teiid/query/function/aggregate/UserDefined.java
/* * JBoss, Home of Professional Open Source. * See the COPYRIGHT.txt file distributed with this work for information * regarding copyright ownership. Some portions may be licensed * to Red Hat, Inc. under one or more contributor license agreements. * * This library is free software; you can redistribute it and...
TEIID-2665 removing pushdown checks from UserDefined
engine/src/main/java/org/teiid/query/function/aggregate/UserDefined.java
TEIID-2665 removing pushdown checks from UserDefined
Java
unlicense
799173208c8f89496cf016d54a5217b57696ac81
0
kennytm/disunity,ata4/disunity,zchen39/disunity,summertriangle-dev/disunity,zodsoft/disunity,zhangf911/disunity,catinred2/disunity,yclhehe/disunity,zhangf911/disunity,zodsoft/disunity,hozmaster/disunity,hozmaster/disunity,tomagoyaky/disunity,summertriangle-dev/disunity,tomagoyaky/disunity,KitoHo/disunity,zchen39/disuni...
/* ** 2013 June 16 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. */ package info.ata4.u...
src/info/ata4/unity/cli/extract/handler/ExtractHandler.java
/* ** 2013 June 16 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. */ package info.ata4.u...
Fixed cut-off file names if the asset name contains characters invalid for the current file system
src/info/ata4/unity/cli/extract/handler/ExtractHandler.java
Fixed cut-off file names if the asset name contains characters invalid for the current file system
Java
apache-2.0
cf4c8e3b2a53e6cd2a79421b17b87d376319daae
0
apache/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox
/* * 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 ...
pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.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 ...
PDFBOX-1862: reverted the changes from PDFBOX-1780 due to some regression git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1561095 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/pdfwriter/COSWriter.java
PDFBOX-1862: reverted the changes from PDFBOX-1780 due to some regression
Java
apache-2.0
38024b5cb2e287d706f63d86144e4c688cf4c19b
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
server/src/test/java/io/spine/server/bc/BoundedContextTest.java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Extract nested classes for BoundedContext test
server/src/test/java/io/spine/server/bc/BoundedContextTest.java
Extract nested classes for BoundedContext test
Java
apache-2.0
03c928a404bac03e693f785a68b8890511d86ac0
0
supunucsc/java-sdk,supunucsc/java-sdk,watson-developer-cloud/java-sdk,supunucsc/java-sdk,JoshSharpe/java-sdk,watson-developer-cloud/java-sdk,watson-developer-cloud/java-sdk,watson-developer-cloud/java-sdk,JoshSharpe/java-sdk,JoshSharpe/java-sdk
/** * Copyright 2015 IBM Corp. 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 applicable law ...
tests/src/test/java/com/ibm/watson/developer_cloud/retrieve_and_rank/v1/RetrieveAndRankIT.java
/** * Copyright 2015 IBM Corp. 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 applicable law ...
Add integration test for ranking results in retrieve and rank
tests/src/test/java/com/ibm/watson/developer_cloud/retrieve_and_rank/v1/RetrieveAndRankIT.java
Add integration test for ranking results in retrieve and rank
Java
apache-2.0
11c86516125659ebc9d143ec753f8f7682b18c7e
0
walkingice/momome,walkingice/momome
package com.u1aryz.android.lib.newpopupmenu; import org.zeroxlab.momome.R; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.util.DisplayMetrics; import android.view.Gravity; import android.view.LayoutInflater;...
src/com/u1aryz/android/lib/newpopupmenu/PopupMenu.java
package com.u1aryz.android.lib.newpopupmenu; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.util.DisplayMetrics; import android.view.Gravity; import android.view.LayoutInflater; import android.view.MotionEven...
Make project buildable
src/com/u1aryz/android/lib/newpopupmenu/PopupMenu.java
Make project buildable
Java
apache-2.0
a04b78eb4121c77f2fe3a6f4d1a4ef141bbafb27
0
rcchan/cs168-sdn-floodlight,CS-6617-Java/Floodlight,srcvirus/floodlight,avbleverik/floodlight,xph906/SDN,Linerd/sdn_optimization,egenevie/newnet,daniel666/multicastSDN,niuqg/floodlight-test,smartnetworks/floodlight,srcvirus/floodlight,gfsantanna/firewall_SDN,chinmaymhatre91/floodlight,CS-6617-Java/Floodlight,swiatecki/...
/** * Copyright 2011, Big Switch Networks, Inc. * Originally created by David Erickson, Stanford University * * 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/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java
/** * Copyright 2011, Big Switch Networks, Inc. * Originally created by David Erickson, Stanford University * * 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:/...
If the attachment point of device moves too fast from a non-broadcast domain switch port to a broadcast domain switch port, ignore learning and stop processing the packets.
src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java
If the attachment point of device moves too fast from a non-broadcast domain switch port to a broadcast domain switch port, ignore learning and stop processing the packets.
Java
apache-2.0
0be46f4e6d87877b66c741550255726b1f37c8bc
0
sdmcraft/sling,trekawek/sling,plutext/sling,tteofili/sling,headwirecom/sling,trekawek/sling,mcdan/sling,tmaret/sling,cleliameneghin/sling,wimsymons/sling,ieb/sling,tyge68/sling,ieb/sling,tteofili/sling,ffromm/sling,awadheshv/sling,Nimco/sling,nleite/sling,SylvesterAbreu/sling,tyge68/sling,gutsy/sling,Sivaramvt/sling,vl...
/* * 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 SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
bundles/jcr/oak-server/src/main/java/org/apache/sling/oak/server/OakSlingRepositoryManager.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 SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may...
remove unused imports git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1674494 13f79535-47bb-0310-9956-ffa450edef68
bundles/jcr/oak-server/src/main/java/org/apache/sling/oak/server/OakSlingRepositoryManager.java
remove unused imports
Java
apache-2.0
73b371afebb7c0a7d1af36ab3f72431a3a1ce8b0
0
evertrue/Baragon,evertrue/Baragon,HubSpot/Baragon,protochron/Baragon,evertrue/Baragon,evertrue/Baragon,protochron/Baragon,HubSpot/Baragon,protochron/Baragon,evertrue/Baragon,HubSpot/Baragon
package com.hubspot.baragon.service.resources; import java.util.Collection; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import com.google.common.base.Optional; import com.google.inject.Inject...
BaragonService/src/main/java/com/hubspot/baragon/service/resources/StateResource.java
package com.hubspot.baragon.service.resources; import java.util.Collection; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import javax.xml.ws.Service; import com.google.common.base.Optional; im...
cleanup imports
BaragonService/src/main/java/com/hubspot/baragon/service/resources/StateResource.java
cleanup imports
Java
apache-2.0
7acbe8a10c4b1221f4e7cd646305cf1349ee4350
0
JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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/com/facebook/buck/rules/modern/builders/ModernBuildRuleRemoteExecutionHelper.java
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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...
Correct comment about cell metadata path relativization Summary: Per code review comments. Reviewed By: cjhopman shipit-source-id: 26eb0767dbc7d3bd5afc139f5bbf20c7d0ba98a4
src/com/facebook/buck/rules/modern/builders/ModernBuildRuleRemoteExecutionHelper.java
Correct comment about cell metadata path relativization
Java
apache-2.0
8a3b133789886ca199b76575ac1dd1fe45098884
0
minwoo-jung/pinpoint,jaehong-kim/pinpoint,jaehong-kim/pinpoint,jaehong-kim/pinpoint,koo-taejin/pinpoint,emeroad/pinpoint,koo-taejin/pinpoint,koo-taejin/pinpoint,minwoo-jung/pinpoint,naver/pinpoint,jaehong-kim/pinpoint,naver/pinpoint,emeroad/pinpoint,minwoo-jung/pinpoint,minwoo-jung/pinpoint,emeroad/pinpoint,naver/pinpo...
/* * Copyright 2021 NAVER Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
plugins-it/log4j2-jdk8-it/src/test/java/com/navercorp/pinpoint/plugin/log4j2/Log4j2PatternIT.java
/* * Copyright 2021 NAVER Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
[#8222] Fix testcase failure
plugins-it/log4j2-jdk8-it/src/test/java/com/navercorp/pinpoint/plugin/log4j2/Log4j2PatternIT.java
[#8222] Fix testcase failure
Java
apache-2.0
b00a620c53becc17553514f4d97dbf269426f5d3
0
bhecquet/seleniumRobot,bhecquet/seleniumRobot,bhecquet/seleniumRobot
/** * Orignal work: Copyright 2015 www.seleniumtests.com * Modified work: Copyright 2016 www.infotel.com * Copyright 2017-2019 B.Hecquet * * 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...
core/src/main/java/com/seleniumtests/connectors/selenium/SeleniumRobotVariableServerConnector.java
/** * Orignal work: Copyright 2015 www.seleniumtests.com * Modified work: Copyright 2016 www.infotel.com * Copyright 2017-2019 B.Hecquet * * 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...
issue #259: add timeToLive parameter when updating variable
core/src/main/java/com/seleniumtests/connectors/selenium/SeleniumRobotVariableServerConnector.java
issue #259: add timeToLive parameter when updating variable
Java
apache-2.0
39793f96fa6a5d5a65a7afca6cd2a8ed8f719429
0
dimone-kun/cuba,dimone-kun/cuba,cuba-platform/cuba,cuba-platform/cuba,dimone-kun/cuba,cuba-platform/cuba
/* * Copyright (c) 2012 Haulmont Technology Ltd. All Rights Reserved. * Haulmont Technology proprietary and confidential. * Use is subject to license terms. */ package com.haulmont.cuba.web; import com.haulmont.cuba.core.global.AppBeans; import com.haulmont.cuba.core.global.Configuration; import com.haulm...
modules/web/src/com/haulmont/cuba/web/WebWindowManager.java
/* * Copyright (c) 2012 Haulmont Technology Ltd. All Rights Reserved. * Haulmont Technology proprietary and confidential. * Use is subject to license terms. */ package com.haulmont.cuba.web; import com.haulmont.cuba.core.global.AppBeans; import com.haulmont.cuba.core.global.Configuration; import com.haulm...
Дважды срабатывает CloseListener при програмном закрытии диалоговых окон #PL-2166 Fixed
modules/web/src/com/haulmont/cuba/web/WebWindowManager.java
Дважды срабатывает CloseListener при програмном закрытии диалоговых окон #PL-2166 Fixed
Java
apache-2.0
e13382eceb2b83a01376dccc93d41010ec2d96b8
0
adufilie/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon,adufilie/flex-falcon,greg-dove/flex-falcon
/* * * 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"); ...
compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestFieldMembers.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"); ...
[FalconJX] resolved TODO Signed-off-by: Erik de Bruin <c195b508e6f0c57aeafdb5e96947e2b79e6a4b40@ixsoftware.nl>
compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/as/TestFieldMembers.java
[FalconJX] resolved TODO
Java
apache-2.0
ff4570b59e573d0aa64c584f5b15d42dce02a6f6
0
grahamedgecombe/android-ssl,grahamedgecombe/android-ssl
package uk.ac.cam.gpe21.droidssl.analysis; import soot.*; import soot.jimple.InvokeStmt; import uk.ac.cam.gpe21.droidssl.analysis.util.Signatures; import uk.ac.cam.gpe21.droidssl.analysis.util.Types; import java.util.List; import java.util.Map; public final class DefaultJsseHostnameVerifierTransformer extends BodyTr...
analysis/src/main/java/uk/ac/cam/gpe21/droidssl/analysis/DefaultJsseHostnameVerifierTransformer.java
package uk.ac.cam.gpe21.droidssl.analysis; import soot.*; import soot.jimple.InvokeStmt; import uk.ac.cam.gpe21.droidssl.analysis.util.Signatures; import uk.ac.cam.gpe21.droidssl.analysis.util.Types; import java.util.List; import java.util.Map; public final class DefaultJsseHostnameVerifierTransformer extends BodyTr...
Replace getTag() != null with hasTag().
analysis/src/main/java/uk/ac/cam/gpe21/droidssl/analysis/DefaultJsseHostnameVerifierTransformer.java
Replace getTag() != null with hasTag().
Java
apache-2.0
7d257124ed00aec795368ba8ebae554a611328fc
0
HashEngineering/quarkcoinj,HashEngineering/quarkcoinj,HashEngineering/quarkcoinj
package com.google.bitcoin.core; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.math.BigInteger; import java.util.Map; /** * Created with IntelliJ IDEA. * User: HashEngineering * Date: 8/13/13 * Time: 7:23 PM * To change this template use File | Settings | File Templates. */ public class ...
core/src/main/java/com/google/bitcoin/core/CoinDefinition.java
package com.google.bitcoin.core; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.math.BigInteger; import java.util.Map; /** * Created with IntelliJ IDEA. * User: HashEngineering * Date: 8/13/13 * Time: 7:23 PM * To change this template use File | Settings | File Templates. */ public class ...
Update protocol version
core/src/main/java/com/google/bitcoin/core/CoinDefinition.java
Update protocol version
Java
apache-2.0
4b266ff8bcfb1dde9f65f0e8a41ca4d21bbfd659
0
mohanaraosv/commons-collections,MuShiiii/commons-collections,sandrineBeauche/commons-collections,gonmarques/commons-collections,apache/commons-collections,mohanaraosv/commons-collections,jankill/commons-collections,sandrineBeauche/commons-collections,mohanaraosv/commons-collections,apache/commons-collections,apache/com...
/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.commons.collections; import java.util.Iterator...
src/java/org/apache/commons/collections/FilterIterator.java
/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.commons.collections; import java.util.Iterator...
Applied patch submitted by Michael Smith that clarifies the description of the FilterIterator git-svn-id: b713d2d75405ee089de821fbacfe0f8fc04e1abf@130510 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/commons/collections/FilterIterator.java
Applied patch submitted by Michael Smith that clarifies the description of the FilterIterator
Java
apache-2.0
abd7ec4ce056033bce985fae9906f317dd9e2f3b
0
dimagi/commcare,dimagi/commcare-core,dimagi/commcare-core,dimagi/commcare,dimagi/commcare-core,dimagi/commcare
package org.javarosa.xpath.test; import org.javarosa.core.model.condition.EvaluationContext; import org.javarosa.core.model.condition.IFunctionHandler; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.core.model.data.IntegerData; import org.javarosa.core.model.data.StringData; import org.javarosa.c...
javarosa/src/test/java/org/javarosa/xpath/test/XPathEvalTest.java
package org.javarosa.xpath.test; import org.javarosa.core.model.condition.EvaluationContext; import org.javarosa.core.model.condition.IFunctionHandler; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.core.model.data.IntegerData; import org.javarosa.core.model.data.StringData; import org.javarosa.c...
add check for NaN in tests
javarosa/src/test/java/org/javarosa/xpath/test/XPathEvalTest.java
add check for NaN in tests
Java
apache-2.0
b93b1d31e51509458e0e5b3423ccfce03d58c613
0
freiheit-com/wicket,klopfdreh/wicket,dashorst/wicket,selckin/wicket,apache/wicket,freiheit-com/wicket,martin-g/wicket-osgi,bitstorm/wicket,mosoft521/wicket,freiheit-com/wicket,klopfdreh/wicket,aldaris/wicket,topicusonderwijs/wicket,apache/wicket,astrapi69/wicket,zwsong/wicket,selckin/wicket,bitstorm/wicket,mafulafunk/w...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
wicket/src/main/java/org/apache/wicket/ng/request/cycle/RequestCycle.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 ...
remove deprecation; git-svn-id: 5a74b5304d8e7e474561603514f78b697e5d94c4@903485 13f79535-47bb-0310-9956-ffa450edef68
wicket/src/main/java/org/apache/wicket/ng/request/cycle/RequestCycle.java
remove deprecation;
Java
apache-2.0
fc568763122aed532396b90d3b129ec5f83059d1
0
dkcreinoso/jitsi,ibauersachs/jitsi,jibaro/jitsi,iant-gmbh/jitsi,procandi/jitsi,damencho/jitsi,jibaro/jitsi,procandi/jitsi,level7systems/jitsi,marclaporte/jitsi,procandi/jitsi,gpolitis/jitsi,marclaporte/jitsi,ringdna/jitsi,gpolitis/jitsi,jitsi/jitsi,dkcreinoso/jitsi,procandi/jitsi,bebo/jitsi,marclaporte/jitsi,jitsi/jits...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.protocol.irc.command; import net.java.sip.communicator.impl.protocol.irc.*; /** * Implementation of the /nick command. Change loca...
src/net/java/sip/communicator/impl/protocol/irc/command/Nick.java
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.protocol.irc.command; import net.java.sip.communicator.impl.protocol.irc.*; /** * Implementation of the /nick command. Change loca...
Modified /nick to use IdentityManager for nick changing.
src/net/java/sip/communicator/impl/protocol/irc/command/Nick.java
Modified /nick to use IdentityManager for nick changing.
Java
apache-2.0
6f3be15bf0304b5a50a48441be37889caa17d37b
0
caot/intellij-community,ftomassetti/intellij-community,ftomassetti/intellij-community,robovm/robovm-studio,MichaelNedzelsky/intellij-community,lucafavatella/intellij-community,SerCeMan/intellij-community,salguarnieri/intellij-community,vladmm/intellij-community,joewalnes/idea-community,muntasirsyed/intellij-community,m...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/InspectionGadgets/src/com/siyeh/ig/junit/ParameterizedParametersStaticCollectionInspection.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
fix fqn
plugins/InspectionGadgets/src/com/siyeh/ig/junit/ParameterizedParametersStaticCollectionInspection.java
fix fqn
Java
apache-2.0
589556eaf0b0ccf93ba9880bdf6c33cb5b33e9ea
0
rpuch/superfly,payneteasy/superfly,rpuch/superfly,rpuch/superfly,rpuch/superfly,payneteasy/superfly,payneteasy/superfly,payneteasy/superfly
package com.payneteasy.superfly.client; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.commons.digester.Digester; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.an...
superfly-client-opt/src/main/java/com/payneteasy/superfly/client/XmlActionDescriptionCollector.java
package com.payneteasy.superfly.client; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.commons.digester.Digester; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.an...
Fixed logging of xml action collector git-svn-id: 638359b6fa53408d39dd6e7322cef4747caf6c31@464 11a29e22-99e0-9bb7-d19e-9a0993c63ea3
superfly-client-opt/src/main/java/com/payneteasy/superfly/client/XmlActionDescriptionCollector.java
Fixed logging of xml action collector
Java
apache-2.0
aba5c6ad11f19c333a755831653a24550f909c6c
0
PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder
data-model/src/main/java/org/pdxfinder/graph/dao/ValidationTechniques.java
package org.pdxfinder.graph.dao; /** * Created by jmason on 06/06/2017. */ public enum ValidationTechniques { NOT_SPECIFIED("Not specified"), FINGERPRINT("Fingerprint"), FINGERPRINT_HISTOLOGY("Histology/STR"), HISTOLOGY("Histology"), HEALTH_CHECK("Health-check"); private String technique; ...
Remove unused class
data-model/src/main/java/org/pdxfinder/graph/dao/ValidationTechniques.java
Remove unused class
Java
bsd-3-clause
1c92a98bc04e9cf40e5fc35bdb9ce567a0572178
0
alifars/semanticvectors,codeaudit/semanticvectors,dileepajayakody/semanticvectors,Peratham/semanticvectors-1,Peratham/semanticvectors,dwiddows/semanticvectors,JohnLetnev/semanticvectors,dwiddows/semanticvectors,Peratham/semanticvectors-1,CalZera/semanticvectors,CalZera/semanticvectors,rvedam/semanticvectors,Peratham/se...
/** Copyright (c) 2007, University of Pittsburgh All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list ...
src/pitt/search/semanticvectors/TermVectorsFromLucene.java
/** Copyright (c) 2007, University of Pittsburgh All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list ...
Deprecate the constructors that depend on Flags.dimensions and Flags.initialtermvectors and replace with versions that allow to pass these parameters directly.
src/pitt/search/semanticvectors/TermVectorsFromLucene.java
Deprecate the constructors that depend on Flags.dimensions and Flags.initialtermvectors and replace with versions that allow to pass these parameters directly.
Java
bsd-3-clause
b4edebe9dac4d227ee003db9c7eb3e3c0cdfe78e
0
edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon
/* * $Id: RateLimiter.java,v 1.2 2003-02-20 22:30:20 tal Exp $ */ /* Copyright (c) 2000-2002 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), t...
src/org/lockss/util/RateLimiter.java
/* * $Id: RateLimiter.java,v 1.1 2003-01-21 18:34:26 tal Exp $ */ /* Copyright (c) 2000-2002 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), t...
Made some fields private. git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@679 4f837ed2-42f5-46e7-a7a5-fa17313484d4
src/org/lockss/util/RateLimiter.java
Made some fields private.
Java
mit
0b7d0f0f2c7aa424375e6b29854b368e03195a65
0
wesabe/grendel,wesabe/grendel
package com.wesabe.grendel.resources.dto; import java.util.Arrays; import org.codehaus.jackson.annotate.JsonGetter; import org.codehaus.jackson.annotate.JsonSetter; /** * A data transfer object for a request to create a new user. * <p> * Example JSON: * <pre> * { * "username": "Example User", * "password"...
src/main/java/com/wesabe/grendel/resources/dto/NewUserRequest.java
package com.wesabe.grendel.resources.dto; import java.util.Arrays; /** * A data transfer object for a request to create a new user. * <p> * Example JSON: * <pre> * { * "username": "Example User", * "password": "snoopersneekrit" * } * </pre> * * Both {@code username} and {@code password} properties are...
Use Jackson annotations to tie down NewUserRequest properties.
src/main/java/com/wesabe/grendel/resources/dto/NewUserRequest.java
Use Jackson annotations to tie down NewUserRequest properties.
Java
mit
7aabf46ad7c54ad8be943f79d00aecb3da137c13
0
eaglesakura/eglibrary,eaglesakura/eglibrary,eaglesakura/eglibrary
package com.eaglesakura.android.service; import android.app.Service; import android.os.IBinder; import android.os.RemoteException; import com.eaglesakura.android.service.aidl.ICommandClientCallback; import com.eaglesakura.android.service.aidl.ICommandServerService; import java.util.HashMap; import java.uti...
eglibrary-android-framework/src/main/java/com/eaglesakura/android/service/CommandServer.java
package com.eaglesakura.android.service; import android.app.Service; import android.os.IBinder; import android.os.RemoteException; import com.eaglesakura.android.service.aidl.ICommandClientCallback; import com.eaglesakura.android.service.aidl.ICommandServerService; import java.util.HashMap; import java.uti...
不要なデータを削除
eglibrary-android-framework/src/main/java/com/eaglesakura/android/service/CommandServer.java
不要なデータを削除
Java
mit
88d720a35fda6dfb84b869477c5835a902cbfee7
0
dbsoftcombr/dbsfaces,dbsoftcombr/dbsfaces,dbsoftcombr/dbsfaces
package br.com.dbsoft.ui.component.inputdate; import java.io.IOException; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.context.ResponseWriter; import javax.faces.render.FacesRenderer; import br.com.dbsoft.ui.component.DBSRenderer; import br.com.dbsoft.ui.core....
src/main/java/br/com/dbsoft/ui/component/inputdate/DBSInputDateRenderer.java
package br.com.dbsoft.ui.component.inputdate; import java.io.IOException; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.context.ResponseWriter; import javax.faces.render.FacesRenderer; import br.com.dbsoft.ui.component.DBSRenderer; import br.com.dbsoft.ui.core....
Retirada do encodeClientBehaviors do container para evitar conflito com o encodeClientBehavior dos input dentro do componente
src/main/java/br/com/dbsoft/ui/component/inputdate/DBSInputDateRenderer.java
Retirada do encodeClientBehaviors do container para evitar conflito com o encodeClientBehavior dos input dentro do componente
Java
cc0-1.0
65dfb20b28d69b8a23d80e1f27ebc0e2bf98cc71
0
davidgiven/cowbel,davidgiven/cowbel
package com.cowlark.cowbel.parser.parsers; import com.cowlark.cowbel.ast.nodes.FunctionHeaderNode; import com.cowlark.cowbel.ast.nodes.IdentifierNode; import com.cowlark.cowbel.ast.nodes.ParameterDeclarationListNode; import com.cowlark.cowbel.ast.nodes.ParameterDeclarationNode; import com.cowlark.cowbel.ast.nodes.Type...
src/com/cowlark/cowbel/parser/parsers/FunctionHeaderParser.java
package com.cowlark.cowbel.parser.parsers; import com.cowlark.cowbel.ast.nodes.FunctionHeaderNode; import com.cowlark.cowbel.ast.nodes.IdentifierNode; import com.cowlark.cowbel.ast.nodes.ParameterDeclarationListNode; import com.cowlark.cowbel.ast.nodes.ParameterDeclarationNode; import com.cowlark.cowbel.ast.nodes.Type...
Correctly parse multiple return value declarations.
src/com/cowlark/cowbel/parser/parsers/FunctionHeaderParser.java
Correctly parse multiple return value declarations.
Java
epl-1.0
6d00ad631aa07aa6f06f901549afd6e5523ccbf9
0
codenvy/che-plugins,ollie314/che-plugins,ollie314/che-plugins,ollie314/che-plugins,codenvy/che-plugins,codenvy/che-plugins,ollie314/che-plugins
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
plugin-docker/che-plugin-docker-machine/src/main/java/org/eclipse/che/plugin/docker/machine/DockerInstance.java
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
IDEX-2696: make default server name as 'Server-<port>'
plugin-docker/che-plugin-docker-machine/src/main/java/org/eclipse/che/plugin/docker/machine/DockerInstance.java
IDEX-2696: make default server name as 'Server-<port>'
Java
agpl-3.0
f7b1b8e4bde4c3409af27c12ec95746417f1f883
0
ow2-proactive/scheduling-portal,ow2-proactive/scheduling-portal,ow2-proactive/scheduling-portal
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
scheduler-portal/src/main/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/controller/OutputController.java
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
fix-url-generated-for-task-full-logs-download (#747) * fix-url-generated-for-task-full-logs-download * encode-path-segment Co-authored-by: Oana Schiopu <1c60f0c4e0ec7ea3b98a5bac8a488a385da8d9c2@activeeon.com>
scheduler-portal/src/main/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/controller/OutputController.java
fix-url-generated-for-task-full-logs-download (#747)
Java
agpl-3.0
09cdc497f52ed58ca83948b77ae1802dd9169f0b
0
deepstupid/sphinx5
/* * Copyright 1999-2004 Carnegie Mellon University. * Portions Copyright 2004 Sun Microsystems, Inc. * Portions Copyright 2004 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution o...
src/sphinx4/edu/cmu/sphinx/linguist/acoustic/tiedstate/Sphinx3Loader.java
/* * Copyright 1999-2004 Carnegie Mellon University. * Portions Copyright 2004 Sun Microsystems, Inc. * Portions Copyright 2004 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution o...
* Fixes issue with separator, now we rely on jvm to be clever enough with / since the path is used both in the URLs of resource and in file name * Drop the location field, it has no use git-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@9260 94700074-3cef-4d97-a70e-9c8c206c02f5
src/sphinx4/edu/cmu/sphinx/linguist/acoustic/tiedstate/Sphinx3Loader.java
* Fixes issue with separator, now we rely on jvm to be clever enough with / since the path is used both in the URLs of resource and in file name * Drop the location field, it has no use
Java
lgpl-2.1
9856f4827e6471c1f6d8deb2f82e57a4c75e09ed
0
vasl-developers/vasl,vasl-developers/vasl
package VASL.build.module.map; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileOutputStream; import java.awt.Component; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Ima...
src/VASL/build/module/map/QC.java
package VASL.build.module.map; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileOutputStream; import java.awt.Component; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Ima...
Removed try-catch blocks around things which should not throw.
src/VASL/build/module/map/QC.java
Removed try-catch blocks around things which should not throw.
Java
lgpl-2.1
8523a6d32085f091f8def6aeafece0db6ab39f57
0
cdk/depict,cdk/depict,cdk/depict
/* * Copyright (c) 2018. NextMove Software Ltd. */ package org.openscience.cdk.app; import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; import com.simolecule.centres.BaseMol; import com.simolecule.centres.CdkLabeller; import com.simolecule.centres.Descriptor; import org.op...
cdkdepict-lib/src/main/java/org/openscience/cdk/app/DepictController.java
/* * Copyright (c) 2018. NextMove Software Ltd. */ package org.openscience.cdk.app; import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; import com.simolecule.centres.BaseMol; import com.simolecule.centres.CdkLabeller; import org.openscience.cdk.CDKConstants; import org.ope...
Annotate Racemic/Relative CIP descriptors as RS/R* etc.
cdkdepict-lib/src/main/java/org/openscience/cdk/app/DepictController.java
Annotate Racemic/Relative CIP descriptors as RS/R* etc.
Java
apache-2.0
167ed99e2e77759405e0974bf43591fa944b07ae
0
wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel
package org.wyona.yanel.impl.comments; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.wyona.yanel.core.attributes.commentable.CommentManagerV1; import org.wyona.yanel.core.attributes.commentable.CommentStatusV1; import org.wyona.yanel.core.attributes.commentable.Comment...
src/impl/java/org/wyona/yanel/impl/comments/CommentManagerV1Impl.java
package org.wyona.yanel.impl.comments; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.wyona.yanel.core.attributes.commentable.CommentManagerV1; import org.wyona.yanel.core.attributes.commentable.CommentStatusV1; import org.wyona.yanel.core.attributes.commentable.Comment...
generic workflow for comments started
src/impl/java/org/wyona/yanel/impl/comments/CommentManagerV1Impl.java
generic workflow for comments started
Java
apache-2.0
79a1e8d7fbb6c087564a1f2cba81ef7604766057
0
jfoenixadmin/JFoenix,skmedix/JFoenix
/* * JFoenix * Copyright (c) 2015, JFoenix and/or its affiliates., All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License...
src/com/jfoenix/controls/JFXRippler.java
/* * JFoenix * Copyright (c) 2015, JFoenix and/or its affiliates., All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License...
fixed toggle node background is being removed
src/com/jfoenix/controls/JFXRippler.java
fixed toggle node background is being removed
Java
apache-2.0
fcecbddc76e6c36ab4c17dc61dad7ab635d910b6
0
devtty/neb27,devtty/neb27,devtty/neb27
package com.devtty.neb27k; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Set; import javax.annotation.PostConstruct; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import javax.inject.Named; import javax.servlet.ServletContext; impor...
src/main/java/com/devtty/neb27k/Var.java
package com.devtty.neb27k; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Set; import javax.annotation.PostConstruct; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import javax.inject.Named; import javax.servlet.ServletContext; impor...
remove magical numbers
src/main/java/com/devtty/neb27k/Var.java
remove magical numbers
Java
apache-2.0
ea31c7536348daebf78ada32cf8a459e9828d752
0
Hervian/lambda-factory
package com.hervian.lambda; import java.lang.reflect.Method; import org.junit.Test; /** * Copyright 2016 Anders Granau Høfft * * 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/test/java/com/hervian/lambda/InvokeLambdaForStaticMethods_Test.java
package com.hervian.lambda; import java.lang.reflect.Method; import org.junit.Test; /** * Copyright 2016 Anders Granau Høfft * * 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 * * ...
minor cleanup
src/test/java/com/hervian/lambda/InvokeLambdaForStaticMethods_Test.java
minor cleanup
Java
apache-2.0
de81e903964bd36387f49eeff17addfa6c9a5edf
0
camelinaction/camelinaction2,camelinaction/camelinaction2,camelinaction/camelinaction2,camelinaction/camelinaction2
package camelinaction; import io.reactivex.Flowable; import org.apache.camel.RoutesBuilder; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreams; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService; import org.apache.ca...
chapter20/rx-java2/src/test/java/camelinaction/CamelConsumerBackPressureTest.java
package camelinaction; import io.reactivex.Flowable; import org.apache.camel.RoutesBuilder; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreams; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService; import org.apache.ca...
Polished
chapter20/rx-java2/src/test/java/camelinaction/CamelConsumerBackPressureTest.java
Polished
Java
apache-2.0
db73e899c3c8599719468150708000765ac02144
0
AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard,AnySoftKeyboard/AnySoftKeyboard
package com.anysoftkeyboard; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyInt; import android.content.ComponentName; import android.content.Context; import android.content.pm.PackageManager; import android.content.res.Resources; import android.view.View; import android...
ime/app/src/test/java/com/anysoftkeyboard/TestableAnySoftKeyboard.java
package com.anysoftkeyboard; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyInt; import android.content.ComponentName; import android.content.Context; import android.content.pm.PackageManager; import android.content.res.Resources; import android.view.View; import android...
remove unused comments
ime/app/src/test/java/com/anysoftkeyboard/TestableAnySoftKeyboard.java
remove unused comments
Java
apache-2.0
af4bc20e2adfc72711b84b0144b03f53dc7b43f2
0
brave-warrior/TravisClient-Android,dkhmelenko/Varis-Android,dkhmelenko/Varis-Android,dkhmelenko/TravisClient-Android,DreierF/TravisClient-Android,dkhmelenko/Varis-Android,DreierF/TravisClient-Android,brave-warrior/TravisClient_Android,brave-warrior/TravisClient_Android,brave-warrior/TravisClient-Android,dkhmelenko/Trav...
package com.khmelenko.lab.travisclient.activity; import android.app.ProgressDialog; import android.os.Bundle; import android.support.v7.app.ActionBar; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.Toast; import com.khmelenko.lab.travisclient.R; import com.khmelenko.lab.trav...
app/src/main/java/com/khmelenko/lab/travisclient/activity/AuthActivity.java
package com.khmelenko.lab.travisclient.activity; import android.app.ProgressDialog; import android.os.Bundle; import android.support.v7.app.ActionBar; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.Toast; import com.khmelenko.lab.travisclient.R; import com.khmelenko.lab.trav...
Add storing presenter instance
app/src/main/java/com/khmelenko/lab/travisclient/activity/AuthActivity.java
Add storing presenter instance
Java
apache-2.0
4259e8f4eb461cb35f9474e20668525c006cf2ff
0
rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid,rapidoid/rapidoid
package org.rapidoid.app; /* * #%L * rapidoid-app * %% * Copyright (C) 2014 Nikolche Mihajlovski * %% * 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/...
rapidoid-app/src/main/java/org/rapidoid/app/AppPageGeneric.java
package org.rapidoid.app; /* * #%L * rapidoid-app * %% * Copyright (C) 2014 Nikolche Mihajlovski * %% * 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/...
Minor refactoring in the generic app page.
rapidoid-app/src/main/java/org/rapidoid/app/AppPageGeneric.java
Minor refactoring in the generic app page.
Java
apache-2.0
86bd78e5aa56b01d55991a38ee33b0f7808d2b2c
0
walteryang47/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,zerodengxinchao/ovirt-engine,eayun/ovirt-engine,halober/ovirt-engine,yingyun001/ovirt-engine,yapengsong/ovirt-engine,eayun/ovirt-engine,eayun/ovirt-engine,yingyun001/ovirt-engine,yapengsong/ovirt-engine,walteryang47...
package org.ovirt.engine.api.restapi.resource; import static org.ovirt.engine.api.restapi.resource.BackendVmPoolsResource.SUB_COLLECTION; import java.util.List; import javax.ws.rs.core.Response; import org.ovirt.engine.api.model.Action; import org.ovirt.engine.api.model.VmPool; import org.ovirt.engine.api.resource...
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmPoolResource.java
package org.ovirt.engine.api.restapi.resource; import static org.ovirt.engine.api.restapi.resource.BackendVmPoolsResource.SUB_COLLECTION; import java.util.List; import javax.ws.rs.core.Response; import org.ovirt.engine.api.model.Action; import org.ovirt.engine.api.model.VmPool; import org.ovirt.engine.api.resource...
restapi: Use current name when updating pool When updating a VM pool the RESTAPI tries to find the VM data using the name of the pool, but it uses the name provided by the caller, which may not be provided, or different to the current one. The effect of this is that any update not containing the name of the pool fails...
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmPoolResource.java
restapi: Use current name when updating pool
Java
apache-2.0
1e6897c24e3b05e5eecebfc6c5b75a9492011529
0
zjureel/flink,wwjiang007/flink,lincoln-lil/flink,zjureel/flink,wwjiang007/flink,zjureel/flink,zjureel/flink,lincoln-lil/flink,apache/flink,wwjiang007/flink,lincoln-lil/flink,apache/flink,zjureel/flink,apache/flink,apache/flink,wwjiang007/flink,wwjiang007/flink,apache/flink,lincoln-lil/flink,apache/flink,lincoln-lil/fli...
/* * 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 ...
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/sink/writer/PulsarWriter.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 ...
[FLINK-29207][connector/pulsar] Fix Pulsar message eventTime may be incorrectly set to a negative number (#20765)
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/sink/writer/PulsarWriter.java
[FLINK-29207][connector/pulsar] Fix Pulsar message eventTime may be incorrectly set to a negative number (#20765)
Java
apache-2.0
04eac64423b1c7c7e21b09c7acba8be8b767736b
0
seanbright/asterisk-java,pk1057/asterisk-java,trulywireless/asterisk-java,gfelisberto/asterisk-java,pk1057/asterisk-java,010Minds/asterisk-java,polachok/asterisk-java,asterisk-java/asterisk-java,trulywireless/asterisk-java,yamajun/asterisk-java,polachok/asterisk-java,010Minds/asterisk-java,michaelrice/asterisk-java,jau...
/* * Copyright 2004-2006 Stefan Reuter * * 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 ...
src/main/java/org/asteriskjava/manager/event/RegistryEvent.java
/* * Copyright 2004-2006 Stefan Reuter * * 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 ...
Added constants for status values
src/main/java/org/asteriskjava/manager/event/RegistryEvent.java
Added constants for status values
Java
apache-2.0
f87c45e3c5b163dd7fdf053c46c5ca000ff4ba19
0
sangramjadhav/testrs
23027a54-2ece-11e5-905b-74de2bd44bed
hello.java
2301e92c-2ece-11e5-905b-74de2bd44bed
23027a54-2ece-11e5-905b-74de2bd44bed
hello.java
23027a54-2ece-11e5-905b-74de2bd44bed
Java
apache-2.0
4ecc85dccabc22e6ba76a656c97a15c960ef7295
0
wangwenwu/shushuweather
package com.example.shushuweather.utils; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import c...
src/com/example/shushuweather/utils/Utility.java
package com.example.shushuweather.utils; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import c...
更换城市和天气的API
src/com/example/shushuweather/utils/Utility.java
更换城市和天气的API
Java
apache-2.0
e2e195230cbc296fadbbdbe208365dae61a1e4d7
0
fbaligand/lognavigator,fbaligand/lognavigator
package org.lognavigator.service; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.text.MessageFormat; import java.util.Date; import java.util.Set; import java.util.TreeSet; import net.schmizz.sshj.com...
src/main/java/org/lognavigator/service/AbstractShellLogAccessService.java
package org.lognavigator.service; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.text.MessageFormat; import java.util.Date; import java.util.Set; import java.util.TreeSet; import net.schmizz.sshj.com...
Detects if configured directory does not exist on SSH log-access-configs
src/main/java/org/lognavigator/service/AbstractShellLogAccessService.java
Detects if configured directory does not exist on SSH log-access-configs
Java
apache-2.0
846bc18fc8444b859c0a74d30a25fc4ef588128d
0
wso2-extensions/identity-inbound-auth-oauth,wso2-extensions/identity-inbound-auth-oauth,darshanasbg/identity-inbound-auth-oauth,darshanasbg/identity-inbound-auth-oauth
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache...
components/org.wso2.carbon.identity.oidc.session/src/main/java/org/wso2/carbon/identity/oidc/session/servlet/OIDCLogoutServlet.java
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache...
Fix state not sending with redirect url when user denies consent
components/org.wso2.carbon.identity.oidc.session/src/main/java/org/wso2/carbon/identity/oidc/session/servlet/OIDCLogoutServlet.java
Fix state not sending with redirect url when user denies consent
Java
mit
eb3e4887271d797b34c949267132ae03fb285d3e
0
jirkapinkas/jsitemapgenerator
package cz.jiripinkas.jsitemapgenerator; import org.junit.Test; import cz.jiripinkas.jsitemapgenerator.exception.InvalidPriorityException; import cz.jiripinkas.jsitemapgenerator.exception.InvalidUrlException; import cz.jiripinkas.jsitemapgenerator.generator.SitemapGenerator; import static org.junit.Assert.*; public...
src/test/java/cz/jiripinkas/jsitemapgenerator/WebPageTest.java
package cz.jiripinkas.jsitemapgenerator; import org.junit.Test; import cz.jiripinkas.jsitemapgenerator.exception.InvalidPriorityException; import cz.jiripinkas.jsitemapgenerator.exception.InvalidUrlException; import cz.jiripinkas.jsitemapgenerator.generator.SitemapGenerator; public class WebPageTest { @Test(expect...
tests for new builder nameXXX methods
src/test/java/cz/jiripinkas/jsitemapgenerator/WebPageTest.java
tests for new builder nameXXX methods
Java
mit
caacd64d7d0cde7f042ad272de1ab4cbd9060bf8
0
JoshuaKissoon/SocialKademlia
package kademlia.routing; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.NoSuchElementException; import kademlia.core.KadConfiguration; import kademlia.node.Node; /** * Implementation of SocialKadRoutingTable * * @author Joshua Kissoon * @since 20140501 */ public cl...
src/kademlia/routing/SocialKadRoutingTableImpl.java
package kademlia.routing; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.NoSuchElementException; import kademlia.core.KadConfiguration; import kademlia.node.Node; /** * Implementation of SocialKadRoutingTable * * @author Joshua Kissoon * @since 20140501 */ public cl...
Made the socialkad routing table methods synchronized
src/kademlia/routing/SocialKadRoutingTableImpl.java
Made the socialkad routing table methods synchronized
Java
mit
6e3dfe4ef3183456ef97b3354052f9a2ac649305
0
dotdog20/SergBoat
/* * MIT License * * Copyright (c) 2016 Frederik Ar. Mikkelsen * * 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,...
FredBoat/src/main/java/fredboat/command/fun/SergalsCommand.java
/* * MIT License * * Copyright (c) 2016 Frederik Ar. Mikkelsen * * 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,...
java i guess
FredBoat/src/main/java/fredboat/command/fun/SergalsCommand.java
java i guess
Java
mit
ef59c6087cc485b83cda0962ab1a209a861cc874
0
Nincodedo/Ninbot
package dev.nincodedo.ninbot.components.announcements; import dev.nincodedo.ninbot.common.LocaleService; import dev.nincodedo.ninbot.common.StatAwareListenerAdapter; import dev.nincodedo.ninbot.common.logging.UtilLogging; import dev.nincodedo.ninbot.components.config.ConfigConstants; import dev.nincodedo.ninbot.compon...
src/main/java/dev/nincodedo/ninbot/components/announcements/EmoteCreationAnnouncement.java
package dev.nincodedo.ninbot.components.announcements; import dev.nincodedo.ninbot.common.LocaleService; import dev.nincodedo.ninbot.common.StatAwareListenerAdapter; import dev.nincodedo.ninbot.common.logging.UtilLogging; import dev.nincodedo.ninbot.components.config.ConfigConstants; import dev.nincodedo.ninbot.compon...
Fix emote announcements in non text channels (#691)
src/main/java/dev/nincodedo/ninbot/components/announcements/EmoteCreationAnnouncement.java
Fix emote announcements in non text channels (#691)
Java
mit
0b457f4485af56de136f1087ff54ca381ae90e2f
0
julienasp/IFT585TP3
package client; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.SocketException; import jav...
client/DNSClient.java
package client; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.SocketException; import jav...
commence à marcher -_-
client/DNSClient.java
commence à marcher -_-
Java
mit
70878aae3e3809938c158a99d4572a74e47b0538
0
bric3/mockito,ze-pequeno/mockito,geoffschoeman/mockito,stefanbirkner/mockito,mohanaraosv/mockito,mkordas/mockito,huangyingw/mockito,JeremybellEU/mockito,alberskib/mockito,ignaciotcrespo/mockito,hansjoachim/mockito,Ariel-Isaacm/mockito,MuShiiii/mockito,mockito/mockito,ignaciotcrespo/mockito,zorosteven/mockito,Jeremybell...
package org.mockito.usage.binding; import org.junit.*; import org.mockito.Mockito; public class IncorectBindingPuzzleFixedTest { private BaseInteface mock; private void setMock(DerivedInterface mock) { this.mock = mock; } private class BaseMessage {} private class Message ...
test/org/mockito/usage/binding/IncorectBindingPuzzleFixedTest.java
package org.mockito.usage.binding; import org.junit.*; import org.mockito.Mockito; public class IncorectBindingPuzzleFixedTest { private DerivedInterface mock; @Before public void setup() { mock = Mockito.mock(DerivedInterface.class); } private class BaseMessage {} pri...
verify execution on derived iterface mock but run in on a base interface --HG-- extra : convert_revision : svn%3Aaa2aecf3-ea3e-0410-9d70-716747e7c967/trunk%4048
test/org/mockito/usage/binding/IncorectBindingPuzzleFixedTest.java
verify execution on derived iterface mock but run in on a base interface
Java
mit
fed850670714b2237aaa5605723f4910e01a7b99
0
bwyap/java-familyfeud
package bwyap.familyfeud.gui.control; import static bwyap.familyfeud.game.play.FFPlayStateType.ALLOCATE_POINTS; import static bwyap.familyfeud.game.play.FFPlayStateType.FACE_OFF; import static bwyap.familyfeud.game.play.FFPlayStateType.FAMILY_PLAY; import static bwyap.familyfeud.game.play.FFPlayStateType.FAMILY_STEAL;...
src/bwyap/familyfeud/gui/control/StatePlayPanel.java
package bwyap.familyfeud.gui.control; import static bwyap.familyfeud.game.play.FFPlayStateType.FACE_OFF; import static bwyap.familyfeud.game.play.FFPlayStateType.FAMILY_PLAY; import static bwyap.familyfeud.game.play.FFPlayStateType.FAMILY_STEAL; import static bwyap.familyfeud.game.play.FFPlayStateType.REVEAL_ANSWERS; ...
Add missing state button for ALLOCATE_POITNS
src/bwyap/familyfeud/gui/control/StatePlayPanel.java
Add missing state button for ALLOCATE_POITNS
Java
mit
625ad2d95aa3796c3e6346947a8a799a0a925580
0
hurzl/opacclient,geomcmaster/opacclient,ruediger-w/opacclient,thesebas/opacclient,raphaelm/opacclient,simon04/opacclient,raphaelm/opacclient,hurzl/opacclient,johan12345/opacclient,ruediger-w/opacclient,simon04/opacclient,opacapp/opacclient,thesebas/opacclient,opacapp/opacclient,hurzl/opacclient,opacapp/opacclient,opaca...
/** * Copyright (C) 2013 by Raphael Michel under the MIT license: * * 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 ...
src/de/geeksfactory/opacclient/apis/Bibliotheca.java
/** * Copyright (C) 2013 by Raphael Michel under the MIT license: * * 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 ...
Bibliotheca: Enhance a heuristic algorithm
src/de/geeksfactory/opacclient/apis/Bibliotheca.java
Bibliotheca: Enhance a heuristic algorithm
Java
mit
c0f659b6818893abc95da41c7d976f839324855e
0
FAForever/faf-java-api,FAForever/faf-java-api,micheljung/faf-java-api,FAForever/faf-java-api,micheljung/faf-java-api
package com.faforever.api.user; import com.faforever.api.config.FafApiProperties; import com.faforever.api.data.domain.GlobalRating; import com.faforever.api.data.domain.Ladder1v1Rating; import com.faforever.api.data.domain.NameRecord; import com.faforever.api.data.domain.User; import com.faforever.api.email.EmailServ...
src/main/java/com/faforever/api/user/UserService.java
package com.faforever.api.user; import com.faforever.api.config.FafApiProperties; import com.faforever.api.data.domain.GlobalRating; import com.faforever.api.data.domain.Ladder1v1Rating; import com.faforever.api.data.domain.NameRecord; import com.faforever.api.data.domain.User; import com.faforever.api.email.EmailServ...
Fix user service logging of user objects
src/main/java/com/faforever/api/user/UserService.java
Fix user service logging of user objects
Java
agpl-3.0
1187bfec1992a3fe976cb887b5809a9791c63bab
0
Skelril/Aurora
/* * Copyright (c) 2014 Wyatt Childers. * * All Rights Reserved */ package com.skelril.aurora; import com.sk89q.commandbook.CommandBook; import com.sk89q.commandbook.InfoComponent; import com.sk89q.commandbook.session.PersistentSession; import com.sk89q.commandbook.session.SessionComponent; import com.sk89q.comma...
src/main/java/com/skelril/aurora/NinjaComponent.java
/* * Copyright (c) 2014 Wyatt Childers. * * All Rights Reserved */ package com.skelril.aurora; import com.sk89q.commandbook.CommandBook; import com.sk89q.commandbook.InfoComponent; import com.sk89q.commandbook.session.PersistentSession; import com.sk89q.commandbook.session.SessionComponent; import com.sk89q.comma...
Implemented a PvP check on the Ninja arrow bomb
src/main/java/com/skelril/aurora/NinjaComponent.java
Implemented a PvP check on the Ninja arrow bomb
Java
lgpl-2.1
ebbc03b8d0825c04867bf0a33d9da1452286911d
0
ThrawnCA/fb-contrib,rblasch/fb-contrib,crow-misia/fb-contrib,mebigfatguy/fb-contrib,crow-misia/fb-contrib,rblasch/fb-contrib,ThrawnCA/fb-contrib,rblasch/fb-contrib,ThrawnCA/fb-contrib,mebigfatguy/fb-contrib,ThrawnCA/fb-contrib,crow-misia/fb-contrib,mebigfatguy/fb-contrib,rblasch/fb-contrib
/* * fb-contrib - Auxiliary detectors for Java programs * Copyright (C) 2005-2015 Dave Brosius * * 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...
src/com/mebigfatguy/fbcontrib/detect/JAXRSIssues.java
/* * fb-contrib - Auxiliary detectors for Java programs * Copyright (C) 2005-2015 Dave Brosius * * 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...
@GET is jax too
src/com/mebigfatguy/fbcontrib/detect/JAXRSIssues.java
@GET is jax too
Java
lgpl-2.1
442c7aafd40b003e457037532228c335df15081c
0
jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,languagetool-org/languagetool
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
[de] add one suggestion for a special case
languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
[de] add one suggestion for a special case
Java
apache-2.0
cbb5bd05150a96954543a0ca6df3f067d45a0cc4
0
nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch
import java.io.*; import java.util.*; public class Intcode { public static final String DELIMITER = ","; public static final String INITIALISED_MEMORY = "0"; public Intcode (Vector<String> values, boolean debug) { this(values, null, debug); } public Intcode (Vector<String> values, Str...
AdventOfCode/2019/day19/Intcode.java
import java.io.*; import java.util.*; public class Intcode { public static final String DELIMITER = ","; public static final String INITIALISED_MEMORY = "0"; public Intcode (Vector<String> values, boolean debug) { this(values, null, debug); } public Intcode (Vector<String> values, Str...
Update Intcode.java
AdventOfCode/2019/day19/Intcode.java
Update Intcode.java
Java
apache-2.0
30d9e8d76f5d5c2c49c849a431b3df62f563777d
0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
jenetics/src/main/java/io/jenetics/engine/InvertibleCodec.java
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
#542: Add 'InvertibleCodec.map' function.
jenetics/src/main/java/io/jenetics/engine/InvertibleCodec.java
#542: Add 'InvertibleCodec.map' function.
Java
apache-2.0
287f43532dd6dbfa39b0725c21395163104f016e
0
robotframework/remoteswinglibrary,mgladki/remoteswinglibrary,mgladki/remoteswinglibrary,robotframework/remoteswinglibrary
package org.robotframework.rappio.agent; import java.awt.Frame; import java.lang.instrument.Instrumentation; import java.lang.management.ManagementFactory; import java.lang.management.ThreadInfo; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.Ti...
src/main/java/org/robotframework/rappio/agent/TestJavaAgent.java
package org.robotframework.rappio.agent; import java.awt.Frame; import java.lang.instrument.Instrumentation; import java.lang.management.ManagementFactory; import java.lang.management.ThreadInfo; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.Ti...
still passing on windows
src/main/java/org/robotframework/rappio/agent/TestJavaAgent.java
still passing on windows
Java
apache-2.0
592f811c51624d5e1ba2928fa7da5bfdb340f86b
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
server/src/main/java/io/spine/server/command/HandledError.java
/* * Copyright 2018, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Mark `HandledError` as internal.
server/src/main/java/io/spine/server/command/HandledError.java
Mark `HandledError` as internal.
Java
apache-2.0
d80442fa34ad6a9a882ec34a34b99ee2b8a7191d
0
robander/dita-ot,dita-ot/dita-ot,dita-ot/dita-ot,drmacro/dita-ot,infotexture/dita-ot,drmacro/dita-ot,robander/dita-ot,infotexture/dita-ot,infotexture/dita-ot,shaneataylor/dita-ot,dita-ot/dita-ot,robander/dita-ot,robander/dita-ot,robander/dita-ot,drmacro/dita-ot,dita-ot/dita-ot,dita-ot/dita-ot,infotexture/dita-ot,drmacr...
package org.dita.dost.module; import com.google.common.base.Optional; import org.custommonkey.xmlunit.XMLUnit; import org.dita.dost.TestUtils; import org.dita.dost.log.DITAOTJavaLogger; import org.dita.dost.util.Job; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.w3c.dom.Document; i...
src/test/java/org/dita/dost/module/BranchFilterModuleTest.java
package org.dita.dost.module; import com.google.common.base.Optional; import org.custommonkey.xmlunit.XMLUnit; import org.dita.dost.TestUtils; import org.dita.dost.log.DITAOTJavaLogger; import org.dita.dost.util.Job; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.w3c.dom.Document; i...
Refine branch filter unit tests
src/test/java/org/dita/dost/module/BranchFilterModuleTest.java
Refine branch filter unit tests
Java
apache-2.0
749b7fb94712e97fa87d8c2527aaefb65947a408
0
KingsMentor/IntentManip
package xyz.belvi.intentmanipsample; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ListView; public class MainActivity extends AppCompatActivity { private final int...
app/src/main/java/xyz/belvi/intentmanipsample/MainActivity.java
package xyz.belvi.intentmanipsample; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.ArrayAdapter; import android.widget.ListView; public class MainActivity extends AppCompatActivity { private final int MERGE = 0; private final int ACCOUNT = 0; private fi...
first commit
app/src/main/java/xyz/belvi/intentmanipsample/MainActivity.java
first commit
Java
apache-2.0
f490bd94b1f2429797a7b8bb561fcf1248fef00b
0
shkschneider/android_Skeleton,shkschneider/android_Skeleton,shkschneider/android_Skeleton
package me.shkschneider.skeleton.ui; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; import android.view....
skeleton/src/main/java/me/shkschneider/skeleton/ui/SnackBar.java
package me.shkschneider.skeleton.ui; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; import android.view....
SnackBar: prevent multiple calls
skeleton/src/main/java/me/shkschneider/skeleton/ui/SnackBar.java
SnackBar: prevent multiple calls
Java
apache-2.0
caa3671a3c8a4f97189c97e927c261949d3037f2
0
apache/empire-db,apache/empire-db,apache/empire-db,apache/empire-db
/* * 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")...
core/Empire-db/src/org/apache/empire/db/DBRowSet.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")...
EMPIREDB-22: Added sortation to the referenced records to be deleted. git-svn-id: d3ba8792a8580bc76a260f900e9491be905fbfad@700689 13f79535-47bb-0310-9956-ffa450edef68
core/Empire-db/src/org/apache/empire/db/DBRowSet.java
EMPIREDB-22: Added sortation to the referenced records to be deleted.
Java
apache-2.0
30db247ffdc853e9a3d37ea0c83cbbdfd283c13f
0
bloodybear/yona,bloodybear/yona,doortts/fork-yobi,yona-projects/yona,bloodybear/yona,yona-projects/yona,yona-projects/yona,doortts/fork-yobi,yona-projects/yona,doortts/fork-yobi,bloodybear/yona,doortts/fork-yobi
/** * Yobi, Project Hosting SW * * Copyright 2012 NAVER Corp. * http://yobi.io * * @author Yi EungJun * * 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/l...
app/controllers/AttachmentApp.java
/** * Yobi, Project Hosting SW * * Copyright 2012 NAVER Corp. * http://yobi.io * * @author Yi EungJun * * 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/l...
api: Support file upload with token
app/controllers/AttachmentApp.java
api: Support file upload with token
Java
apache-2.0
b95029715bf47608afc5f47e3115fd046dbcf913
0
mythguided/hydra,mythguided/hydra,mythguided/hydra,mythguided/hydra
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
hydra-main/src/main/java/com/addthis/hydra/query/QueryTracker.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
Don't update meters based on queries that never actually started.
hydra-main/src/main/java/com/addthis/hydra/query/QueryTracker.java
Don't update meters based on queries that never actually started.
Java
apache-2.0
aeeaa46af71030645359b83d338ef0cd6b2261e1
0
ThomasLau/drools,vinodkiran/drools,amckee23/drools,292388900/drools,manstis/drools,mswiderski/drools,ChallenHB/drools,reynoldsm88/drools,mswiderski/drools,HHzzhz/drools,pperboires/PocDrools,ChallenHB/drools,mrrodriguez/drools,OnePaaS/drools,HHzzhz/drools,jomarko/drools,ThiagoGarciaAlves/drools,psiroky/drools,rajashekha...
package org.drools.lang; /* * Copyright 2005 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
drools-compiler/src/test/java/org/drools/lang/RuleParserTest.java
package org.drools.lang; /* * Copyright 2005 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Adding unit tests for type declarations git-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@22336 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
drools-compiler/src/test/java/org/drools/lang/RuleParserTest.java
Adding unit tests for type declarations
Java
apache-2.0
fd12ba6c4c0eae543634560911e942c31ad69587
0
MiageM1RennesGrp5/OpenCompare
package org.opencompare; import org.opencompare.api.java.PCM; import org.opencompare.api.java.impl.io.KMFJSONLoader; import static org.junit.Assert.*; import org.opencompare.api.java.io.PCMLoader; import org.junit.Test; import java.io.File; import java.io.IOException; /** * Created by gbecan on 02/02/15. */ publi...
src/test/java/org/opencompare/MyPCMPrinterTest.java
package org.opencompare; import org.opencompare.api.java.PCM; import org.opencompare.api.java.impl.io.KMFJSONLoader; import static org.junit.Assert.*; import org.opencompare.api.java.io.PCMLoader; import org.junit.Test; import java.io.File; import java.io.IOException; /** * Created by gbecan on 02/02/15. */ publi...
let's gen HTML
src/test/java/org/opencompare/MyPCMPrinterTest.java
let's gen HTML
Java
apache-2.0
6a5c2bf9511553dc1465d74240e2cde8d161a730
0
Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck
/* * Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2018] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
src/org/ensembl/healthcheck/testgroup/VariationPreHandover.java
/* * Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2018] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
formatting
src/org/ensembl/healthcheck/testgroup/VariationPreHandover.java
formatting
Java
apache-2.0
10ad0fc3ce376bcea8a836bb7147a9081d96d493
0
esoco/objectrelations
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // This file is a part of the 'objectrelations' project. // Copyright 2019 Elmar Sonnenschein, esoco GmbH, Flensburg, Germany // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compli...
src/main/java/de/esoco/lib/expression/monad/Option.java
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // This file is a part of the 'objectrelations' project. // Copyright 2019 Elmar Sonnenschein, esoco GmbH, Flensburg, Germany // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compli...
BF: ofOptional(...)
src/main/java/de/esoco/lib/expression/monad/Option.java
BF: ofOptional(...)
Java
apache-2.0
b270914ddab16373b32f46def1a1c58a7f1d6e55
0
smarek/Simple-Dilbert
package com.mareksebera.simpledilbert; import java.io.File; import java.io.InputStream; import android.app.AlertDialog; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.ActivityInfo; import...
src/com/mareksebera/simpledilbert/DilbertPreferencesActivity.java
package com.mareksebera.simpledilbert; import java.io.File; import java.io.InputStream; import android.app.AlertDialog; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.ActivityInfo; import...
Added preference for using slow network
src/com/mareksebera/simpledilbert/DilbertPreferencesActivity.java
Added preference for using slow network
Java
apache-2.0
dabee88c91bc14d525455b3c3705076c53bd93b0
0
mathemage/h2o-3,jangorecki/h2o-3,jangorecki/h2o-3,h2oai/h2o-dev,jangorecki/h2o-3,spennihana/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,h2oai/h2o-3,h2oai/h2o-dev,spennihana/h2o-3,YzPaul3/h2o-3,h2oai/h2o-dev,h2oai/h2o-3,michalkurka/h2o-3,mathemage/h2o-3,michalkurka/h2o-3,YzPaul3/h2o-3,YzPaul3/h2o-3,michalkurka/h2o-3,jangorecki/h2o-...
package water.rapids; // Since we have a single key field in H2O (different to data.table), bmerge() becomes a lot simpler (no // need for recursion through join columns) with a downside of transfer-cost should we not need all the key. import water.*; import water.fvec.Chunk; import water.fvec.Frame; import water.fve...
h2o-core/src/main/java/water/rapids/BinaryMerge.java
package water.rapids; // Since we have a single key field in H2O (different to data.table), bmerge() becomes a lot simpler (no // need for recursion through join columns) with a downside of transfer-cost should we not need all the key. import water.*; import water.fvec.Chunk; import water.fvec.Frame; import water.fve...
Out-of-bounds fixed in left outer join when a left no match happens to fall at the bottom (or top) of a bmerge_r range. An extra recursive call to bmerge_r() was needed to populate _perNodeNumLeftRowsToFetch for those missings. Added an assert.
h2o-core/src/main/java/water/rapids/BinaryMerge.java
Out-of-bounds fixed in left outer join when a left no match happens to fall at the bottom (or top) of a bmerge_r range. An extra recursive call to bmerge_r() was needed to populate _perNodeNumLeftRowsToFetch for those missings. Added an assert.
Java
apache-2.0
6a01a70ae3a541936fb23aa307bfba24d0042c5d
0
mdogan/hazelcast,mesutcelik/hazelcast,juanavelez/hazelcast,tkountis/hazelcast,lmjacksoniii/hazelcast,mdogan/hazelcast,dsukhoroslov/hazelcast,emre-aydin/hazelcast,emre-aydin/hazelcast,Donnerbart/hazelcast,emre-aydin/hazelcast,tombujok/hazelcast,dsukhoroslov/hazelcast,mesutcelik/hazelcast,mdogan/hazelcast,lmjacksoniii/ha...
/* * Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
hazelcast/src/main/java/com/hazelcast/instance/GroupProperties.java
/* * Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
Fixed checkstyle problems due to edits by David Strom
hazelcast/src/main/java/com/hazelcast/instance/GroupProperties.java
Fixed checkstyle problems due to edits by David Strom