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 | 8059bcbd4cd139376ec001ffa2715b5694ccbcc1 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2017, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | server/src/main/java/org/spine3/server/event/EventEntity.java | /*
* Copyright 2017, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... | Make EventEntity public.
| server/src/main/java/org/spine3/server/event/EventEntity.java | Make EventEntity public. | |
Java | apache-2.0 | d4321470c3aa330f0c62dee4668a28e761234c99 | 0 | Bai-Jie/CoolTechnologies,Bai-Jie/CoolTechnologies,OptimalOrange/CoolTechnologies,OptimalOrange/CoolTechnologies | package com.optimalorange.cooltechnologies.ui.fragment;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.optimalorange.cooltechnologies.BuildConfig;
import com.optimalorange.cooltechnologies.R;
import com.optimalorange.cooltechnologies.network.DestroyFavoriteRequest;
import com.opt... | app/src/main/java/com/optimalorange/cooltechnologies/ui/fragment/FavoriteFragment.java | package com.optimalorange.cooltechnologies.ui.fragment;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.optimalorange.cooltechnologies.BuildConfig;
import com.optimalorange.cooltechnologies.R;
import com.optimalorange.cooltechnologies.network.DestroyFavoriteRequest;
import com.opt... | 尝试提高allRead()的容错性
| app/src/main/java/com/optimalorange/cooltechnologies/ui/fragment/FavoriteFragment.java | 尝试提高allRead()的容错性 | |
Java | apache-2.0 | a8896c39964d9a15efb58a3019cdff2119428453 | 0 | google/ExoPlayer,google/ExoPlayer,androidx/media,google/ExoPlayer,androidx/media,androidx/media | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | demos/main/src/main/java/com/google/android/exoplayer2/demo/SampleChooserActivity.java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Switch the demo app from Util.areEqual to Guava's Objects.equals
Util.areEqual will not be part of the stable API.
PiperOrigin-RevId: 437723080
| demos/main/src/main/java/com/google/android/exoplayer2/demo/SampleChooserActivity.java | Switch the demo app from Util.areEqual to Guava's Objects.equals | |
Java | apache-2.0 | d0881e4e9d2bfff434d33554092a718f2f0eac85 | 0 | naver/yobi,Limseunghwan/oss,bloodybear/yona,violetag/demo,Limseunghwan/oss,Limseunghwan/oss,violetag/demo,ihoneymon/yobi,ahb0327/yobi,brainagenet/yobi,oolso/yobi,ihoneymon/yobi,oolso/yobi,ChangsungKim/TestRepository01,ahb0327/yobi,doortts/forked-for-history,ChangsungKim/TestRepository01,brainagenet/yobi,doortts/forked-... | package utils;
import java.net.UnknownHostException;
import java.util.List;
import org.apache.commons.lang.StringUtils;
public class Url {
/**
* Create url with given <code>pathSegments</code> and configured scheme, hostname and port.
*
* @param pathSegments List of path segments to construct the... | app/utils/Url.java | package utils;
import java.util.List;
import org.apache.commons.lang.StringUtils;
public class Url {
/**
* Create url with given <code>pathSegments</code> and configured scheme, hostname and port.
*
* @param pathSegments List of path segments to construct the path.
*
* @return <co... | utils: Better guess for default hostname.
Url.create considers INetAddress.getLocalHost.getHostAddress
as a default hostname.
| app/utils/Url.java | utils: Better guess for default hostname. | |
Java | apache-2.0 | b141d21dce773c81ab277560cdb98beadfdc100a | 0 | chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq | /**
* 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... | activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.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... | Gaurd against too many read checks happening back to back.
git-svn-id: d2a93f579bd4835921162e9a69396c846e49961c@629859 13f79535-47bb-0310-9956-ffa450edef68
| activemq-core/src/main/java/org/apache/activemq/transport/InactivityMonitor.java | Gaurd against too many read checks happening back to back. | |
Java | apache-2.0 | 1c2aaa8faf2f57c2098a7404f055f323e79c4e22 | 0 | spotify/apollo,rouzwawi/apollo,spotify/apollo,rouzwawi/apollo,rouzwawi/apollo,rouzwawi/apollo,spotify/apollo,spotify/apollo | /*
* -\-\-
* Spotify Apollo Entity Middleware
* --
* Copyright (C) 2013 - 2016 Spotify AB
* --
* 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... | apollo-entity/src/main/java/com/spotify/apollo/entity/CodecEntityMiddleware.java | /*
* -\-\-
* Spotify Apollo Entity Middleware
* --
* Copyright (C) 2013 - 2016 Spotify AB
* --
* 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... | fix javadoc comment
| apollo-entity/src/main/java/com/spotify/apollo/entity/CodecEntityMiddleware.java | fix javadoc comment | |
Java | apache-2.0 | cf2f082c6484b52520a782a68115351d28999bf4 | 0 | oasisfeng/condom | /*
* Copyright (C) 2017 Oasis Feng. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* 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:... | library/src/androidTest/java/com/oasisfeng/condom/CondomContextBlockingTest.java | /*
* Copyright (C) 2017 Oasis Feng. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* 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:... | UPDATE: CondomContextBlockingTest with application context of CondomContext.
| library/src/androidTest/java/com/oasisfeng/condom/CondomContextBlockingTest.java | UPDATE: CondomContextBlockingTest with application context of CondomContext. | |
Java | apache-2.0 | aa1be2e31329cc1d0c3d828ee09046f9c9514a4e | 0 | nssales/OG-Platform,nssales/OG-Platform,jeorme/OG-Platform,jeorme/OG-Platform,DevStreet/FinanceAnalytics,codeaudit/OG-Platform,codeaudit/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,jerome79/OG-Platform,McLeodMoores/starling,DevStreet/FinanceAnalytics,nssales/O... | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.livedata.server;
import static org.testng.AssertJUnit.assertEquals;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.opengamma.id.Ext... | projects/OG-LiveData/tests/unit/com/opengamma/livedata/server/ReconnectManagerTest.java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.livedata.server;
import static org.testng.AssertJUnit.assertEquals;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.opengamma.id.Ext... | Harden ReconnectManager test
| projects/OG-LiveData/tests/unit/com/opengamma/livedata/server/ReconnectManagerTest.java | Harden ReconnectManager test | |
Java | apache-2.0 | 92400b9bc351e2322a67495148bc33838ef377c6 | 0 | quadrama/DramaNLP,quadrama/DramaNLP,quadrama/DramaNLP | package de.unistuttgart.quadrama.io.tei;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.ut... | de.unistuttgart.ims.drama.io.core/src/main/java/de/unistuttgart/quadrama/io/tei/QuaDramAReader.java | package de.unistuttgart.quadrama.io.tei;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Random;
import java.util.Set;
import java.ut... | Fix extraction of translator
| de.unistuttgart.ims.drama.io.core/src/main/java/de/unistuttgart/quadrama/io/tei/QuaDramAReader.java | Fix extraction of translator | |
Java | apache-2.0 | 8169f6d480c7b28114f8835f855b13ab70319dba | 0 | gradle/gradle,gstevey/gradle,gradle/gradle,lsmaira/gradle,blindpirate/gradle,lsmaira/gradle,robinverduijn/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,lsmaira/gradle,lsmaira/gradle,gstevey/gradle,robinverduijn/gradle,gradle/gradle,gstevey/gradle,lsmaira/gradle,robinverduijn/gradle,rob... | subprojects/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseTask.java | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Removed deprecated and unused EclipseTask tooling api model.
| subprojects/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseTask.java | Removed deprecated and unused EclipseTask tooling api model. | ||
Java | apache-2.0 | 9e23fe5929e667fa170496586328ac10fe5d970c | 0 | RobotPajamas/Blueteeth,RobotPajamas/Blueteeth,RobotPajamas/Blueteeth,RobotPajamas/Blueteeth | blueteeth/src/main/kotlin/com/robotpajamas/blueteeth/BlueteethResponse.java | package com.robotpajamas.blueteeth;
// TODO: Fill this out from https://android.googlesource.com/platform/external/bluetooth/bluedroid/+/android-4.3_r1.1/stack/include/gatt_api.h
// TODO: Expose underlying GATT errors
public enum BlueteethResponse {
NO_ERROR,
NOT_CONNECTED,
BUSY,
ERROR
}
| Removed another unused file
| blueteeth/src/main/kotlin/com/robotpajamas/blueteeth/BlueteethResponse.java | Removed another unused file | ||
Java | apache-2.0 | 2a597d9aae975a810cf911a69e88946740c477f9 | 0 | brianchen2012/syncope,brianchen2012/syncope,brianchen2012/syncope | /*
* 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 ... | core/src/main/java/org/syncope/core/persistence/dao/impl/UserSearchDAOImpl.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 ... | SYNCOPE-46 Add single quote to user search
git-svn-id: 51e9c0635e05060c2a7639df764e0b3ebb09013f@1303857 13f79535-47bb-0310-9956-ffa450edef68
| core/src/main/java/org/syncope/core/persistence/dao/impl/UserSearchDAOImpl.java | SYNCOPE-46 Add single quote to user search | |
Java | apache-2.0 | 57da1a2231c4bf217e255df8c32337188a16ff5c | 0 | wcmc-its/ReCiter,wcmc-its/ReCiter | /*******************************************************************************
* 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... | src/main/java/reciter/engine/ReCiterEngine.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... | Added rejectedPmid to compute function | src/main/java/reciter/engine/ReCiterEngine.java | Added rejectedPmid to compute function | |
Java | apache-2.0 | 8c6f9111e7a37d6ff1ee47d85b54482a5578fa19 | 0 | SurveyMan/SMPy,SurveyMan/SMPy | package system.mturk.generators;
import com.googlecode.htmlcompressor.compressor.HtmlCompressor;
import csv.CSVLexer;
import csv.CSVParser;
import org.apache.log4j.Logger;
import survey.*;
import system.Library;
import system.mturk.MturkLibrary;
import utils.Gensym;
import utils.Slurpie;
import java.io.*;
import java... | src/main/java/system/mturk/generators/HTML.java | package system.mturk.generators;
import com.googlecode.htmlcompressor.compressor.HtmlCompressor;
import csv.CSVLexer;
import csv.CSVParser;
import org.apache.log4j.Logger;
import survey.*;
import system.Library;
import system.mturk.MturkLibrary;
import utils.Gensym;
import utils.Slurpie;
import java.io.*;
import java... | updated media tag check to handle upper and lower case
| src/main/java/system/mturk/generators/HTML.java | updated media tag check to handle upper and lower case | |
Java | apache-2.0 | db01d3ea378e6c6da545aa8d64f7f3d73ea925ed | 0 | tvbarthel/BlurDialogFragment,bobxie/BlurDialogFragment,vamsirajendra/BlurDialogFragment,MaTriXy/BlurDialogFragment,liuzwei/BlurDialogFragment,peterdocter/BlurDialogFragment,skyfe79/BlurDialogFragment,zh-kevin/BlurDialogFragment,gk23/BlurDialogFragment,flyou/BlurDialogFragment,ajju4455/BlurDialogFragment,tommytcchan/Blu... | package fr.tvbarthel.lib.blurdialogfragment;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.content.res.TypedArray;
impo... | lib/src/main/java/fr/tvbarthel/lib/blurdialogfragment/BlurDialogEngine.java | package fr.tvbarthel.lib.blurdialogfragment;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.content.res.TypedArray;
impo... | Re-use the same bitmap and prevent from re-allocating a second bitmap
| lib/src/main/java/fr/tvbarthel/lib/blurdialogfragment/BlurDialogEngine.java | Re-use the same bitmap and prevent from re-allocating a second bitmap | |
Java | apache-2.0 | 50213a0aede8eaa383a0af558d2cb14ce563aeb1 | 0 | xtern/ignite,endian675/ignite,andrey-kuznetsov/ignite,SomeFire/ignite,voipp/ignite,endian675/ignite,SharplEr/ignite,xtern/ignite,daradurvs/ignite,chandresh-pancholi/ignite,sk0x50/ignite,samaitra/ignite,apache/ignite,NSAmelchev/ignite,ilantukh/ignite,apache/ignite,amirakhmedov/ignite,nizhikov/ignite,voipp/ignite,SharplE... | /*
* 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/ml/src/main/java/org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.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-7375: Right cleanup after training.
this closes #3478
| modules/ml/src/main/java/org/apache/ignite/ml/nn/trainers/distributed/MLPGroupUpdateTrainer.java | IGNITE-7375: Right cleanup after training. | |
Java | apache-2.0 | 636c328801f8ca1eaba4f049b20eb0cbf1ad25a8 | 0 | kabir/xnio,fl4via/xnio,xnio/xnio,stuartwdouglas/xnio,xnio/xnio,fl4via/xnio,panossot/xnio,panossot/xnio,dmlloyd/xnio,kabir/xnio | /*
* JBoss, Home of Professional Open Source
* Copyright 2008, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the ter... | api/src/main/java/org/jboss/xnio/IoUtils.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2008, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the ter... | Order of ops change
| api/src/main/java/org/jboss/xnio/IoUtils.java | Order of ops change | |
Java | apache-2.0 | 432a6dd98396bd53062b1ba29896f4ee64b61b99 | 0 | MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim | /*******************************************************************************
*
* This file is part of iBioSim. Please visit <http://www.async.ece.utah.edu/ibiosim>
* for the latest version of iBioSim.
*
* Copyright (C) 2017 University of Utah
*
* This library is free software; you can redistribute i... | verification/src/main/java/edu/utah/ece/async/lema/verification/lpn/ExprTree.java | /*******************************************************************************
*
* This file is part of iBioSim. Please visit <http://www.async.ece.utah.edu/ibiosim>
* for the latest version of iBioSim.
*
* Copyright (C) 2017 University of Utah
*
* This library is free software; you can redistribute i... | Fix ^ precedence in ExprTree parsing | verification/src/main/java/edu/utah/ece/async/lema/verification/lpn/ExprTree.java | Fix ^ precedence in ExprTree parsing | |
Java | apache-2.0 | e02844d24b180cbaee64061aa8ffa33b61a1b2cf | 0 | drankye/directory-server,apache/directory-server,drankye/directory-server,apache/directory-server | /*
* 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
* "Lic... | kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.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
* "Lic... | Applied patch for DIRSERVER-2035
git-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@1644601 13f79535-47bb-0310-9956-ffa450edef68
| kerberos-codec/src/test/java/org/apache/directory/server/kerberos/shared/replay/ReplayCacheImplTest.java | Applied patch for DIRSERVER-2035 | |
Java | apache-2.0 | d96c3d85f54d8cad4722c96722b2f5380edd7e01 | 0 | brightchen/apex-malhar,chinmaykolhatkar/incubator-apex-malhar,tushargosavi/incubator-apex-malhar,siyuanh/apex-malhar,vrozov/apex-malhar,patilvikram/apex-malhar,sandeep-n/incubator-apex-malhar,ilganeli/incubator-apex-malhar,davidyan74/apex-malhar,tweise/incubator-apex-malhar,chinmaykolhatkar/apex-malhar,vrozov/apex-malh... | /**
* Copyright (C) 2015 DataTorrent, 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 la... | library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcInputOperator.java | /**
* Copyright (C) 2015 DataTorrent, 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 la... | statement should be transient
| library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcInputOperator.java | statement should be transient | |
Java | bsd-3-clause | 6410b502f6cde3354148e2b9cc6303010515e13e | 0 | oci-pronghorn/PronghornIoT-Examples,oci-pronghorn/PronghornIoT,oci-pronghorn/PronghornIoT,oci-pronghorn/FogLight,oci-pronghorn/FogLight,oci-pronghorn/FogLight,oci-pronghorn/PronghornIoT-Examples | package com.ociweb.iot.nightlight;
import static com.ociweb.iot.grove.GroveTwig.AngleSensor;
import static com.ociweb.iot.grove.GroveTwig.LightSensor;
import com.ociweb.iot.grove.Grove_LCD_RGB;
import com.ociweb.iot.hardware.Hardware;
import com.ociweb.iot.maker.CommandChannel;
import com.ociweb.iot.maker.DeviceRunt... | nightLight/src/main/java/com/ociweb/iot/nightlight/IoTApp.java | package com.ociweb.iot.nightlight;
import static com.ociweb.iot.grove.GroveTwig.AngleSensor;
import static com.ociweb.iot.grove.GroveTwig.LightSensor;
import com.ociweb.iot.grove.Grove_LCD_RGB;
import com.ociweb.iot.hardware.Hardware;
import com.ociweb.iot.maker.CommandChannel;
import com.ociweb.iot.maker.DeviceRunt... | clean up values | nightLight/src/main/java/com/ociweb/iot/nightlight/IoTApp.java | clean up values | |
Java | bsd-3-clause | 63cf17e5a40f9e6ce8a5503b9075266b5196e404 | 0 | musiKk/classreader | /*
* Copyright (c) 2013, Werner Hahn
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions... | src/main/java/com/github/musikk/classreader/attributes/ExceptionTable.java | /*
* Copyright (c) 2013, Werner Hahn
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions... | make exception table iterable
| src/main/java/com/github/musikk/classreader/attributes/ExceptionTable.java | make exception table iterable | |
Java | bsd-3-clause | 626d71409995c76b78f68291f737d52fa44b5a44 | 0 | mogol/flutter_secure_storage,mogol/flutter_secure_storage,mogol/flutter_secure_storage,mogol/flutter_secure_storage,mogol/flutter_secure_storage,mogol/flutter_secure_storage,mogol/flutter_secure_storage | package com.it_nomads.fluttersecurestorage.ciphers;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Build;
import android.security.keystore.KeyGenParameterSpec;
import android.security.keystore.KeyProperties;
import java.math.BigInteger;
import java.security.KeyPairGenerator;... | android/src/main/java/com/it_nomads/fluttersecurestorage/ciphers/StorageCipher18Implementation.java | package com.it_nomads.fluttersecurestorage.ciphers;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Build;
import android.security.keystore.KeyGenParameterSpec;
import android.security.keystore.KeyProperties;
import java.math.BigInteger;
import java.security.KeyPairGenerator;... | Fixed KEY_ALIAS for Android 4.4.2.
| android/src/main/java/com/it_nomads/fluttersecurestorage/ciphers/StorageCipher18Implementation.java | Fixed KEY_ALIAS for Android 4.4.2. | |
Java | mit | 4508f30f84e78bdbbe7d3a88a6773d26cf8ccb52 | 0 | dtm/ProvToolbox,dtm/ProvToolbox,joansmith/ProvToolbox,joansmith/ProvToolbox,joansmith/ProvToolbox,dtm/ProvToolbox,joansmith/ProvToolbox | package org.openprovenance.prov.xml;
import java.io.File;
import java.io.StringWriter;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.List;
import java.net.URI;
import javax.xml.bind.JAXBException;
import javax.xml.namespace.QName;
import junit.framework.TestCase;
... | prov-xml/src/test/java/org/openprovenance/prov/xml/RoundTripFromJavaTest.java | package org.openprovenance.prov.xml;
import java.io.File;
import java.io.StringWriter;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.List;
import java.net.URI;
import javax.xml.bind.JAXBException;
import javax.xml.namespace.QName;
import junit.framework.TestCase;
... | round trips with dicos
| prov-xml/src/test/java/org/openprovenance/prov/xml/RoundTripFromJavaTest.java | round trips with dicos | |
Java | mit | e34c29cedbe724b0c56cadbf8dd08e5b87bfb8aa | 0 | WesleyyC/ImageEditor,WesleyyC/Image-Editor,WesleyyC/ImageEditor,WesleyyC/Image-Editor | // This is a program that edits a picture.
import java.awt.image.*;
import javax.imageio.*;
import java.io.*;
public class TheImage {
public BufferedImage im = null;
public int[] packedData = null;
public int[][][] pixelData = null; // Unit be modified.
public int height = 0;
public int width = 0;
public int ... | TheImage.java | // This is a program that edits a picture.
import java.awt.image.*;
import javax.imageio.*;
import java.io.*;
public class TheImage {
public BufferedImage im = null;
public int[] packedData = null;
public int[][][] pixelData = null; // Unit be modified.
public int height = 0;
public int width = 0;
public int ... | birhten function
| TheImage.java | birhten function | |
Java | mit | e32736739171e023a55d28fb997ec32fed4346d9 | 0 | Ordinastie/MalisisCore | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Ordinastie
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | src/main/java/net/malisis/core/client/gui/component/interaction/UISelect.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Ordinastie
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | Fixed select() | src/main/java/net/malisis/core/client/gui/component/interaction/UISelect.java | Fixed select() | |
Java | mit | 5cd8f0485a4cf6ac343e21a782fee814b0421e29 | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
/**
* https://leetcode.com/problems/base-7/
*/
public class Problem504 {
public String convertToBase7(int num) {
if (num == 0) {
return "0";
}
StringBuilder result = new StringBuilder();
boolean negative = false;
if (num < 0) {
num... | src/main/java/leetcode/Problem504.java | package leetcode;
/**
* https://leetcode.com/problems/base-7/
*/
public class Problem504 {
public String convertToBase7(int num) {
// TODO
return null;
}
public static void main(String[] args) {
Problem504 prob = new Problem504();
System.out.println(prob.convertToBase7(10... | Solve problem 504
| src/main/java/leetcode/Problem504.java | Solve problem 504 | |
Java | mit | 4274675234fc46a34f41f3e19c52cb0b23011ddc | 0 | jaquadro/StorageDrawers,jaquadro/StorageDrawers,codewarrior0/StorageDrawers,bloodmc/StorageDrawers | package com.jaquadro.minecraft.storagedrawers.block.tile;
import com.jaquadro.minecraft.storagedrawers.StorageDrawers;
import com.jaquadro.minecraft.storagedrawers.api.inventory.IDrawerInventory;
import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer;
import com.jaquadro.minecraft.storagedrawers.api.storage.... | src/com/jaquadro/minecraft/storagedrawers/block/tile/TileEntityController.java | package com.jaquadro.minecraft.storagedrawers.block.tile;
import com.jaquadro.minecraft.storagedrawers.StorageDrawers;
import com.jaquadro.minecraft.storagedrawers.api.inventory.IDrawerInventory;
import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer;
import com.jaquadro.minecraft.storagedrawers.api.storage.... | Fix controller not always finding all drawers within 12 block distance.
| src/com/jaquadro/minecraft/storagedrawers/block/tile/TileEntityController.java | Fix controller not always finding all drawers within 12 block distance. | |
Java | epl-1.0 | 5a9a8a5598c822c424d1d508fee86d36624ce490 | 0 | opendaylight/opflex,opendaylight/opflex,mhrobinson/opflex,mhrobinson/opflex,mhrobinson/opflex,opendaylight/opflex,opendaylight/opflex,mhrobinson/opflex | package org.opendaylight.opflex.genie.content.format.proxy.structure.cpp;
import org.opendaylight.opflex.genie.content.format.agent.meta.cpp.FMetaDef;
import org.opendaylight.opflex.genie.content.model.mclass.MClass;
import org.opendaylight.opflex.genie.content.model.mnaming.MNameComponent;
import org.opendaylight.opf... | genie/src/main/java/org/opendaylight/opflex/genie/content/format/proxy/structure/cpp/FClassDef.java | package org.opendaylight.opflex.genie.content.format.proxy.structure.cpp;
import org.opendaylight.opflex.genie.content.format.agent.meta.cpp.FMetaDef;
import org.opendaylight.opflex.genie.content.model.mclass.MClass;
import org.opendaylight.opflex.genie.content.model.mnaming.MNameComponent;
import org.opendaylight.opf... | Fix compilation problems with genie generated code for proxy
Change-Id: Ie7d423d1a7e145774d98d13717639e7a8712874f
Signed-off-by: Tom Flynn <abc7c57a6537c493534eb3847500f37bef7b716d@gmail.com>
| genie/src/main/java/org/opendaylight/opflex/genie/content/format/proxy/structure/cpp/FClassDef.java | Fix compilation problems with genie generated code for proxy | |
Java | epl-1.0 | 86c19773f9de786f23f194156cc122d2b5a4b02b | 0 | gnodet/wikitext | /*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers and others.
* 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 distrib... | org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/SynchronizeQueryJob.java | /*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers and others.
* 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 distrib... | RESOLVED - bug 208488: [performance] streamline synch after task submit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=208488
| org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/SynchronizeQueryJob.java | RESOLVED - bug 208488: [performance] streamline synch after task submit https://bugs.eclipse.org/bugs/show_bug.cgi?id=208488 | |
Java | mpl-2.0 | 224b2c19e1b8d7e98b5cac9cf20c9d70bcba01c4 | 0 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core |
import drafts.com.sun.star.accessibility.XAccessibleContext;
import drafts.com.sun.star.accessibility.XAccessibleText;
import drafts.com.sun.star.accessibility.XAccessibleEditableText;
import drafts.com.sun.star.accessibility.AccessibleTextType;
import com.sun.star.awt.Rectangle;
import com.sun.star.awt.Point;
import... | toolkit/test/accessibility/AccessibleTextHandler.java |
import drafts.com.sun.star.accessibility.XAccessibleContext;
import drafts.com.sun.star.accessibility.XAccessibleText;
import drafts.com.sun.star.accessibility.XAccessibleEditableText;
import drafts.com.sun.star.accessibility.AccessibleTextType;
import com.sun.star.awt.Rectangle;
import com.sun.star.awt.Point;
import... | added support for AccessibleTextType::GLYPH and ATTRIBUTE_RUN
| toolkit/test/accessibility/AccessibleTextHandler.java | added support for AccessibleTextType::GLYPH and ATTRIBUTE_RUN | |
Java | agpl-3.0 | 6b01cb80da4541563c2c845c9f266f2fc6d76e79 | 0 | edbaskerville/mc3kit,edbaskerville/mc3kit | /***
This file is part of mc3kit.
Copyright (C) 2013 Edward B. Baskerville
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) a... | src/mc3kit/distributions/ExponentialDistribution.java | /***
This file is part of mc3kit.
Copyright (C) 2013 Edward B. Baskerville
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) a... | Exponential was using 1.0 instead of user-set fixed rate; fixed. | src/mc3kit/distributions/ExponentialDistribution.java | Exponential was using 1.0 instead of user-set fixed rate; fixed. | |
Java | agpl-3.0 | 1c379e47941bf1cd1e0d50c4c387017261d365f7 | 0 | bio4j/bio4j | /*
# ENZYME
This graph includes all Enzyme terms that are included in the ExPASy ENZYME database but **not** those that have been either _transferred_ or _deleted_.
You can get more information about the Enzyme database from its [website](http://enzyme.expasy.org/), in particular
- **[Enzyme description and ... | src/main/java/com/bio4j/model/ENZYMEGraph.java | /*
# ENZYME
This graph includes all Enzyme terms that are included in the ExPASy ENZYME database but **not** those that have been either _transferred_ or _deleted_.
You can get more information about the Enzyme database from its [website](http://enzyme.expasy.org/), in particular
- **[Enzyme description and ... | make edges for Enzyme subclasses have plural name
| src/main/java/com/bio4j/model/ENZYMEGraph.java | make edges for Enzyme subclasses have plural name | |
Java | agpl-3.0 | de4efa7767643fc37dbaeb818c5fa48f9005c1ba | 0 | quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials,quikkian-ua-devops/will-financials | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2016 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free ... | kfs-datatools/src/main/java/org/kuali/kfs/sys/datatools/exportdata/ExportData.java | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2016 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free ... | FINI-1464 Change date format in data files
| kfs-datatools/src/main/java/org/kuali/kfs/sys/datatools/exportdata/ExportData.java | FINI-1464 Change date format in data files | |
Java | lgpl-2.1 | 54f47fe87456980ab5d3d70f3c7822219f383a1e | 0 | aaronc/jfreechart,aaronc/jfreechart,aaronc/jfreechart | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/in... | tests/org/jfree/data/xy/XYSeriesTest.java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/in... | Fix maxY for series that doesn't allow duplicates (JUnit test added as well).
git-svn-id: ca96c60061366ac92493e2142a352bb838ea8caa@2889 4df5dd95-b682-48b0-b31b-748e37b65e73
| tests/org/jfree/data/xy/XYSeriesTest.java | Fix maxY for series that doesn't allow duplicates (JUnit test added as well). | |
Java | apache-2.0 | aa58e1e5db4af2a6f97520756831e87aa1d3e3fb | 0 | apache/beam,lukecwik/incubator-beam,chamikaramj/beam,apache/beam,lukecwik/incubator-beam,apache/beam,lukecwik/incubator-beam,apache/beam,robertwb/incubator-beam,robertwb/incubator-beam,chamikaramj/beam,robertwb/incubator-beam,chamikaramj/beam,apache/beam,lukecwik/incubator-beam,lukecwik/incubator-beam,lukecwik/incubato... | /*
* 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 ... | sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.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 ... | [BEAM-10871] Fix FhirLROIT tests (again) (#12908)
* Add export FHIR resources to GCS method for HealthcareApiClient.
* Add export FHIR resources to GCS method for HealthcareApiClient.
* Add export FHIR resources to GCS method for HealthcareApiClient.
* Add export FHIR resources to GCS IO connector.
* Add e... | sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOLROIT.java | [BEAM-10871] Fix FhirLROIT tests (again) (#12908) | |
Java | apache-2.0 | af4d03cf0455c45c67d8412f56db254b343eb286 | 0 | wanggc/mongo-java-driver,gianpaj/mongo-java-driver,rozza/mongo-java-driver,davydotcom/mongo-java-driver,PSCGroup/mongo-java-driver,wanggc/mongo-java-driver,rozza/mongo-java-driver,jyemin/mongo-java-driver,jsonking/mongo-java-driver,jyemin/mongo-java-driver,kay-kim/mongo-java-driver,davydotcom/mongo-java-driver,jsonking... | /**
* Copyright (C) 2008 10gen 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... | src/test/com/mongodb/gridfs/GridFSTest.java | /**
* Copyright (C) 2008 10gen 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... | JAVA-431 the find() method of GridFS should can be sorted
- added test for both methods for sorting
| src/test/com/mongodb/gridfs/GridFSTest.java | JAVA-431 the find() method of GridFS should can be sorted - added test for both methods for sorting | |
Java | apache-2.0 | 31ffbf22bed82a0808ec4d800123c8b22175d4bb | 0 | SRCB-CloudPart/ngrinder,bwahn/ngrinder,GwonGisoo/ngrinder,bwahn/ngrinder,songeunwoo/ngrinder,songeunwoo/ngrinder,GwonGisoo/ngrinder,naver/ngrinder,nanpa83/ngrinder,SRCB-CloudPart/ngrinder,SRCB-CloudPart/ngrinder,ropik/ngrinder,chengaomin/ngrinder,ropik/ngrinder,naver/ngrinder,naver/ngrinder,nanpa83/ngrinder,chengaomin/... | /*
* 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
* distr... | ngrinder-controller/src/main/java/org/ngrinder/infra/init/DatabaseUpdater.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
* distr... | [NOBTS]create NGrinderRenameColumnGenerator to replace
RenameColumnGenerator | ngrinder-controller/src/main/java/org/ngrinder/infra/init/DatabaseUpdater.java | [NOBTS]create NGrinderRenameColumnGenerator to replace RenameColumnGenerator | |
Java | apache-2.0 | adf1007cca44e1f4dbd8b3a0d4cfaa9665898439 | 0 | merlimat/pulsar,merlimat/pulsar,merlimat/pulsar,yahoo/pulsar,yahoo/pulsar,massakam/pulsar,yahoo/pulsar,massakam/pulsar,merlimat/pulsar,merlimat/pulsar,yahoo/pulsar,massakam/pulsar,massakam/pulsar,massakam/pulsar,merlimat/pulsar,yahoo/pulsar,yahoo/pulsar,massakam/pulsar | /**
* 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... | pulsar-metadata/src/test/java/org/apache/pulsar/metadata/ZKSessionTest.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 flaky test testReacquireLocksAfterSessionLost (#11815)
### Motivation
Then run ZKSessionTest#testReacquireLocksAfterSessionLost, it will fail occasionally.
Error: testReacquireLocksAfterSessionLost(org.apache.pulsar.metadata.ZKSessionTest) Time elapsed: 12.974 s <<< FAILURE!
org.awaitility.core.ConditionTi... | pulsar-metadata/src/test/java/org/apache/pulsar/metadata/ZKSessionTest.java | fix flaky test testReacquireLocksAfterSessionLost (#11815) | |
Java | apache-2.0 | 0bf6088d02d3c13e654bdcf6b48732805ccc9658 | 0 | lichtemo/strategoxt,metaborg/strategoxt,Apanatshka/strategoxt,Apanatshka/strategoxt,Apanatshka/strategoxt,lichtemo/strategoxt,Apanatshka/strategoxt,metaborg/strategoxt,Apanatshka/strategoxt,metaborg/strategoxt,lichtemo/strategoxt,lichtemo/strategoxt,metaborg/strategoxt,metaborg/strategoxt,lichtemo/strategoxt | strategoxt-java-backend/src/java/org/strategoxt/NotImplementedException.java | /*
* Created on 17. sep.. 2006
*
* Copyright (c) 2005, Karl Trygve Kalleberg <karltk@strategoxt.org>
*
* Licensed under the GNU General Public License, v2
*/
package org.strategoxt;
public class NotImplementedException extends RuntimeException {
private final String message;
public NotImplementedE... | Removed unused file.
svn path=/strc-java/trunk/; revision=19211
| strategoxt-java-backend/src/java/org/strategoxt/NotImplementedException.java | Removed unused file. | ||
Java | apache-2.0 | d2af87d191fb71f57be59c70e05a8c9bf8c656c9 | 0 | littlezhou/SSM-1,huafengw/SSM,littlezhou/SSM-1,huafengw/SSM,Intel-bigdata/SSM,Intel-bigdata/SSM,duzhen1996/SSM,drankye/SSM,drankye/SSM,Intel-bigdata/SSM,drankye/SSM,Intel-bigdata/SSM,duzhen1996/SSM,huafengw/SSM,Intel-bigdata/SSM,littlezhou/SSM-1,littlezhou/SSM-1,duzhen1996/SSM,drankye/SSM,drankye/SSM,littlezhou/SSM-1,h... | /**
* 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... | smart-metastore/src/main/java/org/smartdata/metastore/utils/MetaStoreUtils.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 table key length error
| smart-metastore/src/main/java/org/smartdata/metastore/utils/MetaStoreUtils.java | Fix table key length error | |
Java | apache-2.0 | 172be153955ef683e7264c282436cedc89e3bc69 | 0 | flexiblepower/fpai-core,flexiblepower/fpai-core,flexiblepower/fpai-core,flexiblepower/fpai-core | package org.flexiblepower.ral.ext;
import java.util.List;
import org.flexiblepower.messaging.Connection;
import org.flexiblepower.messaging.MessageHandler;
import org.flexiblepower.ral.ControllerManager;
import org.flexiblepower.ral.ResourceControlParameters;
import org.flexiblepower.ral.ResourceDriver;
import org.fl... | flexiblepower.ral.ext/src/org/flexiblepower/ral/ext/AbstractResourceManager.java | package org.flexiblepower.ral.ext;
import java.util.List;
import org.flexiblepower.messaging.Connection;
import org.flexiblepower.messaging.MessageHandler;
import org.flexiblepower.ral.ControllerManager;
import org.flexiblepower.ral.ResourceControlParameters;
import org.flexiblepower.ral.ResourceDriver;
import org.fl... | Fixes #26, by adding a unconnectedStateUpdate method
Also reduces the logging level, because this should not be a warning
| flexiblepower.ral.ext/src/org/flexiblepower/ral/ext/AbstractResourceManager.java | Fixes #26, by adding a unconnectedStateUpdate method | |
Java | apache-2.0 | 76fd0cf88afbeff8b883e988fbb4f71f81f8506d | 0 | CenturyLinkCloud/clc-java-sdk,CenturyLinkCloud/clc-java-sdk,CenturyLinkCloud/clc-java-sdk | /*
* (c) 2015 CenturyLink. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/common/management/client/DataCentersClient.java | /*
* (c) 2015 CenturyLink. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | issue #51 Implement caching for result of get datacenters remote call. changes according comments
| clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/common/management/client/DataCentersClient.java | issue #51 Implement caching for result of get datacenters remote call. changes according comments | |
Java | apache-2.0 | 46399472519cd049213621f644656a9480190c6e | 0 | OpenXIP/xip-host,OpenXIP/xip-host | /**
* Copyright (c) 2011 Washington University in St. Louis. All Rights Reserved.
*/
package edu.wustl.xipHost.avt2ext;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOExce... | src/edu/wustl/xipHost/avt2ext/AVTRetrieve.java | /**
* Copyright (c) 2011 Washington University in St. Louis. All Rights Reserved.
*/
package edu.wustl.xipHost.avt2ext;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOExce... | Modified retrieve() method in AVTRetrieve. Changed retrieve target from DICOM_AND_AIM to DICOM_AIM_SEG.
SVN-Revision: 1082
| src/edu/wustl/xipHost/avt2ext/AVTRetrieve.java | Modified retrieve() method in AVTRetrieve. Changed retrieve target from DICOM_AND_AIM to DICOM_AIM_SEG. | |
Java | apache-2.0 | 8859f43319cc449e987f738ae010165e651e9034 | 0 | wildfly-security/wildfly-elytron,wildfly-security/wildfly-elytron | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017 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... | credential/store/src/test/java/org/wildfly/security/credential/store/impl/KeyStoreCredentialStoreTest.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017 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... | [ELY-2383] KeyStoreCredentialStoreTest fails in Windows without administrator privileges
| credential/store/src/test/java/org/wildfly/security/credential/store/impl/KeyStoreCredentialStoreTest.java | [ELY-2383] KeyStoreCredentialStoreTest fails in Windows without administrator privileges | |
Java | apache-2.0 | 99bb69f450b7d904942a7d643820f040b52b86df | 0 | alien11689/incubator-groovy,adjohnson916/groovy-core,nkhuyu/incubator-groovy,taoguan/incubator-groovy,guangying945/incubator-groovy,shils/incubator-groovy,russel/groovy,dpolivaev/groovy,ebourg/incubator-groovy,russel/groovy,EPadronU/incubator-groovy,aaronzirbes/incubator-groovy,antoaravinth/incubator-groovy,dpolivaev/g... | /*
$Id$
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain copyrigh... | src/main/groovy/lang/GroovyShell.java | /*
$Id$
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain copyrigh... | Reset the context classloader to the classloader that we saved on the stack to play nicely with application servers.
git-svn-id: aa43ce4553b005588bb3cc6c16966320b011facb@312 a5544e8c-8a19-0410-ba12-f9af4593a198
| src/main/groovy/lang/GroovyShell.java | Reset the context classloader to the classloader that we saved on the stack to play nicely with application servers. | |
Java | apache-2.0 | 4bafb45ff28e476fa9795a7b7147100e9c7e3490 | 0 | toast2e/spring-cloud-consul,toast2e/spring-cloud-consul,toast2e/spring-cloud-consul | /*
* Copyright 2013-2015 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 ap... | spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/watch/ConsulConfigWatch.java | /*
* Copyright 2013-2015 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 ap... | Changes incorrect bootstrap property source name and removes unnecessary property source reinit
| spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/watch/ConsulConfigWatch.java | Changes incorrect bootstrap property source name and removes unnecessary property source reinit | |
Java | apache-2.0 | e69e37a0ce7104e6a1cadf5bf66085ba634e6d18 | 0 | eFaps/eFaps-Kernel,ov3rflow/eFaps-Kernel | /*
* Copyright 2006 The eFaps 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 or agreed ... | kernel/src/main/java/org/efaps/admin/datamodel/attributetype/LinkWithRanges.java | /*
* Copyright 2005 The eFaps 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 o... | - added svn properties
- header updated to new version
- removed unneeded imports
git-svn-id: 4b3b87045ec33e1a2f7ddff44705baa56df11711@113 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
| kernel/src/main/java/org/efaps/admin/datamodel/attributetype/LinkWithRanges.java | - added svn properties - header updated to new version - removed unneeded imports | |
Java | apache-2.0 | f6d198a1aac2a9387e74ccb97876096db0adeb5c | 0 | danc86/jena-core,danc86/jena-core | /*
(c) Copyright 2003, Hewlett-Packard Development Company, LP
[See end of file]
*/
package com.hp.hpl.jena.db.impl;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.uti... | src/com/hp/hpl/jena/db/impl/DriverRDB.java | /*
(c) Copyright 2003, Hewlett-Packard Development Company, LP
[See end of file]
*/
package com.hp.hpl.jena.db.impl;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.uti... | Retracted patch - not clear how to recover from connection errors in isDBFormatOK
git-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1111668 13f79535-47bb-0310-9956-ffa450edef68
| src/com/hp/hpl/jena/db/impl/DriverRDB.java | Retracted patch - not clear how to recover from connection errors in isDBFormatOK | |
Java | apache-2.0 | 309994feee6357b49d10aab14c11c2a3a171c3ac | 0 | MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim | gui/src/biomodel/network/SynthesisNode.java | package biomodel.network;
import java.net.URI;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Set;
import org.sbolstandard.core.DnaComponent;
import sbol.SBOLSynthesizer;
public class SynthesisNode {
private LinkedList<URI> sbolURIs;
private LinkedList<DnaComponent> dnaComps = new Linke... | Moved SynthesisNode to sbol package and remaned SBOLSynthesisNode.
| gui/src/biomodel/network/SynthesisNode.java | Moved SynthesisNode to sbol package and remaned SBOLSynthesisNode. | ||
Java | apache-2.0 | 18fec780d4516456677b20e5022658036ae0be57 | 0 | baldimir/optaplanner,baldimir/optaplanner,baldimir/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner,droolsjbpm/optaplanner,droolsjbpm/optaplanner,droolsjbpm/optaplanner,droolsjbpm/optaplanner | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | optaplanner-core/src/main/java/org/optaplanner/core/config/heuristic/selector/entity/pillar/PillarSelectorConfig.java | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Fix processing of Comparable on subpillar sequence comparator XML
| optaplanner-core/src/main/java/org/optaplanner/core/config/heuristic/selector/entity/pillar/PillarSelectorConfig.java | Fix processing of Comparable on subpillar sequence comparator XML | |
Java | apache-2.0 | 7e1054ac9f0c2db535eeb72ab6a8e3f157056691 | 0 | gaieepo/HubTurbo,gaieepo/HubTurbo | package guitests;
import static org.junit.Assert.assertEquals;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Test;
import org.loadui.testfx.utils.FXTestUtils;
import javafx.application.Platform;
import util.PlatformEx;
public class PlatformExTest extends UITest {
@Override
public void... | src/test/java/guitests/PlatformExTest.java | package guitests;
import static org.junit.Assert.assertEquals;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Test;
import org.loadui.testfx.utils.FXTestUtils;
import javafx.application.Platform;
import util.PlatformEx;
public class PlatformExTest extends UITest {
@Override
public void... | Fixed nondeterminism in PlatformExTest
We are not actually guaranteed that the runnable given to
Platform.runLater will execute (on the UI thread) after what immediately
follows it (which executes on an arbitrary thread), though that is what
usually happens.
This gets rid of that assumption. The only thing we can say... | src/test/java/guitests/PlatformExTest.java | Fixed nondeterminism in PlatformExTest | |
Java | apache-2.0 | 658b28cda48d32f19ca09cc77c1b0ae9e6140fd8 | 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-2018 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.xdebugger;
import com.intellij.execution.impl.ConsoleViewImpl;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.application.ApplicationManager... | platform/xdebugger-testFramework/src/com/intellij/xdebugger/XDebuggerTestUtil.java | // Copyright 2000-2018 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.xdebugger;
import com.intellij.execution.impl.ConsoleViewImpl;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.application.ApplicationManager... | CIDR: debugger: (testing) Fix NPE in assertVariableTypeMatches()
| platform/xdebugger-testFramework/src/com/intellij/xdebugger/XDebuggerTestUtil.java | CIDR: debugger: (testing) Fix NPE in assertVariableTypeMatches() | |
Java | apache-2.0 | dc778cacc3fab4da30cb748b1e15b4d42134a1ad | 0 | rwl/requestfactory-addon | package org.springframework.roo.addon.dod;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.roo.addon.beanin... | addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java | package org.springframework.roo.addon.dod;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.roo.addon.beanin... | ROO-1113: Generated tests need support for BigDecimal
| addon-dod/src/main/java/org/springframework/roo/addon/dod/DataOnDemandMetadata.java | ROO-1113: Generated tests need support for BigDecimal | |
Java | apache-2.0 | dd84bb5d868ef3115dcc53f5770d6b8646b02d7f | 0 | Netflix/EVCache,Netflix/EVCache | package com.netflix.evcache.pool;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.StringTokenizer;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ScheduledFuture;
impor... | evcache-client/src/main/java/com/netflix/evcache/pool/EVCacheClientPoolManager.java | package com.netflix.evcache.pool;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.StringTokenizer;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ScheduledFuture;
impor... | Undo initAtStartup to PostConstruct phase.
| evcache-client/src/main/java/com/netflix/evcache/pool/EVCacheClientPoolManager.java | Undo initAtStartup to PostConstruct phase. | |
Java | apache-2.0 | 5f026ff91a25086f867d395789853afcb06378cb | 0 | fthevenet/binjr,fthevenet/binjr | /*
* Copyright 2016-2018 Frederic Thevenet
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | binjr-adapter-jrds/src/main/java/eu/binjr/sources/jrds/adapters/JrdsDataAdapter.java | /*
* Copyright 2016-2018 Frederic Thevenet
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | CsvDecoder should not be re-instantiated each time it is called.
| binjr-adapter-jrds/src/main/java/eu/binjr/sources/jrds/adapters/JrdsDataAdapter.java | CsvDecoder should not be re-instantiated each time it is called. | |
Java | apache-2.0 | a7ef14229dedc9105dc364e9d771cee093e8de6c | 0 | jackminicloud/test,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,Overruler/gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,hdost/gerrit,Team-OctOS/host_gerrit,Saulis/gerrit,supriyantomaftuh/gerrit,gerrit-review/gerrit,pkdevbox/gerrit,thesamet/gerrit,hdost/gerrit,jackminicloud/test,dwhipstock/gerrit,supriyantomaftuh/gerrit,G... | // Copyright (C) 2013 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | gerrit-server/src/main/java/com/google/gerrit/server/change/MergeabilityChecker.java | // Copyright (C) 2013 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | Gracefully skip mergeability checking on broken changes
If a change is missing its current patch set the mergeablity check
will NPE. Skip the check and just return false, indicating there
was no update made to the change.
Change-Id: Ic82b2db1d2f7d27105a06c4082b51e7308f02b04
| gerrit-server/src/main/java/com/google/gerrit/server/change/MergeabilityChecker.java | Gracefully skip mergeability checking on broken changes | |
Java | bsd-3-clause | 1bee8487a1545eb4d87e519d78e0245c99aba66c | 0 | lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon | /*
* $Id: RaiseAlert.java,v 1.13 2006-04-05 22:55:25 tlipkis Exp $
*/
/*
Copyright (c) 2000-2006 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"... | src/org/lockss/servlet/RaiseAlert.java | /*
* $Id: RaiseAlert.java,v 1.12 2006-03-16 01:41:19 thib_gc Exp $
*/
/*
Copyright (c) 2000-2006 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"... | Cosmetic
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@5138 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| src/org/lockss/servlet/RaiseAlert.java | Cosmetic | |
Java | bsd-3-clause | 91e0fbf951b554433b9d0491b9a86fcc98ac8882 | 0 | ConnCollege/cas,ConnCollege/cas,ConnCollege/cas | /*
* Copyright 2007 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.ja-sig.org/products/cas/overview/license/
*/
package org.jasig.cas.adaptors.ldap;
import org.jasig.cas.authentication.handler.AuthenticationException;
import org.jasig.ca... | cas-server-support-ldap/src/main/java/org/jasig/cas/adaptors/ldap/BindLdapAuthenticationHandler.java | /*
* Copyright 2007 The JA-SIG Collaborative. All rights reserved. See license
* distributed with this file and available online at
* http://www.ja-sig.org/products/cas/overview/license/
*/
package org.jasig.cas.adaptors.ldap;
import org.jasig.cas.authentication.handler.AuthenticationException;
import org.jasig.ca... | NOJIRA
Provide better logging for BindLdapAuthenticationHandler.
| cas-server-support-ldap/src/main/java/org/jasig/cas/adaptors/ldap/BindLdapAuthenticationHandler.java | NOJIRA Provide better logging for BindLdapAuthenticationHandler. | |
Java | mit | 687b9e70238eabb26e72503eea245bf6140c39a3 | 0 | BrunerChris/CS242-Group-Project | import java.util.*;
import java.lang.*;
import java.io.*;
public class MapDriver
{
public static void main(String[] args)
{
Scanner input;
String filename = "map.txt";
NodeList map = new NodeList();
try
{
input = new Scanner(new File(filename));
String[] values;
wh... | MapDriver.java | import java.util.*;
import java.lang.*;
import java.io.*;
public class MapDriver
{
public static void main(String[] args)
{
File file;
Scanner input;
String filename = "map.txt";
NodeList map = new NodeList();
try
{
file = new File(filename);
input = new Scanner(file);
... | Update MapDriver.java
Cleaned some code up a little bit. Added NodeLists for mst and dfs. Should we do it like this or create a method that will reset only one NodeList after each algorithm runs? | MapDriver.java | Update MapDriver.java | |
Java | mit | 28dd0700432e75443c1c6d6123a13e44d88c4af8 | 0 | appreciated/quick-start-material,appreciated/quick-start-material,appreciated/quick-start-material | package com.github.appreciated.quickstart.material.theme;
import com.github.appreciated.quickstart.base.authentication.Util;
import com.github.appreciated.quickstart.base.authentication.login.AccessControl;
import com.github.appreciated.quickstart.base.authentication.registration.RegistrationControl;
import com.githu... | src/main/java/com/github/appreciated/quickstart/material/theme/MaterialDesktopView.java | package com.github.appreciated.quickstart.material.theme;
import com.github.appreciated.quickstart.base.authentication.Util;
import com.github.appreciated.quickstart.base.authentication.login.AccessControl;
import com.github.appreciated.quickstart.base.authentication.registration.RegistrationControl;
import com.githu... | - improved DialogBuilder
- fixed unchecked call
- corrected orientation
| src/main/java/com/github/appreciated/quickstart/material/theme/MaterialDesktopView.java | - improved DialogBuilder - fixed unchecked call - corrected orientation | |
Java | mit | b344738b74e23bb55934a56583c7005114a996fc | 0 | mhogrefe/qbar | package mho.qbar.objects;
import mho.qbar.iterableProviders.QBarExhaustiveProvider;
import mho.qbar.iterableProviders.QBarIterableProvider;
import mho.qbar.iterableProviders.QBarRandomProvider;
import mho.wheels.iterables.ExhaustiveProvider;
import mho.wheels.iterables.IterableUtils;
import mho.wheels.iterables.Random... | src/test/java/mho/qbar/objects/RationalVectorDemos.java | package mho.qbar.objects;
import mho.qbar.iterableProviders.QBarExhaustiveProvider;
import mho.qbar.iterableProviders.QBarIterableProvider;
import mho.qbar.iterableProviders.QBarRandomProvider;
import mho.wheels.iterables.ExhaustiveProvider;
import mho.wheels.iterables.RandomProvider;
import mho.wheels.ordering.Orderi... | added sum and delta demos
| src/test/java/mho/qbar/objects/RationalVectorDemos.java | added sum and delta demos | |
Java | mit | be2a2d71f12ddbf75ae3e0ca35100aabaaf04b38 | 0 | gurkenlabs/litiengine,gurkenlabs/litiengine | package de.gurkenlabs.litiengine;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.io.File;
import java.lang.annotation.AnnotationFormatError;
import java.util.logging.LogManager;
import de.gurkenlabs.core.IInitializable;
import de.gurkenlabs.core.ILaunchable;
import de.g... | src/de/gurkenlabs/litiengine/Game.java | package de.gurkenlabs.litiengine;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.io.File;
import java.lang.annotation.AnnotationFormatError;
import java.util.logging.LogManager;
import de.gurkenlabs.core.IInitializable;
import de.gurkenlabs.core.ILaunchable;
import de.g... |
git-svn-id: https://dev.wibe.media/svn/code/java/trunk/litiengine@1348 16493bb7-3577-b145-b9c3-72a97d279fb6
| src/de/gurkenlabs/litiengine/Game.java | ||
Java | mit | b0cc35ee7443f2d223f8d77e97b51fea0744e540 | 0 | jeffwmair/Drive | package drive.controller;
import com.jwm.j3dfw.controller.Controller;
import com.jwm.j3dfw.production.Camera;
import drive.domain.car.CarMovement.Move;
import drive.geometry.objects.Car;
public class CarController extends Controller {
private Car c;
public CarController(Car c) {
super(c);
this.c = c;
}
publ... | src/main/drive/controller/CarController.java | package drive.controller;
import com.jwm.j3dfw.controller.Controller;
import com.jwm.j3dfw.production.Camera;
import drive.domain.car.CarMovement.Move;
import drive.geometry.objects.Car;
public class CarController extends Controller {
private Car c;
public CarController(Car c) {
super(c);
this.c = c;
}
publ... | moved simple camera control to the base Controller
| src/main/drive/controller/CarController.java | moved simple camera control to the base Controller | |
Java | mit | 327bb4301b385560f10ab304bc6f7897d42335a0 | 0 | JCThePants/NucleusFramework,JCThePants/NucleusFramework | /*
* This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* 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 ... | src/com/jcwhatever/nucleus/utils/DateUtils.java | /*
* This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* 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 ... | fix DateUtils#addDays
add 24 hour increments without any special considerations
| src/com/jcwhatever/nucleus/utils/DateUtils.java | fix DateUtils#addDays | |
Java | epl-1.0 | be62f29afc16b9f1686b995434f3890e04d0bfc3 | 0 | mduft/lcdsl | /*
* Copyright (c) SSI Schaefer IT Solutions
*/
package com.wamas.ide.launching.ui.launchview;
import java.util.Set;
import java.util.TreeSet;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.debug.core.DebugPlugin;
import org.eclipse.debug.core.ILaunchConfi... | com.wamas.ide.launching.ui/src/com/wamas/ide/launching/ui/launchview/LcDslProvider.java | /*
* Copyright (c) SSI Schaefer IT Solutions
*/
package com.wamas.ide.launching.ui.launchview;
import java.util.Set;
import java.util.TreeSet;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.debug.core.DebugPlugin;
import org.eclipse.debug.core.ILaunchConfi... | Update to recent View changes. Implement explicit generate/remove | com.wamas.ide.launching.ui/src/com/wamas/ide/launching/ui/launchview/LcDslProvider.java | Update to recent View changes. Implement explicit generate/remove | |
Java | agpl-3.0 | 178674cbf87b771bcf8a254fa2e13221131af74b | 0 | VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb | /* This file is part of VoltDB.
* Copyright (C) 2008-2019 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | src/frontend/org/voltdb/iv2/RejoinProducer.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2019 VoltDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any la... | RejoinProducer: Start the watchdog during initialization
| src/frontend/org/voltdb/iv2/RejoinProducer.java | RejoinProducer: Start the watchdog during initialization | |
Java | lgpl-2.1 | 862ff8a9eb0a68b02feac8ac8ec4f2082ea8cff1 | 0 | threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2005 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | src/java/com/threerings/jme/JmeApp.java | //
// $Id$
//
// Narya library - tools for developing networked games
// Copyright (C) 2002-2005 Three Rings Design, Inc., All Rights Reserved
// http://www.threerings.net/code/narya/
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public Licens... | Catch Throwable because LWJGL kindly throws errors during initialization
in addition to exceptions. Yay!
git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@3574 542714f4-19e9-0310-aa3c-eee0fc999fb1
| src/java/com/threerings/jme/JmeApp.java | Catch Throwable because LWJGL kindly throws errors during initialization in addition to exceptions. Yay! | |
Java | apache-2.0 | 4de2a36698d17b201504ba2e5ffa74b830047e1b | 0 | jesse-gallagher/frostillic.us-Blog,jesse-gallagher/frostillic.us-Blog,jesse-gallagher/frostillic.us-Blog,jesse-gallagher/frostillic.us-Blog | /**
* Copyright © 2016-2018 Jesse Gallagher
*
* 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... | frostillicus-blog/frostillicus-blog-j2ee/src/main/java/controller/PostController.java | /**
* Copyright © 2016-2018 Jesse Gallagher
*
* 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... | Add fallbacks for post ID variants
| frostillicus-blog/frostillicus-blog-j2ee/src/main/java/controller/PostController.java | Add fallbacks for post ID variants | |
Java | apache-2.0 | 42216a8276e23c81ce17d54b7f753ff96f0557e9 | 0 | ricepanda/rice,ricepanda/rice,ricepanda/rice,ricepanda/rice | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless required by a... | rice-middleware/it/kew/src/test/java/org/kuali/rice/kew/doctype/DocumentTypeTest.java | /**
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless required by a... | KULRICE-12853 - IT Failure DocumentTypeTest testNestedDuplicateNodeNameInRoutePath user3 should have an approve request
git-svn-id: 2a5d2b5a02908a0c4ba7967b726d8c4198d1b9ed@47588 7a7aa7f6-c479-11dc-97e2-85a2497f191d
| rice-middleware/it/kew/src/test/java/org/kuali/rice/kew/doctype/DocumentTypeTest.java | KULRICE-12853 - IT Failure DocumentTypeTest testNestedDuplicateNodeNameInRoutePath user3 should have an approve request | |
Java | apache-2.0 | 7288819e420f83d69d6e1c28e71e2fe71ce7828f | 0 | indeedeng/proctor,indeedeng/proctor | package com.indeed.proctor.consumer;
import com.indeed.proctor.common.model.Payload;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.lang.reflect.Array;
import java.util.List;
import java.util.function.Function;
public abstract class AbstractGroupsPayload {
/**
* Used because... | proctor-consumer/src/main/java/com/indeed/proctor/consumer/AbstractGroupsPayload.java | package com.indeed.proctor.consumer;
import com.indeed.proctor.common.model.Payload;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.lang.reflect.Array;
import java.util.List;
import java.util.function.Function;
public abstract class AbstractGroupsPayload {
@Nullable
protected... | NOBUG: Refactor: extract common converters
| proctor-consumer/src/main/java/com/indeed/proctor/consumer/AbstractGroupsPayload.java | NOBUG: Refactor: extract common converters | |
Java | apache-2.0 | 607ded6bde649b982ed8653bfd913ca37df525c9 | 0 | alexzaitzev/ignite,irudyak/ignite,SharplEr/ignite,zzcclp/ignite,gargvish/ignite,kromulan/ignite,tkpanther/ignite,vsisko/incubator-ignite,dlnufox/ignite,kidaa/incubator-ignite,NSAmelchev/ignite,kidaa/incubator-ignite,abhishek-ch/incubator-ignite,ptupitsyn/ignite,gridgain/apache-ignite,rfqu/ignite,sk0x50/ignite,StalkXT/i... | /* @java.file.header */
/* _________ _____ __________________ _____
* __ ____/___________(_)______ /__ ____/______ ____(_)_______
* _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \
* / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / /
* \____/ /_/ /_/ \_,__/... | modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableContextImpl.java | /* @java.file.header */
/* _________ _____ __________________ _____
* __ ____/___________(_)______ /__ ____/______ ____(_)_______
* _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \
* / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / /
* \____/ /_/ /_/ \_,__/... | # GG-8491 - Fixed compilation
| modules/core/src/main/java/org/gridgain/grid/util/portable/GridPortableContextImpl.java | # GG-8491 - Fixed compilation | |
Java | apache-2.0 | d766b20d3ae28afc30d7034cd4690776d8ca2b63 | 0 | jaxzin/daytrader,jaxzin/daytrader | package org.apache.geronimo.samples.daytrader.ejb3.prims;
import javax.ejb.ActivationConfigProperty;
import javax.ejb.MessageDriven;
import javax.jms.Message;
import javax.jms.MessageListener;
@MessageDriven(name = "TradeBrokerQueue", activationConfig = {
@ActivationConfigProperty(propertyName = "acknowledge... | modules/ejb/src/main/java/org/apache/geronimo/samples/daytrader/ejb3/prims/TestMDB.java | package org.apache.geronimo.samples.daytrader.ejb3.prims;
import javax.ejb.ActivationConfigProperty;
import javax.ejb.MessageDriven;
import javax.jms.Message;
import javax.jms.MessageListener;
@MessageDriven(name = "TradeBrokerQueue", activationConfig = {
@ActivationConfigProperty(propertyName = "acknowledge... | Updated TestMDB to include destination of TradeBrokerQueue
git-svn-id: 52591b3751b2475bb1ae80497c335c234b34aa33@530927 13f79535-47bb-0310-9956-ffa450edef68
| modules/ejb/src/main/java/org/apache/geronimo/samples/daytrader/ejb3/prims/TestMDB.java | Updated TestMDB to include destination of TradeBrokerQueue | |
Java | apache-2.0 | 6a9fdb9983e138ac791a2b280bb50ac49cef3c2f | 0 | tcat-tamu/db | /*******************************************************************************
* Copyright © 2007-14, All Rights Reserved.
* Texas Center for Applied Technology
* Texas A&M Engineering Experiment Station
* The Texas A&M University System
* College Station, Texas, USA 77843
*
* Use is granted only to authorized... | bundles/edu.tamu.tcat.db.core/src/edu/tamu/tcat/db/core/AbstractDataSourceFactory.java | /*******************************************************************************
* Copyright © 2007-14, All Rights Reserved.
* Texas Center for Applied Technology
* Texas A&M Engineering Experiment Station
* The Texas A&M University System
* College Station, Texas, USA 77843
*
* Use is granted only to authorized... | Update comments | bundles/edu.tamu.tcat.db.core/src/edu/tamu/tcat/db/core/AbstractDataSourceFactory.java | Update comments | |
Java | apache-2.0 | 6eebc9d5e3dd26670d56ccb5f226c14e9739b70f | 0 | ota4j-team/opentest4j | /*
* Copyright 2015-2018 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 ap... | src/main/java/org/opentest4j/MultipleFailuresError.java | /*
* Copyright 2015-2018 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 ap... | Polish Javadoc
| src/main/java/org/opentest4j/MultipleFailuresError.java | Polish Javadoc | |
Java | apache-2.0 | 63e06bc37060861aabebf93723fc20318152f957 | 0 | tananaev/traccar,tsmgeek/traccar,tananaev/traccar,jssenyange/traccar,tsmgeek/traccar,orcoliver/traccar,ninioe/traccar,orcoliver/traccar,tsmgeek/traccar,jssenyange/traccar,ninioe/traccar,jssenyange/traccar,orcoliver/traccar,ninioe/traccar,tananaev/traccar | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
public class Tlt2hProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
Tlt2hProtocolDecoder decoder = new Tlt2hProtocolDecoder(null);
verifyNull(decoder, text(
... | test/org/traccar/protocol/Tlt2hProtocolDecoderTest.java | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
public class Tlt2hProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
Tlt2hProtocolDecoder decoder = new Tlt2hProtocolDecoder(null);
verifyPositions(decoder, text(
... | Add TLT2H test case
| test/org/traccar/protocol/Tlt2hProtocolDecoderTest.java | Add TLT2H test case | |
Java | apache-2.0 | 1849b33fd7bad3f6520a92349e36cb30d51af096 | 0 | danielpetisme/generator-jhipster,hdurix/generator-jhipster,Tcharl/generator-jhipster,wmarques/generator-jhipster,danielpetisme/generator-jhipster,gmarziou/generator-jhipster,ctamisier/generator-jhipster,rkohel/generator-jhipster,atomfrede/generator-jhipster,mosoft521/generator-jhipster,ruddell/generator-jhipster,mosoft... | <%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You ma... | generators/server/templates/src/test/java/package/web/rest/_UserJWTControllerIntTest.java | <%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You ma... | check Authorization header presence in UserJWTControllerIntTest
| generators/server/templates/src/test/java/package/web/rest/_UserJWTControllerIntTest.java | check Authorization header presence in UserJWTControllerIntTest | |
Java | apache-2.0 | 616d0c044fbc886c8ba3d4ddb5e055b4a5127af6 | 0 | schonfeld/elasticsearch,ESamir/elasticsearch,Siddartha07/elasticsearch,jchampion/elasticsearch,weipinghe/elasticsearch,vingupta3/elasticsearch,F0lha/elasticsearch,pablocastro/elasticsearch,bestwpw/elasticsearch,F0lha/elasticsearch,fooljohnny/elasticsearch,pablocastro/elasticsearch,gfyoung/elasticsearch,iamjakob/elastic... | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | src/main/java/org/elasticsearch/index/store/Store.java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | remove dead code
| src/main/java/org/elasticsearch/index/store/Store.java | remove dead code | |
Java | apache-2.0 | a60b4a3a758b629c704242024a9558ea0c823820 | 0 | OpenHFT/Chronicle-Queue,OpenHFT/Chronicle-Queue | /*
* Copyright 2016 higherfrequencytrading.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueExcerpts.java | /*
* Copyright 2016 higherfrequencytrading.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | refactors with peter around, around messge adaptor
| src/main/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueExcerpts.java | refactors with peter around, around messge adaptor | |
Java | apache-2.0 | 5ee47b0e2b7b518474087287f2e5f65e14dd6ab1 | 0 | adedayo/intellij-community,Distrotech/intellij-community,MER-GROUP/intellij-community,Distrotech/intellij-community,mglukhikh/intellij-community,apixandru/intellij-community,ivan-fedorov/intellij-community,petteyg/intellij-community,ibinti/intellij-community,jexp/idea2,MER-GROUP/intellij-community,ftomassetti/intellij-... | package com.intellij.ide.todo;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.application.ModalityState;
import com.intellij.openapi.components.ProjectComponent;
import com.intellij.openapi.fileTypes.FileTypeEvent;
import com.intellij.openapi.fileTypes.FileTypeListener;
import ... | source/com/intellij/ide/todo/TodoView.java | package com.intellij.ide.todo;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.application.ModalityState;
import com.intellij.openapi.components.ProjectComponent;
import com.intellij.openapi.fileTypes.FileTypeEvent;
import com.intellij.openapi.fileTypes.FileTypeListener;
import ... | deadlock fixed
| source/com/intellij/ide/todo/TodoView.java | deadlock fixed | |
Java | apache-2.0 | 8594dfd3ef43728c6dcccd046654e8dc98ad0c3a | 0 | apache/derby,apache/derby,apache/derby,trejkaz/derby,trejkaz/derby,trejkaz/derby,apache/derby | /*
Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.J2EEDataSourceTest
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 li... | java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/J2EEDataSourceTest.java | /*
Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.J2EEDataSourceTest
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 li... | DERBY-3431: DatabaseMetaData.getConnection returns the wrong connection when using connection pooling.
Added a test case exposing the bug where DatabaseMetaData.getConnection returns a reference to a connection it should not publish.
Note that the test is disabled, because the bug is still at large.
Patch file: derby-3... | java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/J2EEDataSourceTest.java | DERBY-3431: DatabaseMetaData.getConnection returns the wrong connection when using connection pooling. Added a test case exposing the bug where DatabaseMetaData.getConnection returns a reference to a connection it should not publish. Note that the test is disabled, because the bug is still at large. Patch file: derby-3... | |
Java | apache-2.0 | 23a1ee388242539944e5608ef39343f01f6bb987 | 0 | mduerig/jackrabbit-oak,afilimonov/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,catholicon/jackrabbit-oak,francescomari/jackrabbit-oak,meggermo/jackrabbit-oak,davidegiannella/jackrabbit-oak,kwin/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,yesil/jackrabbit-oak,stillalex/jackrabbit-oak,ieb/jackrabbit-oak,mduerig/jackrabbit-oak,l... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/file/FileStoreTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | OAK-631: SegmentMK: Implement garbage collection
The return value of collectFiles is no longer a SortedMap,
use TreeSet to explicitly order the returned list of index numbers
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1584381 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/file/FileStoreTest.java | OAK-631: SegmentMK: Implement garbage collection | |
Java | apache-2.0 | fcebdffed6070167be3fec33a452c1cbf4ac85ce | 0 | finmath/finmath-experiments | /*
* (c) Copyright Christian P. Fries, Germany. All rights reserved. Contact: email@christian-fries.de.
*
* Created on 10.03.2013
*/
package net.finmath.tests.convexityadjustment;
import static org.junit.Assert.assertTrue;
import java.text.DecimalFormat;
import net.finmath.exception.CalculationExcepti... | src/net/finmath/tests/convexityadjustment/CMSOptionTest.java | /*
* (c) Copyright Christian P. Fries, Germany. All rights reserved. Contact: email@christian-fries.de.
*
* Created on 10.03.2013
*/
package net.finmath.tests.convexityadjustment;
import static org.junit.Assert.*;
import java.text.DecimalFormat;
import org.junit.Test;
import net.finmath.exception.C... | Code cleanup.
git-svn-id: a9d4857bbcd0eec574f75730dc3d02feb83aff94@342 48fcbb9e-5639-0410-8b25-842128a4905d
| src/net/finmath/tests/convexityadjustment/CMSOptionTest.java | Code cleanup. | |
Java | apache-2.0 | 090947e6ad8e6ec03ec2c2a45df42858cc3b2dfa | 0 | nguyentruongtho/buck,romanoid/buck,nguyentruongtho/buck,facebook/buck,brettwooldridge/buck,rmaz/buck,brettwooldridge/buck,romanoid/buck,clonetwin26/buck,Addepar/buck,rmaz/buck,JoelMarcey/buck,ilya-klyuchnikov/buck,Addepar/buck,zpao/buck,SeleniumHQ/buck,LegNeato/buck,zpao/buck,rmaz/buck,brettwooldridge/buck,kageiit/buck... | /*
* Copyright 2012-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/cli/BuildCommand.java | /*
* Copyright 2012-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... | Add logging around cache miss rule key log fetching
Summary: This will allow us to see how long this step is taking.
Test Plan: ci
Reviewed By: shivanker
fbshipit-source-id: 6120150
| src/com/facebook/buck/cli/BuildCommand.java | Add logging around cache miss rule key log fetching | |
Java | apache-2.0 | c30472f657c443ba109ed7de3534606953fbc83c | 0 | rcmoutinho/javatohtml | package br.com.javatohtml.core;
import static br.com.javatohtml.core.JavaToHtml.*;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
/**
* Unit test for {@link JavaToHtml}.
*
* @rcmoutinho
* @author rodrigo.moutinho
* @date 8 de fev de 2017
* @email rcm1989@gmail.com
*/
public class JavaToH... | src/test/java/br/com/javatohtml/core/JavaToHtmlTest.java | package br.com.javatohtml.core;
/**
* Unit test for {@link JavaToHtml}.
*
* @rcmoutinho
* @author rodrigo.moutinho
* @date 8 de fev de 2017
* @email rcm1989@gmail.com
*/
public class JavaToHtmlTest {
}
| Unit tests for JavaToHtml
| src/test/java/br/com/javatohtml/core/JavaToHtmlTest.java | Unit tests for JavaToHtml | |
Java | bsd-3-clause | 29122c88cb4a81e0f0d4e129f54f97b49668d9b6 | 0 | joansmith/basex,joansmith/basex,JensErat/basex,ksclarke/basex,deshmnnit04/basex,drmacro/basex,BaseXdb/basex,vincentml/basex,joansmith/basex,JensErat/basex,JensErat/basex,drmacro/basex,ksclarke/basex,ksclarke/basex,joansmith/basex,ksclarke/basex,drmacro/basex,vincentml/basex,ksclarke/basex,JensErat/basex,deshmnnit04/bas... | package org.basex.query.fs;
import static org.basex.util.Token.*;
import java.io.IOException;
import org.basex.BaseX;
import org.basex.core.Prop;
import org.basex.data.Data;
import org.basex.util.IntList;
import org.basex.util.Token;
import org.basex.util.TokenBuilder;
/**
* Preliminary collection of fil... | src/org/basex/query/fs/FSUtils.java | package org.basex.query.fs;
import static org.basex.util.Token.*;
import java.io.IOException;
import org.basex.BaseX;
import org.basex.core.Prop;
import org.basex.data.Data;
import org.basex.util.IntList;
import org.basex.util.Token;
import org.basex.util.TokenBuilder;
/**
* Preliminary collection of fil... | just some trifles
| src/org/basex/query/fs/FSUtils.java | just some trifles | |
Java | mit | 61190766a2020605afa6809b66b8376dee1281b5 | 0 | jruby/jruby-rack,jhstatewide/jruby-rack,jhstatewide/jruby-rack,jhstatewide/jruby-rack,jhstatewide/jruby-rack,jruby/jruby-rack,jruby/jruby-rack,jruby/jruby-rack,jruby/jruby-rack,jruby/jruby-rack | /*
* Copyright (c) 2010-2012 Engine Yard, Inc.
* Copyright (c) 2007-2009 Sun Microsystems, Inc.
* This source code is available under the MIT license.
* See the file LICENSE.txt for details.
*/
package org.jruby.rack.ext;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStrea... | src/main/java/org/jruby/rack/ext/Input.java | /*
* Copyright (c) 2010-2012 Engine Yard, Inc.
* Copyright (c) 2007-2009 Sun Microsystems, Inc.
* This source code is available under the MIT license.
* See the file LICENSE.txt for details.
*/
package org.jruby.rack.ext;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStrea... | use our exception utils when constructing a RaiseException | src/main/java/org/jruby/rack/ext/Input.java | use our exception utils when constructing a RaiseException | |
Java | mit | 10b2791e0520b797224b23d20a74885489537bd8 | 0 | hckrtst/TIJ | /*
* 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 iotester;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.InputM... | IOTester/src/iotester/IOTester.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 iotester;
import java.io.IOException;
import java.util.InputMismatchException;
import java.util.Scanner;
/**
*
* @author Sa... | BufferedReader example
| IOTester/src/iotester/IOTester.java | BufferedReader example | |
Java | mit | e20cad0ecad8403da0d37bc3b973e8a966d5c167 | 0 | cs2103aug2014-t09-4j/main | //@author A0116320Y
package bakatxt.international;
import java.util.LinkedList;
import java.util.Locale;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import java.util.Set;
import bakatxt.core.Database;
import bakatxt.core.Task;
public class BakaTongue {
private static final String ... | src/bakatxt/international/BakaTongue.java | //@author A0116320Y
package bakatxt.international;
import java.util.LinkedList;
import java.util.Locale;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import java.util.Set;
import bakatxt.core.Database;
import bakatxt.core.Task;
public class BakaTongue {
private static final String ... | Add comments for BakaTongue
| src/bakatxt/international/BakaTongue.java | Add comments for BakaTongue | |
Java | mit | 23718274dcfe428c02dcdea9d111f6651a9fbc71 | 0 | meraki-analytics/Orianna,robrua/Orianna | package com.robrua.orianna.api.dto;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.http.HttpEntity;
import org.apache.http... | src/com/robrua/orianna/api/dto/BaseRiotAPI.java | package com.robrua.orianna.api.dto;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java... | Properly consume apache http resources | src/com/robrua/orianna/api/dto/BaseRiotAPI.java | Properly consume apache http resources | |
Java | mit | b3ff1a29b8d4fa75f71b54d2d6a2387699bd8fbd | 0 | m-seikou/logbook-kai,m-seikou/logbook-kai,m-seikou/logbook-kai | package logbook.internal;
import java.util.stream.Stream;
/**
* 海域
*/
public enum SeaArea {
識別札1("前路掃討部隊", 1,4),
識別札2("遠征偵察部隊", 2,8),
識別札3("遠征艦隊先遣隊", 3,10),
識別札4("地中海連合艦隊", 4,12),
識別札5("トーチ作戦英軍部隊", 5,14),
識別札6("トーチ作戦英軍部隊", 6,16),
識別札7("中央任務部隊", 7,18),
識別札8("西方任務部隊", 8,20),
識別札9(... | src/main/java/logbook/internal/SeaArea.java | package logbook.internal;
import java.util.stream.Stream;
/**
* 海域
*/
public enum SeaArea {
識別札1("前路掃討部隊", 1,4),
識別札2("遠征偵察部隊", 2,6),
識別札3("遠征艦隊先遣隊", 3,8),
識別札4("地中海連合艦隊", 4,10),
識別札5("識別札5", 5,12),
識別札6("識別札6", 6,14),
識別札7("識別札7", 7,16),
識別札8("識別札8", 8,18),
識別札9("識別札9", 9,20),
... | 2922夏イベント札対応
| src/main/java/logbook/internal/SeaArea.java | 2922夏イベント札対応 | |
Java | mit | 9640113e13039e24b4245f7054acc21a1f6dcd7a | 0 | intirix/openmm-frontend-android | package net.sf.openmm.frontend2;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Point;
import android.net.Uri;
import android.util.Log;
import android.view.Display;
import android.webkit.MimeTypeMap;
public ... | src/net/sf/openmm/frontend2/OpenMMUtil.java | package net.sf.openmm.frontend2;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Point;
import android.net.Uri;
import android.util.Log;
import android.view.Display;
import android.webkit.MimeTypeMap;
public ... | Updated to use new context root
| src/net/sf/openmm/frontend2/OpenMMUtil.java | Updated to use new context root | |
Java | mit | e2309bd7d38693f59b68a775034c4c5c4b8990e9 | 0 | asampley/CMPUT301,CMPUT301W16T15/Shareo | package cmput301w16t15.shareo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListVie... | app/src/main/java/cmput301w16t15/shareo/BidsFragment.java | package cmput301w16t15.shareo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListVie... | store data in member to avoid network call
| app/src/main/java/cmput301w16t15/shareo/BidsFragment.java | store data in member to avoid network call | |
Java | mit | 0c2f301e972da83e3055a9117c1cdbf6ecfed72d | 0 | qw3rtman/jbin | import java.io.*;
import java.util.Scanner;
public class jbin
{
public static void jarToBinary(String jar, String binary) throws IOException, InterruptedException
{
try {
try {
File binaryFile = new File(binary);
// Deletes file if exists.
binaryFile.delete();
// Creates blank file.
binary... | src/jbin.java | import java.io.*;
import java.util.Scanner;
public class jbin
{
public static void jarToBinary(String jar, String binary) throws IOException, InterruptedException
{
try {
// Deletes file if exists.
try {
File binaryFile = new File(binary);
binaryFile.delete();
} catch (FileNotFoundException e) {
... | Group delete and create new file into same try block and replace create new file with Java File API.
| src/jbin.java | Group delete and create new file into same try block and replace create new file with Java File API. | |
Java | epl-1.0 | 38e1fd79c34f7b7b8b15655201804c123a03d005 | 0 | spring-projects/eclipse-integration-commons,spring-projects/eclipse-integration-commons,spring-projects/eclipse-integration-commons | /*******************************************************************************
* Copyright (c) 2012 - 2013 GoPivotal, Inc.
* 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 av... | org.springsource.ide.eclipse.commons.core/src/org/springsource/ide/eclipse/commons/core/preferences/StsProperties.java | /*******************************************************************************
* Copyright (c) 2012 - 2013 GoPivotal, Inc.
* 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 av... | Small fix to StsProperties default | org.springsource.ide.eclipse.commons.core/src/org/springsource/ide/eclipse/commons/core/preferences/StsProperties.java | Small fix to StsProperties default | |
Java | mpl-2.0 | 6e179f16075848be417f2501cb4305450f431054 | 0 | johan12345/substitution-schedule-parser,johan12345/substitution-schedule-parser,vertretungsplanme/substitution-schedule-parser,vertretungsplanme/substitution-schedule-parser | /*
* substitution-schedule-parser - Java library for parsing schools' substitution schedules
* Copyright (c) 2016 Johan v. Forstner
*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at https://mozil... | parser/src/main/java/me/vertretungsplan/parser/UntisCommonParser.java | /*
* substitution-schedule-parser - Java library for parsing schools' substitution schedules
* Copyright (c) 2016 Johan v. Forstner
*
* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
* If a copy of the MPL was not distributed with this file, You can obtain one at https://mozil... | Fix bug in handleClasses:
If class exactly matches one of the classes in the list, don't try to match it to other classes.
| parser/src/main/java/me/vertretungsplan/parser/UntisCommonParser.java | Fix bug in handleClasses: | |
Java | agpl-3.0 | 34c9652962970150c7183c48fa45b70cb7854fec | 0 | Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge,Freeyourgadget/Gadgetbridge | package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCharacteristic;
import android.os.Build;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import java.text.Da... | app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/qhybrid/adapter/fossil/FossilWatchAdapter.java | package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCharacteristic;
import android.os.Build;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import java.text.Da... | fixed duplicate vibration settings
| app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/qhybrid/adapter/fossil/FossilWatchAdapter.java | fixed duplicate vibration settings | |
Java | agpl-3.0 | 5b4d38633f432e438cb138bad6622bcc406b8eb4 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | ae4c85fe-2e61-11e5-9284-b827eb9e62be | hello.java | ae46de10-2e61-11e5-9284-b827eb9e62be | ae4c85fe-2e61-11e5-9284-b827eb9e62be | hello.java | ae4c85fe-2e61-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 73896f294256faf653d4b28f8a0b90c9f11d748a | 0 | SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer | /* ClassChooserPanel2.java
*
* Created on May 13, 2007, 3:46 PM */
package net.sf.jaer.util;
import java.awt.Color;
import java.awt.Component;
import java.awt.Cursor;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
i... | src/net/sf/jaer/util/ClassChooserPanel.java | /* ClassChooserPanel2.java
*
* Created on May 13, 2007, 3:46 PM */
package net.sf.jaer.util;
import java.awt.Color;
import java.awt.Component;
import java.awt.Cursor;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
i... | added inner class (so far unused) to hold classname, description and development status together for enchancing the class chooser dialog filtering capabilities.
git-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@6454 b7f4320f-462c-0410-a916-d9f35bb82d52
| src/net/sf/jaer/util/ClassChooserPanel.java | added inner class (so far unused) to hold classname, description and development status together for enchancing the class chooser dialog filtering capabilities. | |
Java | lgpl-2.1 | 08851c4f0976a0e2481f0b354a3f4be3727a1cb5 | 0 | 4ment/beast-mcmc,maxbiostat/beast-mcmc,beast-dev/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,codeaudit/beast-mcmc,maxbiostat/beast-mcmc,4ment/beast-mcmc,maxbiostat/beast-mcmc,codeaudit/beast-mcmc,codeaudit/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc... | package dr.inference.trace;
import dr.evolution.io.Importer;
import dr.evolution.io.NexusImporter;
import dr.evolution.io.TreeImporter;
import dr.evolution.tree.Tree;
import dr.evomodel.coalescent.VDdemographicFunction;
import dr.evomodel.coalescent.VariableDemographicModel;
import dr.evomodelxml.LoggerParser;
import ... | src/dr/inference/trace/EBSPAnalysis.java | package dr.inference.trace;
import dr.evolution.io.Importer;
import dr.evolution.io.NexusImporter;
import dr.evolution.io.TreeImporter;
import dr.evolution.tree.Tree;
import dr.evomodel.coalescent.VDdemographicFunction;
import dr.evomodel.coalescent.VariableDemographicModel;
import dr.evomodelxml.LoggerParser;
import ... | Fixed issue in EBSPAnalysis where it assumed at least 2 tree files even if single-locus analysis. | src/dr/inference/trace/EBSPAnalysis.java | Fixed issue in EBSPAnalysis where it assumed at least 2 tree files even if single-locus analysis. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.