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
b4fd946ecfa0fe4760b376d98c2092c85713ce50
0
shs96c/buck,justinmuller/buck,LegNeato/buck,LegNeato/buck,darkforestzero/buck,shs96c/buck,davido/buck,brettwooldridge/buck,Addepar/buck,brettwooldridge/buck,marcinkwiatkowski/buck,nguyentruongtho/buck,Addepar/buck,ilya-klyuchnikov/buck,nguyentruongtho/buck,romanoid/buck,LegNeato/buck,darkforestzero/buck,nguyentruongtho...
/* * 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/json/ProjectBuildFileParser.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...
Make parser log a little nicer Summary: Show which build files we're parsing. Test Plan: Looked at log. fbshipit-source-id: eebee45
src/com/facebook/buck/json/ProjectBuildFileParser.java
Make parser log a little nicer
Java
apache-2.0
888af0337dd25be19e12aa134533ac9f53f37c00
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
package org.apache.lucene.index; /** * 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, Versi...
src/java/org/apache/lucene/index/SegmentMerger.java
package org.apache.lucene.index; /** * 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, Versi...
LUCENE-1519: upcast to long to prevent overflow git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@734415 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/lucene/index/SegmentMerger.java
LUCENE-1519: upcast to long to prevent overflow
Java
apache-2.0
6818a6f49ec809eadddaed622b5f31a61cf621fe
0
superspindel/cgeo,samueltardieu/cgeo,superspindel/cgeo,ThibaultR/cgeo,matej116/cgeo,pstorch/cgeo,S-Bartfast/cgeo,cgeo/cgeo,yummy222/cgeo,rsudev/c-geo-opensource,matej116/cgeo,madankb/cgeo,kumy/cgeo,marco-dev/c-geo-opensource,pstorch/cgeo,Huertix/cgeo,vishwakulkarni/cgeo,schwabe/cgeo,Bananeweizen/cgeo,madankb/cgeo,rsude...
package cgeo.geocaching.connector.gc; import cgeo.geocaching.cgCache; import cgeo.geocaching.enumerations.CacheType; import android.graphics.Bitmap; /** * icon decoder for cache icons * */ public abstract class IconDecoder { public static void parseMapPNG(final cgCache cache, Bitmap bitmap, UTFGridPosition x...
main/src/cgeo/geocaching/connector/gc/IconDecoder.java
package cgeo.geocaching.connector.gc; import cgeo.geocaching.cgCache; import cgeo.geocaching.enumerations.CacheType; import android.graphics.Bitmap; /** * icon decoder for cache icons * */ public abstract class IconDecoder { public static void parseMapPNG(final cgCache cache, Bitmap bitmap, UTFGridPosition x...
Fixed parsing of found icon on level 14+
main/src/cgeo/geocaching/connector/gc/IconDecoder.java
Fixed parsing of found icon on level 14+
Java
apache-2.0
4b9b80371daee9cddc3aa909ec0928fe8c85fca7
0
arunsoman/text-processor,arunsoman/text-processor,arunsoman/text-processor,arunsoman/text-processor,arunsoman/text-processor
package com.flytxt.tp.store; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.security.PrivilegedExceptionAction; import java.util.concurrent.Semaphore; import java.util.concurrent.Time...
store/src/main/java/com/flytxt/tp/store/NeonStore.java
package com.flytxt.tp.store; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.security.PrivilegedExceptionAction; import java.util.concurrent.Semaphore; import java.util.concurrent.lock...
Made thread safe
store/src/main/java/com/flytxt/tp/store/NeonStore.java
Made thread safe
Java
apache-2.0
4c9fb78cb06fff1439827bcc2f66e8a1433d1573
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.util.lang; import com.intellij.openapi.diagnostic.LoggerRt; import com.intellij.openapi.util.io.FileUtilRt; import com.intellij.util.Function; import com.int...
platform/util-class-loader/src/com/intellij/util/lang/UrlClassLoader.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.util.lang; import com.intellij.openapi.diagnostic.LoggerRt; import com.intellij.openapi.util.io.FileUtilRt; import com.intellij.util.Function; import com.int...
Avoid opening InputStream via URL when calling super.getResourceAsStream When bootstrap resources are supported delegating to super.getResourceAsStream() will cause opening InputStreams from URL. This isn't as efficient as own UrlClassLoader's capability to use existing open ZipFile handles GitOrigin-RevId: 48fa77791...
platform/util-class-loader/src/com/intellij/util/lang/UrlClassLoader.java
Avoid opening InputStream via URL when calling super.getResourceAsStream
Java
apache-2.0
f33c85d1533e5c50db45bd636adf4120c5b997bb
0
robertwb/incubator-beam,chamikaramj/beam,robertwb/incubator-beam,chamikaramj/beam,lukecwik/incubator-beam,robertwb/incubator-beam,chamikaramj/beam,lukecwik/incubator-beam,lukecwik/incubator-beam,apache/beam,apache/beam,robertwb/incubator-beam,apache/beam,lukecwik/incubator-beam,apache/beam,apache/beam,chamikaramj/beam,...
/* * 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/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.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-9217] Update DoFn javadoc for schema type translation (#11984)
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java
[BEAM-9217] Update DoFn javadoc for schema type translation (#11984)
Java
apache-2.0
4d6278974b2a8d9f130fefd1b42ff5263e9259c2
0
avano/fabric8,jboss-fuse/fuse,gnodet/fuse,jimmidyson/fabric8,sobkowiak/fabric8,mwringe/fabric8,aslakknutsen/fabric8,dhirajsb/fabric8,gnodet/fuse,rhuss/fabric8,rhuss/fabric8,joelschuster/fuse,gashcrumb/fabric8,zmhassan/fabric8,migue/fabric8,rajdavies/fabric8,dhirajsb/fabric8,punkhorn/fabric8,rmarting/fuse,jludvice/fabri...
/** * Copyright (C) 2010, FuseSource Corp. All rights reserved. * http://fusesource.com * * The software in this package is published under the terms of the * AGPL license a copy of which has been included with this distribution * in the license.txt file. */ package org.fusesource.fabric.api; import java.io.Se...
fabric-core/src/main/scala/org/fusesource/fabric/api/CreateJCloudsAgentArguments.java
/** * Copyright (C) 2010, FuseSource Corp. All rights reserved. * http://fusesource.com * * The software in this package is published under the terms of the * AGPL license a copy of which has been included with this distribution * in the license.txt file. */ package org.fusesource.fabric.api; import java.io.Se...
allow the jclouds provider to work without having prior ComputeService instances wired into osgi
fabric-core/src/main/scala/org/fusesource/fabric/api/CreateJCloudsAgentArguments.java
allow the jclouds provider to work without having prior ComputeService instances wired into osgi
Java
apache-2.0
3f242e4205de5cce987f93f58b6ef5a679d6d785
0
crate/crate,EvilMcJerkface/crate,crate/crate,crate/crate,EvilMcJerkface/crate,EvilMcJerkface/crate
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
sql/src/main/java/io/crate/planner/operators/HashJoin.java
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
Avoid duplicate method calls in HashJoin.dependencies Avoids duplicate allocations or calculations in case `dependencies` is not just a simple property.
sql/src/main/java/io/crate/planner/operators/HashJoin.java
Avoid duplicate method calls in HashJoin.dependencies
Java
apache-2.0
353f3c408d85b6634e21da61a8fde7e9e85bcfbc
0
litesuits/android-common
package com.litesuits.common.data.cipher; import com.litesuits.common.assist.Base64; /** * @author MaTianyu * @date 14-7-31 */ public class Base64Cipher extends Cipher { private Cipher cipher; public Base64Cipher() { } public Base64Cipher(Cipher cipher) { this.cipher = cipher; } ...
app/src/main/java/com/litesuits/common/data/cipher/Base64Cipher.java
package com.litesuits.common.data.cipher; import com.litesuits.common.assist.Base64; /** * @author MaTianyu * @date 14-7-31 */ public class Base64Cipher extends Cipher { private Cipher cipher; public Base64Cipher() { } public Base64Cipher(Cipher cipher) { this.cipher = cipher; } ...
修改多次加密失败问题,加密时Base64是最后加密,所以解密时也需要先使用Base64解密,后再使用其他解密
app/src/main/java/com/litesuits/common/data/cipher/Base64Cipher.java
修改多次加密失败问题,加密时Base64是最后加密,所以解密时也需要先使用Base64解密,后再使用其他解密
Java
apache-2.0
3d8dcf71c211f68b455f5cda7a8486101c9f5ebd
0
mikosik/jsolid
/** * CSG.java * * Copyright 2014-2014 Michael Hoffer <info@michaelhoffer.de>. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain t...
src/eu/mihosoft/vrl/v3d/CSG.java
/** * CSG.java * * Copyright 2014-2014 Michael Hoffer <info@michaelhoffer.de>. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain t...
removed CSG.toJavaFXMeshSimple() toJavaFXMesh()
src/eu/mihosoft/vrl/v3d/CSG.java
removed CSG.toJavaFXMeshSimple() toJavaFXMesh()
Java
apache-2.0
ce495f7bca7b773482c82b47ee7f5c75a78fe0ff
0
Kerbores/NUTZ-ONEKEY,Kerbores/NUTZ-ONEKEY,Kerbores/NUTZ-ONEKEY
package club.zhcs.thunder.task; import java.util.HashMap; import java.util.List; import java.util.Map; import org.hyperic.sigar.Sigar; import org.hyperic.sigar.SigarException; import org.nutz.aop.interceptor.async.Async; import org.nutz.dao.Cnd; import org.nutz.dao.Dao; import org.nutz.integration.quartz.annotation.S...
thunder/thunder-web/src/main/java/club/zhcs/thunder/task/APMTask.java
package club.zhcs.thunder.task; import java.util.HashMap; import java.util.List; import java.util.Map; import org.hyperic.sigar.Sigar; import org.hyperic.sigar.SigarException; import org.nutz.aop.interceptor.async.Async; import org.nutz.dao.Cnd; import org.nutz.dao.Dao; import org.nutz.integration.quartz.annotation.S...
非本地盘的问题
thunder/thunder-web/src/main/java/club/zhcs/thunder/task/APMTask.java
非本地盘的问题
Java
apache-2.0
727c1dc77e143d0bcf6ca6dda512e36767a74753
0
OlafLee/java-algorithms-implementation,boyfox/java-algorithms-implementation,psadusumilli/java-algorithms-implementation,ahadoo/java_algorithms,crashb29/java-algorithms-implementation,ynagarjuna1995/java-algorithms-implementation,xianSkyKing/java-algorithms-implementation,JeffreyWei/java-algorithms-implementation,samst...
package com.jwetherell.algorithms; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.Random; import java.util.Set; import com.jwetherell.algorithms.data_structures.AVLTree; import com.jwetherell.algorithms.data_structures.BinarySearchTree; import com.jw...
src/com/jwetherell/algorithms/DataStructures.java
package com.jwetherell.algorithms; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.Random; import java.util.Set; import com.jwetherell.algorithms.data_structures.AVLTree; import com.jwetherell.algorithms.data_structures.BinarySearchTree; import com.jw...
Seperated the sorted from the unsorted test timing git-svn-id: 1708c3ad9ff9eb03a5ee6f7d8258d0b3769e07ec@198 032fbc0f-8cab-eb90-e552-f08422b9a96a
src/com/jwetherell/algorithms/DataStructures.java
Seperated the sorted from the unsorted test timing
Java
apache-2.0
3512749ca57f4f067e73e12fd93f9b230d17b5f7
0
multi-os-engine/moe-plugin-gradle,multi-os-engine/moe-plugin-gradle
/* Copyright (C) 2016 Migeran 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 dis...
src/main/java/org/moe/gradle/tasks/Launchers.java
/* Copyright (C) 2016 Migeran 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 dis...
Added xctest product handling
src/main/java/org/moe/gradle/tasks/Launchers.java
Added xctest product handling
Java
mit
3777f4f7c94baf84ac2140d6abde215bb0b28b14
0
MineLittlePony/MineLittlePony,MineLittlePony/MineLittlePony
package com.minelittlepony.model.gear; import com.minelittlepony.model.BodyPart; import com.minelittlepony.model.capabilities.IModel; import com.minelittlepony.model.capabilities.IModelPegasus; import com.minelittlepony.pony.data.PonyWearable; import com.minelittlepony.render.model.PlaneRenderer; import net.minecraft...
src/main/java/com/minelittlepony/model/gear/SaddleBags.java
package com.minelittlepony.model.gear; import com.minelittlepony.model.BodyPart; import com.minelittlepony.model.capabilities.IModel; import com.minelittlepony.model.capabilities.IModelPegasus; import com.minelittlepony.pony.data.PonyWearable; import com.minelittlepony.render.model.PlaneRenderer; import net.minecraft...
As far as I understand, .tex() and .flip() can change places
src/main/java/com/minelittlepony/model/gear/SaddleBags.java
As far as I understand, .tex() and .flip() can change places
Java
mit
a0d268699532bf611e5f7fc1168c5bf5bbe9bf19
0
punkbrwstr/pinto,punkbrwstr/pinto,punkbrwstr/pinto
package tech.pinto; import java.util.Map; import java.util.function.Supplier; import com.google.common.collect.ImmutableMap; import tech.pinto.function.FunctionFactory; import tech.pinto.function.FunctionHelp; import tech.pinto.function.intermediate.Clear; import tech.pinto.function.intermediate.Copy; imp...
pinto-lang/src/main/java/tech/pinto/StandardVocabulary.java
package tech.pinto; import java.util.Map; import java.util.function.Supplier; import com.google.common.collect.ImmutableMap; import tech.pinto.function.FunctionFactory; import tech.pinto.function.FunctionHelp; import tech.pinto.function.intermediate.Clear; import tech.pinto.function.intermediate.Copy; imp...
Adding exponential to vocab.
pinto-lang/src/main/java/tech/pinto/StandardVocabulary.java
Adding exponential to vocab.
Java
mit
69284478fcafeff4f1a886a5f3eb96202c80dca6
0
InventivetalentDev/CompactNPCLib,InventivetalentDev/CompactNPCLib
package org.inventivetalent.npclib.registry; import com.google.common.base.Strings; import com.google.common.collect.Maps; import javassist.ClassPool; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.plugin.Plugin; import org.inventivetalent.mcwrapper.auth.GameProfileWrapper; import org.inventiv...
API/src/main/java/org/inventivetalent/npclib/registry/NPCRegistry.java
package org.inventivetalent.npclib.registry; import com.google.common.base.Strings; import com.google.common.collect.Maps; import javassist.ClassPool; import lombok.AccessLevel; import lombok.Getter; import lombok.RequiredArgsConstructor; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.plugin.P...
store all registries | add #destroy
API/src/main/java/org/inventivetalent/npclib/registry/NPCRegistry.java
store all registries | add #destroy
Java
mit
0cf462a7abdb0bcac9d494030a2218f47a118c6f
0
mercadopago/px-android,mercadopago/px-android,mercadopago/px-android
package com.mercadopago.core; import android.app.Activity; import android.content.Context; import android.content.Intent; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import com.mercadopago.BankDealsActivity; import com.mercadopago.CallForAuthorizeActivity; import com.mercadopago.CardVaultAc...
sdk/src/main/java/com/mercadopago/core/MercadoPago.java
package com.mercadopago.core; import android.app.Activity; import android.content.Context; import android.content.Intent; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import com.mercadopago.BankDealsActivity; import com.mercadopago.CallForAuthorizeActivity; import com.mercadopago.CardVaultAc...
deprecated setSupportedPaymentTypes in MercadoPago class
sdk/src/main/java/com/mercadopago/core/MercadoPago.java
deprecated setSupportedPaymentTypes in MercadoPago class
Java
mit
d4bf8b0b6dba0eeff58e0d60f136ee850bd0e355
0
flutterflies/WaterlessRedstone
/** * Created by Ashrynn Macke | Flutterflies on 11/28/2015. * * Main Plugin class */ package net.flutterflies.waterless; import org.bukkit.Bukkit; import org.bukkit.Material; import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.plugin.java.JavaPlugin; import java.util.ArrayList; import java....
src/main/java/net/flutterflies/waterless/Waterless.java
/** * Created by Ashrynn Macke | Flutterflies on 11/28/2015. * * Main Plugin class */ package net.flutterflies.waterless; import org.bukkit.Bukkit; import org.bukkit.Material; import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.plugin.java.JavaPlugin; import java.util.ArrayList; import java....
fixed config
src/main/java/net/flutterflies/waterless/Waterless.java
fixed config
Java
mit
46a9092a19dab3c32a7972b6498003dcc93cccf9
0
CS2103JAN2017-W14-B2/main,CS2103JAN2017-W14-B2/main
package seedu.taskboss.model.task; import java.util.Comparator; import java.util.Date; import java.util.Iterator; import java.util.List; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import seedu.taskboss.commons.core.UnmodifiableObservableList; import seedu.taskboss.commons.excep...
src/main/java/seedu/taskboss/model/task/UniqueTaskList.java
package seedu.taskboss.model.task; import java.util.Comparator; import java.util.Date; import java.util.Iterator; import java.util.List; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import seedu.taskboss.commons.core.UnmodifiableObservableList; import seedu.taskboss.commons.excep...
Fix RenameCategoryCommandTest
src/main/java/seedu/taskboss/model/task/UniqueTaskList.java
Fix RenameCategoryCommandTest
Java
mit
3f160e8041f9b78dc774dd42bde56bf98fd11f1f
0
mairdl/jabref,mairdl/jabref,jhshinn/jabref,Mr-DLib/jabref,bartsch-dev/jabref,tobiasdiez/jabref,oscargus/jabref,jhshinn/jabref,JabRef/jabref,zellerdev/jabref,shitikanth/jabref,tobiasdiez/jabref,JabRef/jabref,bartsch-dev/jabref,tschechlovdev/jabref,JabRef/jabref,sauliusg/jabref,motokito/jabref,sauliusg/jabref,zellerdev/j...
/* Copyright (C) 2003-2015 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This progr...
src/main/java/net/sf/jabref/importer/ImportFormats.java
/* Copyright (C) 2003-2015 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This progr...
Fix #1268 Canceling an import into current/new database still triggers an import
src/main/java/net/sf/jabref/importer/ImportFormats.java
Fix #1268 Canceling an import into current/new database still triggers an import
Java
mit
173c9722fef9411fb54850aee4d0c7ce50a37ea7
0
tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. // Last modified on Mon 30 Apr 2007 at 13:18:34 PST by lamport // modified on Fri Mar 2 23:46:22 PST 2001 by yuanyu package tlc2.tool.distributed; import java.io.EOFEx...
tlatools/src/tlc2/tool/distributed/TLCServerThread.java
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. // Last modified on Mon 30 Apr 2007 at 13:18:34 PST by lamport // modified on Fri Mar 2 23:46:22 PST 2001 by yuanyu package tlc2.tool.distributed; import java.io.EOFEx...
NEW - bug 175: Deadlock in DiskStateQueue if subset of workers die (disconnect) during model run http://bugzilla.tlaplus.net/show_bug.cgi?id=175 - refactor work lost code git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@22921 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
tlatools/src/tlc2/tool/distributed/TLCServerThread.java
NEW - bug 175: Deadlock in DiskStateQueue if subset of workers die (disconnect) during model run http://bugzilla.tlaplus.net/show_bug.cgi?id=175 - refactor work lost code
Java
mit
d721b10c3fcac4d898747f29419acc0ca368af3e
0
ytimesru/kkm-pc-client
package org.bitbucket.ytimes.client.kkm.printer; import org.bitbucket.ytimes.client.utils.Utils; import org.bitbucket.ytimes.client.kkm.record.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.StringUtils; import ru.atol.drivers10.fptr.Fptr; import ru.atol.drivers10.fptr.IFptr...
src/main/java/org/bitbucket/ytimes/client/kkm/printer/AtolPrinter.java
package org.bitbucket.ytimes.client.kkm.printer; import org.bitbucket.ytimes.client.utils.Utils; import org.bitbucket.ytimes.client.kkm.record.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.StringUtils; import ru.atol.drivers10.fptr.Fptr; import ru.atol.drivers10.fptr.IFptr...
add additional error processing
src/main/java/org/bitbucket/ytimes/client/kkm/printer/AtolPrinter.java
add additional error processing
Java
epl-1.0
7bdf0a81f0a48221b4a3eb2ebdfe5b286381882b
0
tmen13/PA_TP
package logica; public abstract class Carta { int posX, posY; boolean visivel = false; Nave nave; public boolean isVisivel() { return visivel; } public void setVisivel(boolean visivel) { this.visivel = visivel; } public int getPosX() { return posX; } public void setPosX(int posX) { ...
TP_PA/src/logica/Carta.java
package logica; public abstract class Carta { int posX, posY; Nave nave; public int getPosX() { return posX; } public void setPosX(int posX) { this.posX = posX; } public int getPosY() { return posY; } public void setPosY(int posY) { this.posY = posY; } public Nave getNave() { ret...
visivel
TP_PA/src/logica/Carta.java
visivel
Java
mpl-2.0
117d96c35eb2470a615bf37380965f4edb32b908
0
richardwilkes/gcs,smithkm/gcs,richardwilkes/gcs
/* * Copyright (c) 1998-2014 by Richard A. Wilkes. All rights reserved. * * This Source Code Form is subject to the terms of the Mozilla Public License, * version 2.0. If a copy of the MPL was not distributed with this file, You * can obtain one at http://mozilla.org/MPL/2.0/. * * This Source Code Form is "Incom...
src/com/trollworks/gcs/character/SheetDockable.java
/* * Copyright (c) 1998-2014 by Richard A. Wilkes. All rights reserved. * * This Source Code Form is subject to the terms of the Mozilla Public License, * version 2.0. If a copy of the MPL was not distributed with this file, You * can obtain one at http://mozilla.org/MPL/2.0/. * * This Source Code Form is "Incom...
Make sure the UndoManager is setup properly.
src/com/trollworks/gcs/character/SheetDockable.java
Make sure the UndoManager is setup properly.
Java
agpl-3.0
850710ffba3b71ba11b2e3c560b316cb8fba3aeb
0
aihua/opennms,tdefilip/opennms,roskens/opennms-pre-github,tdefilip/opennms,roskens/opennms-pre-github,tdefilip/opennms,rdkgit/opennms,aihua/opennms,roskens/opennms-pre-github,aihua/opennms,tdefilip/opennms,rdkgit/opennms,rdkgit/opennms,rdkgit/opennms,tdefilip/opennms,rdkgit/opennms,roskens/opennms-pre-github,tdefilip/o...
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2006 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for modifi...
opennms-test/src/main/java/org/opennms/test/ConfigurationTestUtils.java
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2006 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for modifi...
Check for something passing in a Class as an object (as I tend to do, which breaks tests under Maven 2, but not under Eclipse) and suggest that 'this' be used instead.
opennms-test/src/main/java/org/opennms/test/ConfigurationTestUtils.java
Check for something passing in a Class as an object (as I tend to do, which breaks tests under Maven 2, but not under Eclipse) and suggest that 'this' be used instead.
Java
agpl-3.0
3dde331f9d18af81791bca263b2d9253db1b1939
0
virustotalop/mcMMO,Maximvdw/mcMMO,EvilOlaf/mcMMO,jhonMalcom79/mcMMO_pers,isokissa3/mcMMO
package com.gmail.nossr50.runnables; import java.util.ArrayList; import java.util.HashMap; import org.bukkit.Bukkit; import org.bukkit.plugin.Plugin; import com.gmail.nossr50.mcMMO; import com.gmail.nossr50.config.Config; import com.gmail.nossr50.util.Database; public class UserPurgeTask implements Runn...
src/main/java/com/gmail/nossr50/runnables/UserPurgeTask.java
package com.gmail.nossr50.runnables; import java.util.ArrayList; import java.util.HashMap; import org.bukkit.Bukkit; import org.bukkit.plugin.Plugin; import com.gmail.nossr50.mcMMO; import com.gmail.nossr50.config.Config; import com.gmail.nossr50.util.Database; public class UserPurgeTask implements Runn...
Add some debug so we can find the problem...
src/main/java/com/gmail/nossr50/runnables/UserPurgeTask.java
Add some debug so we can find the problem...
Java
agpl-3.0
c97020183371941e4056298b5270490bbf77d8df
0
haiqu/bitsquare,bisq-network/exchange,bisq-network/exchange,ManfredKarrer/exchange,bitsquare/bitsquare,bitsquare/bitsquare,ManfredKarrer/exchange,sakazz/exchange,sakazz/exchange,haiqu/bitsquare
/* * This file is part of Bitsquare. * * Bitsquare is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at * your option) any later version. * * Bitsquare is dist...
core/src/main/java/io/bitsquare/locale/BankUtil.java
/* * This file is part of Bitsquare. * * Bitsquare is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at * your option) any later version. * * Bitsquare is dist...
Show always bank name
core/src/main/java/io/bitsquare/locale/BankUtil.java
Show always bank name
Java
lgpl-2.1
a1b4a0c63ee0ece3c872704516596388549d2ed6
0
jolie/jolie,jolie/jolie,jolie/jolie
/*************************************************************************** * Copyright (C) 2009 by Fabrizio Montesi * * * * This program is free software; you can redistribute it and/or modify * * it unde...
tools/jolie2plasma/src/joliex/plasma/Jolie2Plasma.java
/*************************************************************************** * Copyright (C) 2009 by Fabrizio Montesi * * * * This program is free software; you can redistribute it and/or modify * * it unde...
Former-commit-id: 1f6ac5d88ebdf52fcfc3e0bd318ec4046c761df7
tools/jolie2plasma/src/joliex/plasma/Jolie2Plasma.java
Java
lgpl-2.1
78ca37a5297560a2da9d2a83875176cb84f1298c
0
adamallo/beast-mcmc,maxbiostat/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,maxbiostat/beast-mcmc,4ment/beast-mcmc,4ment/beast-mcmc,adamallo/beast-mcmc,adamallo/beast-mcmc,beast-dev/beast-mcmc,4ment/beast-mcmc,maxbiostat/beast-mcmc,be...
/* * SubtreeLeapOperatorParser.java * * Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistr...
src/dr/evomodelxml/operators/SubtreeLeapOperatorParser.java
/* * SubtreeLeapOperatorParser.java * * Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard * * This file is part of BEAST. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * BEAST is free software; you can redistr...
typo fix
src/dr/evomodelxml/operators/SubtreeLeapOperatorParser.java
typo fix
Java
apache-2.0
332c1d1857cfe857b2b18949bc3b2b9327b19638
0
tokee/lucene,tokee/lucene,tokee/lucene,tokee/lucene
package org.apache.lucene.search; /** * 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, Vers...
src/java/org/apache/lucene/search/HitCollector.java
package org.apache.lucene.search; /** * 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, Vers...
documents with a score <= 0 can in fact be collected as matches git-svn-id: 4c5078813df38efa56971a28e09a55254294f104@596462 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/lucene/search/HitCollector.java
documents with a score <= 0 can in fact be collected as matches
Java
apache-2.0
cb37dae9d64ebfe69e4fca8294cccf416c16b2e6
0
cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x
/* * Copyright 2002-2007 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/org/springframework/aop/framework/ProxyFactoryBean.java
/* * Copyright 2002-2007 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...
refined exception message git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@14326 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
src/org/springframework/aop/framework/ProxyFactoryBean.java
refined exception message
Java
apache-2.0
4757b0be1485801eb7b144b658d5b60344f4b534
0
mattwolf1234/NoFragmentTabs
/** Copyright 2016 mattwolf1234 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 d...
app/src/main/java/com/beck/matthew/customtabs/PagerEnum.java
package com.beck.matthew.customtabs; public enum PagerEnum { /* Place your new tabs that you create here, title only matters if you use it. Remember to place a comma between items */ TAB1("tab1", R.layout.tab1_layout), TAB2("tab2", R.layout.tab2_layout); private String mTitle; private int mLayoutRes...
Update PagerEnum.java
app/src/main/java/com/beck/matthew/customtabs/PagerEnum.java
Update PagerEnum.java
Java
apache-2.0
7a2bfe5931005217ca93f6c134203a8e8addc998
0
vshkl/TransLate2
package by.vshkl.translate2.util; import android.content.Context; import android.support.v4.content.ContextCompat; import android.text.InputType; import com.afollestad.materialdialogs.MaterialDialog; import by.vshkl.translate2.R; import by.vshkl.translate2.ui.StopBookmarkListener; import permissions.dispatcher.Permi...
app/src/main/java/by/vshkl/translate2/util/DialogUtils.java
package by.vshkl.translate2.util; import android.content.Context; import android.text.InputType; import com.afollestad.materialdialogs.MaterialDialog; import by.vshkl.translate2.R; import by.vshkl.translate2.ui.StopBookmarkListener; import permissions.dispatcher.PermissionRequest; public class DialogUtils { pu...
Change stop bookmark actions dialog text color
app/src/main/java/by/vshkl/translate2/util/DialogUtils.java
Change stop bookmark actions dialog text color
Java
apache-2.0
086c843113c5e06fde33a8485ec9c105d8320c86
0
MaximSysoev/sysoevm,MaximSysoev/sysoevm
package ru.job4j.inputouput; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipOutputStream; public class Args { public static void main(String[] args) { File file = new File("C:\\projects\\sysoevm\\"); byt...
chapter_004/src/main/java/ru/job4j/InputOuput/Args.java
package ru.job4j.inputouput; public class Args { }
task #861
chapter_004/src/main/java/ru/job4j/InputOuput/Args.java
task #861
Java
apache-2.0
6995a533d4b2ab8dc8dc2c05ffb132caa321950b
0
lpy19930103/AndroidPedometer
package com.lipy.step.pedometer; import com.lipy.step.common.BaseApplication; import com.lipy.step.common.PedometerEvent; import com.lipy.step.dao.PedometerEntity; import com.lipy.step.dao.PedometerEntityDao; import com.lipy.step.result.IGetPedometerResult; import com.lipy.step.result.PedometerUpDateListener; import c...
app/src/main/java/com/lipy/step/pedometer/PedometerRepositoryIml.java
package com.lipy.step.pedometer; import com.lipy.step.common.BaseApplication; import com.lipy.step.common.PedometerEvent; import com.lipy.step.dao.PedometerEntity; import com.lipy.step.dao.PedometerEntityDao; import com.lipy.step.result.IGetPedometerResult; import com.lipy.step.result.PedometerUpDateListener; import c...
修改储存逻辑
app/src/main/java/com/lipy/step/pedometer/PedometerRepositoryIml.java
修改储存逻辑
Java
apache-2.0
1a7712e003114d15aafeac7c60595764c8c8a3ae
0
OpenHFT/Chronicle-Queue,OpenHFT/Chronicle-Queue
/* * Copyright 2016-2020 chronicle.software * * https://chronicle.software * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
src/main/java/net/openhft/chronicle/queue/ExcerptTailer.java
/* * Copyright 2016-2020 chronicle.software * * https://chronicle.software * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
doco typo
src/main/java/net/openhft/chronicle/queue/ExcerptTailer.java
doco typo
Java
apache-2.0
84786947a61bab2ae564cd31f76d951c37cb1ed4
0
web-education/web-utils,web-education/web-utils
/* * Copyright © WebServices pour l'Éducation, 2014 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
src/main/java/fr/wseduc/webutils/security/XSSUtils.java
/* * Copyright © WebServices pour l'Éducation, 2014 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
improve patterns in xss utils
src/main/java/fr/wseduc/webutils/security/XSSUtils.java
improve patterns in xss utils
Java
apache-2.0
7e97c7157d4c5616c20853469bef7fbc621e24da
0
eolivelli/herddb,diennea/herddb,eolivelli/herddb,diennea/herddb,eolivelli/herddb,diennea/herddb,eolivelli/herddb,diennea/herddb
/* Licensed to Diennea S.r.l. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Diennea S.r.l. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
herddb-core/src/main/java/herddb/cluster/EmbeddedBookie.java
/* Licensed to Diennea S.r.l. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Diennea S.r.l. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
upgrade to BookKeeper 4.6.0
herddb-core/src/main/java/herddb/cluster/EmbeddedBookie.java
upgrade to BookKeeper 4.6.0
Java
apache-2.0
c3cb98a116357593ad0f73d9ba99808d065f9942
0
ayne/Smack,chuangWu/Smack,opg7371/Smack,deeringc/Smack,TTalkIM/Smack,vito-c/Smack,igorexax3mal/Smack,lovely3x/Smack,hy9902/Smack,dpr-odoo/Smack,Flowdalic/Smack,igorexax3mal/Smack,magnetsystems/message-smack,ishan1604/Smack,Tibo-lg/Smack,vanitasvitae/Smack,cjpx00008/Smack,Flowdalic/Smack,Tibo-lg/Smack,TTalkIM/Smack,igni...
/** * * Copyright 2003-2007 Jive Software. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java
/** * * Copyright 2003-2007 Jive Software. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
Make ConnectionConfugration getters public No need to keep them package-private. SMACK-556
core/src/main/java/org/jivesoftware/smack/ConnectionConfiguration.java
Make ConnectionConfugration getters public
Java
apache-2.0
8fdbb682e13b65659b39c7ee5593e90dcc808b84
0
tensorics/tensorics-core
/** * Copyright (c) 2013 European Organisation for Nuclear Research (CERN), All Rights Reserved. */ package org.tensorics.core.tensor; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.NoSuchElementException; import java.util.Set; import com.google.common.collect.Immuta...
src/java/org/tensorics/core/tensor/ImmutableTensor.java
/** * Copyright (c) 2013 European Organisation for Nuclear Research (CERN), All Rights Reserved. */ package org.tensorics.core.tensor; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.NoSuchElementException; import java.util.Set; import com.google.common.collect.Immuta...
some more fixes git-svn-id: 44110302500ff4d6168e3867631ad1bb4eb9722b@8670 6cd15df7-5b2d-4548-a7df-5dcce267a22b
src/java/org/tensorics/core/tensor/ImmutableTensor.java
some more fixes
Java
apache-2.0
7ccaaf5500dfd29b83fc12e270d0e7586f9a92a2
0
Maurice-Betzel/lmdbjava-jca-resource-adapter,Maurice-Betzel/lmdbjava-resource-adapter
/* Copyright 2017 Maurice Betzel Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
src/main/java/net/betzel/lmdb/jca/LMDbManagedConnection.java
/* Copyright 2017 Maurice Betzel 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 ...
Update LMDbManagedConnection.java Added todo
src/main/java/net/betzel/lmdb/jca/LMDbManagedConnection.java
Update LMDbManagedConnection.java
Java
apache-2.0
21de533359a91e9310d4f9b4221fa83e4d393c78
0
synthetichealth/synthea,synthetichealth/synthea,synthetichealth/synthea
package org.mitre.synthea.export; import static org.mitre.synthea.export.ExportHelper.nextFriday; import com.google.gson.JsonObject; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Path; import java.text.SimpleDateFormat; import java.uti...
src/main/java/org/mitre/synthea/export/BB2Exporter.java
package org.mitre.synthea.export; import static org.mitre.synthea.export.ExportHelper.nextFriday; import com.google.gson.JsonObject; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Path; import java.text.SimpleDateFormat; import java.uti...
removed print statement
src/main/java/org/mitre/synthea/export/BB2Exporter.java
removed print statement
Java
apache-2.0
ff45585768bb50b36b293872c8f83eef13c36bae
0
alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,DwayneJengSage/BridgePF,alxdarksage/BridgePF,Sage-Bionetworks/BridgePF,DwayneJengSage/BridgePF,Sage-Bionetworks/BridgePF,alxdarksage/BridgePF,DwayneJengSage/BridgePF
package org.sagebionetworks.bridge.services; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import static org.sagebionetworks.bridge.models.accounts.SharingScope.NO_SHARING; import java.util.Map; import org.apache.commons.lang3.Strin...
app/org/sagebionetworks/bridge/services/UserAdminService.java
package org.sagebionetworks.bridge.services; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import static org.sagebionetworks.bridge.models.accounts.SharingScope.NO_SHARING; import java.util.Map; import org.apache.commons.lang3.Strin...
Using a DB cascading delete from account to clean up the secrets table.
app/org/sagebionetworks/bridge/services/UserAdminService.java
Using a DB cascading delete from account to clean up the secrets table.
Java
apache-2.0
4fcef04b896faf530b47e096465b483c7b2e44ab
0
mediascience/jaxrs-load-balancer
/** * Licensed under the Apache License, Version 2.0 (the "License") under * one or more contributor license agreements. See the NOTICE file * distributed with this work for information regarding copyright * ownership. You may not use this file except in compliance with the * License. You may obtain a copy of the ...
src/main/java/com/msiops/jaxrs/loadbalancer/ForwardedProtocolFilter.java
/** * Licensed under the Apache License, Version 2.0 (the "License") under * one or more contributor license agreements. See the NOTICE file * distributed with this work for information regarding copyright * ownership. You may not use this file except in compliance with the * License. You may obtain a copy of the ...
debug logging in filter
src/main/java/com/msiops/jaxrs/loadbalancer/ForwardedProtocolFilter.java
debug logging in filter
Java
apache-2.0
5051e30af2609112fa22c6511501cc8592f881b9
0
robin13/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,uschindler/elasticsearch,HonzaKral/elasticsearch,HonzaKral/elasticsearch,strapdata/elassandra,nknize/elasticsearch,uschindler/elasticsearch,GlenRSmith/elasticsearch,scorpion...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.license.plugin.core; import net.nicholaswilliams.ja...
src/main/java/org/elasticsearch/license/plugin/core/LicensesService.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.license.plugin.core; import net.nicholaswilliams.ja...
LicensesService: Added Notification Documentation Original commit: elastic/x-pack-elasticsearch@1337fbc9c73d484b856f75eaa9b89fad35a8457c
src/main/java/org/elasticsearch/license/plugin/core/LicensesService.java
LicensesService: Added Notification Documentation
Java
apache-2.0
69ad23cbac7b99a405ba04608e0054c0156d288f
0
Squarespace/template-compiler,Squarespace/template-compiler,Squarespace/template-compiler
/** * Copyright (c) 2014 SQUARESPACE, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
core/src/main/java/com/squarespace/template/GeneralUtils.java
/** * Copyright (c) 2014 SQUARESPACE, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
Fix truthi-ness of floating point numbers (#21)
core/src/main/java/com/squarespace/template/GeneralUtils.java
Fix truthi-ness of floating point numbers (#21)
Java
apache-2.0
60ab09e83ea1d1a066f2a39935078abbbaf47a90
0
atomix/atomix,arnonmoscona/copycat,atomix/atomix,tempbottle/copycat,quantiply-fork/copycat,aruanruan/copycat,kuujo/copycat,arnonmoscona/copycat,kuujo/copycat,aruanruan/copycat,madjam/copycat,madjam/copycat,tempbottle/copycat
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
src/test/java/net/kuujo/copycat/test/unit/MemoryLogTest.java
/* * Copyright 2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
Update log tests.
src/test/java/net/kuujo/copycat/test/unit/MemoryLogTest.java
Update log tests.
Java
apache-2.0
efc49c25c9dd680c0da8b6ec7d3cf89935d7c81d
0
HHzzhz/drools,ThiagoGarciaAlves/drools,ThomasLau/drools,sutaakar/drools,prabasn/drools,manstis/drools,ThomasLau/drools,ngs-mtech/drools,vinodkiran/drools,kevinpeterson/drools,292388900/drools,ngs-mtech/drools,kevinpeterson/drools,mrietveld/drools,iambic69/drools,yurloc/drools,vinodkiran/drools,Buble1981/MyDroolsFork,mr...
/* * Copyright 2008 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
drools-core/src/test/java/org/drools/reteoo/PartitionTaskManagerTest.java
/* * Copyright 2008 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
JBRULES-2270: changing synchronization mechanism between agenda and rete network git-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@29235 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
drools-core/src/test/java/org/drools/reteoo/PartitionTaskManagerTest.java
JBRULES-2270: changing synchronization mechanism between agenda and rete network
Java
bsd-2-clause
75732721199c50ec6d377b2a2be2185634595180
0
gosu-lang/ragnardb
package ragnardb.plugin; import gw.lang.reflect.*; import gw.lang.reflect.java.JavaTypes; import ragnardb.runtime.SQLConstraint; import ragnardb.runtime.SQLMetadata; import ragnardb.runtime.SQLQuery; import ragnardb.runtime.SQLRecord; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap;...
ragnardb/src/main/java/ragnardb/plugin/SQLTableTypeInfo.java
package ragnardb.plugin; import gw.lang.reflect.ConstructorInfoBuilder; import gw.lang.reflect.IConstructorInfo; import gw.lang.reflect.IMethodInfo; import gw.lang.reflect.MethodInfoBuilder; import gw.lang.reflect.MethodList; import gw.lang.reflect.ParameterInfoBuilder; import gw.lang.reflect.TypeSystem; import gw.lan...
First pass at merging domain logic
ragnardb/src/main/java/ragnardb/plugin/SQLTableTypeInfo.java
First pass at merging domain logic
Java
bsd-2-clause
a0721a5e67d3930f0278dfaad9f46b08cf6d98aa
0
bnanes/slideset
package edu.emory.cellbio.ijbat.ui; import edu.emory.cellbio.ijbat.SlideSet; import edu.emory.cellbio.ijbat.dm.ColumnBoundReader; import edu.emory.cellbio.ijbat.dm.ColumnBoundWriter; import edu.emory.cellbio.ijbat.dm.DataElement; import edu.emory.cellbio.ijbat.dm.DataTypeIDService; import edu.emory.cellbio.ijbat.dm.Fi...
src/main/java/edu/emory/cellbio/ijbat/ui/RoiEditor.java
package edu.emory.cellbio.ijbat.ui; import edu.emory.cellbio.ijbat.SlideSet; import edu.emory.cellbio.ijbat.dm.ColumnBoundReader; import edu.emory.cellbio.ijbat.dm.ColumnBoundWriter; import edu.emory.cellbio.ijbat.dm.DataElement; import edu.emory.cellbio.ijbat.dm.DataTypeIDService; import edu.emory.cellbio.ijbat.dm.Fi...
Improve change tracking in ROI Editor ROI editor tracks changes, and will not prompt user to save changes if no changes have been made.
src/main/java/edu/emory/cellbio/ijbat/ui/RoiEditor.java
Improve change tracking in ROI Editor
Java
bsd-3-clause
eb074a7c7b8f1babf63556c089cdf81b4527adb1
0
ibcn-cloudlet/firefly,ibcn-cloudlet/firefly,ibcn-cloudlet/firefly
package be.iminds.iot.things.repository.simple.provider; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util....
be.iminds.iot.things.repository.simple.provider/src/be/iminds/iot/things/repository/simple/provider/ThingsRepository.java
package be.iminds.iot.things.repository.simple.provider; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util....
create new ThingDTO when lookup returns null
be.iminds.iot.things.repository.simple.provider/src/be/iminds/iot/things/repository/simple/provider/ThingsRepository.java
create new ThingDTO when lookup returns null
Java
mit
070243d4041daa2291ce2b17186a76c042508f62
0
MarfGamer/JRakNet,JRakNet/JRakNet
/* * _ _____ _ _ _ _ * | | | __ \ | | | \ | | | | * | | | |__) | __ _ | | __ | \| | ___ | |_ * _ | | | _ / / _` | | |/ / | . ` | / _ \ | __| * | |__| | | | \ \ | (_| | | < | |\ | | __/ | |_ * \____/ |_| \_\ \__,_| |_|...
src/main/java/com/whirvis/jraknet/server/RakNetServerHandler.java
/* * _ _____ _ _ _ _ * | | | __ \ | | | \ | | | | * | | | |__) | __ _ | | __ | \| | ___ | |_ * _ | | | _ / / _` | | |/ / | . ` | / _ \ | __| * | |__| | | | \ \ | (_| | | < | |\ | | __/ | |_ * \____/ |_| \_\ \__,_| |_|...
Fixed #79
src/main/java/com/whirvis/jraknet/server/RakNetServerHandler.java
Fixed #79
Java
mit
9bcdc6cdd3ed82cbbe6ef91098d5358088aeaa16
0
classgraph/classgraph,lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner
/* * This file is part of ClassGraph. * * Author: R. Kempees * * With contributions from @cpierceworld (#414) * * Hosted at: https://github.com/classgraph/classgraph * * -- * * The MIT License (MIT) * * Copyright (c) 2017 R. Kempees (contributed to the ClassGraph project) * * Permission is hereby granted...
src/main/java/nonapi/io/github/classgraph/classloaderhandler/WebsphereLibertyClassLoaderHandler.java
/* * This file is part of ClassGraph. * * Author: R. Kempees * * With contributions from @cpierceworld (#414) * * Hosted at: https://github.com/classgraph/classgraph * * -- * * The MIT License (MIT) * * Copyright (c) 2017 R. Kempees (contributed to the ClassGraph project) * * Permission is hereby granted...
Call to 'Arrays.asList()' with too few arguments
src/main/java/nonapi/io/github/classgraph/classloaderhandler/WebsphereLibertyClassLoaderHandler.java
Call to 'Arrays.asList()' with too few arguments
Java
mit
325043b51e442b7191d76aceaa1ba83152f32076
0
seanmonstar/ServiceDroid
package com.monstarlab.servicedroid.activity; import com.monstarlab.servicedroid.R; import com.monstarlab.servicedroid.service.ReminderService; import com.monstarlab.servicedroid.util.Changelog; import android.app.Activity; import android.app.TabActivity; import android.content.Intent; import android.os.Bundle; impor...
src/com/monstarlab/servicedroid/activity/ServiceDroidActivity.java
package com.monstarlab.servicedroid.activity; import com.monstarlab.servicedroid.R; import com.monstarlab.servicedroid.service.ReminderService; import com.monstarlab.servicedroid.util.Changelog; import android.app.Activity; import android.app.TabActivity; import android.content.Intent; import android.os.Bundle; impor...
using new callbook string
src/com/monstarlab/servicedroid/activity/ServiceDroidActivity.java
using new callbook string
Java
epl-1.0
0fd5f4c29ccab9601d8c163ea960c43d74b1a9e4
0
Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1
/******************************************************************************* * Copyright (c) 2012 Megha Nidhi Dahal 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 distribution, an...
data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/XlsxFileReader.java
/******************************************************************************* * Copyright (c) 2012 Megha Nidhi Dahal 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 distribution, an...
fix 49898 Cannot find all 112 columns in xlsx by OOTB Excel Connector
data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/XlsxFileReader.java
fix 49898 Cannot find all 112 columns in xlsx by OOTB Excel Connector
Java
agpl-3.0
0f541f5be7cb40b309aae0735fbb40950d32c223
0
esofthead/mycollab,onlylin/mycollab,MyCollab/mycollab,esofthead/mycollab,MyCollab/mycollab,aglne/mycollab,maduhu/mycollab,uniteddiversity/mycollab,maduhu/mycollab,esofthead/mycollab,uniteddiversity/mycollab,aglne/mycollab,onlylin/mycollab,MyCollab/mycollab,maduhu/mycollab,aglne/mycollab,onlylin/mycollab,aglne/mycollab,...
/** * This file is part of mycollab-services-community. * * mycollab-services-community is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ve...
mycollab-services-community/src/test/java/com/esofthead/mycollab/module/wiki/service/WikiServiceTest.java
/** * This file is part of mycollab-services-community. * * mycollab-services-community is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ve...
Fixed unit test
mycollab-services-community/src/test/java/com/esofthead/mycollab/module/wiki/service/WikiServiceTest.java
Fixed unit test
Java
lgpl-2.1
e826e9e3cd594a39827231aa792743e5adad0a56
0
geotools/geotools,geotools/geotools,geotools/geotools,geotools/geotools
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2009-2011, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
modules/extension/app-schema/app-schema/src/main/java/org/geotools/data/complex/MappingFeatureIteratorFactory.java
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2009-2011, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
Removing some obsolete code in joining git-svn-id: b0f10281c9a1a817905b9aa75a7907aa928f8a7d@37439 e5c1c795-43da-0310-a71f-fac65c449510
modules/extension/app-schema/app-schema/src/main/java/org/geotools/data/complex/MappingFeatureIteratorFactory.java
Removing some obsolete code in joining
Java
apache-2.0
50137aa691ab9f51b405d1ea4708fcb8e8e4d56d
0
Natio/Places,Natio/Places,Natio/Places
package com.gcw.sapienza.places.utils; import android.content.Context; import android.os.AsyncTask; import android.os.Looper; import android.util.Log; import com.gcw.sapienza.places.BuildConfig; import com.gcw.sapienza.places.R; import com.gcw.sapienza.places.model.Flag; import com.parse.ParseException; import com.pa...
app/src/main/java/com/gcw/sapienza/places/utils/FlagUploader.java
package com.gcw.sapienza.places.utils; import android.content.Context; import android.os.AsyncTask; import android.os.Looper; import android.util.Log; import com.gcw.sapienza.places.BuildConfig; import com.gcw.sapienza.places.R; import com.gcw.sapienza.places.model.Flag; import com.parse.ParseException; import com.pa...
fixed a bug that caused the app to crash when sharing without audio
app/src/main/java/com/gcw/sapienza/places/utils/FlagUploader.java
fixed a bug that caused the app to crash when sharing without audio
Java
apache-2.0
941b12938a0181927980d13c20249199f0512b8b
0
safarmer/bazel,dslomov/bazel-windows,davidzchen/bazel,aehlig/bazel,werkt/bazel,ulfjack/bazel,ButterflyNetwork/bazel,davidzchen/bazel,werkt/bazel,dslomov/bazel,twitter-forks/bazel,akira-baruah/bazel,perezd/bazel,katre/bazel,dslomov/bazel-windows,cushon/bazel,werkt/bazel,bazelbuild/bazel,dslomov/bazel-windows,bazelbuild/...
// Copyright 2017 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/test/java/com/google/devtools/build/lib/rules/android/AndroidLibraryTest.java
// Copyright 2017 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Reformat the build rules in the AndroidLibraryTest.java RELNOTES: none. PiperOrigin-RevId: 217405037
src/test/java/com/google/devtools/build/lib/rules/android/AndroidLibraryTest.java
Reformat the build rules in the AndroidLibraryTest.java
Java
apache-2.0
8d4bd84f896a3000951f3af743c0a5d6ed22f45d
0
CloudifySource/cloudify-widget,CloudifySource/cloudify-widget,CloudifySource/cloudify-widget,CloudifySource/cloudify-widget
package beans.scripts; import java.io.File; import java.io.IOException; import javax.inject.Inject; import models.ServerNode; import org.apache.commons.exec.CommandLine; import org.apache.commons.exec.DefaultExecuteResultHandler; import org.apache.commons.exec.ExecuteException; import org.apache.commons.exec.Execut...
app/beans/scripts/BasicScriptExecutor.java
package beans.scripts; import java.io.File; import java.io.IOException; import javax.inject.Inject; import models.ServerNode; import org.apache.commons.exec.CommandLine; import org.apache.commons.exec.DefaultExecuteResultHandler; import org.apache.commons.exec.ExecuteException; import org.apache.commons.exec.Execut...
added additional logs
app/beans/scripts/BasicScriptExecutor.java
added additional logs
Java
apache-2.0
e9127800c4efe8ad9601c7b1152783cd12a55bc2
0
GerritCodeReview/plugins_hooks
// Copyright (C) 2018 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 ...
src/main/java/com/googlesource/gerrit/plugins/hooks/Submit.java
// Copyright (C) 2018 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 ...
Submit: Get the change Id from the patch set Id Bug: Issue 11905 Change-Id: I9ca4cccfc6b285846aa6743ff40dfe4809360225
src/main/java/com/googlesource/gerrit/plugins/hooks/Submit.java
Submit: Get the change Id from the patch set Id
Java
apache-2.0
e5103af8794536a543ef704b4c539bcc069fa5d8
0
sameeraroshan/visjs,sameeraroshan/visjs
package org.vaadin.visjs.networkDiagram; import org.vaadin.visjs.networkDiagram.event.NetworkEvent; import org.vaadin.visjs.networkDiagram.event.node.*; import org.vaadin.visjs.networkDiagram.listener.GraphListener; import org.vaadin.visjs.networkDiagram.options.Options; import org.vaadin.visjs.networkDiagram.util.Con...
src/main/java/org/vaadin/visjs/networkDiagram/NetworkDiagram.java
package org.vaadin.visjs.networkDiagram; import org.vaadin.visjs.networkDiagram.event.NetworkEvent; import org.vaadin.visjs.networkDiagram.event.node.*; import org.vaadin.visjs.networkDiagram.listener.GraphListener; import org.vaadin.visjs.networkDiagram.options.Options; import org.vaadin.visjs.networkDiagram.util.Con...
removed new gson creation for all events
src/main/java/org/vaadin/visjs/networkDiagram/NetworkDiagram.java
removed new gson creation for all events
Java
apache-2.0
efe455510d8a88d35d65b58bc54cd8853f974bc2
0
nsoft/jesterj
/* * Copyright 2013-2016 Needham Software LLC * * 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...
code/ingest/src/main/java/org/jesterj/ingest/model/impl/DocumentImpl.java
/* * Copyright 2013-2016 Needham Software LLC * * 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...
code cleanup
code/ingest/src/main/java/org/jesterj/ingest/model/impl/DocumentImpl.java
code cleanup
Java
apache-2.0
2ae4748eb558aaf863adcd8e3183ef8d55fb2e62
0
rabix/bunny,rabix/bunny,rabix/bunny,rabix/bunny,rabix/bunny
package org.rabix.bindings.sb.processor.callback; import java.io.File; import java.util.Map; import java.util.Set; import org.rabix.bindings.filemapper.FileMapper; import org.rabix.bindings.model.FileValue; import org.rabix.bindings.sb.bean.SBJob; import org.rabix.bindings.sb.processor.SBPortProcessor; import org.rab...
rabix-bindings-sb/src/main/java/org/rabix/bindings/sb/processor/callback/SBPortProcessorHelper.java
package org.rabix.bindings.sb.processor.callback; import java.io.File; import java.util.Map; import java.util.Set; import org.rabix.bindings.filemapper.FileMapper; import org.rabix.bindings.model.FileValue; import org.rabix.bindings.sb.bean.SBJob; import org.rabix.bindings.sb.processor.SBPortProcessor; import org.rab...
fix sb bindings
rabix-bindings-sb/src/main/java/org/rabix/bindings/sb/processor/callback/SBPortProcessorHelper.java
fix sb bindings
Java
apache-2.0
4fe0244646843b3ad306feb6281a50aa743c3add
0
leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
sharding-transaction/src/test/java/io/shardingsphere/transaction/manager/xa/XADataSourceFactoryTest.java
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
#1363 Add test case for XADataSourceFactory.
sharding-transaction/src/test/java/io/shardingsphere/transaction/manager/xa/XADataSourceFactoryTest.java
#1363 Add test case for XADataSourceFactory.
Java
apache-2.0
9203583a11e8dbab25c2bb8460855222f66aea5f
0
nla/openwayback,JesseWeinstein/openwayback,kris-sigur/openwayback,zubairkhatri/openwayback,emijrp/openwayback,kris-sigur/openwayback,nla/openwayback,zubairkhatri/openwayback,JesseWeinstein/openwayback,emijrp/openwayback,bitzl/openwayback,bitzl/openwayback,nlnwa/openwayback,nlnwa/openwayback,ukwa/openwayback,chasehd/ope...
/* * This file is part of the Wayback archival access software * (http://archive-access.sourceforge.net/projects/wayback/). * * Licensed to the Internet Archive (IA) by one or more individual * contributors. * * The IA licenses this file to You under the Apache License, Version 2.0 * (the "License"); y...
wayback-core/src/test/java/org/archive/wayback/accesscontrol/staticmap/StaticMapExclusionFilterTest.java
/* * This file is part of the Wayback archival access software * (http://archive-access.sourceforge.net/projects/wayback/). * * Licensed to the Internet Archive (IA) by one or more individual * contributors. * * The IA licenses this file to You under the Apache License, Version 2.0 * (the "License"); y...
added tests for real-world examples git-svn-id: ca6d9ebf75caaf710f0e3a4ee74a890c456d4c90@3387 69e27eb3-6e27-0410-b9c6-fffd7e226fab
wayback-core/src/test/java/org/archive/wayback/accesscontrol/staticmap/StaticMapExclusionFilterTest.java
added tests for real-world examples
Java
apache-2.0
f5bf64a0a2313489c3f39c01efaedf04c62285f8
0
savanibharat/concourse,cinchapi/concourse,mAzurkovic/concourse,chiranjeevjain/concourse,cinchapi/concourse,Qunzer/concourse,remiemalik/concourse,bigtreeljc/concourse,vrnithinkumar/concourse,karthikprabhu17/concourse,remiemalik/concourse,JerJohn15/concourse,karthikprabhu17/concourse,mAzurkovic/concourse,dubex/concourse,...
/** * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * * @generated */ package org.cinchapi.concourse.thrift; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; imp...
concourse/src/main/java/org/cinchapi/concourse/thrift/TObject.java
/** * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * * @generated */ package org.cinchapi.concourse.thrift; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; imp...
add small bytebuffer to TObject#NULL to prevent NPE issues on serialization
concourse/src/main/java/org/cinchapi/concourse/thrift/TObject.java
add small bytebuffer to TObject#NULL to prevent NPE issues on serialization
Java
apache-2.0
bb5b149b556a6f295c3bad597a66edf83c2e73eb
0
greenrobot/EventBus
/* * Copyright (C) 2012-2016 Markus Junginger, greenrobot (http://greenrobot.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
EventBus/src/org/greenrobot/eventbus/SubscriberMethodFinder.java
/* * Copyright (C) 2012-2016 Markus Junginger, greenrobot (http://greenrobot.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
Provide additional info if Class.getMethods() fails
EventBus/src/org/greenrobot/eventbus/SubscriberMethodFinder.java
Provide additional info if Class.getMethods() fails
Java
apache-2.0
d8d9087877c01f1786271726a541fb3eeda7f939
0
chamikaramj/beam,tgroh/beam,rangadi/incubator-beam,robertwb/incubator-beam,lukecwik/incubator-beam,robertwb/incubator-beam,robertwb/incubator-beam,amarouni/incubator-beam,RyanSkraba/beam,lukecwik/incubator-beam,charlesccychen/beam,lukecwik/incubator-beam,yk5/beam,sammcveety/incubator-beam,jbonofre/incubator-beam,stasle...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
runners/direct-java/src/main/java/org/apache/beam/runners/direct/DirectRunner.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 ...
DirectRunner override matchers using Runner API
runners/direct-java/src/main/java/org/apache/beam/runners/direct/DirectRunner.java
DirectRunner override matchers using Runner API
Java
apache-2.0
b4dc87147904a01b8dcbd6c2846019242dd3c47d
0
asedunov/intellij-community,ivan-fedorov/intellij-community,alphafoobar/intellij-community,FHannes/intellij-community,amith01994/intellij-community,Lekanich/intellij-community,ibinti/intellij-community,slisson/intellij-community,hurricup/intellij-community,izonder/intellij-community,akosyakov/intellij-community,jagguli...
package com.intellij.psi.impl.compiled; import com.intellij.lang.ASTNode; import com.intellij.lang.LanguageDialect; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.Document; import com.intellij.openapi.fileEditor.FileDocumentManager; import com.intellij.openapi.fileTypes.FileType; imp...
source/com/intellij/psi/impl/compiled/ClsFileImpl.java
package com.intellij.psi.impl.compiled; import com.intellij.lang.ASTNode; import com.intellij.lang.LanguageDialect; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.Document; import com.intellij.openapi.fileEditor.FileDocumentManager; import com.intellij.openapi.fileTypes.FileType; imp...
volatiled just in case
source/com/intellij/psi/impl/compiled/ClsFileImpl.java
volatiled just in case
Java
apache-2.0
9c3d30283d7087125d0ba7ce274547f40880b4f6
0
178220709/HelloScala,178220709/HelloScala,178220709/HelloScala
package jsonsong.spider.controllers; import jsonsong.spider.dao.CarDao; import jsonsong.spider.dto.CarResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import java.util....
ScalaSpider/src/main/java/jsonsong/spider/controllers/ReportController.java
package jsonsong.spider.controllers; import jsonsong.spider.dao.CarDao; import jsonsong.spider.dto.CarResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import java.util....
rename
ScalaSpider/src/main/java/jsonsong/spider/controllers/ReportController.java
rename
Java
apache-2.0
54e826def605ea2371c187418e0a95f8d218e395
0
nknize/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,ro...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.inference.loadingservice; import org.apach...
x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/loadingservice/ModelLoadingService.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.inference.loadingservice; import org.apach...
Fix Eclipse compile problem in ModelLoadingService (#54670) Current Eclipse 4.14.0 cannot deal with the direct lambda notation, changing to an exlicite one.
x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/loadingservice/ModelLoadingService.java
Fix Eclipse compile problem in ModelLoadingService (#54670)
Java
apache-2.0
bafc79ea3285af6f330e2fdaa72144103f520a79
0
burris/dwr,burris/dwr
/* * Copyright 2005 Joe Walker * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
java/uk/ltd/getahead/dwr/util/SwallowingHttpServletResponse.java
/* * Copyright 2005 Joe Walker * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
fix for illegal state exception on forward to string git-svn-id: ba1d8d5a2a2c535e023d6080c1e5c29aa0f5364e@397 3a8262b2-faa5-11dc-8610-ff947880b6b2
java/uk/ltd/getahead/dwr/util/SwallowingHttpServletResponse.java
fix for illegal state exception on forward to string
Java
apache-2.0
f6718a088ba1af70ed8c3c79477253602a287b59
0
eayun/ovirt-engine,eayun/ovirt-engine,zerodengxinchao/ovirt-engine,eayun/ovirt-engine,zerodengxinchao/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,walteryang47/ovirt-engine,yingyun001/ovirt-engine,OpenUniversity/ovirt-engine,zerodengxinchao/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,waltery...
package org.ovirt.engine.core.vdsbroker.vdsbroker; import java.nio.file.Paths; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collections; i...
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
package org.ovirt.engine.core.vdsbroker.vdsbroker; import java.nio.file.Paths; import java.text.DateFormat; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collections; i...
core: legacy VDSM fix - part 2 Adding forgotten part of legacy vdsm fix to I48cd5f76ed870530208fcd0fc69c3d1a52b7249b which I forgot to fixup. Change-Id: I3b0cd1d109dae745c5a91e4f7a928457c9a7a9d3 Signed-off-by: Frantisek Kobzik <0b328e9ba0d2f62ea1913cf63eeb61d1089dc497@redhat.com>
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
core: legacy VDSM fix - part 2
Java
bsd-3-clause
b3db5f58e02ca02e12d7d5b12f9e715b7b7e3ff0
0
vincentml/basex,JensErat/basex,ksclarke/basex,drmacro/basex,dimitarp/basex,BaseXdb/basex,BaseXdb/basex,vincentml/basex,vincentml/basex,drmacro/basex,dimitarp/basex,ksclarke/basex,dimitarp/basex,ksclarke/basex,JensErat/basex,deshmnnit04/basex,vincentml/basex,drmacro/basex,deshmnnit04/basex,BaseXdb/basex,BaseXdb/basex,dr...
package org.basex.query.xquery.func; import org.basex.query.xquery.XQContext; import org.basex.query.xquery.XQException; import org.basex.query.xquery.expr.CmpV; import org.basex.query.xquery.item.Bln; import org.basex.query.xquery.item.Item; import org.basex.query.xquery.item.Itr; import org.basex.query.xquer...
src/org/basex/query/xquery/func/FNSeq.java
package org.basex.query.xquery.func; import org.basex.query.xquery.XQContext; import org.basex.query.xquery.XQException; import org.basex.query.xquery.expr.CmpV; import org.basex.query.xquery.item.Bln; import org.basex.query.xquery.item.Item; import org.basex.query.xquery.item.Itr; import org.basex.query.xquer...
opimized indexOf Method
src/org/basex/query/xquery/func/FNSeq.java
opimized indexOf Method
Java
bsd-3-clause
ccd06fc60b027162f8e13acd65fc4fc878699561
0
luxiaohan/openxal-csns-luxh,luxiaohan/openxal-csns-luxh,openxal/openxal,luxiaohan/openxal-csns-luxh,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,luxiaohan/openxal-csns-luxh,openxal/openxal,EuropeanSpallationSource/openxal,openxal/openxal,EuropeanSpallationSource/ope...
/* * JcaChannelServerPV.java * * Created on October 21, 2013, 9:37 AM */ package xal.plugin.jca; import xal.ca.ChannelServerPV; import com.cosylab.epics.caj.cas.util.MemoryProcessVariable; /** * Concrete JcaChannelServerPV wraps MemoryProcessVariable * @author tap */ public class JcaChannelServerPV extends...
plugins/jca/src/xal/plugin/jca/JcaChannelServerPV.java
/* * JcaChannelServerPV.java * * Created on October 21, 2013, 9:37 AM */ package xal.plugin.jca; import xal.ca.ChannelServerPV; import com.cosylab.epics.caj.cas.util.MemoryProcessVariable; /** * Concrete JcaChannelServerPV wraps MemoryProcessVariable * @author tap */ @Deprecated public class JcaChannelServ...
JcaChannelServer is used in scripts and in some cases is preferable to the new jca server mechanism, so it is no longer deprecated.
plugins/jca/src/xal/plugin/jca/JcaChannelServerPV.java
JcaChannelServer is used in scripts and in some cases is preferable to the new jca server mechanism, so it is no longer deprecated.
Java
mit
9e3d929cbc293720cbca8adcdcd6fd31ed1f0367
0
pennlabs/penn-mobile-android,pennlabs/penn-mobile-android,pennlabs/penn-mobile-android
package com.pennapps.labs.pennmobile; import android.os.Bundle; import android.support.v4.app.ListFragment; import android.view.View; import android.widget.ListView; import android.widget.RelativeLayout; import android.widget.TextView; import com.pennapps.labs.pennmobile.api.Labs; import java.util.concurrent.atomic.A...
PennMobile/src/main/java/com/pennapps/labs/pennmobile/SearchFavoriteTab.java
package com.pennapps.labs.pennmobile; import android.os.Bundle; import android.support.v4.app.ListFragment; import android.view.View; import android.widget.ListView; import android.widget.RelativeLayout; import android.widget.TextView; import com.pennapps.labs.pennmobile.api.Labs; import java.util.concurrent.atomic.A...
fixed issue #413
PennMobile/src/main/java/com/pennapps/labs/pennmobile/SearchFavoriteTab.java
fixed issue #413
Java
mit
a48e38de7b075a2bec404d2cc4a49cfaf64aec33
0
JetBrains/ideavim,JetBrains/ideavim
/* * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform * Copyright (C) 2003-2022 The IdeaVim authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the ...
src/main/java/com/maddyhome/idea/vim/helper/StringHelper.java
/* * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform * Copyright (C) 2003-2022 The IdeaVim authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the ...
Make function static
src/main/java/com/maddyhome/idea/vim/helper/StringHelper.java
Make function static
Java
mit
fe2dc8398908d1d7e7879f5f9c11c8592e471b5e
0
henu/gdxextras
package fi.henu.gdxextras.gui; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import com.badlogic.gdx.math.Vector2; public class Checkbox extends Widget { // This is used to set default background and selected graphics for Button public static void setDefau...
gui/Checkbox.java
package fi.henu.gdxextras.gui; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.glutils.ShapeRenderer; import com.badlogic.gdx.math.Vector2; public class Checkbox extends Widget { // This is used to set default background and selected graphics for Button public static void setDefau...
Checkbox: Option to enable/disable it.
gui/Checkbox.java
Checkbox: Option to enable/disable it.
Java
mit
cea793ac96f796353cfd6305745800fbc58c025a
0
McJty/RFToolsDimensions
package mcjty.rftoolsdim.dimensions.dimlets; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Lists; import mcjty.lib.varia.EntityTools; import mcjty.lib.varia.Logging; import mcjty.rftoolsdim.RFToolsDim; import mcjty.rftoolsdim.config.DimletRules; import mcjty.rftoolsdim.config.Filter; ...
src/main/java/mcjty/rftoolsdim/dimensions/dimlets/KnownDimletConfiguration.java
package mcjty.rftoolsdim.dimensions.dimlets; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Lists; import mcjty.lib.varia.EntityTools; import mcjty.lib.varia.Logging; import mcjty.rftoolsdim.RFToolsDim; import mcjty.rftoolsdim.config.DimletRules; import mcjty.rftoolsdim.config.Filter; ...
Reorganize sky dimlets
src/main/java/mcjty/rftoolsdim/dimensions/dimlets/KnownDimletConfiguration.java
Reorganize sky dimlets
Java
mit
1d345682159ffd4888b31f610d24452b2812dcb4
0
plrthink/react-native-zip-archive,plrthink/react-native-zip-archive,plrthink/react-native-zip-archive,plrthink/react-native-zip-archive,plrthink/react-native-zip-archive,plrthink/react-native-zip-archive
package com.rnziparchive; import android.content.res.AssetFileDescriptor; import android.os.Build; import android.util.Log; import com.facebook.react.bridge.Arguments; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJ...
android/src/main/java/com/rnziparchive/RNZipArchiveModule.java
package com.rnziparchive; import android.content.res.AssetFileDescriptor; import android.os.Build; import android.util.Log; import com.facebook.react.bridge.Arguments; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJ...
#221 raise the file permission error properly
android/src/main/java/com/rnziparchive/RNZipArchiveModule.java
#221 raise the file permission error properly
Java
mit
5411704a52140fb510e9d001e5776dfec0b75f68
0
juliesouchet/StreetCar,juliesouchet/StreetCar
package main.java.game; import java.awt.Color; import java.awt.Point; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.server.ExportException; import java.rmi.server.UnicastRemoteObject; import main.java.data.Data; impor...
src/main/java/game/Game.java
package main.java.game; import java.awt.Color; import java.awt.Point; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import main.java.data.Data; import main.java.data.LoginInfo; import main....
Valentin changes
src/main/java/game/Game.java
Valentin changes
Java
mit
7376bdf626ef4026dbc8bf2f151f94458903fce2
0
Sirtrack/construct,Sirtrack/construct,xiaoliang2016/construct,xiaoliang2016/construct,ZiglioNZ/construct,ZiglioNZ/construct
package construct.lib; import java.io.UnsupportedEncodingException; import construct.exception.ValueError; public class Binary { static byte[][] _char_to_bin = new byte[256][8]; static{ for( int i = 0; i<256; i++) { char ch = (char)i; byte[] bin = int_to_bin(i, 8); _char_to_bin[i] = ...
src/main/construct/lib/Binary.java
package construct.lib; import construct.exception.ValueError; public class Binary { static byte[][] _char_to_bin = new byte[256][8]; static{ for( int i = 0; i<256; i++) { char ch = (char)i; byte[] bin = int_to_bin(i, 8); _char_to_bin[i] = bin; } } public static byte[] int_to_b...
Fixed character set bug
src/main/construct/lib/Binary.java
Fixed character set bug
Java
unknown
2af62fb003c523399c6cf6645cd8cd7d224899da
0
udevbe/westmalle,udevbe/westmalle,udevbe/westford,udevbe/westford,udevbe/westford,udevbe/westford,udevbe/westmalle,Zubnix/westmalle,udevbe/westmalle
//Copyright 2015 Erik De Rijcke // //Licensed under the Apache License,Version2.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,sof...
wayland/src/test/java/org/westmalle/wayland/protocol/WlShellTest.java
//Copyright 2015 Erik De Rijcke // //Licensed under the Apache License,Version2.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,sof...
add missing import
wayland/src/test/java/org/westmalle/wayland/protocol/WlShellTest.java
add missing import
Java
agpl-3.0
1f85fcadf1942fc0681265437225ebb883b255b5
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.elki.varianceanalysis; import java.util.Collection; import java.util.Iterator; import de.lmu.ifi.dbs.elki.data.RealVector; import de.lmu.ifi.dbs.elki.database.Database; import de.lmu.ifi.dbs.elki.distance.DoubleDistance; import de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix; import de.lmu.ifi.db...
src/de/lmu/ifi/dbs/elki/varianceanalysis/WeightedCovarianceMatrixBuilder.java
package de.lmu.ifi.dbs.elki.varianceanalysis; import java.util.Collection; import java.util.Iterator; import de.lmu.ifi.dbs.elki.data.RealVector; import de.lmu.ifi.dbs.elki.database.Database; import de.lmu.ifi.dbs.elki.distance.DoubleDistance; import de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix; import de.lmu.ifi.db...
remove warning: unused import
src/de/lmu/ifi/dbs/elki/varianceanalysis/WeightedCovarianceMatrixBuilder.java
remove warning: unused import
Java
agpl-3.0
def6eb57ea2437f4314bb370c28164632a5bee67
0
tdefilip/opennms,roskens/opennms-pre-github,rdkgit/opennms,roskens/opennms-pre-github,aihua/opennms,tdefilip/opennms,rdkgit/opennms,aihua/opennms,tdefilip/opennms,tdefilip/opennms,roskens/opennms-pre-github,roskens/opennms-pre-github,roskens/opennms-pre-github,roskens/opennms-pre-github,roskens/opennms-pre-github,rdkgi...
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2002-2005 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for m...
opennms-rrd/opennms-rrd-api/src/main/java/org/opennms/netmgt/rrd/RrdConfig.java
// // This file is part of the OpenNMS(R) Application. // // OpenNMS(R) is Copyright (C) 2002-2005 The OpenNMS Group, Inc. All rights reserved. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // code that was published under the GNU General Public License. Copyrights for m...
Indenting
opennms-rrd/opennms-rrd-api/src/main/java/org/opennms/netmgt/rrd/RrdConfig.java
Indenting
Java
lgpl-2.1
c998157bbb8e674ad3a644dc0b270dddb7cb1ed7
0
vaibhav345/lenskit,vaibhav345/lenskit,kluver/lenskit,kluver/lenskit,vaibhav345/lenskit,kluver/lenskit,kluver/lenskit,kluver/lenskit,vaibhav345/lenskit
/* * LensKit, an open source recommender systems toolkit. * Copyright 2010-2014 LensKit Contributors. See CONTRIBUTORS.md. * Work on LensKit has been funded by the National Science Foundation under * grants IIS 05-34939, 08-08692, 08-12148, and 10-17697. * * This program is free software; you can redistribute it...
lenskit-core/src/main/java/org/lenskit/data/dao/file/DelimitedColumnEntityFormat.java
/* * LensKit, an open source recommender systems toolkit. * Copyright 2010-2014 LensKit Contributors. See CONTRIBUTORS.md. * Work on LensKit has been funded by the National Science Foundation under * grants IIS 05-34939, 08-08692, 08-12148, and 10-17697. * * This program is free software; you can redistribute it...
Improve delimited format addColumn docs
lenskit-core/src/main/java/org/lenskit/data/dao/file/DelimitedColumnEntityFormat.java
Improve delimited format addColumn docs
Java
lgpl-2.1
17ae996aa6c5ac207290c681e44de5190aeda6d5
0
julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine
package org.intermine.objectstore.query; /* * Copyright (C) 2002-2012 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/l...
intermine/objectstore/main/src/org/intermine/objectstore/query/ConstraintOp.java
package org.intermine.objectstore.query; /* * Copyright (C) 2002-2012 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/l...
Added some notes to the future about changes needed in this class Former-commit-id: fd10174838809cd1c6674042e43ed347220b969a
intermine/objectstore/main/src/org/intermine/objectstore/query/ConstraintOp.java
Added some notes to the future about changes needed in this class
Java
apache-2.0
8edd3ec573649443c2dc0747cf3cddc1608d43d6
0
apache/commons-codec,apache/commons-codec,apache/commons-codec
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/test/java/org/apache/commons/codec/net/PercentCodecTest.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 ...
[CODEC-240] Add Percent-Encoding Codec (described in RFC3986 and RFC7578). Sort members. git-svn-id: cde5a1597f50f50feab6f72941f6b219c34291a1@1814516 13f79535-47bb-0310-9956-ffa450edef68
src/test/java/org/apache/commons/codec/net/PercentCodecTest.java
[CODEC-240] Add Percent-Encoding Codec (described in RFC3986 and RFC7578). Sort members.
Java
apache-2.0
1111e897412520ed0a2834d7f5d77b6a04df6625
0
sanyaade-g2g-repos/orientdb,joansmith/orientdb,orientechnologies/orientdb,rprabhat/orientdb,mbhulin/orientdb,mbhulin/orientdb,alonsod86/orientdb,mmacfadden/orientdb,alonsod86/orientdb,wyzssw/orientdb,intfrr/orientdb,cstamas/orientdb,rprabhat/orientdb,cstamas/orientdb,wouterv/orientdb,mmacfadden/orientdb,cstamas/orientd...
/* * * * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.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/...
core/src/main/java/com/orientechnologies/common/comparator/ODefaultComparator.java
/* * * * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.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/...
Minor: small optimization
core/src/main/java/com/orientechnologies/common/comparator/ODefaultComparator.java
Minor: small optimization
Java
apache-2.0
4edb2b36807aec2ee7b3fae6a01146ee0faaea3a
0
jacksonic/vjlofvhjfgm,jacksonic/vjlofvhjfgm,foam-framework/foam2,foam-framework/foam2,foam-framework/foam2,jacksonic/vjlofvhjfgm,foam-framework/foam2,foam-framework/foam2
/** * @license * Copyright 2017 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ package foam.dao.index; import foam.core.FObject; import foam.dao.Sink; import foam.mlang.order.Comparator; import foam.mlang.predicate.Predicate; public class ProxyIndex implements Inde...
src/foam/dao/index/ProxyIndex.java
/** * @license * Copyright 2017 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ package foam.dao.index; import foam.core.FObject; import foam.dao.Sink; import foam.mlang.order.Comparator; import foam.mlang.predicate.Predicate; public class ProxyIndex implements Inde...
Removed delegateIsSet
src/foam/dao/index/ProxyIndex.java
Removed delegateIsSet
Java
apache-2.0
f272dcadb98ff0f911d8b960c61c71468a9c8de9
0
mchaston/OakFunds,mchaston/OakFunds,mchaston/OakFunds,mchaston/OakFunds,mchaston/OakFunds,mchaston/OakFunds,mchaston/OakFunds
/* * Copyright 2014 Miles Chaston * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
src/org/chaston/oakfunds/xsrf/XsrfUtil.java
/* * Copyright 2014 Miles Chaston * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Tweaked the XSRF utils.
src/org/chaston/oakfunds/xsrf/XsrfUtil.java
Tweaked the XSRF utils.
Java
apache-2.0
299a0c4a1768efbca2c61abe45152e8b80f7b69d
0
matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * Copyright 2018 New Vector Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
matrix-sdk/src/main/java/org/matrix/androidsdk/MXSession.java
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * Copyright 2018 New Vector Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
Ganfra review: split long method
matrix-sdk/src/main/java/org/matrix/androidsdk/MXSession.java
Ganfra review: split long method
Java
apache-2.0
fc991aae722497eb0f0659d8d42659911fb22486
0
opensingular/singular-core,opensingular/singular-core,opensingular/singular-core,opensingular/singular-core
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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 ...
lib/wicket-utils/src/main/java/org/opensingular/lib/wicket/util/resource/Icone.java
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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 ...
Adicionando novos icones
lib/wicket-utils/src/main/java/org/opensingular/lib/wicket/util/resource/Icone.java
Adicionando novos icones
Java
apache-2.0
ad4902eca7cf3c3342ff33d03c042b6961e4a936
0
osmdroid/osmdroid,osmdroid/osmdroid,osmdroid/osmdroid,osmdroid/osmdroid
package org.osmdroid.tileprovider.modules; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteFullException; import android.graphics.drawable.Drawable; import android.util.Log; import org.osmdroid.api.IMapView; impo...
osmdroid-android/src/main/java/org/osmdroid/tileprovider/modules/SqlTileWriter.java
package org.osmdroid.tileprovider.modules; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteFullException; import android.graphics.drawable.Drawable; import android.util.Log; import org.osmdroid.api.IMapView; impo...
feature/#634 New: * MapTileApproximater: a tile provider that computes approximation of tiles based on the tiles of the same region, but on lower zoom level tiles. Useful in offline mode. To be used as a nth provider. Modifications: * CacheAdapter: small bug fix * IFilesystemCache: added method loadTile * MapTileFile...
osmdroid-android/src/main/java/org/osmdroid/tileprovider/modules/SqlTileWriter.java
feature/#634
Java
apache-2.0
ffce0f29016350f21cb95d1d20eb4350bbd33f30
0
matej116/cgeo,matej116/cgeo,cgeo/cgeo,rsudev/c-geo-opensource,cgeo/cgeo,cgeo/cgeo,tobiasge/cgeo,tobiasge/cgeo,matej116/cgeo,rsudev/c-geo-opensource,rsudev/c-geo-opensource,tobiasge/cgeo,cgeo/cgeo
package cgeo.geocaching.connector.lc; import cgeo.geocaching.enumerations.CacheSize; import cgeo.geocaching.enumerations.CacheType; import cgeo.geocaching.enumerations.LoadFlags.SaveFlag; import cgeo.geocaching.enumerations.WaypointType; import cgeo.geocaching.location.Geopoint; import cgeo.geocaching.location.Viewpor...
main/src/cgeo/geocaching/connector/lc/LCApi.java
package cgeo.geocaching.connector.lc; import cgeo.geocaching.enumerations.CacheSize; import cgeo.geocaching.enumerations.CacheType; import cgeo.geocaching.enumerations.LoadFlags.SaveFlag; import cgeo.geocaching.enumerations.WaypointType; import cgeo.geocaching.location.Geopoint; import cgeo.geocaching.location.Viewpor...
Fixes #10569 ALC live map loading needs optimization (#10577) * real searchByBBox() implemented * removed haversine, user Geopoint.distanceTo() * Geopoint.distanceTo() seems to return km, not m * multiply before truncate to int * syntax error .. sorry
main/src/cgeo/geocaching/connector/lc/LCApi.java
Fixes #10569 ALC live map loading needs optimization (#10577)
Java
apache-2.0
b03a866b7f635779cdb33f7a34edee2cd8b58a1a
0
bitbrain/beansjam-2017,bitbrain/beansjam-2017
package tv.rocketbeans.supermafiosi.ui; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.Batch; import com.badlogic.gdx.graphics.g2d.NinePatch; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.ui.Label; impor...
core/src/tv/rocketbeans/supermafiosi/ui/DialogBox.java
package tv.rocketbeans.supermafiosi.ui; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.Batch; import com.badlogic.gdx.graphics.g2d.NinePatch; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.ui.Label; impor...
Fix bouncing bug
core/src/tv/rocketbeans/supermafiosi/ui/DialogBox.java
Fix bouncing bug
Java
apache-2.0
3af36e1984246f3c1bfc4b38e1bb859944d558b8
0
nabilzhang/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,nabilzhang/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,uniqueid001/enunciate,uniqueid001/enuncia...
package com.webcohesion.enunciate.mojo; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
slim-maven-plugin/src/main/java/com/webcohesion/enunciate/mojo/ConfigMojo.java
package com.webcohesion.enunciate.mojo; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
option to completely disable the source path.
slim-maven-plugin/src/main/java/com/webcohesion/enunciate/mojo/ConfigMojo.java
option to completely disable the source path.
Java
apache-2.0
f3bc9d7b2d4be0a9690574a7d02bb3f40b26a880
0
manolo/components,manolo/components,shahrzadmn/vaadin-grid,shahrzadmn/vaadin-grid,manolo/components,shahrzadmn/vaadin-grid,shahrzadmn/vaadin-grid
package com.vaadin.components.grid.table; import java.util.Arrays; import java.util.List; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.Style.Overflow; import com.google.gwt.dom.client.Style.TextOverflow; import com.google.gwt.query.clie...
vaadin-components-gwt/src/main/java/com/vaadin/components/grid/table/GridColumn.java
package com.vaadin.components.grid.table; import java.util.Arrays; import java.util.List; import com.google.gwt.core.client.JavaScriptObject; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.Style.Overflow; import com.google.gwt.dom.client.Style.TextOverflow; import com.google.gwt.query.clie...
Removed reused method
vaadin-components-gwt/src/main/java/com/vaadin/components/grid/table/GridColumn.java
Removed reused method
Java
apache-2.0
cceb69ba70a1f21a1cdac26493845733a67dfbf7
0
dkmfbk/utils,fbk/utils
package eu.fbk.utils.corenlp.outputters; import com.google.gson.*; import edu.stanford.nlp.coref.CorefCoreAnnotations; import edu.stanford.nlp.coref.data.CorefChain; import edu.stanford.nlp.ie.machinereading.structure.Span; import edu.stanford.nlp.ie.util.RelationTriple; import edu.stanford.nlp.ling.CoreAnnotations; i...
utils-corenlp/src/main/java/eu/fbk/utils/corenlp/outputters/JSONOutputter.java
package eu.fbk.utils.corenlp.outputters; import com.google.gson.*; import edu.stanford.nlp.coref.CorefCoreAnnotations; import edu.stanford.nlp.coref.data.CorefChain; import edu.stanford.nlp.ie.machinereading.structure.Span; import edu.stanford.nlp.ie.util.RelationTriple; import edu.stanford.nlp.ling.CoreAnnotations; i...
Features text
utils-corenlp/src/main/java/eu/fbk/utils/corenlp/outputters/JSONOutputter.java
Features text