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
isc
093004d7ce644eb5d65f3858eafd78b1aa114c4b
0
steve-goldman/volksempfaenger
package net.x4a42.volksempfaenger.ui; import java.io.File; import java.util.ArrayList; import java.util.List; import net.x4a42.volksempfaenger.R; import net.x4a42.volksempfaenger.Utils; import net.x4a42.volksempfaenger.data.Columns.Enclosure; import net.x4a42.volksempfaenger.data.Columns.Episode; import net.x4a42.vol...
src/net/x4a42/volksempfaenger/ui/ViewEpisodeActivity.java
package net.x4a42.volksempfaenger.ui; import java.io.File; import java.util.ArrayList; import java.util.List; import net.x4a42.volksempfaenger.R; import net.x4a42.volksempfaenger.Utils; import net.x4a42.volksempfaenger.data.Columns.Enclosure; import net.x4a42.volksempfaenger.data.Columns.Episode; import net.x4a42.vol...
Properly handle new Intents in ViewEpisodeActivity and cancel old ImageLoadTasks.
src/net/x4a42/volksempfaenger/ui/ViewEpisodeActivity.java
Properly handle new Intents in ViewEpisodeActivity and cancel old ImageLoadTasks.
Java
mit
038b196903d3614a33b26f432d440d2bf123e849
0
jklingsporn/vertx-jooq
package io.github.jklingsporn.vertx.jooq.shared.reactive; import io.github.jklingsporn.vertx.jooq.shared.internal.AbstractQueryExecutor; import io.vertx.core.buffer.Buffer; import io.vertx.core.logging.Logger; import io.vertx.core.logging.LoggerFactory; import io.vertx.sqlclient.Tuple; import io.vertx.sqlclient.impl.A...
vertx-jooq-shared-reactive/src/main/java/io/github/jklingsporn/vertx/jooq/shared/reactive/AbstractReactiveQueryExecutor.java
package io.github.jklingsporn.vertx.jooq.shared.reactive; import io.github.jklingsporn.vertx.jooq.shared.internal.AbstractQueryExecutor; import io.vertx.core.buffer.Buffer; import io.vertx.core.logging.Logger; import io.vertx.core.logging.LoggerFactory; import io.vertx.sqlclient.Tuple; import io.vertx.sqlclient.impl.A...
fix(enum): Fix NPE if we try to parse an enum with a null value
vertx-jooq-shared-reactive/src/main/java/io/github/jklingsporn/vertx/jooq/shared/reactive/AbstractReactiveQueryExecutor.java
fix(enum): Fix NPE if we try to parse an enum with a null value
Java
mit
8b42095d848258af5c364c656bdece5d5e5f1ad9
0
980f/ezjava,980f/ezjava
package pers.hal42.lang; import pers.hal42.logging.ErrorLogStream; import java.text.MessageFormat; import java.util.Iterator; import java.util.Map; import java.util.function.Predicate; /** * Created by andyh on 7/19/17. * * generates a map which is a description of the difference of two maps. */ public class Map...
src/pers/hal42/lang/MapX.java
package pers.hal42.lang; import pers.hal42.logging.ErrorLogStream; import java.util.Map; /** * Created by andyh on 7/19/17. * * generates a map which is a description of the difference of two maps. */ public class MapX<K, V> { private static ErrorLogStream dbg = ErrorLogStream.getForClass(MapX.class); publ...
database diff seems to be running well.
src/pers/hal42/lang/MapX.java
database diff seems to be running well.
Java
mit
49e7ad174a50db8537b97799abadd5936d2b59be
0
ixfan/wechat-kit
/* * MIT License * * Copyright (c) 2016 Warren Fan * * 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, modif...
wechatkit/src/test/java/me/ixfan/wechatkit/message/out/json/MassMessageJsonSerializeTest.java
/* * MIT License * * Copyright (c) 2016 Warren Fan * * 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, modif...
群分图文消息新增 send_ignore_reprint 参数,JSON 序列化测试
wechatkit/src/test/java/me/ixfan/wechatkit/message/out/json/MassMessageJsonSerializeTest.java
群分图文消息新增 send_ignore_reprint 参数,JSON 序列化测试
Java
mit
9cf7117ea0cc02f67770644e232db8947413f6e0
0
hsyyid/GriefPrevention,MinecraftPortCentral/GriefPrevention
/* GriefPrevention Server Plugin for Minecraft Copyright (C) 2012 Ryan Hamshire This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at ...
src/me/ryanhamshire/GriefPrevention/CleanupUnusedClaimsTask.java
/* GriefPrevention Server Plugin for Minecraft Copyright (C) 2012 Ryan Hamshire This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at ...
Perf: Claim Cleanup
src/me/ryanhamshire/GriefPrevention/CleanupUnusedClaimsTask.java
Perf: Claim Cleanup
Java
mit
900bee62f463989e5d44e334352432fb0685a28d
0
piotrkot/simple-mustache,piotrkot/simple-mustache
/** * The MIT License (MIT) * * Copyright (c) 2016 piotrkot * * 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, co...
src/test/java/com/github/piotrkot/mustache/tags/SectionTest.java
/** * The MIT License (MIT) * * Copyright (c) 2016 piotrkot * * 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, co...
Adding failing test
src/test/java/com/github/piotrkot/mustache/tags/SectionTest.java
Adding failing test
Java
mit
d9311b1f16bac944a3006416b58179d114b033fe
0
umesh0492/pill-logger,umesh0492/pill-logger,umesh0492/pill-logger
package uk.co.cntwo.pilllogger.fragments; import android.content.Context; import android.graphics.Color; import android.os.Bundle; import android.app.Fragment; import android.util.SparseIntArray; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageVie...
PillLogger/src/uk/co/cntwo/pilllogger/fragments/MainFragment.java
package uk.co.cntwo.pilllogger.fragments; import android.content.Context; import android.graphics.Color; import android.os.Bundle; import android.app.Fragment; import android.util.SparseIntArray; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageVie...
Fixed the graph not showing same day pills
PillLogger/src/uk/co/cntwo/pilllogger/fragments/MainFragment.java
Fixed the graph not showing same day pills
Java
epl-1.0
9bff59bf2649b597b1996d6125f3c9510f158d0d
0
smarr/golo-lang,mojavelinux/golo-lang,dynamid/golo-lang-insa-citilab-historical-reference,jeffmaury/golo-lang,mojavelinux/golo-lang,titimoby/golo-lang,jeffmaury/golo-lang,smarr/golo-lang,titimoby/golo-lang,dynamid/golo-lang-insa-citilab-historical-reference,Mogztter/golo-lang,franckverrot/golo-lang,Mogztter/golo-lang,f...
package gololang.runtime; import java.lang.invoke.CallSite; import java.lang.invoke.ConstantCallSite; import java.lang.invoke.MethodHandle; import java.lang.invoke.MethodType; import java.lang.reflect.Method; import static java.lang.invoke.MethodHandles.Lookup; public final class InvokeDynamicSupport { public sta...
src/main/java/gololang/runtime/InvokeDynamicSupport.java
package gololang.runtime; import java.lang.invoke.CallSite; import java.lang.invoke.ConstantCallSite; import java.lang.invoke.MethodHandle; import java.lang.invoke.MethodType; import java.lang.reflect.Method; import static java.lang.invoke.MethodHandles.Lookup; public class InvokeDynamicSupport { public static Ca...
Made final.
src/main/java/gololang/runtime/InvokeDynamicSupport.java
Made final.
Java
agpl-3.0
21adbaae7a1356e9ad01bbad1e21d67249450171
0
cojen/Tupl
/* * Copyright 2021 Cojen.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is...
src/main/java/org/cojen/tupl/rows/TableMaker.java
/* * Copyright 2021 Cojen.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is...
Using a record is overkill. It generates a much larger class file.
src/main/java/org/cojen/tupl/rows/TableMaker.java
Using a record is overkill. It generates a much larger class file.
Java
lgpl-2.1
a07a295f3a6e4909cd788d51a039842d017ccdad
0
alx/reprap-host-software,alx/reprap-host-software
/* * * !!!!! * NOTE: PLEASE ONLY EDIT THIS USING THE NETBEANS IDE 6.0.1 OR HIGHER!!!! * !!!!! * * ... an .xml file is associated with this class. Cheers. * * GenericExtruderTabPanel.java * * Created on 27 March 2008, 18:22 */ package org.reprap.gui.botConsole; import org.reprap.Preferences; import javax.s...
src/org/reprap/gui/botConsole/GenericExtruderTabPanel.java
/* * * !!!!! * NOTE: PLEASE ONLY EDIT THIS USING THE NETBEANS IDE 6.0.1 OR HIGHER!!!! * !!!!! * * ... an .xml file is associated with this class. Cheers. * * GenericExtruderTabPanel.java * * Created on 27 March 2008, 18:22 */ package org.reprap.gui.botConsole; import org.reprap.Preferences; import javax.s...
Undone code to deactivation of extruder panel if not present. git-svn-id: d2924805b4ae8fffc34e1a97dde5dc7532b2300d@1512 cb376a5e-1013-0410-a455-b6b1f9ac8223
src/org/reprap/gui/botConsole/GenericExtruderTabPanel.java
Undone code to deactivation of extruder panel if not present.
Java
unlicense
130131491f8aac4b9d708f1b8e944af607e466d6
0
Phylogeny/ExtraBitManipulation
package com.phylogeny.extrabitmanipulation.client.eventhandler; import org.lwjgl.opengl.GL11; import org.lwjgl.util.glu.Cylinder; import org.lwjgl.util.glu.Disk; import org.lwjgl.util.glu.GLU; import org.lwjgl.util.glu.Quadric; import org.lwjgl.util.glu.Sphere; import com.phylogeny.extrabitmanipulation.ExtraBitManipu...
src/main/java/com/phylogeny/extrabitmanipulation/client/eventhandler/ClientEventHandler.java
package com.phylogeny.extrabitmanipulation.client.eventhandler; import org.lwjgl.opengl.GL11; import org.lwjgl.util.glu.Cylinder; import org.lwjgl.util.glu.Disk; import org.lwjgl.util.glu.GLU; import org.lwjgl.util.glu.Quadric; import org.lwjgl.util.glu.Sphere; import com.phylogeny.extrabitmanipulation.ExtraBitManipu...
Changed variable name.
src/main/java/com/phylogeny/extrabitmanipulation/client/eventhandler/ClientEventHandler.java
Changed variable name.
Java
apache-2.0
15c2aeae9aad0da42bfaa90fa92c6b098a48214e
0
designreuse/essentials,onehippo/essentials,onehippo/essentials,onehippo/essentials,designreuse/essentials,onehippo/essentials,designreuse/essentials,designreuse/essentials,onehippo/essentials,designreuse/essentials,designreuse/essentials,designreuse/essentials,onehippo/essentials
/* * Copyright 2013 Hippo B.V. (http://www.onehippo.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
plugin-api/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/FileInstruction.java
/* * Copyright 2013 Hippo B.V. (http://www.onehippo.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
- fix file instruction test
plugin-api/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/instruction/FileInstruction.java
- fix file instruction test
Java
apache-2.0
6ec875300a42f03cb6ad65b15aaaa14a89feeed1
0
kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox,apache/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 ...
tools/src/main/java/org/apache/pdfbox/tools/Encrypt.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-2576: pass the original exception into the new exception git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1647666 13f79535-47bb-0310-9956-ffa450edef68
tools/src/main/java/org/apache/pdfbox/tools/Encrypt.java
PDFBOX-2576: pass the original exception into the new exception
Java
apache-2.0
bf5d7d0ac9dc8a025a044c8af45b3d3c6a613b3e
0
fivejjs/crawljax,fivejjs/crawljax,aminmf/crawljax,cschroed-usgs/crawljax,bigplus/crawljax,cschroed-usgs/crawljax,aminmf/crawljax,robertzas/crawljax,crawljax/crawljax,bigplus/crawljax,xujun10110/crawljax,cschroed-usgs/crawljax,xujun10110/crawljax,aminmf/crawljax,ntatsumi/crawljax,adini121/crawljax,crawljax/crawljax,bigp...
/** * Created Dec 19, 2007 */ package com.crawljax.core.state; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotSame; import static org.junit.Assert.assertTrue; import static org.junit.Assert...
src/test/java/com/crawljax/core/state/EventableTest.java
/** * Created Dec 19, 2007 */ package com.crawljax.core.state; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotSame; import static org.junit.Assert.assertTrue; import static org.junit.Assert...
deleted Edge. source and target states are included in Eventable class.
src/test/java/com/crawljax/core/state/EventableTest.java
deleted Edge. source and target states are included in Eventable class.
Java
apache-2.0
e9422ce69b86b35ee29b053787becc9f6016a5ea
0
jembi/openxds,jembi/openxds,jembi/openxds
/** * Copyright (c) 2009-2010 Misys Open Source Solutions (MOSS) and others * * 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....
openxds/openxds-registry-patient-lightweight/src/main/java/org/openhealthtools/openxds/dao/xdsRegistryPatientDaoImpl.java
/** * Copyright (c) 2009-2010 Misys Open Source Solutions (MOSS) and others * * 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....
removed @Override
openxds/openxds-registry-patient-lightweight/src/main/java/org/openhealthtools/openxds/dao/xdsRegistryPatientDaoImpl.java
removed @Override
Java
apache-2.0
02054bb8ce8691158f1e1ce0bfb5ca87570ea7c0
0
ucam-cl-dtg/urop-2014-git
/* vim: set et ts=4 sts=4 sw=4 tw=72 : */ /* See the LICENSE file for the license of the project */ package uk.ac.cam.cl.git; import java.util.Arrays; import java.util.List; import java.util.LinkedList; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import...
server/src/main/java/uk/ac/cam/cl/git/ConfigDatabase.java
/* vim: set et ts=4 sts=4 sw=4 tw=72 : */ /* See the LICENSE file for the license of the project */ package uk.ac.cam.cl.git; import java.util.Arrays; import java.util.List; import java.util.LinkedList; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import...
Added workaround to compile only doing git init
server/src/main/java/uk/ac/cam/cl/git/ConfigDatabase.java
Added workaround to compile only doing git init
Java
apache-2.0
ba4e7f555f19ffd410ff12859f53dba2e7c48915
0
sarnowski/eve-interfaces
/** * Copyright 2010 Tobias Sarnowski * * 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...
src/main/java/com/eveonline/api/map/FacWarSystemsApi.java
/** * Copyright 2010 Tobias Sarnowski * * 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 la...
added XMLPATH to FacWarSystemsApi
src/main/java/com/eveonline/api/map/FacWarSystemsApi.java
added XMLPATH to FacWarSystemsApi
Java
apache-2.0
91823b8d2816d1932945a507ce8708c08c2cf66c
0
RaviKumar7443/JPETSTORE,RaviKumar7443/JPETSTORE,RaviKumar7443/JPETSTORE
package org.mybatis.jpetstore.domain; import java.io.Serializable; import java.math.BigDecimal; public class Calculate implements Serializable { public void hello() { System.out.println("JPET Store Application"); System.out.println("Class name: Calculate.java"); System.out.println("Hello World"); System.out.println(...
src/main/java/org/mybatis/jpetstore/domain/Calculate.java
package org.mybatis.jpetstore.domain; import java.io.Serializable; import java.math.BigDecimal; public class Calculate implements Serializable { public void hello() { System.out.println("JPET Store Application"); System.out.println("Class name: Calculate.java"); System.out.println("Hello World"); System.out.println(...
Mon Dec 12 11:00:16 UTC 2016
src/main/java/org/mybatis/jpetstore/domain/Calculate.java
Mon Dec 12 11:00:16 UTC 2016
Java
apache-2.0
1e8a76f04884108e9d070130a7b20714cbc9fc7d
0
KernelHaven/KernelHaven,KernelHaven/KernelHaven
/* * Copyright 2017-2019 University of Hildesheim, Software Systems Engineering * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * ...
src/net/ssehub/kernel_haven/analysis/PipelineAnalysis.java
/* * Copyright 2017-2019 University of Hildesheim, Software Systems Engineering * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * ...
ExtractorDataDuplicator: Don't log every extractor exception to [error]
src/net/ssehub/kernel_haven/analysis/PipelineAnalysis.java
ExtractorDataDuplicator: Don't log every extractor exception to [error]
Java
apache-2.0
9bb0fdd1787ad259533399509bd5c253df8bdf58
0
vatbub/fokLauncher,vatbub/fokLauncher
package view; import java.awt.Desktop; import java.io.File; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Locale; import ja...
src/main/java/view/MainWindow.java
package view; import java.awt.Desktop; import java.io.File; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Locale; import ja...
Fixed #23
src/main/java/view/MainWindow.java
Fixed #23
Java
apache-2.0
1932e369273fc613171a5330155049250622aec0
0
jitsi/libjitsi,jitsi/libjitsi,jitsi/libjitsi,jitsi/libjitsi
/* * Copyright @ 2015 Atlassian Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
src/org/jitsi/util/ArrayUtils.java
/* * Copyright @ 2015 Atlassian Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
feat: Adds a method for array concatenation.
src/org/jitsi/util/ArrayUtils.java
feat: Adds a method for array concatenation.
Java
apache-2.0
031c1a413bb21bbf93c0b8499b46f37de02c9f1c
0
dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android
package org.commcare.android.adapters; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import org.commcare.android.view.SquareButtonWithNotification; import org.commcare.dalvik.R; ...
app/src/org/commcare/android/adapters/HomeScreenAdapter.java
package org.commcare.android.adapters; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import org.commcare.android.view.SquareButtonWithNotification; import org.commcare.dalvik.R; ...
Code review: removing complex logic from HomeScreenAdapter
app/src/org/commcare/android/adapters/HomeScreenAdapter.java
Code review: removing complex logic from HomeScreenAdapter
Java
apache-2.0
075922b90f5b0dee9ac5c5f7060b5cc54078f14a
0
mintern/gson
/* * Copyright (C) 2008 Google 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 applicable law or agreed to ...
src/main/java/com/google/gson/MappedObjectConstructor.java
/* * Copyright (C) 2008 Google 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 applicable law or agreed to ...
Added a cache for no-args constructors to avoid expensive reflection everytime an object needs to be instantiated. git-svn-id: 7b8be7b2f8bf58e8147c910303b95fa2b8d9948f@748 2534bb62-2c4b-0410-85e8-b5006b95c4ae
src/main/java/com/google/gson/MappedObjectConstructor.java
Added a cache for no-args constructors to avoid expensive reflection everytime an object needs to be instantiated.
Java
bsd-2-clause
8f562030388957c9807bbb71c792720d4a6660e0
0
JayH5/jbox2d,jbox2d/jbox2d,JayH5/jbox2d,wasimbeniwale/jbox2d,jbox2d/jbox2d,jbox2d/jbox2d,wasimbeniwale/jbox2d,wasimbeniwale/jbox2d,JayH5/jbox2d
/* * JBox2D - A Java Port of Erin Catto's Box2D * * JBox2D homepage: http://jbox2d.sourceforge.net/ * Box2D homepage: http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of th...
src/org/jbox2d/dynamics/contacts/PolyAndCircleContact.java
/* * JBox2D - A Java Port of Erin Catto's Box2D * * JBox2D homepage: http://jbox2d.sourceforge.net/ * Box2D homepage: http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of th...
optimization
src/org/jbox2d/dynamics/contacts/PolyAndCircleContact.java
optimization
Java
bsd-3-clause
addf7eda0f2dc7be83bde8f2daecdea302db87da
0
arjunbm13/stevia,persado/stevia,persado/stevia,ptsiakos77/stevia,arjunbm13/stevia,ptsiakos77/stevia,persado/stevia,arjunbm13/stevia,ptsiakos77/stevia,ptsiakos77/stevia,arjunbm13/stevia,persado/stevia
src/main/java/com/persado/oss/quality/stevia/selenium/core/controllers/AppiumWebController.java
package com.persado.oss.quality.stevia.selenium.core.controllers; import com.persado.oss.quality.stevia.network.http.HttpCookie; import com.persado.oss.quality.stevia.selenium.core.WebController; import com.persado.oss.quality.stevia.selenium.core.controllers.commonapi.KeyInfo; import org.openqa.selenium.Point; import...
RMV: wrong push
src/main/java/com/persado/oss/quality/stevia/selenium/core/controllers/AppiumWebController.java
RMV: wrong push
Java
isc
96312ae95bf106f9dfb8da38f6314f5e489894ba
0
garyttierney/apollo,ryleykimmel/apollo,garyttierney/apollo,apollo-rsps/apollo,apollo-rsps/apollo,SJ19/apollo,Major-/apollo,LegendSky/apollo,Major-/apollo,SJ19/apollo,apollo-rsps/apollo,LegendSky/apollo,ryleykimmel/apollo
package org.apollo.game.model; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import java.util.logging.Logger; import org.apollo.Service; import org.apollo.fs.IndexedFileSystem; import org.apol...
src/org/apollo/game/model/World.java
package org.apollo.game.model; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import java.util.logging.Logger; import org.apollo.Service; import org.apollo.fs.IndexedFileSystem; import org.apol...
Update World.java. If the first operand is false (meaning the world is full) the bitwise AND operation will still check the second operand, thus adding them to the online players list. the player will never be unregistered (removed from the player list) because they they never registered. the server will always report...
src/org/apollo/game/model/World.java
Update World.java.
Java
isc
14e509dfd287a1142ede2d745782b130d6416471
0
badlogic/avian,badlogic/avian,bgould/avian,lostdj/avian,dicej/avian,joshuawarner32/avian,MaartenR/avian,ucdseniordesign/avian,bigfatbrowncat/avian-pack.avian,lostdj/avian,joshuawarner32/avian,badlogic/avian,bigfatbrowncat/avian-pack.avian,marcinolawski/avian,lostdj/avian,joshuawarner32/avian,dicej/avian,joshuawarner32/...
public class Subroutine { private static void expect(boolean v) { if (! v) throw new RuntimeException(); } // This test is intended to cover the jsr and ret instructions. // However, recent Sun javac versions avoid generating these // instructions by default, so we must compile this class using // -sou...
test/Subroutine.java
public class Subroutine { private static void expect(boolean v) { if (! v) throw new RuntimeException(); } // This test is intended to cover the jsr and ret instructions. // However, recent Sun javac versions avoid generating these // instructions by default, so we must compile this class using // -sou...
add additional jsr test to Subroutine
test/Subroutine.java
add additional jsr test to Subroutine
Java
mit
437515fa2a203b0e826d02827ed18efc317ed703
0
Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK,Microsoft/ProjectOxford-ClientSDK
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Cognitive Services (formerly Project Oxford): https://www.microsoft.com/cognitive-services // // Microsoft Cognitive Services (formerly Project Oxford) GitHub: // https://github.com/Microsoft/ProjectOxford-ClientSDK /...
Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Cognitive Services (formerly Project Oxford): https://www.microsoft.com/cognitive-services // // Microsoft Cognitive Services (formerly Project Oxford) GitHub: // https://github.com/Microsoft/ProjectOxford-ClientSDK /...
Identation fixed
Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java
Identation fixed
Java
mit
b373b3b4588b022de390c40116b51145949304e5
0
EasyBatch/easybatch-framework,EasyBatch/easybatch-framework
package org.easybatch.extensions.stream; import org.easybatch.core.reader.RecordReader; import org.easybatch.core.record.GenericRecord; import org.easybatch.core.record.Header; import org.easybatch.core.record.Record; import java.util.Date; import java.util.Iterator; import java.util.stream.Stream; /** * Reader tha...
easybatch-extensions/easybatch-stream/src/main/java/org/easybatch/extensions/stream/StreamRecordReader.java
package org.easybatch.extensions.stream; import org.easybatch.core.reader.RecordReader; import org.easybatch.core.record.GenericRecord; import org.easybatch.core.record.Header; import org.easybatch.core.record.Record; import java.util.Date; import java.util.Iterator; import java.util.stream.Stream; /** * Reader tha...
close the stream in the end of job
easybatch-extensions/easybatch-stream/src/main/java/org/easybatch/extensions/stream/StreamRecordReader.java
close the stream in the end of job
Java
mit
b8cfc2274706d2d74e32323b558c114fcea05f2b
0
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
/////////////////////////////////////////////////////////////////////////////// //FILE: MMStudioMainFrame.java //PROJECT: Micro-Manager //SUBSYSTEM: mmstudio //----------------------------------------------------------------------------- //AUTHOR: Nenad Amodaj, nenad@amodaj.com, Jul 18, 2005 /...
mmstudio/src/org/micromanager/MMStudioMainFrame.java
/////////////////////////////////////////////////////////////////////////////// //FILE: MMStudioMainFrame.java //PROJECT: Micro-Manager //SUBSYSTEM: mmstudio //----------------------------------------------------------------------------- //AUTHOR: Nenad Amodaj, nenad@amodaj.com, Jul 18, 2005 /...
Fixed a bug causing ProcessorPlugins to not work when selected from a non-root menu item. git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@13304 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
mmstudio/src/org/micromanager/MMStudioMainFrame.java
Fixed a bug causing ProcessorPlugins to not work when selected from a non-root menu item.
Java
mit
598f659accdbe6029d2facf2459aed6154696dad
0
DemigodsRPG/Demigods3
package com.legit2.Demigods; import java.sql.ResultSet; import java.sql.SQLException; import java.util.HashMap; import java.util.Map.Entry; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import com.legit2.Demigods.Utilities.DCharUtil; import com.legit2.Demigods.Utilities.DDataUtil; imp...
src/com/legit2/Demigods/DDatabase.java
package com.legit2.Demigods; import java.sql.ResultSet; import java.sql.SQLException; import java.util.HashMap; import java.util.Map.Entry; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import com.legit2.Demigods.Utilities.DCharUtil; import com.legit2.Demigods.Utilities.DDataUtil; imp...
ANOTHER BUG FIX.
src/com/legit2/Demigods/DDatabase.java
ANOTHER BUG FIX.
Java
mit
38e51e409dbf7498d1f92c531d10c6a99061ba0e
0
tripu/validator,takenspc/validator,tripu/validator,takenspc/validator,validator/validator,YOTOV-LIMITED/validator,validator/validator,YOTOV-LIMITED/validator,validator/validator,sammuelyee/validator,tripu/validator,sammuelyee/validator,YOTOV-LIMITED/validator,sammuelyee/validator,takenspc/validator,takenspc/validator,s...
/* * Copyright (c) 2005 Henri Sivonen * Copyright (c) 2007-2012 Mozilla Foundation * * 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 ...
src/nu/validator/servlet/VerifierServlet.java
/* * Copyright (c) 2005 Henri Sivonen * Copyright (c) 2007-2008 Mozilla Foundation * * 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 ...
Fixed typo and updated copyright date.
src/nu/validator/servlet/VerifierServlet.java
Fixed typo and updated copyright date.
Java
mit
7898f22db3b41754ee7ad97c29d79d32cb766fc0
0
frc2399/2015-code
package org.usfirst.frc.team2399.robot; import org.usfirst.frc.team2399.robot.commands.DriveAutoZone; //import org.usfirst.frc.team2399.robot.OI; import org.usfirst.frc.team2399.robot.subsystems.DriveTrain; import org.usfirst.frc.team2399.robot.subsystems.Elevator; import edu.wpi.first.wpilibj.DigitalInput; import ed...
src/org/usfirst/frc/team2399/robot/Robot.java
package org.usfirst.frc.team2399.robot; import org.usfirst.frc.team2399.robot.commands.DriveAutoZone; //import org.usfirst.frc.team2399.robot.OI; import org.usfirst.frc.team2399.robot.subsystems.DriveTrain; import org.usfirst.frc.team2399.robot.subsystems.Elevator; import edu.wpi.first.wpilibj.DigitalInput; import ed...
Changed Elevator Names for SmartDashboard
src/org/usfirst/frc/team2399/robot/Robot.java
Changed Elevator Names for SmartDashboard
Java
mit
a0047cc1f82e099effbbb04bd6049e7e460b2381
0
tariq1890/tacoco,tariq1890/tacoco,tariq1890/tacoco,spideruci/tacoco,tariq1890/tacoco,spideruci/tacoco
package org.spideruci.tacoco; import java.io.File; import java.io.IOException; import java.lang.reflect.Method; import java.net.URI; import java.net.URL; import java.net.URLClassLoader; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java....
src/main/java/org/spideruci/tacoco/TacocoRunner.java
package org.spideruci.tacoco; import java.io.File; import java.io.IOException; import java.lang.reflect.Method; import java.net.URI; import java.net.URL; import java.net.URLClassLoader; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java....
bug fix
src/main/java/org/spideruci/tacoco/TacocoRunner.java
bug fix
Java
mit
368c8a894a4b7031a21f1c6a7541fa2627be88f8
0
university-information-system/uis,university-information-system/uis,university-information-system/uis,university-information-system/uis
package at.ac.tuwien.inso.service; import at.ac.tuwien.inso.entity.*; import org.springframework.security.access.prepost.PreAuthorize; import java.util.*; public interface StudyPlanService { /** * creates a new study plan * may throw a ValidationException if study plans name, or optional, mandatory or freecho...
src/main/java/at/ac/tuwien/inso/service/StudyPlanService.java
package at.ac.tuwien.inso.service; import at.ac.tuwien.inso.entity.*; import org.springframework.security.access.prepost.PreAuthorize; import java.util.*; public interface StudyPlanService { /** * creates a new study plan * may throw a ValidationException if study plans name, or optional, mandatory or freecho...
added java doc
src/main/java/at/ac/tuwien/inso/service/StudyPlanService.java
added java doc
Java
epl-1.0
4968059ce9dfe6a576075226e0ec18fb99137094
0
Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
-Summary: Fix the bug: If data and label's default name is defined in preference, if you drag a dataset from data explorer to layout, it'll be error. - Bugzilla Bug (s) Resolved: - Description: - Tests Description: - Notes to Build Team: - Notes to Developers: - Notes to QA: - Notes to Documentation: - Fi...
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java
-Summary: Fix the bug: If data and label's default name is defined in preference, if you drag a dataset from data explorer to layout, it'll be error.
Java
epl-1.0
35c397e1d83812c6185ac63d4ab1527a280d3506
0
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs,bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs,bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
/******************************************************************************* * Copyright (c) 1998, 2010 Oracle. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies t...
foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/namespaces/UnmarshalNamespaceContext.java
/******************************************************************************* * Copyright (c) 1998, 2010 Oracle. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies t...
Fix for Bug 306027 - Namespace prefix for xsi:type value may not resolve when namespace declaration on current element using StAX Former-commit-id: 671dd10e2b090f449a712f15a8e00624a814e681
foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/oxm/record/namespaces/UnmarshalNamespaceContext.java
Fix for Bug 306027 - Namespace prefix for xsi:type value may not resolve when namespace declaration on current element using StAX
Java
epl-1.0
7af04fde1d44b1f18f0cbb03ca8176499c9f5054
0
ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,Control...
/******************************************************************************* * Copyright (c) 2013 Oak Ridge National Laboratory. * 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 i...
applications/opibuilder/opibuilder-plugins/org.csstudio.opibuilder.converter/src/main/org/csstudio/opibuilder/converter/writer/Opi_activeButtonClass.java
/******************************************************************************* * Copyright (c) 2013 Oak Ridge National Laboratory. * 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 i...
o.c.o.converter: invert incorrect logic on BoolButton. Previously "push" or "toggle" behaviour wasn't correctly converted.
applications/opibuilder/opibuilder-plugins/org.csstudio.opibuilder.converter/src/main/org/csstudio/opibuilder/converter/writer/Opi_activeButtonClass.java
o.c.o.converter: invert incorrect logic on BoolButton.
Java
mpl-2.0
fa07d7bcf242383bf8460df93193a784fec34fd9
0
msteinhoff/hello-world
c80f7828-cb8e-11e5-a1e9-00264a111016
src/main/java/HelloWorld.java
c8029ca1-cb8e-11e5-893c-00264a111016
Did a thing
src/main/java/HelloWorld.java
Did a thing
Java
agpl-3.0
6050ef21b25ef1c205ee9f2a86714714428b7998
0
donsunsoft/axelor-development-kit,donsunsoft/axelor-development-kit,donsunsoft/axelor-development-kit,donsunsoft/axelor-development-kit
/** * Axelor Business Solutions * * Copyright (C) 2005-2015 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 distr...
axelor-core/src/main/java/com/axelor/mail/db/repo/MailFlagsRepository.java
/** * Axelor Business Solutions * * Copyright (C) 2005-2015 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 distr...
Fix creation of flags for null root message
axelor-core/src/main/java/com/axelor/mail/db/repo/MailFlagsRepository.java
Fix creation of flags for null root message
Java
agpl-3.0
2fa48e023f55af0f3e6bd42ffd78fe0e07514964
0
CompilerWorks/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceeng...
package com.splicemachine.derby.impl.sql.execute.operations; import com.splicemachine.constants.SpliceConstants; import com.splicemachine.constants.bytes.BytesUtil; import com.splicemachine.derby.hbase.SpliceDriver; import com.splicemachine.derby.hbase.SpliceObserverInstructions; import com.splicemachine.derby.iapi.sq...
splice_machine/src/main/java/com/splicemachine/derby/impl/sql/execute/operations/DistinctScalarAggregateOperation.java
package com.splicemachine.derby.impl.sql.execute.operations; import com.splicemachine.constants.SpliceConstants; import com.splicemachine.constants.bytes.BytesUtil; import com.splicemachine.derby.hbase.SpliceDriver; import com.splicemachine.derby.hbase.SpliceObserverInstructions; import com.splicemachine.derby.iapi.sq...
DB-3712: fix decoding in third phase
splice_machine/src/main/java/com/splicemachine/derby/impl/sql/execute/operations/DistinctScalarAggregateOperation.java
DB-3712: fix decoding in third phase
Java
agpl-3.0
fea1ee5654ec61d86f720a6a172193ccb1d616f0
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
4f6a5be6-2e62-11e5-9284-b827eb9e62be
hello.java
4f64db8a-2e62-11e5-9284-b827eb9e62be
4f6a5be6-2e62-11e5-9284-b827eb9e62be
hello.java
4f6a5be6-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
e490262cdf577cc7133f8540fbe27fd8b340b73e
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
d34dad7e-2e61-11e5-9284-b827eb9e62be
hello.java
d3483b0a-2e61-11e5-9284-b827eb9e62be
d34dad7e-2e61-11e5-9284-b827eb9e62be
hello.java
d34dad7e-2e61-11e5-9284-b827eb9e62be
Java
agpl-3.0
93f5cde8ade00c191ff533f747153895d41d5436
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
754cf396-2e62-11e5-9284-b827eb9e62be
hello.java
75478834-2e62-11e5-9284-b827eb9e62be
754cf396-2e62-11e5-9284-b827eb9e62be
hello.java
754cf396-2e62-11e5-9284-b827eb9e62be
Java
lgpl-2.1
372a5698193aac9f732c1993ebe76b241d2cf859
0
ethaneldridge/vassal,ethaneldridge/vassal,ethaneldridge/vassal
/* * * Copyright (c) 2000-2003 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * bu...
src/main/java/VASSAL/configure/PropertiesWindow.java
/* * * Copyright (c) 2000-2003 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * bu...
removed boolean
src/main/java/VASSAL/configure/PropertiesWindow.java
removed boolean
Java
apache-2.0
691f45c190e4c2677798434c9272da11286c8c4d
0
trekawek/jackrabbit-oak,trekawek/jackrabbit-oak,amit-jain/jackrabbit-oak,mreutegg/jackrabbit-oak,amit-jain/jackrabbit-oak,amit-jain/jackrabbit-oak,anchela/jackrabbit-oak,trekawek/jackrabbit-oak,anchela/jackrabbit-oak,amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,apache/jackrabbit-oak,apache/jackrabbit-oak,apache/jac...
/* * 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 ...
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.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 ...
OAK-2844 - now .. switch to memory store for jenkins tests git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1697404 13f79535-47bb-0310-9956-ffa450edef68
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentDiscoveryLiteServiceTest.java
OAK-2844 - now .. switch to memory store for jenkins tests
Java
apache-2.0
bfc375b66d1ec4f1bf69d24ff14aa6c2b1e460d4
0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
/* * Copyright 2018 Red Hat, 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 applicable law or agreed t...
independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java
/* * Copyright 2018 Red Hat, 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 applicable law or agreed t...
Minor typo fix Co-Authored-By: stuartwdouglas <6a7dd3416cde660276df32356bf2d9807504d644@gmail.com>
independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java
Minor typo fix
Java
apache-2.0
9fc8da6f32b68006c222ccfd038719fc89ff8550
0
sankarh/hive,sankarh/hive,jcamachor/hive,lirui-apache/hive,sankarh/hive,nishantmonu51/hive,jcamachor/hive,jcamachor/hive,sankarh/hive,lirui-apache/hive,jcamachor/hive,nishantmonu51/hive,jcamachor/hive,lirui-apache/hive,jcamachor/hive,nishantmonu51/hive,jcamachor/hive,nishantmonu51/hive,sankarh/hive,nishantmonu51/hive,n...
/* * 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 ...
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.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 ...
HIVE-24004: Improve performance for filter hook for superuser path(Sam An, reviewed by Naveen Gangam)
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java
HIVE-24004: Improve performance for filter hook for superuser path(Sam An, reviewed by Naveen Gangam)
Java
apache-2.0
2fffa660ab2a7436c0a2fe9944b1664134d4e335
0
volodymyr-babak/thingsboard,thingsboard/thingsboard,volodymyr-babak/thingsboard,thingsboard/thingsboard,thingsboard/thingsboard,thingsboard/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,thingsboard/thingsboard,volodymyr-babak/thingsboard,volodymyr-babak/thingsboard,thingsboard/thingsboard
/** * Copyright © 2016-2020 The Thingsboard Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
rule-engine/rule-engine-components/src/main/java/org/thingsboard/rule/engine/edge/TbMsgPushToEdgeNode.java
/** * Copyright © 2016-2020 The Thingsboard Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
Refacroting to handle null cases
rule-engine/rule-engine-components/src/main/java/org/thingsboard/rule/engine/edge/TbMsgPushToEdgeNode.java
Refacroting to handle null cases
Java
apache-2.0
bc37713ce691903642d5644a04f772357ceb062c
0
isharac/carbon-apimgt,wso2/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,pubudu538/carbon-apimgt,wso2/carbon-apimgt,fazlan-nazeem/carbon-apimgt,prasa7/carbon-apimgt,isharac/carbon-apimgt,isharac/carbon-apimgt,chamindias/carbon-apimgt,chamindias/carbon-apimgt,isharac/carbon-apimgt,harsha89/carbon-apimgt,tharindu1st/car...
/* * Copyright WSO2 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 applicable law or agreed to in writi...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIGatewayManager.java
/* * Copyright WSO2 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 applicable law or agreed to in writi...
Fixing Websocket API Endpoint settings do not replicate to synapse artifact
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIGatewayManager.java
Fixing Websocket API Endpoint settings do not replicate to synapse artifact
Java
apache-2.0
afea3f1a5047eaeda6213c10868b2e001cfe9c4a
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project. * * Copyright (c) 2006-2007 University of British Columbia * * 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-...
gemma-web/src/main/java/ubic/gemma/web/visualization/DifferentialExpressionGeneConditionSearchServiceImpl.java
/* * The Gemma project. * * Copyright (c) 2006-2007 University of British Columbia * * 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-...
A bit more logging.
gemma-web/src/main/java/ubic/gemma/web/visualization/DifferentialExpressionGeneConditionSearchServiceImpl.java
A bit more logging.
Java
apache-2.0
78b5523443106181cbddc7b1e534ddbffcaf419a
0
bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
java/messaging/mqtt/joynr-mqtt-client/src/test/java/io/joynr/messaging/mqtt/paho/client/MqttPahoClientTest.java
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[Java] Fixed MqttPahoClientTest * Provide correct username and password for login to mosquitto broker
java/messaging/mqtt/joynr-mqtt-client/src/test/java/io/joynr/messaging/mqtt/paho/client/MqttPahoClientTest.java
[Java] Fixed MqttPahoClientTest
Java
apache-2.0
826aeefba7740f625e342e34f4b820aace2458b2
0
wyona/yanel,wyona/yanel,baszero/yanel,baszero/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,baszero/yanel
/* * Copyright 2006 Wyona */ package org.wyona.yanel.impl.resources.navigation.lookup; import javax.xml.transform.Transformer; import org.w3c.dom.Document; import org.wyona.yanel.core.map.RealmConfigPathResolver; import org.wyona.yanel.core.navigation.Node; import org.wyona.yanel.core.navigation.Sitetree; import o...
src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/lookup/LookupResource.java
/* * Copyright 2006 Wyona */ package org.wyona.yanel.impl.resources.navigation; import javax.xml.transform.Transformer; import org.w3c.dom.Document; import org.wyona.yanel.core.map.RealmConfigPathResolver; import org.wyona.yanel.core.navigation.Node; import org.wyona.yanel.core.navigation.Sitetree; import org.wyon...
package name fixed
src/contributions/resources/lookup/src/java/org/wyona/yanel/impl/resources/navigation/lookup/LookupResource.java
package name fixed
Java
apache-2.0
6277a9b3ee77882a44158b603cf61854aaa2fd53
0
google-code-export/nutz,google-code-export/nutz,google-code-export/nutz
package org.nutz.dao; import java.sql.Connection; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; import java.sql.Types; import javax.sql.DataSource; import org.nutz.lang.Lang; import org.nutz.trans.Trans; import org.nutz.trans.Trans...
src/org/nutz/dao/Daos.java
package org.nutz.dao; import java.sql.Connection; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; import java.sql.Types; import javax.sql.DataSource; import org.nutz.lang.Lang; import org.nutz.trans.Trans; import org.nutz.trans.Trans...
columnCount 放到外部进行计算
src/org/nutz/dao/Daos.java
columnCount 放到外部进行计算
Java
apache-2.0
649b07fcc178f8c4432a8075d7bd403105646f49
0
ant4g0nist/binnavi,nihilus/binnavi,ispras/binnavi,chubbymaggie/binnavi,AmesianX/binnavi,noikiy/binnavi,ispras/binnavi,chubbymaggie/binnavi,ant4g0nist/binnavi,firebitsbr/binnavi,chubbymaggie/binnavi,mayl8822/binnavi,mayl8822/binnavi,AmesianX/binnavi,firebitsbr/binnavi,firebitsbr/binnavi,firebitsbr/binnavi,ant4g0nist/bin...
/* Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
src/main/java/com/google/security/zynamics/binnavi/Database/PostgreSQL/Functions/PostgresSQLDebuggerFunctions.java
/* Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
Update PostgresSQLDebuggerFunctions.java
src/main/java/com/google/security/zynamics/binnavi/Database/PostgreSQL/Functions/PostgresSQLDebuggerFunctions.java
Update PostgresSQLDebuggerFunctions.java
Java
apache-2.0
0a1cec24ec24ffa1f7f89c983a9bfef4d2d7907c
0
GlenRSmith/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,GlenR...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.searchablesnapshots.cache; import org.apache...
x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/cache/SearchableSnapshotsPersistentCacheIntegTests.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.searchablesnapshots.cache; import org.apache...
Fix SearchableSnapshotsPersistentCacheIntegTests.testCacheSurviveRestart (#66354) Closes #66278
x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/cache/SearchableSnapshotsPersistentCacheIntegTests.java
Fix SearchableSnapshotsPersistentCacheIntegTests.testCacheSurviveRestart (#66354)
Java
apache-2.0
c9a8419e22f3397bb588a5bf5186202da151cb91
0
spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security
/* * Copyright 2002-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/HttpSessionOAuth2AuthorizationRequestRepositoryAllowMultipleAuthorizationRequestsTests.java
/* * Copyright 2002-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Additional HttpSessionOAuth2AuthorizationRequestRepository tests Issue gh-5145
oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/web/HttpSessionOAuth2AuthorizationRequestRepositoryAllowMultipleAuthorizationRequestsTests.java
Additional HttpSessionOAuth2AuthorizationRequestRepository tests
Java
apache-2.0
94b699e6dd91556ea0c1c482fa0a354c3ae619c7
0
krasserm/ipf,oehf/ipf,oehf/ipf,krasserm/ipf,oehf/ipf,oehf/ipf
/* * Copyright 2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
platform-manager/plugins/org.openehealth.ipf.platform.manager.connection.ui/src/main/java/org/openehealth/ipf/platform/manager/connection/ui/wizards/NewConnectionWizard.java
/* * Copyright 2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
removed internal user number from class-level javadocs git-svn-id: 15d4771d83c46956b550e66b034a1e73d7ee3103@81 d594d982-de57-441b-9a2b-38caaf397e83
platform-manager/plugins/org.openehealth.ipf.platform.manager.connection.ui/src/main/java/org/openehealth/ipf/platform/manager/connection/ui/wizards/NewConnectionWizard.java
removed internal user number from class-level javadocs
Java
apache-2.0
9a770a26365f8fd16887bd2023b7afefd36a6b40
0
thusithathilina/carbon-transports,shafreenAnfar/carbon-transports,wso2/carbon-transports,wggihan/carbon-transports,chanakaudaya/carbon-transports
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) 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 * * Unles...
http/netty/components/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/common/Util.java
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) 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 * * Unles...
Fix #146 support variable substitution in keystore file path
http/netty/components/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/common/Util.java
Fix #146 support variable substitution in keystore file path
Java
apache-2.0
67a0bad78e96efeb74c4210fc5903340893268bb
0
dannil/scb-java-client,dannil/scb-java-client,dannil/scb-api
/* * Copyright 2017 Daniel Nilsson * * 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...
src/test/java/com/github/dannil/scbjavaclient/client/financialmarkets/investmentfunds/FinancialMarketsInvestmentFundsClientIT.java
/* * Copyright 2017 Daniel Nilsson * * 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...
Changed to correct runner
src/test/java/com/github/dannil/scbjavaclient/client/financialmarkets/investmentfunds/FinancialMarketsInvestmentFundsClientIT.java
Changed to correct runner
Java
apache-2.0
a48c1165b14bbc9a471526527b402798a1e0ce6f
0
yawkat/netty,huanyi0723/netty,tempbottle/netty,junjiemars/netty,sunbeansoft/netty,gigold/netty,danny200309/netty,lugt/netty,WangJunTYTL/netty,brennangaunce/netty,AchinthaReemal/netty,jenskordowski/netty,zhoffice/netty,jdivy/netty,zhoffice/netty,CodingFabian/netty,duqiao/netty,eonezhang/netty,unei66/netty,qingsong-xu/ne...
/* * Copyright 2012 The Netty Project * * The Netty Project 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.org/licenses/LICENSE-2.0 * * Unless ...
buffer/src/main/java/io/netty/buffer/Unpooled.java
/* * Copyright 2012 The Netty Project * * The Netty Project 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.org/licenses/LICENSE-2.0 * * Unless ...
[#3896] Unpooled.copiedBuffer(ByteBuffer) and copiedBuffer(ByteBuffer...) is not thread-safe. Motivation: As we modify the position of the passed in ByteBuffer's this methods are not thread-safe. Modifications: Duplicate the input ByteBuffers before copy the content to byte[]. Result: Unpooled.copiedBuffer(ByteB...
buffer/src/main/java/io/netty/buffer/Unpooled.java
[#3896] Unpooled.copiedBuffer(ByteBuffer) and copiedBuffer(ByteBuffer...) is not thread-safe.
Java
apache-2.0
5aa90d2161b58c738a2118ba9cb1838742760dd6
0
StevenLeRoux/warp10-platform,hbs/warp10-platform,hbs/warp10-platform,cityzendata/warp10-platform,StevenLeRoux/warp10-platform,hbs/warp10-platform,StevenLeRoux/warp10-platform,StevenLeRoux/warp10-platform,cityzendata/warp10-platform,hbs/warp10-platform,cityzendata/warp10-platform,cityzendata/warp10-platform
// // Copyright 2016 Cityzen Data // // 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 o...
warp10/src/main/java/io/warp10/script/WarpScriptStack.java
// // Copyright 2016 Cityzen Data // // 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 o...
Modified Macro's toString to use snapshot
warp10/src/main/java/io/warp10/script/WarpScriptStack.java
Modified Macro's toString to use snapshot
Java
apache-2.0
a76616689b4011170a7b29d65975fd7da8c4abcf
0
RyanSkraba/beam,markflyhigh/incubator-beam,lukecwik/incubator-beam,RyanSkraba/beam,iemejia/incubator-beam,chamikaramj/beam,apache/beam,robertwb/incubator-beam,lukecwik/incubator-beam,lukecwik/incubator-beam,apache/beam,robertwb/incubator-beam,robertwb/incubator-beam,markflyhigh/incubator-beam,robertwb/incubator-beam,lu...
/* * 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 ...
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/fn/control/ProcessRemoteBundleOperation.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 ...
clean up
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/fn/control/ProcessRemoteBundleOperation.java
clean up
Java
apache-2.0
a68af98c17fe571cf16f28dcc9f80edad750a7fa
0
Chanven/CommonPullToRefresh
package com.chanven.lib.cptr; import android.content.Context; import android.content.res.TypedArray; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; import android.view.Gravity; import android.view.MotionEvent; import android.view.View; import android.view.ViewConfiguration; import and...
cptr/src/com/chanven/lib/cptr/PtrFrameLayout.java
package com.chanven.lib.cptr; import android.content.Context; import android.content.res.TypedArray; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; import android.view.Gravity; import android.view.MotionEvent; import android.view.View; import android.view.ViewConfiguration; import and...
fix #44
cptr/src/com/chanven/lib/cptr/PtrFrameLayout.java
fix #44
Java
apache-2.0
f40ef905b1db1aadabbd4496331755fb984d88c5
0
jssenyange/traccar,orcoliver/traccar,jssenyange/traccar,orcoliver/traccar,jssenyange/traccar,orcoliver/traccar
/* * Copyright 2015 - 2020 Anton Tananaev (anton@traccar.org) * * 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 b...
src/main/java/org/traccar/helper/PatternBuilder.java
/* * Copyright 2015 Anton Tananaev (anton@traccar.org) * * 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 appli...
Simplify regex
src/main/java/org/traccar/helper/PatternBuilder.java
Simplify regex
Java
bsd-3-clause
e5f8b302ec7acbe936690ae195a57edeea69d4ef
0
asamgir/openspecimen,krishagni/openspecimen,asamgir/openspecimen,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen
/** * <p>Title: StorageContainerHDAO Class> * <p>Description: StorageContainerHDAO is used to add Storage Container information into the database using Hibernate.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Aniruddha Phadnis * @version 1....
WEB-INF/src/edu/wustl/catissuecore/bizlogic/StorageContainerBizLogic.java
/** * <p>Title: StorageContainerHDAO Class> * <p>Description: StorageContainerHDAO is used to add Storage Container information into the database using Hibernate.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Aniruddha Phadnis * @version 1....
8313 and 9309 fix SVN-Revision: 15444
WEB-INF/src/edu/wustl/catissuecore/bizlogic/StorageContainerBizLogic.java
8313 and 9309 fix
Java
bsd-3-clause
70623d7a0245d4a3dbd3009947569bf38ff21c3a
0
NCIP/caintegrator,NCIP/caintegrator,NCIP/caintegrator,NCIP/caintegrator,NCIP/caintegrator
/** * The software subject to this notice and license includes both human readable * source code form and machine readable, binary, object code form. The caIntegrator2 * Software was developed in conjunction with the National Cancer Institute * (NCI) by NCI employees, 5AM Solutions, Inc. (5AM), ScenPro, Inc. (Scen...
caintegrator2-war/test/src/gov/nih/nci/caintegrator2/web/action/study/management/SaveControlSamplesActionTest.java
/** * The software subject to this notice and license includes both human readable * source code form and machine readable, binary, object code form. The caIntegrator2 * Software was developed in conjunction with the National Cancer Institute * (NCI) by NCI employees, 5AM Solutions, Inc. (5AM), ScenPro, Inc. (Scen...
Fix for failing build. Peer review pending from TJ.
caintegrator2-war/test/src/gov/nih/nci/caintegrator2/web/action/study/management/SaveControlSamplesActionTest.java
Fix for failing build. Peer review pending from TJ.
Java
bsd-3-clause
fc9c67045c620197fff615e02d055902bec3efe7
0
AlexRNL/SubtitleCorrector
package com.alexrnl.subtitlecorrector.gui.view; import static com.alexrnl.subtitlecorrector.common.TranslationKeys.KEYS; import java.io.InputStream; import java.io.PrintStream; import java.util.Scanner; import com.alexrnl.commons.translation.Translator; import com.alexrnl.commons.utils.Word; import com.alexrnl.subti...
src/main/java/com/alexrnl/subtitlecorrector/gui/view/ConsoleUserPrompt.java
package com.alexrnl.subtitlecorrector.gui.view; import static com.alexrnl.subtitlecorrector.common.TranslationKeys.KEYS; import java.io.InputStream; import java.io.PrintStream; import java.util.Scanner; import com.alexrnl.commons.translation.Translator; import com.alexrnl.commons.utils.Word; import com.alexrnl.subti...
Remove useless new lines in console prompt
src/main/java/com/alexrnl/subtitlecorrector/gui/view/ConsoleUserPrompt.java
Remove useless new lines in console prompt
Java
mit
f80ae308cc8cc164eb0f1076c81a0971c10bdcad
0
om3g4zell/CityBuilderJSFML
package sim; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; import org.jsfml.graphics.Color; import org.jsfml.graphics.IntRect; import org.jsfml.graphics.RenderWindow; import org.jsfml.system.Time; import org.jsfml.system.Vector2f; import org...
CityBuilderJSFML/src/sim/Sim.java
package sim; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; import org.jsfml.graphics.Color; import org.jsfml.graphics.IntRect; import org.jsfml.graphics.RenderWindow; import org.jsfml.system.Time; import org.jsfml.system.Vector2f; import org...
Création de la méthode 'countBuildingsPerType'.
CityBuilderJSFML/src/sim/Sim.java
Création de la méthode 'countBuildingsPerType'.
Java
mit
55e66f0c3fd32116f8a60109179022d76a113aad
0
flesire/ontrack,nemerosa/ontrack,flesire/ontrack,flesire/ontrack,nemerosa/ontrack,flesire/ontrack,nemerosa/ontrack,flesire/ontrack,nemerosa/ontrack,nemerosa/ontrack
package net.nemerosa.ontrack.extension.svn.client; import net.nemerosa.ontrack.extension.svn.db.SVNRepository; import net.nemerosa.ontrack.extension.svn.support.SVNLogEntryCollector; import net.nemerosa.ontrack.tx.Transaction; import net.nemerosa.ontrack.tx.TransactionService; import org.apache.commons.lang3.StringUti...
ontrack-extension-svn/src/main/java/net/nemerosa/ontrack/extension/svn/client/SVNClientImpl.java
package net.nemerosa.ontrack.extension.svn.client; import net.nemerosa.ontrack.extension.svn.db.SVNRepository; import net.nemerosa.ontrack.extension.svn.support.SVNLogEntryCollector; import net.nemerosa.ontrack.tx.Transaction; import net.nemerosa.ontrack.tx.TransactionService; import org.apache.commons.lang3.StringUti...
SVN: initialisation of SVN repository factories
ontrack-extension-svn/src/main/java/net/nemerosa/ontrack/extension/svn/client/SVNClientImpl.java
SVN: initialisation of SVN repository factories
Java
mit
2ae58cfc073bcf8a7fae04cc2438d47b566a11ad
0
StevenUpForever/LeetCode_Java,StevenUpForever/LeetCode_Java
package data_structure; import java.util.HashMap; public class LRUCache { //TAG: Google //TAG: Facebook //TAG: Microsoft //TAG: Amazon //TAG: Uber //TAG: Data structure //Difficulty: Hard /** 146. LRU Cache Design and implement a data structure for Least Recently Used (LRU) ...
src/data_structure/LRUCache.java
package data_structure; import java.util.HashMap; public class LRUCache { //TAG: Google //TAG: Uber //TAG: Data structure //Difficulty: Hard /** 146. LRU Cache Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and ...
146. LRU Cache
src/data_structure/LRUCache.java
146. LRU Cache
Java
mit
4c920717118c1eb98566e06acbe18b07546a5ac2
0
BlockScore/blockscore-java
package com.blockscore.models; import com.blockscore.models.base.BasicResponse; import com.fasterxml.jackson.annotation.JsonProperty; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.Date; import java.util.GregorianCalendar; /** * Candidate model. */ public clas...
src/main/java/com/blockscore/models/Candidate.java
package com.blockscore.models; import com.blockscore.models.base.BasicResponse; import com.fasterxml.jackson.annotation.JsonProperty; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.Date; /** * Watch list candidate model. * Created by Tony Dieppa on 9/30/14. *...
Updating Candidate to v4.0 * Also removes androidisms
src/main/java/com/blockscore/models/Candidate.java
Updating Candidate to v4.0 * Also removes androidisms
Java
mit
2307070e26469e15afee56c41bd3e699d3632087
0
SpongePowered/Sponge,SpongePowered/Sponge,SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/SpongeCommon
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
src/main/java/org/spongepowered/common/event/tracking/context/MultiBlockCaptureSupplier.java
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
Inline micro optimize some bits in MultiBlockCaptureSupplier. (#2636) Signed-off-by: Gabriel Harris-Rouquette <f9869a2c93dad38a06e8fb39147155331a1102ab@me.com>
src/main/java/org/spongepowered/common/event/tracking/context/MultiBlockCaptureSupplier.java
Inline micro optimize some bits in MultiBlockCaptureSupplier. (#2636)
Java
mit
de402da80adaec172d10baed525d2ce171cf8fa5
0
razreg/ubongo,razreg/ubongo,razreg/ubongo,razreg/ubongo,razreg/ubongo
package ubongo.common.constants; public class MachineConstants { public static final String SERVER_FALLBACK = "nova.cs.tau.ac.il"; public static final String BASE_UNIT_REQUEST = "Unit task"; public static final String KILL_TASK_REQUEST = "Kill unit task"; public static final String UPDATE_TASK_REQUES...
infra/common/src/main/java/ubongo/common/constants/MachineConstants.java
package ubongo.common.constants; public class MachineConstants { public static final String SERVER_FALLBACK = "nova.cs.tau.ac.il"; public static final String BASE_UNIT_REQUEST = "Base unit task"; public static final String KILL_TASK_REQUEST = "Kill unit task"; public static final String UPDATE_TASK_R...
Machine changes
infra/common/src/main/java/ubongo/common/constants/MachineConstants.java
Machine changes
Java
mit
721c6d9a903e0224d80d0059b8fdcaf3cdaa353b
0
bitcoin-solutions/multibit-hd,oscarguindzberg/multibit-hd,akonring/multibit-hd-modified,akonring/multibit-hd-modified,bitcoin-solutions/multibit-hd,bitcoin-solutions/multibit-hd,akonring/multibit-hd-modified,oscarguindzberg/multibit-hd,oscarguindzberg/multibit-hd
package org.multibit.hd.ui.views.wizards.welcome; import com.google.common.base.Optional; import com.google.common.base.Strings; import net.miginfocom.swing.MigLayout; import org.multibit.hd.core.api.seed_phrase.SeedPhraseSize; import org.multibit.hd.ui.events.view.ViewEvents; import org.multibit.hd.ui.i18n.MessageKey...
mbhd-swing/src/main/java/org/multibit/hd/ui/views/wizards/welcome/RestoreWalletBackupPanelView.java
package org.multibit.hd.ui.views.wizards.welcome; import com.google.common.base.Optional; import com.google.common.base.Strings; import net.miginfocom.swing.MigLayout; import org.multibit.hd.core.api.seed_phrase.SeedPhraseSize; import org.multibit.hd.ui.events.view.ViewEvents; import org.multibit.hd.ui.i18n.MessageKey...
Track the seed phrase during restore from backup
mbhd-swing/src/main/java/org/multibit/hd/ui/views/wizards/welcome/RestoreWalletBackupPanelView.java
Track the seed phrase during restore from backup
Java
epl-1.0
67ee6b730bcffa1881c3d99b3aaf89d414607ec7
0
sdirix/emf2web,sdirix/emf2web,sdirix/emf2web
package org.eclipse.emf.ecp.emf2web.wizard.pages; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IWorkspace; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org...
org.eclipse.emf.ecp.emf2web/src/org/eclipse/emf/ecp/emf2web/wizard/pages/ModelPathsPage.java
package org.eclipse.emf.ecp.emf2web.wizard.pages; import java.io.File; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IWorkspace; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IPath; import org.eclipse.core.ru...
Validate Page after selecting Item in DropDown of ModelPathsPage
org.eclipse.emf.ecp.emf2web/src/org/eclipse/emf/ecp/emf2web/wizard/pages/ModelPathsPage.java
Validate Page after selecting Item in DropDown of ModelPathsPage
Java
agpl-3.0
3f117bb38ae3f2d8f32721ee6e0f03839c937d3a
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
461c6a9e-2e61-11e5-9284-b827eb9e62be
hello.java
4616e4a2-2e61-11e5-9284-b827eb9e62be
461c6a9e-2e61-11e5-9284-b827eb9e62be
hello.java
461c6a9e-2e61-11e5-9284-b827eb9e62be
Java
agpl-3.0
9cbe2bee845506ed9a040317dcb13060341e0e81
0
Tanaguru/Tanaguru,dzc34/Asqatasun,medsob/Tanaguru,dzc34/Asqatasun,Tanaguru/Tanaguru,Asqatasun/Asqatasun,dzc34/Asqatasun,Asqatasun/Asqatasun,medsob/Tanaguru,Tanaguru/Tanaguru,medsob/Tanaguru,Asqatasun/Asqatasun,Asqatasun/Asqatasun,dzc34/Asqatasun,Asqatasun/Asqatasun,dzc34/Asqatasun,Tanaguru/Tanaguru,medsob/Tanaguru
/* * Tanaguru - Automated webpage assessment * Copyright (C) 2008-2011 Open-S Company * * This file is part of Tanaguru. * * Tanaguru is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, eit...
engine/tanaguru-engine/src/main/java/org/opens/tanaguru/service/command/AuditCommandImpl.java
/* * Tanaguru - Automated webpage assessment * Copyright (C) 2008-2011 Open-S Company * * This file is part of Tanaguru. * * Tanaguru is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, eit...
tanaguru-engine : update log level
engine/tanaguru-engine/src/main/java/org/opens/tanaguru/service/command/AuditCommandImpl.java
tanaguru-engine : update log level
Java
agpl-3.0
72bf671cbfa5fb059ebb5111df3013f75a895867
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
d0620926-2e60-11e5-9284-b827eb9e62be
hello.java
d05c8776-2e60-11e5-9284-b827eb9e62be
d0620926-2e60-11e5-9284-b827eb9e62be
hello.java
d0620926-2e60-11e5-9284-b827eb9e62be
Java
agpl-3.0
529d108ad344f4086d33a34d8d98e38819d3a3c2
0
tdefilip/opennms,aihua/opennms,rdkgit/opennms,rdkgit/opennms,aihua/opennms,aihua/opennms,tdefilip/opennms,aihua/opennms,aihua/opennms,tdefilip/opennms,rdkgit/opennms,tdefilip/opennms,rdkgit/opennms,roskens/opennms-pre-github,rdkgit/opennms,rdkgit/opennms,aihua/opennms,tdefilip/opennms,rdkgit/opennms,aihua/opennms,tdefi...
/* * This file is part of the OpenNMS(R) Application. * * OpenNMS(R) is Copyright (C) 2006-2008 The OpenNMS Group, Inc. All rights reserved. * OpenNMS(R) is a derivative work, containing both original code, included code and modified * code that was published under the GNU General Public License. Copyrights for ...
opennms-webapp/src/main/java/org/opennms/web/svclayer/support/DefaultChooseResourceService.java
/* * This file is part of the OpenNMS(R) Application. * * OpenNMS(R) is Copyright (C) 2006-2008 The OpenNMS Group, Inc. All rights reserved. * OpenNMS(R) is a derivative work, containing both original code, included code and modified * code that was published under the GNU General Public License. Copyrights for ...
forgot to set the parent of the resource for the graph section.
opennms-webapp/src/main/java/org/opennms/web/svclayer/support/DefaultChooseResourceService.java
forgot to set the parent of the resource for the graph section.
Java
lgpl-2.1
d90ae6e79f8c236977f21cb60c3f16e688981a79
0
opax/exist,ambs/exist,wolfgangmm/exist,ambs/exist,eXist-db/exist,shabanovd/exist,adamretter/exist,windauer/exist,hungerburg/exist,MjAbuz/exist,joewiz/exist,dizzzz/exist,joewiz/exist,dizzzz/exist,jensopetersen/exist,joewiz/exist,ljo/exist,joewiz/exist,patczar/exist,lcahlander/exist,ljo/exist,jensopetersen/exist,jensopet...
/* * eXist Open Source Native XML Database * Copyright (C) 2001-03, Wolfgang M. Meier (wolfgang@exist-db.org) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version...
src/org/exist/dom/NodeProxy.java
/* * eXist Open Source Native XML Database * Copyright (C) 2001-03, Wolfgang M. Meier (wolfgang@exist-db.org) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version...
NodeProxy.getItemType() should call NodeProxy.getType() to determine the actual type of the node instead of just returning Type.NODE. svn path=/trunk/eXist-1.0/; revision=1738
src/org/exist/dom/NodeProxy.java
NodeProxy.getItemType() should call NodeProxy.getType() to determine the actual type of the node instead of just returning Type.NODE.
Java
apache-2.0
2ff55b375a856d52f705ee677100c331f706b22b
0
rodm/gradle-teamcity-plugin,rodm/gradle-teamcity-plugin
/* * Copyright 2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
src/main/java/com/github/rodm/teamcity/internal/DockerOperations.java
/* * Copyright 2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Add new query method to check if a container is available
src/main/java/com/github/rodm/teamcity/internal/DockerOperations.java
Add new query method to check if a container is available
Java
apache-2.0
0afc036deb35df7e86ede3dcebc430c8f05ed368
0
JingchengDu/hadoop,nandakumar131/hadoop,steveloughran/hadoop,dierobotsdie/hadoop,mapr/hadoop-common,GeLiXin/hadoop,steveloughran/hadoop,plusplusjiajia/hadoop,GeLiXin/hadoop,nandakumar131/hadoop,GeLiXin/hadoop,mapr/hadoop-common,xiao-chen/hadoop,apache/hadoop,apache/hadoop,nandakumar131/hadoop,littlezhou/hadoop,plusplus...
/** * 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...
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/jobhistory/TestHistoryViewerPrinter.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...
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/jobhistory/TestHistoryViewerPrinter.java
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
Java
apache-2.0
6b64c185675b34496102624fe3b7d0d2ea671c9b
0
PennState/scim,PennState/SCIMple-Identity
package edu.psu.swe.scim.server.filter; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; import javax.servlet.http...
scim-server/scim-server-common/src/main/java/edu/psu/swe/scim/server/filter/ApiOriginFilter.java
package edu.psu.swe.scim.server.filter; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; import javax.servlet.http...
Changing name of CORS filter to avoid conflict
scim-server/scim-server-common/src/main/java/edu/psu/swe/scim/server/filter/ApiOriginFilter.java
Changing name of CORS filter to avoid conflict
Java
apache-2.0
1b0c2cfe7b4d043ab712be615160d9131ac7dab6
0
nyer/mybatis-3,Zzyong-5170/mybatis-3,jeasonyoung/mybatis-3,VioletLife/mybatis-3,SpringMybatis/mybatis-3,Xcorpio/mybatis-3,jackgao2016/mybatis-3_site,xiexingguang/mybatis-3,Alwayswithme/mybatis-3,hahaduo/mybatis-3,gaojinhua/mybatis-3,jackgao2016/mybatis-3_site,harawata/mybatis-3,LuBaijiang/mybatis-3,lknny/mybatis-3,vniu...
/* * Copyright 2009-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
src/main/java/org/apache/ibatis/executor/BatchExecutor.java
/* * Copyright 2009-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
//fix Issues #322
src/main/java/org/apache/ibatis/executor/BatchExecutor.java
//fix Issues #322
Java
apache-2.0
44c98fea91165ba80ce1d9ef8305a8a2d9c5354a
0
T-Systems-MMS/perfsig-jenkins,T-Systems-MMS/perfsig-jenkins
/* * Copyright (c) 2014-2018 T-Systems Multimedia Solutions GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
dynatrace/src/main/java/de/tsystems/mms/apm/performancesignature/dynatracesaas/rest/ApiClient.java
/* * Copyright (c) 2014-2018 T-Systems Multimedia Solutions GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
increase connect & read timeout
dynatrace/src/main/java/de/tsystems/mms/apm/performancesignature/dynatracesaas/rest/ApiClient.java
increase connect & read timeout
Java
apache-2.0
7275ae7dd8853cde299bfedf6e263520d6854e31
0
spinnaker/halyard,spinnaker/halyard,spinnaker/halyard
/* * Copyright 2017 Google, 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 applicable law or agreed to in...
halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/services/v1/ArtifactService.java
/* * Copyright 2017 Google, 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 applicable law or agreed to in...
fix(build): To few rebases spoil the build (#474)
halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/services/v1/ArtifactService.java
fix(build): To few rebases spoil the build (#474)
Java
apache-2.0
0511d6c23fcd566edec123a049c6371dea6f9474
0
martint/airlift,zhenyuy-fb/airlift,cberner/airlift,erichwang/airlift,johngmyers/airlift,johngmyers/platform-rack,martint/airlift,johngmyers/airlift,cberner/airlift,proofpoint/platform,johngmyers/platform,daququ/airlift,dain/airlift,airlift/airlift,mono-plane/airlift,johngmyers/platform-rack,johngmyers/airlift,mono-plan...
package com.proofpoint.event.client; import com.google.common.base.Preconditions; import com.google.common.collect.Lists; import org.codehaus.jackson.JsonGenerator; import java.io.IOException; import java.lang.reflect.Method; import java.util.ArrayDeque; import java.util.Comparator; import java.util.Deque; import jav...
event/src/main/java/com/proofpoint/event/client/EventFieldMetadata.java
package com.proofpoint.event.client; import com.google.common.base.Preconditions; import com.google.common.collect.Lists; import org.codehaus.jackson.JsonGenerator; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.ArrayDeque; import java...
Simplify exception handling for invoke
event/src/main/java/com/proofpoint/event/client/EventFieldMetadata.java
Simplify exception handling for invoke
Java
apache-2.0
de375002f4359a83c2fc395ef3ab13e95e12c16a
0
think-gem/FoxBPM,think-gem/FoxBPM,fashionsun/FoxBPM,FoxBPM/FoxBPM,think-gem/FoxBPM,FoxBPM/FoxBPM,fashionsun/FoxBPM,fashionsun/FoxBPM,fashionsun/FoxBPM,FoxBPM/FoxBPM
/** * Copyright 1996-2014 FoxBPM Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
modules/foxbpm-engine/src/main/java/org/foxbpm/engine/impl/bpmn/parser/model/ActivityParser.java
/** * Copyright 1996-2014 FoxBPM Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
修复了activity模型转换的bug
modules/foxbpm-engine/src/main/java/org/foxbpm/engine/impl/bpmn/parser/model/ActivityParser.java
修复了activity模型转换的bug
Java
apache-2.0
b76895bc6c539e815e88084440d72b1b481121e0
0
PetrGasparik/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,PetrGasparik/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,Pardus-Engerek/engerek,Pardus-Engerek/engerek,arnost-starosta/midpoint,arnost-starosta/midpoint,PetrGasparik/midpoint,PetrGasparik/midpoint,Pardus-Engerek/engerek
/* * Copyright (c) 2010-2016 Evolveum * * 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...
model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
/* * Copyright (c) 2010-2016 Evolveum * * 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...
Post-merge fix
model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationServiceImpl.java
Post-merge fix
Java
apache-2.0
6d2c712aa8260e7602271ea64df187022d111dd5
0
apache/uima-uimafit,apache/uima-uimafit,apache/uima-uimafit
/* * 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 ...
uimafit-core/src/main/java/org/apache/uima/fit/component/initialize/ExternalResourceInitializer.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 ...
[UIMA-2903] List resources in a ResourceManager / remove hack in uimaFIT - Finally remove the hack in uimaFIT
uimafit-core/src/main/java/org/apache/uima/fit/component/initialize/ExternalResourceInitializer.java
[UIMA-2903] List resources in a ResourceManager / remove hack in uimaFIT
Java
apache-2.0
2d008623f479edd3aa54fd9395463f8cf82f0984
0
atomix/atomix,kuujo/copycat,kuujo/copycat,atomix/atomix
/* * Copyright 2017-present Open Networking Laboratory * * 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...
protocols/gossip/src/main/java/io/atomix/protocols/gossip/protocol/AntiEntropyProtocolDispatcher.java
/* * Copyright 2017-present Open Networking Laboratory * * 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...
Remove cluster dependency from gossip protocols.
protocols/gossip/src/main/java/io/atomix/protocols/gossip/protocol/AntiEntropyProtocolDispatcher.java
Remove cluster dependency from gossip protocols.
Java
apache-2.0
2e641a66fdd823a351d2309d884d4364bf3c0f1a
0
killbill/killbill,killbill/killbill,killbill/killbill,killbill/killbill,sbrossie/killbill,killbill/killbill,sbrossie/killbill,sbrossie/killbill,sbrossie/killbill,sbrossie/killbill
/* * Copyright 2010-2013 Ning, Inc. * Copyright 2014-2015 Groupon, Inc * Copyright 2014-2015 The Billing Project, LLC * * The Billing Project 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 cop...
profiles/killbill/src/main/java/org/killbill/billing/server/notifications/PushNotificationListener.java
/* * Copyright 2010-2013 Ning, Inc. * Copyright 2014-2015 Groupon, Inc * Copyright 2014-2015 The Billing Project, LLC * * The Billing Project 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 cop...
server: improve push notifications errors handling * Increase HTTP client connect timeout from 5s to 15s * Make sure we always retry regardless of the exception Signed-off-by: Pierre-Alexandre Meyer <ff019a5748a52b5641624af88a54a2f0e46a9fb5@mouraf.org>
profiles/killbill/src/main/java/org/killbill/billing/server/notifications/PushNotificationListener.java
server: improve push notifications errors handling
Java
apache-2.0
95b040c2220e065411f01664baff553414209c21
0
MTA-SZTAKI/longneck-core
package hu.sztaki.ilab.longneck.process; import hu.sztaki.ilab.longneck.Field; import hu.sztaki.ilab.longneck.Record; import hu.sztaki.ilab.longneck.process.block.*; import hu.sztaki.ilab.longneck.process.constraint.CheckResult; import hu.sztaki.ilab.longneck.process.mapping.MappedRecord; import java.util.ArrayDeque; ...
src/main/java/hu/sztaki/ilab/longneck/process/Kernel.java
package hu.sztaki.ilab.longneck.process; import hu.sztaki.ilab.longneck.Field; import hu.sztaki.ilab.longneck.Record; import hu.sztaki.ilab.longneck.process.block.*; import hu.sztaki.ilab.longneck.process.constraint.CheckResult; import hu.sztaki.ilab.longneck.process.mapping.MappedRecord; import java.util.ArrayDeque; ...
Some little typo fix.
src/main/java/hu/sztaki/ilab/longneck/process/Kernel.java
Some little typo fix.
Java
apache-2.0
e4a1cbe1107cb68f75876a314f01c123fbb9c9a1
0
malinthaprasan/carbon-apimgt,harsha89/carbon-apimgt,bhathiya/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,isharac/carbon-apimgt,tharikaGitHub/carbon-apimgt,tharindu1st/carbon-apimgt,prasa7/carbon-apimgt,tharindu1st/carbon-apimgt,nuwand/carbon-apimgt,wso2/carbon-apimgt,uvindra/carbon-apimgt,Rajith90/carbon-apimgt,mali...
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
Added support for httpclient.hostnameVerifier
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java
Added support for httpclient.hostnameVerifier
Java
apache-2.0
ed5d6155ce2defea797dfcd4b089b6144016dfa4
0
andreaturli/legacy-brooklyn,andreaturli/legacy-brooklyn,bmwshop/brooklyn,andreaturli/legacy-brooklyn,neykov/incubator-brooklyn,bmwshop/brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,aledsage/legacy-brooklyn,aledsage/legacy-brooklyn,bmwshop/brooklyn,aledsage/legacy-brooklyn,aledsage/legacy-brooklyn,andreaturli/lega...
package brooklyn.entity.webapp.tomcat; import static org.testng.Assert.assertFalse; import static org.testng.Assert.fail; import java.net.ServerSocket; import java.util.Iterator; import org.jclouds.util.Throwables2; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.AfterMethod; i...
software/webapp/src/test/java/brooklyn/entity/webapp/tomcat/TomcatServerSimpleIntegrationTest.java
package brooklyn.entity.webapp.tomcat; import static org.testng.Assert.assertFalse; import static org.testng.Assert.fail; import java.net.ServerSocket; import java.util.Iterator; import org.jclouds.util.Throwables2; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.AfterMethod; i...
Fix TomcatServerSimpleIntegrationTest.teraDown - so stops management context
software/webapp/src/test/java/brooklyn/entity/webapp/tomcat/TomcatServerSimpleIntegrationTest.java
Fix TomcatServerSimpleIntegrationTest.teraDown - so stops management context
Java
bsd-3-clause
07741156d439a6095e94c94803d85059773dcd85
0
larskotthoff/recomputation-ss-paper,larskotthoff/recomputation-ss-paper,larskotthoff/recomputation-ss-paper
package uk.ac.standrews.cs.emcsr2014.group_2; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.nio.file.FileSystem; import java.nio.file.Files; import java.nio.file.Path; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Date; import java.util.HashMap...
Group_2/p2p_experiments/source/src/test/java/uk/ac/standrews/cs/emcsr2014/group_2/ChordExperiment.java
package uk.ac.standrews.cs.emcsr2014.group_2; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.nio.file.FileSystem; import java.nio.file.Files; import java.nio.file.Path; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Date; import java.util.HashMap...
Update ChordExperiment.java
Group_2/p2p_experiments/source/src/test/java/uk/ac/standrews/cs/emcsr2014/group_2/ChordExperiment.java
Update ChordExperiment.java
Java
apache-2.0
c9ab734988c72a018dab540027300263083ad743
0
ahararwala/javaRefactoring101
src/refactor/learn/VideoClubApplication.java
package refactor.learn; public class VideoClubApplication { public static void main(String[] arg) { Movie m1 = new Movie("Sky Captain", 1); Movie m3 = new Movie("Revenant", 0); Movie m4 = new Movie("Skyfall", 2); Customer c1 = new Customer("Manuel"); Rental r1 = new Rental(m1, 5); Rental ...
ahararwala: Deleted main driver class, since tests have been added.
src/refactor/learn/VideoClubApplication.java
ahararwala: Deleted main driver class, since tests have been added.
Java
apache-2.0
1ac48e17e8a96d94e34ce6669e800538f63e6434
0
StuxSoftware/SimpleDev
Core/src/main/java/net/stuxcrystal/commandhandler/FallbackScheduler.java
package net.stuxcrystal.commandhandler; /** * Represents a fallback scheduler. */ public class FallbackScheduler { /** * The backend that issues the warning. */ private final CommandHandler backend; /** * Has the user already been warned? */ private boolean warned = false; ...
Remove accidentally copied FallbackScheduler.
Core/src/main/java/net/stuxcrystal/commandhandler/FallbackScheduler.java
Remove accidentally copied FallbackScheduler.
Java
mit
4091309145b160bd050fe76312e58de8054909cc
0
TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,Onuzimoyr/dAndroid,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,Onuzimoyr/dAndroid,ssdwa/android,Taka...
/* HostBatteryManager.java Copyright (c) 2014 NTT DOCOMO,INC. Released under the MIT license http://opensource.org/licenses/mit-license.php */ package org.deviceconnect.android.deviceplugin.host.manager; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import and...
dConnectDevicePlugin/dConnectDeviceHost/src/org/deviceconnect/android/deviceplugin/host/manager/HostBatteryManager.java
/* HostBatteryManager.java Copyright (c) 2014 NTT DOCOMO,INC. Released under the MIT license http://opensource.org/licenses/mit-license.php */ package org.deviceconnect.android.deviceplugin.host.manager; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import and...
Modify host plug-in. Add retry processing in the case of Intent is null.
dConnectDevicePlugin/dConnectDeviceHost/src/org/deviceconnect/android/deviceplugin/host/manager/HostBatteryManager.java
Modify host plug-in. Add retry processing in the case of Intent is null.