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 | 6c734952bdc489ba7ca6017be6584717cdc4a00d | 0 | Jonss/vraptor4,rpeleias/vraptor4,michelmedeiros/vraptor4,khajavi/vraptor4,nykolaslima/vraptor4,felipeweb/vraptor4,Philippe2201/vraptor4,clebersonpp/vraptor4,tempbottle/vraptor4,Jonss/vraptor4,Philippe2201/vraptor4,danilomunoz/vraptor4,rpeleias/vraptor4,nykolaslima/vraptor4,Philippe2201/vraptor4,garcia-jj/vraptor4-fork,... | /***
* Copyright (c) 2009 Caelum - www.caelum.com.br/opensource
* 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
... | vraptor-core/src/main/java/br/com/caelum/vraptor/core/BaseComponents.java | /***
* Copyright (c) 2009 Caelum - www.caelum.com.br/opensource
* 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
... | removing unused stuff
| vraptor-core/src/main/java/br/com/caelum/vraptor/core/BaseComponents.java | removing unused stuff | |
Java | apache-2.0 | 182ba4a01e8ba3aea95e19be6868269ee0211937 | 0 | BrynCooke/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,krlohnes/tinkerpop,jorgebay/tinkerpop,apache/tinkerpop,krlohnes/tinkerpop,mike-tr-adamson/incubator-tinkerpop,mpollmeier/tinkerpop3,robertdale/tinkerpop,BrynCooke/incubator-tinkerpop,pluradj/incubator-tinkerpop,velo/incubator-tinkerpop,krlohnes/tinkerpop... | package com.tinkerpop.blueprints;
import com.tinkerpop.blueprints.computer.GraphMemory;
import com.tinkerpop.blueprints.computer.Messenger;
import com.tinkerpop.blueprints.computer.VertexProgram;
import org.junit.Test;
import org.junit.experimental.runners.Enclosed;
import org.junit.runner.RunWith;
import org.junit.ru... | blueprints/blueprints-test/src/main/java/com/tinkerpop/blueprints/ExceptionConsistencyTest.java | package com.tinkerpop.blueprints;
import com.tinkerpop.blueprints.computer.GraphMemory;
import com.tinkerpop.blueprints.computer.Messenger;
import com.tinkerpop.blueprints.computer.VertexProgram;
import org.junit.Test;
import org.junit.experimental.runners.Enclosed;
import org.junit.runner.RunWith;
import org.junit.ru... | Exception consistency on GraphComputer setProperty on Edge.
| blueprints/blueprints-test/src/main/java/com/tinkerpop/blueprints/ExceptionConsistencyTest.java | Exception consistency on GraphComputer setProperty on Edge. | |
Java | apache-2.0 | b07b0b6a203d33f56351d88d118eeeaea95a1065 | 0 | ehcache/ehcache3-samples,henri-tremblay/ehcache3-samples,henri-tremblay/ehcache3-samples,henri-tremblay/ehcache3-samples,ehcache/ehcache3-samples,ehcache/ehcache3-samples,henri-tremblay/ehcache3-samples,ehcache/ehcache3-samples,ehcache/ehcache3-samples | package org.terracotta.demo.config;
import org.ehcache.clustered.client.config.ClusteredStoreConfiguration;
import org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder;
import org.ehcache.clustered.client.config.builders.ClusteringServiceConfigurationBuilder;
import org.ehcache.clustered.client.co... | fullstack/src/main/java/org/terracotta/demo/config/CacheConfiguration.java | package org.terracotta.demo.config;
import org.ehcache.clustered.client.config.ClusteredStoreConfiguration;
import org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder;
import org.ehcache.clustered.client.config.builders.ClusteringServiceConfigurationBuilder;
import org.ehcache.clustered.client.co... | No need to override getMissingCache. An exception is correctly thrown at higher level
| fullstack/src/main/java/org/terracotta/demo/config/CacheConfiguration.java | No need to override getMissingCache. An exception is correctly thrown at higher level | |
Java | apache-2.0 | d7c8f78457ea85380377d826f5aa31dba1dcda24 | 0 | cyenyxe/eva-pipeline,jmmut/eva-pipeline,cyenyxe/eva-pipeline,jmmut/eva-pipeline,jmmut/eva-pipeline,cyenyxe/eva-pipeline,EBIvariation/eva-pipeline,EBIvariation/eva-pipeline | /*
* Copyright 2017 EMBL - European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | src/main/java/uk/ac/ebi/eva/utils/VcfNumberOfLinesEstimator.java | /*
* Copyright 2017 EMBL - European Bioinformatics Institute
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | Using integer to store file size. Added break while retrieving the head to avoid the parsing of the all file.
| src/main/java/uk/ac/ebi/eva/utils/VcfNumberOfLinesEstimator.java | Using integer to store file size. Added break while retrieving the head to avoid the parsing of the all file. | |
Java | apache-2.0 | b23e623e689559837e81f0c4ab22bc02d1586374 | 0 | jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* 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/... | org.jenetics.example/src/main/java/org/jenetics/example/MixedGenotype.java | /*
* Java Genetic Algorithm Library (@__identifier__@).
* Copyright (c) @__year__@ Franz Wilhelmstötter
*
* 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/... | Remove unnecessary cast.
| org.jenetics.example/src/main/java/org/jenetics/example/MixedGenotype.java | Remove unnecessary cast. | |
Java | bsd-2-clause | b4dd3649b44a2e2c7f5a30737fa6691a20bbb4e1 | 0 | siteadmin/CCDA-Score-CARD,monikadrajer/CCDA-Score-CARD,monikadrajer/CCDA-Score-CARD,siteadmin/CCDA-Score-CARD,siteadmin/CCDA-Score-CARD,monikadrajer/CCDA-Score-CARD | package org.sitenv.service.ccda.smartscorecard.controller;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.net.URISynt... | src/main/java/org/sitenv/service/ccda/smartscorecard/controller/SaveReportController.java | package org.sitenv.service.ccda.smartscorecard.controller;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.net.URISynt... | Add author, subject, keywords, and language metadata for 508 | src/main/java/org/sitenv/service/ccda/smartscorecard/controller/SaveReportController.java | Add author, subject, keywords, and language metadata for 508 | |
Java | bsd-3-clause | dd84c3fa851d76c837b9df396501884f5095fc3a | 0 | lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon | /*
* $Id: TestOnixBooksSourceArchivalUnit.java,v 1.3 2014-01-13 19:33:31 alexandraohlson Exp $
*/
/*
Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documen... | plugins/test/src/org/lockss/plugin/clockss/onixbooks/TestOnixBooksSourceArchivalUnit.java | /*
* $Id: TestOnixBooksSourceArchivalUnit.java,v 1.2 2013-11-13 18:47:37 alexandraohlson Exp $
*/
/*
Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documen... | update test to handle updated plugin name
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@32023 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| plugins/test/src/org/lockss/plugin/clockss/onixbooks/TestOnixBooksSourceArchivalUnit.java | update test to handle updated plugin name | |
Java | bsd-3-clause | 287c53379524f2c0038e33be75a0573e26d3cc7e | 0 | vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro,vivo-project/Vitro | /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.util.ArrayList;
import java.util.List;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.rdf.listeners.StatementListener;
import com.hp.hpl.jena.rdf.model.... | webapp/src/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java | /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.util.ArrayList;
import java.util.List;
import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.rdf.listeners.StatementListener;
import com.hp.hpl.jena.rdf.model.... | NIHVIVO-1193 listener to update externally-linked namespaces
| webapp/src/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java | NIHVIVO-1193 listener to update externally-linked namespaces | |
Java | bsd-3-clause | c7c1a22bae08b75c7c3183a31e149b48943fc4ba | 0 | darklordwonton/ElementsOfPower | package gigaherz.elementsofpower.client.renderers;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.renderer.VertexBuffer;
import net.minecraft.client.renderer.block... | src/main/java/gigaherz/elementsofpower/client/renderers/ModelHandle.java | package gigaherz.elementsofpower.client.renderers;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Maps;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.client.renderer.VertexBuffer;
import net.minecraft.client.renderer.block... | Remove derp from using the IDE to autogenerate accessors.
| src/main/java/gigaherz/elementsofpower/client/renderers/ModelHandle.java | Remove derp from using the IDE to autogenerate accessors. | |
Java | mit | cee6b683119db56130352b5e034c02ab51d83b76 | 0 | EduardoHFreitas/ExemplosJavaSE | package br.univel;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import java.awt.GridBagLayout;
import javax.swing.JScrollPane;
import java.awt.GridBagConstraints;
... | CadastroImport/src/br/univel/TelaTabela.java | package br.univel;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import java.awt.GridBagLayout;
import javax.swing.JScrollPane;
import java.awt.GridBagConstraints;
... | deu bom | CadastroImport/src/br/univel/TelaTabela.java | deu bom | |
Java | mit | 760da43742c28f6c4998205d6af407c4aa998076 | 0 | stachon/XChange,andre77/XChange,nopy/XChange,timmolter/XChange,LeonidShamis/XChange,npomfret/XChange,gaborkolozsy/XChange,evdubs/XChange,ww3456/XChange,Panchen/XChange,chrisrico/XChange,douggie/XChange,TSavo/XChange | package org.knowm.xchange.examples.bittrex.v1.trade;
import java.io.IOException;
import java.math.BigDecimal;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.bittrex.v1.service.BittrexTradeServiceRaw;
import org.knowm.xchange.currency.CurrencyPair;
import org.knowm.xchange.dto.Order.OrderType;
import org.... | xchange-examples/src/main/java/org/knowm/xchange/examples/bittrex/v1/trade/BittrexTradeDemo.java | package org.knowm.xchange.examples.bittrex.v1.trade;
import java.io.IOException;
import java.math.BigDecimal;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.bittrex.v1.service.BittrexTradeServiceRaw;
import org.knowm.xchange.currency.CurrencyPair;
import org.knowm.xchange.dto.Order.OrderType;
import org.... | another build fix
| xchange-examples/src/main/java/org/knowm/xchange/examples/bittrex/v1/trade/BittrexTradeDemo.java | another build fix | |
Java | mit | 793ecb4569633d297f7f407ad4bc76802ffbabd4 | 0 | Vlatombe/git-plugin,kzantow/git-plugin,mlgiroux/git-plugin,martinda/git-plugin,ivan-fedorov/git-plugin,mlgiroux/git-plugin,bjacklyn/git-plugin,avdv/git-plugin,KostyaSha/git-plugin,KostyaSha/git-plugin,jenkinsci/git-plugin,Vlatombe/git-plugin,Deveo/git-plugin,martinda/git-plugin,ydubreuil/git-plugin,ndeloof/git-plugin,T... | package hudson.plugins.git.util;
import hudson.Extension;
import hudson.model.TaskListener;
import hudson.plugins.git.Branch;
import hudson.plugins.git.BranchSpec;
import hudson.plugins.git.GitException;
import hudson.plugins.git.GitSCM;
import hudson.plugins.git.IGitAPI;
import hudson.plugins.git.Revision;
import org... | src/main/java/hudson/plugins/git/util/DefaultBuildChooser.java | package hudson.plugins.git.util;
import hudson.Extension;
import hudson.model.TaskListener;
import hudson.plugins.git.Branch;
import hudson.plugins.git.BranchSpec;
import hudson.plugins.git.GitException;
import hudson.plugins.git.GitSCM;
import hudson.plugins.git.IGitAPI;
import hudson.plugins.git.Revision;
import org... | Add missing single-quote in calls to MessageFormat
Closes pull request #29 | src/main/java/hudson/plugins/git/util/DefaultBuildChooser.java | Add missing single-quote in calls to MessageFormat | |
Java | mit | 553418c0958317310181d7d4998b22b405cf719c | 0 | McJty/LostCities | package mcjty.lostcities.dimensions.world;
import mcjty.lib.compat.CompatChunkGenerator;
import mcjty.lib.compat.CompatMapGenStructure;
import mcjty.lib.tools.EntityTools;
import mcjty.lostcities.api.IChunkPrimerFactory;
import mcjty.lostcities.api.ILostChunkGenerator;
import mcjty.lostcities.api.ILostChunkInfo;
impor... | src/main/java/mcjty/lostcities/dimensions/world/LostCityChunkGenerator.java | package mcjty.lostcities.dimensions.world;
import mcjty.lib.compat.CompatChunkGenerator;
import mcjty.lib.compat.CompatMapGenStructure;
import mcjty.lib.tools.EntityTools;
import mcjty.lostcities.api.IChunkPrimerFactory;
import mcjty.lostcities.api.ILostChunkGenerator;
import mcjty.lostcities.api.ILostChunkInfo;
impor... | Removed debug
| src/main/java/mcjty/lostcities/dimensions/world/LostCityChunkGenerator.java | Removed debug | |
Java | mit | 760faff1d570436112a75f2db6acf369263a521c | 0 | jurgendl/jhaws,jurgendl/jhaws,jurgendl/jhaws,jurgendl/jhaws | package org.jhaws.common.lang;
import java.io.IOException;
import java.io.Serializable;
import java.io.UncheckedIOException;
import java.lang.reflect.Array;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collecti... | jhaws/lang/src/main/java/org/jhaws/common/lang/CollectionUtils8.java | package org.jhaws.common.lang;
import java.io.IOException;
import java.io.Serializable;
import java.io.UncheckedIOException;
import java.lang.reflect.Array;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collecti... | backwards compatibility
| jhaws/lang/src/main/java/org/jhaws/common/lang/CollectionUtils8.java | backwards compatibility | |
Java | mit | 34a809f4a9e7ae9b58372f09fdb9bd82627d0809 | 0 | testpress/android,testpress/android,testpress/android,testpress/android,testpress/android | package in.testpress.testpress.ui.adapters;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import... | app/src/main/java/in/testpress/testpress/ui/adapters/ContentsCarouselAdapter.java | package in.testpress.testpress.ui.adapters;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import... | Fix app crash on incomplete dashboard data
If dashboard data does not have user video app will crash. This is fixed by checking is uservideo is present or not
| app/src/main/java/in/testpress/testpress/ui/adapters/ContentsCarouselAdapter.java | Fix app crash on incomplete dashboard data | |
Java | mit | d4de09c4a3f2fcb60c635afe3b618a935d524894 | 0 | ThorbenKuck/NetCom2 | package com.github.thorbenkuck.netcom2.auto.annotations.processor;
import javax.annotation.processing.AbstractProcessor;
import javax.annotation.processing.Filer;
import javax.annotation.processing.ProcessingEnvironment;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.model.SourceVersion;
import... | auto/src/main/java/com/github/thorbenkuck/netcom2/auto/annotations/processor/AnnotationProcessor.java | package com.github.thorbenkuck.netcom2.auto.annotations.processor;
import javax.annotation.processing.AbstractProcessor;
import javax.annotation.processing.Filer;
import javax.annotation.processing.ProcessingEnvironment;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.model.SourceVersion;
import... | added post method to abstract AnnotationProcessor
| auto/src/main/java/com/github/thorbenkuck/netcom2/auto/annotations/processor/AnnotationProcessor.java | added post method to abstract AnnotationProcessor | |
Java | mpl-2.0 | e675ab3596da2255df864b44aaed33c55b51822b | 0 | powsybl/powsybl-core,itesla/ipst-core,powsybl/powsybl-core,itesla/ipst-core,itesla/ipst-core,itesla/ipst-core,powsybl/powsybl-core | /**
* Copyright (c) 2016, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package eu.itesla_project.iidm.network.impl;
import eu... | iidm-network-impl/src/test/java/eu/itesla_project/iidm/network/impl/EmptyCalculatedBusBugTest.java | /**
* Copyright (c) 2016, RTE (http://www.rte-france.com)
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package eu.itesla_project.iidm.network.impl;
import eu... | Fix compilation and add another test
| iidm-network-impl/src/test/java/eu/itesla_project/iidm/network/impl/EmptyCalculatedBusBugTest.java | Fix compilation and add another test | |
Java | agpl-3.0 | 107954a67ba0dd167b25e07c18e82838631ed6b0 | 0 | aihua/opennms,tdefilip/opennms,rdkgit/opennms,rdkgit/opennms,rdkgit/opennms,tdefilip/opennms,roskens/opennms-pre-github,tdefilip/opennms,roskens/opennms-pre-github,rdkgit/opennms,rdkgit/opennms,aihua/opennms,tdefilip/opennms,aihua/opennms,tdefilip/opennms,aihua/opennms,roskens/opennms-pre-github,roskens/opennms-pre-git... | /*
* This file is part of the OpenNMS(R) Application.
*
* OpenNMS(R) is Copyright (C) 2009 The OpenNMS Group, Inc. All rights reserved.
* OpenNMS(R) is a derivative work, containing both original code, included code and modified
* code that was published under the GNU General Public License. Copyrights for modifi... | opennms-ackd/src/test/java/org/opennms/netmgt/ackd/AckdTest.java | /*
* This file is part of the OpenNMS(R) Application.
*
* OpenNMS(R) is Copyright (C) 2009 The OpenNMS Group, Inc. All rights reserved.
* OpenNMS(R) is a derivative work, containing both original code, included code and modified
* code that was published under the GNU General Public License. Copyrights for modifi... | matt suggested I just mark the whole class transactional instead, since setUp() basically means it's required anyways
| opennms-ackd/src/test/java/org/opennms/netmgt/ackd/AckdTest.java | matt suggested I just mark the whole class transactional instead, since setUp() basically means it's required anyways | |
Java | lgpl-2.1 | 3d98570cd8c800d3d344b56a311dfe283879ce7c | 0 | zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform | /*
* Copyright 2015, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... | server/zanata-war/src/main/java/org/zanata/dao/ProjectDAO.java | /*
* Copyright 2015, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... | ZNTA-2056 use same analyzer to parse search query
| server/zanata-war/src/main/java/org/zanata/dao/ProjectDAO.java | ZNTA-2056 use same analyzer to parse search query | |
Java | apache-2.0 | b98a6caa705f502f593f2813f07bb9395dd4cd64 | 0 | ksfzhaohui/spring-loaded,spring-projects/spring-loaded,witekcc/spring-loaded,ksfzhaohui/spring-loaded,witekcc/spring-loaded,drunklite/spring-loaded,spring-projects/spring-loaded,drunklite/spring-loaded | /*
* Copyright 2010-2012 VMware and contributors
*
* 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... | springloaded/src/main/java/org/springsource/loaded/agent/SpringPlugin.java | /*
* Copyright 2010-2012 VMware and contributors
*
* 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... | Fix #80: NoSuchFieldException with Spring 4.1
| springloaded/src/main/java/org/springsource/loaded/agent/SpringPlugin.java | Fix #80: NoSuchFieldException with Spring 4.1 | |
Java | apache-2.0 | 34440e06efa3f157b6131d9244f6b9197237acc3 | 0 | DataTorrent/incubator-apex-malhar,ananthc/apex-malhar,PramodSSImmaneni/apex-malhar,prasannapramod/apex-malhar,chinmaykolhatkar/apex-malhar,vrozov/incubator-apex-malhar,siyuanh/apex-malhar,ilganeli/incubator-apex-malhar,skekre98/apex-mlhr,PramodSSImmaneni/incubator-apex-malhar,DataTorrent/Megh,chandnisingh/apex-malhar,s... | /*
* Copyright (c) 2012-2013 Malhar, Inc.
* All Rights Reserved.
*/
package com.malhartech.demos.yahoofinance;
import com.malhartech.api.ApplicationFactory;
import com.malhartech.api.DAG;
import com.malhartech.contrib.sqlite.SqliteStreamOperator;
import com.malhartech.lib.io.SmtpOutputOperator;
import com.malhart... | demos/src/main/java/com/malhartech/demos/yahoofinance/ApplicationWithAlert.java | /*
* Copyright (c) 2012-2013 Malhar, Inc.
* All Rights Reserved.
*/
package com.malhartech.demos.yahoofinance;
import com.malhartech.api.ApplicationFactory;
import com.malhartech.api.DAG;
import com.malhartech.contrib.sqlite.SqliteStreamOperator;
import com.malhartech.lib.io.SmtpOutputOperator;
import com.malhart... | corrected comment
| demos/src/main/java/com/malhartech/demos/yahoofinance/ApplicationWithAlert.java | corrected comment | |
Java | apache-2.0 | bc6101d49ed305cfb290910d0038446ad84f72b3 | 0 | Devlight/NavigationTabBar,DevLight-Mobile-Agency/NavigationTabBar | /*
* Copyright (C) 2015 Basil Miller
*
* 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... | library/src/main/java/com/gigamole/library/NavigationTabBar.java | /*
* Copyright (C) 2015 Basil Miller
*
* 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... | Add support for Vector Drawables
| library/src/main/java/com/gigamole/library/NavigationTabBar.java | Add support for Vector Drawables | |
Java | apache-2.0 | c2f49b7fe9b5508a835bc919b0cecc9996acd3bc | 0 | kobakei/Android-RateThisApp | /*
* Copyright 2013-2015 Keisuke Kobayashi
*
* 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... | ratethisapp/src/main/java/com/kobakei/ratethisapp/RateThisApp.java | /*
* Copyright 2013-2015 Keisuke Kobayashi
*
* 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... | Add cancelable option to configuration
| ratethisapp/src/main/java/com/kobakei/ratethisapp/RateThisApp.java | Add cancelable option to configuration | |
Java | apache-2.0 | ba76cf2a6e4d4e8c2b8c50fae79eb9f1ee9361fa | 0 | emqtt/mqtt-jmeter | package net.xmeter.gui;
import java.awt.BorderLayout;
import javax.swing.JPanel;
import org.apache.jmeter.gui.util.VerticalPanel;
import org.apache.jmeter.samplers.gui.AbstractSamplerGui;
import org.apache.jmeter.testelement.TestElement;
import org.apache.jorphan.logging.LoggingManager;
import org.apache.log.Logger;... | mqtt_jmeter/src/main/java/net/xmeter/gui/ConnectionSamplerUI.java | package net.xmeter.gui;
import java.awt.BorderLayout;
import javax.swing.JPanel;
import org.apache.jmeter.gui.util.VerticalPanel;
import org.apache.jmeter.samplers.gui.AbstractSamplerGui;
import org.apache.jmeter.testelement.TestElement;
import org.apache.jorphan.logging.LoggingManager;
import org.apache.log.Logger;... | add sampler label
| mqtt_jmeter/src/main/java/net/xmeter/gui/ConnectionSamplerUI.java | add sampler label | |
Java | apache-2.0 | 8147cba33019e8a26c34b671d92ab8c56e447aa2 | 0 | 4u7/couchbase-lite-java-core,Spotme/couchbase-lite-java-core,netsense-sas/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,couchbase/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,deleet/couchbase-lite-java-core,gotmyjobs/couchbase-lite-java-core | /**
* Original iOS version by Jens Alfke
* Ported to Android by Marty Schoch
*
* Copyright (c) 2012 Couchbase, Inc. 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
... | src/main/java/com/couchbase/lite/support/FileDirUtils.java | /**
* Original iOS version by Jens Alfke
* Ported to Android by Marty Schoch
*
* Copyright (c) 2012 Couchbase, Inc. 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
... | Issue #111 - Fix: Why does Database ever let this.name be null?
https://github.com/couchbase/couchbase-lite-java-core/issues/111
| src/main/java/com/couchbase/lite/support/FileDirUtils.java | Issue #111 - Fix: Why does Database ever let this.name be null? | |
Java | apache-2.0 | ad61b68192a7a0b37a4346eddc2dd57c4d11a98b | 0 | jduberville/AndEngine,duchien85/AndEngine,luoxiaoshenghustedu/AndEngine,godghdai/AndEngine,zcwk/AndEngine,yudhir/AndEngine,yaye729125/gles,jduberville/AndEngine,shiguang1120/AndEngine,viacheslavokolitiy/AndEngine,pongo710/AndEngine,pongo710/AndEngine,borrom/AndEngine,ericlaro/AndEngineLibrary,ericlaro/AndEngineLibrary,... | package org.anddev.andengine.entity.sprite;
import java.util.Arrays;
import org.anddev.andengine.opengl.texture.region.TiledTextureRegion;
import org.anddev.andengine.opengl.vertex.RectangleVertexBuffer;
import org.anddev.andengine.util.MathUtils;
import org.anddev.andengine.util.constants.TimeConstants;
pu... | src/org/anddev/andengine/entity/sprite/AnimatedSprite.java | package org.anddev.andengine.entity.sprite;
import java.util.Arrays;
import org.anddev.andengine.opengl.texture.region.TiledTextureRegion;
import org.anddev.andengine.opengl.vertex.RectangleVertexBuffer;
import org.anddev.andengine.util.MathUtils;
import org.anddev.andengine.util.constants.TimeConstants;
pu... | Dummy commit.
| src/org/anddev/andengine/entity/sprite/AnimatedSprite.java | Dummy commit. | |
Java | apache-2.0 | 15eb9fe02047a41e9523ebc736be729ede6bbc4a | 0 | otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice | package de.otto.edison.jobs.controller;
import de.otto.edison.jobs.domain.JobInfo;
import de.otto.edison.jobs.service.JobService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org... | edison-jobs/src/main/java/de/otto/edison/jobs/controller/JobsController.java | package de.otto.edison.jobs.controller;
import de.otto.edison.jobs.domain.JobInfo;
import de.otto.edison.jobs.service.JobService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org... | change default of joboverview to show distinct jobs
| edison-jobs/src/main/java/de/otto/edison/jobs/controller/JobsController.java | change default of joboverview to show distinct jobs | |
Java | apache-2.0 | 1ad1a4374e7b5a79d20c83d136cc79b688d33f56 | 0 | henry-newbie/CalendarView | package com.henry.calendarview;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Align;
import android.graphics.Paint.Style;
import and... | library/src/main/java/com/henry/calendarview/SimpleMonthView.java | package com.henry.calendarview;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Align;
import android.graphics.Paint.Style;
import and... | fix bug
| library/src/main/java/com/henry/calendarview/SimpleMonthView.java | fix bug | |
Java | apache-2.0 | e6a55250037e766d5f65fc2a1222d17996d2fbca | 0 | apache/rampart,apache/rampart | /*
* Copyright 2004,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 ap... | modules/rampart-trust/src/main/java/org/apache/rahas/RahasData.java | /*
* Copyright 2004,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 ap... | Fixed the problem of renewing a STS token not working - RAMPART-274
git-svn-id: 3a0daac14c5e6bfdff62a55945ca5e1dd585acf7@1051532 13f79535-47bb-0310-9956-ffa450edef68
| modules/rampart-trust/src/main/java/org/apache/rahas/RahasData.java | Fixed the problem of renewing a STS token not working - RAMPART-274 | |
Java | bsd-2-clause | 59f4df1d2d39e1dee5278626bd2efb16d4a56847 | 0 | mwilliamson/java-mammoth | package org.zwobble.mammoth.tests.docx;
import org.hamcrest.Matcher;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestFactory;
import org.zwobble.mammoth.internal.archives.Archive;
import org... | src/test/java/org/zwobble/mammoth/tests/docx/BodyXmlTests.java | package org.zwobble.mammoth.tests.docx;
import org.hamcrest.Matcher;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestFactory;
import org.zwobble.mammoth.internal.archives.Archive;
import org... | Explicitly set expected href in tests
| src/test/java/org/zwobble/mammoth/tests/docx/BodyXmlTests.java | Explicitly set expected href in tests | |
Java | bsd-2-clause | 8317959a7e1c2bb25bac73c9a58c7dd04db7a061 | 0 | girtel/Net2Plan,girtel/Net2Plan,girtel/Net2Plan | /*******************************************************************************
* Copyright (c) 2016 Pablo Pavon-Marino.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v2.1
* which accompanies this distribution, and is availa... | src/main/java/com/net2plan/interfaces/networkDesign/NetPlan.java | /*******************************************************************************
* Copyright (c) 2016 Pablo Pavon-Marino.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v2.1
* which accompanies this distribution, and is availa... | Solve a minor thing in the candidate 11 path creation method (remove an unused input parameter)
| src/main/java/com/net2plan/interfaces/networkDesign/NetPlan.java | Solve a minor thing in the candidate 11 path creation method (remove an unused input parameter) | |
Java | bsd-2-clause | 313aef4b565819739be5ee98b3418568b1f9901e | 0 | biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2012 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | core/data/src/main/java/imagej/data/display/DefaultImageCanvas.java | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2012 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... | Image canvas: eliminate duplicate code
| core/data/src/main/java/imagej/data/display/DefaultImageCanvas.java | Image canvas: eliminate duplicate code | |
Java | bsd-3-clause | 808d783707a7ba6aaaf759d89dde1f4cc19866b5 | 0 | datadryad/dans-bagit,datadryad/dans-bagit | package org.datadryad.dansbagit;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.log4j.Logger;
import java.io.*;
import java.security.DigestInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.text.SimpleDateFormat;... | src/main/java/org/datadryad/dansbagit/DANSBag.java | package org.datadryad.dansbagit;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.log4j.Logger;
import java.io.*;
import java.security.DigestInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.text.SimpleDateFormat;... | add metadata dim files to files.xml registry
| src/main/java/org/datadryad/dansbagit/DANSBag.java | add metadata dim files to files.xml registry | |
Java | bsd-3-clause | 02af42e84d5b89e63c63db9a9a27d9002312560d | 0 | Clunker5/tregmine-2.0,EmilHernvall/tregmine,EmilHernvall/tregmine,EmilHernvall/tregmine,Clunker5/tregmine-2.0 | package info.tregmine.inventoryspy;
//import net.minecraft.server.Item;
import org.bukkit.ChatColor;
import org.bukkit.GameMode;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Chest;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block... | InventorySpy/src/info/tregmine/inventoryspy/SpyPlayerListener.java | package info.tregmine.inventoryspy;
//import net.minecraft.server.Item;
import org.bukkit.ChatColor;
import org.bukkit.GameMode;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Chest;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block... | extended chest log
| InventorySpy/src/info/tregmine/inventoryspy/SpyPlayerListener.java | extended chest log | |
Java | bsd-3-clause | 10672c4e1b3e5a821b190f70da6ad490eb394c95 | 0 | krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen | package com.krishagni.catissueplus.core.de.ui;
import java.io.Writer;
import java.util.Map;
import java.util.Properties;
import edu.common.dynamicextensions.domain.nui.AbstractLookupControl;
public class UserControl extends AbstractLookupControl {
private static final long serialVersionUID = 1L;
private static f... | WEB-INF/src/com/krishagni/catissueplus/core/de/ui/UserControl.java | package com.krishagni.catissueplus.core.de.ui;
import java.io.Writer;
import java.util.Map;
import java.util.Properties;
import edu.common.dynamicextensions.domain.nui.AbstractLookupControl;
public class UserControl extends AbstractLookupControl {
private static final long serialVersionUID = 1L;
private static f... | OPSMN-2545
Issue: Name field in USER_VIEW is formed by concatenating first_name and last_name of user. But resultFormat of UserControl concats last_name and first_name.
Fix: Fixed by changing the resultFormat of UserControl to concat first_name and last_name.
| WEB-INF/src/com/krishagni/catissueplus/core/de/ui/UserControl.java | OPSMN-2545 | |
Java | apache-2.0 | 72905e8b7938630fcec55752213c4c8171296bdb | 0 | soarcn/COCO-Accessory | adapter/src/androidTest/java/com/cocosw/adapter/TestAdapter.java | package com.cocosw.adapter;
import android.app.Activity;
import android.database.Cursor;
/**
* Project: Accessory
* Created by LiaoKai(soarcn) on 2015/1/17.
*/
public class TestAdapter extends SingleTypeCursorAdapter {
public TestAdapter(Activity activity, Cursor cursor, int flags, int layoutResourceId) {
... | remove useless class
| adapter/src/androidTest/java/com/cocosw/adapter/TestAdapter.java | remove useless class | ||
Java | apache-2.0 | 4934f3968013ee55311367a01434d08339346feb | 0 | ThiagoGarciaAlves/encog-java-core,Crespo911/encog-java-core,spradnyesh/encog-java-core,danilodesousacubas/encog-java-core,SpenceSouth/encog-java-core,SpenceSouth/encog-java-core,ThiagoGarciaAlves/encog-java-core,Crespo911/encog-java-core,spradnyesh/encog-java-core,danilodesousacubas/encog-java-core,krzysztof-magosa/enc... | src/main/java/org/encog/neural/neat/training/opp/NEATMutate.java | package org.encog.neural.neat.training.opp;
import java.util.Random;
import org.encog.EncogError;
import org.encog.engine.network.activation.ActivationFunction;
import org.encog.mathutil.randomize.RandomChoice;
import org.encog.mathutil.randomize.RangeRandomizer;
import org.encog.ml.ea.genome.Genome;
import ... | Removed old class | src/main/java/org/encog/neural/neat/training/opp/NEATMutate.java | Removed old class | ||
Java | mit | c18e778b7a1bcfa23216012c458f35c57cbc528c | 0 | evosec/fotilo | package de.evosec.fotilo;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impor... | src/de/evosec/fotilo/CamFragment.java | package de.evosec.fotilo;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impor... | Add getContext() that calls getActivity() | src/de/evosec/fotilo/CamFragment.java | Add getContext() that calls getActivity() | |
Java | mit | b70492b56b29e52d2e35c2521ee98d2050b675a5 | 0 | DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,DeviceConnect/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/DeviceConnect-Android,TakayukiHoshi1984/De... | /*
DConnectMessageService.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.message;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.res.AssetM... | dConnectDevicePlugin/dConnectDevicePluginSDK/dconnect-device-plugin-sdk/src/main/java/org/deviceconnect/android/message/DConnectMessageService.java | /*
DConnectMessageService.java
Copyright (c) 2014 NTT DOCOMO,INC.
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
package org.deviceconnect.android.message;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.content.res.AssetM... | リリースビルド時にデバイスプラグインSDKのデバッグログをOFF。
| dConnectDevicePlugin/dConnectDevicePluginSDK/dconnect-device-plugin-sdk/src/main/java/org/deviceconnect/android/message/DConnectMessageService.java | リリースビルド時にデバイスプラグインSDKのデバッグログをOFF。 | |
Java | mit | 0878ccd9a73739aa931047fee5784dd9a73bb33c | 0 | lare96/luna | package io.luna.game.model;
import io.luna.game.GameService;
/**
* Manages global state as well as the various types in the
* {@code io.luna.game.model} package and subpackages.
*
* @author lare96 <http://github.org/lare96>
*/
public final class World {
// TODO: Manage global state in the Luna ... | src/main/io/luna/game/model/World.java | package io.luna.game.model;
import io.luna.game.GameService;
/**
* Manages global state as well as the various types in the
* {@code io.luna.game.model} package and subpackages.
*
* @author lare96 <http://github.org/lare96>
*/
public final class World {
/**
* The main game logic service.
... | TODO for the World.
| src/main/io/luna/game/model/World.java | TODO for the World. | |
Java | mit | 941155d21558101f5a6ae034ff26a58ab27c3140 | 0 | y20k/transistor,meonwax/transistor | /**
* PlayerService.java
* Implements the app's playback background service
* The player service does xyz
*
* This file is part of
* TRANSISTOR - Radio App for Android
*
* Copyright (c) 2015 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/
package org.y20k.transistor;
im... | app/src/main/java/org/y20k/transistor/PlayerService.java | /**
* PlayerService.java
* Implements the app's playback background service
* The player service does xyz
*
* This file is part of
* TRANSISTOR - Radio App for Android
*
* Copyright (c) 2015 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/
package org.y20k.transistor;
im... | oh boy. last commit was a stinker. caused all kinds of problems. rolling back a bit.
| app/src/main/java/org/y20k/transistor/PlayerService.java | oh boy. last commit was a stinker. caused all kinds of problems. rolling back a bit. | |
Java | mit | f90b451887dac2bf3cad2c80764d7cbcb0767b08 | 0 | AllTheTrees/CTCTrees | TreeLocatorFrame.java | import javax.swing.*;
import java.awt.*;
import java.io.IOException;
public class TreeLocatorFrame extends JFrame {
private TreeLocator tl;
public TreeLocatorFrame() {
}
public void init() {
buildUI();
}
public void buildUI() {
try {
tl = new TreeLocator(1200, 800)... | Delete TreeLocatorFrame.java | TreeLocatorFrame.java | Delete TreeLocatorFrame.java | ||
Java | epl-1.0 | e4c16348f2c8254714954d81992b767b9b7f75ff | 0 | spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4 | /*******************************************************************************
* Copyright (c) 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | vscode-extensions/vscode-concourse/src/test/java/org/springframework/ide/vscode/concourse/ConcourseEditorTest.java | /*******************************************************************************
* Copyright (c) 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | Fix failing test | vscode-extensions/vscode-concourse/src/test/java/org/springframework/ide/vscode/concourse/ConcourseEditorTest.java | Fix failing test | |
Java | agpl-3.0 | 966801af450ddb8123d5be138387889d420d9dfe | 0 | qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,ngaut/sql-layer,relateiq/sql-layer,shunwang/sql-layer-1,ngaut/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,relateiq/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,wfxiang08/sql-layer... | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | src/main/java/com/akiban/ais/model/SpaceHelper.java | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | Allow INT as well as DECIMAL for now.
| src/main/java/com/akiban/ais/model/SpaceHelper.java | Allow INT as well as DECIMAL for now. | |
Java | lgpl-2.1 | 3680ad9167d76dec34426191c0e29a4c39db3f18 | 0 | gytis/narayana,gytis/narayana,mmusgrov/narayana,jbosstm/narayana,gytis/narayana,mmusgrov/narayana,tomjenkinson/narayana,jbosstm/narayana,gytis/narayana,mmusgrov/narayana,tomjenkinson/narayana,gytis/narayana,tomjenkinson/narayana,jbosstm/narayana,gytis/narayana,mmusgrov/narayana,jbosstm/narayana,tomjenkinson/narayana | /*
* Copyright 2013, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subje... | ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/CommitMarkableResourceRecordRecoveryModule.java | /*
* Copyright 2013, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subje... | JBTM-2186 Make sure that when checking if a CMR was committed we do a scan on the CMR resource
| ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/recovery/arjunacore/CommitMarkableResourceRecordRecoveryModule.java | JBTM-2186 Make sure that when checking if a CMR was committed we do a scan on the CMR resource | |
Java | lgpl-2.1 | e654059cad135e6db3a4e7fc11275b9b7b1aa33e | 0 | cacheonix/cacheonix-core,cacheonix/cacheonix-core,cacheonix/cacheonix-core | /*
* Cacheonix Systems licenses this file to You under the LGPL 2.1
* (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.cacheonix.org/products/cacheonix/license-lgpl-2.1.htm
*
* Unless required by applicable law or agr... | src/org/cacheonix/impl/util/StringUtils.java | /*
* Cacheonix Systems licenses this file to You under the LGPL 2.1
* (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.cacheonix.org/products/cacheonix/license-lgpl-2.1.htm
*
* Unless required by applicable law or agr... | Refactoring: removed commented out code.
| src/org/cacheonix/impl/util/StringUtils.java | Refactoring: removed commented out code. | |
Java | lgpl-2.1 | 02e67eef2778709a87f692092af8f9d8ce11cc33 | 0 | brunobuzzi/orbeon-forms,wesley1001/orbeon-forms,evlist/orbeon-forms,joansmith/orbeon-forms,orbeon/orbeon-forms,evlist/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,evlist/orbeon-forms,tanbo800/orbeon-forms,tanbo800/orbeon-forms,wesley1001/orbeon-forms,wesley1001/orbeon-forms,joansmith/orbeon-forms,joansmith/... | /**
* Copyright (C) 2004 Orbeon, Inc.
*
* 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 version
* 2.1 of the License, or (at your option) any later version.
*
* This prog... | src/java/org/orbeon/oxf/processor/sql/SQLProcessor.java | /**
* Copyright (C) 2004 Orbeon, Inc.
*
* 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 version
* 2.1 of the License, or (at your option) any later version.
*
* This prog... | Use better empty document, so that XPath wrapper doesn't choke. The document will not be used anyway.
| src/java/org/orbeon/oxf/processor/sql/SQLProcessor.java | Use better empty document, so that XPath wrapper doesn't choke. The document will not be used anyway. | |
Java | apache-2.0 | a398a73fc8197f5267e80cb7569f32809e0f13dd | 0 | phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida | package ca.corefacility.bioinformatics.irida.ria.web.ajax.ontologies;
import java.util.Collection;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Re... | src/main/java/ca/corefacility/bioinformatics/irida/ria/web/ajax/ontologies/TaxonomyAjaxController.java | package ca.corefacility.bioinformatics.irida.ria.web.ajax.ontologies;
import java.util.Collection;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Re... | ��️ Update JavaDoc | src/main/java/ca/corefacility/bioinformatics/irida/ria/web/ajax/ontologies/TaxonomyAjaxController.java | ��️ Update JavaDoc | |
Java | apache-2.0 | bd3bf577fbd2061fef43889b24f8dbcf0fa33d16 | 0 | googleads/googleads-mobile-android-mediation | package com.google.ads.mediation.pangle.rtb;
import static com.google.ads.mediation.pangle.PangleConstants.ERROR_INVALID_BID_RESPONSE;
import static com.google.ads.mediation.pangle.PangleConstants.ERROR_INVALID_SERVER_PARAMETERS;
import static com.google.ads.mediation.pangle.PangleMediationAdapter.TAG;
import android... | ThirdPartyAdapters/pangle/pangle/src/main/java/com/google/ads/mediation/pangle/rtb/PangleRtbNativeAd.java | package com.google.ads.mediation.pangle.rtb;
import static com.google.ads.mediation.pangle.PangleConstants.ERROR_INVALID_BID_RESPONSE;
import static com.google.ads.mediation.pangle.PangleConstants.ERROR_INVALID_SERVER_PARAMETERS;
import static com.google.ads.mediation.pangle.PangleMediationAdapter.TAG;
import android... | [fix]Optimize comments
| ThirdPartyAdapters/pangle/pangle/src/main/java/com/google/ads/mediation/pangle/rtb/PangleRtbNativeAd.java | [fix]Optimize comments | |
Java | apache-2.0 | 000026350b21756c1dceba100a4b94c375a6fadc | 0 | bgroenks96/libgdx,Arcnor/libgdx,sarkanyi/libgdx,ninoalma/libgdx,BlueRiverInteractive/libgdx,nave966/libgdx,JFixby/libgdx,bladecoder/libgdx,kagehak/libgdx,PedroRomanoBarbosa/libgdx,lordjone/libgdx,del-sol/libgdx,BlueRiverInteractive/libgdx,309746069/libgdx,anserran/libgdx,gouessej/libgdx,bladecoder/libgdx,jsjolund/libgd... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:... | backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/AssetManager.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:... | Update Gwt AssetManager
| backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/AssetManager.java | Update Gwt AssetManager | |
Java | apache-2.0 | 3ec845660e554b1f9c8f926a669daf0094ca4239 | 0 | DevStreet/FinanceAnalytics,nssales/OG-Platform,McLeodMoores/starling,McLeodMoores/starling,codeaudit/OG-Platform,codeaudit/OG-Platform,jeorme/OG-Platform,jeorme/OG-Platform,ChinaQuants/OG-Platform,jerome79/OG-Platform,nssales/OG-Platform,McLeodMoores/starling,McLeodMoores/starling,jerome79/OG-Platform,ChinaQuants/OG-Pl... | /**
* Copyright (C) 2009 - 2010 by OpenGamma Inc.
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.model.option;
import com.opengamma.OpenGammaRuntimeException;
import com.opengamma.engine.ComputationTarget;
import com.opengamma.engine.ComputationTargetType;
import com.opengamm... | projects/OG-Financial/src/com/opengamma/financial/analytics/model/option/BlackScholesMertonModelFunction.java | /**
* Copyright (C) 2009 - 2010 by OpenGamma Inc.
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.model.option;
import com.opengamma.OpenGammaRuntimeException;
import com.opengamma.engine.ComputationTarget;
import com.opengamma.engine.ComputationTargetType;
import com.opengamm... | Removed unnecessary import.
| projects/OG-Financial/src/com/opengamma/financial/analytics/model/option/BlackScholesMertonModelFunction.java | Removed unnecessary import. | |
Java | apache-2.0 | 8a0f1f5e56a677bdc957201b15dc595ee77b266c | 0 | kishorejangid/manifoldcf,kishorejangid/manifoldcf,kishorejangid/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,kishorejangid/manifoldcf | /* $Id: LivelinkConnector.java 996524 2010-09-13 13:38:01Z kwright $ */
/**
* 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 Y... | connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java | /* $Id: LivelinkConnector.java 996524 2010-09-13 13:38:01Z kwright $ */
/**
* 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 Y... | Fix for livelink connector for CONNECTORS-1077.
git-svn-id: 4d319e5ed894aec93a653bc5b2159f21e28d8370@1633634 13f79535-47bb-0310-9956-ffa450edef68
| connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java | Fix for livelink connector for CONNECTORS-1077. | |
Java | apache-2.0 | 1aaa0a90287b46aee818520b4b5af8828fe10672 | 0 | INAETICS/Drones-Simulator,INAETICS/Drones-Simulator | package org.inaetics.dronessimulator.visualisation.messagehandlers;
import org.inaetics.dronessimulator.common.protocol.KillMessage;
import org.inaetics.dronessimulator.pubsub.api.Message;
import org.inaetics.dronessimulator.pubsub.api.MessageHandler;
import org.inaetics.dronessimulator.visualisation.BaseEntity;
impor... | implementation/visualisation/src/main/java/org/inaetics/dronessimulator/visualisation/messagehandlers/KillMessageHandler.java | package org.inaetics.dronessimulator.visualisation.messagehandlers;
import org.inaetics.dronessimulator.common.protocol.KillMessage;
import org.inaetics.dronessimulator.pubsub.api.Message;
import org.inaetics.dronessimulator.pubsub.api.MessageHandler;
import org.inaetics.dronessimulator.visualisation.BaseEntity;
impor... | Fixed bug where ordering of messages may cause a killmessage to arrive before a state message in visualisation. Due to this, something to kill might not have been there yet
| implementation/visualisation/src/main/java/org/inaetics/dronessimulator/visualisation/messagehandlers/KillMessageHandler.java | Fixed bug where ordering of messages may cause a killmessage to arrive before a state message in visualisation. Due to this, something to kill might not have been there yet | |
Java | apache-2.0 | 4f7b60d8fd45b089ba5e8cf13c0486a4cfc56456 | 0 | sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari,sekikn/ambari | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/ambari/metrics/core/timeline/TimelineMetricsFilterTest.java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | AMBARI-23811. TimelineMetricsFilterTest fails if dir name contains @ (#1237)
| ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/ambari/metrics/core/timeline/TimelineMetricsFilterTest.java | AMBARI-23811. TimelineMetricsFilterTest fails if dir name contains @ (#1237) | |
Java | apache-2.0 | cbfbae69945405573bea5dce436dce35e3a0a474 | 0 | arshadalisoomro/BroadleafCommerce,caosg/BroadleafCommerce,wenmangbo/BroadleafCommerce,macielbombonato/BroadleafCommerce,rawbenny/BroadleafCommerce,daniellavoie/BroadleafCommerce,ljshj/BroadleafCommerce,bijukunjummen/BroadleafCommerce,macielbombonato/BroadleafCommerce,sitexa/BroadleafCommerce,wenmangbo/BroadleafCommerce... | /*
* #%L
* BroadleafCommerce Framework Web
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | core/broadleaf-framework-web/src/main/java/org/broadleafcommerce/core/web/controller/account/BroadleafUpdateAccountController.java | /*
* #%L
* BroadleafCommerce Framework Web
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | BroadleafCommerce/QA#616 - updated BroadleafUpdateAccountController to properly log a customer in if the email is changed.
| core/broadleaf-framework-web/src/main/java/org/broadleafcommerce/core/web/controller/account/BroadleafUpdateAccountController.java | BroadleafCommerce/QA#616 - updated BroadleafUpdateAccountController to properly log a customer in if the email is changed. | |
Java | apache-2.0 | 4b0d2265b524c7020cd3de50f9bb3b6a460aa84a | 0 | nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web | package sg.ncl;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import org.apache.tomcat.util.codec.binary.Base64;
import org.j... | src/main/java/sg/ncl/MainController.java | package sg.ncl;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import org.apache.tomcat.util.codec.binary.Base64;
import org.j... | DEV-863 fix sonar errors
| src/main/java/sg/ncl/MainController.java | DEV-863 fix sonar errors | |
Java | apache-2.0 | 0ca5650d5071035b0e6fbf668a4e5d6ab463d5a7 | 0 | Hurence/log-island,Hurence/log-island | /**
* Copyright (C) 2016 Hurence (support@hurence.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 a... | logisland-components/logisland-services/logisland-service-elasticsearch/logisland-service-elasticsearch_6_6_2-client/src/integration-test/java/com/hurence/logisland/service/elasticsearch/Elasticsearch_6_6_2_ClientServiceIT.java | /**
* Copyright (C) 2016 Hurence (support@hurence.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 a... | Improved elasticsearch tests by initializing docker container once and not for each tests. Time passed from 1m11s to 11s.
| logisland-components/logisland-services/logisland-service-elasticsearch/logisland-service-elasticsearch_6_6_2-client/src/integration-test/java/com/hurence/logisland/service/elasticsearch/Elasticsearch_6_6_2_ClientServiceIT.java | Improved elasticsearch tests by initializing docker container once and not for each tests. Time passed from 1m11s to 11s. | |
Java | apache-2.0 | 245af014eef0cf2958de206a14ab7293ca90c9e0 | 0 | alexruiz/fest-reflect | /*
* Created on Oct 31, 2006
*
* 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... | src/main/java/org/fest/reflect/method/MethodInvoker.java | /*
* Created on Oct 31, 2006
*
* 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... | Minor changes. | src/main/java/org/fest/reflect/method/MethodInvoker.java | Minor changes. | |
Java | apache-2.0 | c9aac6d605285477913cf1b55c3005242329fac9 | 0 | adinardi/google-closure-compiler,bramstein/closure-compiler-inline,h4ck3rm1k3/javascript-closure-compiler-git,adinardi/google-closure-compiler,h4ck3rm1k3/javascript-closure-compiler-git,dound/google-closure-compiler,bramstein/closure-compiler-inline,knutwalker/google-closure-compiler,dound/google-closure-compiler,knutw... | /*
* Copyright 2009 The Closure Compiler 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... | src/com/google/javascript/jscomp/DefaultPassConfig.java | /*
* Copyright 2009 The Closure Compiler 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... |
Automated g4 rollback.
*** Reason for rollback ***
Breaks apps script.
*** Original change description ***
Implement a configuration Environment for JSAnalyzer
Current implementation supports configuring the Passes
Next phase is to collect the output.
R=acleung
Revision created by MOE tool push_codebase.
MOE_... | src/com/google/javascript/jscomp/DefaultPassConfig.java | ||
Java | apache-2.0 | af0f267ce455322ea6a3d187046a49847cdb217b | 0 | fstahnke/arx,RaffaelBild/arx,arx-deidentifier/arx,jgaupp/arx,kentoa/arx,kbabioch/arx,bitraten/arx,jgaupp/arx,bitraten/arx,fstahnke/arx,kbabioch/arx,kentoa/arx,arx-deidentifier/arx,RaffaelBild/arx | package org.deidentifier.arx.gui;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import org.deidentifier.arx.gui.view.SWTUtil;
import org.eclip... | src/gui/org/deidentifier/arx/gui/DebugResourceLeaks.java | package org.deidentifier.arx.gui;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.TreeMap;
import org.deidentifier.arx.gui.view.SWTUtil;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.DeviceData... | Refactor debug resource leaks class | src/gui/org/deidentifier/arx/gui/DebugResourceLeaks.java | Refactor debug resource leaks class | |
Java | apache-2.0 | caecfc0b3d9fd3f91a840a3027a1980d664f2339 | 0 | pabloalba/SaveTheBunny | package es.seastorm.merlin;
public class Constants {
public static float WIDTH = 1280;
public static float HEIGHT = 720;
public static int FLOOR_SIZE = 80;
public static int LABYRINT_WIDTH = 9;
public static int LABYRINT_HEIGHT = 9;
public static int ANIMAL_BUNNY = 5;
public static int AN... | core/src/es/seastorm/merlin/Constants.java | package es.seastorm.merlin;
public class Constants {
public static float WIDTH = 1280;
public static float HEIGHT = 720;
public static int FLOOR_SIZE = 80;
public static int LABYRINT_WIDTH = 9;
public static int LABYRINT_HEIGHT = 9;
public static int ANIMAL_BUNNY = 5;
public static int AN... | Change fox levels
| core/src/es/seastorm/merlin/Constants.java | Change fox levels | |
Java | apache-2.0 | 752d23f719ae73266fe504558934efee5833314c | 0 | tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki | /*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001-2002 Janne Jalkanen (Janne.Jalkanen@iki.fi)
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 version 2.1... | src/com/ecyrd/jspwiki/WikiEngine.java | /*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001-2002 Janne Jalkanen (Janne.Jalkanen@iki.fi)
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 version 2.1... | jspwiki.properties were not closed after they had been loaded. This
causes problems with WebLogic, e.g.
git-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622937 13f79535-47bb-0310-9956-ffa450edef68
| src/com/ecyrd/jspwiki/WikiEngine.java | jspwiki.properties were not closed after they had been loaded. This causes problems with WebLogic, e.g. | |
Java | apache-2.0 | 69b504d7f952bdfba736ce2b6af88ab4cf90adf1 | 0 | fj11/jmeter,kyroskoh/jmeter,thomsonreuters/jmeter,hizhangqi/jmeter-1,d0k1/jmeter,vherilier/jmeter,vherilier/jmeter,kschroeder/jmeter,irfanah/jmeter,etnetera/jmeter,kyroskoh/jmeter,hemikak/jmeter,ra0077/jmeter,ThiagoGarciaAlves/jmeter,ubikloadpack/jmeter,kschroeder/jmeter,max3163/jmeter,hizhangqi/jmeter-1,irfanah/jmeter... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/core/org/apache/jmeter/JMeter.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 ... | Report if cannot connect to remote server
git-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@585635 13f79535-47bb-0310-9956-ffa450edef68
| src/core/org/apache/jmeter/JMeter.java | Report if cannot connect to remote server | |
Java | bsd-3-clause | a83b0dd1f00e4de58b100577650cb77f65fcc0f1 | 0 | TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird | package edu.cmu.minorthird.util;
/** Stores the version number as: <br>
* <br>
* Version # Format: Version#.Year.Month.Day <br>
* <br>
* Version History:
* <hr>
* <table border="0">
* <tr valign=top><td align="right">1.5.7.15</td>
* <td align="left">
* - First Version to be checked in.... | src/edu/cmu/minorthird/util/Version.java | package edu.cmu.minorthird.util;
/** Stores the version number as: <br>
* <br>
* Version # Format: Version#.Year.Month.Day <br>
* <br>
* Version History:
* <hr>
* <table border="0">
* <tr valign=top><td align="right">1.5.7.15</td>
* <td align="left">
* - First Version to be checked in. <br>
* ... | Added version 13.7.10.8.
| src/edu/cmu/minorthird/util/Version.java | Added version 13.7.10.8. | |
Java | bsd-3-clause | 9cad5e84cebf6fa4f41277342b9ac91d7b3167eb | 0 | joansmith/tripleplay,tomfisher/tripleplay,tomfisher/tripleplay,tomfisher/tripleplay,joansmith/tripleplay,joansmith/tripleplay,joansmith/tripleplay,tomfisher/tripleplay,tomfisher/tripleplay,joansmith/tripleplay | //
// Triple Play - utilities for use in PlayN-based games
// Copyright (c) 2011, Three Rings Design, Inc. - All rights reserved.
// http://github.com/threerings/tripleplay/blob/master/LICENSE
package tripleplay.ui;
import pythagoras.f.Dimension;
import pythagoras.f.IDimension;
/**
* An invisible widget that simply... | core/src/main/java/tripleplay/ui/Shim.java | //
// Triple Play - utilities for use in PlayN-based games
// Copyright (c) 2011, Three Rings Design, Inc. - All rights reserved.
// http://github.com/threerings/tripleplay/blob/master/LICENSE
package tripleplay.ui;
import pythagoras.f.Dimension;
/**
* An invisible widget that simply requests a fixed amount of spac... | Accept a Dimension for our size.
| core/src/main/java/tripleplay/ui/Shim.java | Accept a Dimension for our size. | |
Java | mit | d108e65051e2492d88a8c6f277cb755dbd7c5650 | 0 | luckydonald/JavaPipBoyServer | /**
* Created by luckydonald on 11.02.16.
*/
import de.luckydonald.pipboyserver.PipBoyServer.*;
import de.luckydonald.pipboyserver.PipBoyServer.exceptions.AlreadyInsertedException;
import de.luckydonald.pipboyserver.PipBoyServer.exceptions.AlreadyTakenException;
import de.luckydonald.pipboyserver.PipBoyServer.excepti... | src/test/java/DatabaseTest.java | /**
* Created by luckydonald on 11.02.16.
*/
import de.luckydonald.pipboyserver.PipBoyServer.*;
import de.luckydonald.pipboyserver.PipBoyServer.exceptions.AlreadyInsertedException;
import de.luckydonald.pipboyserver.PipBoyServer.exceptions.AlreadyTakenException;
import de.luckydonald.pipboyserver.PipBoyServer.excepti... | Test for some commands.
| src/test/java/DatabaseTest.java | Test for some commands. | |
Java | mit | 8246562afc0444215f0764ef4bd0cd006525ef22 | 0 | ramswaroop/botkit,ramswaroop/botkit | package me.ramswaroop.jbot.core.slack;
import com.fasterxml.jackson.databind.ObjectMapper;
import me.ramswaroop.jbot.core.common.BaseBot;
import me.ramswaroop.jbot.core.common.BotWebSocketHandler;
import me.ramswaroop.jbot.core.common.Controller;
import me.ramswaroop.jbot.core.common.EventType;
import me.ramswaroop.jb... | jbot/src/main/java/me/ramswaroop/jbot/core/slack/Bot.java | package me.ramswaroop.jbot.core.slack;
import com.fasterxml.jackson.databind.ObjectMapper;
import me.ramswaroop.jbot.core.common.BaseBot;
import me.ramswaroop.jbot.core.common.BotWebSocketHandler;
import me.ramswaroop.jbot.core.common.Controller;
import me.ramswaroop.jbot.core.common.EventType;
import me.ramswaroop.jb... | Update jbot/src/main/java/me/ramswaroop/jbot/core/slack/Bot.java
Co-Authored-By: nmorenor <22d94d00383906f293cf3b13d8384e79eaf9f9ac@gmail.com> | jbot/src/main/java/me/ramswaroop/jbot/core/slack/Bot.java | Update jbot/src/main/java/me/ramswaroop/jbot/core/slack/Bot.java | |
Java | mit | 30ae4c6ea7958587ec86808e373e07cfc59cd51d | 0 | KosherBacon/Buffons-Needle-Problem |
public class BuffonsNeedle {
public static void main(String[] args) {
int l = 1, d = 1; // Define length of needle and distance
int w = 2 * d, h = d;
YesOther yo = new YesOther();
boolean running = true;
Center c = (x,theta) -> {return new Point(x,theta % 90D);};
Runnable r = new Runnabl... | src/BuffonsNeedle.java |
public class BuffonsNeedle {
public static void main(String[] args) {
int l = 1, d = 1; // Define length of needle and distance
int w = 2 * d, h = d;
YesOther yo = new YesOther();
boolean running = true;
Center c = (x,theta) -> {return new Point(x,theta);};
Runnable r = new Runnable() {
... | Started between check
| src/BuffonsNeedle.java | Started between check | |
Java | agpl-3.0 | 97076447239b29ad3bd6e77f29bc5240034cb62b | 0 | sba1/simpledance | /**
* @author Standard
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class GraphicsData
{
/* 21cm hoch */
static private int l... | src/main/java/GraphicsData.java | /**
* @author Standard
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class GraphicsData
{
/* 21cm hoch */
static private int l... | Calculate the y size of the feet corectly. Adjusted real size accordingly.
| src/main/java/GraphicsData.java | Calculate the y size of the feet corectly. Adjusted real size accordingly. | |
Java | lgpl-2.1 | 9a199ebaf8c1bf65dc4e7d556c48969acc890081 | 0 | netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration | /*$Id$
* $Revision$
* $Author$
* $Date$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2012 The Royal Danish Library, the Danish State and
* University Library, the National Library of France and the Austrian
* National Library.
*
* This library is free software; you can redistr... | src/dk/netarkivet/common/Constants.java | /*$Id$
* $Revision$
* $Author$
* $Date$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2012 The Royal Danish Library, the Danish State and
* University Library, the National Library of France and the Austrian
* National Library.
*
* This library is free software; you can redistr... | CODEFREEZE for development release 3.19.0 now in effect
| src/dk/netarkivet/common/Constants.java | CODEFREEZE for development release 3.19.0 now in effect | |
Java | lgpl-2.1 | cb8fca52e7b32e3ca3c541551e7ff5b1136c2be3 | 0 | guillaume-alvarez/ShapeOfThingsThatWere | package com.galvarez.ttw.screens;
import static java.lang.Math.max;
import static java.lang.String.format;
import java.util.Map;
import java.util.Map.Entry;
import com.artemis.Entity;
import com.artemis.World;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.galvarez.ttw.ThingsThatWereGame;
import com.ga... | core/src/com/galvarez/ttw/screens/DiscoveryMenuScreen.java | package com.galvarez.ttw.screens;
import static java.lang.Math.max;
import static java.lang.String.format;
import java.util.Map;
import java.util.Map.Entry;
import com.artemis.Entity;
import com.artemis.World;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.galvarez.ttw.ThingsThatWereGame;
import com.ga... | Let change current research, fix #38. | core/src/com/galvarez/ttw/screens/DiscoveryMenuScreen.java | Let change current research, fix #38. | |
Java | lgpl-2.1 | 4db0ae21fbdafdd5ad40154320d378bc462b26e8 | 0 | netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration | /*$Id$
* $Revision$
* $Author$
* $Date$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2007 Det Kongelige Bibliotek and Statsbiblioteket, Denmark
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens... | src/dk/netarkivet/common/Constants.java | /*$Id$
* $Revision$
* $Author$
* $Date$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2007 Det Kongelige Bibliotek and Statsbiblioteket, Denmark
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens... | Codefreeze for 3.5.1 (will be released as 3.6.0)
| src/dk/netarkivet/common/Constants.java | Codefreeze for 3.5.1 (will be released as 3.6.0) | |
Java | lgpl-2.1 | a944d4d75cb928348dd9ca24fea68bd8ef3fcf97 | 0 | cwarden/kettle,juanmjacobs/kettle,juanmjacobs/kettle,cwarden/kettle,cwarden/kettle,juanmjacobs/kettle | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | src/org/pentaho/di/trans/TransMeta.java | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | PDI-832 : caching of metadata when traversing the workflow
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@6757 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/trans/TransMeta.java | PDI-832 : caching of metadata when traversing the workflow | |
Java | lgpl-2.1 | 9bfc5fe615dd7bb8f9d5c4d6e80e63746c66be2b | 0 | jbosstm/jboss-transaction-spi | /*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | src/main/java/org/jboss/tm/TxUtils.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | [JBTM-1556] new method to determine TM reaper timeout threads
| src/main/java/org/jboss/tm/TxUtils.java | [JBTM-1556] new method to determine TM reaper timeout threads | |
Java | apache-2.0 | cc367ffcf1ae3fa143b67d691f9760788f01708d | 0 | Genymobile/gnirehtet,JonnyShuali/gnirehtet,Genymobile/gnirehtet,WPO-Foundation/gnirehtet,WPO-Foundation/gnirehtet,WPO-Foundation/gnirehtet,WPO-Foundation/gnirehtet,Genymobile/gnirehtet,JonnyShuali/gnirehtet | package com.genymobile.gnirehtet;
import android.net.VpnService;
import android.util.Log;
import java.io.FileDescriptor;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
i... | app/src/main/java/com/genymobile/gnirehtet/Forwarder.java | package com.genymobile.gnirehtet;
import android.net.VpnService;
import android.util.Log;
import java.io.FileDescriptor;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.InetAddress;
import java.net.UnknownHostException... | Wake up blocking read() using a single UDP packet
In order to wake up a blocking read() on VPN, we triggered a name
resolution request, that in turn sent a UDP packet.
However, a name resolution may send several UDP packets successively,
because it retries if it gets no response. In that case, some UDP
packets may ac... | app/src/main/java/com/genymobile/gnirehtet/Forwarder.java | Wake up blocking read() using a single UDP packet | |
Java | apache-2.0 | d8f6c47c0ece6f164e7f314d1500d6d5c5dd297a | 0 | mgormley/pacaya,mgormley/pacaya | package edu.jhu.hltcoe;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
im... | src/edu/jhu/hltcoe/PipelineRunner.java | package edu.jhu.hltcoe;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.CommandLineParser;
import org.apache.commons.cli.HelpFormatter;
im... | Printing out usage error message.
git-svn-id: e0d426d5bc6690521be35eb4f63eeada706d4dc7@436 0408881f-cb4b-4750-8b71-c94bcb194269
| src/edu/jhu/hltcoe/PipelineRunner.java | Printing out usage error message. | |
Java | apache-2.0 | 6110e2bffb27a8f809c8406c189c2aff82eba017 | 0 | traneio/future,traneio/future | package io.trane.future;
import static java.util.stream.Collectors.toList;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import j... | future-java/src/test/java/io/trane/future/FutureTest.java | package io.trane.future;
import static java.util.stream.Collectors.toList;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import j... | fix flaky test
| future-java/src/test/java/io/trane/future/FutureTest.java | fix flaky test | |
Java | apache-2.0 | 4eb22489a20c0ca5e3e5f1dff72b6bd446349035 | 0 | bodar/totallylazy,bodar/totallylazy,bodar/totallylazy | package com.googlecode.totallylazy;
import com.googlecode.totallylazy.iterators.NodeIterator;
import com.googlecode.totallylazy.iterators.PoppingIterator;
import org.w3c.dom.Attr;
import org.w3c.dom.CharacterData;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.Node... | src/com/googlecode/totallylazy/Xml.java | package com.googlecode.totallylazy;
import com.googlecode.totallylazy.iterators.NodeIterator;
import com.googlecode.totallylazy.iterators.PoppingIterator;
import org.w3c.dom.Attr;
import org.w3c.dom.CharacterData;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.Node... | added Xml.asString overload to allow xml declaration
| src/com/googlecode/totallylazy/Xml.java | added Xml.asString overload to allow xml declaration | |
Java | apache-2.0 | aec8675a8aa8258a086c255eec445445fec9a19e | 0 | TeamDev-Ltd/JxMaps-Examples | /*
* Copyright (c) 2000-2016 TeamDev Ltd. All rights reserved.
* Use is subject to Apache 2.0 license terms.
*/
package com.teamdev.jxmaps.demo;
import com.teamdev.jxmaps.examples.ControlPanel;
import javax.swing.*;
import javax.swing.event.HyperlinkEvent;
import javax.swing.event.HyperlinkListener;
import java.aw... | src/com/teamdev/jxmaps/demo/AboutPanel.java | /*
* Copyright (c) 2000-2016 TeamDev Ltd. All rights reserved.
* Use is subject to Apache 2.0 license terms.
*/
package com.teamdev.jxmaps.demo;
import com.teamdev.jxmaps.examples.ControlPanel;
import javax.swing.*;
import javax.swing.event.HyperlinkEvent;
import javax.swing.event.HyperlinkListener;
import java.aw... | About dialog updated
| src/com/teamdev/jxmaps/demo/AboutPanel.java | About dialog updated | |
Java | apache-2.0 | cf0ed8de622561f68c2083e6185099f0a149b652 | 0 | HanSolo/tilesfx,HanSolo/tilesfx,HanSolo/tilesfx | /*
* Copyright (c) 2016 by Gerrit Grunwald
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | src/main/java/eu/hansolo/tilesfx/tools/MovingAverage.java | /*
* Copyright (c) 2016 by Gerrit Grunwald
*
* 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... | Added possibility to set averaging period in MovingAverage
| src/main/java/eu/hansolo/tilesfx/tools/MovingAverage.java | Added possibility to set averaging period in MovingAverage | |
Java | bsd-2-clause | eebe2edca8542918bd42d9494efbe0dd7834c7b3 | 0 | chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio | /*
* Copyright (c) 2003-2008 jMonkeyEngine
* 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 ... | src/com/jme/scene/Geometry.java | /*
* Copyright (c) 2003-2008 jMonkeyEngine
* 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 ... | Patch for issue #4 reported at jme's googlecode site.
git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@3972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| src/com/jme/scene/Geometry.java | Patch for issue #4 reported at jme's googlecode site. | |
Java | bsd-2-clause | 230c584ca482256d17c222234fddcc2bf261a3c8 | 0 | tempbottle/jodd,mohanaraosv/jodd,javachengwc/jodd,wsldl123292/jodd,mosoft521/jodd,mosoft521/jodd,Artemish/jodd,javachengwc/jodd,vilmospapp/jodd,wjw465150/jodd,vilmospapp/jodd,oblac/jodd,oblac/jodd,tempbottle/jodd,southwolf/jodd,mohanaraosv/jodd,tempbottle/jodd,vilmospapp/jodd,Artemish/jodd,Artemish/jodd,southwolf/jodd,... | // Copyright (c) 2003-2010, Jodd Team (jodd.org). All Rights Reserved.
package jodd.jtx.worker;
import jodd.jtx.JtxTransactionManager;
import jodd.jtx.JtxTransaction;
import jodd.jtx.JtxTransactionMode;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Lean transaction worker helps dealing transactions... | mod/jodd-wot/src/jodd/jtx/worker/LeanTransactionWorker.java | // Copyright (c) 2003-2010, Jodd Team (jodd.org). All Rights Reserved.
package jodd.jtx.worker;
import jodd.jtx.JtxTransactionManager;
import jodd.jtx.JtxTransaction;
import jodd.jtx.JtxTransactionMode;
/**
* Lean transaction worker helps dealing transactions when they were requested
* in several places, usually i... | added log! it was missing on rollback
| mod/jodd-wot/src/jodd/jtx/worker/LeanTransactionWorker.java | added log! it was missing on rollback | |
Java | bsd-3-clause | 1e20b03931f115798d52b4f41fdd6a341774ac26 | 0 | svn2github/semanticvectors,svn2github/semanticvectors,svn2github/semanticvectors,svn2github/semanticvectors | /**
Copyright (c) 2009, the SemanticVectors AUTHORS.
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 lis... | src/main/java/pitt/search/semanticvectors/FlagConfig.java | /**
Copyright (c) 2009, the SemanticVectors AUTHORS.
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 lis... | Utility method added to allow other classes to change the ExpandSearchSpace option in a FlagConfig without reconfiguring it entirely
git-svn-id: 08ea2b8556b98ff0c759f891b20f299445ddff2f@1151 483481f0-a63c-0410-a8a8-396719eec1a4
| src/main/java/pitt/search/semanticvectors/FlagConfig.java | Utility method added to allow other classes to change the ExpandSearchSpace option in a FlagConfig without reconfiguring it entirely | |
Java | mit | b42e1318d14fdf61c9ce5b58febf30b6af7661c3 | 0 | davidfialho14/bgp-simulator | package simulators;
import core.Link;
import core.Router;
import io.reporters.Reporter;
import java.io.IOException;
/**
* A simulator is used to do the actual simulation. It is a template class that takes a simulation setup
* and executes teh necessary steps to start a simulation: setup, start, and cleanup.
*/
pu... | src/simulators/Simulator.java | package simulators;
import core.Link;
import core.Router;
import io.reporters.Reporter;
import java.io.IOException;
/**
* A simulator is used to do the actual simulation. It is a template class that takes a simulation setup
* and executes teh necessary steps to start a simulation: setup, start, and cleanup.
*/
pu... | Fixed bug: there was a difference of times when the destination was a stub
| src/simulators/Simulator.java | Fixed bug: there was a difference of times when the destination was a stub | |
Java | mit | 356237bd60e8072b53cefe3a6891d51fcdcabcd8 | 0 | mopsalarm/Pr0,mopsalarm/Pr0,mopsalarm/Pr0 | package com.pr0gramm.app.ui;
import android.view.MotionEvent;
import android.view.View;
import rx.functions.Action0;
/**
* Detects single taps.
*/
public class DetectTapTouchListener implements View.OnTouchListener {
private final Action0 consumer;
private boolean moveOccurred;
private float firstX;
... | app/src/main/java/com/pr0gramm/app/ui/DetectTapTouchListener.java | package com.pr0gramm.app.ui;
import android.view.MotionEvent;
import android.view.View;
import rx.functions.Action0;
/**
* Detects single taps.
*/
public class DetectTapTouchListener implements View.OnTouchListener {
private final Action0 consumer;
private boolean moveOccurred;
private DetectTapTouchL... | Improve tap detection
| app/src/main/java/com/pr0gramm/app/ui/DetectTapTouchListener.java | Improve tap detection | |
Java | mit | 43a59b966a8ca2c0de7373699bbaff005caa0dd9 | 0 | beepscore/Sunshine | package com.beepscore.android.sunshine;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.CursorLoader;
import android.support.v4.content... | app/src/main/java/com/beepscore/android/sunshine/ForecastFragment.java | package com.beepscore.android.sunshine;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
... | In ForecastFragment initLoader with LOADER_ID, implement LoaderCallbacks.
In onOptionsItemSelected refresh delete old forecasts.
| app/src/main/java/com/beepscore/android/sunshine/ForecastFragment.java | In ForecastFragment initLoader with LOADER_ID, implement LoaderCallbacks. | |
Java | mit | 63e0fd233e9595c9d7bee1d7bf71294b1745de74 | 0 | netdxy/java-sdk,dennisit/java-sdk,airingursb/java-sdk,sxci/java-sdk,qiniu/java-sdk,simon-liubin/java-sdk,lhcpig/java-sdk | package com.qiniu.storage;
import com.qiniu.common.Config;
import com.qiniu.common.QiniuException;
import com.qiniu.http.Client;
import com.qiniu.http.Response;
import com.qiniu.util.StringMap;
import java.io.File;
/**
* 七牛文件上传管理器
* <p/>
* 一般默认可以使用这个类的方法来上传数据和文件。这个类自动检测文件的大小,
* 只要超过了{@link com.qiniu.common.Confi... | src/main/java/com/qiniu/storage/UploadManager.java | package com.qiniu.storage;
import com.qiniu.common.Config;
import com.qiniu.common.QiniuException;
import com.qiniu.http.Client;
import com.qiniu.http.Response;
import com.qiniu.util.StringMap;
import java.io.File;
/**
* 七牛文件上传管理器
* <p/>
* 一般默认可以使用这个类的方法来上传数据和文件。这个类自动检测文件的大小,
* 只要超过了{@link com.qiniu.common.Confi... | fixed param put
| src/main/java/com/qiniu/storage/UploadManager.java | fixed param put | |
Java | mit | cab67e0dae8d90765217790dc18e9e548093987a | 0 | vincentzhang96/VahrhedralBot | package co.phoenixlab.discord.api;
import co.phoenixlab.common.lang.SafeNav;
import co.phoenixlab.discord.api.entities.*;
import co.phoenixlab.discord.api.event.LogInEvent;
import co.phoenixlab.discord.api.event.UserUpdateEvent;
import co.phoenixlab.discord.api.event.WebSocketCloseEvent;
import co.phoenixlab.discord.c... | src/main/java/co/phoenixlab/discord/api/DiscordApiClient.java | package co.phoenixlab.discord.api;
import co.phoenixlab.common.lang.SafeNav;
import co.phoenixlab.discord.api.entities.*;
import co.phoenixlab.discord.api.event.LogInEvent;
import co.phoenixlab.discord.api.event.UserUpdateEvent;
import co.phoenixlab.discord.api.event.WebSocketCloseEvent;
import co.phoenixlab.discord.c... | Try matching username after failing nickname
| src/main/java/co/phoenixlab/discord/api/DiscordApiClient.java | Try matching username after failing nickname | |
Java | mpl-2.0 | b7b0611875ba4ed6bef7da58b8346d1cb65b640b | 0 | gertux/LiPaMP,gertux/LiPaMP | package be.hobbiton.maven.lipamp.deb;
import be.hobbiton.maven.lipamp.common.*;
import be.hobbiton.maven.lipamp.common.ArchiveEntry.ArchiveEntryType;
import org.apache.commons.compress.archivers.ar.ArArchiveEntry;
import org.apache.commons.compress.archivers.ar.ArArchiveOutputStream;
import org.apache.commons.compress... | src/main/java/be/hobbiton/maven/lipamp/deb/DebianPackage.java | package be.hobbiton.maven.lipamp.deb;
import be.hobbiton.maven.lipamp.common.*;
import be.hobbiton.maven.lipamp.common.ArchiveEntry.ArchiveEntryType;
import org.apache.commons.compress.archivers.ar.ArArchiveEntry;
import org.apache.commons.compress.archivers.ar.ArArchiveOutputStream;
import org.apache.commons.compress... | close files early, closes #9
| src/main/java/be/hobbiton/maven/lipamp/deb/DebianPackage.java | close files early, closes #9 | |
Java | agpl-3.0 | c6071eac248c41f0004b6be8356b32968a33c6f4 | 0 | qiuyesuifeng/sql-layer,relateiq/sql-layer,relateiq/sql-layer,qiuyesuifeng/sql-layer,shunwang/sql-layer-1,relateiq/sql-layer,relateiq/sql-layer,wfxiang08/sql-layer-1,wfxiang08/sql-layer-1,jaytaylor/sql-layer,qiuyesuifeng/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,shunwang/sql-layer-1,wfxiang08/sq... | package com.akiban.cserver.itests.bugs.bug695495;
import com.akiban.ais.model.Index;
import com.akiban.ais.model.IndexColumn;
import com.akiban.ais.model.UserTable;
import com.akiban.cserver.InvalidOperationException;
import com.akiban.cserver.api.ddl.ParseException;
import com.akiban.cserver.itests.ApiTestBase;
impor... | src/test/java/com/akiban/cserver/itests/bugs/bug695495/IndexNamesIT.java | package com.akiban.cserver.itests.bugs.bug695495;
import com.akiban.ais.model.Index;
import com.akiban.ais.model.IndexColumn;
import com.akiban.ais.model.UserTable;
import com.akiban.cserver.InvalidOperationException;
import com.akiban.cserver.api.ddl.ParseException;
import com.akiban.cserver.itests.ApiTestBase;
impor... | Pretty debug output. | src/test/java/com/akiban/cserver/itests/bugs/bug695495/IndexNamesIT.java | Pretty debug output. | |
Java | lgpl-2.1 | 5617713c48f5b86fd8b361060bbe257cd8ea651b | 0 | gallardo/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (C) Alkacon Software (http://www.alkacon.com)
*
* 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... | src-gwt/org/opencms/acacia/client/entity/CmsEntityBackend.java | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (C) Alkacon Software (http://www.alkacon.com)
*
* 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... | Improved attribute element selection. | src-gwt/org/opencms/acacia/client/entity/CmsEntityBackend.java | Improved attribute element selection. | |
Java | lgpl-2.1 | 126fe5666ee8dd4569f71a81ece803fbe9bce3d8 | 0 | Fussel/distributed | /*
* 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 distributed.dto;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.table.DatabaseTable;
import java.io.Seri... | Distributed/src/distributed/dto/PrivateMessage.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 distributed.dto;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.table.DatabaseTable;
import java.io.Seri... | PrivateMessage equals and hash added | Distributed/src/distributed/dto/PrivateMessage.java | PrivateMessage equals and hash added | |
Java | apache-2.0 | b7d5d4d3dd046ab8e68634c39420182223deff35 | 0 | getlantern/lantern-java,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,ge... | package org.lantern;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Map;
import org.apache.commons.lang.SystemUtils;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.Display;
impor... | src/main/java/org/lantern/SystemTrayImpl.java | package org.lantern;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Map;
import org.apache.commons.lang.SystemUtils;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.widgets.Display;
impor... | Change wording of quit item to "Quit Lantern" #134
| src/main/java/org/lantern/SystemTrayImpl.java | Change wording of quit item to "Quit Lantern" #134 | |
Java | apache-2.0 | 27d37382c4a8e570d502d2721f72d4ad212a3f35 | 0 | au-research/ANDS-RIFCS-API | /**
* Date Modified: $Date: 2012-04-04 12:13:39 +1000 (Wed, 04 Apr 2012) $
* Version: $Revision: 1695 $
*
* Copyright 2009 The Australian National University (ANU)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | src/org/ands/rifcs/base/CitationMetadata.java | /**
* Date Modified: $Date: 2012-04-04 12:13:39 +1000 (Wed, 04 Apr 2012) $
* Version: $Revision: 1695 $
*
* Copyright 2009 The Australian National University (ANU)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | Fix all Javadoc problems in CitationMetadata.java
| src/org/ands/rifcs/base/CitationMetadata.java | Fix all Javadoc problems in CitationMetadata.java | |
Java | apache-2.0 | 8df37508e06143a52c861612b6d708f5be462650 | 0 | jackscott/storm-graphite,Crim/storm-graphite,pugna0/storm-graphite,verisign/storm-graphite | /*
* Copyright 2014 VeriSign, Inc.
*
* VeriSign licenses this file to you under the Apache License, version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | src/main/java/com/verisign/storm/metrics/GraphiteMetricsConsumer.java | /*
* Copyright 2014 VeriSign, Inc.
*
* VeriSign licenses this file to you under the Apache License, version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Storm 0.10's new connection metrics: add link to GH issue
| src/main/java/com/verisign/storm/metrics/GraphiteMetricsConsumer.java | Storm 0.10's new connection metrics: add link to GH issue | |
Java | apache-2.0 | c7e87485c290c4b00a8e33cfa078ec872719440c | 0 | jasonsparc/Chemistry | package io.jasonsparc.chemistry;
import android.support.annotation.AnyRes;
import android.support.annotation.LayoutRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.view.ViewGroup;
import java.util.Array... | library/src/main/java/io/jasonsparc/chemistry/BasicChemistry.java | package io.jasonsparc.chemistry;
import android.support.annotation.AnyRes;
import android.support.annotation.LayoutRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.view.ViewGroup;
import java.util.Array... | Rename boiler-providing method to its actual outcome
| library/src/main/java/io/jasonsparc/chemistry/BasicChemistry.java | Rename boiler-providing method to its actual outcome | |
Java | apache-2.0 | 228453e4c30affef7187a13900be8eb19ac7549d | 0 | Tycheo/coffeemud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,Tycheo/coffeemud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,sfunk1x/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,bozimmerma... | package com.planet_ink.coffee_mud.application;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMSecurity.DbgFlag;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.... | com/planet_ink/coffee_mud/application/MUD.java | package com.planet_ink.coffee_mud.application;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMSecurity.DbgFlag;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.... |
git-svn-id: svn://192.168.1.10/public/CoffeeMud@12723 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/application/MUD.java | ||
Java | apache-2.0 | f2c16aa0dd023ee3386a0a9ca217ffbefade82ff | 0 | Thelonedevil/OTBProject,OTBProject/OTBProject,NthPortal/OTBProject | package com.github.otbproject.otbproject.gui;
import com.github.otbproject.otbproject.App;
import com.github.otbproject.otbproject.bot.Bot;
import com.github.otbproject.otbproject.config.Configs;
import com.github.otbproject.otbproject.fs.FSUtil;
import com.github.otbproject.otbproject.util.Util;
import com.github.otb... | src/main/java/com/github/otbproject/otbproject/gui/GuiApplication.java | package com.github.otbproject.otbproject.gui;
import com.github.otbproject.otbproject.App;
import com.github.otbproject.otbproject.bot.Bot;
import com.github.otbproject.otbproject.config.Configs;
import com.github.otbproject.otbproject.fs.FSUtil;
import com.github.otbproject.otbproject.util.Util;
import com.github.otb... | Tweaked naming and event consuming for close window alert in GuiApplication.
| src/main/java/com/github/otbproject/otbproject/gui/GuiApplication.java | Tweaked naming and event consuming for close window alert in GuiApplication. | |
Java | apache-2.0 | e0a271d74ecc4eea768b81d7262ae28355ec752a | 0 | mehulsbhatt/wasync,mehulsbhatt/wasync,ricardojlrufino/wasync,ricardojlrufino/wasync | /*
* Copyright 2012 Jeanfrancois Arcand
*
* 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... | wasync/src/main/java/org/atmosphere/wasync/util/WebSocketLoadTest.java | /*
* Copyright 2012 Jeanfrancois Arcand
*
* 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... | Open all websocket at the same time
| wasync/src/main/java/org/atmosphere/wasync/util/WebSocketLoadTest.java | Open all websocket at the same time | |
Java | apache-2.0 | 1c850e4a3bfe270cd0c64b85244a1447a40ba067 | 0 | liyiorg/weixin-popular,moyq5/weixin-popular | package weixin.popular.support.token;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 默认第三方平台component_access_token信息存储类
*
* @author Moyq5
*
*/
public class DefaultComponentStorage implements TokenStorage {
... | src/main/java/weixin/popular/support/token/DefaultComponentStorage.java | package weixin.popular.support.token;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 默认第三方平台component_access_token信息存储类
*
* @author Moyq5
*
*/
public class DefaultComponentStorage implements TokenStorage {
... | 更新第三方平台component_access_token存储类DefaultComponentStorage
| src/main/java/weixin/popular/support/token/DefaultComponentStorage.java | 更新第三方平台component_access_token存储类DefaultComponentStorage |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.