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 | db1b97d23f7086b12f8d54c381e2cf6bf19c25cd | 0 | CodingRmy/k-9,dgger/k-9,mawiegand/k-9,vatsalsura/k-9,jca02266/k-9,cketti/k-9,jca02266/k-9,roscrazy/k-9,philipwhiuk/q-mail,jca02266/k-9,sedrubal/k-9,indus1/k-9,dgger/k-9,philipwhiuk/k-9,rishabhbitsg/k-9,sedrubal/k-9,mawiegand/k-9,cketti/k-9,k9mail/k-9,ndew623/k-9,philipwhiuk/q-mail,vt0r/k-9,indus1/k-9,cketti/k-9,ndew623... | package com.fsck.k9.preferences;
import com.fsck.k9.Account;
import com.fsck.k9.Preferences;
import com.fsck.k9.mail.AuthType;
import org.apache.tools.ant.filters.StringInputStream;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import or... | k9mail/src/test/java/com/fsck/k9/preferences/SettingsImporterTest.java | package com.fsck.k9.preferences;
import com.fsck.k9.Account;
import com.fsck.k9.Preferences;
import com.fsck.k9.mail.AuthType;
import org.apache.tools.ant.filters.StringInputStream;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import or... | Fix tests
| k9mail/src/test/java/com/fsck/k9/preferences/SettingsImporterTest.java | Fix tests | |
Java | apache-2.0 | a773d638d8ea2009ffb1dff606593fff5e8a361d | 0 | zzhao0/presto,shixuan-fan/presto,miniway/presto,11xor6/presto,martint/presto,sopel39/presto,smartnews/presto,treasure-data/presto,youngwookim/presto,haozhun/presto,haozhun/presto,prestodb/presto,twitter-forks/presto,twitter-forks/presto,electrum/presto,shixuan-fan/presto,zzhao0/presto,Praveen2112/presto,prestodb/presto... | /*
* 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-main/src/main/java/com/facebook/presto/cost/TableScanStatsRule.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... | Compute average row size by using non-null rows only
| presto-main/src/main/java/com/facebook/presto/cost/TableScanStatsRule.java | Compute average row size by using non-null rows only | |
Java | apache-2.0 | 44874215302301f949d9c622e99a7274c7d6dd27 | 0 | giastfader/orientdb,alonsod86/orientdb,orientechnologies/orientdb,mmacfadden/orientdb,intfrr/orientdb,mbhulin/orientdb,cstamas/orientdb,alonsod86/orientdb,giastfader/orientdb,wouterv/orientdb,intfrr/orientdb,cstamas/orientdb,joansmith/orientdb,mbhulin/orientdb,sanyaade-g2g-repos/orientdb,allanmoso/orientdb,joansmith/or... | /*
* Copyright 2010-2012 henryzhao81@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | core/src/main/java/com/orientechnologies/orient/core/schedule/OScheduler.java | /*
* Copyright 2010-2012 henryzhao81@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | put back line this.db = database;
Because OScheduler is running is separate threads. Pass the database object from the main thread which database initially created.
Each OScheduler thread holds a separate schedule job. The database will be set to its own thread in run function :
ODatabaseRecordThreadLocal.INSTANCE... | core/src/main/java/com/orientechnologies/orient/core/schedule/OScheduler.java | put back line this.db = database; | |
Java | apache-2.0 | 5338fcc67cecf6cf6ba17d1d21bf89c7e1799e48 | 0 | alexvasilkov/FoldableLayout | package com.alexvasilkov.foldablelayout;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.SparseArray;
import android.view.GestureDetector;
i... | library/src/main/java/com/alexvasilkov/foldablelayout/FoldableListLayout.java | package com.alexvasilkov.foldablelayout;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.os.Handler;
import android.util.AttributeSet;
import android.util.SparseArray;
import android.view.GestureDetector;
i... | Smaller scroll touch slop
| library/src/main/java/com/alexvasilkov/foldablelayout/FoldableListLayout.java | Smaller scroll touch slop | |
Java | apache-2.0 | a6cd2e216c0abc53fd50449228c8243dc4c1ca8a | 0 | gchq/Gaffer,gchq/Gaffer,gchq/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,gchq/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer,GovernmentCommunicationsHeadquarters/Gaffer | /*
* Copyright 2016-2017 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | core/store/src/test/java/uk/gov/gchq/gaffer/store/operation/OperationChainValidatorTest.java | /*
* Copyright 2016-2017 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | gh-1154 - Modified tests for validation
| core/store/src/test/java/uk/gov/gchq/gaffer/store/operation/OperationChainValidatorTest.java | gh-1154 - Modified tests for validation | |
Java | mit | 4eefe24e0dbeab018b6f4a14dc1c76be277ab399 | 0 | kmdouglass/Micro-Manager,kmdouglass/Micro-Manager | package org.micromanager.acquisition;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.lang.reflect.InvocationTargetException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.micromanager.api.ImageCacheListener;
import ij.ImageStack;
import ij.process.LUT;
im... | mmstudio/src/org/micromanager/acquisition/VirtualAcquisitionDisplay.java | package org.micromanager.acquisition;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.lang.reflect.InvocationTargetException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.micromanager.api.ImageCacheListener;
import ij.ImageStack;
import ij.process.LUT;
im... | Selected channel and position now also persist in acquisitions
git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@8389 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
| mmstudio/src/org/micromanager/acquisition/VirtualAcquisitionDisplay.java | Selected channel and position now also persist in acquisitions | |
Java | mit | 0378326444c7111d02f92f3b8a8634a2a165658e | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
import java.util.HashMap;
import java.util.Map;
/**
* https://leetcode.com/problems/redundant-connection/
*/
public class Problem684 {
public int[] findRedundantConnection(int[][] edges) {
// TODO
return new int[0];
}
private static class UnionFind {
private fi... | src/main/java/leetcode/Problem684.java | package leetcode;
import java.util.HashMap;
import java.util.Map;
/**
* https://leetcode.com/problems/redundant-connection/
*/
public class Problem684 {
public int[] findRedundantConnection(int[][] edges) {
// TODO
return new int[0];
}
private static class UnionFind {
private fi... | Update problem 684
| src/main/java/leetcode/Problem684.java | Update problem 684 | |
Java | mit | 4fd0bb03daa85ceef8f2be4d555ce8afbe3127d6 | 0 | Randores/Randores2 | /*
* The MIT License (MIT)
*
* Copyright (c) 2017 socraticphoenix@gmail.com
* Copyright (c) 2017 contributors
*
* 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,
* in... | src/main/java/com/gmail/socraticphoenix/randores/mod/component/CraftableType.java | /*
* The MIT License (MIT)
*
* Copyright (c) 2017 socraticphoenix@gmail.com
* Copyright (c) 2017 contributors
*
* 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,
* in... | re-order craftables
| src/main/java/com/gmail/socraticphoenix/randores/mod/component/CraftableType.java | re-order craftables | |
Java | mit | 07fc2c13fb731adb0e2a21abd12d1a062ab12f9d | 0 | flesire/ontrack,flesire/ontrack,nemerosa/ontrack,flesire/ontrack,flesire/ontrack,flesire/ontrack,nemerosa/ontrack,nemerosa/ontrack,nemerosa/ontrack,nemerosa/ontrack | package net.nemerosa.ontrack.boot.ui;
import com.fasterxml.jackson.databind.JsonNode;
import net.nemerosa.ontrack.extension.api.BuildDiffExtension;
import net.nemerosa.ontrack.extension.api.ExtensionManager;
import net.nemerosa.ontrack.model.Ack;
import net.nemerosa.ontrack.model.buildfilter.BuildFilter;
import net.ne... | ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/ui/BranchController.java | package net.nemerosa.ontrack.boot.ui;
import com.fasterxml.jackson.databind.JsonNode;
import net.nemerosa.ontrack.extension.api.BuildDiffExtension;
import net.nemerosa.ontrack.extension.api.ExtensionManager;
import net.nemerosa.ontrack.model.Ack;
import net.nemerosa.ontrack.model.buildfilter.BuildFilter;
import net.ne... | #260 Correction of method
| ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/ui/BranchController.java | #260 Correction of method | |
Java | epl-1.0 | b134c0fda3961c1904817522cbd9c04316b8356c | 0 | ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML,ELTE-Soft/txtUML | package hu.elte.txtuml.api.model;
import hu.elte.txtuml.api.model.backend.ManyCollection;
import hu.elte.txtuml.api.model.backend.MultiplicityException;
import hu.elte.txtuml.api.model.backend.SingleItemCollection;
/*
* Multiple classes defined in this file.
*/
/**
* Abstract base class for association ends in th... | plugins/hu.elte.txtuml.api.model/src/hu/elte/txtuml/api/model/AssociationEnd.java | package hu.elte.txtuml.api.model;
import hu.elte.txtuml.api.model.backend.ManyCollection;
import hu.elte.txtuml.api.model.backend.MultiplicityException;
import hu.elte.txtuml.api.model.backend.SingleItemCollection;
/*
* Multiple classes defined in this file.
*/
/**
* Abstract base class for association ends in th... | Fixed infinite upper bound of Multiple.
| plugins/hu.elte.txtuml.api.model/src/hu/elte/txtuml/api/model/AssociationEnd.java | Fixed infinite upper bound of Multiple. | |
Java | agpl-3.0 | 06758efa975bca6c22b39afcbc16f87826f6a12f | 0 | Peergos/Peergos,ianopolous/Peergos,ianopolous/Peergos,ianopolous/Peergos,Peergos/Peergos,Peergos/Peergos | package peergos.shared.user.fs;
import java.nio.file.*;
import java.util.logging.*;
import jsinterop.annotations.*;
import peergos.shared.*;
import peergos.shared.crypto.*;
import peergos.shared.crypto.hash.*;
import peergos.shared.crypto.random.*;
import peergos.shared.crypto.symmetric.*;
import peergos.shared.storag... | src/peergos/shared/user/fs/FileWrapper.java | package peergos.shared.user.fs;
import java.nio.file.*;
import java.util.logging.*;
import jsinterop.annotations.*;
import peergos.shared.*;
import peergos.shared.crypto.*;
import peergos.shared.crypto.hash.*;
import peergos.shared.crypto.random.*;
import peergos.shared.crypto.symmetric.*;
import peergos.shared.storag... | Expose FileWrapper.getName() to javascript
| src/peergos/shared/user/fs/FileWrapper.java | Expose FileWrapper.getName() to javascript | |
Java | lgpl-2.1 | 23a8791499685d444cdcf8d02b1d475fd3630f3b | 0 | ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... | src/jade/core/AgentContainerImpl.java | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... | removed bug in method handleSend for notification to sniffers
| src/jade/core/AgentContainerImpl.java | removed bug in method handleSend for notification to sniffers | |
Java | unlicense | 78d71793d1c406a449e598588cec9ee9e454ae2d | 0 | mdaguillo/Reddit-Underground | package com.mikedaguillo.reddit_underground;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import andr... | app/src/main/java/com/mikedaguillo/reddit_underground/RedditInstance.java | package com.mikedaguillo.reddit_underground;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import andr... | adjusted reddit-instance with updated jReddit code
| app/src/main/java/com/mikedaguillo/reddit_underground/RedditInstance.java | adjusted reddit-instance with updated jReddit code | |
Java | apache-2.0 | 99b6990f002006bca22eb82906e77015f180a62e | 0 | effektif/effektif,jblankendaal/effektif,effektif/effektif,jblankendaal/effektif,jblankendaal/effektif,effektif/effektif | /*
* Copyright 2014 Effektif GmbH.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | effektif-workflow-impl/src/test/java/com/effektif/workflow/test/api/ParallelGatewayTest.java | /*
* Copyright 2014 Effektif GmbH.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | Add parallel gateway tests
| effektif-workflow-impl/src/test/java/com/effektif/workflow/test/api/ParallelGatewayTest.java | Add parallel gateway tests | |
Java | apache-2.0 | c281ea46ad185eb039f876c049029022d801763c | 0 | mh11/java-common-libs,opencb/java-common-libs,pawanpal01/java-common-libs,j-coll/java-common-libs,kalyanreddyemani/java-common-libs | package org.opencb.commons.run;
import org.opencb.commons.io.DataReader;
import org.opencb.commons.io.DataWriter;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Supplier;
/**
* Created by hpccoll1 on 26/02/15.
*/
public class ParallelTaskRunner<I, O> {
@FunctionalInterface
s... | commons-lib/src/main/java/org/opencb/commons/run/ParallelTaskRunner.java | package org.opencb.commons.run;
import org.opencb.commons.io.DataReader;
import org.opencb.commons.io.DataWriter;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Supplier;
/**
* Created by hpccoll1 on 26/02/15.
*/
public class ParallelTaskRunner<I, O> {
@FunctionalInterface
s... | ParallelTaskRunner: New option "abortOnFail". Stops task runner execution when gets an exception.
| commons-lib/src/main/java/org/opencb/commons/run/ParallelTaskRunner.java | ParallelTaskRunner: New option "abortOnFail". Stops task runner execution when gets an exception. | |
Java | apache-2.0 | a2ae10a77ab69da019676c7ea07976a05a6d048f | 0 | liuzedong/myfastjson | package com.dongdongxia.myfastjson.serializer;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Writer;
import java.nio.charset.Charset;
import com.dongdongxia.myfastjson.JSONException;
import com.dongdongxia.myfastjson.util.IOUtils;
/**
*
* <P>Description: 序列化输出</P>
* @ClassName: Serialize... | src/main/java/com/dongdongxia/myfastjson/serializer/SerializeWriter.java | package com.dongdongxia.myfastjson.serializer;
import java.io.IOException;
import java.io.Writer;
import java.nio.charset.Charset;
import com.dongdongxia.myfastjson.JSONException;
/**
*
* <P>Description: 序列化输出</P>
* @ClassName: SerializeWriter
* @author java_liudong@163.com 2017年4月25日 上午11:12:12
*/
public fina... | 添加,三个,将缓冲数据,通过字节流写出, 都是带有 指定编码集的, 其中一个,会返回字节流的最后位置
| src/main/java/com/dongdongxia/myfastjson/serializer/SerializeWriter.java | 添加,三个,将缓冲数据,通过字节流写出, 都是带有 指定编码集的, 其中一个,会返回字节流的最后位置 | |
Java | apache-2.0 | b4e497938e5727771b2edeea662541964b9809f8 | 0 | nagyistoce/camunda-engine-dmn,camunda/camunda-engine-dmn,langfr/camunda-engine-dmn | /* 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 ... | engine/src/main/java/org/camunda/bpm/dmn/engine/impl/hitpolicy/CollectCountAggregator.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 ... | chore(engine): remove unused code
related to CAM-4331 | engine/src/main/java/org/camunda/bpm/dmn/engine/impl/hitpolicy/CollectCountAggregator.java | chore(engine): remove unused code | |
Java | apache-2.0 | 7c89f216b04fb0bd11440e0132c6594915ae7308 | 0 | eitchnet/strolch,eitchnet/strolch,eitchnet/strolch,eitchnet/strolch | /*
* Copyright 2013 Robert von Burg <eitch@eitchnet.ch>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | li.strolch.xmlpers/src/test/java/li/strolch/xmlpers/test/LockingTest.java | /*
* Copyright 2013 Robert von Burg <eitch@eitchnet.ch>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [New] Default ignore if persistence unit exists
Can be enforced by setting li.strolch.xmlpers.allowOverwriteOnCreate property
| li.strolch.xmlpers/src/test/java/li/strolch/xmlpers/test/LockingTest.java | [New] Default ignore if persistence unit exists | |
Java | apache-2.0 | 7e2a95a0627d577b29fda27f3b7952f70ab34f42 | 0 | jdbi/jdbi,hgschmie/jdbi,john9x/jdbi,john9x/jdbi,hgschmie/jdbi,jdbi/jdbi,hgschmie/jdbi,jdbi/jdbi | package org.jdbi.v3.sqlobject.customizer;
import java.util.List;
import java.util.Map;
import org.jdbi.v3.core.Handle;
import org.jdbi.v3.core.mapper.MapMapper;
import org.jdbi.v3.core.rule.H2DatabaseRule;
import org.jdbi.v3.sqlobject.SqlObject;
import org.jdbi.v3.sqlobject.SqlObjectPlugin;
import org.jdbi.v3.sqlobjec... | sqlobject/src/test/java/org/jdbi/v3/sqlobject/customizer/TestMaxRows.java | package org.jdbi.v3.sqlobject.customizer;
import java.util.List;
import java.util.Map;
import org.jdbi.v3.core.Handle;
import org.jdbi.v3.core.mapper.MapMapper;
import org.jdbi.v3.core.rule.H2DatabaseRule;
import org.jdbi.v3.sqlobject.SqlObject;
import org.jdbi.v3.sqlobject.SqlObjectPlugin;
import org.jdbi.v3.sqlobjec... | verify with a control group
| sqlobject/src/test/java/org/jdbi/v3/sqlobject/customizer/TestMaxRows.java | verify with a control group | |
Java | apache-2.0 | 000f7be4d80b3bba65b543d29f9264891928a83f | 0 | powertac/powertac-server,powertac/powertac-server,powertac/powertac-server,powertac/powertac-server | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | src/main/java/org/powertac/genco/Genco.java | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | #414 - clean up
| src/main/java/org/powertac/genco/Genco.java | #414 - clean up | |
Java | apache-2.0 | 7b93a049bce010a311fcd1f686403d7010553451 | 0 | kidaa/maven-enforcer,Svetik77/maven-enforcer,Svetik77/maven-enforcer,apache/maven-enforcer,kidaa/maven-enforcer,apache/maven-enforcer | package org.apache.maven.plugins.enforcer;
/*
* 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 A... | enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/RequirePrerequisiteTest.java | package org.apache.maven.plugins.enforcer;
/*
* 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 A... | [MENFORCER-170]
- Refactoring.
git-svn-id: a2bbb1fab13620978cd8e680264822dd67b2026c@1556678 13f79535-47bb-0310-9956-ffa450edef68
| enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/RequirePrerequisiteTest.java | [MENFORCER-170] - Refactoring. | |
Java | apache-2.0 | 68a74a9dbeb4f0ed62877b9a1b794647c8ab5360 | 0 | gavanx/pdflearn,joansmith/pdfbox,mathieufortin01/pdfbox,joansmith/pdfbox,mathieufortin01/pdfbox,gavanx/pdflearn | /*
* 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... | pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImageXObject.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... | PDFBOX-3105: apply mask only if /ImageMask true
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1714100 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImageXObject.java | PDFBOX-3105: apply mask only if /ImageMask true | |
Java | apache-2.0 | ea8e9bbc6b869243063926b1df8d4f040538ded0 | 0 | maobaolong/alluxio,madanadit/alluxio,Alluxio/alluxio,maobaolong/alluxio,Reidddddd/alluxio,wwjiang007/alluxio,aaudiber/alluxio,maobaolong/alluxio,bf8086/alluxio,EvilMcJerkface/alluxio,madanadit/alluxio,apc999/alluxio,maobaolong/alluxio,maobaolong/alluxio,PasaLab/tachyon,wwjiang007/alluxio,calvinjia/tachyon,jswudi/alluxi... | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | keyvalue/client/src/main/java/alluxio/client/keyvalue/KeyValuePartitionReader.java | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | Revert "smallfix in KeyValuePartitionReader.java"
This reverts commit e108f5c36874312338e692638095c54cb10d66f3.
| keyvalue/client/src/main/java/alluxio/client/keyvalue/KeyValuePartitionReader.java | Revert "smallfix in KeyValuePartitionReader.java" | |
Java | apache-2.0 | cbe36eafffbb41e35ac4df40fbc2abbb3a6e25cd | 0 | ryano144/intellij-community,da1z/intellij-community,apixandru/intellij-community,salguarnieri/intellij-community,ThiagoGarciaAlves/intellij-community,orekyuu/intellij-community,ernestp/consulo,hurricup/intellij-community,Distrotech/intellij-community,TangHao1987/intellij-community,xfournet/intellij-community,SerCeMan/i... | package com.intellij.psi.impl.source.tree.injected;
import com.intellij.injected.editor.*;
import com.intellij.lang.*;
import com.intellij.lang.injection.MultiHostInjector;
import com.intellij.lang.injection.MultiHostRegistrar;
import com.intellij.lexer.Lexer;
import com.intellij.openapi.editor.Document;
import com.in... | lang-impl/src/com/intellij/psi/impl/source/tree/injected/InjectedLanguageUtil.java | package com.intellij.psi.impl.source.tree.injected;
import com.intellij.injected.editor.*;
import com.intellij.lang.*;
import com.intellij.lang.injection.MultiHostInjector;
import com.intellij.lang.injection.MultiHostRegistrar;
import com.intellij.lexer.Lexer;
import com.intellij.openapi.editor.Document;
import com.in... | write access fixed
| lang-impl/src/com/intellij/psi/impl/source/tree/injected/InjectedLanguageUtil.java | write access fixed | |
Java | apache-2.0 | 6ec33879cea674e5837426573b0a608e7a2ec873 | 0 | jior/glaf,jior/glaf,jior/glaf,jior/glaf,jior/glaf,jior/glaf | package com.glaf.core.web.springmvc;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.co... | workspace/glaf-core/src/main/java/com/glaf/core/web/springmvc/MxSystemDbTableController.java | package com.glaf.core.web.springmvc;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.co... | update
| workspace/glaf-core/src/main/java/com/glaf/core/web/springmvc/MxSystemDbTableController.java | update | |
Java | apache-2.0 | 6f26035ca8c8940eb6c9ed1c4549437d65c0a2d4 | 0 | kchodorow/bazel,katre/bazel,dropbox/bazel,mrdomino/bazel,dslomov/bazel-windows,iamthearm/bazel,damienmg/bazel,kchodorow/bazel-1,mikelikespie/bazel,juhalindfors/bazel-patches,safarmer/bazel,whuwxl/bazel,zhexuany/bazel,iamthearm/bazel,cushon/bazel,Asana/bazel,snnn/bazel,meteorcloudy/bazel,dslomov/bazel-windows,abergmeier... | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | src/main/java/com/google/devtools/build/lib/skyframe/SkyframeBuildView.java | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | Remove some dead code.
The cast to Label can never succeed for a configured target node, so this
code could never have been executed (or we'd see crashes at this location).
--
MOS_MIGRATED_REVID=119615022
| src/main/java/com/google/devtools/build/lib/skyframe/SkyframeBuildView.java | Remove some dead code. | |
Java | bsd-2-clause | 00f20df55fd2b50e0fd30b2fb1bcfbfd86228b0d | 0 | mapfish/mapfish-print,mapfish/mapfish-print,marcjansen/mapfish-print,mapfish/mapfish-print,marcjansen/mapfish-print,marcjansen/mapfish-print,mapfish/mapfish-print,mapfish/mapfish-print,marcjansen/mapfish-print | package org.mapfish.print.processor;
import com.codahale.metrics.MetricRegistry;
import org.junit.Test;
import org.mapfish.print.config.Configuration;
import org.mapfish.print.output.Values;
import java.util.List;
import javax.annotation.Nullable;
import static org.junit.Assert.assertEquals;
import static org.junit.... | core/src/test/java/org/mapfish/print/processor/ProcessorDependencyGraphTest.java | package org.mapfish.print.processor;
import com.codahale.metrics.MetricRegistry;
import org.junit.Test;
import org.mapfish.print.config.Configuration;
import org.mapfish.print.output.Values;
import java.util.List;
import javax.annotation.Nullable;
import static org.junit.Assert.assertEquals;
import static org.junit.... | The order is not important
| core/src/test/java/org/mapfish/print/processor/ProcessorDependencyGraphTest.java | The order is not important | |
Java | bsd-3-clause | 07ee18d238d86486b03aabd031d2efb057f87eb6 | 0 | NCIP/c3pr,NCIP/c3pr,NCIP/c3pr | package edu.duke.cabig.c3pr.domain;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.hibernate.annotations.GenericGenerator;
import org.hibernate.annotations.Parameter;
import edu.du... | codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/ContactMechanism.java | package edu.duke.cabig.c3pr.domain;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.hibernate.annotations.GenericGenerator;
import org.hibernate.annotations.Parameter;
import edu.du... | updated with comments for java docs
| codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/ContactMechanism.java | updated with comments for java docs | |
Java | bsd-3-clause | 255ed3845ef5c1efb5bff3ccc3c38c7ec9769ac7 | 0 | AquariusPower/DevConsLeJME,AquariusPower/DevConsLeJME,AquariusPower/DevConsLeJME | /*
Copyright (c) 2016-2017, Henrique Abdalla <https://github.com/AquariusPower><https://sourceforge.net/u/teike/profile/>
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 ... | Misc/src/main/java/com/github/devconslejme/misc/KeyBindCommandManagerI.java | /*
Copyright (c) 2016-2017, Henrique Abdalla <https://github.com/AquariusPower><https://sourceforge.net/u/teike/profile/>
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 ... | b4 lazy bind user setup
| Misc/src/main/java/com/github/devconslejme/misc/KeyBindCommandManagerI.java | b4 lazy bind user setup | |
Java | mit | eb5268aded9fbe455f8d9a0e9909b36b793b461c | 0 | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin | /**
*
*/
package com.elmakers.mine.bukkit.magic.command;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import org.apache.commons.lang.StringUtils;
impor... | src/main/java/com/elmakers/mine/bukkit/magic/command/WandCommandExecutor.java | /**
*
*/
package com.elmakers.mine.bukkit.magic.command;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import org.apache.commons.lang.StringUtils;
impor... | Add some missing /wand tab completion
| src/main/java/com/elmakers/mine/bukkit/magic/command/WandCommandExecutor.java | Add some missing /wand tab completion | |
Java | mit | 9ba70424e8eb73d807c9632f2828f5737e51f4fb | 0 | MylesIsCool/ViaVersion | package us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8;
import org.bukkit.Bukkit;
import org.bukkit.entity.HumanEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.block.Action;
import org.bukkit.event.inventory.InventoryC... | bukkit/src/main/java/us/myles/ViaVersion/bukkit/listeners/protocol1_9to1_8/ArmorListener.java | package us.myles.ViaVersion.bukkit.listeners.protocol1_9to1_8;
import org.bukkit.Bukkit;
import org.bukkit.entity.HumanEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.block.Action;
import org.bukkit.event.inventory.InventoryC... | Fix armour update on item break #1157
| bukkit/src/main/java/us/myles/ViaVersion/bukkit/listeners/protocol1_9to1_8/ArmorListener.java | Fix armour update on item break #1157 | |
Java | mit | ec7f8d20c0e8b8f3445d0f1491b08f2316dd4d98 | 0 | KoljaTM/Yarrn,KoljaTM/Yarrn | package de.vanmar.android.yarrn.stashes;
import android.app.Activity;
import android.content.DialogInterface;
import android.view.KeyEvent;
import android.view.View;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
import android.widget.Lis... | Yarrn/src/de/vanmar/android/yarrn/stashes/StashSearchFragment.java | package de.vanmar.android.yarrn.stashes;
import android.app.Activity;
import android.content.DialogInterface;
import android.view.KeyEvent;
import android.view.View;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
import android.widget.Lis... | put stash search results into cache (dirty hack)
| Yarrn/src/de/vanmar/android/yarrn/stashes/StashSearchFragment.java | put stash search results into cache (dirty hack) | |
Java | mit | 82e164253847cf931a977cac04b8fda2ef764bec | 0 | ralfhergert/magic-deckstudio | package de.ralfhergert.deckstudio.magic;
import java.util.ArrayList;
import java.util.List;
/**
* This class represents the game state of one of the players.
*/
public class PlayerSituation {
private int lifePoints = 20;
private List<Mana> manaPool = new ArrayList<Mana>();
private boolean hasPlayedLand... | src/main/java/de/ralfhergert/deckstudio/magic/PlayerSituation.java | package de.ralfhergert.deckstudio.magic;
import java.util.ArrayList;
import java.util.List;
/**
* This class represents the game state of one of the players.
*/
public class PlayerSituation {
private int lifePoints = 20;
private List<Mana> manaPool = new ArrayList<Mana>();
private List<Card> hand = new... | added hasPlayedLand flag
| src/main/java/de/ralfhergert/deckstudio/magic/PlayerSituation.java | added hasPlayedLand flag | |
Java | mit | 7da78832fbd20894b890b72b72bfd366b44a2710 | 0 | emmettu/VileBot,oldterns/VileBot,itpun/VileBot,emmettu/VileBot,oldterns/VileBot,itpun/VileBot | /**
* Copyright (C) 2013 Oldterns
*
* This file may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
package com.oldterns.vilebot.handlers.user;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
im... | vilebot/src/com/oldterns/vilebot/handlers/user/LastMessageSed.java | /**
* Copyright (C) 2013 Oldterns
*
* This file may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
package com.oldterns.vilebot.handlers.user;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
im... | Do not issue correction if not substitution made. Instead, insult.
| vilebot/src/com/oldterns/vilebot/handlers/user/LastMessageSed.java | Do not issue correction if not substitution made. Instead, insult. | |
Java | agpl-3.0 | d99f0c6b9f0b23715b14fadc38010de0e6a5b2d5 | 0 | WaywardRealms/Wayward | package net.wayward_realms.waywardcharacters;
import net.wayward_realms.waywardlib.character.*;
import net.wayward_realms.waywardlib.character.Character;
import net.wayward_realms.waywardlib.classes.ClassesPlugin;
import net.wayward_realms.waywardlib.classes.Stat;
import net.wayward_realms.waywardlib.combat.CombatPlug... | WaywardCharacters/src/main/java/net/wayward_realms/waywardcharacters/WaywardCharacters.java | package net.wayward_realms.waywardcharacters;
import net.wayward_realms.waywardlib.character.*;
import net.wayward_realms.waywardlib.character.Character;
import net.wayward_realms.waywardlib.classes.ClassesPlugin;
import net.wayward_realms.waywardlib.classes.Stat;
import net.wayward_realms.waywardlib.combat.CombatPlug... | Round health regen to 2 decimal places
| WaywardCharacters/src/main/java/net/wayward_realms/waywardcharacters/WaywardCharacters.java | Round health regen to 2 decimal places | |
Java | agpl-3.0 | 324a5b4c6e3d7449189403124b18e04e00e6bf7c | 0 | torakiki/pdfsam,torakiki/pdfsam,torakiki/pdfsam,torakiki/pdfsam | /*
* This file is part of the PDF Split And Merge source code
* Created on 18/giu/2014
* Copyright 2013-2014 by Andrea Vacondio (andrea.vacondio@gmail.com).
*
* 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 t... | pdfsam-service/src/main/java/org/pdfsam/pdf/DefaultPdfLoader.java | /*
* This file is part of the PDF Split And Merge source code
* Created on 18/giu/2014
* Copyright 2013-2014 by Andrea Vacondio (andrea.vacondio@gmail.com).
*
* 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 t... | Fixed the case where there is no creation date | pdfsam-service/src/main/java/org/pdfsam/pdf/DefaultPdfLoader.java | Fixed the case where there is no creation date | |
Java | apache-2.0 | bbfc3b1aab6899f9695168255dad0b5803ac4088 | 0 | apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | jena-core/src/main/java/org/apache/jena/util/JenaXMLInput.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 ... | JENA-2331: isolate setting of XMLInputFactory properties
| jena-core/src/main/java/org/apache/jena/util/JenaXMLInput.java | JENA-2331: isolate setting of XMLInputFactory properties | |
Java | apache-2.0 | aa12e71935b7ee1e3d6ac444d10a18b10c730abc | 0 | tadayosi/camel,cunningt/camel,apache/camel,tdiesler/camel,pmoerenhout/camel,christophd/camel,gnodet/camel,ullgren/camel,pax95/camel,mcollovati/camel,DariusX/camel,nicolaferraro/camel,alvinkwekel/camel,pmoerenhout/camel,DariusX/camel,mcollovati/camel,apache/camel,adessaigne/camel,cunningt/camel,cunningt/camel,zregvart/c... | /*
* 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 ... | core/camel-base/src/main/java/org/apache/camel/impl/engine/ServicePool.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 ... | CAMEL-14000 - remove Endpoint from Map when corresponding Pool is empty
| core/camel-base/src/main/java/org/apache/camel/impl/engine/ServicePool.java | CAMEL-14000 - remove Endpoint from Map when corresponding Pool is empty | |
Java | apache-2.0 | 693432c6be0acf669b1f01d822160d2ca59c7b11 | 0 | craftsmanship-toledo/katangapp-android | package es.craftsmanship.toledo.katangapp.activities;
import es.craftsmanship.toledo.katangapp.interactors.BusStopsInteractor;
import es.craftsmanship.toledo.katangapp.models.BusStopResult;
import es.craftsmanship.toledo.katangapp.models.QueryResult;
import android.content.Intent;
import android.graphics.Color;
imp... | app/src/main/java/es/craftsmanship/toledo/katangapp/activities/ShowStopsActivity.java | package es.craftsmanship.toledo.katangapp.activities;
import es.craftsmanship.toledo.katangapp.interactors.BusStopsInteractor;
import es.craftsmanship.toledo.katangapp.models.BusStopResult;
import es.craftsmanship.toledo.katangapp.models.QueryResult;
import android.content.Intent;
import android.graphics.Color;
imp... | [#19] Source formatting
| app/src/main/java/es/craftsmanship/toledo/katangapp/activities/ShowStopsActivity.java | [#19] Source formatting | |
Java | apache-2.0 | c1542015776bb6bb86225791c4da3caf37d908a8 | 0 | apache/incubator-kylin,apache/kylin,apache/kylin,apache/incubator-kylin,apache/kylin,apache/incubator-kylin,apache/kylin,apache/incubator-kylin,apache/kylin,apache/kylin,apache/incubator-kylin,apache/kylin,apache/incubator-kylin | /*
* 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 ... | server-base/src/main/java/org/apache/kylin/rest/service/ProjectService.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 ... | KYLIN-3663 fix deleting project error when project has more than one table
| server-base/src/main/java/org/apache/kylin/rest/service/ProjectService.java | KYLIN-3663 fix deleting project error when project has more than one table | |
Java | apache-2.0 | bbf03f760b926d9c492fb2243436524ebd61e9a7 | 0 | katre/bazel,katre/bazel,katre/bazel,cushon/bazel,bazelbuild/bazel,katre/bazel,bazelbuild/bazel,cushon/bazel,bazelbuild/bazel,cushon/bazel,katre/bazel,bazelbuild/bazel,katre/bazel,cushon/bazel,bazelbuild/bazel,bazelbuild/bazel,cushon/bazel,cushon/bazel | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | src/test/java/com/google/devtools/common/options/GenericTypeHelperTest.java | // Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | Add test cases for GenericTypeHelper class
Hi there,
This commit adds test cases for uncovered/partially covered methods `isAssignableFrom` and `getActualReturnType` for `GenericTypeHelper` class in package `com.google.devtools.common.options`. Please feel free to request any changes needed.
Closes #15537.
PiperOri... | src/test/java/com/google/devtools/common/options/GenericTypeHelperTest.java | Add test cases for GenericTypeHelper class | |
Java | apache-2.0 | b8cd986bc529fe903402a9b321b4da2fdfdbaa3f | 0 | shevek/spring-rich-client,shevek/spring-rich-client | /*
* Copyright 2002-2004 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 appl... | support/src/main/java/org/springframework/binding/form/support/AbstractFormModel.java | /*
* Copyright 2002-2004 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 appl... | Functionality reverted. When complex hierarchical structures are used, resetting child models can break the top-down structure.
git-svn-id: 789609e278efc0cd74c84a9bb7abaca0738de801@1123 817809c7-9d0e-0410-b92d-a7ac8b8adc13
| support/src/main/java/org/springframework/binding/form/support/AbstractFormModel.java | Functionality reverted. When complex hierarchical structures are used, resetting child models can break the top-down structure. | |
Java | apache-2.0 | 19fce04ebc749800110e3cf44cee731fe8fbad82 | 0 | worldline-spain/OpenXC-Manager | package com.worldline.openxcmanagers.sdk;
import android.content.Context;
import android.util.Log;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import io.realm.Realm;
import io.realm.RealmQuery;
import io.realm.RealmResults;
/**
* Created by a593310 on 18/... | sdk/src/main/java/com/worldline/openxcmanagers/sdk/DtcLoad.java | package com.worldline.openxcmanagers.sdk;
import android.content.Context;
import android.util.Log;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import io.realm.Realm;
import io.realm.RealmQuery;
import io.realm.RealmResults;
/**
* Created by a593310 on 18/... | Fix for crash on DTC set first stime
| sdk/src/main/java/com/worldline/openxcmanagers/sdk/DtcLoad.java | Fix for crash on DTC set first stime | |
Java | apache-2.0 | cba3aff5584af2a3e602fe58db52cd37f350b7ca | 0 | cache2k/cache2k,cache2k/cache2k,cache2k/cache2k | package org.cache2k.core;
/*
* #%L
* cache2k implementation
* %%
* Copyright (C) 2000 - 2018 headissue GmbH, Munich
* %%
* 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
*
* htt... | cache2k-core/src/main/java/org/cache2k/core/HeapCache.java | package org.cache2k.core;
/*
* #%L
* cache2k implementation
* %%
* Copyright (C) 2000 - 2018 headissue GmbH, Munich
* %%
* 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
*
* htt... | touch up
| cache2k-core/src/main/java/org/cache2k/core/HeapCache.java | touch up | |
Java | apache-2.0 | 2271a34d1604880bfa4389e209a1464a92636854 | 0 | laborautonomo/jitsi,jibaro/jitsi,mckayclarey/jitsi,marclaporte/jitsi,ringdna/jitsi,HelioGuilherme66/jitsi,procandi/jitsi,jibaro/jitsi,pplatek/jitsi,martin7890/jitsi,gpolitis/jitsi,procandi/jitsi,pplatek/jitsi,ibauersachs/jitsi,procandi/jitsi,jibaro/jitsi,damencho/jitsi,iant-gmbh/jitsi,jitsi/jitsi,gpolitis/jitsi,procand... | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.plugin.jabberaccregwizz;
import java.awt.*;
import java.util.*;
import net.java.sip.communicator.service.gui.*;
import net.java.sip.comm... | src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.plugin.jabberaccregwizz;
import java.awt.*;
import java.util.*;
import net.java.sip.communicator.service.gui.*;
import net.java.sip.comm... | Fixes bug with "no UserID provided" message when trying to register Jabber account using the initial wizard. Fixes problem with protocol name being overwritten by registration object's store properties action(refactoring error).
| src/net/java/sip/communicator/plugin/jabberaccregwizz/JabberAccountRegistrationWizard.java | Fixes bug with "no UserID provided" message when trying to register Jabber account using the initial wizard. Fixes problem with protocol name being overwritten by registration object's store properties action(refactoring error). | |
Java | apache-2.0 | 4333ce3abd5c125ed08eed80bb53b2cb76c005f4 | 0 | morimekta/utils,morimekta/android-util,morimekta/utils | package net.morimekta.config.source;
import net.morimekta.config.Config;
import net.morimekta.config.ConfigException;
import net.morimekta.config.format.JsonConfigParser;
import net.morimekta.testing.time.FakeClock;
import net.morimekta.util.io.IOUtils;
import org.junit.Before;
import org.junit.Rule;
import org.junit... | config-util/src/test/java/net/morimekta/config/source/RefreshingFileConfigSupplierTest.java | package net.morimekta.config.source;
import net.morimekta.config.Config;
import net.morimekta.config.ConfigException;
import net.morimekta.config.format.JsonConfigParser;
import net.morimekta.testing.time.FakeClock;
import net.morimekta.util.io.IOUtils;
import org.junit.Before;
import org.junit.Rule;
import org.junit... | Increase refreshing file time wait to stabilize test.
| config-util/src/test/java/net/morimekta/config/source/RefreshingFileConfigSupplierTest.java | Increase refreshing file time wait to stabilize test. | |
Java | apache-2.0 | c169cb065f65f24998523d4c0f350ffe38bc3db1 | 0 | apache/camel,nikhilvibhav/camel,cunningt/camel,apache/camel,cunningt/camel,cunningt/camel,pax95/camel,apache/camel,pmoerenhout/camel,gnodet/camel,tadayosi/camel,tdiesler/camel,christophd/camel,tadayosi/camel,adessaigne/camel,nikhilvibhav/camel,christophd/camel,pmoerenhout/camel,pmoerenhout/camel,tadayosi/camel,apache/c... | /*
* 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 ... | core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.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 ... | CAMEL-16029: camel-core - Log on startup if multiple instances of same component are in use
| core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java | CAMEL-16029: camel-core - Log on startup if multiple instances of same component are in use | |
Java | apache-2.0 | d0302937373c86c106f9ed1efe078303f9917cb5 | 0 | vert-x3/vertx-jdbc-client | /*
* Copyright (c) 2011-2014 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... | src/test/java/io/vertx/ext/jdbc/JDBCClientTest.java | /*
* Copyright (c) 2011-2014 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... | Add a test for SQLRowStream that does not use a result set close handler
| src/test/java/io/vertx/ext/jdbc/JDBCClientTest.java | Add a test for SQLRowStream that does not use a result set close handler | |
Java | apache-2.0 | 143a86bcce5010cff2e7bb162b4ce73cb161961b | 0 | krlohnes/tinkerpop,apache/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,krlohnes/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,artem-aliev/tinkerpop,pluradj/incubator-tinkerpop,pluradj/incubator-tinkerpop,artem-aliev/tinkerpop,apache/... | /*
* 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 ... | gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/DefaultScriptCustomizer.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 ... | close resources - CTR
| gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/DefaultScriptCustomizer.java | close resources - CTR | |
Java | apache-2.0 | 22bdb66fcaded09b0e99beea159fb2aa7510cf6e | 0 | JayanthyChengan/dataverse,jacksonokuhn/dataverse,ekoi/DANS-DVN-4.6.1,ekoi/DANS-DVN-4.6.1,jacksonokuhn/dataverse,JayanthyChengan/dataverse,jacksonokuhn/dataverse,jacksonokuhn/dataverse,bmckinney/dataverse-canonical,JayanthyChengan/dataverse,ekoi/DANS-DVN-4.6.1,jacksonokuhn/dataverse,jacksonokuhn/dataverse,ekoi/DANS-DVN-... | /*
* 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 edu.harvard.iq.dataverse;
import java.net.URL;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java... | src/main/java/edu/harvard/iq/dataverse/BibtexCitation.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 edu.harvard.iq.dataverse;
import java.net.URL;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java... | switch author separator in bibtex export for consistency
| src/main/java/edu/harvard/iq/dataverse/BibtexCitation.java | switch author separator in bibtex export for consistency | |
Java | apache-2.0 | f49982cc8b6bbadb0c16322d959055805f0a5acc | 0 | synthetichealth/synthea,synthetichealth/synthea,synthetichealth/synthea | package org.mitre.synthea.world.agents;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
import com.google.gson.internal.LinkedTreeMap;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import ... | src/main/java/org/mitre/synthea/world/agents/Provider.java | package org.mitre.synthea.world.agents;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
import com.google.gson.internal.LinkedTreeMap;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import ... | Remove whitespace and add javadoc.
| src/main/java/org/mitre/synthea/world/agents/Provider.java | Remove whitespace and add javadoc. | |
Java | apache-2.0 | db757ce9a19f36266929f2a3a1a4b76f2bba7e86 | 0 | clumsy/intellij-community,FHannes/intellij-community,TangHao1987/intellij-community,fnouama/intellij-community,youdonghai/intellij-community,ernestp/consulo,SerCeMan/intellij-community,adedayo/intellij-community,xfournet/intellij-community,vladmm/intellij-community,holmes/intellij-community,dslomov/intellij-community,b... | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-api/src/com/intellij/ide/BrowserUtil.java | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | Drop unneeded quoting
| platform/platform-api/src/com/intellij/ide/BrowserUtil.java | Drop unneeded quoting | |
Java | apache-2.0 | cead0eb2a65b4944be5dfeeb8d672182d5ee87ea | 0 | spepping/fop-cs,argv-minus-one/fop,spepping/fop-cs,StrategyObject/fop,argv-minus-one/fop,Distrotech/fop,StrategyObject/fop,StrategyObject/fop,Distrotech/fop,StrategyObject/fop,argv-minus-one/fop,spepping/fop-cs,Distrotech/fop,StrategyObject/fop,argv-minus-one/fop,Distrotech/fop,argv-minus-one/fop,spepping/fop-cs | /*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | src/java/org/apache/fop/fo/properties/BoxPropShorthandParser.java | /*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | Removed unnecessary cast as per Finn's suggestion.
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@198238 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/fop/fo/properties/BoxPropShorthandParser.java | Removed unnecessary cast as per Finn's suggestion. | |
Java | apache-2.0 | 11013570c09ee2d1dfa0d539c78acc09b95217f8 | 0 | sreekanthpulagam/log4j,smathieu/librarian_sample_repo_java,prmsheriff/log4j,MuShiiii/log4j,sreekanthpulagam/log4j,MuShiiii/log4j,sreekanthpulagam/log4j,sreekanthpulagam/log4j,prmsheriff/log4j,MuShiiii/log4j,qos-ch/reload4j,qos-ch/reload4j,MuShiiii/log4j,prmsheriff/log4j,MuShiiii/log4j,qos-ch/reload4j,smathieu/librarian... | /*
* ============================================================================
* The Apache Software License, Version 1.1
* ============================================================================
*
* Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
*
* Redistri... | src/java/org/apache/log4j/pattern/PropertiesPatternConverter.java | /*
*/
package org.apache.log4j.pattern;
import org.apache.log4j.spi.LoggingEvent;
import java.util.*;
/**
* Able to handle the contents of the LoggingEvent's Property bundle and either
* output the entire contents of the properties in a similar format to the java.util.Hashtable.toString()
* , or to output the v... | added the Apache License, normally jalopy does this for
me, but something odd is happening in jalopy at my end.
git-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@310190 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/log4j/pattern/PropertiesPatternConverter.java | added the Apache License, normally jalopy does this for me, but something odd is happening in jalopy at my end. | |
Java | apache-2.0 | 27b5632fac4ba5a621a4b05705e5d79d1b9c0506 | 0 | mglukhikh/intellij-community,lucafavatella/intellij-community,allotria/intellij-community,fitermay/intellij-community,salguarnieri/intellij-community,michaelgallacher/intellij-community,mglukhikh/intellij-community,hurricup/intellij-community,ibinti/intellij-community,apixandru/intellij-community,da1z/intellij-communit... | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-tests/testSrc/com/intellij/openapi/fileEditor/FileDocumentManagerImplTest.java | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | flaky test fixed
| platform/platform-tests/testSrc/com/intellij/openapi/fileEditor/FileDocumentManagerImplTest.java | flaky test fixed | |
Java | apache-2.0 | 1c8c703168b35863c37e8f77909497015a9fb844 | 0 | mglukhikh/intellij-community,gnuhub/intellij-community,caot/intellij-community,vvv1559/intellij-community,vladmm/intellij-community,alphafoobar/intellij-community,supersven/intellij-community,nicolargo/intellij-community,FHannes/intellij-community,ibinti/intellij-community,robovm/robovm-studio,alphafoobar/intellij-comm... | package com.intellij.refactoring.util;
import com.intellij.ant.PsiAntElement;
import com.intellij.codeInsight.ChangeContextUtil;
import com.intellij.codeInsight.ExpectedTypeInfo;
import com.intellij.codeInsight.ExpectedTypesProvider;
import com.intellij.codeInsight.daemon.impl.analysis.HighlightControlFlowUtil;
import... | refactoring/impl/com/intellij/refactoring/util/RefactoringUtil.java | package com.intellij.refactoring.util;
import com.intellij.ant.PsiAntElement;
import com.intellij.codeInsight.ChangeContextUtil;
import com.intellij.codeInsight.ExpectedTypeInfo;
import com.intellij.codeInsight.ExpectedTypesProvider;
import com.intellij.codeInsight.daemon.impl.analysis.HighlightControlFlowUtil;
import... | (no message) | refactoring/impl/com/intellij/refactoring/util/RefactoringUtil.java | (no message) | |
Java | mit | 1c59eff688c83d69f66a9a1720e9eb6b70238216 | 0 | ClintonCao/Contextproject-TSE,ClintonCao/UnifiedASATVisualizer,ClintonCao/Contextproject-TSE,ClintonCao/UnifiedASATVisualizer,ClintonCao/UnifiedASATVisualizer,ClintonCao/Contextproject-TSE | package BlueTurtle.summarizers;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import BlueTurtle.warnings.Warning;
import lombok.Getter;
import lombok.Setter;
/**
* This class can be used to summarize the warnings according to their categories in GDC.
*
* @author BlueTurtle.
*
*/
... | src/main/java/BlueTurtle/summarizers/CategorySummarizer.java | package BlueTurtle.summarizers;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import BlueTurtle.warnings.Warning;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
/**
* This class can be used to summarize the warnings according to their... | Added back equals method to categorysummarizer.
| src/main/java/BlueTurtle/summarizers/CategorySummarizer.java | Added back equals method to categorysummarizer. | |
Java | mit | 1c22441c1231bcdc1b74337af1ffdcf095499b95 | 0 | howma03/sporticus,howma03/sporticus,howma03/sporticus,howma03/sporticus | package com.sporticus.services.dto;
import com.sporticus.domain.interfaces.IEvent;
public class DtoEventLadder extends DtoEvent {
private Long challengerId;
private Long challengedId;
private int scoreChallenger = 0;
private int scoreChallenged = 0;
public DtoEventLadder(){
}
public DtoEventLadder(IEvent e)... | workspace/src/main/java/com/sporticus/services/dto/DtoEventLadder.java | package com.sporticus.services.dto;
import com.sporticus.domain.interfaces.IEvent;
public class DtoEventLadder extends DtoEvent {
private Long challengerId;
private Long challengedId;
private int scoreChallenger = 0;
private int scoreChallenged = 0;
public DtoEventLadder(){
}
public DtoEventLadder(IEvent e)... | added try catch for parsing
| workspace/src/main/java/com/sporticus/services/dto/DtoEventLadder.java | added try catch for parsing | |
Java | mit | 197bca92ba2c6d1dc7f06f41c1b1749772728cfb | 0 | weiht/nrt.core | package org.necros.scripting;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import javax.script.ScriptException;
import org.necros.res.ResourceProvider;
import org.necros.util.ResourceUtils;
import org.necros.util.StringUtils;
public abstract class AbstractScriptRunner
implements Scr... | nrt-core-scripting/src/main/java/org/necros/scripting/AbstractScriptRunner.java | package org.necros.scripting;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
import javax.script.ScriptException;
import org.necros.res.ResourceProvider;
import org.necros.util.ResourceUtils;
import org.necros.util.StringUtils;
public abstract class AbstractScriptRunner
implements Scr... | ScriptRunner will not throw exception when script not found. | nrt-core-scripting/src/main/java/org/necros/scripting/AbstractScriptRunner.java | ScriptRunner will not throw exception when script not found. | |
Java | mit | 3e9b702f5bab5d6c9597d9a9e78e9dadf0a4772c | 0 | umple/umple,runqingz/umple,ahmedvc/umple,umple/umple,umple/umple,runqingz/umple,umple/umple,ahmedvc/umple,umple/umple,umple/umple,runqingz/umple,runqingz/umple,umple/umple,ahmedvc/umple,runqingz/umple,ahmedvc/umple,ahmedvc/umple,umple/umple,ahmedvc/umple,runqingz/umple,ahmedvc/umple,runqingz/umple | /*
Copyright: All contributers to the Umple Project
This file is made available subject to the open source license found at:
http://umple.org/license
State machine extensions
*/
package cruise.umple.statemachine.implementation.php;
import java.lang.reflect.Field;
import org.junit.After;
impor... | cruise.umple/test/cruise/umple/statemachine/implementation/php/PhpStateMachineTemplateTest.java | /*
Copyright: All contributers to the Umple Project
This file is made available subject to the open source license found at:
http://umple.org/license
State machine extensions
*/
package cruise.umple.statemachine.implementation.php;
import org.junit.After;
import org.junit.Before;
import cruis... | Failing tests in PhpStateMachineTemplateTest are ignored
| cruise.umple/test/cruise/umple/statemachine/implementation/php/PhpStateMachineTemplateTest.java | Failing tests in PhpStateMachineTemplateTest are ignored | |
Java | epl-1.0 | f9518507cc9c525c9de09847a9867912be61e25a | 0 | jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012-2015 Chuck Ritola
* Part of the jTRFP.org project
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public Li... | src/test/java/org/jtrfp/trcl/coll/SpacePartitioningGridRootTest.java | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012-2015 Chuck Ritola
* Part of the jTRFP.org project
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public Li... | Update SPGRootTest for new SPG design. | src/test/java/org/jtrfp/trcl/coll/SpacePartitioningGridRootTest.java | Update SPGRootTest for new SPG design. | |
Java | epl-1.0 | 57b2397a45d64a7a6d1d36b99f0921a5b9ee2f20 | 0 | Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts,Yakindu/statecharts | /**
* Copyright (c) 2012 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | plugins/org.yakindu.sct.model.sgraph/src/org/yakindu/sct/model/sgraph/resource/AbstractSCTResource.java | /**
* Copyright (c) 2012 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | Update for XtextFragment reference, which lead to referenceIndex -1 before instead of index in containing eClass | plugins/org.yakindu.sct.model.sgraph/src/org/yakindu/sct/model/sgraph/resource/AbstractSCTResource.java | Update for XtextFragment reference, which lead to referenceIndex -1 before instead of index in containing eClass | |
Java | epl-1.0 | 26a384b21a2d7a55bb08ffcc599581e8a03b77ba | 0 | inocybe/odl-bgpcep,bigdataops/bgpcep,bigdataops/bgpcep,opendaylight/bgpcep,inocybe/odl-bgpcep | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | pcep/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | BUG-731: do not assign to parameters
It is convenient to coerce the argument value, but this approach is a
bit more clean and avoids the sonar warning.
Change-Id: I8648e09c5c02bb082321c3a9a858142eaabdc9ea
Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>
| pcep/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java | BUG-731: do not assign to parameters | |
Java | epl-1.0 | 1660e74ea677a4fb55854e988ada4ebda9b9439f | 0 | opendaylight/bgpcep | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologySessionListener.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.... | Clean up createUpdateMessageSync() a bit
We can use a simple fluent builder if we just shuffle the code around
a bit.
Change-Id: I72d0d23cd89fdb8cf38da900275a5caca85c827f
Signed-off-by: Robert Varga <91ae5aa8c7a9f7e57b701db766e23e544aaa6ae9@pantheon.tech>
| pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologySessionListener.java | Clean up createUpdateMessageSync() a bit | |
Java | epl-1.0 | 7d480975eb39bc1eccfe11f0fea6f0a84f541dd3 | 0 | openhab/openhab.android | /*
* Copyright (c) 2010-2016, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
pac... | mobile/src/main/java/org/openhab/habdroid/model/OpenHABNFCActionList.java | /*
* Copyright (c) 2010-2016, openHAB.org and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
pac... | NFC: Treat group switches like normal switches (#651)
* Treat group switches like normal switches
Signed-off-by: mueller-ma <fac07b9175991ebb2e15926da5ff5c758acad074@users.noreply.github.com>
* Replace tabs with spaces and move || to new line
Signed-off-by: mueller-ma <fac07b9175991ebb2e15926da5ff5c758acad074... | mobile/src/main/java/org/openhab/habdroid/model/OpenHABNFCActionList.java | NFC: Treat group switches like normal switches (#651) | |
Java | epl-1.0 | f37f4b6e5d7089a93be3508a2c13e69212197cef | 0 | bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs,bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs,bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs | package test;
//javase imports
import java.io.StringReader;
import java.io.StringWriter;
import org.w3c.dom.Document;
//java eXtension imports
import javax.xml.namespace.QName;
import javax.xml.soap.MessageFactory;
import javax.xml.soap.SOAPBody;
import javax.xml.soap.SOAPException;
import javax.xml.soap.... | utils/eclipselink.dbws.builder.test.oracle.server/simplesp/src/test/Client.java | package test;
//javase imports
import java.io.StringReader;
import java.io.StringWriter;
import org.w3c.dom.Document;
//java eXtension imports
import javax.xml.namespace.QName;
import javax.xml.soap.MessageFactory;
import javax.xml.soap.SOAPBody;
import javax.xml.soap.SOAPException;
import javax.xml.soap.... | fix simplesp - result field is now properly described using
the name of the corresponding OUT parameter ('U') instead of
just using generic 'RESULT' field
Former-commit-id: 61d60e2543d760413dcb633416c55930b15715d9 | utils/eclipselink.dbws.builder.test.oracle.server/simplesp/src/test/Client.java | fix simplesp - result field is now properly described using the name of the corresponding OUT parameter ('U') instead of just using generic 'RESULT' field | |
Java | lgpl-2.1 | a97553b3b83ab57251fe73ac7300cc9a7ac0bf7b | 0 | xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/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-annotations/xwiki-annotation-rest/src/main/java/org/xwiki/annotation/rest/internal/AbstractAnnotationRESTResource.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... | XWIKI-5033: Commit first version of annotations in the platform
Fixed document rendering context in the REST service to render urls correctly.
git-svn-id: d23d7a6431d93e1bdd218a46658458610974b053@27780 f329d543-caf0-0310-9063-dda96c69346f
| xwiki-annotations/xwiki-annotation-rest/src/main/java/org/xwiki/annotation/rest/internal/AbstractAnnotationRESTResource.java | XWIKI-5033: Commit first version of annotations in the platform Fixed document rendering context in the REST service to render urls correctly. | |
Java | lgpl-2.1 | 221a4ea8024fddd57cc4e1bee46704fd15dc7762 | 0 | drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine,drhee/toxoMine | package org.intermine.web;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
*... | intermine/webtasks/main/src/org/intermine/web/ProfileManagerBinding.java | package org.intermine.web;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
*... | Support for events
Former-commit-id: ec3b5876cf4d442cf8519f493dfe495043628e6d | intermine/webtasks/main/src/org/intermine/web/ProfileManagerBinding.java | Support for events | |
Java | lgpl-2.1 | 2e8b32a445ea3de028241c1aff8e82c4c560d91e | 0 | plast-lab/soot,plast-lab/soot,plast-lab/soot | package soot.testing.framework;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2018 Manuel Benz
* %%
* This program 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... | src/systemTest/java/soot/testing/framework/HelloTestingFrameworkTest.java | package soot.testing.framework;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2018 Manuel Benz
* %%
* This program 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... | Made test case a bit more expressive by also checking if the received target method was indeed resolved correctly.
| src/systemTest/java/soot/testing/framework/HelloTestingFrameworkTest.java | Made test case a bit more expressive by also checking if the received target method was indeed resolved correctly. | |
Java | apache-2.0 | b9a5033764b3be95ce233e29cdd993aad2eb162e | 0 | eurekaclinical/protempa,arpost/protempa | package org.protempa.bp.commons.dsb.relationaldb;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
abstract class AbstractFromClause implements FromClause {
private final EntitySpec currentSpec;
private final List<ColumnSpec> columnSpecs;
private final ... | protempa-bp-commons/src/main/java/org/protempa/bp/commons/dsb/relationaldb/AbstractFromClause.java | package org.protempa.bp.commons.dsb.relationaldb;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
abstract class AbstractFromClause implements FromClause {
private final List<ColumnSpec> columnSpecs;
private final TableAliaser referenceIndices;
protect... | - added protected accessors for child classes to use
- added current entity spec field
| protempa-bp-commons/src/main/java/org/protempa/bp/commons/dsb/relationaldb/AbstractFromClause.java | - added protected accessors for child classes to use - added current entity spec field | |
Java | apache-2.0 | 03490053350b104516bc09a5301f7c02afc5000c | 0 | jahlborn/jackcess | /*
Copyright (c) 2005 Health Market Science, Inc.
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 later version.
This library is dis... | src/main/java/com/healthmarketscience/jackcess/impl/ColumnImpl.java | /*
Copyright (c) 2005 Health Market Science, Inc.
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 later version.
This library is dis... | minor cleanup in toInternalValue
git-svn-id: 3a2409cd0beef11b2606a17fdc4e1262b30a237e@909 f203690c-595d-4dc9-a70b-905162fa7fd2
| src/main/java/com/healthmarketscience/jackcess/impl/ColumnImpl.java | minor cleanup in toInternalValue | |
Java | apache-2.0 | df6e7e5089b67841cb56fe0ea006e48bb0adbbbe | 0 | minhdu/consulo-unity3d,consulo/consulo-unity3d | /*
* Copyright 2013-2014 must-be.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | src/org/mustbe/consulo/unity3d/run/debugger/UnityProcessDialog.java | /*
* Copyright 2013-2014 must-be.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | ignore unity helper process too
| src/org/mustbe/consulo/unity3d/run/debugger/UnityProcessDialog.java | ignore unity helper process too | |
Java | apache-2.0 | 9892f93c3a617db2154dd2b6101d4330a2fb609c | 0 | xingh/google-enterprise-connector-ldap | // Copyright 2010 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | projects/ldap-connector/source/javatests/com/google/enterprise/connector/ldap/ConnectorFieldsTest.java | // Copyright 2010 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... | http://codereview.appspot.com/3848043/ | projects/ldap-connector/source/javatests/com/google/enterprise/connector/ldap/ConnectorFieldsTest.java | http://codereview.appspot.com/3848043/ | |
Java | apache-2.0 | 202f78f0a234d3b10c159ba3fd6b7e4e186be1cf | 0 | real-logic/Aeron,real-logic/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,mikeb01/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron | /*
* Copyright 2014-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java | /*
* Copyright 2014-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [Java] Naming.
| aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java | [Java] Naming. | |
Java | apache-2.0 | bba19b0bc214cb704c55e93977a5a8b00cadf77c | 0 | WANdisco/gerrit,gerrit-review/gerrit,qtproject/qtqa-gerrit,MerritCR/merrit,MerritCR/merrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,MerritCR/merrit,MerritCR/merrit,joshuawilson/merrit,joshuawilson/merrit,GerritCodeReview/gerrit,joshuawilson/merrit,WANdisco/gerrit,WANdisco/gerrit,MerritCR/merrit,ger... | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | gerrit-httpd/src/main/java/com/google/gerrit/httpd/raw/BuckUtils.java | // Copyright (C) 2015 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | BuckUtils: Support missing buck.properties
In I8658a2b0, the very change where I added support for building
without Eclipse, I justified not handling a missing buck.properties on
the basis of it's always there if you're using Eclipse. Well that was
wrong.
Just ignore missing buck.properties. This doesn't handle the c... | gerrit-httpd/src/main/java/com/google/gerrit/httpd/raw/BuckUtils.java | BuckUtils: Support missing buck.properties | |
Java | apache-2.0 | 80e235f0a4d7d81dc0e4d1d92528c0695c1b610b | 0 | antew/RedditInPictures | package com.antew.redditinpictures.library.preferences;
import android.annotation.TargetApi;
import android.app.Fragment;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import android.preference.CheckBoxPreference;
imp... | RedditInPictures-Library/src/com/antew/redditinpictures/library/preferences/RedditInPicturesPreferencesFragment.java | package com.antew.redditinpictures.library.preferences;
import android.annotation.TargetApi;
import android.app.Fragment;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import android.preference.CheckBoxPreference;
imp... | Make the preferences class concrete so that it can work in the pro version without changes.
| RedditInPictures-Library/src/com/antew/redditinpictures/library/preferences/RedditInPicturesPreferencesFragment.java | Make the preferences class concrete so that it can work in the pro version without changes. | |
Java | apache-2.0 | 6d9981e79d24f77e71c1f449f2fd4e4072764e11 | 0 | subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base | package io.subutai.core.hubmanager.impl;
import java.io.FileInputStream;
import java.io.IOException;
import java.security.KeyPairGenerator;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.UnrecoverableKeyException;
import java.... | management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/ConfigManager.java | package io.subutai.core.hubmanager.impl;
import java.io.FileInputStream;
import java.io.IOException;
import java.security.KeyPairGenerator;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.UnrecoverableKeyException;
import java.... | added minor fix for Hub registration
| management/server/core/hub-manager/hub-manager-impl/src/main/java/io/subutai/core/hubmanager/impl/ConfigManager.java | added minor fix for Hub registration | |
Java | apache-2.0 | a45ff4094ed376bbea69415c0449636a3cadfd57 | 0 | eivindveg/HotSUploader | package com.metacodestudio.hotsuploader.window;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.metacodestudio.hotsuploader.AccountService;
import com.metacodestudio.hotsuploader.files.FileHandler;
import com.metacodestudio.hotsuploader.models.*;
import com.metacodestudio.hotsuploader.models.stringconve... | src/main/java/com/metacodestudio/hotsuploader/window/HomeController.java | package com.metacodestudio.hotsuploader.window;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.metacodestudio.hotsuploader.AccountService;
import com.metacodestudio.hotsuploader.files.FileHandler;
import com.metacodestudio.hotsuploader.models.*;
import com.metacodestudio.hotsuploader.models.stringconve... | make version check async(oops)
| src/main/java/com/metacodestudio/hotsuploader/window/HomeController.java | make version check async(oops) | |
Java | apache-2.0 | 4e182b9cd9da2eeba5e4000c4b18a5ec63061b35 | 0 | phisolani/floodlight,xuraylei/floodlight,alsmadi/CSCI-6617,SujithPandel/floodlight,UdS-TelecommunicationsLab/floodlight,alsmadi/CSCI-6617,chechoRP/floodlight,Pengfei-Lu/floodlight,fazevedo86/floodlight,smartnetworks/floodlight,xph906/SDN,rhoybeen/floodlightLB,rhoybeen/floodlightLB,marcbaetica/Floodlight-OVS-OF-Network-... | /**
* Copyright 2011, Big Switch Networks, Inc.
* Originally created by David Erickson, Stanford University
*
* 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:/... | src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java | /**
* Copyright 2011, Big Switch Networks, Inc.
* Originally created by David Erickson, Stanford University
*
* 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:/... | Controller: fixing unit test for unknown vendor message
| src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java | Controller: fixing unit test for unknown vendor message | |
Java | apache-2.0 | 102948b2f4f3e3b27c5cace40d3aca1475d0aeb3 | 0 | JNOSQL/artemis-extension | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | graph-extension/src/test/java/org/jnosql/artemis/graph/EdgeEntityTest.java | /*
* Copyright (c) 2017 Otávio Santana and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribution.
* The Eclipse Public License is available at http://ww... | creates a scenario to different edge
| graph-extension/src/test/java/org/jnosql/artemis/graph/EdgeEntityTest.java | creates a scenario to different edge | |
Java | apache-2.0 | a732b89d06950b88599dce36550e73cd562a0203 | 0 | bigbluebutton/red5-server-common,maritelle/red5-server-common,solomax/red5-server-common,bigbluebutton/red5-server-common | /*
* RED5 Open Source Flash Server - https://github.com/Red5/
*
* Copyright 2006-2016 by respective authors (see below). 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 ... | src/main/java/org/red5/server/net/rtmp/RTMPHandshake.java | /*
* RED5 Open Source Flash Server - https://github.com/Red5/
*
* Copyright 2006-2016 by respective authors (see below). 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 ... | Continued debugging of server side of the handshake
| src/main/java/org/red5/server/net/rtmp/RTMPHandshake.java | Continued debugging of server side of the handshake | |
Java | apache-2.0 | 6f2a17c623ac5a77602378c0c435de98d5170505 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.navigation;
import com.intellij.openapi.util.NlsContexts;
import com.intellij.openapi.util.NlsContexts.Separator;
import com.intellij.psi.PsiElement;
import ... | platform/lang-api/src/com/intellij/navigation/GotoRelatedItem.java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.navigation;
import com.intellij.openapi.util.NlsContexts;
import com.intellij.openapi.util.NlsContexts.Separator;
import com.intellij.psi.PsiElement;
import ... | [i18n] IDEA-248539 add @Separator for `GotoRelatedItem`
GitOrigin-RevId: 21503558c41cdf0c866279304ed53be637e8e352 | platform/lang-api/src/com/intellij/navigation/GotoRelatedItem.java | [i18n] IDEA-248539 add @Separator for `GotoRelatedItem` | |
Java | apache-2.0 | b976fd86d019f78e26e74d2002dc1d5d870b85b1 | 0 | apache/derby,apache/derby,apache/derby,trejkaz/derby,apache/derby,trejkaz/derby,trejkaz/derby | /*
Derby - Class org.apache.derbyTesting.functionTests.tests.store.BootLockTest
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 t... | java/testing/org/apache/derbyTesting/functionTests/tests/store/BootLockTest.java | /*
Derby - Class org.apache.derbyTesting.functionTests.tests.store.BootLockTest
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 t... | DERBY-4667 BootLockTest.testBootLock() sometimes fails with connection refused.
Change test to check service.properties in additon to db.lck file so that it won't fail with a directory already exists message.
git-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@956659 13f79535-47bb-0310-9956-ffa450edef68
| java/testing/org/apache/derbyTesting/functionTests/tests/store/BootLockTest.java | DERBY-4667 BootLockTest.testBootLock() sometimes fails with connection refused. | |
Java | apache-2.0 | 63629a3b6b396b479c9c31ec3e3f3c8d4a17b99a | 0 | ouit0408/sakai,introp-software/sakai,kingmook/sakai,duke-compsci290-spring2016/sakai,ktakacs/sakai,joserabal/sakai,pushyamig/sakai,pushyamig/sakai,udayg/sakai,noondaysun/sakai,kwedoff1/sakai,conder/sakai,OpenCollabZA/sakai,noondaysun/sakai,introp-software/sakai,buckett/sakai-gitflow,lorenamgUMU/sakai,zqian/sakai,Fudan-... | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Versio... | kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/BasicConfigurationService.java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 Sakai Foundation
*
* Licensed under the Educational Community License, Versio... | KNL-1135 updated logging for secured keys
git-svn-id: 1bc6f63533c24e8bbbfb67ee5594815536d0113b@133374 66ffb92e-73f9-0310-93c1-f5514f145a0a
| kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/BasicConfigurationService.java | KNL-1135 updated logging for secured keys | |
Java | apache-2.0 | d7dd8cdf2088345c181dd7a4af3cdb517699f375 | 0 | diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless | /*
* Copyright 2022 DiffPlug
*
* 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 ... | plugin-gradle/src/test/java/com/diffplug/gradle/spotless/PalantirJavaFormatIntegrationTest.java | /*
* Copyright 2022 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | Fix PalantirJavaFormatIntegrationTest gradle integration test
Both versions tested are compatible with java 8
| plugin-gradle/src/test/java/com/diffplug/gradle/spotless/PalantirJavaFormatIntegrationTest.java | Fix PalantirJavaFormatIntegrationTest gradle integration test | |
Java | apache-2.0 | a18a3f0df552724d80a0e9905f53cb3c32ec457b | 0 | dnlkoch/shogun2,annarieger/shogun2,marcjansen/shogun2,dnlkoch/shogun2,annarieger/shogun2,buehner/shogun2,ahennr/shogun2,annarieger/shogun2,marcjansen/shogun2,terrestris/shogun2,marcjansen/shogun2,ahennr/shogun2,terrestris/shogun2,terrestris/shogun2,ahennr/shogun2,dnlkoch/shogun2,buehner/shogun2,buehner/shogun2 | /**
*
*/
package de.terrestris.shogun2.util.converter;
import javax.persistence.AttributeConverter;
import org.apache.commons.lang3.math.NumberUtils;
/**
* This converter can be used for the values of the type Map<String, Object>.
*
* The values of the map will be converted to strings to persist them in a
* st... | src/shogun2-util/src/main/java/de/terrestris/shogun2/util/converter/PropertyValueConverter.java | /**
*
*/
package de.terrestris.shogun2.util.converter;
import javax.persistence.AttributeConverter;
import org.apache.commons.lang3.math.NumberUtils;
/**
* This converter can be used for the values of the type Map<String, Object>.
*
* The values of the map will be converted to strings to persist them in a
* st... | Handle negative integer values in converter
| src/shogun2-util/src/main/java/de/terrestris/shogun2/util/converter/PropertyValueConverter.java | Handle negative integer values in converter | |
Java | apache-2.0 | f668850a5a20c96b2695a9c1f432984a994198fb | 0 | kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,apache/pdfbox | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | fontbox/src/main/java/org/apache/fontbox/ttf/GlyphSubstitutionTable.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | PDFBOX-4071: fix missing parameter replacement for gid
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1827338 13f79535-47bb-0310-9956-ffa450edef68
| fontbox/src/main/java/org/apache/fontbox/ttf/GlyphSubstitutionTable.java | PDFBOX-4071: fix missing parameter replacement for gid | |
Java | bsd-2-clause | 7598aa0cf853d0a780d70f0a53db22044544e98d | 0 | gab1one/imagej-ops,imagej/imagej-ops,stelfrich/imagej-ops | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2016 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | src/test/java/net/imagej/ops/features/tamura2d/Tamura2dFeatureTest.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 - 2016 Board of Regents of the University of
* Wisconsin-Madison, University of Konstanz and Brian Northan.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permi... | Add test for DefaultCoarsenessFeature
The implementation of ops.tamura().coarseness(...)
(DefaultCoarsenessFeature) suggests that an ArrayImg with values {0, -1,
0, 0} should have exactly 0 coarseness. But before the last commit, it
would returns Double.MIN_VALUE (the minimum absolute value of double)
instead. | src/test/java/net/imagej/ops/features/tamura2d/Tamura2dFeatureTest.java | Add test for DefaultCoarsenessFeature | |
Java | bsd-3-clause | 2405bba623f6a0cb3e8b2e5f7f37b02d15b5a00e | 0 | team-worthwhile/worthwhile,team-worthwhile/worthwhile | /**
*
*/
package edu.kit.iti.formal.pse.worthwhile.interpreter;
import java.math.BigInteger;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.Stack;
import org.eclipse.emf.common.util.EList;
import edu.kit.iti.formal.pse.worthwhile.model.BooleanValue;
import edu.kit.iti.formal... | implementierung/src/worthwhile.interpreter/src/edu/kit/iti/formal/pse/worthwhile/interpreter/InterpreterASTNodeVisitor.java | /**
*
*/
package edu.kit.iti.formal.pse.worthwhile.interpreter;
import java.math.BigInteger;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.Stack;
import org.eclipse.emf.common.util.EList;
import edu.kit.iti.formal.pse.worthwhile.model.BooleanValue;
import edu.kit.iti.formal... | [interpreter] Evaluate the ArrayType::size Expression
- we do not make any assumption about how the size is expressed, for
instance the size Expression could contain VariableReferences and the
variable values can change after the array declaration so that the
size Expression's value may become invalid later in t... | implementierung/src/worthwhile.interpreter/src/edu/kit/iti/formal/pse/worthwhile/interpreter/InterpreterASTNodeVisitor.java | [interpreter] Evaluate the ArrayType::size Expression | |
Java | bsd-3-clause | 64abdb82239c9a67273660c146028cf7dee5775d | 0 | PeterMitrano/allwpilib,333fred/allwpilib,PeterMitrano/allwpilib,RAR1741/wpilib,333fred/allwpilib,robotdotnet/allwpilib,robotdotnet/allwpilib,JLLeitschuh/allwpilib,JLLeitschuh/allwpilib,PeterMitrano/allwpilib,RAR1741/wpilib,PatrickPenguinTurtle/allwpilib,JLLeitschuh/allwpilib,robotdotnet/allwpilib,PeterMitrano/allwpilib... | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | wpilibj/wpilibJavaDevices/src/main/java/edu/wpi/first/wpilibj/I2C.java | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | Allow dataRecieved to be null in I2C transaction (fixes artf3603)
Change-Id: I02fb5ba8c5e0677b710a8bd63e98a4851c52883e
| wpilibj/wpilibJavaDevices/src/main/java/edu/wpi/first/wpilibj/I2C.java | Allow dataRecieved to be null in I2C transaction (fixes artf3603) | |
Java | bsd-3-clause | 585efe5c0ca9600bcafb18e4edbcfd9279b28835 | 0 | NCIP/nci-term-browser,NCIP/nci-term-browser,NCIP/nci-term-browser,NCIP/nci-term-browser | package gov.nih.nci.evs.browser.common;
import java.util.List;
import java.util.Arrays;
/**
* <!-- LICENSE_TEXT_START -->
* Copyright 2008,2009 NGIT. This software was developed in conjunction
* with the National Cancer Institute, and so to the extent government
* employees are co-authors, any rights in such work... | software/browser-util/src/gov/nih/nci/evs/browser/common/Constants.java | package gov.nih.nci.evs.browser.common;
import java.util.List;
import java.util.Arrays;
/**
* <!-- LICENSE_TEXT_START -->
* Copyright 2008,2009 NGIT. This software was developed in conjunction
* with the National Cancer Institute, and so to the extent government
* employees are co-authors, any rights in such work... | [NCITERM-703] OWL2 Qualifiers Display.
| software/browser-util/src/gov/nih/nci/evs/browser/common/Constants.java | [NCITERM-703] OWL2 Qualifiers Display. | |
Java | bsd-3-clause | 43114d5e763071f2963a751ecca0a2f184788fae | 0 | Civcraft/NameLayer,suirad/NameLayer | package vg.civcraft.mc.namelayer.database;
import static vg.civcraft.mc.namelayer.NameLayerPlugin.log;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import jav... | NameLayerMain/src/vg/civcraft/mc/namelayer/database/GroupManagerDao.java | package vg.civcraft.mc.namelayer.database;
import static vg.civcraft.mc.namelayer.NameLayerPlugin.log;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import jav... | Fix version table | NameLayerMain/src/vg/civcraft/mc/namelayer/database/GroupManagerDao.java | Fix version table | |
Java | bsd-3-clause | 6ba02f0d4c56705bdda44a89a54fee84b3dbb49a | 0 | dagi/GoodData-CL,gooddata/GoodData-CL,dagi/GoodData-CL,dagi/GoodData-CL,gooddata/GoodData-CL,gooddata/GoodData-CL | /*
* Copyright (c) 2009, GoodData Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of con... | common/src/main/java/com/gooddata/util/StringUtil.java | /*
* Copyright (c) 2009, GoodData Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this list of con... | REFACTOR: MSF-437 improve performance of StringUtil.toIdentifier(String)
| common/src/main/java/com/gooddata/util/StringUtil.java | REFACTOR: MSF-437 improve performance of StringUtil.toIdentifier(String) | |
Java | mit | 0c51ae5c149064d6aff0301d87fb79ec2067e504 | 0 | aiyan2001/jedis | package redis.clients.jedis;
import java.io.Closeable;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
//aiyan2001
import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
import redis.clients.jedis.BinaryClient.LIST_POSITION;
public class JedisCluster implement... | src/main/java/redis/clients/jedis/JedisCluster.java | package redis.clients.jedis;
import java.io.Closeable;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
import redis.clients.jedis.BinaryClient.LIST_POSITION;
public class JedisCluster implements JedisComma... | aiyan2001 | src/main/java/redis/clients/jedis/JedisCluster.java | aiyan2001 | |
Java | mit | fca9fb23eaeabea25a27aed13bff02123f619b09 | 0 | MelleDijkstra/ParkingGarage,MelleDijkstra/ParkingGarage | package parkinggarage.controllers;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import parkinggarage.Simulation;
import parkinggarage.views.CreditsScreen;
import parkinggarage.views.SettingsScreen... | src/parkinggarage/controllers/MainController.java | package parkinggarage.controllers;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
import parkinggarage.Simulation;
import parkinggarage.views.CreditsScreen;
import parkinggarage.views.SettingsScreen... | Nieuwe commit MainController
| src/parkinggarage/controllers/MainController.java | Nieuwe commit MainController | |
Java | mit | 7bc8e6cd3dbe8ab5e7c5c5280e7df2303e49a8e0 | 0 | CMPUT301F17T18/WSFMN | package com.wsfmn.controller;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.support.annotation.NonNull;
import android.util.Log;
import android.widget.Toast;
import com.searchly.jestdroid.DroidClientConfig;
import co... | app/src/main/java/com/wsfmn/controller/OnlineController.java | package com.wsfmn.controller;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.support.annotation.NonNull;
import android.util.Log;
import android.widget.Toast;
import com.searchly.jestdroid.DroidClientConfig;
import co... | fixed merge conflict
| app/src/main/java/com/wsfmn/controller/OnlineController.java | fixed merge conflict | |
Java | mit | bf2c2ca16aa831bb6952dc41e0d7daf2f7b1efc5 | 0 | hpautonomy/find,hpe-idol/find,hpautonomy/find,hpe-idol/java-powerpoint-report,hpautonomy/find,hpe-idol/find,hpe-idol/find,hpe-idol/find,hpe-idol/java-powerpoint-report,hpautonomy/find,hpe-idol/find,hpautonomy/find | package com.autonomy.abc.config;
import com.autonomy.abc.framework.TestState;
import com.autonomy.abc.framework.rules.StateHelperRule;
import com.autonomy.abc.framework.rules.TestArtifactRule;
import com.autonomy.abc.framework.statements.StatementArtifactHandler;
import com.autonomy.abc.framework.statements.StatementL... | src/test/java/com/autonomy/abc/config/ABCTestBase.java | package com.autonomy.abc.config;
import com.autonomy.abc.framework.TestState;
import com.autonomy.abc.framework.rules.StateHelperRule;
import com.autonomy.abc.framework.rules.TestArtifactRule;
import com.autonomy.abc.framework.statements.StatementArtifactHandler;
import com.autonomy.abc.framework.statements.StatementL... | [abc] mockui remove old nav bars
[git-p4: depot-paths = "//depot/products/frontend/abc/master/": change = 1249622]
| src/test/java/com/autonomy/abc/config/ABCTestBase.java | [abc] mockui remove old nav bars | |
Java | mpl-2.0 | b0b080f5c90efd86d5049f29ea8bda555fd6d023 | 0 | dcmul/openmrs-core,geoff-wasilwa/openmrs-core,maany/openmrs-core,sadhanvejella/openmrs,kigsmtua/openmrs-core,nilusi/Legacy-UI,siddharthkhabia/openmrs-core,prisamuel/openmrs-core,prisamuel/openmrs-core,siddharthkhabia/openmrs-core,jamesfeshner/openmrs-module,hoquangtruong/TestMylyn,Negatu/openmrs-core,shiangree/openmrs-... | /**
* The contents of this file are subject to the OpenMRS Public 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://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | api/src/test/java/org/openmrs/api/ConceptServiceTest.java | /**
* The contents of this file are subject to the OpenMRS Public 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://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | Follow up to Unknown column error when a user enters multiple words in the concept search box to fix comments - TRUNK-1942
git-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@17590 5bac5841-c719-aa4e-b3fe-cce5062f897a
| api/src/test/java/org/openmrs/api/ConceptServiceTest.java | Follow up to Unknown column error when a user enters multiple words in the concept search box to fix comments - TRUNK-1942 | |
Java | agpl-3.0 | c9f6053bec8ac2097cf30bbafb27ddead033b457 | 0 | rroart/stockstat,rroart/stockstat,rroart/stockstat,rroart/stockstat,rroart/stockstat,rroart/stockstat,rroart/stockstat | package roart.config;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MyConfig {
protected static Logger log = LoggerFactory.getLogger(MyConfig.class);
protected static MyConfig instance =... | common/config/src/main/java/roart/config/MyConfig.java | package roart.config;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class MyConfig {
protected static Logger log = LoggerFactory.getLogger(MyConfig.class);
protected static MyConfig i... | jackson does not want abstract class
| common/config/src/main/java/roart/config/MyConfig.java | jackson does not want abstract class | |
Java | lgpl-2.1 | 62209b1c10cc1e582637eabad33589105b283082 | 0 | ethaneldridge/vassal,ethaneldridge/vassal,ethaneldridge/vassal | /*
*
* Copyright (c) 2000-2012 by Rodney Kinney, Joel Uckelman, Brent Easton
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This library is distributed in the hope ... | vassal-app/src/main/java/VASSAL/counters/Labeler.java | /*
*
* Copyright (c) 2000-2012 by Rodney Kinney, Joel Uckelman, Brent Easton
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This library is distributed in the hope ... | Cleanup.
| vassal-app/src/main/java/VASSAL/counters/Labeler.java | Cleanup. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.