lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
037dafdd012a58b991ad4646c580af66f2db1cd8
0
shurun19851206/mybaties,yaotj/mybatis-3,zduantao/mybatis-3,fangjz/mybatis-3,lxq1008/mybatis-3,Xcorpio/mybatis-3,Prymon/mybatis-3,VioletLife/mybatis-3,lknny/mybatis-3,tuguangquan/mybatis,mybatis/mybatis-3,raupachz/mybatis-3,deboss/mybatis,zhangwei5095/mybatis3-annotaion,harawata/mybatis-3,harawata/mybatis-3,z744489075/m...
/* * Copyright 2009-2013 The MyBatis Team * * 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 requ...
src/main/java/org/apache/ibatis/executor/resultset/NestedResultSetHandler.java
/* * Copyright 2009-2013 The MyBatis Team * * 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 requ...
code polish
src/main/java/org/apache/ibatis/executor/resultset/NestedResultSetHandler.java
code polish
Java
apache-2.0
3247691c174dfc33aa695f967bb3a87d32a2a8f0
0
MatthewTamlin/Spyglass
package com.matthewtamlin.spyglass.library.util; import com.matthewtamlin.spyglass.library.meta_annotations.Default; import com.matthewtamlin.spyglass.library.meta_annotations.Handler; import com.matthewtamlin.spyglass.library.meta_annotations.Use; import java.lang.annotation.Annotation; import java.lang.reflect.Fiel...
library/src/main/java/com/matthewtamlin/spyglass/library/util/AnnotationUtil.java
package com.matthewtamlin.spyglass.library.util; import com.matthewtamlin.spyglass.library.meta_annotations.Default; import com.matthewtamlin.spyglass.library.meta_annotations.Handler; import com.matthewtamlin.spyglass.library.meta_annotations.Use; import java.lang.annotation.Annotation; import java.lang.reflect.Fiel...
Deleted validation methods
library/src/main/java/com/matthewtamlin/spyglass/library/util/AnnotationUtil.java
Deleted validation methods
Java
apache-2.0
77c1e4b1e909de9fd5852b5628f548343cc66225
0
zumper/mixpanel-android,LLin233/mixpanel-android,dreamseekerkun/mixpanel-android,mixpanel/mixpanel-android,omadahealth/mixpanel-android,erpragatisingh/mixpanel-android,omadahealth/mixpanel-android,dreamseekerkun/mixpanel-android,kevinmost/mixpanel-android,zumper/mixpanel-android,omadahealth/mixpanel-android,erpragatisi...
package com.mixpanel.android.viewcrawler; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.util.Log; import com.mixpanel.android.mpmetrics.MPConfig; /* package */ class FlipGesture implements SensorEventListener { public interface ...
src/main/java/com/mixpanel/android/viewcrawler/FlipGesture.java
package com.mixpanel.android.viewcrawler; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.util.Log; import com.mixpanel.android.mpmetrics.MPConfig; /* package */ class FlipGesture implements SensorEventListener { public interface ...
Quicker, more responsive gesture
src/main/java/com/mixpanel/android/viewcrawler/FlipGesture.java
Quicker, more responsive gesture
Java
apache-2.0
e264144aea7b7b474792d69802805281b4964dd4
0
microg/android_packages_apps_GmsCore,microg/android_packages_apps_GmsCore
/* * Copyright 2013-2015 microG Project Team * * 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 ...
play-services-core/src/main/java/org/microg/gms/gcm/McsService.java
/* * Copyright 2013-2015 microG Project Team * * 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 ...
GCM: Wake with exact guarantees for heartbeat This changes how the alarms for heartbeat pings are scheduled. Instead of a repeating, inexact alarm that may be delayed (at least up to 15 minutes), either an exact alarm (below Android 4.4) or an interval is used which ensures that the alarm fires between half the config...
play-services-core/src/main/java/org/microg/gms/gcm/McsService.java
GCM: Wake with exact guarantees for heartbeat
Java
apache-2.0
c97d838c43fe29c8fca10b8b22b934ba884af440
0
lucafavatella/intellij-community,tmpgit/intellij-community,robovm/robovm-studio,wreckJ/intellij-community,Lekanich/intellij-community,semonte/intellij-community,youdonghai/intellij-community,da1z/intellij-community,ThiagoGarciaAlves/intellij-community,semonte/intellij-community,Lekanich/intellij-community,jagguli/intel...
/* * Copyright 2000-2007 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
util/src/com/intellij/util/ui/UIUtil.java
/* * Copyright 2000-2007 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
UiUtil addPadding fix
util/src/com/intellij/util/ui/UIUtil.java
UiUtil addPadding fix
Java
apache-2.0
ab396358bc82c2a356f764807dfb29226d67b0e4
0
metaborg/sdf,metaborg/sdf,metaborg/sdf
package org.metaborg.sdf2table.io; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.*; import org.metaborg.parsetable.characterclasses.CharacterClassFactory; import org.metaborg.parsetable.characterclasses.ICharacterClass; import org.metaborg.sdf2table.exceptions.ModuleNotF...
org.metaborg.sdf2table/src/main/java/org/metaborg/sdf2table/io/NormGrammarReader.java
package org.metaborg.sdf2table.io; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.*; import org.metaborg.parsetable.characterclasses.CharacterClassFactory; import org.metaborg.parsetable.characterclasses.ICharacterClass; import org.metaborg.sdf2table.exceptions.ModuleNotF...
Add TODO about moving removeLabelFromSymbolTerm to Stratego
org.metaborg.sdf2table/src/main/java/org/metaborg/sdf2table/io/NormGrammarReader.java
Add TODO about moving removeLabelFromSymbolTerm to Stratego
Java
apache-2.0
bca3dcce807721286c866e0159798587b6cbb8df
0
mirkosertic/Bytecoder,mirkosertic/Bytecoder,mirkosertic/Bytecoder,mirkosertic/Bytecoder,mirkosertic/Bytecoder,mirkosertic/Bytecoder
/* * Copyright 2020 Mirko Sertic * * 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 ...
core/src/main/java/de/mirkosertic/bytecoder/backend/llvm/LLVMWriter.java
/* * Copyright 2020 Mirko Sertic * * 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 ...
LLVM GC must not scan the shadow stack #405
core/src/main/java/de/mirkosertic/bytecoder/backend/llvm/LLVMWriter.java
LLVM GC must not scan the shadow stack #405
Java
apache-2.0
d3cc45f801f28427bfccb4d6dd44ec6b53702a7b
0
ChetnaChaudhari/logging-log4j2,neuro-sys/logging-log4j2,neuro-sys/logging-log4j2,GFriedrich/logging-log4j2,lqbweb/logging-log4j2,codescale/logging-log4j2,codescale/logging-log4j2,renchunxiao/logging-log4j2,lburgazzoli/logging-log4j2,xnslong/logging-log4j2,pisfly/logging-log4j2,apache/logging-log4j2,lqbweb/logging-log4j...
/* * 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 n...
log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfiguration.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 n...
Use parametrized logging. git-svn-id: de5ce936019686f47409c93bcc5e202a9739563b@1617198 13f79535-47bb-0310-9956-ffa450edef68
log4j-core/src/main/java/org/apache/logging/log4j/core/config/xml/XmlConfiguration.java
Use parametrized logging.
Java
apache-2.0
f0ff3d39e182c885ad0a680ff400ab8033bc426b
0
BiryukovVA/ignite,agura/incubator-ignite,mcherkasov/ignite,andrey-kuznetsov/ignite,agoncharuk/ignite,vldpyatkov/ignite,vsisko/incubator-ignite,dlnufox/ignite,alexzaitzev/ignite,mcherkasov/ignite,avinogradovgg/ignite,ryanzz/ignite,samaitra/ignite,dmagda/incubator-ignite,apache/ignite,WilliamDo/ignite,a1vanov/ignite,ptup...
/* * 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 ...
modules/core/src/main/java/org/apache/ignite/internal/GridJobExecuteRequest.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 ...
ignite-452: remove extra line
modules/core/src/main/java/org/apache/ignite/internal/GridJobExecuteRequest.java
ignite-452: remove extra line
Java
apache-2.0
b50907794a1d31f2b025db5b7949a373ef74993f
0
mattshobe/flightmap,mattshobe/flightmap
/* * Copyright (C) 2010 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 ...
android/src/com/google/flightmap/android/MercatorProjection.java
/* * Copyright (C) 2010 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 ...
Minor comment tweak
android/src/com/google/flightmap/android/MercatorProjection.java
Minor comment tweak
Java
apache-2.0
6342766b2f7ba6d458b60feee7b30aa2d1e93928
0
theblackwidower/KanaQuiz
package com.noprestige.kanaquiz; import android.content.Context; import android.graphics.Color; import android.graphics.PorterDuff; import android.util.AttributeSet; import android.view.View; import android.widget.Button; import org.apmem.tools.layouts.FlowLayout; import java.util.ArrayList; public class MultipleCh...
app/src/main/java/com/noprestige/kanaquiz/MultipleChoicePad.java
package com.noprestige.kanaquiz; import android.content.Context; import android.graphics.Color; import android.graphics.PorterDuff; import android.util.AttributeSet; import android.view.View; import android.widget.Button; import org.apmem.tools.layouts.FlowLayout; import java.util.ArrayList; public class MultipleCh...
Split off code for OnClickListener Repositioned the OnClickListener to be created from a new subclass that implements the OnClickListener interface rather than create a new class every time. Don't know if this makes things more efficient, but I'm willing to bet it does for repeated use of the interface.
app/src/main/java/com/noprestige/kanaquiz/MultipleChoicePad.java
Split off code for OnClickListener
Java
apache-2.0
6ff1891206a6461971080d61f300e65ac6bc9e22
0
TheAndroidMaster/MediaNotification
package james.medianotification.fragments; import android.Manifest; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.graphics.Color; import android.net.Uri; import an...
app/src/main/java/james/medianotification/fragments/SettingsFragment.java
package james.medianotification.fragments; import android.Manifest; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.graphics.Color; import android.net.Uri; import an...
updated url
app/src/main/java/james/medianotification/fragments/SettingsFragment.java
updated url
Java
apache-2.0
5f022021fb476aca87610967359bc95fec3cd3ec
0
JNOSQL/artemis
/* * Copyright (c) 2017 Otávio Santana and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * The Eclipse Public License is available at http://ww...
artemis-column/src/test/java/org/jnosql/artemis/column/DefaultColumnTemplateAsyncTest.java
/* * Copyright (c) 2017 Otávio Santana and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * The Eclipse Public License is available at http://ww...
adds async insert
artemis-column/src/test/java/org/jnosql/artemis/column/DefaultColumnTemplateAsyncTest.java
adds async insert
Java
apache-2.0
1afd2c796c6e2795b895f77bbfc33b219118c6e5
0
oneliang/builder-android
package com.oneliang.tools.builder.android.handler; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import com.oneliang.Constant; import com.oneliang.tools.builder.android.base.AndroidProject.DirectoryType; import com.oneliang.tools.builder.android.base.PublicAndroidProject; import com.one...
src/main/java/com/oneliang/tools/builder/android/handler/GeneratePublicRDotTxtHandler.java
package com.oneliang.tools.builder.android.handler; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import com.oneliang.Constant; import com.oneliang.tools.builder.android.base.AndroidProject.DirectoryType; import com.oneliang.tools.builder.android.base.PublicAndroidProject; import com.one...
fix compile error in jdk1.7
src/main/java/com/oneliang/tools/builder/android/handler/GeneratePublicRDotTxtHandler.java
fix compile error in jdk1.7
Java
apache-2.0
c5311091e2b284d801f2d0f7c586e05f6ed1a91c
0
ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp,ilscipio/scipio-erp
/******************************************************************************* * 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...
framework/entity/src/org/ofbiz/entity/util/EntityUtilProperties.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...
ofbiz patch: EntityUtilProperties: replace stock Map with Optional fixes upstream inappropriate use of Map.
framework/entity/src/org/ofbiz/entity/util/EntityUtilProperties.java
ofbiz patch: EntityUtilProperties: replace stock Map with Optional
Java
apache-2.0
133dd10e658620c04a23ffcac57532c4f625b18a
0
codepunk/codepunk-demo-android
package com.codepunk.demo.interactiveimageview.version4; import android.content.Context; import android.graphics.Matrix; import android.graphics.PointF; import android.graphics.RectF; import android.graphics.drawable.Drawable; import android.support.annotation.NonNull; import android.support.annotation.Nullable; impor...
app/src/main/java/com/codepunk/demo/interactiveimageview/version4/InteractiveImageView.java
package com.codepunk.demo.interactiveimageview.version4; import android.content.Context; import android.support.v7.widget.AppCompatImageView; import android.util.AttributeSet; public class InteractiveImageView extends AppCompatImageView { //region Nested classes //endregion Nested classes //region Const...
Rudimentary pan/scale operations are working
app/src/main/java/com/codepunk/demo/interactiveimageview/version4/InteractiveImageView.java
Rudimentary pan/scale operations are working
Java
apache-2.0
07e6db1d846bac19bcff323518825ad0852a634f
0
gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa
/* * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
atlas-web/src/main/java/uk/ac/ebi/gxa/requesthandlers/dump/GeneEbeyeDumpRequestHandler.java
/* * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
Modified to output each ef's information in a separate field of the gene dump file. Field names will be the ef names themselves. git-svn-id: 410459702e6123a874d92574e1336b0959d85891@13786 2913f559-6b04-0410-9a09-c530ee9f5186
atlas-web/src/main/java/uk/ac/ebi/gxa/requesthandlers/dump/GeneEbeyeDumpRequestHandler.java
Modified to output each ef's information in a separate field of the gene dump file. Field names will be the ef names themselves.
Java
apache-2.0
0564d418b2eb08c524be76dd965dcdc6b8244f22
0
sjwall/MaterialTapTargetPrompt
/* * Copyright (C) 2016 Samuel Wall * * 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 ...
library/src/main/java/uk/co/samuelwall/materialtaptargetprompt/MaterialTapTargetPrompt.java
/* * Copyright (C) 2016 Samuel Wall * * 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 ...
Stopped prompt creation when primary text not set
library/src/main/java/uk/co/samuelwall/materialtaptargetprompt/MaterialTapTargetPrompt.java
Stopped prompt creation when primary text not set
Java
apache-2.0
28e60e00703de25ed2738e6faccd289b1f0c72a4
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.completion; import com.intellij.codeInsight.CodeInsightSettings; import com.intellij.codeInsight.TargetElementUtil; import com.intellij.codeInsi...
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.completion; import com.intellij.codeInsight.CodeInsightSettings; import com.intellij.codeInsight.TargetElementUtil; import com.intellij.codeInsi...
IDEA-210524: Add default hint. Get shortcuts from keymap. GitOrigin-RevId: a6056952d9b035e8ac26c11e14572103ca9a1724
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.java
IDEA-210524: Add default hint. Get shortcuts from keymap.
Java
apache-2.0
91ca2d15d37d0e9b166f8b2d09dcc87fa032759b
0
viltgroup/minium,viltgroup/minium,viltgroup/minium
/* * Copyright (C) 2015 The Minium 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 applicable law or agr...
minium-script-rhinojs/src/test/java/minium/script/rhinojs/RhinoEngineInternetExplorerIT.java
/* * Copyright (C) 2015 The Minium 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 applicable law or agr...
internet explorer disabled for now
minium-script-rhinojs/src/test/java/minium/script/rhinojs/RhinoEngineInternetExplorerIT.java
internet explorer disabled for now
Java
apache-2.0
d116e8692f94e868e703e65099abc0ec98522856
0
ragner/GearVRf,Samsung/GearVRf,roshanch/GearVRf,xcaostagit/GearVRf,aglne/GearVRf,bsmr-android/GearVRf,bsmr-android/GearVRf,mwitchwilliams/GearVRf,NolaDonato/GearVRf,thomasflynn/GearVRf,roshanch/GearVRf,Samsung/GearVRf,aglne/GearVRf,rahul27/GearVRf,aglne/GearVRf,bsmr-android/GearVRf,Samsung/GearVRf,mwitchwilliams/GearVR...
/* Copyright 2015 Samsung Electronics 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...
GVRf/Framework/framework/src/main/java/org/gearvrf/GVRPicker.java
/* Copyright 2015 Samsung Electronics 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...
remove log prints
GVRf/Framework/framework/src/main/java/org/gearvrf/GVRPicker.java
remove log prints
Java
apache-2.0
628062bc1cfaf32617e49ccc53b2ce7373a8f7fb
0
baomidou/mybatis-plus,baomidou/mybatis-plus
/* * Copyright (c) 2011-2020, hubin (jobob@qq.com). * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by ...
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java
/* * Copyright (c) 2011-2020, hubin (jobob@qq.com). * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by ...
优化咩咩的重构
mybatis-plus-core/src/main/java/com/baomidou/mybatisplus/core/conditions/AbstractWrapper.java
优化咩咩的重构
Java
apache-2.0
951ffb1f0383f4301abdd97db3738307a8dfee8e
0
wido/cloudstack,DaanHoogland/cloudstack,GabrielBrascher/cloudstack,jcshen007/cloudstack,DaanHoogland/cloudstack,wido/cloudstack,GabrielBrascher/cloudstack,wido/cloudstack,resmo/cloudstack,jcshen007/cloudstack,resmo/cloudstack,GabrielBrascher/cloudstack,DaanHoogland/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,G...
// // 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 ...
plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.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...
empty comments needed for license?
plugins/network-elements/bigswitch/test/com/cloud/network/bigswitch/BigSwitchBcfUtilsTest.java
empty comments needed for license?
Java
apache-2.0
3069e7cec05c0068ba69e9255c996b690afdb470
0
markhobson/jtype
/* * Copyright 2009 IIZUKA Software Technologies 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 appl...
src/main/java/com/googlecode/jtype/TypeUtils.java
/* * Copyright 2009 IIZUKA Software Technologies 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 appl...
Correct typo
src/main/java/com/googlecode/jtype/TypeUtils.java
Correct typo
Java
apache-2.0
0765bc3d193e3a29981618b46e6d6cfc0e2a040b
0
metaborg/jsglr,metaborg/jsglr,metaborg/jsglr,metaborg/jsglr
package org.spoofax.jsglr2.imploder; import static java.util.Collections.singletonList; import java.util.*; import java.util.stream.Collectors; import org.metaborg.parsetable.IProduction; import org.metaborg.util.iterators.Iterables2; import org.spoofax.jsglr2.parseforest.IDerivation; import org.spoofax.jsglr2.parse...
org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/imploder/IterativeStrategoTermImploder.java
package org.spoofax.jsglr2.imploder; import static java.util.Collections.singletonList; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; import org.metaborg.parsetable.IProduction; import org.metaborg.util.iterators.Iterables2;...
Make stack actually Stacks instead of LinkedLists
org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/imploder/IterativeStrategoTermImploder.java
Make stack actually Stacks instead of LinkedLists
Java
apache-2.0
f84ad20b6aa970af16724da08c6fbeae2378cc49
0
dejanb/fuse,EricWittmann/fabric8,avano/fabric8,tadayosi/fuse,mwringe/fabric8,christian-posta/fabric8,ffang/fuse-1,EricWittmann/fabric8,rnc/fabric8,migue/fabric8,joelschuster/fuse,PhilHardwick/fabric8,punkhorn/fabric8,rnc/fabric8,jonathanchristison/fabric8,jimmidyson/fabric8,chirino/fabric8v2,janstey/fuse,Jitendrakry/fu...
/** * Copyright (C) FuseSource, Inc. * http://fusesource.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...
mq/mq-leveldb/src/test/scala/org/fusesource/mq/leveldb/LevelDBFastEnqueueTest.java
/** * Copyright (C) FuseSource, Inc. * http://fusesource.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...
Drop useless testcase.
mq/mq-leveldb/src/test/scala/org/fusesource/mq/leveldb/LevelDBFastEnqueueTest.java
Drop useless testcase.
Java
apache-2.0
7dbf1249c65edaba9744a9d16bbb1297a229f0d1
0
mikibrv/sling,cleliameneghin/sling,awadheshv/sling,headwirecom/sling,trekawek/sling,headwirecom/sling,tmaret/sling,mcdan/sling,ieb/sling,trekawek/sling,vladbailescu/sling,JEBailey/sling,cleliameneghin/sling,ist-dresden/sling,cleliameneghin/sling,JEBailey/sling,vladbailescu/sling,roele/sling,JEBailey/sling,awadheshv/sli...
/* * 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 ...
bundles/jcr/repoinit/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.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 ...
SLING-5917 parseRawText flag in getRepoInitText() is ambiguous fix meaning of parseRawText flag and make getRepoInitText() more readable git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1754481 13f79535-47bb-0310-9956-ffa450edef68
bundles/jcr/repoinit/src/main/java/org/apache/sling/jcr/repoinit/impl/RepositoryInitializer.java
SLING-5917 parseRawText flag in getRepoInitText() is ambiguous
Java
apache-2.0
7ea829911d16e63c873330a15e5271fd7fa5da5b
0
dspinellis/effective-debugging,dspinellis/effective-debugging,dspinellis/effective-debugging,dspinellis/effective-debugging,dspinellis/effective-debugging
import java.util.Random; public class LockContention { static Random randomGen = new Random(); static int NTHREAD = 7; static Object lock = new Object(); static int counter = 0; static public void main(String args[]) { Runnable task = () -> { for (int i = 0; i < 10000...
lock-contention/LockContention.java
import java.util.Random; public class LockContention { static Random randomGen = new Random(); static int NTHREAD = 100; static public void main(String args[]) { Runnable task = () -> { for (int i = 0; i < 10000000; i++) randomGen.nextInt(1000); }; ...
Use sleep rather than Random
lock-contention/LockContention.java
Use sleep rather than Random
Java
apache-2.0
6efcd1076d84c38e129ba0218475a5c4c5b0ca21
0
bocon13/moduleowner,bocon13/moduleowner,bocon13/subreviewer,bocon13/subreviewer,bocon13/moduleowner
package com.googlesource.gerrit.plugins.subreviewer; import autovalue.shaded.com.google.common.common.collect.Lists; import com.google.gerrit.common.EventListener; import com.google.gerrit.common.TimeUtil; import com.google.gerrit.common.data.LabelType; import com.google.gerrit.common.data.LabelTypes; import com.googl...
src/main/java/com/googlesource/gerrit/plugins/subreviewer/ChangeEventListener.java
package com.googlesource.gerrit.plugins.subreviewer; import com.google.gerrit.common.EventListener; import com.google.gerrit.reviewdb.client.Change; import com.google.gerrit.reviewdb.client.Project; import com.google.gerrit.reviewdb.server.ReviewDb; import com.google.gerrit.server.CurrentUser; import com.google.gerrit...
Initial implementation of Module-Owner label
src/main/java/com/googlesource/gerrit/plugins/subreviewer/ChangeEventListener.java
Initial implementation of Module-Owner label
Java
apache-2.0
80daa45dc66918e768c358593afa984ea77f52be
0
grogdj/grogshop,grogdj/grogshop,grogdj/grogshop
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.grogshop.services.endpoints.impl; import com.grogdj.grogshop.core.model.Matching; import java.util.List; import java.util....
grogshop-services/src/main/java/org/grogshop/services/endpoints/impl/ShopMatchingsServiceImpl.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.grogshop.services.endpoints.impl; import com.grogdj.grogshop.core.model.Matching; import java.util.List; import java.util....
- adding item_id into matchings
grogshop-services/src/main/java/org/grogshop/services/endpoints/impl/ShopMatchingsServiceImpl.java
- adding item_id into matchings
Java
bsd-2-clause
95c728bf432eedf62054cbc5f484971e4cbbd079
0
biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2012 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
core/core/src/main/java/imagej/util/FileUtils.java
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2012 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in sourc...
Let FileUtils.getBaseDirectory() work even in the developer setup Both when run from target/classes/ as well as from target/*.jar. Signed-off-by: Johannes Schindelin <53fb8db7833fca1e1746dd8592f61048d350f64c@gmx.de>
core/core/src/main/java/imagej/util/FileUtils.java
Let FileUtils.getBaseDirectory() work even in the developer setup
Java
bsd-3-clause
f793d277e92ffe461bf684a48899e16fd6a3b5ba
0
emopers/xstream,vkscool/xstream,Groostav/xstream,tenghuihua/xstream,emopers/xstream,Groostav/xstream,vkscool/xstream,tenghuihua/xstream
package com.thoughtworks.xstream.io.xml; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.StreamException; import org.xml.sax.ContentHandler; import org.xml.sax.DTDHandler; import org.xml.sax.EntityResolver; import org.xml.sax.ErrorHandler; import org.xml.sax.InputSource; import org.xml.sax...
xstream/src/java/com/thoughtworks/xstream/io/xml/SaxWriter.java
package com.thoughtworks.xstream.io.xml; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.StreamException; import org.xml.sax.ContentHandler; import org.xml.sax.DTDHandler; import org.xml.sax.EntityResolver; import org.xml.sax.ErrorHandler; import org.xml.sax.InputSource; import org.xml.sax...
Fix javadoc typos. git-svn-id: fe6d842192ccfb78748eb71580d1ce65f168b559@1222 9830eeb5-ddf4-0310-9ef7-f4b9a3e3227e
xstream/src/java/com/thoughtworks/xstream/io/xml/SaxWriter.java
Fix javadoc typos.
Java
bsd-3-clause
1bf9a492cfbed22afca258f752a81b154c6ec57c
0
NCIP/c3pr,NCIP/c3pr,NCIP/c3pr
package edu.duke.cabig.c3pr.domain.validator; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Set; import org.apache.log4j.Logger; import org.springframework.context.MessageSource; import org.springframework.context.NoSuchMessageException; import ...
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/validator/ParticipantValidator.java
package edu.duke.cabig.c3pr.domain.validator; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Set; import org.apache.log4j.Logger; import org.springframework.context.MessageSource; import org.springframework.context.NoSuchMessageException; import ...
cpr-1889
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/validator/ParticipantValidator.java
cpr-1889
Java
mit
2495345080683bd7b18ddfceca256a6a41f1afdc
0
normalian/ApplicationInsights-Java,normalian/ApplicationInsights-Java,normalian/ApplicationInsights-Java
/* * AppInsights-Java * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the ""Software""), to deal in the Software * without restriction, including wit...
core/src/test/java/com/microsoft/applicationinsights/internal/agent/ArgsFormatterTest.java
/* * AppInsights-Java * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the ""Software""), to deal in the Software * without restriction, including wit...
Core - fixing failing UTs in ArgsFormatter
core/src/test/java/com/microsoft/applicationinsights/internal/agent/ArgsFormatterTest.java
Core - fixing failing UTs in ArgsFormatter
Java
mit
d57dfe8c298e32c6d2e631e7a63962f1831ab426
0
YaseenAlk/mechanical_turk,YaseenAlk/mechanical_turk
package org.neu.ccs.mechanical_turk; import java.awt.List; import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.Line2D; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.UnsupportedEncodingException; import java.io...
mechanical_turk/src/org/neu/ccs/mechanical_turk/Qualification.java
package org.neu.ccs.mechanical_turk; import java.awt.List; import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.Line2D; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.UnsupportedEncodingException; import java.io...
Qualification has been updated to now work properly Fixed logic so that bases accuracy on the area of non overlap of the user made bounding box and the ground truth
mechanical_turk/src/org/neu/ccs/mechanical_turk/Qualification.java
Qualification has been updated to now work properly
Java
epl-1.0
a7ff3dc6574cc73bed686939ee3081d9078fa985
0
rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,sguan-actuate/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...
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.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...
CheckIn:Fix issue DateTime format does not work when the data expression is like "MM/dd/yyyy".[17522]
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java
CheckIn:Fix issue DateTime format does not work when the data expression is like "MM/dd/yyyy".[17522]
Java
agpl-3.0
0fd0f8e2e35905532ebff67b541f3af96191ae31
0
dzhw/metadatamanagement,dzhw/metadatamanagement,dzhw/metadatamanagement,dzhw/metadatamanagement,dzhw/metadatamanagement
package eu.dzhw.fdz.metadatamanagement.web.variablemanagement.search; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.greaterThan; import static org.hamcrest.Matchers.instanceOf; import static org.hamcrest.Matchers.is; import static org.hamcrest.core.IsNot.not; import static or...
src/test/java/eu/dzhw/fdz/metadatamanagement/web/variablemanagement/search/VariableSearchControllerTest.java
package eu.dzhw.fdz.metadatamanagement.web.variablemanagement.search; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.greaterThan; import static org.hamcrest.Matchers.instanceOf; import static org.hamcrest.Matchers.is; import static org.hamcrest.core.IsNot.not; import static or...
changed SearchcontrollerTest. It was still depending on json test files
src/test/java/eu/dzhw/fdz/metadatamanagement/web/variablemanagement/search/VariableSearchControllerTest.java
changed SearchcontrollerTest. It was still depending on json test files
Java
lgpl-2.1
7300c861be86ca27daac6b34cc69b7578ee6be80
0
lopescan/languagetool,lopescan/languagetool,janissl/languagetool,languagetool-org/languagetool,jimregan/languagetool,meg0man/languagetool,meg0man/languagetool,janissl/languagetool,janissl/languagetool,lopescan/languagetool,jimregan/languagetool,janissl/languagetool,jimregan/languagetool,meg0man/languagetool,languagetoo...
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
/* LanguageTool, a natural language style checker * Copyright (C) 2012 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
simplify code
languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
simplify code
Java
lgpl-2.1
499d68d4572390a792309579bdb8eb934fb2e768
0
opensagres/xdocreport.eclipse,opensagres/xdocreport.eclipse
package fr.opensagres.eclipse.forms.widgets; import org.eclipse.swt.SWT; import org.eclipse.swt.browser.Browser; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.ecli...
commons/fr.opensagres.eclipse.forms/src/fr/opensagres/eclipse/forms/widgets/SimpleWikiText.java
package fr.opensagres.eclipse.forms.widgets; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt....
Preview added
commons/fr.opensagres.eclipse.forms/src/fr/opensagres/eclipse/forms/widgets/SimpleWikiText.java
Preview added
Java
lgpl-2.1
4969e2a67c823af4c8cfe6d05f5644f66017345c
0
jamezp/wildfly-core,ivassile/wildfly-core,soul2zimate/wildfly-core,yersan/wildfly-core,jamezp/wildfly-core,jfdenise/wildfly-core,jamezp/wildfly-core,luck3y/wildfly-core,soul2zimate/wildfly-core,yersan/wildfly-core,yersan/wildfly-core,aloubyansky/wildfly-core,JiriOndrusek/wildfly-core,ivassile/wildfly-core,bstansberry/w...
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
[WFCORE-2075] Change from NameRewriter to Function<Principal, Principal>.
domain-management/src/main/java/org/jboss/as/domain/management/security/SecurityRealmService.java
[WFCORE-2075] Change from NameRewriter to Function<Principal, Principal>.
Java
apache-2.0
b62eb789edd333ee30b3bfdbb47d28d1f30466b4
0
bladecoder/libgdx,libgdx/libgdx,libgdx/libgdx,tommyettinger/libgdx,tommyettinger/libgdx,cypherdare/libgdx,NathanSweet/libgdx,stinsonga/libgdx,tommyettinger/libgdx,bladecoder/libgdx,bladecoder/libgdx,cypherdare/libgdx,libgdx/libgdx,cypherdare/libgdx,Zomby2D/libgdx,cypherdare/libgdx,bladecoder/libgdx,libgdx/libgdx,tommye...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.apa...
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/webaudio/WebAudioAPIMusic.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
fix problems with callback, and removed debug
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/webaudio/WebAudioAPIMusic.java
fix problems with callback, and removed debug
Java
apache-2.0
bcab01e5dfc1f052e629a6dcd8e7f0b7eed15a97
0
scgray/jsqsh
/* * Copyright (C) 2007 by Scott C. Gray * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * * This program is...
src/java/org/sqsh/commands/Connect.java
/* * Copyright (C) 2007 by Scott C. Gray * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * * This program is...
Fixed it so that the -D flag will actually work now.
src/java/org/sqsh/commands/Connect.java
Fixed it so that the -D flag will actually work now.
Java
apache-2.0
989ee50b6b6a4c712af1402d99ec05391ef47919
0
DrakMelisek/pa165_haunted_houses
package com.peta2kuba.pa165_haunted_houses.service_layer; import com.peta2kuba.pa165_haunted_houses.dao.PersonDao; import com.peta2kuba.pa165_haunted_houses.entity.Person; import com.peta2kuba.pa165_haunted_houses.service_layer.config.ServiceConfiguration; import com.peta2kuba.pa165_haunted_houses.service_layer.servic...
service_layer/src/test/java/com/peta2kuba/pa165_haunted_houses/service_layer/PersonServiceTest.java
package com.peta2kuba.pa165_haunted_houses.service_layer; import com.peta2kuba.pa165_haunted_houses.dao.PersonDao; import com.peta2kuba.pa165_haunted_houses.entity.Person; import com.peta2kuba.pa165_haunted_houses.service_layer.service.PersonService; import org.junit.Test; import org.springframework.beans.factory.anno...
annotations in person test
service_layer/src/test/java/com/peta2kuba/pa165_haunted_houses/service_layer/PersonServiceTest.java
annotations in person test
Java
apache-2.0
d173e0fe1a792bcbc2f979bd488217687773f10c
0
steinarb/ukelonn,steinarb/ukelonn,steinarb/ukelonn
/* * Copyright 2018-2020 Steinar Bang * * 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...
ukelonn.web.services/src/test/java/no/priv/bang/ukelonn/api/UkelonnRestApiServletTest.java
/* * Copyright 2018-2020 Steinar Bang * * 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...
Remove unnecessary loginUser() calls from tests in UkelonnRestApiServletTest
ukelonn.web.services/src/test/java/no/priv/bang/ukelonn/api/UkelonnRestApiServletTest.java
Remove unnecessary loginUser() calls from tests in UkelonnRestApiServletTest
Java
apache-2.0
bf3bda589734f6ba701ae26cae2902a7f214a047
0
apache/openwebbeans,apache/openwebbeans,apache/openwebbeans
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
webbeans-tomcat6/src/main/java/org/apache/webbeans/web/tomcat/ContextLifecycleListener.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
OWB-709 also check for WEB-INF/classes/META-INF/beans.xml git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1390151 13f79535-47bb-0310-9956-ffa450edef68
webbeans-tomcat6/src/main/java/org/apache/webbeans/web/tomcat/ContextLifecycleListener.java
OWB-709 also check for WEB-INF/classes/META-INF/beans.xml
Java
apache-2.0
ace203fb6fe960a576f9fcb05ea22999a50d68b2
0
mpi2/PhenotypeArchive,mpi2/PhenotypeArchive,mpi2/PhenotypeArchive
/** * Copyright (c) 2014 Lemur Consulting Ltd. * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by ap...
src/main/java/uk/ac/ebi/phenotype/solr/indexer/AlleleIndexer.java
/** * Copyright (c) 2014 Lemur Consulting Ltd. * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by ap...
seperate fields with comma
src/main/java/uk/ac/ebi/phenotype/solr/indexer/AlleleIndexer.java
seperate fields with comma
Java
apache-2.0
015d46182b29c1a804a4743c1fd2b4f27e6a201b
0
igniterealtime/Spark,guusdk/Spark,BittyByte/Spark,speedy01/Spark,guusdk/Spark,speedy01/Spark,guusdk/Spark,vipinraj/Spark,vipinraj/Spark,wrooot/Spark,igniterealtime/Spark,speedy01/Spark,guusdk/Spark,vipinraj/Spark,igniterealtime/Spark,BittyByte/Spark,wrooot/Spark,speedy01/Spark,BittyByte/Spark,wrooot/Spark,vipinraj/Spar...
/** * $Revision: 22540 $ * $Date: 2005-10-10 08:44:25 -0700 (Mon, 10 Oct 2005) $ * * Copyright (C) 1999-2005 Jive Software. All rights reserved. * * This software is the proprietary information of Jive Software. * Use is subject to license terms. */ package com.jivesoftware.spark.plugin.apple; import com.apple...
src/plugins/apple/src/com/jivesoftware/spark/plugin/apple/ApplePlugin.java
/** * $Revision: 22540 $ * $Date: 2005-10-10 08:44:25 -0700 (Mon, 10 Oct 2005) $ * * Copyright (C) 1999-2005 Jive Software. All rights reserved. * * This software is the proprietary information of Jive Software. * Use is subject to license terms. */ package com.jivesoftware.spark.plugin.apple; import com.apple...
Update SSO. git-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@8274 b35dd754-fafc-0310-a699-88a17e54d16e
src/plugins/apple/src/com/jivesoftware/spark/plugin/apple/ApplePlugin.java
Update SSO.
Java
apache-2.0
c358733a4b5866dce224184037f8ece2b5d6a654
0
popstr/undertow,undertow-io/undertow,msfm/undertow,golovnin/undertow,marschall/undertow,TomasHofman/undertow,rhusar/undertow,baranowb/undertow,rhatlapa/undertow,aldaris/undertow,amannm/undertow,pedroigor/undertow,soul2zimate/undertow,darranl/undertow,jasonchaffee/undertow,jstourac/undertow,undertow-io/undertow,nkhuyu/u...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
core/src/main/java/io/undertow/server/protocol/http2/Http2OpenListener.java
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
Add back commented out code
core/src/main/java/io/undertow/server/protocol/http2/Http2OpenListener.java
Add back commented out code
Java
apache-2.0
1e73c906bcc402391b6d6360349566c212178cb0
0
CINERGI/SciGraph,CINERGI/SciGraph,CINERGI/SciGraph,SciGraph/SciGraph,CINERGI/SciGraph,SciGraph/SciGraph,SciGraph/SciGraph
/** * Copyright (C) 2014 The SciGraph 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 applicable...
SciGraph-services/src/main/java/edu/sdsc/scigraph/services/jersey/dynamic/CypherInflector.java
/** * Copyright (C) 2014 The SciGraph 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 applicable...
Handles paths in cypher results for #66
SciGraph-services/src/main/java/edu/sdsc/scigraph/services/jersey/dynamic/CypherInflector.java
Handles paths in cypher results for #66
Java
apache-2.0
a6330ca61efece34184a3723d52e3eb0b1986a46
0
spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework
package org.springframework.util; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; import junit.framework.TestCase; /** * Unit tests for {@link org.springframework.binding.collection.StringKeyedMapAdapter}. */ public class StringKeyedMapA...
org.springframework.core/src/test/java/org/springframework/util/StringKeyedMapAdapterTests.java
package org.springframework.util; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; import junit.framework.TestCase; /** * Unit tests for {@link org.springframework.binding.collection.StringKeyedMapAdapter}. */ public class StringKeyedMapA...
Fixed failing test due to compiler differences
org.springframework.core/src/test/java/org/springframework/util/StringKeyedMapAdapterTests.java
Fixed failing test due to compiler differences
Java
apache-2.0
da0959b06272846bcb5094fc75ae762760738429
0
wcm-io-qa/wcm-io-qa-galenium,wcm-io-qa/wcm-io-qa-galenium,wcm-io-qa/wcm-io-qa-galenium
/* * #%L * wcm.io * %% * Copyright (C) 2019 wcm.io * %% * 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 ap...
modules/verification/src/main/java/io/wcm/qa/glnm/verification/diff/base/SamplerBasedDiffVerification.java
/* * #%L * wcm.io * %% * Copyright (C) 2019 wcm.io * %% * 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 ap...
null safety
modules/verification/src/main/java/io/wcm/qa/glnm/verification/diff/base/SamplerBasedDiffVerification.java
null safety
Java
apache-2.0
d21126453b28ec0e2be36fc61fc56c98a84b14d9
0
zerodengxinchao/ovirt-engine,OpenUniversity/ovirt-engine,OpenUniversity/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,yapengsong/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,zerodengxinchao/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,halober/ovirt-engine,eayun/ovirt-eng...
package org.ovirt.engine.core.bll.gluster; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.exception.ExceptionUtils; import org.ovirt.engine.core.bll.Backend; import org.ovirt.engine.core.bll.QueriesCommandBase; import org.ovirt.engine.core.bll.utils.ClusterUtils;...
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetAddedGlusterServersQuery.java
package org.ovirt.engine.core.bll.gluster; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.exception.ExceptionUtils; import org.ovirt.engine.core.bll.Backend; import org.ovirt.engine.core.bll.QueriesCommandBase; import org.ovirt.engine.core.bll.utils.ClusterUtils;...
engine: Adding null check for VDS in NewGlusterServersQuery In case of an empty cluster we will not get any VDS to execute the command. So a null check is added before executing the corresponding command. Change-Id: I839589d239a3dec771fc9aad7a0ef8f8e1a195fe Signed-off-by: Kanagaraj M <a744b691cd98174fb19a473a8cf78b81...
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetAddedGlusterServersQuery.java
engine: Adding null check for VDS in NewGlusterServersQuery
Java
apache-2.0
3a52c2f7f4f73615f2409a02298d5fbaaca53095
0
sscarduzio/elasticsearch,raishiv/elasticsearch,springning/elasticsearch,yanjunh/elasticsearch,iamjakob/elasticsearch,abibell/elasticsearch,mbrukman/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,iamjakob/elasticsearch,kalburgimanjunath/elasticsearch,GlenRSmith/elasticsearch,scottsom/elasticsearch,mapr/elasticsearch...
/* * Licensed to Elastic Search and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Elastic Search licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you m...
modules/elasticsearch/src/main/java/org/elasticsearch/common/network/NetworkUtils.java
/* * Licensed to Elastic Search and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Elastic Search licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you m...
Improve automatic publish network address logic, closes #439.
modules/elasticsearch/src/main/java/org/elasticsearch/common/network/NetworkUtils.java
Improve automatic publish network address logic, closes #439.
Java
apache-2.0
53af74ad4ba4004eb24117368d2de5e622e7ddef
0
werkt/bazel,dropbox/bazel,akira-baruah/bazel,perezd/bazel,dslomov/bazel-windows,meteorcloudy/bazel,davidzchen/bazel,ulfjack/bazel,bazelbuild/bazel,ButterflyNetwork/bazel,ulfjack/bazel,meteorcloudy/bazel,ulfjack/bazel,ulfjack/bazel,meteorcloudy/bazel,ulfjack/bazel,cushon/bazel,twitter-forks/bazel,aehlig/bazel,ButterflyN...
// Copyright 2015 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/test/java/com/google/devtools/build/lib/profiler/ProfilerTest.java
// Copyright 2015 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Harden Profiler slow tasks capping test Internally slow task aggregators are sharded by thread id, so we need to throw some threads at it to get an interesting test case, otherwise everything comes from one thread and lands in one shard and the shard combination logic isn't exercised. Of course it's possible that all ...
src/test/java/com/google/devtools/build/lib/profiler/ProfilerTest.java
Harden Profiler slow tasks capping test
Java
apache-2.0
256555228656d5bd442305142aa0fbf7e1009ebd
0
joshelser/accumulo,lstav/accumulo,mjwall/accumulo,keith-turner/accumulo,ctubbsii/accumulo,apache/accumulo,mikewalch/accumulo,mikewalch/accumulo,keith-turner/accumulo,apache/accumulo,adamjshook/accumulo,keith-turner/accumulo,adamjshook/accumulo,mjwall/accumulo,adamjshook/accumulo,dhutchis/accumulo,milleruntime/accumulo,...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/core/src/main/java/org/apache/accumulo/core/iterators/FirstEntryInRowIterator.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 ...
ACCUMULO-794 git-svn-id: cc0c05f7b56177c0e6043873654ef5698b7b466b@1396065 13f79535-47bb-0310-9956-ffa450edef68
src/core/src/main/java/org/apache/accumulo/core/iterators/FirstEntryInRowIterator.java
ACCUMULO-794
Java
apache-2.0
e4ef008d8a5a294f70f758fd4a0ef5b9afe80575
0
adragomir/dcos-commons,vishnu2kmohan/dcos-commons,comptelfwd/dcos-commons,vishnu2kmohan/dcos-commons,tobilg/dcos-commons,adragomir/dcos-commons,tobilg/dcos-commons,vishnu2kmohan/dcos-commons,comptelfwd/dcos-commons,tobilg/dcos-commons,mesosphere/dcos-commons,comptelfwd/dcos-commons,comptelfwd/dcos-commons,comptelfwd/dc...
package org.apache.mesos.acme.scheduler; import io.dropwizard.setup.Environment; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.mesos.Protos.ExecutorID; import org.apache.mesos.Protos.FrameworkID; import org.apache.mesos.Protos.MasterInfo; import org.apache.mesos...
acme-scheduler-example/src/main/java/org/apache/mesos/acme/scheduler/AcmeScheduler.java
package org.apache.mesos.acme.scheduler; import io.dropwizard.setup.Environment; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.mesos.Protos.ExecutorID; import org.apache.mesos.Protos.FrameworkID; import org.apache.mesos.Protos.MasterInfo; import org.apache.mesos...
Fix acme example
acme-scheduler-example/src/main/java/org/apache/mesos/acme/scheduler/AcmeScheduler.java
Fix acme example
Java
apache-2.0
acb90b229ca29ff6d35177668cb252ef8ad7e7dc
0
Oleh-Kravchenko/kaa,aglne/kaa,Dubland/kaa,liuhu/Kaa,sashadidukh/kaa,sashadidukh/kaa,vtkhir/kaa,Oleh-Kravchenko/kaa,rasendubi/kaa,liuhu/Kaa,zofuthan/kaa,Deepnekroz/kaa,aglne/kaa,Oleh-Kravchenko/kaa,vtkhir/kaa,vtkhir/kaa,kallelzied/kaa,forGGe/kaa,forGGe/kaa,aglne/kaa,vtkhir/kaa,aglne/kaa,forGGe/kaa,rasendubi/kaa,forGGe/k...
/* * Copyright 2014 CyberVision, 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 agr...
client/client-multi/client-java-core/src/main/java/org/kaaproject/kaa/client/logging/AbstractLogCollector.java
/* * Copyright 2014 CyberVision, 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 agr...
KAA-428: improve log mesage
client/client-multi/client-java-core/src/main/java/org/kaaproject/kaa/client/logging/AbstractLogCollector.java
KAA-428: improve log mesage
Java
apache-2.0
54880589f49f57115074edcd0ca41ce6f020f4ae
0
fx19880617/pinot-1,linkedin/pinot,apucher/pinot,linkedin/pinot,apucher/pinot,apucher/pinot,fx19880617/pinot-1,fx19880617/pinot-1,linkedin/pinot,linkedin/pinot,fx19880617/pinot-1,linkedin/pinot,apucher/pinot,fx19880617/pinot-1,apucher/pinot
/** * Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
pinot-core/src/main/java/com/linkedin/pinot/core/indexsegment/generator/SegmentGeneratorConfig.java
/** * Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
Fix the bug in SegmentGeneratorConfig where columnSortOrder is not copied (#3272)
pinot-core/src/main/java/com/linkedin/pinot/core/indexsegment/generator/SegmentGeneratorConfig.java
Fix the bug in SegmentGeneratorConfig where columnSortOrder is not copied (#3272)
Java
apache-2.0
4cbe478129fdddd5dadd1b58e110ce683abc9feb
0
stianst/keycloak,keycloak/keycloak,hmlnarik/keycloak,ssilvert/keycloak,stianst/keycloak,thomasdarimont/keycloak,abstractj/keycloak,raehalme/keycloak,reneploetz/keycloak,mposolda/keycloak,thomasdarimont/keycloak,hmlnarik/keycloak,raehalme/keycloak,vmuzikar/keycloak,ahus1/keycloak,thomasdarimont/keycloak,raehalme/keycloa...
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
adapters/spi/servlet-adapter-spi/src/main/java/org/keycloak/adapters/servlet/FilterSessionStore.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
Fix KEYCLOAK-10838, use bytesRead to make sure the output stream does not get padded with null bytes.
adapters/spi/servlet-adapter-spi/src/main/java/org/keycloak/adapters/servlet/FilterSessionStore.java
Fix KEYCLOAK-10838, use bytesRead to make sure the output stream does not get padded with null bytes.
Java
apache-2.0
5e082fce656442d0835057320a5f570a560058d4
0
winklerm/drools,jomarko/drools,manstis/drools,winklerm/drools,jomarko/drools,winklerm/drools,manstis/drools,winklerm/drools,manstis/drools,winklerm/drools,manstis/drools,jomarko/drools,jomarko/drools,jomarko/drools,manstis/drools
/* * Copyright 2005 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/alphanetbased/CompiledAlphaNetwork.java
/* * Copyright 2005 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[DROOLS-4566] provide primitives for alpha network construction
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/alphanetbased/CompiledAlphaNetwork.java
[DROOLS-4566] provide primitives for alpha network construction
Java
apache-2.0
429ecc6bb6ad05cf4800b9ac156130e1472238e4
0
nivanov/ignite,nivanov/ignite,nivanov/ignite,nivanov/ignite,nivanov/ignite,nivanov/ignite,nivanov/ignite,nivanov/ignite
/* * 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 ...
modules/core/src/test/java/org/apache/ignite/math/impls/vector/PivotedVectorViewConstructorTest.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 ...
IGN-6530 wip - PivotedVectorView testing and implementation wip -- verified with diffs overview, clean rebuild and execution of unit tests
modules/core/src/test/java/org/apache/ignite/math/impls/vector/PivotedVectorViewConstructorTest.java
IGN-6530 wip - PivotedVectorView testing and implementation wip -- verified with diffs overview, clean rebuild and execution of unit tests
Java
apache-2.0
f3e8023dca50a9bfa6aa88ea835ae54b465a70d5
0
radicalbit/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,radicalbit/ambari,radicalbit/ambari,sekikn/ambari,sekikn/ambari,radicalbit/ambari,radicalbit/ambari,radicalbit/ambari,sekikn/ambari,sekikn/ambari,radicalbit/ambari,sekikn/ambari,radicalbit/ambari,radicalbit/ambari,radicalbit/ambari,radicalbit/amb...
/** * 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...
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.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...
AMBARI-18052 - Starting a Component After Pausing An Upgrade Can Take 9 Minutes (part2) (jonathanhurley)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.java
AMBARI-18052 - Starting a Component After Pausing An Upgrade Can Take 9 Minutes (part2) (jonathanhurley)
Java
mit
3e8529d0fe2772b56cdff3f282a27c8f506243a3
0
marshmellow1328/liber,marshmellow1328/liber
package com.marshmallowswisdom.liber.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="field") public class Field { @Id @Gener...
liber-domain/src/main/java/com/marshmallowswisdom/liber/domain/Field.java
package com.marshmallowswisdom.liber.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="field") public class Field { @Id @Gener...
suppressed warnings on JPA constructor
liber-domain/src/main/java/com/marshmallowswisdom/liber/domain/Field.java
suppressed warnings on JPA constructor
Java
mit
f48aae31e7c2fa3acc2259e45155443725d0d6ee
0
flow/cache
package org.spout.downpour; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.ByteBuffer; /** * An InputStream implementation that reads from another InputStream while caching the data to an OutputStream */ public class CachingInputStream extends InputStream { pri...
src/main/java/org/spout/downpour/CachingInputStream.java
package org.spout.downpour; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.ByteBuffer; /** * An InputStream implementation that reads from another InputStream while caching the data to an OutputStream */ public class CachingInputStream extends InputStream { pri...
don't close twice
src/main/java/org/spout/downpour/CachingInputStream.java
don't close twice
Java
mit
827306fda9ee81abf05102efa62b14d521078f88
0
dtseiler/jsnpp
/* * JSNPP - Java SNPP API. * Copyright (C) 2005 Don Seiler <don@seiler.us> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
examples/jsnpp/SNPPExample.java
/* * JSNPP - Java SNPP API. * Copyright (C) 2005 Don Seiler <don@seiler.us> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your opti...
The system is down.
examples/jsnpp/SNPPExample.java
The system is down.
Java
mit
37172e8e58c5c7a8c9c3092808aec5563b880c16
0
Ariel-Isaacm/mockito,smarkwell/mockito,GeeChao/mockito,rototor/mockito,Jam71/mockito,hansjoachim/mockito,windofthesky/mockito,mockito/mockito,mkordas/mockito,TimvdLippe/mockito,windofthesky/mockito,MuShiiii/mockito,mohanaraosv/mockito,geoffschoeman/mockito,LilaQin/mockito,alberskib/mockito,Ariel-Isaacm/mockito,terebesi...
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito; import org.mockito.stubbing.Answer; import org.mockito.stubbing.OngoingStubbing; import org.mockito.stubbing.Stubber; import org.mockito.verification.VerificationMode; ...
src/org/mockito/BDDMockito.java
/* * Copyright (c) 2007 Mockito contributors * This program is made available under the terms of the MIT License. */ package org.mockito; import org.mockito.stubbing.Answer; import org.mockito.stubbing.OngoingStubbing; import org.mockito.stubbing.Stubber; import org.mockito.verification.VerificationMode; ...
- added documentation for new BDD mock verification feature
src/org/mockito/BDDMockito.java
- added documentation for new BDD mock verification feature
Java
mit
17bf852745796c9ecbb63e6f5ad1c1147d8cd29b
0
mwcaisse/AndroidFT,mwcaisse/AndroidFT,mwcaisse/AndroidFT
package com.ricex.aft.servlet.auth; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.sec...
aft-servlet/src/main/java/com/ricex/aft/servlet/auth/AFTTokenAuthenticationFilter.java
package com.ricex.aft.servlet.auth; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.sec...
Updated the AFTToken Filter to return a 401 error, if token is invalid or expired
aft-servlet/src/main/java/com/ricex/aft/servlet/auth/AFTTokenAuthenticationFilter.java
Updated the AFTToken Filter to return a 401 error, if token is invalid or expired
Java
mit
96f25c1f44ceeb1933f118deb68b99be902f16c0
0
nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server
package org.oskari.service.wfs.client; import static org.junit.Assert.assertEquals; import org.geotools.factory.CommonFactoryFinder; import org.geotools.referencing.CRS; import org.junit.Test; import org.opengis.filter.Filter; import org.opengis.filter.FilterFactory; import java.util.Arrays; public class OskariWFS1...
service-wfs-client/src/test/java/org/oskari/service/wfs/client/OskariWFS110ClientTest.java
package org.oskari.service.wfs.client; import static org.junit.Assert.assertEquals; import org.geotools.factory.CommonFactoryFinder; import org.junit.Test; import org.opengis.filter.Filter; import org.opengis.filter.FilterFactory; public class OskariWFS110ClientTest { @Test public void testGetFilter() { ...
Add test for WFS 1.1.0 filter
service-wfs-client/src/test/java/org/oskari/service/wfs/client/OskariWFS110ClientTest.java
Add test for WFS 1.1.0 filter
Java
mit
dc0e366a849c607375ea3d83879ab4e065fd3c95
0
lz1asl/CaveSurvey,lz1asl/CaveSurvey,lz1asl/CaveSurvey,lz1asl/CaveSurvey
package com.astoev.cave.survey.service.bluetooth.device; import android.util.Log; import com.astoev.cave.survey.Constants; import com.astoev.cave.survey.exception.DataException; import com.astoev.cave.survey.service.bluetooth.Measure; import com.astoev.cave.survey.service.bluetooth.util.NMEAUtil; import org.apache.c...
src/java/com/astoev/cave/survey/service/bluetooth/device/TruPulse360BBluetoothDevice.java
package com.astoev.cave.survey.service.bluetooth.device; import android.util.Log; import com.astoev.cave.survey.Constants; import com.astoev.cave.survey.exception.DataException; import com.astoev.cave.survey.service.bluetooth.Measure; import com.astoev.cave.survey.service.bluetooth.util.NMEAUtil; import org.apache.c...
LTI to preconfigure device and start BT listening
src/java/com/astoev/cave/survey/service/bluetooth/device/TruPulse360BBluetoothDevice.java
LTI to preconfigure device and start BT listening
Java
mit
a383426e2434a97bda04ac0332940c2263583a76
0
rusinikita/recipies-app
package com.nikita.recipiesapp.middlewares; import android.accounts.NetworkErrorException; import android.net.Uri; import android.support.annotation.VisibleForTesting; import com.nikita.recipiesapp.actions.AddLoadedRecipes; import com.nikita.recipiesapp.actions.LoadData; import com.nikita.recipiesapp.actions.ShowDat...
app/src/main/java/com/nikita/recipiesapp/middlewares/DataLoadingMiddleware.java
package com.nikita.recipiesapp.middlewares; import android.accounts.NetworkErrorException; import android.net.Uri; import android.support.annotation.VisibleForTesting; import com.nikita.recipiesapp.actions.AddLoadedRecipes; import com.nikita.recipiesapp.actions.LoadData; import com.nikita.recipiesapp.actions.ShowDat...
Return loading recipes
app/src/main/java/com/nikita/recipiesapp/middlewares/DataLoadingMiddleware.java
Return loading recipes
Java
mit
e2b00b374502bd045b9085616732a20a8dbdbe0c
0
jpmossin/hlist
package com.github.jpmossin.hlist; import org.junit.Test; import java.util.List; import java.util.Map; import java.util.Optional; import static java.util.Arrays.asList; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public clas...
src/test/java/com/github/jpmossin/hlist/HListTest.java
package com.github.jpmossin.hlist; import org.junit.Test; import java.util.List; import java.util.Map; import java.util.Optional; import static java.util.Arrays.asList; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public clas...
simplify flatmap test
src/test/java/com/github/jpmossin/hlist/HListTest.java
simplify flatmap test
Java
mpl-2.0
7a9094960b7fe0fc5e6d95430979f70f995734dc
0
Hjertesvikt/Hjerte
/* * First, the algorithm applies a low-pass filter. * Filtered audio data are divided into windows of samples. * A peak detection algorithm is applied to each window and identifies as peaks * all values above a certain threshold. * * For each peak the distance in number of samples between it and its neighbour...
src/ML/featureDetection/FindBeats.java
/* * First, the algorithm applies a low-pass filter. * Filtered audio data are divided into windows of samples. * A peak detection algorithm is applied to each window and identifies as peaks * all values above a certain threshold. * * For each peak the distance in number of samples between it and its neighbour...
Better algorithm for finding beats
src/ML/featureDetection/FindBeats.java
Better algorithm for finding beats
Java
agpl-3.0
9921752b78e0c8520de233749b45a0d74f1d7eaa
0
paulmartel/voltdb,kumarrus/voltdb,kumarrus/voltdb,migue/voltdb,zuowang/voltdb,deerwalk/voltdb,migue/voltdb,flybird119/voltdb,flybird119/voltdb,VoltDB/voltdb,ingted/voltdb,ingted/voltdb,zuowang/voltdb,VoltDB/voltdb,migue/voltdb,VoltDB/voltdb,paulmartel/voltdb,VoltDB/voltdb,creative-quant/voltdb,ingted/voltdb,paulmartel/...
/* This file is part of VoltDB. * Copyright (C) 2008-2015 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
tests/test_apps/kafkaimporter/client/kafkaimporter/KafkaImportBenchmark.java
/* This file is part of VoltDB. * Copyright (C) 2008-2015 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
ENG-8863 Fix one check left unfixed after previous changes; workaround NPE on array check.
tests/test_apps/kafkaimporter/client/kafkaimporter/KafkaImportBenchmark.java
ENG-8863 Fix one check left unfixed after previous changes; workaround NPE on array check.
Java
lgpl-2.1
a6056a13cbf6ebc69ca0ea2fa7f81fbaf0d1efe0
0
xph906/FlowDroidNew,Machiry/soot-infoflow-android,droidsec-cn/soot-infoflow-android,kaunder/soot-infoflow-android,jameswhang/flowdroid,uds-se/soot-infoflow-android,Xiejiayun/soot-infoflow-android,xph906/FlowDroidNew,mohsinjuni/soot-infoflow-android,wsnavely/soot-infoflow-android,lilicoding/soot-infoflow-android,secure-...
/******************************************************************************* * Copyright (c) 2012 Secure Software Engineering Group at EC SPRIDE. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this...
src/soot/jimple/infoflow/android/SetupApplication.java
/******************************************************************************* * Copyright (c) 2012 Secure Software Engineering Group at EC SPRIDE. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v2.1 * which accompanies this...
disabled sink inspection, not necessary for Android applications
src/soot/jimple/infoflow/android/SetupApplication.java
disabled sink inspection, not necessary for Android applications
Java
lgpl-2.1
7fe6c8da42a6f0c88d3fafb3d23349105dd34e22
0
fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui,fjalvingh/domui
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
to.etc.domui/src/to/etc/domui/state/WindowSession.java
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
Hopefully fix bug in resetting page to null
to.etc.domui/src/to/etc/domui/state/WindowSession.java
Hopefully fix bug in resetting page to null
Java
apache-2.0
1e3fd8ab3a06f4f165db9816efa1f2252a282073
0
kidaa/jena,atsolakid/jena,adrapereira/jena,CesarPantoja/jena,apache/jena,jianglili007/jena,kidaa/jena,samaitra/jena,CesarPantoja/jena,adrapereira/jena,tr3vr/jena,kidaa/jena,kamir/jena,kamir/jena,tr3vr/jena,CesarPantoja/jena,apache/jena,atsolakid/jena,samaitra/jena,jianglili007/jena,samaitra/jena,samaitra/jena,adraperei...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
jena-arq/src/main/java/arq/uparse.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 ...
Fix error message for --print
jena-arq/src/main/java/arq/uparse.java
Fix error message for --print
Java
apache-2.0
53703b853cc746d3ba5dce13f81ac4429fd807be
0
eic-cefet-rj/sagitarii,eic-cefet-rj/sagitarii,eic-cefet-rj/sagitarii,eic-cefet-rj/sagitarii,eic-cefet-rj/sagitarii,eic-cefet-rj/sagitarii
package br.cefetrj.sagitarii.wrappers; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.UUID; public class StressMaker { private Set<String> list1; private Set<String> list2; private List<String> list3; public Stre...
extra/examples/wrappers/benchmark/src/br/cefetrj/sagitarii/wrappers/StressMaker.java
package br.cefetrj.sagitarii.wrappers; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.UUID; public class StressMaker { private Set<String> list1; private Set<String> list2; private List<String> list3; public Stre...
Benchmark wrapper updates
extra/examples/wrappers/benchmark/src/br/cefetrj/sagitarii/wrappers/StressMaker.java
Benchmark wrapper updates
Java
apache-2.0
533f6c383e829f52691890779f97672c3ca6550d
0
sirkkalap/DependencyCheck,sirkkalap/DependencyCheck,simon-eastwood/DependencyCheckCM,sirkkalap/DependencyCheck,sirkkalap/DependencyCheck,simon-eastwood/DependencyCheckCM,sirkkalap/DependencyCheck,simon-eastwood/DependencyCheckCM
/* * This file is part of dependency-check-core. * * 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 ...
dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusSearch.java
/* * This file is part of dependency-check-core. * * 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 ...
improved error handling
dependency-check-core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusSearch.java
improved error handling
Java
apache-2.0
ba1cb580309c7fe08ef429454d1d109d9f98963d
0
dsyer/maven,aheritier/maven,atanasenko/maven,keith-turner/maven,skitt/maven,olamy/maven,ChristianSchulte/maven,ChristianSchulte/maven,mizdebsk/maven,barthel/maven,kidaa/maven-1,likaiwalkman/maven,pkozelka/maven,josephw/maven,stephenc/maven,mcculls/maven,dsyer/maven,xasx/maven,atanasenko/maven,runepeter/maven-deploy-plu...
package org.apache.maven.project; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
package org.apache.maven.project; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICE...
don't recheck "deployed" metadata git-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@280234 13f79535-47bb-0310-9956-ffa450edef68
maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
don't recheck "deployed" metadata
Java
apache-2.0
50ab460f1d0226b32a4420badf79ee3d4a23bb82
0
OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu
/* * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) * * 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 ap...
openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java
/* * (C) Copyright 2017-2020 OpenVidu (https://openvidu.io) * * 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 ap...
openvidu-server: gather all remote info from MediaEndpoint with Transaction
openvidu-server/src/main/java/io/openvidu/server/kurento/endpoint/MediaEndpoint.java
openvidu-server: gather all remote info from MediaEndpoint with Transaction
Java
apache-2.0
2822a626b090172ea4e24151f96e29f2e6f7d450
0
Addepar/buck,zpao/buck,zpao/buck,SeleniumHQ/buck,shs96c/buck,JoelMarcey/buck,nguyentruongtho/buck,rmaz/buck,shs96c/buck,SeleniumHQ/buck,nguyentruongtho/buck,kageiit/buck,JoelMarcey/buck,romanoid/buck,SeleniumHQ/buck,SeleniumHQ/buck,JoelMarcey/buck,facebook/buck,brettwooldridge/buck,brettwooldridge/buck,JoelMarcey/buck,...
/* * Copyright 2018-present Facebook, 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...
src/com/facebook/buck/core/model/targetgraph/impl/TargetNodeFactory.java
/* * Copyright 2018-present Facebook, 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...
Do not swallow exceptions in TargetNodeFactory.detectBuildTargetsAndPathsForConstructorArg Summary: This can hide potential bugs. Reviewed By: ttsugriy fbshipit-source-id: 1b15fb9
src/com/facebook/buck/core/model/targetgraph/impl/TargetNodeFactory.java
Do not swallow exceptions in TargetNodeFactory.detectBuildTargetsAndPathsForConstructorArg
Java
apache-2.0
e43dbd4847febc479e192516804f95511d45bbe5
0
apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj
/* * 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 ...
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/PearAnalysisEngineWrapper.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-5730] add impl for pear specifier parameters git-svn-id: a5af42c550a078756190f4e79161aff2e348b436@1835909 13f79535-47bb-0310-9956-ffa450edef68
uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/PearAnalysisEngineWrapper.java
[UIMA-5730] add impl for pear specifier parameters
Java
apache-2.0
0153584a7bc6e74d23482a6578704a25e69a63c2
0
drausin/bitcoin-flow,drausin/bitflow,drausin/bitflow,drausin/bitcoin-flow
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
bitflow-bitcoin/src/test/java/org/drausin/bitflow/blockchain/BlockchainInfoTest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
trivial module name change
bitflow-bitcoin/src/test/java/org/drausin/bitflow/blockchain/BlockchainInfoTest.java
trivial module name change
Java
apache-2.0
68a0a67b294395aad603cbfa7e05aed8d7a7c9c3
0
mtransitapps/ca-niagara-falls-wego-bus-parser,mtransitapps/ca-niagara-falls-wego-bus-parser
package org.mtransit.parser.ca_niagara_falls_wego_bus; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; i...
src/org/mtransit/parser/ca_niagara_falls_wego_bus/NiagaraFallsWEGOBusAgencyTools.java
package org.mtransit.parser.ca_niagara_falls_wego_bus; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; i...
Compatibility wih latest update
src/org/mtransit/parser/ca_niagara_falls_wego_bus/NiagaraFallsWEGOBusAgencyTools.java
Compatibility wih latest update
Java
apache-2.0
145c80a9dbd5d5f63729d338199c1e564a43b927
0
youknowone/zxing,Akylas/zxing,Akylas/zxing,Akylas/zxing,youknowone/zxing,smart-make/zxing,smart-make/zxing,TonnyXu/Zxing,wasn-lab/visual-positioning,TonnyXu/Zxing,TonnyXu/Zxing,wasn-lab/visual-positioning,Akylas/zxing,smart-make/zxing,TonnyXu/Zxing,smart-make/zxing,smart-make/zxing,wasn-lab/visual-positioning,Akylas/zx...
/* * Copyright 2007 ZXing 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 applicable law o...
core/src/com/google/zxing/qrcode/decoder/Version.java
/* * Copyright 2007 ZXing 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 applicable law o...
In extreme decoder failure case, make sure not to let an IAE propagate up. Turn it into ReaderException. git-svn-id: d565a5fbffec933846bf643895bf9c245569575b@911 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/qrcode/decoder/Version.java
In extreme decoder failure case, make sure not to let an IAE propagate up. Turn it into ReaderException.
Java
apache-2.0
4759540e6eac4fe1282057023ea4b4962038ca97
0
chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq
/** * * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java
/** * * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
fixed bug if the connection factory already has a clientId configured git-svn-id: 7f3df76e74c7ad56904d6048df705810748eb1a6@382886 13f79535-47bb-0310-9956-ffa450edef68
activemq-ra/src/main/java/org/apache/activemq/ra/ActiveMQResourceAdapter.java
fixed bug if the connection factory already has a clientId configured
Java
apache-2.0
460a226d060cb070ba687bc4849ab024f12bc583
0
qaprosoft/carina-demo
package com.qaprosoft.carina.demo.mobile.gui.pages.android; import com.qaprosoft.carina.core.foundation.utils.factory.DeviceType; import com.qaprosoft.carina.core.foundation.utils.mobile.MobileUtils; import com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement; import com.qaprosoft.carina.demo.mo...
src/main/java/com/qaprosoft/carina/demo/mobile/gui/pages/android/UIElementsPage.java
package com.qaprosoft.carina.demo.mobile.gui.pages.android; import com.qaprosoft.carina.core.foundation.utils.factory.DeviceType; import com.qaprosoft.carina.core.foundation.utils.mobile.MobileUtils; import com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement; import com.qaprosoft.carina.demo.mo...
rename element.
src/main/java/com/qaprosoft/carina/demo/mobile/gui/pages/android/UIElementsPage.java
rename element.
Java
apache-2.0
1c1cbd13c5eaaad7dc57391a9afa8d86ad1b1647
0
opencb/opencga,opencb/opencga,opencb/opencga,j-coll/opencga,opencb/opencga,j-coll/opencga,j-coll/opencga,opencb/opencga,j-coll/opencga,j-coll/opencga,j-coll/opencga,opencb/opencga
/* * Copyright 2015-2016 OpenCB * * 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 ...
opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/variant/VariantStorage.java
/* * Copyright 2015-2016 OpenCB * * 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 ...
analysis: Improve get aggregation mode
opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/variant/VariantStorage.java
analysis: Improve get aggregation mode
Java
apache-2.0
13c1025921ab9a7210cfa6d35ac70180e17e5bff
0
KernelHaven/TypeChefExtractor
package net.ssehub.kernel_haven.typechef.wrapper; import java.io.File; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.Socket; import java.nio.file.Path; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java...
src/net/ssehub/kernel_haven/typechef/wrapper/Runner.java
package net.ssehub.kernel_haven.typechef.wrapper; import java.io.File; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.Socket; import java.nio.file.Path; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java...
Fix typo
src/net/ssehub/kernel_haven/typechef/wrapper/Runner.java
Fix typo
Java
apache-2.0
19bafa4c8b24d07fa90cd5dc190c365ca38667f8
0
xnslong/logging-log4j2,lqbweb/logging-log4j2,apache/logging-log4j2,codescale/logging-log4j2,GFriedrich/logging-log4j2,GFriedrich/logging-log4j2,apache/logging-log4j2,xnslong/logging-log4j2,apache/logging-log4j2,lqbweb/logging-log4j2,xnslong/logging-log4j2,codescale/logging-log4j2,GFriedrich/logging-log4j2,codescale/log...
/* * 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 n...
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/AbstractStringLayout.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 n...
LOG4J2-1291 replace ThreadLocal<TextEncoderHelper> in AbstractStringLayout with plain field: the ByteBufferDestination needs to be protected from concurrent access anyway
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/AbstractStringLayout.java
LOG4J2-1291 replace ThreadLocal<TextEncoderHelper> in AbstractStringLayout with plain field: the ByteBufferDestination needs to be protected from concurrent access anyway
Java
apache-2.0
c09f301c163cbe96e9500930e0d3bdaf698d1ea4
0
mattbertolini/liquibase,C0mmi3/liquibase,dyk/liquibase,mwaylabs/liquibase,instantdelay/liquibase,syncron/liquibase,danielkec/liquibase,ZEPowerGroup/liquibase,foxel/liquibase,cleiter/liquibase,rkrzewski/liquibase,FreshGrade/liquibase,vbekiaris/liquibase,vast-engineering/liquibase,evigeant/liquibase,C0mmi3/liquibase,NSIT...
package liquibase.sqlgenerator.core; import liquibase.sqlgenerator.SqlGenerator; import liquibase.statement.core.InsertOrUpdateStatement; /** * Created by IntelliJ IDEA. * User: bassettt * Date: Dec 2, 2009 * Time: 12:15:34 AM * To change this template use File | Settings | File Templates. */ public...
liquibase-core/src/main/java/liquibase/sqlgenerator/core/InsertOrUpdateGenerator.java
package liquibase.sqlgenerator.core; import liquibase.sqlgenerator.SqlGenerator; import liquibase.statement.core.InsertOrUpdateStatement; /** * Created by IntelliJ IDEA. * User: bassettt * Date: Dec 2, 2009 * Time: 12:15:34 AM * To change this template use File | Settings | File Templates. */ public...
CORE-528 - Change default priority git-svn-id: a91d99a4c51940524e539abe295d6ea473345dd2@1256 e6edf6fb-f266-4316-afb4-e53d95876a76
liquibase-core/src/main/java/liquibase/sqlgenerator/core/InsertOrUpdateGenerator.java
CORE-528 - Change default priority
Java
apache-2.0
3f9a1dde9f1b33b9678a0b9165b16ffef6149974
0
transitiontechnologies1/GitClasses
package pl.com.tt; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; /** * Hello world! * */ public class App { private static Logger logger = LogManager.getLogger(App.class.getName()); NIE ZBUDUJESZ KODU!!! public static void main( String[] args ) { logger.info("application start...
src/main/java/pl/com/tt/App.java
package pl.com.tt; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; /** * Hello world! * */ public class App { private static Logger logger = LogManager.getLogger(App.class.getName()); NIE ZBUDUJESZ KODU!!! public static void main( String[] args ) { logger.info("application start...
updated message to say my name
src/main/java/pl/com/tt/App.java
updated message to say my name
Java
apache-2.0
ad60efba688e5455c6bf7f51235124729391a3cb
0
nssales/OG-Platform,jerome79/OG-Platform,nssales/OG-Platform,DevStreet/FinanceAnalytics,DevStreet/FinanceAnalytics,jeorme/OG-Platform,ChinaQuants/OG-Platform,jeorme/OG-Platform,jeorme/OG-Platform,DevStreet/FinanceAnalytics,jerome79/OG-Platform,jerome79/OG-Platform,codeaudit/OG-Platform,codeaudit/OG-Platform,nssales/OG-...
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.sesame; import com.opengamma.financial.analytics.timeseries.HistoricalTimeSeriesBundle; import com.opengamma.financial.security.FinancialSecurity; import com.o...
sesame-function/src/main/java/com/opengamma/sesame/HistoricalTimeSeriesFn.java
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.sesame; import com.opengamma.financial.analytics.timeseries.HistoricalTimeSeriesBundle; import com.opengamma.financial.security.FinancialSecurity; import com.o...
OpenGamma 2.2.0-M27p01 release
sesame-function/src/main/java/com/opengamma/sesame/HistoricalTimeSeriesFn.java
OpenGamma 2.2.0-M27p01 release
Java
apache-2.0
ba5536916f3fe07cf78e18c31ee688a42c0dc04d
0
Cantara/Java-Auto-Update,Cantara/Java-Auto-Update
package no.cantara.jau.eventextraction; import com.netflix.hystrix.HystrixCommand; import com.netflix.hystrix.HystrixCommandGroupKey; import com.netflix.hystrix.HystrixCommandProperties; import no.cantara.jau.eventextraction.dto.Event; import no.cantara.jau.serviceconfig.dto.EventExtractionTag; import org.slf4j.Logger...
src/main/java/no/cantara/jau/eventextraction/CommandExtractEventsFromFile.java
package no.cantara.jau.eventextraction; import com.netflix.hystrix.HystrixCommand; import com.netflix.hystrix.HystrixCommandGroupKey; import com.netflix.hystrix.HystrixCommandProperties; import no.cantara.jau.eventextraction.dto.Event; import no.cantara.jau.serviceconfig.dto.EventExtractionTag; import org.slf4j.Logger...
Extract constants
src/main/java/no/cantara/jau/eventextraction/CommandExtractEventsFromFile.java
Extract constants
Java
apache-2.0
178ff48a551c3955cb4a1df1146f299c30aec78b
0
clockworkorange/grails-core,erdi/grails-core,clockworkorange/grails-core,clockworkorange/grails-core,erdi/grails-core,clockworkorange/grails-core,clockworkorange/grails-core,erdi/grails-core
/* Copyright 2004-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
/* Copyright 2004-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
Fixed simple typo issue that resulted in all core dependencies being “build” scoped.
grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
Fixed simple typo issue that resulted in all core dependencies being “build” scoped.
Java
apache-2.0
f285895a683e2680d1d39443f485f71935da4ad1
0
sh4nth/atlasdb-1,palantir/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,andy2palantir/atlasdb,palantir/atlasdb,sh4nth/atlasdb-1,EvilMcJerkface/atlasdb
/** * Copyright 2015 Palantir Technologies * * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/BSD-3-Clause * * Unless required by applicable law or agreed to in wri...
leader-election-impl/src/main/java/com/palantir/leader/PaxosLeaderElectionService.java
/** * Copyright 2015 Palantir Technologies * * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/BSD-3-Clause * * Unless required by applicable law or agreed to in wri...
Leader election - less contentious leader checks Leader-checking calls were batched in a way that a lot of synchronization. This change removes a lot of that. The idea is that whichever thread creates a new batch is responsible for actually making a remote call and writing down the result, so now there's no need to sy...
leader-election-impl/src/main/java/com/palantir/leader/PaxosLeaderElectionService.java
Leader election - less contentious leader checks
Java
apache-2.0
cb6e6ab7cafe5efa3042418c841ae1fe66e90045
0
osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi
/* * ============================================================================ * (c) Copyright 2004 Nokia This material, including documentation and any * related computer programs, is protected by copyright controlled by Nokia and * its licensors. All rights are reserved. * * These materials have been contri...
org.osgi.impl.service.application/src/org/osgi/impl/service/application/Scheduler.java
/* * ============================================================================ * (c) Copyright 2004 Nokia This material, including documentation and any * related computer programs, is protected by copyright controlled by Nokia and * its licensors. All rights are reserved. * * These materials have been contri...
FIXED: using guarded objects
org.osgi.impl.service.application/src/org/osgi/impl/service/application/Scheduler.java
FIXED: using guarded objects
Java
apache-2.0
e61a4de6d0cab14f0aefa1f003b2fc9326eb2f0e
0
cushon/error-prone,cushon/error-prone,cushon/error-prone,google/error-prone,google/error-prone,cushon/error-prone
/* * Copyright 2019 The Error Prone 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 applicable law or agre...
core/src/main/java/com/google/errorprone/bugpatterns/OptionalMapToOptional.java
/* * Copyright 2019 The Error Prone 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 applicable law or agre...
Fix a typo. PiperOrigin-RevId: 331103624
core/src/main/java/com/google/errorprone/bugpatterns/OptionalMapToOptional.java
Fix a typo.
Java
apache-2.0
00369916671b32841096c32d0f7a10a802f28957
0
apache/clerezza,apache/clerezza
/* * 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 ...
rdf.jena.sparql/src/main/java/org/apache/clerezza/rdf/jena/sparql/JenaSparqlEngine.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 ...
replaced tabs with spaces
rdf.jena.sparql/src/main/java/org/apache/clerezza/rdf/jena/sparql/JenaSparqlEngine.java
replaced tabs with spaces
Java
bsd-3-clause
c434ba19ef6bb0ab329ca179f98ba60bba71ddfa
0
knopflerfish/knopflerfish.org,knopflerfish/knopflerfish.org,knopflerfish/knopflerfish.org
/* * Copyright (c) 2004, KNOPFLERFISH project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * - Redistributions of source code must retain the above copyright * notice, this list ...
osgi/bundles_opt/junit/junit/src/org/knopflerfish/bundle/junit/JUnitServiceImpl.java
/* * Copyright (c) 2004, KNOPFLERFISH project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * - Redistributions of source code must retain the above copyright * notice, this list ...
added framework properties to XML output
osgi/bundles_opt/junit/junit/src/org/knopflerfish/bundle/junit/JUnitServiceImpl.java
added framework properties to XML output