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
64dcfce0c8596c3051689f602675b523ddca97af
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
server/src/main/java/io/spine/server/entity/Transaction.java
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Reword doc
server/src/main/java/io/spine/server/entity/Transaction.java
Reword doc
Java
apache-2.0
0ca19b9406c4e0f83fea57062e918719ac8e26f5
0
gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom
package stroom.startup; import io.dropwizard.setup.Environment; import org.eclipse.jetty.servlet.ServletHolder; public class Servlets { /** * Load all servlets. */ @SuppressWarnings("unchecked") static void loadInto(Environment environment) throws ClassNotFoundException { addServlet(env...
stroom-dropwizard/src/main/java/stroom/startup/Servlets.java
package stroom.startup; import io.dropwizard.setup.Environment; import org.eclipse.jetty.servlet.ServletHolder; public class Servlets { /** * Load all servlets. */ @SuppressWarnings("unchecked") static void loadInto(Environment environment) throws ClassNotFoundException { environment.ge...
Fix servlets
stroom-dropwizard/src/main/java/stroom/startup/Servlets.java
Fix servlets
Java
apache-2.0
826dd1d3ea2edefac39a15ab1bd0f8dce1263c0b
0
bguerout/keemto,bguerout/keemto,bguerout/keemto
package fr.xevents.spikes; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import org.junit.Test; import org.springframework.core.GenericTypeResolver; import org.springframework.social.connect.Connection; import org.springframework.social.twitter.api.TwitterApi; public class M...
src/test/java/fr/xevents/spikes/MultipleTypeArgumentsTest.java
package fr.xevents.spikes; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import org.junit.Test; import org.springframework.core.GenericTypeResolver; import org.springframework.social.connect.Connection; import org.springframework.social.twitter.api.TwitterApi; public class M...
Remove rawtypes warnings
src/test/java/fr/xevents/spikes/MultipleTypeArgumentsTest.java
Remove rawtypes warnings
Java
apache-2.0
4b673dd64a1c46fdfd54a92d90d4245e0ead21be
0
vpmalley/cameraview
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
demo/src/main/java/fr/vpm/giffer/activity/ShareGifActivity.java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
cleaning
demo/src/main/java/fr/vpm/giffer/activity/ShareGifActivity.java
cleaning
Java
apache-2.0
7fdce9d23042b769b6433a3fcabee066b76a1078
0
wardev/orekit,attatrol/Orekit,CS-SI/Orekit,liscju/Orekit,treeform/orekit,Yakushima/Orekit,CS-SI/Orekit,attatrol/Orekit,petrushy/Orekit,ProjectPersephone/Orekit,petrushy/Orekit,ProjectPersephone/Orekit,liscju/Orekit,Yakushima/Orekit
/* Copyright 2002-2013 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Versi...
src/main/java/org/orekit/forces/drag/DragForce.java
/* Copyright 2002-2013 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Versi...
Clarified comments.
src/main/java/org/orekit/forces/drag/DragForce.java
Clarified comments.
Java
apache-2.0
7dc93a7587d08980c7a14a0184587798558ab463
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * 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 ...
bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.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 ...
Fixes FELIX-2808 - scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported. git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1064245 13f79535-47bb-0310-9956-ffa450edef68
bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
Fixes FELIX-2808 - scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported.
Java
apache-2.0
d777c4e6e9686f349fdade91c72de7b760016958
0
cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x
/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
sandbox/src/org/springframework/web/flow/action/FormAction.java
/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
*** empty log message *** git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@6959 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
sandbox/src/org/springframework/web/flow/action/FormAction.java
*** empty log message ***
Java
apache-2.0
19417976e360b904bb69c169395a754d43ff7685
0
pulkitpivotal/ndbench,pulkitpivotal/ndbench,pulkitpivotal/ndbench,pulkitpivotal/ndbench,vinaykumarchella/ndbench,vinaykumarchella/ndbench,vinaykumarchella/ndbench,vinaykumarchella/ndbench
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
ndbench-core/src/main/java/com/netflix/ndbench/core/util/CheckSumUtil.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Adding exception handling to log string value when decoding fails
ndbench-core/src/main/java/com/netflix/ndbench/core/util/CheckSumUtil.java
Adding exception handling to log string value when decoding fails
Java
bsd-3-clause
0c9589b61d83a9a62bb969171cd8f7716ef07b8f
0
edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon
/* * $Id: MetadataManager.java,v 1.24 2012-01-16 18:00:00 pgust Exp $ */ /* Copyright (c) 2000-2010 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file...
src/org/lockss/daemon/MetadataManager.java
/* * $Id: MetadataManager.java,v 1.23 2011-11-08 21:29:08 pgust Exp $ */ /* Copyright (c) 2000-2010 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation file...
If db is not new, add only AUs whose metadata feature version has changed. git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@14379 4f837ed2-42f5-46e7-a7a5-fa17313484d4
src/org/lockss/daemon/MetadataManager.java
If db is not new, add only AUs whose metadata feature version has changed.
Java
mit
b694e31172db669fb0fb199b893e5cd6eebaf7f3
0
hadoth/OperatingSystems02
package scheduler; import os.OperatingSystem; import readinstruction.ReadInstruction; import utils.Observer; /** * Created by Karol on 2017-04-20. */ public interface Scheduler extends Observer { void setOs(OperatingSystem parentOs); void push(ReadInstruction instruction); String getName(); boolean ...
src/scheduler/Scheduler.java
package scheduler; import os.OperatingSystem; import readinstruction.ReadInstruction; import utils.Observer; /** * Created by Karol on 2017-04-20. */ public interface Scheduler extends Observer { void setOs(OperatingSystem parentOs); void push(ReadInstruction instruction); String getName(); boolean ...
Add isFull method to Scheduler interface
src/scheduler/Scheduler.java
Add isFull method to Scheduler interface
Java
mit
990ecb899a5bfbac96f242d621252c8334fa596a
0
InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service
package org.innovateuk.ifs.competition.repository; import org.innovateuk.ifs.competition.domain.Competition; import org.innovateuk.ifs.competition.resource.CompetitionOpenQueryResource; import org.innovateuk.ifs.project.resource.ProjectState; import org.springframework.data.domain.Page; import org.springframework.data...
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/competition/repository/CompetitionRepository.java
package org.innovateuk.ifs.competition.repository; import org.innovateuk.ifs.competition.domain.Competition; import org.innovateuk.ifs.competition.resource.CompetitionOpenQueryResource; import org.innovateuk.ifs.project.resource.ProjectState; import org.springframework.data.domain.Page; import org.springframework.data...
IFS-10051 - Fix to count on general live tab.
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/competition/repository/CompetitionRepository.java
IFS-10051 - Fix to count on general live tab.
Java
mit
a5969e4d88b6c079c5f87c4e264f38a0f5f3630f
0
reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar,reflectoring/coderadar
package org.wickedsource.coderadar.commit.domain; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.wickedsource.coderadar.factories.entities.EntityFactory; import org.wickedsource.coderadar.project.domain.Project...
coderadar-server/coderadar-core/src/test/java/org/wickedsource/coderadar/commit/domain/UpdateDateCoordinatesEntityListenerTest.java
package org.wickedsource.coderadar.commit.domain; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.wickedsource.coderadar.factories.entities.EntityFactory; import org.wickedsource.coderadar.project.domain.Project...
spotless
coderadar-server/coderadar-core/src/test/java/org/wickedsource/coderadar/commit/domain/UpdateDateCoordinatesEntityListenerTest.java
spotless
Java
mit
0fbd348ab2cf9f9804ac41c19b3f2ee69d1fcc71
0
mhogrefe/qbar
package mho.qbar.objects; import mho.wheels.io.Readers; import mho.wheels.iterables.ExhaustiveProvider; import mho.wheels.iterables.NoRemoveIterator; import mho.wheels.math.BinaryFraction; import mho.wheels.math.MathUtils; import mho.wheels.numberUtils.BigDecimalUtils; import mho.wheels.numberUtils.IntegerUtils; impor...
src/main/java/mho/qbar/objects/Rational.java
package mho.qbar.objects; import mho.wheels.io.Readers; import mho.wheels.iterables.ExhaustiveProvider; import mho.wheels.iterables.NoRemoveIterator; import mho.wheels.math.BinaryFraction; import mho.wheels.math.MathUtils; import mho.wheels.numberUtils.BigDecimalUtils; import mho.wheels.numberUtils.IntegerUtils; impor...
fixed replicate usage
src/main/java/mho/qbar/objects/Rational.java
fixed replicate usage
Java
epl-1.0
ce7601de195882e34b89ec8cf27b65e80a5906cf
0
rohitmohan96/ceylon-ide-eclipse,rohitmohan96/ceylon-ide-eclipse
package com.redhat.ceylon.eclipse.code.wizard; import static com.redhat.ceylon.eclipse.ui.CeylonPlugin.PLUGIN_ID; import static org.eclipse.core.resources.ResourcesPlugin.getWorkspace; import static org.eclipse.jdt.core.IJavaElement.PACKAGE_FRAGMENT_ROOT; import static org.eclipse.jdt.internal.ui.refactoring.nls.Sourc...
plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/wizard/NewUnitWizardPage.java
package com.redhat.ceylon.eclipse.code.wizard; import static com.redhat.ceylon.eclipse.ui.CeylonPlugin.PLUGIN_ID; import static org.eclipse.core.resources.ResourcesPlugin.getWorkspace; import static org.eclipse.jdt.core.IJavaElement.PACKAGE_FRAGMENT_ROOT; import static org.eclipse.jdt.internal.ui.refactoring.nls.Sourc...
accept - in file names
plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/wizard/NewUnitWizardPage.java
accept - in file names
Java
epl-1.0
c24a2454bfca52b5545cac5481bc38ae8f5179f0
0
ctron/kura,ctron/kura,nicolatimeus/kura,darionct/kura,markoer/kura,nicolatimeus/kura,gavinying/kura,gavinying/kura,gavinying/kura,nicolatimeus/kura,nicolatimeus/kura,gavinying/kura,nicolatimeus/kura,markoer/kura,darionct/kura,markoer/kura,markoer/kura,darionct/kura,markoer/kura,ctron/kura,ctron/kura,markoer/kura,nicola...
/******************************************************************************* * Copyright (c) 2017 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this...
kura/test/org.eclipse.kura.linux.watchdog.test/src/test/java/org/eclipse/kura/linux/watchdog/WatchdogServiceImplTest.java
/******************************************************************************* * Copyright (c) 2017 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this...
Updated test. Signed-off-by: Maiero <2b73509565f5b07fd88cb0c94e2832558b2a0b6e@eurotech.com>
kura/test/org.eclipse.kura.linux.watchdog.test/src/test/java/org/eclipse/kura/linux/watchdog/WatchdogServiceImplTest.java
Updated test.
Java
epl-1.0
849db19407b3688b52d387c5afc61730a6d08a5e
0
rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
- Summary: ArrayIndexOutOfBoundsException is thrown when adding filter by selecting an exist filter - Bugzilla Bug (s) Resolved: - Description: Check the OK button status when initialize the dialog. - Tests Description: Manual test. - Notes to Build Team: - Notes to Developers: - Notes to QA: - Notes to Document...
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java
- Summary: ArrayIndexOutOfBoundsException is thrown when adding filter by selecting an exist filter
Java
apache-2.0
6ceca7ca8a94c829b35f6187cc7fe1ef485c07f0
0
fitash/epnoi,fitash/epnoi,oeg-upm/epnoi,oeg-upm/epnoi,epnoi/epnoi,fitash/epnoi,epnoi/epnoi,fitash/epnoi,oeg-upm/epnoi,epnoi/epnoi,epnoi/epnoi,oeg-upm/epnoi
package org.epnoi.learner.relations.corpus.parallel; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.WebResource; import com.sun.jersey.api.client.config.ClientConfig; import com.sun.jersey.api.client.config.DefaultClientConfig; import gate.Document; import org.epnoi.model.clients.thrift.Ann...
learner/src/main/java/org/epnoi/learner/relations/corpus/parallel/UriToAnnotatedDocumentFlatMapper.java
package org.epnoi.learner.relations.corpus.parallel; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.WebResource; import com.sun.jersey.api.client.config.ClientConfig; import com.sun.jersey.api.client.config.DefaultClientConfig; import gate.Document; import org.epnoi.model.rdf.RDFHelper; imp...
The relational sentences corpus creator is alredy using the thrift service for retrieving annotated content
learner/src/main/java/org/epnoi/learner/relations/corpus/parallel/UriToAnnotatedDocumentFlatMapper.java
The relational sentences corpus creator is alredy using the thrift service for retrieving annotated content
Java
apache-2.0
287bca7d60d020943da368ca368e68d389279991
0
spencergibb/spring-cloud-gateway,spring-cloud-incubator/spring-cloud-gateway,spencergibb/spring-cloud-gateway,spring-cloud-incubator/spring-cloud-gateway
/* * Copyright 2013-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/FormIntegrationTests.java
/* * Copyright 2013-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Enables FormIntegrationTests.multipartFormDataWorks() Something between 3 reactor pipelines using webclient, gateway and webflux fails. Changing to rest template enables the test to work. Fixes gh-1071
spring-cloud-gateway-core/src/test/java/org/springframework/cloud/gateway/test/FormIntegrationTests.java
Enables FormIntegrationTests.multipartFormDataWorks()
Java
apache-2.0
e47ca1c6af3179640f7847b16a79e8180fe23886
0
googleapis/google-api-java-client,googleapis/google-api-java-client,googleapis/google-api-java-client,googleapis/google-api-java-client
/* * Copyright (c) 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/DefaultCredentialProvider.java
/* * Copyright (c) 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
revert runningOnAppEngine changes (#1123) The method runningOnAppEngine was recently renamed to useGAEStandardAPI, and its logic was changed in https://github.com/google/google-api-java-client/pull/1109 and https://github.com/google/google-api-java-client/commit/75ba03c89a4290fabbb66823f7037ff28ce5f4b9. This com...
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/DefaultCredentialProvider.java
revert runningOnAppEngine changes (#1123)
Java
apache-2.0
2b97e5c6a9bf4cebfa5f97cd3c197aaee5a94977
0
fabric8io/kubernetes-client,fabric8io/kubernetes-client,fabric8io/kubernetes-client
/** * Copyright (C) 2015 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/Quantity.java
/** * Copyright (C) 2015 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
Remove lombok annotations from Quantity class Signed-off-by: Stanislav Knot <c0ed4ca9e1b6b0dbf3dab3ad1bdaf3d2c985e8b1@redhat.com>
kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/Quantity.java
Remove lombok annotations from Quantity class
Java
apache-2.0
bba1624c79b56e34de0dcbd684e2c9f80496d48e
0
NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra,NationalSecurityAgency/ghidra
/* ### * IP: GHIDRA * * 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 writin...
Ghidra/Framework/Project/src/main/java/ghidra/framework/main/projectdata/actions/VersionControlAddAction.java
/* ### * IP: GHIDRA * * 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 writin...
GP 29 - remove hardcoded sleep per file when adding files to version ctl
Ghidra/Framework/Project/src/main/java/ghidra/framework/main/projectdata/actions/VersionControlAddAction.java
GP 29 - remove hardcoded sleep per file when adding files to version ctl
Java
apache-2.0
460ba548f4c377eaaf1cbe90265d5e7f8731595f
0
metaborg/spoofax-eclipse
package org.metaborg.spoofax.eclipse.transform; import org.apache.commons.vfs2.FileObject; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.metaborg.core.MetaborgException; import org.metaborg.core.language.ILanguageImpl; import org.metaborg.core.menu.IAction; import org...
org.metaborg.spoofax.eclipse/src/main/java/org/metaborg/spoofax/eclipse/transform/OpenEditorResultHandler.java
package org.metaborg.spoofax.eclipse.transform; import org.apache.commons.vfs2.FileObject; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.metaborg.core.MetaborgException; import org.metaborg.core.language.ILanguageImpl; import org.metaborg.core.menu.IAction; import org...
Adapt to new core
org.metaborg.spoofax.eclipse/src/main/java/org/metaborg/spoofax/eclipse/transform/OpenEditorResultHandler.java
Adapt to new core
Java
apache-2.0
375c55487c203e632629e19eeeb01d08024d8e38
0
OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,yapengsong/ovirt-engine,yingyun001/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,eayun/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,halober/ovirt-engine,ya...
package org.ovirt.engine.core.bll.storage; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Collections; import java.util.Date; import java.util.List; import java.util.Map; import org.ovirt.engine.core.bll.NonTransactiveCommandAttribute; import org.ovirt.engine....
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AttachStorageDomainToPoolCommand.java
package org.ovirt.engine.core.bll.storage; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Collections; import java.util.Date; import java.util.List; import java.util.Map; import org.ovirt.engine.core.bll.NonTransactiveCommandAttribute; import org.ovirt.engine....
core: Use force detach only on Data SD Use force detach on data storage domain instead on every domain which is not Export, so force detach of ISO domain will be prevented. Change-Id: I5784956d566d815b4471382b004879735ab016d2 Signed-off-by: Maor Lipchuk <37a323a8cadba73c2b6c8d3f850c79092d0199e6@redhat.com>
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AttachStorageDomainToPoolCommand.java
core: Use force detach only on Data SD
Java
apache-2.0
ec31b9c03e339db0f52e91824a3c525a5bdfa0ca
0
lsmaira/gradle,blindpirate/gradle,lsmaira/gradle,gradle/gradle,robinverduijn/gradle,gstevey/gradle,blindpirate/gradle,robinverduijn/gradle,lsmaira/gradle,gstevey/gradle,blindpirate/gradle,gstevey/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,...
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/GradleDistributionExecuter.java
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Try again with the check.
subprojects/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/GradleDistributionExecuter.java
Try again with the check.
Java
apache-2.0
6bd0e8cc60389c9298064bbba25cdf63597713e4
0
spring-cloud/spring-cloud-contract,spring-cloud/spring-cloud-contract,spring-cloud/spring-cloud-contract
/* * Copyright 2016-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-cloud-contract-wiremock/src/main/java/org/springframework/cloud/contract/wiremock/restdocs/ContractExchangeHandler.java
/* * Copyright 2016-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Added NPE guard
spring-cloud-contract-wiremock/src/main/java/org/springframework/cloud/contract/wiremock/restdocs/ContractExchangeHandler.java
Added NPE guard
Java
apache-2.0
d325f8a82e1776d95fad0ee5061a72324b53a90a
0
elasticjob/elastic-job,elasticjob/elastic-job,liubao2015/elastic-job,leekay0032/elastic-job,liubao2015/elastic-job,leekay0032/elastic-job,elasticjob/elastic-job,liubao2015/elastic-job,Esjob-Cloud-DevOps/elastic-job,Esjob-Cloud-DevOps/elastic-job,Esjob-Cloud-DevOps/elastic-job,leekay0032/elastic-job,elasticjob/elastic-j...
/* * Copyright 1999-2015 dangdang.com. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
elastic-job-lite/elastic-job-lite-spring/src/main/java/com/dangdang/ddframe/job/lite/spring/schedule/SpringJobScheduler.java
/* * Copyright 1999-2015 dangdang.com. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
Spring支持@Bean注解, 添加SpringJobScheduler构造方法
elastic-job-lite/elastic-job-lite-spring/src/main/java/com/dangdang/ddframe/job/lite/spring/schedule/SpringJobScheduler.java
Spring支持@Bean注解, 添加SpringJobScheduler构造方法
Java
apache-2.0
92f1232277f5328c20bd29c79529fdcb080bb68e
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.Libraries; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Libraries.interfaces.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import co...
com/planet_ink/coffee_mud/Libraries/Socials.java
package com.planet_ink.coffee_mud.Libraries; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Libraries.interfaces.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import co...
fix to subtle movement editor git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@17734 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Libraries/Socials.java
fix to subtle movement editor
Java
apache-2.0
638f9baba802e1d83e445a974b063bf505890b2e
0
emsouza/archiva,flomotlik/archiva,ricardojbasilio/archiva,Altiscale/archiva,Altiscale/archiva,apache/archiva,emsouza/archiva,olamy/archiva,flomotlik/archiva,apache/archiva,olamy/archiva,apache/archiva,olamy/archiva,ricardojbasilio/archiva,sadlil/archiva,Altiscale/archiva,apache/archiva,ricardojbasilio/archiva,apache/ar...
package org.apache.archiva.repository.metadata; /* * 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 Apa...
archiva-modules/archiva-base/archiva-repository-layer/src/main/java/org/apache/archiva/repository/metadata/RepositoryMetadataWriter.java
package org.apache.archiva.repository.metadata; /* * 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 Apa...
fix jdk1.8 build git-svn-id: 5a9cb29c8d7fce18aac47241089437545778aaf0@1583508 13f79535-47bb-0310-9956-ffa450edef68
archiva-modules/archiva-base/archiva-repository-layer/src/main/java/org/apache/archiva/repository/metadata/RepositoryMetadataWriter.java
fix jdk1.8 build
Java
apache-2.0
c52f758f64fa6c3fd4b755fd28694ab917fead29
0
gbif/crawler
/* * Copyright 2013 Global Biodiversity Information Facility (GBIF) * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by appli...
crawler-cli/src/main/java/org/gbif/crawler/coordinatorcleanup/CoordinatorCleanupService.java
/* * Copyright 2013 Global Biodiversity Information Facility (GBIF) * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by appli...
Cleanup crawls where pages fragmented+in error are larger than pages crawled http://dev.gbif.org/issues/browse/POR-2669
crawler-cli/src/main/java/org/gbif/crawler/coordinatorcleanup/CoordinatorCleanupService.java
Cleanup crawls where pages fragmented+in error are larger than pages crawled http://dev.gbif.org/issues/browse/POR-2669
Java
apache-2.0
076adde47db86204ef6aea5e5c62b1fa869fc0ac
0
spennihana/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,spennihana/h2o-3,h2oai/h2o-dev,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,spennihana/h2o-3,h2oai/h2o-3,h2oai/h2o-3,michalkurka/h2o-3,michalkurka/h2o-3,h2oai/h2o-dev,h2oai/h2o-dev,spennihana/h2o-3,spennihana/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,h2oai/h...
package hex; import hex.genmodel.GenModel; import hex.genmodel.MojoModel; import hex.genmodel.easy.EasyPredictModelWrapper; import hex.genmodel.easy.RowData; import hex.genmodel.easy.exception.PredictException; import hex.genmodel.easy.prediction.*; import hex.genmodel.utils.DistributionFamily; import org.joda.time.Da...
h2o-core/src/main/java/hex/Model.java
package hex; import hex.genmodel.GenModel; import hex.genmodel.MojoModel; import hex.genmodel.easy.EasyPredictModelWrapper; import hex.genmodel.easy.RowData; import hex.genmodel.easy.exception.PredictException; import hex.genmodel.easy.prediction.*; import hex.genmodel.utils.DistributionFamily; import org.joda.time.Da...
Fix #3: do not confuse user with a warning
h2o-core/src/main/java/hex/Model.java
Fix #3: do not confuse user with a warning
Java
apache-2.0
30de5134688cff383dea385bec008d5dd4aac2dd
0
pax95/camel,christophd/camel,nikhilvibhav/camel,tdiesler/camel,nikhilvibhav/camel,pax95/camel,pax95/camel,gnodet/camel,christophd/camel,cunningt/camel,tdiesler/camel,pmoerenhout/camel,apache/camel,cunningt/camel,gnodet/camel,pax95/camel,nicolaferraro/camel,apache/camel,tdiesler/camel,tadayosi/camel,cunningt/camel,pax95...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/dataformat/spring/FhirDataformatConfigSpringTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
CAMEL-15732: Untangle reifier from builder.
components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/dataformat/spring/FhirDataformatConfigSpringTest.java
CAMEL-15732: Untangle reifier from builder.
Java
bsd-2-clause
5cc86813ee964f458fa3baec0e9e90fcca61ff88
0
biovoxxel/imagej,TehSAUCE/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej
package ij.process; import java.awt.*; /** This class does bit blitting of 16-bit images. */ public class ShortBlitter implements Blitter { private ShortProcessor ip; private int width, height; private short[] pixels; public void setTransparentColor(Color c) { } /** Constructs a ShortBlitter from a ShortProc...
src/ij/process/ShortBlitter.java
package ij.process; import java.awt.*; /** This class does bit blitting of 16-bit images. */ public class ShortBlitter implements Blitter { private ShortProcessor ip; private int width, height; private short[] pixels; public void setTransparentColor(Color c) { } /** Constructs a ShortBlitter from a ShortProc...
Found and fixed a bug in copyBits()::DIVIDE. Wayne has made the same change in the main branch. This used to be revision r1350.
src/ij/process/ShortBlitter.java
Found and fixed a bug in copyBits()::DIVIDE. Wayne has made the same change in the main branch.
Java
bsd-3-clause
9440c67e2921e1aebf3a87653a9b39e5cc41d365
0
msf-oca-his/dhis-core,vietnguyen/dhis2-core,dhis2/dhis2-core,hispindia/dhis2-Core,vietnguyen/dhis2-core,hispindia/dhis2-Core,msf-oca-his/dhis-core,vietnguyen/dhis2-core,dhis2/dhis2-core,vietnguyen/dhis2-core,msf-oca-his/dhis2-core,hispindia/dhis2-Core,dhis2/dhis2-core,dhis2/dhis2-core,msf-oca-his/dhis-core,dhis2/dhis2-...
package org.hisp.dhis.programrule.engine; /* * Copyright (c) 2004-2018, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the a...
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/programrule/engine/DefaultProgramRuleEntityMapperService.java
package org.hisp.dhis.programrule.engine; /* * Copyright (c) 2004-2018, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the a...
Added missing mapping
dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/programrule/engine/DefaultProgramRuleEntityMapperService.java
Added missing mapping
Java
mit
047039c54c951b3bbc9a0e5ec60a94745f095275
0
labstack/labstack-java
package com.labstack; import com.squareup.moshi.Json; import com.squareup.moshi.JsonAdapter; import com.squareup.moshi.Moshi; import com.squareup.moshi.Types; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; import java.io.IOException; import java.text.DateForm...
src/main/java/com/labstack/Log.java
package com.labstack; import com.squareup.moshi.Json; import com.squareup.moshi.JsonAdapter; import com.squareup.moshi.Moshi; import com.squareup.moshi.Types; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; import java.io.IOException; import java.text.DateForm...
Handle log dispatch error Signed-off-by: Vishal Rana <54e88dfdee11a18f791b7188a9ffbcd1fdba30bd@labstack.com>
src/main/java/com/labstack/Log.java
Handle log dispatch error
Java
mit
8ecd872ae0deb525d5189326c6a02744ad51a74d
0
domisum/AuxiliumLib
package io.domisum.lib.auxiliumlib.thread.ticker; import io.domisum.lib.auxiliumlib.annotations.API; import io.domisum.lib.auxiliumlib.display.DurationDisplay; import io.domisum.lib.auxiliumlib.util.ThreadUtil; import io.domisum.lib.auxiliumlib.util.TimeUtil; import io.domisum.lib.auxiliumlib.util.ValidationUtil; impo...
src/main/java/io/domisum/lib/auxiliumlib/thread/ticker/Ticker.java
package io.domisum.lib.auxiliumlib.thread.ticker; import io.domisum.lib.auxiliumlib.annotations.API; import io.domisum.lib.auxiliumlib.display.DurationDisplay; import io.domisum.lib.auxiliumlib.util.ThreadUtil; import io.domisum.lib.auxiliumlib.util.TimeUtil; import io.domisum.lib.auxiliumlib.util.ValidationUtil; impo...
Remove running thread setDaemon
src/main/java/io/domisum/lib/auxiliumlib/thread/ticker/Ticker.java
Remove running thread setDaemon
Java
mit
1d06bd056ea121ac326ee5795a844c3a40b7c19f
0
CS2103AUG2016-T11-C1/main,CS2103AUG2016-T11-C1/main
package seedu.tasklist.ui; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.layout.AnchorPane; import javafx.scene.web.WebView; import javafx.stage.Stage; import javafx.event.*; import javafx.scene.input.KeyCode; import javafx.scene.input.KeyEvent; import seedu.tasklist.commons.core.LogsCenter;...
src/main/java/seedu/tasklist/ui/HelpWindow.java
package seedu.tasklist.ui; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.layout.AnchorPane; import javafx.scene.web.WebView; import javafx.stage.Stage; import javafx.event.*; import javafx.scene.input.KeyCode; import javafx.scene.input.KeyEvent; import seedu.tasklist.commons.core.LogsCenter;...
Fix window dimensions
src/main/java/seedu/tasklist/ui/HelpWindow.java
Fix window dimensions
Java
mit
9057a1b1ce7b44b006d2020508d91ae3d54d3ea6
0
elimu-ai/webapp,elimu-ai/webapp,elimu-ai/webapp,elimu-ai/webapp
package ai.elimu.web; import java.io.IOException; import java.util.Calendar; import javax.servlet.http.HttpServletRequest; import org.apache.logging.log4j.Logger; import org.json.JSONObject; import ai.elimu.dao.ContributorDao; import ai.elimu.model.contributor.Contributor; import ai.elimu.model.v2.enums.Environment; i...
src/main/java/ai/elimu/web/SignOnControllerDiscord.java
package ai.elimu.web; import java.io.IOException; import java.util.Calendar; import javax.servlet.http.HttpServletRequest; import org.apache.logging.log4j.Logger; import org.json.JSONObject; import ai.elimu.dao.ContributorDao; import ai.elimu.model.contributor.Contributor; import ai.elimu.model.v2.enums.Environment; i...
#1555
src/main/java/ai/elimu/web/SignOnControllerDiscord.java
#1555
Java
epl-1.0
258cc202d9e3405085c6b8fe3587ca935fab6af6
0
jandsu/ironjacamar,ironjacamar/ironjacamar,ironjacamar/ironjacamar,maeste/ironjacamar,jesperpedersen/ironjacamar,rarguello/ironjacamar,ironjacamar/ironjacamar,jpkrohling/ironjacamar,johnaoahra80/ironjacamar,darranl/ironjacamar
/* * JBoss, Home of Professional Open Source. * Copyright 2008-2009, 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 mod...
core/src/test/java/org/jboss/jca/test/core/mdr/unit/MetaDataRepositoryTestCase.java
/* * JBoss, Home of Professional Open Source. * Copyright 2008-2009, 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 mod...
[JBJCA-6] add testMultiAddGetMCFDG
core/src/test/java/org/jboss/jca/test/core/mdr/unit/MetaDataRepositoryTestCase.java
[JBJCA-6] add testMultiAddGetMCFDG
Java
epl-1.0
a1e8c2105c16ae267372ee44a79400f05d28c524
0
buchen/portfolio,buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,buchen/portfolio
package name.abuchen.portfolio.datatransfer.pdf; import static name.abuchen.portfolio.datatransfer.pdf.PDFExtractorUtils.checkAndSetFee; import static name.abuchen.portfolio.datatransfer.pdf.PDFExtractorUtils.checkAndSetGrossUnit; import static name.abuchen.portfolio.datatransfer.pdf.PDFExtractorUtils.checkAndSetTax; ...
name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/pdf/FinTechGroupBankPDFExtractor.java
package name.abuchen.portfolio.datatransfer.pdf; import static name.abuchen.portfolio.datatransfer.pdf.PDFExtractorUtils.checkAndSetGrossUnit; import static name.abuchen.portfolio.util.TextUtil.trim; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.Map; import java.util.regex.Matcher; impo...
Update FinTechGroupBankPDFExtractor remove .replace('.', ',')
name.abuchen.portfolio/src/name/abuchen/portfolio/datatransfer/pdf/FinTechGroupBankPDFExtractor.java
Update FinTechGroupBankPDFExtractor
Java
agpl-3.0
664c77a7b77a5e04c4ff2028e11c361369f35756
0
after-the-sunrise/cryptotrader,after-the-sunrise/cryptotrader
package com.after_sunrise.cryptocurrency.cryptotrader.service.bitflyer; import com.after_sunrise.cryptocurrency.bitflyer4j.Bitflyer4j; import com.after_sunrise.cryptocurrency.bitflyer4j.entity.*; import com.after_sunrise.cryptocurrency.bitflyer4j.service.AccountService; import com.after_sunrise.cryptocurrency.bitflyer...
src/test/java/com/after_sunrise/cryptocurrency/cryptotrader/service/bitflyer/BitflyerContextTest.java
package com.after_sunrise.cryptocurrency.cryptotrader.service.bitflyer; import com.after_sunrise.cryptocurrency.bitflyer4j.Bitflyer4j; import com.after_sunrise.cryptocurrency.bitflyer4j.entity.*; import com.after_sunrise.cryptocurrency.bitflyer4j.service.AccountService; import com.after_sunrise.cryptocurrency.bitflyer...
Fixed compiler warnings.
src/test/java/com/after_sunrise/cryptocurrency/cryptotrader/service/bitflyer/BitflyerContextTest.java
Fixed compiler warnings.
Java
agpl-3.0
827fbaeab27c3c09b18cbc33442b991314592afd
0
Tisawesomeness/Minecord
package com.tisawesomeness.minecord.util; import lombok.NonNull; import org.apache.commons.collections4.MultiSet; import javax.annotation.Nullable; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Iterator; import java.util.O...
src/main/java/com/tisawesomeness/minecord/util/Mth.java
package com.tisawesomeness.minecord.util; import lombok.NonNull; import org.apache.commons.collections4.MultiSet; import javax.annotation.Nullable; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Iterator; import java.util.O...
Implement weighted random without dupes
src/main/java/com/tisawesomeness/minecord/util/Mth.java
Implement weighted random without dupes
Java
lgpl-2.1
8d0a9900ca6f928bbe180897a42d7b679d662d86
0
modius/railo,modius/railo,getrailo/railo,JordanReiter/railo,JordanReiter/railo,getrailo/railo,getrailo/railo
package railo.transformer.cfml.script; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import railo.commons.lang.StringUtil; import railo.commons.lang.types.RefBoolean; import railo.commons.lang.types.RefBooleanImpl; import railo.runtime.Component; import railo.r...
railo-java/railo-core/src/railo/transformer/cfml/script/AbstrCFMLScriptTransformer.java
package railo.transformer.cfml.script; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import railo.commons.lang.StringUtil; import railo.commons.lang.types.RefBoolean; import railo.commons.lang.types.RefBooleanImpl; import railo.runtime.Component; import railo.r...
solved ticket https://issues.jboss.org/browse/RAILO-1993
railo-java/railo-core/src/railo/transformer/cfml/script/AbstrCFMLScriptTransformer.java
solved ticket https://issues.jboss.org/browse/RAILO-1993
Java
apache-2.0
47f691d355ca805881fd4c1e00bfd2a151eaf366
0
dhinojosa/simple-mvn-project,angelograziano/repositoryJankins,anuragagrawal1/simple-mvn-project,anuragagrawal1/simple-mvn-project,marleenkock/simple-mvn-project,chaitanya4u/simple-mvn-project,angelograziano/repositoryJankins,dhinojosa/simple-mvn-project,gamalapa/simple-mvn-project,chaitanya4u/simple-mvn-project,gamalap...
package com.evolutionnext.selenium; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.ope...
simple-maven-app-selenium-test/src/test/java/com/evolutionnext/selenium/VerifyNewAlbum.java
package com.evolutionnext.selenium; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.ope...
Fixed OS Name to trigger accordingly
simple-maven-app-selenium-test/src/test/java/com/evolutionnext/selenium/VerifyNewAlbum.java
Fixed OS Name to trigger accordingly
Java
apache-2.0
c80941cb8cb1cac225dfee1c38a4257ae1419efb
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.model.sequenceFile; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.NoSuchElementException; import java.util.Objects; import java.util.Set; import java.util.stream.Stream; import javax.persistence.Cascad...
src/main/java/ca/corefacility/bioinformatics/irida/model/sequenceFile/SequenceFilePair.java
package ca.corefacility.bioinformatics.irida.model.sequenceFile; <<<<<<< HEAD import java.util.*; import java.util.stream.Stream; ======= import java.util.ArrayList; >>>>>>> origin/issue376-seqfilepair-hashcode-fix import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.Objects; impor...
git blew a merge on sequecnefilepair. fixed
src/main/java/ca/corefacility/bioinformatics/irida/model/sequenceFile/SequenceFilePair.java
git blew a merge on sequecnefilepair. fixed
Java
apache-2.0
0780511e436482041a4528829410b4dd2b8b0c07
0
rwm/li2b2,li2b2/li2b2-facade,rwm/li2b2,li2b2/li2b2-facade,rwm/li2b2,li2b2/li2b2-facade
package de.sekmi.li2b2.services; import java.io.IOException; import java.io.InputStream; import java.time.Instant; import java.util.List; import java.util.Map.Entry; import java.util.Objects; import java.util.logging.Level; import java.util.logging.Logger; import javax.inject.Inject; import javax.ws.rs.POST; import j...
server/src/main/java/de/sekmi/li2b2/services/QueryToolService.java
package de.sekmi.li2b2.services; import java.io.IOException; import java.io.InputStream; import java.time.Instant; import java.util.List; import java.util.Map.Entry; import java.util.Objects; import java.util.logging.Level; import java.util.logging.Logger; import javax.inject.Inject; import javax.ws.rs.POST; import j...
fixed NPE
server/src/main/java/de/sekmi/li2b2/services/QueryToolService.java
fixed NPE
Java
apache-2.0
18ee0090d304e8c37d7c536d77ade4701c014566
0
muntasirsyed/intellij-community,TangHao1987/intellij-community,holmes/intellij-community,joewalnes/idea-community,ivan-fedorov/intellij-community,nicolargo/intellij-community,xfournet/intellij-community,adedayo/intellij-community,vvv1559/intellij-community,SerCeMan/intellij-community,tmpgit/intellij-community,diorcety/...
package com.intellij.codeInsight.hint.actions; import com.intellij.codeInsight.CodeInsightActionHandler; import com.intellij.codeInsight.actions.BaseCodeInsightAction; import com.intellij.codeInsight.hint.ShowParameterInfoHandler; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; ...
lang-impl/src/com/intellij/codeInsight/hint/actions/ShowParameterInfoAction.java
package com.intellij.codeInsight.hint.actions; import com.intellij.codeInsight.CodeInsightActionHandler; import com.intellij.codeInsight.actions.BaseCodeInsightAction; import com.intellij.codeInsight.hint.ShowParameterInfoHandler; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; ...
ensuring parameter info is working in EL
lang-impl/src/com/intellij/codeInsight/hint/actions/ShowParameterInfoAction.java
ensuring parameter info is working in EL
Java
apache-2.0
4b863a7a2415c6022c55a5b942bf2793adcf1093
0
consulo/consulo-csharp,consulo/consulo-csharp,consulo/consulo-csharp
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
csharp-impl/src/org/mustbe/consulo/csharp/ide/documentation/CSharpDocumentationProvider.java
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
handle delegate start
csharp-impl/src/org/mustbe/consulo/csharp/ide/documentation/CSharpDocumentationProvider.java
handle delegate start
Java
apache-2.0
6e100cea31e4cd4046bec496ecae65567db512e3
0
consulo/consulo-unity3d
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
src/org/mustbe/consulo/unity3d/csharp/codeInsight/UnityCSharpLineMarkerProvider.java
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
fix icon
src/org/mustbe/consulo/unity3d/csharp/codeInsight/UnityCSharpLineMarkerProvider.java
fix icon
Java
apache-2.0
8d712856b5294a4b3ac0fc4fd58885bd487f413c
0
MER-GROUP/intellij-community,nicolargo/intellij-community,MichaelNedzelsky/intellij-community,fitermay/intellij-community,idea4bsd/idea4bsd,robovm/robovm-studio,blademainer/intellij-community,suncycheng/intellij-community,adedayo/intellij-community,wreckJ/intellij-community,muntasirsyed/intellij-community,slisson/intel...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/debugger/impl/src/com/intellij/debugger/ui/tree/render/ToStringRenderer.java
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
cleanup
java/debugger/impl/src/com/intellij/debugger/ui/tree/render/ToStringRenderer.java
cleanup
Java
apache-2.0
323ff8f957f427d90efee03493d42a31f438dd18
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.service.impl.sample; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; ...
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/sample/SampleServiceImpl.java
package ca.corefacility.bioinformatics.irida.service.impl.sample; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; ...
Removed logging statement.
src/main/java/ca/corefacility/bioinformatics/irida/service/impl/sample/SampleServiceImpl.java
Removed logging statement.
Java
apache-2.0
1ab6f9b2a1855254f4b5eab784d87ef3ea51fddb
0
pinterest/teletraan,brennentsmith/teletraan,lilida/teletraan,pinterest/teletraan,yongwen/teletraan,pinterest/teletraan,mingzhaodotname/teletraan,yongwen/teletraan,mingzhaodotname/teletraan,mingzhaodotname/teletraan,pinterest/teletraan,lilida/teletraan,mingzhaodotname/teletraan,brennentsmith/teletraan,brennentsmith/tele...
/** * Copyright 2016 Pinterest, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
deploy-service/common/src/main/java/com/pinterest/deployservice/common/Constants.java
/** * Copyright 2016 Pinterest, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
Change auto promote default size be 1 (#397)
deploy-service/common/src/main/java/com/pinterest/deployservice/common/Constants.java
Change auto promote default size be 1 (#397)
Java
apache-2.0
b68fe530c1b09e231ce4546697dd06a50d5aef14
0
salguarnieri/intellij-community,hurricup/intellij-community,akosyakov/intellij-community,asedunov/intellij-community,da1z/intellij-community,muntasirsyed/intellij-community,slisson/intellij-community,supersven/intellij-community,samthor/intellij-community,ibinti/intellij-community,diorcety/intellij-community,signed/int...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/xdebugger-impl/src/com/intellij/xdebugger/impl/ui/tree/nodes/XValueContainerNode.java
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
remove code duplicate (use isUnderRemoteDebug directly) (cherry picked from commit 43b8a662654406422ad01743841324736c5d7214)
platform/xdebugger-impl/src/com/intellij/xdebugger/impl/ui/tree/nodes/XValueContainerNode.java
remove code duplicate (use isUnderRemoteDebug directly)
Java
apache-2.0
9e6359b126fc6f44747c12497f4f4fbbf8c35c11
0
LeonoraG/s-case-core,s-case/s-case-core,LeonoraG/s-case-core
package eu.scasefp7.eclipse.core.ontology; /** * Class containing the source of the three ontologies. * * @author themis */ public class OntologySource { /** * Enumeration for the three types of ontologies. */ public enum OntologyType { /** Static ontology */ STATIC, /** Dyn...
eu.scasefp7.eclipse.core/src/eu/scasefp7/eclipse/core/ontology/OntologySource.java
package eu.scasefp7.eclipse.core.ontology; /** * Class containing the source of the three ontologies. * * @author themis */ public class OntologySource { /** * Enumeration for the three types of ontologies. */ public enum OntologyType { /** Static ontology */ STATIC, /** Dyn...
Add "long" rename "integer" to "int" primitive data types
eu.scasefp7.eclipse.core/src/eu/scasefp7/eclipse/core/ontology/OntologySource.java
Add "long" rename "integer" to "int" primitive data types
Java
apache-2.0
6ef23a27d94ca469aae73110a8fc6af3bcac8e89
0
caot/intellij-community,slisson/intellij-community,ernestp/consulo,FHannes/intellij-community,ftomassetti/intellij-community,izonder/intellij-community,fitermay/intellij-community,vvv1559/intellij-community,ThiagoGarciaAlves/intellij-community,gnuhub/intellij-community,idea4bsd/idea4bsd,caot/intellij-community,pwoodwor...
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/framework/detection/impl/exclude/ValidExcludeListItem.java
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
VirtualFile.getIcon() -> VirtualFilePresentation.getIcon(file)
platform/lang-impl/src/com/intellij/framework/detection/impl/exclude/ValidExcludeListItem.java
VirtualFile.getIcon() -> VirtualFilePresentation.getIcon(file)
Java
apache-2.0
28afc8fc7d5b8a290f040d00e259b8215b1a8702
0
gnagy/webhejj-commons,webhejj/webhejj-commons
/* * Copyright Gergely Nagy <greg@webhejj.hu> * * Licensed under the Apache License, Version 2.0; * you may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 */ package hu.webhejj.commons.io.table; import hu.webhejj.commons.CompareUtils; import hu.webhejj.commons.io.RuntimeIOE...
hu.webhejj.commons/src/main/java/hu/webhejj/commons/io/table/ExcelTableReader.java
/* * Copyright Gergely Nagy <greg@webhejj.hu> * * Licensed under the Apache License, Version 2.0; * you may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 */ package hu.webhejj.commons.io.table; import hu.webhejj.commons.CompareUtils; import hu.webhejj.commons.io.RuntimeIOE...
ExcelTableReader.Row now implements Iterable<String>, added equals() and hashCode()
hu.webhejj.commons/src/main/java/hu/webhejj/commons/io/table/ExcelTableReader.java
ExcelTableReader.Row now implements Iterable<String>, added equals() and hashCode()
Java
apache-2.0
8481ff14f9503749e55de75295cbc8d30b56450c
0
jandppw/ppwcode-recovered-from-google-code,jandppw/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandppw/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandockx/ppwcod...
/*<license> Copyright 2004 - $Date$ by PeopleWare n.v.. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
java/value/trunk/src/test/java/org/ppwcode/value_III/location/_Contract_PostalCode.java
/*<license> Copyright 2004 - $Date: 2008-11-09 20:52:25 +0100 (Sun, 09 Nov 2008) $ by PeopleWare n.v.. 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...
svn_spider [r1824] working root: https://ppwcode.googlecode.com/svn/java/value/trunk fixes: src/test/java/org/ppwcode/value_III/location/_Contract_PostalCode.java +svn:eol-style: native +svn:keywords: Date Rev +svn:mime-type: text/x-java-source
java/value/trunk/src/test/java/org/ppwcode/value_III/location/_Contract_PostalCode.java
svn_spider [r1824]
Java
apache-2.0
08a9229f8bad91b6a9289fd6e6c7313d63066ec8
0
gbif/checklistbank,gbif/checklistbank
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
checklistbank-elasticsearch/src/main/java/org/gbif/checklistbank/index/model/NameUsageAvro.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
added @JsonIgnore to getSchema in NameUsageAvro
checklistbank-elasticsearch/src/main/java/org/gbif/checklistbank/index/model/NameUsageAvro.java
added @JsonIgnore to getSchema in NameUsageAvro
Java
apache-2.0
8085aa8dd3642b9b075e43f70b1030b9801c6b50
0
b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2019 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/merge/MergeConflict.java
/* * Copyright 2011-2019 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[core] add toString to MergeConflict object
core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/merge/MergeConflict.java
[core] add toString to MergeConflict object
Java
apache-2.0
3e0e030b41ba7dfcc4d85b7c776ae9627a51f838
0
xccui/flink,rmetzger/flink,fhueske/flink,kl0u/flink,darionyaphet/flink,tony810430/flink,apache/flink,tony810430/flink,aljoscha/flink,kaibozhou/flink,kaibozhou/flink,gyfora/flink,rmetzger/flink,mbode/flink,zjureel/flink,hequn8128/flink,godfreyhe/flink,GJL/flink,mbode/flink,twalthr/flink,aljoscha/flink,zentol/flink,dario...
/* * 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 ...
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ZooKeeperHighAvailabilityITCase.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 ...
[FLINK-9900][tests] Harden ZooKeeperHighAvailabilityITCase Waiting checkpoint id increasing to 5 can not guarantee there must be state data included. An empty checkpoint would fail the restoration checking. This closes #9461.
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ZooKeeperHighAvailabilityITCase.java
[FLINK-9900][tests] Harden ZooKeeperHighAvailabilityITCase
Java
apache-2.0
28766cf34fb7d86a5a72797f2f2e61da856af3ee
0
ItsPriyesh/Fontster,ItsPriyesh/Fontster
/* * Copyright 2015 Priyesh Patel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
app/src/androidTest/java/com/chromium/fontinstaller/ui/install/FontActivityTest.java
/* * Copyright 2015 Priyesh Patel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Add more instrumentation tests for FontActivity
app/src/androidTest/java/com/chromium/fontinstaller/ui/install/FontActivityTest.java
Add more instrumentation tests for FontActivity
Java
apache-2.0
20756960a87a9eba959be9643fbb9a84501963c8
0
AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
PG: exluce sequences from schema children
plugins/org.jkiss.dbeaver.ext.postgresql/src/org/jkiss/dbeaver/ext/postgresql/model/PostgreSchema.java
PG: exluce sequences from schema children
Java
apache-2.0
78c64af187096323589797ee061399db7ddc7760
0
cherryhill/collectionspace-services,cherryhill/collectionspace-services
/** * This document is a part of the source code and related artifacts * for CollectionSpace, an open source collections management system * for museums and related institutions: * http://www.collectionspace.org * http://wiki.collectionspace.org * Copyright 2009 University of California at Berkeley * L...
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
/** * This document is a part of the source code and related artifacts * for CollectionSpace, an open source collections management system * for museums and related institutions: * http://www.collectionspace.org * http://wiki.collectionspace.org * Copyright 2009 University of California at Berkeley * L...
CSPACE-5844 Fixed CMIS call to use extended doc type when appropriate.
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
CSPACE-5844 Fixed CMIS call to use extended doc type when appropriate.
Java
apache-2.0
9fa0e5f3258b0cf9831558cb8e700dc6e3ee677c
0
pivotal-amurmann/geode,smanvi-pivotal/geode,deepakddixit/incubator-geode,PurelyApplied/geode,deepakddixit/incubator-geode,davebarnes97/geode,charliemblack/geode,PurelyApplied/geode,pdxrunner/geode,davinash/geode,pivotal-amurmann/geode,charliemblack/geode,davinash/geode,smanvi-pivotal/geode,smgoller/geode,pivotal-amurma...
/* * 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 not ...
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.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 not ...
GEODE-3673: Refactored Lucene commands test to use new framework The CliCommandTest was causing this test to be flaky. Refactoring to use the new test framework.
geode-lucene/src/test/java/org/apache/geode/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java
GEODE-3673: Refactored Lucene commands test to use new framework
Java
bsd-2-clause
20d299953c0be5af255c853a3970b82c6c36ca62
0
edgehosting/jira-dvcs-connector,markphip/testing,edgehosting/jira-dvcs-connector,markphip/testing,markphip/testing,edgehosting/jira-dvcs-connector
package com.atlassian.jira.plugins.bitbucket.webwork; import com.atlassian.jira.ComponentManager; import com.atlassian.jira.config.properties.PropertiesManager; import com.atlassian.jira.project.Project; import com.atlassian.jira.web.action.JiraWebActionSupport; import com.atlassian.sal.api.pluginsettings.PluginSettin...
src/main/java/com/atlassian/jira/plugins/bitbucket/webwork/ConfigureBitbucketRepositories.java
package com.atlassian.jira.plugins.bitbucket.webwork; import com.atlassian.jira.ComponentManager; import com.atlassian.jira.config.properties.PropertiesManager; import com.atlassian.jira.project.Project; import com.atlassian.jira.web.action.JiraWebActionSupport; import com.atlassian.sal.api.pluginsettings.PluginSettin...
BBC-8 URL comparison for adding repositories is now case sensitive. Duplicate URLs with different casing will not be added.
src/main/java/com/atlassian/jira/plugins/bitbucket/webwork/ConfigureBitbucketRepositories.java
BBC-8 URL comparison for adding repositories is now case sensitive. Duplicate URLs with different casing will not be added.
Java
bsd-3-clause
d266f76233c4eb990c680c280d32235ff846c18d
0
smartdevicelink/sdl_android
/* * Copyright (c) 2019 Livio, Inc. * 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 conditions and...
android/sdl_android/src/main/java/com/smartdevicelink/managers/lockscreen/LockScreenManager.java
/* * Copyright (c) 2019 Livio, Inc. * 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 conditions and...
Fix per code review's recommendations: - Fix spellings, remove unwanted double space - Match getter/setter name
android/sdl_android/src/main/java/com/smartdevicelink/managers/lockscreen/LockScreenManager.java
Fix per code review's recommendations: - Fix spellings, remove unwanted double space - Match getter/setter name
Java
bsd-3-clause
65adc7dc7786a3f386367f1c9818d8f1bd0c25cf
0
chrisichris/yetiscript,chrisichris/yetiscript,chrisichris/yetiscript
/** * YJS main entrance * Copyright (c) 2007-2014 Christian Essl * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * ...
srcc/yjs/lang/compiler/YJSMain.java
/** * YJS main entrance * Copyright (c) 2007-2014 Christian Essl * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * ...
repl - tried node but does not work yet
srcc/yjs/lang/compiler/YJSMain.java
repl - tried node but does not work yet
Java
bsd-3-clause
0b3daf9e00a1463f2f942b5df2110a1a0b25e886
0
mrdon/PLUG
package com.atlassian.plugin.osgi.factory; import com.atlassian.plugin.AutowireCapablePlugin; import com.atlassian.plugin.IllegalPluginStateException; import com.atlassian.plugin.ModuleDescriptor; import com.atlassian.plugin.PluginArtifact; import com.atlassian.plugin.PluginState; import com.atlassian.plugin.event.Plu...
atlassian-plugins-osgi/src/main/java/com/atlassian/plugin/osgi/factory/OsgiPlugin.java
package com.atlassian.plugin.osgi.factory; import com.atlassian.plugin.AutowireCapablePlugin; import com.atlassian.plugin.IllegalPluginStateException; import com.atlassian.plugin.ModuleDescriptor; import com.atlassian.plugin.PluginArtifact; import com.atlassian.plugin.PluginState; import com.atlassian.plugin.event.Plu...
CR-PLUG-159 : Add missing space to log message git-svn-id: 3d1f0b8d955af71bf8e09c956c180519124e4717@56084 2c54a935-e501-0410-bc05-97a93f6bca70
atlassian-plugins-osgi/src/main/java/com/atlassian/plugin/osgi/factory/OsgiPlugin.java
CR-PLUG-159 : Add missing space to log message
Java
mit
9ed7ae21a7666478225568a7fe3f85328b3f1375
0
xtianus/yadaframework,xtianus/yadaframework,xtianus/yadaframework,xtianus/yadaframework
package net.yadaframework.core; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.annotation.PostConstruct; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.facto...
YadaWeb/src/main/java/net/yadaframework/core/YadaWebConfig.java
package net.yadaframework.core; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.annotation.PostConstruct; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.facto...
Fix for message.properties locale fallback
YadaWeb/src/main/java/net/yadaframework/core/YadaWebConfig.java
Fix for message.properties locale fallback
Java
mit
0f1cba7af30fbcf6dfc95896a82c487626441810
0
zd-zero/ZQuestionnaire
package zero.zd.zquestionnaire; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.media.MediaPlayer; import android.os.Bundle; import android.os.Handler; import android.support.annotation.IdRes; import android...
app/src/main/java/zero/zd/zquestionnaire/QnaAnswerActivity.java
package zero.zd.zquestionnaire; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.media.MediaPlayer; import android.os.Bundle; import android.os.Handler; import android.support.annotation.IdRes; import android.support.design.widget.Snackbar; import an...
Add Sound Option to Enable Disable Sound Add Default Checked Sound Add Sound Flag Add Option to Enable Disable Sound Add Preferences For Sound
app/src/main/java/zero/zd/zquestionnaire/QnaAnswerActivity.java
Add Sound Option to Enable Disable Sound
Java
mit
a859ef51af117262ccda51ae9d8bbc1d6cbc392c
0
fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode
package leetcode; /** * https://leetcode.com/problems/maximum-of-absolute-value-expression/ */ public class Problem1131 { public int maxAbsValExpr(int[] arr1, int[] arr2) { // TODO return 0; } public static void main(String[] args) { Problem1131 prob = new Problem1131(); ...
src/main/java/leetcode/Problem1131.java
package leetcode; public class Problem1131 { }
Update problem 1131
src/main/java/leetcode/Problem1131.java
Update problem 1131
Java
mit
4f9bf56712689039c11b6c54f12d0e8dfc851720
0
sureshsarda/learn-vaadin
package com.learnvaadin; import javax.servlet.annotation.WebServlet; import com.vaadin.annotations.Theme; import com.vaadin.annotations.VaadinServletConfiguration; import com.vaadin.annotations.Widgetset; import com.vaadin.server.VaadinRequest; import com.vaadin.server.VaadinServlet; import com.vaadin.ui.Button; impo...
code/basiccomponents/src/main/java/com/learnvaadin/MyUI.java
package com.learnvaadin; import javax.servlet.annotation.WebServlet; import com.vaadin.annotations.Theme; import com.vaadin.annotations.VaadinServletConfiguration; import com.vaadin.annotations.Widgetset; import com.vaadin.server.VaadinRequest; import com.vaadin.server.VaadinServlet; import com.vaadin.ui.Button; impo...
Label Demo Complete This commit demosnstrates the usage of Label. No functionality. Just label in the basic application template.
code/basiccomponents/src/main/java/com/learnvaadin/MyUI.java
Label Demo Complete
Java
mit
ca10f4aa514c3299753a9911690b515286a65bfd
0
ankitkayastha/VOOGASalad,nrg12/VOOGASalad
package structures.run; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeMap; import engine.front_end.IDraw; import engine.loop.collisions.ICollisionChecker; import exceptions.CompileTimeException; import exceptions.GameRuntimeException; import structures.data.DataSprite; imp...
src/structures/run/RunObject.java
package structures.run; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeMap; import engine.front_end.IDraw; import engine.loop.collisions.ICollisionChecker; import exceptions.CompileTimeException; import exceptions.GameRuntimeException; import structures.data.DataSprite; imp...
added set object variable
src/structures/run/RunObject.java
added set object variable
Java
mit
681f6269de4de421b36e894f614162a0d659644a
0
shokai/Android-GMapStars
package org.shokai.gmapstars; import android.app.Activity; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; import android.content.Intent; import android.content.IntentSender.SendIntentException; import android.net.Uri; import android.os.Bundle; import android.util.Log; ...
mobile/src/main/java/org/shokai/gmapstars/RegisterActivity.java
package org.shokai.gmapstars; import android.app.Activity; import android.content.DialogInterface; import android.content.DialogInterface.OnCancelListener; import android.content.Intent; import android.content.IntentSender.SendIntentException; import android.net.Uri; import android.os.Bundle; import android.util.Log; ...
show subject and URI on RegisterActivity
mobile/src/main/java/org/shokai/gmapstars/RegisterActivity.java
show subject and URI on RegisterActivity
Java
mit
f95925914fae8d868a322ef8d86aed8a4162a678
0
MikeOrtiz/TouchImageView,hannesa2/TouchImageView,hannesa2/TouchImageView
package com.ortiz.touchview; import android.annotation.TargetApi; import android.content.Context; import android.content.res.Configuration; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.PointF; import andro...
touchview/src/main/java/com/ortiz/touchview/TouchImageView.java
package com.ortiz.touchview; import android.annotation.TargetApi; import android.content.Context; import android.content.res.Configuration; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.PointF; import andro...
convert DEFAULT_ZOOM_TIME to float to prevent animDuration = 0
touchview/src/main/java/com/ortiz/touchview/TouchImageView.java
convert DEFAULT_ZOOM_TIME to float to prevent animDuration = 0
Java
agpl-3.0
b7781004f7b7c8e461ff5739ddf912336c9d7852
0
quikkian-ua-devops/will-financials,smith750/kfs,kkronenb/kfs,ua-eas/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/will-financials,ua-eas/kfs-devops-automation-fork,kuali/kfs,bhutchinson/kfs,quikkian-ua-devops/will-financials,bhutchinson/kfs,smith750/kfs,kkronenb/kfs,kkronenb/kfs,bhutchinson/kfs,ua-eas/kfs,kuali/kfs,ua-...
/* * Copyright 2008 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by app...
work/src/org/kuali/kfs/module/bc/document/web/struts/DetailSalarySettingAction.java
/* * Copyright 2008 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by app...
added re-throw caught exception in execute
work/src/org/kuali/kfs/module/bc/document/web/struts/DetailSalarySettingAction.java
added re-throw caught exception in execute
Java
lgpl-2.1
c992c5e76d10ab58477ed133e1b1c98c08d83480
0
levants/lightmare
package org.lightmare.jpa.jta; import java.util.Collection; import javax.persistence.EntityManager; import javax.persistence.EntityTransaction; import javax.transaction.UserTransaction; import org.lightmare.utils.CollectionUtils; import org.lightmare.utils.ObjectUtils; /** * Factory class to initialize and create ...
src/main/java/org/lightmare/jpa/jta/UserTransactionFactory.java
package org.lightmare.jpa.jta; import java.util.Collection; import javax.persistence.EntityManager; import javax.persistence.EntityTransaction; import javax.transaction.UserTransaction; import org.lightmare.utils.CollectionUtils; import org.lightmare.utils.ObjectUtils; /** * Factory class to initialize and create ...
improved JTA transaction utilities
src/main/java/org/lightmare/jpa/jta/UserTransactionFactory.java
improved JTA transaction utilities
Java
lgpl-2.1
805a66d1668046652fc2825e0ce496ae083b9834
0
bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nu...
/* * (C) Copyright 2009 Nuxeo SA (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.o...
nuxeo-platform-tag-service/nuxeo-platform-tag-api/src/main/java/org/nuxeo/ecm/platform/tag/TaggingHelper.java
/* * (C) Copyright 2009 Nuxeo SA (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.o...
NXP-4232 make TaggingHelper safer
nuxeo-platform-tag-service/nuxeo-platform-tag-api/src/main/java/org/nuxeo/ecm/platform/tag/TaggingHelper.java
NXP-4232 make TaggingHelper safer
Java
apache-2.0
5f2c3a93532fa36193d856803bb1f5d03e31440e
0
babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble
import com.sun.javadoc.*; import com.sun.tools.doclets.formats.html.*; import java.util.*; import ed.js.*; import ed.db.*; import ed.js.engine.Scope; import java.util.regex.*; import ed.doc.Generate; public class JavadocToDB { public static void getTags(Doc from, JSObjectBase dest) { Tag cTags[] = from.ta...
src/main/ed/doc/JavadocToDB.java
import com.sun.javadoc.*; import com.sun.tools.doclets.formats.html.*; import java.util.*; import ed.js.*; import ed.db.*; import ed.js.engine.Scope; import java.util.regex.*; import ed.doc.Generate; public class JavadocToDB { public static void getTags(Doc from, JSObjectBase dest) { Tag cTags[] = from.ta...
docgen: fixed anonymous inner classes
src/main/ed/doc/JavadocToDB.java
docgen: fixed anonymous inner classes
Java
apache-2.0
8c1cfa3c5152b74a24225364425a6015c19ff7d7
0
nknize/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,n...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Mute RolloverIT#testRolloverWithClosedIndexInAlias (#64923) Relates #64921
server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java
Mute RolloverIT#testRolloverWithClosedIndexInAlias (#64923)
Java
apache-2.0
d0bd9b80e93d34db236cebd86aa5b32f973596f5
0
SaikiranGoud/Rockingandroidworld,tpalsulich/NYU-BusTracker-Android
package com.palsulich.nyubustracker.activities; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; import andr...
NYUBusTracker/src/main/java/com/palsulich/nyubustracker/activities/MainActivity.java
package com.palsulich.nyubustracker.activities; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; import andr...
Fixing force close on default stop selection.
NYUBusTracker/src/main/java/com/palsulich/nyubustracker/activities/MainActivity.java
Fixing force close on default stop selection.
Java
apache-2.0
d1c0dff9a33d49e6e7b98a4063da01bbc9325a38
0
alibaba/fastjson,alibaba/fastjson,alibaba/fastjson,alibaba/fastjson
/* * Copyright 1999-2017 Alibaba Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
src/main/java/com/alibaba/fastjson/parser/ParserConfig.java
/* * Copyright 1999-2017 Alibaba Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
update blacklist
src/main/java/com/alibaba/fastjson/parser/ParserConfig.java
update blacklist
Java
apache-2.0
6745122746b2c4d4764561fc9262038ca3f7037d
0
ibinti/intellij-community,pwoodworth/intellij-community,petteyg/intellij-community,xfournet/intellij-community,orekyuu/intellij-community,salguarnieri/intellij-community,fengbaicanhe/intellij-community,gnuhub/intellij-community,fengbaicanhe/intellij-community,fitermay/intellij-community,asedunov/intellij-community,ryan...
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-api/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
make it abstract, so IntelliJ suggest we must implement something
platform/platform-api/src/com/intellij/openapi/actionSystem/ex/AnActionListener.java
make it abstract, so IntelliJ suggest we must implement something
Java
apache-2.0
8dfcf5b6d0d7ab82e03321426bc297aa25b53103
0
Reidddddd/alluxio,madanadit/alluxio,wwjiang007/alluxio,apc999/alluxio,EvilMcJerkface/alluxio,wwjiang007/alluxio,uronce-cc/alluxio,aaudiber/alluxio,Reidddddd/alluxio,EvilMcJerkface/alluxio,madanadit/alluxio,jswudi/alluxio,Alluxio/alluxio,Alluxio/alluxio,riversand963/alluxio,uronce-cc/alluxio,EvilMcJerkface/alluxio,madan...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
core/client/src/main/java/alluxio/hadoop/HdfsFileInputStream.java
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
change PACKET_STREAMING_ENABLED to static
core/client/src/main/java/alluxio/hadoop/HdfsFileInputStream.java
change PACKET_STREAMING_ENABLED to static
Java
apache-2.0
eac1963c270ae8d18b656ae5887e4fa8161ef98d
0
apache/openwebbeans,apache/openwebbeans,apache/openwebbeans
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
webbeans-web/src/main/java/org/apache/webbeans/web/intercept/RequestScopedBeanInterceptorHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
OWB-344 remove resolved TODO git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1436562 13f79535-47bb-0310-9956-ffa450edef68
webbeans-web/src/main/java/org/apache/webbeans/web/intercept/RequestScopedBeanInterceptorHandler.java
OWB-344 remove resolved TODO
Java
apache-2.0
7a57ce33344c8c94b2b6df6b82f6b23adf6ad56c
0
DaanHoogland/cloudstack,wido/cloudstack,DaanHoogland/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,wido/cloudstack,DaanHoogland/cloudstack,resmo/cloudstack,DaanHoogland/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,jcshen007/cloudstack,DaanHoogland/cloudstack,GabrielBrascher/cloudstack,DaanHoogland/...
// 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...
server/src/com/cloud/network/NetworkServiceImpl.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...
Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCUIT warning in NetworkServiceImpl.java Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> This closes #440
server/src/com/cloud/network/NetworkServiceImpl.java
Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCUIT warning in NetworkServiceImpl.java
Java
apache-2.0
1baf7a9ae03b9c1a0ea06f17ccc0591eca9d20bc
0
jaferreiro/gora-indra,jaferreiro/gora-indra,jaferreiro/gora-indra
package org.apache.gora.pig; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import org.apache.avro.Schema; import org.apache.avro.Schema.Field; import org.a...
gora-pig/src/main/java/org/apache/gora/pig/GoraDeleteStorage.java
package org.apache.gora.pig; import java.io.IOException; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Properties; import org.apache.avro.Schema; import org.apache.avr...
Terminada la implementación base de GoraDeleteStorage
gora-pig/src/main/java/org/apache/gora/pig/GoraDeleteStorage.java
Terminada la implementación base de GoraDeleteStorage
Java
apache-2.0
f440d740de56542a889bd851ed9fd996beb208bb
0
matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * * 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 * * Unles...
matrix-sdk/src/main/java/org/matrix/androidsdk/MXDataHandler.java
/* * Copyright 2014 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
Code cleaning
matrix-sdk/src/main/java/org/matrix/androidsdk/MXDataHandler.java
Code cleaning
Java
apache-2.0
556c3e4d498a76cb792ca588dcd56364d6be63a8
0
marklogic/data-hub-in-a-box,marklogic/data-hub-in-a-box,marklogic/data-hub-in-a-box,marklogic/data-hub-in-a-box
package com.marklogic.hub; import static org.junit.Assert.fail; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio....
marklogic-data-hub/src/test/java/com/marklogic/hub/PiiE2E.java
package com.marklogic.hub; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList;...
Adding test for DHFPROD-818
marklogic-data-hub/src/test/java/com/marklogic/hub/PiiE2E.java
Adding test for DHFPROD-818
Java
apache-2.0
3d78787bb8acc3f1180909045168811020e9e142
0
IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service,IHTSDO/OTF-Mapping-Service
/* * Copyright 2019 West Coast Informatics, LLC */ package org.ihtsdo.otf.mapping.jpa.services; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util....
jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/services/WorkflowServiceJpa.java
/* * Copyright 2019 West Coast Informatics, LLC */ package org.ihtsdo.otf.mapping.jpa.services; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util....
WMT-58: resolve lost map note on conflict resolution
jpa-services/src/main/java/org/ihtsdo/otf/mapping/jpa/services/WorkflowServiceJpa.java
WMT-58: resolve lost map note on conflict resolution
Java
apache-2.0
c368800b24fe125a4f45f1ef0f92956162ecc4e1
0
andrenpaes/killbill,marksimu/killbill,killbill/killbill,andrenpaes/killbill,marksimu/killbill,sbrossie/killbill,marksimu/killbill,killbill/killbill,andrenpaes/killbill,marksimu/killbill,andrenpaes/killbill,sbrossie/killbill,marksimu/killbill,sbrossie/killbill,killbill/killbill,andrenpaes/killbill,sbrossie/killbill,kill...
/* * Copyright 2010-2012 Ning, Inc. * * Ning 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 a...
util/src/test/java/org/killbill/billing/util/export/dao/TestCSVExportOutputStream.java
/* * Copyright 2010-2012 Ning, Inc. * * Ning 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 a...
Fix broken test in 83d0eae02f6d530b49fa8143066f95061440b74c
util/src/test/java/org/killbill/billing/util/export/dao/TestCSVExportOutputStream.java
Fix broken test in 83d0eae02f6d530b49fa8143066f95061440b74c
Java
apache-2.0
3bbbf8ea01059832aacdf5023f12be55274d0287
0
GDasai/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,GDasai/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,GDasai/hsac-fitnesse-fixtures,GDasai/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures
package nl.hsac.fitnesse.fixture.slim.web; import fitnesse.slim.fixtureInteraction.FixtureInteraction; import nl.hsac.fitnesse.fixture.slim.SlimFixture; import nl.hsac.fitnesse.fixture.slim.SlimFixtureException; import nl.hsac.fitnesse.fixture.slim.StopTestException; import nl.hsac.fitnesse.fixture.slim.web.annotation...
src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
package nl.hsac.fitnesse.fixture.slim.web; import fitnesse.slim.fixtureInteraction.FixtureInteraction; import nl.hsac.fitnesse.fixture.slim.SlimFixture; import nl.hsac.fitnesse.fixture.slim.SlimFixtureException; import nl.hsac.fitnesse.fixture.slim.StopTestException; import nl.hsac.fitnesse.fixture.slim.web.annotation...
Use existing impl and no separate waitdriver
src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
Use existing impl and no separate waitdriver
Java
apache-2.0
6f671ec214876e3f916c07210f5e98634ce50b6f
0
metaborg/mb-rep,metaborg/mb-rep
package org.spoofax.interpreter.library.index; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.lang.ref.WeakReference; import java.net.URI; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.ut...
org.spoofax.interpreter.library.index/src/main/java/org/spoofax/interpreter/library/index/IndexManager.java
package org.spoofax.interpreter.library.index; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.lang.ref.WeakReference; import java.net.URI; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.ut...
Revert "Don't queue analysis for non-indexed languages." This reverts commit 71b1dd9d86f4591d13e24414b38bb934805ac6a0.
org.spoofax.interpreter.library.index/src/main/java/org/spoofax/interpreter/library/index/IndexManager.java
Revert "Don't queue analysis for non-indexed languages."
Java
apache-2.0
487aa93b762f9d56973ee77527bba9e7eb98620b
0
intentionet/batfish,intentionet/batfish,arifogel/batfish,dhalperi/batfish,dhalperi/batfish,arifogel/batfish,intentionet/batfish,dhalperi/batfish,batfish/batfish,arifogel/batfish,batfish/batfish,intentionet/batfish,batfish/batfish,intentionet/batfish
package org.batfish.datamodel.trace; import static com.google.common.base.MoreObjects.firstNonNull; import static com.google.common.base.Preconditions.checkNotNull; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.base.MoreObjects; imp...
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/trace/TraceTree.java
package org.batfish.datamodel.trace; import static com.google.common.base.MoreObjects.firstNonNull; import static com.google.common.base.Preconditions.checkNotNull; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.collect.ImmutableList...
TraceTree: implement toString (#6354)
projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/trace/TraceTree.java
TraceTree: implement toString (#6354)
Java
apache-2.0
1ecfd798c1705250787ab8148335b738a902ed8e
0
apache/clerezza,apache/clerezza
/* * 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 ...
rdf.utils/src/main/java/org/apache/clerezza/rdf/utils/Smusher.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 ...
CLEREZZA-830: added method for owl:sameAs smushing git-svn-id: a2d3587ff158ca8a3fb8c2807007470429464411@1530930 13f79535-47bb-0310-9956-ffa450edef68
rdf.utils/src/main/java/org/apache/clerezza/rdf/utils/Smusher.java
CLEREZZA-830: added method for owl:sameAs smushing
Java
bsd-3-clause
f56dce838433ae05526459e398769bc8dd867fdd
0
Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java,Unidata/netcdf-java
/* * Copyright 1998-2009 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on ...
tds/src/main/java/thredds/server/radarServer/RadarMethods.java
/* * Copyright 1998-2009 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on ...
added check for Terminal stations
tds/src/main/java/thredds/server/radarServer/RadarMethods.java
added check for Terminal stations
Java
bsd-3-clause
9f923f5a5ed2dfee35fda8e637edf164094d656f
0
NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt,NCIP/rembrandt
// Created by Xslt generator for Eclipse. // XSL : not found (java.io.FileNotFoundException: (Bad file descriptor)) // Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl package gov.nih.nci.nautilus.struts.form; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionE...
src/gov/nih/nci/nautilus/struts/form/GeneExpressionForm.java
// Created by Xslt generator for Eclipse. // XSL : not found (java.io.FileNotFoundException: (Bad file descriptor)) // Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl package gov.nih.nci.nautilus.struts.form; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionE...
Added validation for Clone/Probeset ID SVN-Revision: 785
src/gov/nih/nci/nautilus/struts/form/GeneExpressionForm.java
Added validation for Clone/Probeset ID
Java
mit
64539e364e8fb96588e00ea379fb9523b3d195de
0
fr1kin/ForgeHax,fr1kin/ForgeHax
package com.matt.forgehax.asm; import com.matt.forgehax.asm.TypesMc.Classes; import com.matt.forgehax.asm.patches.*; import com.matt.forgehax.asm.patches.special.*; import com.matt.forgehax.asm.utils.ASMHelper; import com.matt.forgehax.asm.utils.ASMStackLogger; import com.matt.forgehax.asm.utils.AsmPattern; import com...
src/main/java/com/matt/forgehax/asm/ForgeHaxTransformer.java
package com.matt.forgehax.asm; import com.matt.forgehax.asm.TypesMc.Classes; import com.matt.forgehax.asm.patches.*; import com.matt.forgehax.asm.patches.special.*; import com.matt.forgehax.asm.utils.ASMHelper; import com.matt.forgehax.asm.utils.ASMStackLogger; import com.matt.forgehax.asm.utils.AsmPattern; import com...
Added another class to the preload list
src/main/java/com/matt/forgehax/asm/ForgeHaxTransformer.java
Added another class to the preload list
Java
mit
5222d7c584f54451b2ff28b5716ad7ab75b4dc9a
0
Grinch/SpongeCommon,SpongePowered/Sponge,JBYoshi/SpongeCommon,modwizcode/SpongeCommon,modwizcode/SpongeCommon,DDoS/SpongeCommon,kenzierocks/SpongeCommon,clienthax/SpongeCommon,ryantheleach/SpongeCommon,SpongePowered/SpongeCommon,sanman00/SpongeCommon,SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/Sponge,...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
src/main/java/org/spongepowered/common/mixin/core/network/MixinPacketBuffer.java
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
Fix wrong shadow return types in MixinPacketBuffer.
src/main/java/org/spongepowered/common/mixin/core/network/MixinPacketBuffer.java
Fix wrong shadow return types in MixinPacketBuffer.
Java
lgpl-2.1
1541374b00cf4c37ad2952e7ac7496aec052c064
0
CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine
/* * jETeL/Clover - Java based ETL application framework. * Copyright (C) 2002 David Pavlis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * ...
cloveretl.engine/src/org/jetel/graph/TransformationGraph.java
/* * jETeL/Clover - Java based ETL application framework. * Copyright (C) 2002 David Pavlis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * ...
fixed problem with DBConnection git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@159 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
cloveretl.engine/src/org/jetel/graph/TransformationGraph.java
fixed problem with DBConnection
Java
lgpl-2.1
d6cec9c4a3fab2fe05239768cbef554c6cd99b67
0
SoboLAN/pokerenlighter-swing,SoboLAN/pokerenlighter-simulator,SoboLAN/pokerenlighter-swing
package org.javafling.pokerenlighter.combination; /** * The player's cards have to be combined with the cards on the table (flop, turn, river) to determine * what the player's hand is. * This class describes all the possible outcomes of the combining process. * One very important advice: start calling the methods ...
src/org/javafling/pokerenlighter/combination/Combination.java
package org.javafling.pokerenlighter.combination; /** * The player's cards have to be combined with the cards on the table (flop, turn, river) to determine * what the player's hand is. * This class describes all the possible outcomes of the combining process. * One very important advice: start calling the methods ...
Fixed bug #0000007 (The wheel made up of cards of the same suit is detected as royal flush, not straight flush)
src/org/javafling/pokerenlighter/combination/Combination.java
Fixed bug #0000007 (The wheel made up of cards of the same suit is detected as royal flush, not straight flush)