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 | ba2fe986bebe63bfa99fca44772d22a4eebbc3f9 | 0 | astrapi69/jaulp.wicket,astrapi69/jaulp-wicket,astrapi69/jaulp-wicket,astrapi69/jaulp.wicket,astrapi69/jaulp-wicket,astrapi69/jaulp.wicket | /**
* Copyright (C) 2010 Asterios Raptis
*
* 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 ... | jaulp.wicket.base/src/main/java/org/jaulp/wicket/base/pageparameters/ParameterKeys.java | /**
* Copyright (C) 2010 Asterios Raptis
*
* 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 ... | New parameter keys added. | jaulp.wicket.base/src/main/java/org/jaulp/wicket/base/pageparameters/ParameterKeys.java | New parameter keys added. | |
Java | apache-2.0 | a8052f5eb515c723f0092ab049ec5d6086d4b77f | 0 | mythguided/hydra,mythguided/hydra,mythguided/hydra,mythguided/hydra | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | hydra-main/src/main/java/com/addthis/hydra/job/HostFailWorker.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | Use TreeSet for consistent fsokay ordering.
| hydra-main/src/main/java/com/addthis/hydra/job/HostFailWorker.java | Use TreeSet for consistent fsokay ordering. | |
Java | apache-2.0 | 0fbd79f669587db8867f70773ae0bf4f2de4cbed | 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-2020 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.psi.util;
import com.intellij.psi.*;
import com.intellij.psi.tree.IElementType;
import org.jetbrains.annotations.NotNull;
import java.util.HashMap;
import j... | java/java-psi-api/src/com/intellij/psi/util/PsiPrecedenceUtil.java | // Copyright 2000-2020 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.psi.util;
import com.intellij.psi.*;
import com.intellij.psi.tree.IElementType;
import org.jetbrains.annotations.NotNull;
import java.util.HashMap;
import j... | IG: clean up sloppy code (IJ-CR-3338)
GitOrigin-RevId: 1077b439f9e30cbbaa803f5a7669ec68dbd3d387 | java/java-psi-api/src/com/intellij/psi/util/PsiPrecedenceUtil.java | IG: clean up sloppy code (IJ-CR-3338) | |
Java | apache-2.0 | d9eeba5275a5f67bb9bd17f930b9ea4b62802017 | 0 | apache/commons-vfs,ecki/commons-vfs,ecki/commons-vfs,apache/commons-vfs | /*
* 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 ... | commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Remove unused exceptions in tests.
| commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java | Remove unused exceptions in tests. | |
Java | mit | 67b09451b6777c59533e7882f990278a81c4756f | 0 | aserg-ufmg/RefDiff,aserg-ufmg/RefDiff,aserg-ufmg/RefDiff,aserg-ufmg/RefDiff,aserg-ufmg/RefDiff,aserg-ufmg/RefDiff | package refdiff.evaluation.benchmark;
import java.util.EnumSet;
import refdiff.core.RefDiff;
import refdiff.core.api.RefactoringType;
import refdiff.evaluation.utils.RefactoringSet;
import refdiff.evaluation.utils.ResultComparator;
public class TestWithCalibrationDataset {
public static void main(String[] args) {
... | refdiff-evaluation/src/main/java/refdiff/evaluation/benchmark/TestWithCalibrationDataset.java | package refdiff.evaluation.benchmark;
import java.util.EnumSet;
import refdiff.core.RefDiff;
import refdiff.core.api.RefactoringType;
import refdiff.evaluation.utils.RefactoringSet;
import refdiff.evaluation.utils.ResultComparator;
public class TestWithCalibrationDataset {
public static void main(String[] args) {
... | Calibration | refdiff-evaluation/src/main/java/refdiff/evaluation/benchmark/TestWithCalibrationDataset.java | Calibration | |
Java | mit | 24f3e3e35b7db5fead75ed9704ac7f521a434162 | 0 | caxqueiroz/ethereumj,loxal/FreeEthereum,loxal/ethereumj,loxal/FreeEthereum,loxal/FreeEthereum,chengtalent/ethereumj | package org.ethereum.sync;
import org.ethereum.config.Constants;
import org.ethereum.config.NoAutoscan;
import org.ethereum.config.SystemProperties;
import org.ethereum.core.Block;
import org.ethereum.core.BlockHeader;
import org.ethereum.core.Blockchain;
import org.ethereum.core.TransactionReceipt;
import org.ethereu... | ethereumj-core/src/test/java/org/ethereum/sync/GapRecoveryTest.java | package org.ethereum.sync;
import org.ethereum.config.Constants;
import org.ethereum.config.NoAutoscan;
import org.ethereum.config.SystemProperties;
import org.ethereum.core.Block;
import org.ethereum.core.BlockHeader;
import org.ethereum.core.Blockchain;
import org.ethereum.core.TransactionReceipt;
import org.ethereu... | Remove eth legacy support from sync tests
| ethereumj-core/src/test/java/org/ethereum/sync/GapRecoveryTest.java | Remove eth legacy support from sync tests | |
Java | mit | 8a8a1cc1d16c4fd78e7818bb9e12f2851aa32a0b | 0 | iMultiPlay/Evolution | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package evolution2.pkg0;
/**
*
* @author david
*/
public class Evolution20 {
/**
* @param args the command line argument... | src/evolution2/pkg0/Evolution20.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package evolution2.pkg0;
/**
*
* @author david
*/
public class Evolution20 {
/**
* @param args the command line argument... | It outputs things now
| src/evolution2/pkg0/Evolution20.java | It outputs things now | |
Java | epl-1.0 | 781883dadbadabca557c010f99f8178c359ba96a | 0 | Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt | package org.eclipse.birt.data.engine.executor;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.birt.core.data.DataType;
import org.eclipse.birt.data.engine.api.IBaseDataSetDesign;
import org.eclipse.birt.data.engine.api.I... | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheObjectWithDummyData.java | package org.eclipse.birt.data.engine.executor;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.birt.core.data.DataType;
import org.eclipse.birt.data.engine.api.IBaseDataSetDesign;
import org.eclipse.birt.data.en... | Alias are not recognize and create new column in metadata
This will fix that issue.
Signed-off-by: sguan <851143b950dfb5073ca7ef99a7905e76dd16588b@actuate.com> | data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheObjectWithDummyData.java | Alias are not recognize and create new column in metadata | |
Java | agpl-3.0 | 9ebecd12228b0fd8f097bd918b64f9337b5cefbb | 0 | ua-eas/kfs-devops-automation-fork,bhutchinson/kfs,ua-eas/kfs-devops-automation-fork,ua-eas/kfs,bhutchinson/kfs,UniversityOfHawaii/kfs,ua-eas/kfs,quikkian-ua-devops/will-financials,kuali/kfs,kuali/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/kfs,ua-eas/kfs,kuali/kfs,quikkian-ua-devops/will-financials,smith750/kfs,quikk... | /*
* Copyright 2007 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | test/integration/src/org/kuali/kfs/module/purap/document/PurchaseOrderDocumentActionAuthorizerTest.java | /*
* Copyright 2007 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl1.php
*
* Unless required by app... | fixed compiler errors in PO action authorization test, to be consistent with KIM changes
| test/integration/src/org/kuali/kfs/module/purap/document/PurchaseOrderDocumentActionAuthorizerTest.java | fixed compiler errors in PO action authorization test, to be consistent with KIM changes | |
Java | lgpl-2.1 | a24a4659f5e8229cbd302d8a3939762e2a0c785b | 0 | xph906/SootNew,anddann/soot,plast-lab/soot,xph906/SootNew,mbenz89/soot,xph906/SootNew,mbenz89/soot,mbenz89/soot,plast-lab/soot,cfallin/soot,cfallin/soot,cfallin/soot,anddann/soot,anddann/soot,plast-lab/soot,cfallin/soot,anddann/soot,mbenz89/soot,xph906/SootNew | /* Soot - a J*va Optimization Framework
* Copyright (C) 2005 Nomair Naeem
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) ... | src/soot/dava/toolkits/base/AST/transformations/ASTCleanerTwo.java | package soot.dava.toolkits.base.AST.transformations;
import soot.*;
import java.util.*;
import soot.dava.internal.SET.*;
import soot.dava.internal.AST.*;
import soot.dava.toolkits.base.AST.analysis.*;
/*
Nomair A. Naeem 21-FEB-2005
In the depthFirstAdaptor children of a ASTNode
are gotten in three ways
a, A... | - add copyright notice
| src/soot/dava/toolkits/base/AST/transformations/ASTCleanerTwo.java | - add copyright notice | |
Java | apache-2.0 | b668cc2659417de43ccf64435cb02e87e56a26a0 | 0 | Sargul/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,serge-rider/dbeaver,Sargul/dbeaver | /*
* Copyright (C) 2010-2014 Serge Rieder
* serge@jkiss.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any la... | plugins/org.jkiss.dbeaver.core.application/src/org/jkiss/dbeaver/ui/search/DatabaseSearchDialog.java | /*
* Copyright (C) 2010-2014 Serge Rieder
* serge@jkiss.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any la... | Search dialog prefs
Former-commit-id: d112c75396146822b776a43dfd660bf00c249d31 | plugins/org.jkiss.dbeaver.core.application/src/org/jkiss/dbeaver/ui/search/DatabaseSearchDialog.java | Search dialog prefs | |
Java | apache-2.0 | dc6b42d538b5566877442de90283208aeb5c757d | 0 | ModernMT/MMT,ModernMT/MMT,ModernMT/MMT,ModernMT/MMT,ModernMT/MMT | package eu.modernmt.model.corpus.impl.parallel;
import eu.modernmt.io.*;
import eu.modernmt.lang.LanguageDirection;
import eu.modernmt.lang.UnsupportedLanguageException;
import eu.modernmt.model.corpus.BaseMultilingualCorpus;
import eu.modernmt.model.corpus.Corpus;
import org.apache.commons.io.FilenameUtils;
import or... | src/commons/src/main/java/eu/modernmt/model/corpus/impl/parallel/ParallelFileCorpus.java | package eu.modernmt.model.corpus.impl.parallel;
import eu.modernmt.io.*;
import eu.modernmt.lang.LanguageDirection;
import eu.modernmt.lang.UnsupportedLanguageException;
import eu.modernmt.model.corpus.BaseMultilingualCorpus;
import eu.modernmt.model.corpus.Corpus;
import org.apache.commons.io.FilenameUtils;
import or... | Fixed ParallelFileLineWriter write
| src/commons/src/main/java/eu/modernmt/model/corpus/impl/parallel/ParallelFileCorpus.java | Fixed ParallelFileLineWriter write | |
Java | apache-2.0 | 8f3a111c60bc63bf44a4734ccc5bf39b3ac6a9d6 | 0 | ham1/jmeter,etnetera/jmeter,ham1/jmeter,apache/jmeter,etnetera/jmeter,apache/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,ham1/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,benbenw/jmeter,etnetera/jmeter,apache/jmeter,benbenw/jmeter,ham1/jmeter,etnetera/jmeter | /*
* 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/components/org/apache/jmeter/assertions/ResponseAssertion.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 ... | Spacepolice
Part of #356 on Github. Contributed by Graham Russell (graham at ham1.co.uk)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1823997 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: ecaa91ffac2af6667e0c144160fa25692a1b91dc | src/components/org/apache/jmeter/assertions/ResponseAssertion.java | Spacepolice | |
Java | apache-2.0 | 453ae6335d2156f89d5dc4f6fcfc4359f31fac2c | 0 | caelum/vraptor4,Philippe2201/vraptor4,michelmedeiros/vraptor4,nykolaslima/vraptor4,clebersonpp/vraptor4,Jonss/vraptor4,nykolaslima/vraptor4,nykolaslima/vraptor4,tempbottle/vraptor4,garcia-jj/vraptor4-fork,Knoobie/vraptor4,khajavi/vraptor4,khajavi/vraptor4,michelmedeiros/vraptor4,rpeleias/vraptor4,garcia-jj/vraptor4-for... | package br.com.caelum.vraptor.interceptor;
import java.lang.reflect.Method;
import javax.inject.Inject;
import br.com.caelum.vraptor.Intercepts;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.core.MethodInfo;
import br.com.caelum.vraptor.http.ParameterNameProvider;
import br.com.caelum.vraptor4.Be... | vraptor-core/src/main/java/br/com/caelum/vraptor/interceptor/ReturnParamInterceptor.java | package br.com.caelum.vraptor.interceptor;
import javax.inject.Inject;
import br.com.caelum.vraptor.Intercepts;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.core.MethodInfo;
import br.com.caelum.vraptor.http.ParameterNameProvider;
import br.com.caelum.vraptor4.BeforeCall;
import br.com.caelum.vra... | extracting local variable
| vraptor-core/src/main/java/br/com/caelum/vraptor/interceptor/ReturnParamInterceptor.java | extracting local variable | |
Java | apache-2.0 | 36e701b567c45e984828eaa067d2da83d2ae1217 | 0 | sopel39/presto,smartnews/presto,martint/presto,prestodb/presto,shixuan-fan/presto,11xor6/presto,raghavsethi/presto,raghavsethi/presto,shixuan-fan/presto,Praveen2112/presto,wyukawa/presto,zzhao0/presto,mvp/presto,raghavsethi/presto,arhimondr/presto,dain/presto,twitter-forks/presto,Yaliang/presto,losipiuk/presto,sopel39/... | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | presto-thrift-connector/src/main/java/com/facebook/presto/connector/thrift/util/ThriftExceptions.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | Append original error message to thrift connector remote exception
| presto-thrift-connector/src/main/java/com/facebook/presto/connector/thrift/util/ThriftExceptions.java | Append original error message to thrift connector remote exception | |
Java | apache-2.0 | 9bd07f5b833a2e95d0be04d4b3685ff89148c8fa | 0 | buybackoff/Aeron,real-logic/Aeron,mikeb01/Aeron,mikeb01/Aeron,tbrooks8/Aeron,real-logic/Aeron,oleksiyp/Aeron,EvilMcJerkface/Aeron,oleksiyp/Aeron,real-logic/Aeron,jerrinot/Aeron,mikeb01/Aeron,galderz/Aeron,UIKit0/Aeron,real-logic/Aeron,lennartj/Aeron,lennartj/Aeron,EvilMcJerkface/Aeron,EvilMcJerkface/Aeron,UIKit0/Aeron,... | /*
* Copyright 2014 - 2015 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | aeron-client/src/main/java/uk/co/real_logic/aeron/Subscription.java | /*
* Copyright 2014 - 2015 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [Java]: Naming.
| aeron-client/src/main/java/uk/co/real_logic/aeron/Subscription.java | [Java]: Naming. | |
Java | apache-2.0 | 06803648cd16672f8875846b29fd6c3c5f5c0489 | 0 | xqbase/ddns,xqbase/ddns | package com.xqbase.ddns;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import jav... | src/main/java/com/xqbase/ddns/DDNS.java | package com.xqbase.ddns;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.Inet4Address;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import jav... | "DDNS Started" not logged if unable to bind | src/main/java/com/xqbase/ddns/DDNS.java | "DDNS Started" not logged if unable to bind | |
Java | apache-2.0 | d8b967777b9cebfc19bf3a6dc64d8261748e7f89 | 0 | Distrotech/fop,spepping/fop-cs,argv-minus-one/fop,StrategyObject/fop,spepping/fop-cs,StrategyObject/fop,argv-minus-one/fop,argv-minus-one/fop,StrategyObject/fop,argv-minus-one/fop,StrategyObject/fop,argv-minus-one/fop,Distrotech/fop,Distrotech/fop,spepping/fop-cs,Distrotech/fop,spepping/fop-cs,StrategyObject/fop | /*-- $Id$ --
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
Redistribution and use ... | src/org/apache/fop/pdf/PDFDocument.java | /*-- $Id$ --
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
Redistribution and use ... | modify this class to only create a new PDFXobject if needed
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@193374 13f79535-47bb-0310-9956-ffa450edef68
| src/org/apache/fop/pdf/PDFDocument.java | modify this class to only create a new PDFXobject if needed | |
Java | apache-2.0 | 24ce4717fef2d529d650f144b8ca61adfae59797 | 0 | robinverduijn/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,gstevey/gradle,gstevey/gradle,gstevey/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,gradle/gra... | /*
* 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 applica... | subprojects/testing-native/src/main/java/org/gradle/nativeplatform/test/googletest/internal/DefaultGoogleTestTestSuiteSpec.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 applica... | Whitespace.
| subprojects/testing-native/src/main/java/org/gradle/nativeplatform/test/googletest/internal/DefaultGoogleTestTestSuiteSpec.java | Whitespace. | |
Java | apache-2.0 | b2d14381856c27c9088bc9e28372270e7506f9b6 | 0 | blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpira... | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | subprojects/ide-native/src/main/java/org/gradle/ide/visualstudio/internal/VisualStudioTargetBinary.java | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Fix VisualStudioTargetBinary annotations
| subprojects/ide-native/src/main/java/org/gradle/ide/visualstudio/internal/VisualStudioTargetBinary.java | Fix VisualStudioTargetBinary annotations | |
Java | apache-2.0 | 1272a77d568b38e598f2984e00ee148ef0c2b9b5 | 0 | Navrattan-Yadav/rest-assured,pxy0592/rest-assured,eeichinger/rest-assured,BenSeverson/rest-assured,RocketRaccoon/rest-assured,suvarnaraju/rest-assured,paweld2/rest-assured,MattGong/rest-assured,nishantkashyap/rest-assured-1,janusnic/rest-assured,Igor-Petrov/rest-assured,jayway/rest-assured,MattGong/rest-assured,pxy0592... | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | xml-path/src/main/java/com/jayway/restassured/path/xml/XmlPath.java | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Changed name of inner class
| xml-path/src/main/java/com/jayway/restassured/path/xml/XmlPath.java | Changed name of inner class | |
Java | apache-2.0 | 500ddcf241640d3d703dacf12b8d84b1b2bf95f8 | 0 | springfox/springfox,springfox/springfox,springfox/springfox,springfox/springfox | /*
*
* Copyright 2015-2019 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 req... | springfox-spring-web/src/main/java/springfox/documentation/spring/web/scanners/ApiModelReader.java | /*
*
* Copyright 2015-2019 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 req... | #3303
Check if model exists in listing. A fuse to prevent NPE. | springfox-spring-web/src/main/java/springfox/documentation/spring/web/scanners/ApiModelReader.java | #3303 | |
Java | apache-2.0 | f8482c86a0ecac7c467f062fa1ee1b5084c0e8ed | 0 | JEBailey/sling,wimsymons/sling,anchela/sling,roele/sling,mmanski/sling,mmanski/sling,tmaret/sling,ieb/sling,plutext/sling,trekawek/sling,ieb/sling,mcdan/sling,dulvac/sling,vladbailescu/sling,klcodanr/sling,tteofili/sling,awadheshv/sling,Sivaramvt/sling,vladbailescu/sling,SylvesterAbreu/sling,headwirecom/sling,mikibrv/s... | /*
* 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 ... | bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/SlingServletResolver.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | Clean up code: add final to parameters, rename some methods to *Internal and avoid passing around instance variables as parameters
git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1573483 13f79535-47bb-0310-9956-ffa450edef68
| bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/SlingServletResolver.java | Clean up code: add final to parameters, rename some methods to *Internal and avoid passing around instance variables as parameters | |
Java | apache-2.0 | 7034150aa3c48fb9bb463b1d5e2cbdc85454a1ff | 0 | OpenHFT/Chronicle-Queue,OpenHFT/Chronicle-Queue | package net.openhft.chronicle.queue.impl.single;
import net.openhft.chronicle.core.Jvm;
import net.openhft.chronicle.core.io.AbstractReferenceCounted;
import net.openhft.chronicle.core.io.IOTools;
import net.openhft.chronicle.core.onoes.ExceptionKey;
import net.openhft.chronicle.core.onoes.LogLevel;
import net.openhft... | src/test/java/net/openhft/chronicle/queue/impl/single/RollCycleMultiThreadStressTest.java | package net.openhft.chronicle.queue.impl.single;
import net.openhft.chronicle.core.Jvm;
import net.openhft.chronicle.core.io.AbstractReferenceCounted;
import net.openhft.chronicle.core.io.IOTools;
import net.openhft.chronicle.core.onoes.ExceptionKey;
import net.openhft.chronicle.core.onoes.LogLevel;
import net.openhft... | Close readonly queue when not needed.
| src/test/java/net/openhft/chronicle/queue/impl/single/RollCycleMultiThreadStressTest.java | Close readonly queue when not needed. | |
Java | apache-2.0 | fb0a2876352d3a25b2efef7a02f94978f55b905d | 0 | EvilMcJerkface/Aeron,mikeb01/Aeron,real-logic/Aeron,real-logic/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron | /*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java | /*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | [Java] Speed up DriverLoggingAgentTest.
| aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java | [Java] Speed up DriverLoggingAgentTest. | |
Java | apache-2.0 | e53789ea896bcd72957efc2350946fa5b6dbb0b1 | 0 | apigee/astyanax,DavidHerzogTU-Berlin/astyanax,maxtomassi/ds-astyanax,maxtomassi/ds-astyanax,gorcz/astyanax,fengshao0907/astyanax,bazaarvoice/astyanax,Netflix/astyanax,DavidHerzogTU-Berlin/astyanax,DavidHerzogTU-Berlin/astyanax,Netflix/astyanax,Netflix/astyanax,apigee/astyanax,fengshao0907/astyanax,gorcz/astyanax,bazaar... | /*******************************************************************************
* Copyright 2011 Netflix
*
* 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/li... | astyanax-thrift/src/main/java/com/netflix/astyanax/thrift/ThriftColumnFamilyQueryImpl.java | /*******************************************************************************
* Copyright 2011 Netflix
*
* 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/li... | Support super columns for auto pagination
Although deprecated for consistency auto pagination for super columns can be supported | astyanax-thrift/src/main/java/com/netflix/astyanax/thrift/ThriftColumnFamilyQueryImpl.java | Support super columns for auto pagination | |
Java | apache-2.0 | 8e712dd3253026cbf422a74acc7331952e2c9ae4 | 0 | cash1981/civilization-boardgame-rest | package no.asgari.civilization.server.resource;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import lombok.extern.log4j.Log4j;
import no.asgari.civilization.server.action.GameAction;
import no.asgari.civilization.server.applica... | civilization-server/src/main/java/no/asgari/civilization/server/resource/GameResource.java | package no.asgari.civilization.server.resource;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import lombok.extern.log4j.Log4j;
import no.asgari.civilization.server.action.GameAction;
import no.asgari.civilization.server.applica... | Fixed a small bug
| civilization-server/src/main/java/no/asgari/civilization/server/resource/GameResource.java | Fixed a small bug | |
Java | bsd-2-clause | 1bdfe4b0fd129d3dfc99e5e6b54f619d9100fcca | 0 | runelite/runelite,runelite/runelite,runelite/runelite | /*
* Copyright (c) 2019, Twiglet1022 <https://github.com/Twiglet1022>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright n... | runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/FaloTheBardClue.java | /*
* Copyright (c) 2019, Twiglet1022 <https://github.com/Twiglet1022>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright n... | FaloTheBardClue: Accept trimmed Dragon defender and Tzhaar-ket-om (#13317)
| runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/FaloTheBardClue.java | FaloTheBardClue: Accept trimmed Dragon defender and Tzhaar-ket-om (#13317) | |
Java | bsd-3-clause | 020612f920fb2e96aa1d7e175783dca8a90e6c01 | 0 | msf-oca-his/dhis2-core,msf-oca-his/dhis2-core,dhis2/dhis2-core,hispindia/dhis2-Core,hispindia/dhis2-Core,msf-oca-his/dhis2-core,vietnguyen/dhis2-core,vietnguyen/dhis2-core,msf-oca-his/dhis-core,msf-oca-his/dhis-core,vietnguyen/dhis2-core,vietnguyen/dhis2-core,hispindia/dhis2-Core,vietnguyen/dhis2-core,dhis2/dhis2-core,... | package org.hisp.dhis.dxf2.datavalueset;
/*
* Copyright (c) 2004-2018, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ab... | dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/datavalueset/DataValueSetServiceIntegrationTest.java | package org.hisp.dhis.dxf2.datavalueset;
/*
* Copyright (c) 2004-2018, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ab... | Ignoring DataValueSetServiceIntegrationTest for now (#2372)
| dhis-2/dhis-services/dhis-service-dxf2/src/test/java/org/hisp/dhis/dxf2/datavalueset/DataValueSetServiceIntegrationTest.java | Ignoring DataValueSetServiceIntegrationTest for now (#2372) | |
Java | bsd-3-clause | 67ad5f554b379bc4840026dc3a6b5974f5fd5f7e | 0 | synergynet/synergynet3.1,synergynet/synergynet3.1 | package synergynet3.activitypack2.table.flickandscreenshotmysteries;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.UUID;
import java.util.logging.Level;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFacto... | synergynet3.1-parent/synergynet3-activitypack2-table/src/main/java/synergynet3/activitypack2/table/flickandscreenshotmysteries/FlickAndScreenShotMysteriesApp.java | package synergynet3.activitypack2.table.flickandscreenshotmysteries;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.UUID;
import java.util.logging.Level;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFacto... | Move button to top left
Also show table colour. | synergynet3.1-parent/synergynet3-activitypack2-table/src/main/java/synergynet3/activitypack2/table/flickandscreenshotmysteries/FlickAndScreenShotMysteriesApp.java | Move button to top left | |
Java | mit | 2a955bcd215545b4ab594fc029ad21c88be54459 | 0 | CruGlobal/android-gto-support,GlobalTechnology/android-gto-support,CruGlobal/android-gto-support | package org.ccci.gto.android.common.recyclerview.adapter;
import android.database.Cursor;
import android.provider.BaseColumns;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.UiThread;
import android.support.v7.widget.RecyclerView;
public abstra... | gto-support-recyclerview/src/main/java/org/ccci/gto/android/common/recyclerview/adapter/CursorAdapter.java | package org.ccci.gto.android.common.recyclerview.adapter;
import android.database.Cursor;
import android.provider.BaseColumns;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.UiThread;
import android.support.v7.widget.RecyclerView;
public abstra... | remove an unsupport deprecated method
| gto-support-recyclerview/src/main/java/org/ccci/gto/android/common/recyclerview/adapter/CursorAdapter.java | remove an unsupport deprecated method | |
Java | mit | 8e6c9cb3157070e092bfeefcbb285d1f96aed7c6 | 0 | archimatetool/archi,archimatetool/archi,archimatetool/archi | /*******************************************************************************
* Copyright (c) 2010 Bolton University, UK.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the License
* which accompanies this distribution in the file LICENSE.txt
****... | uk.ac.bolton.archimate.editor/src/uk/ac/bolton/archimate/editor/diagram/editparts/diagram/GroupEditPart.java | /*******************************************************************************
* Copyright (c) 2010 Bolton University, UK.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the License
* which accompanies this distribution in the file LICENSE.txt
****... | Revert Connected Edit Part
This is not a Connected EditPart because:
1. A connection anchor point looks ugly if it enters at the top-right missing section of the figure
2. The Magic Connector snaps to the edge of the figure rather than clicking in space
| uk.ac.bolton.archimate.editor/src/uk/ac/bolton/archimate/editor/diagram/editparts/diagram/GroupEditPart.java | Revert Connected Edit Part | |
Java | mit | 5db2aabf0cf315984584210e3eee3acc71c30abe | 0 | Instabug/instabug-reactnative,Instabug/instabug-reactnative,Instabug/instabug-reactnative,Instabug/instabug-reactnative,Instabug/instabug-reactnative | package com.instabug.reactlibrary;
import android.app.Application;
import android.net.Uri;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.Nullable;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.br... | android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java | package com.instabug.reactlibrary;
import android.app.Application;
import android.net.Uri;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.Nullable;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.br... | ✨ Add setThresholdForReshowingSurveyAfterDismiss API for Android
| android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java | ✨ Add setThresholdForReshowingSurveyAfterDismiss API for Android | |
Java | mit | 189e725a68932cbc199519f6e4ee729c8337c6be | 0 | algoliareadmebot/algoliasearch-client-android,algolia/algoliasearch-client-android,algoliareadmebot/algoliasearch-client-android,algolia/algoliasearch-client-android,algolia/algoliasearch-client-android | /*
* Copyright (c) 2012-2016 Algolia
* http://www.algolia.com/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | algoliasearch/src/testOffline/java/com/algolia/search/saas/MirroredIndexTest.java | /*
* Copyright (c) 2012-2016 Algolia
* http://www.algolia.com/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | [offline][test] Test that non-mirrored indices behave as pure online indices | algoliasearch/src/testOffline/java/com/algolia/search/saas/MirroredIndexTest.java | [offline][test] Test that non-mirrored indices behave as pure online indices | |
Java | mit | b10dfe2e512cde96e0932a3346fd56eefd940ad8 | 0 | jvm-bloggers/jvm-bloggers,jvm-bloggers/jvm-bloggers,jvm-bloggers/jvm-bloggers,alien11689/jvm-bloggers,kraluk/jvm-bloggers,kraluk/jvm-bloggers,tdziurko/jvm-bloggers,tdziurko/jvm-bloggers,szpak/jvm-bloggers,jvm-bloggers/jvm-bloggers,tdziurko/jvm-bloggers,kraluk/jvm-bloggers,sobkowiak/jvm-bloggers,tdziurko/jvm-bloggers,sz... | package pl.tomaszdziurko.jvm_bloggers.mailing;
import com.google.common.base.Joiner;
import com.sun.syndication.feed.synd.SyndFeed;
import com.sun.syndication.io.FeedException;
import com.sun.syndication.io.SyndFeedInput;
import com.sun.syndication.io.XmlReader;
import lombok.extern.slf4j.Slf4j;
import org.antlr.stri... | src/main/java/pl/tomaszdziurko/jvm_bloggers/mailing/BlogSummaryMailGenerator.java | package pl.tomaszdziurko.jvm_bloggers.mailing;
import com.google.common.base.Joiner;
import com.sun.syndication.feed.synd.SyndFeed;
import com.sun.syndication.io.FeedException;
import com.sun.syndication.io.SyndFeedInput;
import com.sun.syndication.io.XmlReader;
import lombok.extern.slf4j.Slf4j;
import org.antlr.stri... | #38 log error when could not convert rss url to blog homepage
| src/main/java/pl/tomaszdziurko/jvm_bloggers/mailing/BlogSummaryMailGenerator.java | #38 log error when could not convert rss url to blog homepage | |
Java | epl-1.0 | 8942b892f5cba21661661e2b4e7b969c0ca3a858 | 0 | Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt | /*******************************************************************************
* Copyright (c) 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/MeasureDialog.java | /*******************************************************************************
* Copyright (c) 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | - Summary: BIRT: "SUM" shouldn't be allowed in the function dropdown when creating Measures
- Bugzilla Bug (s) Resolved: 4668
- Description: Popup a message dialog to prompt user the correct data type.
- Tests Description: Manual test.
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Docum... | UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/MeasureDialog.java | - Summary: BIRT: "SUM" shouldn't be allowed in the function dropdown when creating Measures | |
Java | epl-1.0 | e313643d33f2be8802f91f0fba637cabb32eacff | 0 | unverbraucht/kura,amitjoy/kura,MMaiero/kura,MMaiero/kura,ymai/kura,markcullen/kura_Windows,nicolatimeus/kura,markoer/kura,markoer/kura,nicolatimeus/kura,darionct/kura,ymai/kura,ymai/kura,rohitdubey12/kura,ctron/kura,cdealti/kura,MMaiero/kura,cdealti/kura,nicolatimeus/kura,markcullen/kura_Windows,ctron/kura,gavinying/ku... | /**
* Copyright (c) 2011, 2015 Eurotech and/or its affiliates
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
... | kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/GenericDownloadCountingOutputStream.java | /**
* Copyright (c) 2011, 2015 Eurotech and/or its affiliates
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
... | Removed static variables
Signed-off-by: MMaiero <2b73509565f5b07fd88cb0c94e2832558b2a0b6e@eurotech.com>
| kura/org.eclipse.kura.core.deployment/src/main/java/org/eclipse/kura/core/deployment/download/impl/GenericDownloadCountingOutputStream.java | Removed static variables | |
Java | epl-1.0 | ea27118305d6becb20186a4ca960d5bab03bb9c8 | 0 | spring-projects/eclipse-integration-tcserver,spring-projects/eclipse-integration-tcserver | /*******************************************************************************
* Copyright (c) 2012 - 2013 GoPivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | com.vmware.vfabric.ide.eclipse.tcserver.core/src/com/vmware/vfabric/ide/eclipse/tcserver/internal/core/TcServerBehaviour.java | /*******************************************************************************
* Copyright (c) 2012 - 2013 GoPivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | STS-3578: Default tc server instance create launch config with too small
stack size | com.vmware.vfabric.ide.eclipse.tcserver.core/src/com/vmware/vfabric/ide/eclipse/tcserver/internal/core/TcServerBehaviour.java | STS-3578: Default tc server instance create launch config with too small stack size | |
Java | mpl-2.0 | be982dea42a1e6f0d7aeaa60822dd4d64d0f86b0 | 0 | Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV | package org.helioviewer.jhv.internal_plugins.filter.SOHOLUTFilterPlugin;
import org.helioviewer.base.logging.Log;
import org.helioviewer.viewmodel.filter.Filter;
import org.helioviewer.viewmodel.metadata.HelioviewerMetaData;
import org.helioviewer.viewmodel.metadata.MetaData;
import org.helioviewer.viewmodel.view.Filt... | src/jhv/src/org/helioviewer/jhv/internal_plugins/filter/SOHOLUTFilterPlugin/SOHOLUTFilterPlugin.java | package org.helioviewer.jhv.internal_plugins.filter.SOHOLUTFilterPlugin;
import org.helioviewer.base.logging.Log;
import org.helioviewer.viewmodel.filter.Filter;
import org.helioviewer.viewmodel.imageformat.SingleChannelImageFormat;
import org.helioviewer.viewmodel.metadata.HelioviewerMetaData;
import org.helioviewer.... | check for single channel
git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@1406 b4e469a2-07ce-4b26-9273-4d7d95a670c7
| src/jhv/src/org/helioviewer/jhv/internal_plugins/filter/SOHOLUTFilterPlugin/SOHOLUTFilterPlugin.java | check for single channel | |
Java | agpl-3.0 | 72254a00278db2f779869f31b05149403317ef92 | 0 | RestComm/restcomm-android-sdk,RestComm/restcomm-android-sdk,Mobicents/restcomm-android-sdk | /*
* TeleStax, Open Source Cloud Communications
* Copyright 2011-2015, Telestax Inc and individual contributors
* by the @authors tag.
*
* This program is free software: you can redistribute it and/or modify
* under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation... | restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/MediaClient/util/IceServerFetcher.java | /*
* TeleStax, Open Source Cloud Communications
* Copyright 2011-2015, Telestax Inc and individual contributors
* by the @authors tag.
*
* This program is free software: you can redistribute it and/or modify
* under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation... | Fixed #463: Remove passwords from logs, as they sometimes end up in gists, etc
| restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/MediaClient/util/IceServerFetcher.java | Fixed #463: Remove passwords from logs, as they sometimes end up in gists, etc | |
Java | agpl-3.0 | 791b456dc5142ba33778fc4f8bd25501531e29e2 | 0 | CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceeng... | package com.splicemachine.stats.estimate;
import com.splicemachine.stats.ColumnStatistics;
import com.splicemachine.stats.frequency.FrequencyEstimate;
import com.splicemachine.stats.frequency.FrequentElements;
import com.splicemachine.utils.ComparableComparator;
import java.math.BigDecimal;
import java.math.MathConte... | src/main/java/com/splicemachine/stats/estimate/UniformStringDistribution.java | package com.splicemachine.stats.estimate;
import com.splicemachine.stats.ColumnStatistics;
import com.splicemachine.stats.frequency.FrequencyEstimate;
import com.splicemachine.stats.frequency.FrequentElements;
import com.splicemachine.utils.ComparableComparator;
import java.math.BigDecimal;
import java.math.MathConte... | DB-3469: Correcting arithmetic error when min==max.
When the minimum value ==the maximum value, the run=0, so we can't form
a line (since the slope will cause a divide-by-zero error). When that
happens, we need to convert back to a horizontal line.
Also added an IT to verify.
| src/main/java/com/splicemachine/stats/estimate/UniformStringDistribution.java | DB-3469: Correcting arithmetic error when min==max. | |
Java | agpl-3.0 | 34ae7f2ae585e670208987ab580d10637bf0e232 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 8780a8e8-2e60-11e5-9284-b827eb9e62be | hello.java | 877b48bc-2e60-11e5-9284-b827eb9e62be | 8780a8e8-2e60-11e5-9284-b827eb9e62be | hello.java | 8780a8e8-2e60-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | 7564e8b46e6349e7eb6b57eeb20675ff0cb8213d | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 6d163b60-2e62-11e5-9284-b827eb9e62be | hello.java | 6d10d51c-2e62-11e5-9284-b827eb9e62be | 6d163b60-2e62-11e5-9284-b827eb9e62be | hello.java | 6d163b60-2e62-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | c9103f04a098cb4a1053b9ed39419f4a04a5fd43 | 0 | joshzamor/open-lmis,USAID-DELIVER-PROJECT/elmis,joshzamor/open-lmis,kelvinmbwilo/vims,vimsvarcode/elmis,OpenLMIS/open-lmis,OpenLMIS/open-lmis,kelvinmbwilo/vims,OpenLMIS/open-lmis,kelvinmbwilo/vims,vimsvarcode/elmis,vimsvarcode/elmis,USAID-DELIVER-PROJECT/elmis,USAID-DELIVER-PROJECT/elmis,joshzamor/open-lmis,USAID-DELIV... | /*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, eith... | test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/UserPage.java | /*
* This program is part of the OpenLMIS logistics management information system platform software.
* Copyright © 2013 VillageReach
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, eith... | |#000| fixing E2E - adding wait
| test-modules/functional-tests/src/main/java/org/openlmis/pageobjects/UserPage.java | |#000| fixing E2E - adding wait | |
Java | lgpl-2.1 | e7d95d9b1a432ba596165cf7dd75d15a26dbd5e4 | 0 | xwiki/xwiki-commons,xwiki/xwiki-commons | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityEngineTest.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | XCOMMONS-1839: Velocity macro parameter name can break passed parameter expression
* Fix wrong test case.
| xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityEngineTest.java | XCOMMONS-1839: Velocity macro parameter name can break passed parameter expression | |
Java | lgpl-2.1 | cf49dd2dcebc67ad819fd204330a3d40d93ae73a | 0 | gytis/narayana,gytis/narayana,gytis/narayana,jbosstm/narayana,mmusgrov/narayana,mmusgrov/narayana,tomjenkinson/narayana,jbosstm/narayana,tomjenkinson/narayana,gytis/narayana,tomjenkinson/narayana,mmusgrov/narayana,jbosstm/narayana,jbosstm/narayana,mmusgrov/narayana,tomjenkinson/narayana,gytis/narayana,gytis/narayana | package com.arjuna.qa.extension;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.logging.Logger;
import org.jboss.arquillian.container.spi.Container;
import org.jboss.arquillian.container.spi.ServerKillProcessor;
public class ... | XTS/localjunit/crash-recovery-tests/src/main/java/com/arjuna/qa/extension/JBossAS7ServerKillProcessor.java | package com.arjuna.qa.extension;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.logging.Logger;
import org.jboss.arquillian.container.spi.Container;
import org.jboss.arquillian.container.spi.ServerKillProcessor;
public class JBossAS7ServerKillProcessor ... | JBTM-1235 Add some debug
| XTS/localjunit/crash-recovery-tests/src/main/java/com/arjuna/qa/extension/JBossAS7ServerKillProcessor.java | JBTM-1235 Add some debug | |
Java | lgpl-2.1 | c0cfd52ffe981587b5b01b51209f2a02e6a8eefe | 0 | pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-platform-web/xwiki-gwt-wysiwyg-client/src/main/java/org/xwiki/gwt/wysiwyg/client/plugin/macro/MacroDescriptor.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | Add a flag in the macro descriptor to specifiy if the macro supports in-line mode.
git-svn-id: 04343649e741710b2e0f622af6defd1ac33e5ca5@27164 f329d543-caf0-0310-9063-dda96c69346f
| xwiki-platform-web/xwiki-gwt-wysiwyg-client/src/main/java/org/xwiki/gwt/wysiwyg/client/plugin/macro/MacroDescriptor.java | Add a flag in the macro descriptor to specifiy if the macro supports in-line mode. | |
Java | lgpl-2.1 | dc9f7c1d08e798a47b7264a67cb5a2f1142c9634 | 0 | mbenz89/soot,cfallin/soot,cfallin/soot,anddann/soot,cfallin/soot,mbenz89/soot,anddann/soot,mbenz89/soot,plast-lab/soot,plast-lab/soot,anddann/soot,xph906/SootNew,cfallin/soot,xph906/SootNew,plast-lab/soot,anddann/soot,mbenz89/soot,xph906/SootNew,xph906/SootNew | /* Soot - a J*va Optimization Framework
* Copyright (C) 1997-1999 Raja Vallee-Rai
* Copyright (C) 2004 Ondrej Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... | src/soot/Scene.java | /* Soot - a J*va Optimization Framework
* Copyright (C) 1997-1999 Raja Vallee-Rai
* Copyright (C) 2004 Ondrej Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... | Scene fields are now private
| src/soot/Scene.java | Scene fields are now private | |
Java | unlicense | 38d364ee02db42feb5b965fb2b99813be3093026 | 0 | SleepyTrousers/EnderIO,HenryLoenwind/EnderIO | package crazypants.enderio.conduits.conduit.liquid;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.HashSet;
import javax.annotation.Nonnull;
import com.enderio.core.common.fluid.IFluidWrapper.ITank... | enderio-conduits/src/main/java/crazypants/enderio/conduits/conduit/liquid/EnderLiquidConduitNetwork.java | package crazypants.enderio.conduits.conduit.liquid;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Nonnull;
import com.enderio.core.common.fluid.IFluidWrapper.ITankInfoWrapper;
import com.enderio.core.common.util... | Cache whether NetworkTanks have multiple tanks
| enderio-conduits/src/main/java/crazypants/enderio/conduits/conduit/liquid/EnderLiquidConduitNetwork.java | Cache whether NetworkTanks have multiple tanks | |
Java | apache-2.0 | ed0b88ee431aa84e3a2492724abd36c702fa4033 | 0 | apache/shindig,apache/shindig,apache/shindig,apparentlymart/shindig,apache/shindig,apparentlymart/shindig,apparentlymart/shindig,apache/shindig,apparentlymart/shindig | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | java/gadgets/src/main/java/org/apache/shindig/gadgets/config/ConfigProcessor.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | Set default injection for ConfigProcessor
git-svn-id: 84334937b86421baa0e582c4ab1a9d358324cbeb@1099945 13f79535-47bb-0310-9956-ffa450edef68
| java/gadgets/src/main/java/org/apache/shindig/gadgets/config/ConfigProcessor.java | Set default injection for ConfigProcessor | |
Java | apache-2.0 | d1121e859ba5a5b92334309d178b0e8eb6a93a82 | 0 | darranl/directory-server,lucastheisen/apache-directory-server,drankye/directory-server,lucastheisen/apache-directory-server,darranl/directory-server,apache/directory-server,drankye/directory-server,apache/directory-server | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/CipherTextHandler.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")... | Enabled Authenticator sealing in the CipherTextHandler.
git-svn-id: 90776817adfbd895fc5cfa90f675377e0a62e745@546371 13f79535-47bb-0310-9956-ffa450edef68
| kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/CipherTextHandler.java | Enabled Authenticator sealing in the CipherTextHandler. | |
Java | apache-2.0 | 0559f8f877b6006adb44cc8b293326dfc6ac1c61 | 0 | robertdale/tinkerpop,vtslab/incubator-tinkerpop,apache/tinkerpop,RedSeal-co/incubator-tinkerpop,krlohnes/tinkerpop,edgarRd/incubator-tinkerpop,n-tran/incubator-tinkerpop,edgarRd/incubator-tinkerpop,samiunn/incubator-tinkerpop,apache/tinkerpop,pluradj/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,krlohnes/tinkerpop... | /*
* 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 ... | tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.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 ... | Add some javadoc to the TinkerGraph.IdManager interface.
| tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java | Add some javadoc to the TinkerGraph.IdManager interface. | |
Java | apache-2.0 | a4841c74d0c273a1299a012e42eac128d2d1e045 | 0 | telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform,telefonicaid/fiware-cosmos-platform | package es.tid.cosmos.mobility.itineraries;
import java.io.IOException;
import java.util.GregorianCalendar;
import java.util.LinkedList;
import java.util.List;
import com.twitter.elephantbird.mapreduce.io.ProtobufWritable;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.LongWritable;
import o... | cosmos/models/mobility/src/main/java/es/tid/cosmos/mobility/itineraries/ItinMoveClientPoisReducer.java | package es.tid.cosmos.mobility.itineraries;
import java.io.IOException;
import java.util.GregorianCalendar;
import java.util.LinkedList;
import java.util.List;
import com.twitter.elephantbird.mapreduce.io.ProtobufWritable;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.LongWritable;
import o... | Add TODO.
| cosmos/models/mobility/src/main/java/es/tid/cosmos/mobility/itineraries/ItinMoveClientPoisReducer.java | Add TODO. | |
Java | apache-2.0 | 38230f1de9287b52f33c183d557e1a3a28e5a3dd | 0 | Akylas/StickyListHeaders | package se.emilsjolander.stickylistheaders;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import andr... | library/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java | package se.emilsjolander.stickylistheaders;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
import andr... | reset mHeader transform when swaping so that if it is reused
it has the right transform
| library/src/se/emilsjolander/stickylistheaders/StickyListHeadersListView.java | reset mHeader transform when swaping so that if it is reused | |
Java | apache-2.0 | c15882eb59827cbd16add6816349b5ce2175057d | 0 | neuro-sys/logging-log4j2,codescale/logging-log4j2,lburgazzoli/apache-logging-log4j2,lburgazzoli/apache-logging-log4j2,apache/logging-log4j2,codescale/logging-log4j2,apache/logging-log4j2,pisfly/logging-log4j2,jinxuan/logging-log4j2,jinxuan/logging-log4j2,lburgazzoli/logging-log4j2,lburgazzoli/apache-logging-log4j2,lqbw... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache license, Version 2.0
* (the "License"); you may n... | log4j-core/src/main/java/org/apache/logging/log4j/core/layout/GelfLayout.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache license, Version 2.0
* (the "License"); you may n... | Use Java 7 try-with-resources. | log4j-core/src/main/java/org/apache/logging/log4j/core/layout/GelfLayout.java | Use Java 7 try-with-resources. | |
Java | apache-2.0 | b42f3ca6c55d261057166cd45816b79e2d157c99 | 0 | wso2/carbon-apimgt,ruks/carbon-apimgt,malinthaprasan/carbon-apimgt,malinthaprasan/carbon-apimgt,prasa7/carbon-apimgt,sanjeewa-malalgoda/carbon-apimgt,fazlan-nazeem/carbon-apimgt,prasa7/carbon-apimgt,ruks/carbon-apimgt,chamilaadhi/carbon-apimgt,ruks/carbon-apimgt,chamilaadhi/carbon-apimgt,tharindu1st/carbon-apimgt,malin... | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/GatewayUtils.java | /*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | convert type of ERROR_CODE to int.
| components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/GatewayUtils.java | convert type of ERROR_CODE to int. | |
Java | apache-2.0 | 6b7e98ae06c4a92358f7c7c0636b5d58d865a408 | 0 | wso2/product-jaggery,thusithathilina/jaggery,rasika/jaggery,hmrajas/jaggery,maheshika/jaggery,Niranjan-K/jaggery,wso2/jaggery,maheshika/jaggery,rasika90/jaggery,sameerak/jaggery,hevayo/jaggery,manuranga/product-jaggery,Niranjan-K/jaggery,thusithathilina/jaggery,rasika/jaggery,maheshika/jaggery,hevayo/jaggery,charithag/... | package org.jaggeryjs.hostobjects.db;
import com.google.gson.Gson;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jaggeryjs.hostobjects.stream.StreamHostObject;
import org.jaggeryjs.scriptengine.engine.RhinoEngine;
import org.jaggeryjs.scriptengine.exceptions.ScriptExce... | components/hostobjects/org.jaggeryjs.hostobjects.db/src/main/java/org/jaggeryjs/hostobjects/db/DatabaseHostObject.java | package org.jaggeryjs.hostobjects.db;
import com.google.gson.Gson;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jaggeryjs.hostobjects.stream.StreamHostObject;
import org.jaggeryjs.scriptengine.engine.RhinoEngine;
import org.jaggeryjs.scriptengine.exceptions.ScriptExce... | closing PreparedStatement
| components/hostobjects/org.jaggeryjs.hostobjects.db/src/main/java/org/jaggeryjs/hostobjects/db/DatabaseHostObject.java | closing PreparedStatement | |
Java | apache-2.0 | b1a621f4742346a21f2106098781380745428067 | 0 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | /*
* The Gemma project
*
* Copyright (c) 2007 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | gemma-core/src/main/java/ubic/gemma/analysis/expression/coexpression/ProbeLinkCoexpressionAnalyzer.java | /*
* The Gemma project
*
* Copyright (c) 2007 University of British Columbia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | hunting down bug 2180
| gemma-core/src/main/java/ubic/gemma/analysis/expression/coexpression/ProbeLinkCoexpressionAnalyzer.java | hunting down bug 2180 | |
Java | apache-2.0 | e47744a543f20f6ca96bd67d5d625b30548bde7b | 0 | CMPUT301F17T23/routineKeen | package ca.ualberta.cs.routinekeen.Views;
import android.Manifest;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
impo... | RoutineKeen/app/src/main/java/ca/ualberta/cs/routinekeen/Views/ViewHabitEvent.java | package ca.ualberta.cs.routinekeen.Views;
import android.Manifest;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
impo... | view habit event break fixed
| RoutineKeen/app/src/main/java/ca/ualberta/cs/routinekeen/Views/ViewHabitEvent.java | view habit event break fixed | |
Java | apache-2.0 | 090ba9a20209fd63c8225c43ac77a16aa4247735 | 0 | gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas | /*
* Copyright 2008-2013 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/tests/heatmaptable/SpecificAndOrganismPartIT.java | /*
* Copyright 2008-2013 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | merging...
| web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/tests/heatmaptable/SpecificAndOrganismPartIT.java | merging... | |
Java | apache-2.0 | 48bd28fb584830d2224f8a8e9badec884b23fb73 | 0 | ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,nssales/OG-Platform,codeaudit/OG-Platform,jerome79/OG-Platform,jerome79/OG-Platform,ChinaQuants/OG-Platform,McLeodMoores/starling,nssales/OG-Platform,codeaudit/OG-Platform,DevStreet/FinanceAnalytics,ChinaQuants/OG-Platform,nssales/OG-Platform,McLeodMoores/starling,jerome7... | /**
* Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.model.option.definition;
import com.opengamma.analytics.financial.model.volatility.VolatilityModel;
import com.opengamma.analytics.math.in... | projects/OG-Analytics/src/com/opengamma/analytics/financial/model/option/definition/SmileDeltaTermStructureParameter.java | /**
* Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.model.option.definition;
import java.util.Arrays;
import org.apache.commons.lang.ObjectUtils;
import com.opengamma.analytics.financial.m... | Added FLAT extrapolation of Black FX Smiles in Expiry direction
| projects/OG-Analytics/src/com/opengamma/analytics/financial/model/option/definition/SmileDeltaTermStructureParameter.java | Added FLAT extrapolation of Black FX Smiles in Expiry direction | |
Java | apache-2.0 | 9cf9030e06e5ab5693e959c4cbe182540714d396 | 0 | MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim | package gcm2sbml.gui;
import gcm2sbml.parser.CompatibilityFixer;
import gcm2sbml.parser.GCMFile;
import gcm2sbml.util.GlobalConstants;
import gcm2sbml.util.Utility;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.HashMap;
import java.util.Propertie... | gui/src/gcm2sbml/gui/SpeciesPanel.java | package gcm2sbml.gui;
import gcm2sbml.parser.CompatibilityFixer;
import gcm2sbml.parser.GCMFile;
import gcm2sbml.util.GlobalConstants;
import gcm2sbml.util.Utility;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.HashMap;
import java.util.Propertie... | The new default for a species in the gcm editor is now internal.
| gui/src/gcm2sbml/gui/SpeciesPanel.java | The new default for a species in the gcm editor is now internal. | |
Java | apache-2.0 | 80e8cd28db822675487c4ec51ce3f3c51af17437 | 0 | rjainqb/jets3t-rj,rjainqb/jets3t-rj | /*
* jets3t : Java Extra-Tasty S3 Toolkit (for Amazon S3 online storage service)
* This is a java.net project, see https://jets3t.dev.java.net/
*
* Copyright 2006 James Murty
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | src/org/jets3t/service/impl/rest/httpclient/HttpMethodReleaseInputStream.java | /*
* jets3t : Java Extra-Tasty S3 Toolkit (for Amazon S3 online storage service)
* This is a java.net project, see https://jets3t.dev.java.net/
*
* Copyright 2006 James Murty
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | Slight clean-up, such that the general releaseConnection() method is called on IOExceptions instead of the httpMethod being released directly.
| src/org/jets3t/service/impl/rest/httpclient/HttpMethodReleaseInputStream.java | Slight clean-up, such that the general releaseConnection() method is called on IOExceptions instead of the httpMethod being released directly. | |
Java | apache-2.0 | c0c2c1efeb6b5a9d6dca9802f13103a8d08aa523 | 0 | luj1985/dionysus,luj1985/dionysus,luj1985/dionysus | package com.huixinpn.dionysus.domain.psychtest.results.eval;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import com.huixinpn.dionysus.domain.psychtest.PsychTestQu... | dionysus-core/src/main/java/com/huixinpn/dionysus/domain/psychtest/results/eval/PF16EvaluationStrategy.java | package com.huixinpn.dionysus.domain.psychtest.results.eval;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import com.huixinpn.dionysus.domain.psychtest.PsychTestQu... | add normalization code sample
| dionysus-core/src/main/java/com/huixinpn/dionysus/domain/psychtest/results/eval/PF16EvaluationStrategy.java | add normalization code sample | |
Java | apache-2.0 | 54576065ddc6aba449a2b3bfd15d544f3b84842f | 0 | narry/score,CloudSlang/score,hprotem/score,natabeck/score,shajyhia/score,sekler/score,genadi-hp/score,CloudSlang/score,orius123/slite | package org.score.samples.openstack.actions;
import com.hp.score.lang.ExecutionRuntimeServices;
import org.springframework.core.DefaultParameterNameDiscoverer;
import org.springframework.core.ParameterNameDiscoverer;
import org.apache.log4j.Logger;
import java.io.Serializable;
import java.lang.reflect.InvocationTarge... | score-samples/score-openstack-actions/src/main/java/org/score/samples/openstack/actions/OOActionRunner.java | package org.score.samples.openstack.actions;
import com.hp.score.lang.ExecutionRuntimeServices;
import org.springframework.core.DefaultParameterNameDiscoverer;
import org.springframework.core.ParameterNameDiscoverer;
import org.apache.log4j.Logger;
import java.io.Serializable;
import java.lang.reflect.InvocationTarge... | added check results functionality through events
| score-samples/score-openstack-actions/src/main/java/org/score/samples/openstack/actions/OOActionRunner.java | added check results functionality through events | |
Java | apache-2.0 | 5c6f6560c2a9d90ad1406733f0dee80b1f418804 | 0 | smashew/incubator-streams,smashew/incubator-streams,smashew/incubator-streams | package org.apache.streams.local.builders;
import org.apache.log4j.spi.LoggerFactory;
import org.apache.streams.core.*;
import org.apache.streams.local.tasks.LocalStreamProcessMonitorThread;
import org.apache.streams.local.tasks.StatusCounterMonitorThread;
import org.apache.streams.local.tasks.StreamsProviderTask;
imp... | streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/builders/LocalStreamBuilder.java | package org.apache.streams.local.builders;
import org.apache.log4j.spi.LoggerFactory;
import org.apache.streams.core.*;
import org.apache.streams.local.tasks.LocalStreamProcessMonitorThread;
import org.apache.streams.local.tasks.StatusCounterMonitorThread;
import org.apache.streams.local.tasks.StreamsProviderTask;
imp... | STREAMS-81 - Fix for: There is an issue shutting down the local streambuilder, this is the fix.
| streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/builders/LocalStreamBuilder.java | STREAMS-81 - Fix for: There is an issue shutting down the local streambuilder, this is the fix. | |
Java | apache-2.0 | f4fc13efeeb79e15e5bb27382621f73bfd662dd0 | 0 | christophd/camel,nikhilvibhav/camel,adessaigne/camel,nikhilvibhav/camel,tdiesler/camel,pax95/camel,apache/camel,apache/camel,adessaigne/camel,adessaigne/camel,tdiesler/camel,tadayosi/camel,adessaigne/camel,nikhilvibhav/camel,tdiesler/camel,apache/camel,nikhilvibhav/camel,pax95/camel,apache/camel,tadayosi/camel,christop... | /*
* 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 ... | components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.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 ... | Google Pubsub: Added note about authentication in documentation
| components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java | Google Pubsub: Added note about authentication in documentation | |
Java | apache-2.0 | 884a8dfcc1d9fdb64f578f42fd75c9aa22f03f46 | 0 | liuhu/Kaa,Dubland/kaa,abohomol/kaa,sashadidukh/kaa,aglne/kaa,Dubland/kaa,kallelzied/kaa,forGGe/kaa,Oleh-Kravchenko/kaa,aglne/kaa,Dubland/kaa,zofuthan/kaa,aglne/kaa,rasendubi/kaa,forGGe/kaa,sashadidukh/kaa,abohomol/kaa,rasendubi/kaa,Oleh-Kravchenko/kaa,vtkhir/kaa,Deepnekroz/kaa,Deepnekroz/kaa,rasendubi/kaa,sashadidukh/k... | /*
* Copyright 2014 CyberVision, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | examples/smarthousedemo/source/src/org/kaaproject/kaa/demo/smarthousedemo/data/persistent/DeviceDataSource.java | /*
* Copyright 2014 CyberVision, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Reviewed comments | examples/smarthousedemo/source/src/org/kaaproject/kaa/demo/smarthousedemo/data/persistent/DeviceDataSource.java | Reviewed comments | |
Java | apache-2.0 | 2e8d1bb8bc67d1c6a7625e9bf00b52acdf6939a1 | 0 | leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | sharding-core/src/test/java/io/shardingjdbc/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | for #660: refactor assert Limit
| sharding-core/src/test/java/io/shardingjdbc/core/parsing/integrate/engine/IntegrateSupportedSQLParsingTest.java | for #660: refactor assert Limit | |
Java | apache-2.0 | 4836b406a260f4c75402f1fc0f2925fd41ccc566 | 0 | subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/base | package io.subutai.core.hubmanager.impl;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.io.InputStream;
import java.security.MessageDigest;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.c... | management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/HubManagerImpl.java | package io.subutai.core.hubmanager.impl;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.io.InputStream;
import java.security.MessageDigest;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.c... | Reverted sending p2p logs and status to 15 min.
| management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/HubManagerImpl.java | Reverted sending p2p logs and status to 15 min. | |
Java | apache-2.0 | 6d3da25a46fc190204a858e2c84afccbb98d9903 | 0 | jeorme/OG-Platform,jeorme/OG-Platform,codeaudit/OG-Platform,nssales/OG-Platform,jerome79/OG-Platform,jerome79/OG-Platform,nssales/OG-Platform,McLeodMoores/starling,ChinaQuants/OG-Platform,jeorme/OG-Platform,nssales/OG-Platform,ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,codeaudit/OG-Platform,DevStreet/FinanceAnalyt... | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.core.historicaltimeseries.impl;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
impo... | projects/OG-Core/tests/unit/com/opengamma/core/historicaltimeseries/impl/EHCachingHistoricalTimeSeriesSourceTest.java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.core.historicaltimeseries.impl;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
impo... | Added comments.
| projects/OG-Core/tests/unit/com/opengamma/core/historicaltimeseries/impl/EHCachingHistoricalTimeSeriesSourceTest.java | Added comments. | |
Java | apache-2.0 | b718d7f171e7cbf93232be9f7dc4af789be2f66a | 0 | dmmiller612/deeplearning4j,huitseeker/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,kinbod/deeplearning4j,dmmiller612/deeplearning4j,dmmiller612/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,kinbod/deeplearning4j,huitseeker/deeplearning4j,dmmiller612/deeplearning4j,huitseeker/deeplearn... | package org.deeplearning4j.iterativereduce.actor.deepautoencoder;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.actor.PoisonPill;
import akka.actor.Props;
import akka.contrib.pattern.ClusterSingletonManager;
import akka.contrib.pattern.DistributedPubSubMediator;
import akka.routing.RoundRobinP... | deeplearning4j-scaleout/deeplearning4j-scaleout-akka/src/main/java/org/deeplearning4j/iterativereduce/actor/deepautoencoder/MasterActor.java | package org.deeplearning4j.iterativereduce.actor.deepautoencoder;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.actor.PoisonPill;
import akka.actor.Props;
import akka.contrib.pattern.ClusterSingletonManager;
import akka.contrib.pattern.DistributedPubSubMediator;
import akka.routing.RoundRobinP... | semantic hashing renamed; now builds with new api
Former-commit-id: 329359b634718c2e1c89eef319046355ebf61968 | deeplearning4j-scaleout/deeplearning4j-scaleout-akka/src/main/java/org/deeplearning4j/iterativereduce/actor/deepautoencoder/MasterActor.java | semantic hashing renamed; now builds with new api | |
Java | apache-2.0 | a72e3a36df6a89aeae655b60573bf7e364817773 | 0 | omindu/carbon-identity-framework,omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/model/FederatedUserSession.java | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | change var names
| components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/model/FederatedUserSession.java | change var names | |
Java | apache-2.0 | 6feaa727cfc6a4dcdce5714d21160ba03f3e584b | 0 | tsammons/SMART-GH,seeebiii/graphhopper,kalvish/graphhopper,kod3r/graphhopper,cloudbearings/SMART-GH,tlatt/graphhopper,joh12041/graphhopper,zzottel/graphhopper,bendavidson/graphhopper,hguerrero/graphhopper,ammagamma/graphhopper,nside/graphhopper,bendavidson/graphhopper,tlatt/graphhopper,komoot/graphhopper,DIVERSIFY-proj... | /*
* Copyright 2012 Peter Karich info@jetsli.de
*
* 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... | core/src/main/java/de/jetsli/graph/routing/AStar.java | /*
* Copyright 2012 Peter Karich info@jetsli.de
*
* 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... | minor perf improvement for astar
| core/src/main/java/de/jetsli/graph/routing/AStar.java | minor perf improvement for astar | |
Java | apache-2.0 | 1004a88942a18f3f91fed116b24bfe3e43f5e617 | 0 | leftouterjoin/jackrabbit-oak,kwin/jackrabbit-oak,alexkli/jackrabbit-oak,leftouterjoin/jackrabbit-oak,yesil/jackrabbit-oak,kwin/jackrabbit-oak,tripodsan/jackrabbit-oak,alexparvulescu/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,joansmith/jackrabbit-oak,catholicon/jackrabbit-oak,davidegianne... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | oak-mongomk/src/main/java/org/apache/jackrabbit/mongomk/prototype/MongoMK.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | OAK-619 - Lock-free MongoMK implementation
Moving the remove from cache step to the later part.
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1449805 13f79535-47bb-0310-9956-ffa450edef68
| oak-mongomk/src/main/java/org/apache/jackrabbit/mongomk/prototype/MongoMK.java | OAK-619 - Lock-free MongoMK implementation | |
Java | apache-2.0 | 0aa7429c1ebf63b6762daeca4cb93daf8ca080c5 | 0 | pkhokhlov/OptimalCombinations | package optimalcombinations;
import java.util.ArrayList;
/**
* @author Pavel Khokhlov
*/
public class DecreasingUnitPoolMethod
{
// TODO: include static methods for calculation
Group best_;
int groupSize_;
int iterations_ = 0;
ArrayList<Unit> pool_;
public DecreasingUnitPoolMethod(Array... | src/optimalcombinations/DecreasingUnitPoolMethod.java | package optimalcombinations;
import java.util.ArrayList;
/**
* @author Pavel Khokhlov
*/
public class DecreasingUnitPoolMethod
{
// TODO: include static methods for calculation
Group best_;
int groupSize_;
int iterations_ = 0;
ArrayList<Unit> pool_;
public DecreasingUnitPoolMethod(Array... | TESTING | src/optimalcombinations/DecreasingUnitPoolMethod.java | TESTING | |
Java | apache-2.0 | 0bcbc52fe4f04a092736c557ad201c60b2c768d5 | 0 | QuickBlox/q-municate-android | package com.quickblox.q_municate.ui.chats;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import android.text.... | Q-municate/src/main/java/com/quickblox/q_municate/ui/chats/GroupDialogActivity.java | package com.quickblox.q_municate.ui.chats;
import android.app.ActionBar;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.os.ParcelFileDe... | Loading of group photo was added.
| Q-municate/src/main/java/com/quickblox/q_municate/ui/chats/GroupDialogActivity.java | Loading of group photo was added. | |
Java | apache-2.0 | 19a3b0646e3db7bc15be035aa23d436230740f2c | 0 | SpineEventEngine/gae-java,SpineEventEngine/gae-java | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | datastore/src/test/java/io/spine/server/storage/datastore/DatastoreWrapperTest.java | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | Add batch size tests.
| datastore/src/test/java/io/spine/server/storage/datastore/DatastoreWrapperTest.java | Add batch size tests. | |
Java | bsd-3-clause | e5cba4af621350a5c77ac0daecec209d0b86d3c6 | 0 | koraktor/steam-condenser-java,JamesGames/steam-condenser-for-rust | /**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2008-2012, Sebastian Staudt
* 2012, Sam Kinard
*/
package com.github.koraktor.steamcondenser.steam.community;
import java.util.ArrayList;
import java.util.Date;
im... | src/main/java/com/github/koraktor/steamcondenser/steam/community/SteamGroup.java | /**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2008-2011, Sebastian Staudt
*/
package com.github.koraktor.steamcondenser.steam.community;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import jav... | Cleanup SteamGroup fetching
| src/main/java/com/github/koraktor/steamcondenser/steam/community/SteamGroup.java | Cleanup SteamGroup fetching | |
Java | mit | 8ee3119f02770172caef7a8b3df02bc350f39228 | 0 | demo-cards-trading-game/game | package demo;
import javax.swing.JPanel;
import java.awt.Color;
import javax.swing.JButton;
import javax.swing.JInternalFrame;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.border.LineBorder;
import data.LoadData;
import javax.swing.ImageIcon;
import javax.swing.SwingCo... | src/demo/DeckGui.java | package demo;
import javax.swing.JPanel;
import java.awt.Color;
import javax.swing.JButton;
import javax.swing.JInternalFrame;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.border.LineBorder;
import data.LoadData;
import javax.swing.ImageIcon;
import javax.swing.SwingCo... | cambios a fonts | src/demo/DeckGui.java | cambios a fonts | |
Java | mit | 6cfda8916342d9025d7935bdeaa4f95880b86b25 | 0 | amruthsoft9/Jenkis,svanoort/jenkins,yonglehou/jenkins,protazy/jenkins,intelchen/jenkins,batmat/jenkins,ns163/jenkins,NehemiahMi/jenkins,github-api-test-org/jenkins,olivergondza/jenkins,FarmGeek4Life/jenkins,292388900/jenkins,rashmikanta-1984/jenkins,chbiel/jenkins,tfennelly/jenkins,paulmillar/jenkins,jpbriend/jenkins,e... | package hudson;
import hudson.model.Hudson;
import hudson.model.TaskListener;
import hudson.model.Computer;
import hudson.remoting.VirtualChannel;
import hudson.remoting.Channel;
import hudson.Proc.LocalProc;
import hudson.util.StreamCopyThread;
import java.io.File;
import java.io.IOException;
import java.io.InputStr... | core/src/main/java/hudson/Launcher.java | package hudson;
import hudson.model.Hudson;
import hudson.model.TaskListener;
import hudson.model.Computer;
import hudson.remoting.VirtualChannel;
import hudson.remoting.Channel;
import hudson.Proc.LocalProc;
import hudson.util.StreamCopyThread;
import java.io.File;
import java.io.IOException;
import java.io.InputStr... | properly quote tokens when it needs to be quoted.
git-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@2335 71c3de6d-444a-0410-be80-ed276b4c234a
| core/src/main/java/hudson/Launcher.java | properly quote tokens when it needs to be quoted. | |
Java | mit | 820dbe0c2cf1aa5d8a3dda3d31232518bbcafae2 | 0 | dhaunac/fictional-spoon,GlassWispInteractive/fictional-spoon | package game;
import dungeon.Generator;
import dungeon.Map;
import entities.Entity;
import entities.EntityFactory;
import entities.Player;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Paint;
public class World {
/** SINGELTON */
private static World singleton;
// class components
privat... | src/game/World.java | package game;
import dungeon.Generator;
import dungeon.Map;
import entities.Entity;
import entities.EntityFactory;
import entities.Player;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Paint;
public class World {
/** SINGELTON */
private static World singleton;
// class components
privat... | small change
| src/game/World.java | small change | |
Java | mit | 74be00a147cb5cd6897082e7fde3b291c47b912d | 0 | timmolter/XChange,stachon/XChange,andre77/XChange,bitrich-info/xchange-stream,douggie/XChange | package info.bitrich.xchangestream.bitfinex.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade;
import java.math.BigDecimal;
/**
* Created by Lukas Zaoralek on 7.11.17.
*/
@JsonFormat(shape= JsonFormat.Shape.ARRAY)
public class BitfinexWebSock... | xchange-bitfinex/src/main/java/info/bitrich/xchangestream/bitfinex/dto/BitfinexWebSocketTrade.java | package info.bitrich.xchangestream.bitfinex.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexTrade;
import java.math.BigDecimal;
/**
* Created by Lukas Zaoralek on 7.11.17.
*/
@JsonFormat(shape= JsonFormat.Shape.ARRAY)
public class BitfinexWebSock... | Convert v2 timestamp (msec) to v1 timestamp (sec). (#36)
| xchange-bitfinex/src/main/java/info/bitrich/xchangestream/bitfinex/dto/BitfinexWebSocketTrade.java | Convert v2 timestamp (msec) to v1 timestamp (sec). (#36) | |
Java | mit | 271c1f888acbde55388d515b467d006da02aadce | 0 | graywolf336/TrailingPerspective | package com.graywolf336.trailingperspective.listeners;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import com.graywolf336.trailingperspective.TrailingPerspectiveMain;
import net.ess3.api.IUser;
import net.ess3.api.events.AfkStatusChangeEvent;
public class TrailingPerspectiveEss... | src/main/java/com/graywolf336/trailingperspective/listeners/TrailingPerspectiveEssentialsListener.java | package com.graywolf336.trailingperspective.listeners;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import com.graywolf336.trailingperspective.TrailingPerspectiveMain;
import net.ess3.api.IUser;
import net.ess3.api.events.AfkStatusChangeEvent;
public class TrailingPerspectiveEss... | Codacy style fix | src/main/java/com/graywolf336/trailingperspective/listeners/TrailingPerspectiveEssentialsListener.java | Codacy style fix | |
Java | agpl-3.0 | ba4b33fe4a01c8400d53976f70eddec24ded23b9 | 0 | headsupdev/agile,headsupdev/agile,headsupdev/agile,headsupdev/agile | /*
* HeadsUp Agile
* Copyright 2009-2014 Heads Up Development Ltd.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any late... | agile-apps/agile-app-issues/src/main/java/org/headsupdev/agile/app/issues/EditIssueForm.java | /*
* HeadsUp Agile
* Copyright 2009-2014 Heads Up Development Ltd.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any late... | Changing preference name and removing commented out code
| agile-apps/agile-app-issues/src/main/java/org/headsupdev/agile/app/issues/EditIssueForm.java | Changing preference name and removing commented out code | |
Java | lgpl-2.1 | 7c0c8b2de0638c46d8d8ae29b998afa403939b2a | 0 | mbenz89/soot,cfallin/soot,mbenz89/soot,mbenz89/soot,anddann/soot,cfallin/soot,xph906/SootNew,cfallin/soot,anddann/soot,plast-lab/soot,xph906/SootNew,anddann/soot,xph906/SootNew,xph906/SootNew,plast-lab/soot,mbenz89/soot,plast-lab/soot,anddann/soot,cfallin/soot | /* Soot - a J*va Optimization Framework
* Copyright (C) 1997-1999 Raja Vallee-Rai
* Copyright (C) 2004 Ondrej Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... | src/soot/Scene.java | /* Soot - a J*va Optimization Framework
* Copyright (C) 1997-1999 Raja Vallee-Rai
* Copyright (C) 2004 Ondrej Lhotak
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... | fixed an NPE
| src/soot/Scene.java | fixed an NPE | |
Java | lgpl-2.1 | 831b93058cb550550965a97a9e7e50dea8c1910a | 0 | esig/dss,esig/dss | package eu.europa.esig.dss.cades.signature;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.cms.CMSObjectIdentifier... | dss-cades/src/main/java/eu/europa/esig/dss/cades/signature/CAdESCounterSignatureBuilder.java | package eu.europa.esig.dss.cades.signature;
import java.security.cert.X509Certificate;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.cms.CMSObjectIdentifier... | use SignatureAlgorithm retrieved from parameters
| dss-cades/src/main/java/eu/europa/esig/dss/cades/signature/CAdESCounterSignatureBuilder.java | use SignatureAlgorithm retrieved from parameters | |
Java | apache-2.0 | 0cd5aaf4d2019db17d397587f694ae91a43d4efd | 0 | treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag,treasure-data/digdag | package io.digdag.standards.operator;
import com.google.common.base.Optional;
import com.google.common.collect.ImmutableList;
import com.google.inject.Inject;
import io.digdag.client.config.Config;
import io.digdag.client.config.ConfigException;
import io.digdag.spi.Operator;
import io.digdag.spi.OperatorFactory;
impo... | digdag-standards/src/main/java/io/digdag/standards/operator/MailOperatorFactory.java | package io.digdag.standards.operator;
import com.google.common.base.Optional;
import com.google.common.collect.ImmutableList;
import com.google.inject.Inject;
import io.digdag.client.config.Config;
import io.digdag.client.config.ConfigException;
import io.digdag.spi.Operator;
import io.digdag.spi.OperatorFactory;
impo... | Add Cc and Bcc address to mail operator.
| digdag-standards/src/main/java/io/digdag/standards/operator/MailOperatorFactory.java | Add Cc and Bcc address to mail operator. | |
Java | apache-2.0 | 1020596f9596a65061b79728c7576e3c242b3ead | 0 | rsudev/c-geo-opensource,tobiasge/cgeo,cgeo/cgeo,cgeo/cgeo,rsudev/c-geo-opensource,tobiasge/cgeo,cgeo/cgeo,rsudev/c-geo-opensource,cgeo/cgeo,tobiasge/cgeo | package cgeo.geocaching;
import cgeo.geocaching.activity.AbstractActivity;
import cgeo.geocaching.activity.TabbedViewPagerActivity;
import cgeo.geocaching.activity.TabbedViewPagerFragment;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.connector.trackable.TrackableBrand;
import cgeo.geocachi... | main/src/cgeo/geocaching/TrackableActivity.java | package cgeo.geocaching;
import cgeo.geocaching.activity.AbstractActivity;
import cgeo.geocaching.activity.TabbedViewPagerActivity;
import cgeo.geocaching.activity.TabbedViewPagerFragment;
import cgeo.geocaching.connector.ConnectorFactory;
import cgeo.geocaching.connector.trackable.TrackableBrand;
import cgeo.geocachi... | fix trackable details display (follow-up to #10900)
| main/src/cgeo/geocaching/TrackableActivity.java | fix trackable details display (follow-up to #10900) | |
Java | apache-2.0 | 398baedff00450b9cc535d643fc9e836f8dbaed8 | 0 | yangfuhai/jboot,yangfuhai/jboot | /**
* Copyright (c) 2015-2021, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | src/main/java/io/jboot/aop/JbootAopFactory.java | /**
* Copyright (c) 2015-2021, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | optimize @Configuration init
| src/main/java/io/jboot/aop/JbootAopFactory.java | optimize @Configuration init | |
Java | apache-2.0 | fe475da4a9c01d165176cd1983102032009ec1ca | 0 | vadmeste/minio-java,balamurugana/minio-java,minio/minio-java | /*
* Minio Java SDK for Amazon S3 Compatible Cloud Storage,
* (C) 2015, 2016, 2017, 2018 Minio, 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/lice... | functional/FunctionalTest.java | /*
* Minio Java SDK for Amazon S3 Compatible Cloud Storage,
* (C) 2015, 2016, 2017, 2018 Minio, 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/lice... | Set connection timeout for presignedPostPolicy functional test (#717)
Increase connection time out to 20 secs to prevent socket expiry.
Fixes #716 | functional/FunctionalTest.java | Set connection timeout for presignedPostPolicy functional test (#717) | |
Java | apache-2.0 | 52c63fba0252afb8aacc8823a2333cbbcec61468 | 0 | vatbub/hangman-solver,vatbub/hangman-solver | package common;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.ProtocolException;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import javafx.util.converter.ByteStringConverter;
/**
* All custom internet functions
*
* @au... | src/main/java/common/Internet.java | package common;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.ProtocolException;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import javafx.util.converter.ByteStringConverter;
/**
* All custom internet functions
*
* @au... | And again fixed some more invalid javadoc | src/main/java/common/Internet.java | And again fixed some more invalid javadoc | |
Java | apache-2.0 | 366c315a6677049c03a17025771dea5b72834899 | 0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j | /**
* Copyright (c) 2002-2010 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 F... | community/src/main/java/org/neo4j/kernel/Traversal.java | /**
* Copyright (c) 2002-2010 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 F... | Added a simple utility for expander for a certain type in any direction
git-svn-id: ab16e2fa1fbc06680b955d2946a056ad3c063f42@6374 0b971d98-bb2f-0410-8247-b05b2b5feb2a
| community/src/main/java/org/neo4j/kernel/Traversal.java | Added a simple utility for expander for a certain type in any direction | |
Java | apache-2.0 | 4eec02027d3b2e963f83b3d3e15d205338fd9177 | 0 | Anisotrop/gateway,jfallows/gateway,kaazing/gateway,Anisotrop/gateway,jfallows/gateway,sanjay-saxena/gateway,mjolie/gateway,nemigaservices/gateway,a-zuckut/gateway,mjolie/gateway,adrian-galbenus/gateway,mgherghe/gateway,mgherghe/gateway,irina-mitrea-luxoft/gateway,cmebarrow/gateway,kaazing/gateway,AdrianCozma/gateway,An... | /**
* Copyright 2007-2015, Kaazing Corporation. 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 require... | server/src/main/java/org/kaazing/gateway/server/context/resolve/DefaultClusterContext.java | /**
* Copyright 2007-2015, Kaazing Corporation. 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 require... | Update DefaultClusterContext.java | server/src/main/java/org/kaazing/gateway/server/context/resolve/DefaultClusterContext.java | Update DefaultClusterContext.java | |
Java | apache-2.0 | b9fa62d4b3ec9def2986a106792e7307152b6d06 | 0 | MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab | package org.myrobotlab.service;
import java.awt.DisplayMode;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.io.File;
import java.io.FileOutputStream;
import java.nio.FloatBuffer;
import java.util.List;
import java.util.Map;
import java.util.Queue;
import java.util.TreeMap;
import java... | src/main/java/org/myrobotlab/service/JMonkeyEngine.java | package org.myrobotlab.service;
import java.awt.DisplayMode;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.io.File;
import java.io.FileOutputStream;
import java.nio.FloatBuffer;
import java.util.List;
import java.util.Map;
import java.util.Queue;
import java.util.TreeMap;
import java... | blender control update | src/main/java/org/myrobotlab/service/JMonkeyEngine.java | blender control update | |
Java | apache-2.0 | 40630cc7897fcf556e7587aef98a8ed1524ba093 | 0 | NLeSC/DifferentialEvolution | /*
* Copyrighted 2012-2013 Netherlands eScience Center.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* For details, see the LICENCE.txt file location in the root directory of this
* distribution or obtain the Apache Lice... | src/nl/esciencecenter/diffevo/likelihoodfunctions/LikelihoodFunctionLinearDynamicModel.java | /*
* Copyrighted 2012-2013 Netherlands eScience Center.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* For details, see the LICENCE.txt file location in the root directory of this
* distribution or obtain the Apache Lice... | fixed sonar issue about dead store to local variable in likelihoodfunctions/LikelihoodFunctionLinearDynamicModel.java
| src/nl/esciencecenter/diffevo/likelihoodfunctions/LikelihoodFunctionLinearDynamicModel.java | fixed sonar issue about dead store to local variable in likelihoodfunctions/LikelihoodFunctionLinearDynamicModel.java | |
Java | apache-2.0 | 3eceb42feff8f6a290cdf9826e9f4b7a4cef39be | 0 | MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim,MyersResearchGroup/iBioSim | package biomodel.gui.sbmlcore;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.net.URI;
import java.util.LinkedList;
import java.util.List;
import javax.swing.JButton;
import javax.sw... | gui/src/biomodel/gui/sbmlcore/ModelPanel.java | package biomodel.gui.sbmlcore;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.net.URI;
import java.util.LinkedList;
import java.util.List;
import javax.swing.JButton;
import javax.sw... | Should be good to go with the conversion factor indices
| gui/src/biomodel/gui/sbmlcore/ModelPanel.java | Should be good to go with the conversion factor indices | |
Java | apache-2.0 | 07a0f739192818453a149f147f92077dc4ee2464 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.http.client.core.communication;
import com.google.common.annotations.Beta;
import com.yahoo.vespa.http.client.config.Endpoint;
import com.yahoo.vespa.http.client.core.Document;
impo... | vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java | // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.http.client.core.communication;
import com.google.common.annotations.Beta;
import com.yahoo.vespa.http.client.config.Endpoint;
import com.yahoo.vespa.http.client.core.Document;
impo... | Catch more errors.
| vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java | Catch more errors. | |
Java | apache-2.0 | b30f348a1d62ab85a673b4f833a4d7495a922524 | 0 | pmadrigal/Crossdata,gserranojc/Crossdata,miguel0afd/crossdata,luismcl/crossdata,pfcoperez/crossdata,luismcl/crossdata,pfcoperez/crossdata,jjlopezm/crossdata,Stratio/crossdata,pmadrigal/Crossdata,hdominguez1989/Crossdata,jjlopezm/crossdata,ccaballe/crossdata,darroyocazorla/crossdata,hdominguez1989/Crossdata,compae/Cross... | /*
* Licensed to STRATIO (C) under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. The STRATIO (C) licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file... | meta-core/src/test/java/com/stratio/meta2/core/validator/statements/CreateTableStatementTest.java | /*
* Licensed to STRATIO (C) under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. The STRATIO (C) licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file... | Fix import errors
| meta-core/src/test/java/com/stratio/meta2/core/validator/statements/CreateTableStatementTest.java | Fix import errors | |
Java | apache-2.0 | babf7ea3282eb90b5a9977c806082fd0fc2ede61 | 0 | anchela/jackrabbit-oak,alexkli/jackrabbit-oak,alexkli/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,stillalex/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,stillalex/jackrabbit-oak,anchela/jackrabbit-oak,francescomari/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,alexkli/jackr... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RevisionVectorTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | OAK-7176: RevisionVector from empty string throws StringIndexOutOfBoundsException
Add ignored test
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1821477 13f79535-47bb-0310-9956-ffa450edef68
| oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RevisionVectorTest.java | OAK-7176: RevisionVector from empty string throws StringIndexOutOfBoundsException |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.