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
lgpl-2.1
81d7fa8fe322954cc2fea4dc797887a763f715b6
0
mbatchelor/pentaho-platform-plugin-reporting,mbatchelor/pentaho-platform-plugin-reporting,mbatchelor/pentaho-platform-plugin-reporting
package org.pentaho.reporting.platform.plugin; import java.io.InputStream; import java.util.HashMap; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.pentaho.platform.api.engine.IFileInfo; import org.pentaho.platform.api.engine.ILogger; import org.pentaho.platfo...
src/org/pentaho/reporting/platform/plugin/ReportFileMetaDataProvider.java
package org.pentaho.reporting.platform.plugin; import java.io.InputStream; import java.util.HashMap; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.pentaho.platform.api.engine.IFileInfo; import org.pentaho.platform.api.engine.ILogger; import org.pentaho.platfo...
Shared resource manager for more performance.
src/org/pentaho/reporting/platform/plugin/ReportFileMetaDataProvider.java
Shared resource manager for more performance.
Java
apache-2.0
caf2bce0ba7d170b253ea6f353a3c2cf49fb5382
0
vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.provision.provisioning; import com.yahoo.config.provision.Flavor; import com.yahoo.config.provision.NodeResources; import com.yahoo.config.provision.NodeType; import com...
node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/DockerHostCapacity.java
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.provision.provisioning; import com.yahoo.config.provision.Flavor; import com.yahoo.config.provision.NodeResources; import com.yahoo.config.provision.NodeType; import com...
Handle existing incorrect disk speed in allocations
node-repository/src/main/java/com/yahoo/vespa/hosted/provision/provisioning/DockerHostCapacity.java
Handle existing incorrect disk speed in allocations
Java
apache-2.0
1f89ef6e4ebb1bdf8bd2ca6d1d46f51f130b8fea
0
mkolisnyk/cucumber-reports,mkolisnyk/cucumber-reports
package com.github.mkolisnyk.cucumber.reporting.types.consolidated; public class ConsolidatedReportModel { private ConsolidatedItemInfo[] items; private String reportSuffix = "consolidated"; private String title; private boolean useTableOfContents; private int rows = 1; private int cols = 1; ...
src/main/java/com/github/mkolisnyk/cucumber/reporting/types/consolidated/ConsolidatedReportModel.java
package com.github.mkolisnyk.cucumber.reporting.types.consolidated; public class ConsolidatedReportModel { private ConsolidatedItemInfo[] items; private String reportSuffix = "consolidated"; private String title; private boolean useTableOfContents; public ConsolidatedReportModel(ConsolidatedItemInf...
#60: rows and cols were reserved for consolidated report
src/main/java/com/github/mkolisnyk/cucumber/reporting/types/consolidated/ConsolidatedReportModel.java
#60: rows and cols were reserved for consolidated report
Java
apache-2.0
28e925158e205bc352d8cda5ab3de9aecbfa8450
0
chmyga/component-runtime,chmyga/component-runtime,chmyga/component-runtime,chmyga/component-runtime
/** * Copyright (C) 2006-2019 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/ComponentManager.java
/** * Copyright (C) 2006-2019 Talend Inc. - www.talend.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
enable to use IncludeExcludeFilter strategy for classloader scanning
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/ComponentManager.java
enable to use IncludeExcludeFilter strategy for classloader scanning
Java
apache-2.0
d94aac659d5f9553568ce277e076d77e712847b7
0
cleliameneghin/sling,cleliameneghin/sling,cleliameneghin/sling,cleliameneghin/sling,cleliameneghin/sling
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.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 ...
correction had a mistake in the merge before
bundles/resourceresolver/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.java
correction had a mistake in the merge before
Java
apache-2.0
8cecf71dae8998ad22a99dbcbf3004b34759891c
0
jochenw/afw,jochenw/afw,jochenw/afw
package com.github.jochenw.afw.core.io; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.nio.file.FileVisitResult; import java.nio.file.FileVisitor; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.SimpleF...
afw-core/src/main/java/com/github/jochenw/afw/core/io/DirResourceRepository.java
package com.github.jochenw.afw.core.io; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.nio.file.FileVisitResult; import java.nio.file.FileVisitor; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.SimpleF...
Still debugging.
afw-core/src/main/java/com/github/jochenw/afw/core/io/DirResourceRepository.java
Still debugging.
Java
apache-2.0
6813ed4194d8bc9e4b44eddd9b420c2da85b4806
0
liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 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.ui.editors.base/src/org/jkiss/dbeaver/ui/editors/DatabaseNodeEditorInput.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 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...
Tools editor open fix
plugins/org.jkiss.dbeaver.ui.editors.base/src/org/jkiss/dbeaver/ui/editors/DatabaseNodeEditorInput.java
Tools editor open fix
Java
apache-2.0
0bb319ea07a42a5260bc0d362c3f4ecd20c0f6b5
0
openphacts/queryExpander,openphacts/queryExpander,openphacts/queryExpander
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package uk.ac.man.cs.openphacts.queryexpander.queryLoader.impl; import java.io.File; import java.io.IOException; import org.apache.log4j.Logger; import org.bridgedb.IDMapperException; import org.bridgedb.sql.SQLUriMapp...
query.expander.implentation/test/uk/ac/man/cs/openphacts/queryexpander/queryLoader/impl/TestLoader.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package uk.ac.man.cs.openphacts.queryexpander.queryLoader.impl; import java.io.File; import java.io.IOException; import org.apache.log4j.Logger; import org.bridgedb.IDMapperException; import org.bridgedb.sql.SQLUriMapp...
Abort tests on SQL connection failure
query.expander.implentation/test/uk/ac/man/cs/openphacts/queryexpander/queryLoader/impl/TestLoader.java
Abort tests on SQL connection failure
Java
apache-2.0
bb364d163f22c86f573be63ba2692581777fbcae
0
anthcp/cdap,mpouttuclarke/cdap,chtyim/cdap,caskdata/cdap,hsaputra/cdap,caskdata/cdap,hsaputra/cdap,caskdata/cdap,mpouttuclarke/cdap,chtyim/cdap,hsaputra/cdap,mpouttuclarke/cdap,anthcp/cdap,caskdata/cdap,chtyim/cdap,mpouttuclarke/cdap,chtyim/cdap,caskdata/cdap,mpouttuclarke/cdap,caskdata/cdap,hsaputra/cdap,chtyim/cdap,a...
/* * Copyright © 2014 Cask Data, 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 t...
cdap-watchdog/src/main/java/co/cask/cdap/metrics/query/MetricsRequestParser.java
/* * Copyright © 2014 Cask Data, 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 t...
use seconds for default resolution, if resolution-auto is specified, then use resolution based on time range
cdap-watchdog/src/main/java/co/cask/cdap/metrics/query/MetricsRequestParser.java
use seconds for default resolution, if resolution-auto is specified, then use resolution based on time range
Java
apache-2.0
91a4be456c83236f7d2fb867babb764dfb688565
0
ic3fox/jawr,ic3fox/jawr,ic3fox/jawr,ic3fox/jawr
package test.net.jawr.web.resource.bundle.locale; import static org.mockito.Mockito.when; import java.io.File; import java.io.Reader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.Properties; import org.junit.After; import ...
jawr-core/src/test/java/test/net/jawr/web/resource/bundle/locale/ResourceBundleMessageGeneratorTestCase.java
package test.net.jawr.web.resource.bundle.locale; import static org.mockito.Mockito.when; import java.io.File; import java.io.Reader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.Properties; import org.junit.After; import ...
Fix unit test of ResourBundleMessageGenerator
jawr-core/src/test/java/test/net/jawr/web/resource/bundle/locale/ResourceBundleMessageGeneratorTestCase.java
Fix unit test of ResourBundleMessageGenerator
Java
apache-2.0
4bbf33a1c31bf306712a0eb592f71be31d66965d
0
r1305/FoodTracker
package com.parse.starter; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * Created by Rogger on 02/11/2015. */ public class CuponesFragment extends Fragment { pu...
ParseStarterProject/src/main/java/com/parse/starter/CuponesFragment.java
package com.parse.starter; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * Created by Rogger on 02/11/2015. */ public class CuponesFragment extends Fragment { pu...
Update CuponesFragment.java
ParseStarterProject/src/main/java/com/parse/starter/CuponesFragment.java
Update CuponesFragment.java
Java
apache-2.0
033feb1da151aff4cb11b0e8c805764e67243da4
0
Tradeshift/concurrentlinkedhashmap,sdslnmd/concurrentlinkedhashmap,songchuanyuan66/concurrentlinkedhashmap,ben-manes/concurrentlinkedhashmap,mapiman/concurrentlinkedhashmap,easyfmxu/concurrentlinkedhashmap,rzel/concurrentlinkedhashmap,hhshuai/concurrentlinkedhashmap
/* * Copyright 2010 Benjamin Manes * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
src/java/com/googlecode/concurrentlinkedhashmap/Weighers.java
/* * Copyright 2010 Benjamin Manes * * 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 ...
Forgot private constructor for static class. git-svn-id: f02809d07249afda9bb86f6876e29579dfe1b760@356 52670e78-85c4-11dd-9ffd-cdf95c2cae98
src/java/com/googlecode/concurrentlinkedhashmap/Weighers.java
Forgot private constructor for static class.
Java
apache-2.0
1458eaaffb8fdfe3a3b8173372c8671662534a9c
0
vherilier/jmeter,ra0077/jmeter,ubikloadpack/jmeter,ra0077/jmeter,ubikloadpack/jmeter,max3163/jmeter,etnetera/jmeter,vherilier/jmeter,max3163/jmeter,max3163/jmeter,ubikloadpack/jmeter,max3163/jmeter,etnetera/jmeter,ubikloadpack/jmeter,ra0077/jmeter,etnetera/jmeter,vherilier/jmeter,vherilier/jmeter,etnetera/jmeter,ra0077...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.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 ...
Drop commented code git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1782084 13f79535-47bb-0310-9956-ffa450edef68
src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java
Drop commented code
Java
apache-2.0
b21b9d3917ac8d8e41c18f959cf5ab35c0f8b141
0
vhotspur/spl-adaptation-framework,vhotspur/spl-adaptation-framework
package cz.cuni.mff.d3s.spl.core.data.segment; import java.util.SortedMap; import java.util.TreeMap; import cz.cuni.mff.d3s.spl.core.data.PrecomputedStatistics; import cz.cuni.mff.d3s.spl.core.data.SampleBasedDataSource; import cz.cuni.mff.d3s.spl.core.data.Statistics; public class SlidingTimeSlotDataSource implemen...
src/cz/cuni/mff/d3s/spl/core/data/segment/SlidingTimeSlotDataSource.java
package cz.cuni.mff.d3s.spl.core.data.segment; import java.util.SortedMap; import java.util.TreeMap; import cz.cuni.mff.d3s.spl.core.data.PrecomputedStatistics; import cz.cuni.mff.d3s.spl.core.data.SampleBasedDataSource; import cz.cuni.mff.d3s.spl.core.data.Statistics; public class SlidingTimeSlotDataSource implemen...
Fix sliding time slot data source
src/cz/cuni/mff/d3s/spl/core/data/segment/SlidingTimeSlotDataSource.java
Fix sliding time slot data source
Java
apache-2.0
15addd0db1d419733b92dcf32ded92b9775eff57
0
joansmith/supernode,bitsofproof/supernode
/* * Copyright 2012 Tamas Blummer tamas@bitsofproof.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
src/com/bitsofproof/supernode/core/P2P.java
/* * Copyright 2012 Tamas Blummer tamas@bitsofproof.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
synchronize the input stream
src/com/bitsofproof/supernode/core/P2P.java
synchronize the input stream
Java
apache-2.0
5943eff07de4e6404bdbe0f713749374557df0e8
0
frankscholten/elasticsearch,pekermert/elasticsearch,jhftrifork/elasticsearch,mesos/elasticsearch,mwl/elasticsearch,mwl/elasticsearch,mwl/elasticsearch,mesos/elasticsearch,frankscholten/elasticsearch,mwl/elasticsearch,jhftrifork/elasticsearch,pekermert/elasticsearch,jrslv/elasticsearch,openwis-ss/elasticsearch,mesos/ela...
package org.apache.mesos.elasticsearch.systemtest; import com.github.dockerjava.api.command.ExecCreateCmdResponse; import com.github.dockerjava.api.model.Container; import org.apache.commons.io.IOUtils; import org.apache.log4j.Logger; import org.apache.mesos.mini.MesosCluster; import org.apache.mesos.mini.mesos.MesosC...
system-test/src/systemTest/java/org/apache/mesos/elasticsearch/systemtest/ReconcilliationTest.java
package org.apache.mesos.elasticsearch.systemtest; import com.github.dockerjava.api.command.ExecCreateCmdResponse; import com.github.dockerjava.api.model.Container; import org.apache.commons.io.IOUtils; import org.apache.log4j.Logger; import org.apache.mesos.mini.MesosCluster; import org.apache.mesos.mini.mesos.MesosC...
Cluster size should be 3.
system-test/src/systemTest/java/org/apache/mesos/elasticsearch/systemtest/ReconcilliationTest.java
Cluster size should be 3.
Java
apache-2.0
0c560f77faf7fd4c9861c23e57017943e92067ef
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.testFramework; import com.intellij.CommonBundle; import com.intellij.codeHighlighting.Pass; import com.intellij.codeInsight.daemon.LineMarkerInfo; import com...
platform/testFramework/src/com/intellij/testFramework/ExpectedHighlightingData.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.testFramework; import com.intellij.CommonBundle; import com.intellij.codeHighlighting.Pass; import com.intellij.codeInsight.daemon.LineMarkerInfo; import com...
[testFramework] fix deprecation problems (cherry picked from commit e94067b2c3ab37e0e64e88f63a89f8ce70f69f9f) IDEA-CR-49216 GitOrigin-RevId: ae78739a3909499605bfd49d9be18225edb07a85
platform/testFramework/src/com/intellij/testFramework/ExpectedHighlightingData.java
[testFramework] fix deprecation problems
Java
apache-2.0
412df6c5875c9ced2369b5ebf9fbd1ca20f0c3af
0
buddycloud/buddycloud-android,buddycloud/buddycloud-android
package com.buddycloud.image; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Date; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.apache.common...
src/com/buddycloud/image/WebImageCache.java
package com.buddycloud.image; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Date; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.apache.common...
Removing old entries from not-found cache.
src/com/buddycloud/image/WebImageCache.java
Removing old entries from not-found cache.
Java
bsd-2-clause
789ac821240201b2d5264e9178b876e126abd9a8
0
stelfrich/imagej-ops,gab1one/imagej-ops,imagej/imagej-ops
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2016 Board of Regents of the University of * Wisconsin-Madison, University of Konstanz and Brian Northan. * %% * Redistribution and use in source and binary forms, with or without * modification, are permi...
src/main/java/net/imagej/ops/create/kernelGauss/CreateKernelGaussSymmetric.java
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2016 Board of Regents of the University of * Wisconsin-Madison, University of Konstanz and Brian Northan. * %% * Redistribution and use in source and binary forms, with or without * modification, are permi...
CreateKernelGaussSymmetric: improve javadoc
src/main/java/net/imagej/ops/create/kernelGauss/CreateKernelGaussSymmetric.java
CreateKernelGaussSymmetric: improve javadoc
Java
bsd-2-clause
488784fc90df34ab909de043088499c369261a54
0
m-entrup/EFTEMj,m-entrup/EFTEMj
package de.m_entrup.EFTEMj_SR_EELS.characterisation; import com.opencsv.CSVWriter; import java.awt.Rectangle; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import org.apache.commons.configuration.C...
EFTEMj-SR-EELS/src/main/java/de/m_entrup/EFTEMj_SR_EELS/characterisation/SR_EELS_CharacterisationPlugin.java
package de.m_entrup.EFTEMj_SR_EELS.characterisation; import com.opencsv.CSVWriter; import java.awt.Rectangle; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import org.apache.commons.configuration.C...
Making SR-EELS characterization settings dependent on binning: Offset, step size and filter radius refer to the full camera size. If an image is binned, the values are changed according to the binning. For example a step size of 128 will be reduced to 32 if bin4 is used.
EFTEMj-SR-EELS/src/main/java/de/m_entrup/EFTEMj_SR_EELS/characterisation/SR_EELS_CharacterisationPlugin.java
Making SR-EELS characterization settings dependent on binning:
Java
bsd-2-clause
a868c61882fc66ee08fffdfc01b454d69474af3c
0
RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools,RealTimeGenomics/rtg-tools
/* * Copyright (c) 2014. Real Time Genomics Limited. * * 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 * notice...
test/com/rtg/util/SimpleThreadPoolTest.java
/* * Copyright (c) 2014. Real Time Genomics Limited. * * 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 * notice...
Try to make exception throwing closer to atomic by avoid the object creation time
test/com/rtg/util/SimpleThreadPoolTest.java
Try to make exception throwing closer to atomic by avoid the object creation time
Java
bsd-3-clause
5a3ec847a0c4312f93f63d569af8b1d3be370fd6
0
koshalt/motech,koshalt/motech,ngraczewski/motech,tstalka/motech,wstrzelczyk/motech,wstrzelczyk/motech,wstrzelczyk/motech,justin-hayes/motech,sebbrudzinski/motech,LukSkarDev/motech,smalecki/motech,smalecki/motech,smalecki/motech,tstalka/motech,tstalka/motech,LukSkarDev/motech,justin-hayes/motech,justin-hayes/motech,sebb...
package org.motechproject.testing.osgi.container; import org.apache.commons.lang.reflect.MethodUtils; import org.eclipse.gemini.blueprint.util.OsgiBundleUtils; import org.motechproject.server.osgi.util.PlatformConstants; import org.motechproject.server.osgi.status.PlatformStatusManager; import org.ops4j.pax.exam.Const...
modules/testing-utils/pax-it-container/src/main/java/org/motechproject/testing/osgi/container/MotechNativeTestContainer.java
package org.motechproject.testing.osgi.container; import org.apache.commons.lang.reflect.MethodUtils; import org.eclipse.gemini.blueprint.util.OsgiBundleUtils; import org.motechproject.server.osgi.util.PlatformConstants; import org.motechproject.server.osgi.status.PlatformStatusManager; import org.ops4j.pax.exam.Const...
MOTECH-1959: MotechNativeTestContainer will now also wait for the web contexts if present
modules/testing-utils/pax-it-container/src/main/java/org/motechproject/testing/osgi/container/MotechNativeTestContainer.java
MOTECH-1959: MotechNativeTestContainer will now also wait for the web contexts if present
Java
mit
402e881a6a04cfa5891e87954b7bf92cc14d0f5e
0
inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid,inaturalist/iNaturalistAndroid
package org.inaturalist.android; import java.io.BufferedInputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; im...
iNaturalist/src/main/java/org/inaturalist/android/INaturalistService.java
package org.inaturalist.android; import java.io.BufferedInputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; im...
#1102 - authenticate user registration API call with JWT
iNaturalist/src/main/java/org/inaturalist/android/INaturalistService.java
#1102 - authenticate user registration API call with JWT
Java
mit
5e9521c59c9b3c71a30860ef2bc6bc6a56d7645a
0
weisJ/darklaf,weisJ/darklaf,weisJ/darklaf,weisJ/darklaf
/* * MIT License * * Copyright (c) 2020 Jannis Weis * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
core/src/main/java/com/github/weisj/darklaf/ui/combobox/DarkComboBoxUI.java
/* * MIT License * * Copyright (c) 2020 Jannis Weis * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
Fixed background for disabled editable combobox.
core/src/main/java/com/github/weisj/darklaf/ui/combobox/DarkComboBoxUI.java
Fixed background for disabled editable combobox.
Java
mit
f96fe2a8782c8537b5880f445a2d555bb4269f2e
0
podio/podio-android
/* * Copyright (C) 2014 Copyright Citrix Systems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy...
sdk/src/main/java/com/podio/sdk/domain/field/MoneyField.java
/* * Copyright (C) 2014 Copyright Citrix Systems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy...
money field now only supports one value
sdk/src/main/java/com/podio/sdk/domain/field/MoneyField.java
money field now only supports one value
Java
mit
2117ea2b59165c9baf33015502a83778d30cd02d
0
InventivetalentDev/MineskinClient
package org.mineskin; import com.google.gson.Gson; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.google.gson.JsonParser; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.mineskin.data.Skin; import org.mineskin.data.SkinCallback; import java.io.File; import jav...
src/main/java/org/mineskin/MineskinClient.java
package org.mineskin; import com.google.gson.Gson; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.google.gson.JsonParser; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.mineskin.data.Skin; import org.mineskin.data.SkinCallback; import java.io.File; import jav...
api key support
src/main/java/org/mineskin/MineskinClient.java
api key support
Java
mit
829a228d79fe349671cfcb1a38d06482ce83093c
0
JetBrains/ideavim,JetBrains/ideavim
/* * Copyright 2003-2022 The IdeaVim authors * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE.txt file or at * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; import com.intellij.execution.ExecutionException; import com.intellij.exe...
src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java
/* * Copyright 2003-2022 The IdeaVim authors * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE.txt file or at * https://opensource.org/licenses/MIT. */ package com.maddyhome.idea.vim.group; import com.intellij.execution.ExecutionException; import com.intellij.exe...
Revert "Remove contributions of Piotr Mikulski <piotr@near.org>" This reverts commit 860592291f2672ddf0f70f8093bd01af505a3cd6.
src/main/java/com/maddyhome/idea/vim/group/ProcessGroup.java
Revert "Remove contributions of Piotr Mikulski <piotr@near.org>"
Java
agpl-3.0
f875e9df4f346f2e28fdcadb5767d114ffce4f3e
0
PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,KinshipSoftware/KinOathKinshipArchiver,PeterWithers/temp-to-delete1
package nl.mpi.kinnate.uniqueidentifiers; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.UUID; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlValue; import nl.mpi.arbil.data.ArbilField; /** * Document : UniqueIdentifier * Creat...
desktop/src/main/java/nl/mpi/kinnate/uniqueidentifiers/UniqueIdentifier.java
package nl.mpi.kinnate.uniqueidentifiers; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.UUID; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlValue; import nl.mpi.arbil.data.ArbilField; /** * Document : UniqueIdentifier * C...
Modified the import to preserve the entity identifers on reimport, so that the diagrams maintain the same layout on different installations if the data was imported from the same file. refs #1829
desktop/src/main/java/nl/mpi/kinnate/uniqueidentifiers/UniqueIdentifier.java
Modified the import to preserve the entity identifers on reimport, so that the diagrams maintain the same layout on different installations if the data was imported from the same file. refs #1829
Java
agpl-3.0
4b093f3fd66453532f88f60daadb6e5c00892ddb
0
VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb,VoltDB/voltdb
/* This file is part of VoltDB. * Copyright (C) 2008-2018 VoltDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any la...
src/frontend/org/voltdb/utils/CommandLine.java
/* This file is part of VoltDB. * Copyright (C) 2008-2018 VoltDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any la...
ENG-14889: Use new drPublic host and port in makeCopy and createCommandLine.
src/frontend/org/voltdb/utils/CommandLine.java
ENG-14889: Use new drPublic host and port in makeCopy and createCommandLine.
Java
lgpl-2.1
3f0f4981ff22eef1eae0fc965656c01de1f2f2fc
0
CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine
/* * jETeL/Clover.ETL - Java based ETL application framework. * Copyright (C) 2002-2009 David Pavlis <david.pavlis@javlin.eu> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; eith...
cloveretl.engine/src/org/jetel/util/date/DateFormatter.java
/* * jETeL/Clover.ETL - Java based ETL application framework. * Copyright (C) 2002-2009 David Pavlis <david.pavlis@javlin.eu> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; eith...
MINOR: Comments fix. git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@8329 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
cloveretl.engine/src/org/jetel/util/date/DateFormatter.java
MINOR: Comments fix.
Java
lgpl-2.1
1f01630e8f813d64602bb935829b3698c9e50fee
0
julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine
package org.intermine.web.struts; /* * Copyright (C) 2002-2009 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.h...
intermine/web/main/src/org/intermine/web/struts/AspectController.java
package org.intermine.web.struts; /* * Copyright (C) 2002-2009 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.h...
Fixed bug when looking at aspect page Former-commit-id: 8562e3b613d534f5a1fbdfc7c7d60ff4a2b8494f
intermine/web/main/src/org/intermine/web/struts/AspectController.java
Fixed bug when looking at aspect page
Java
apache-2.0
5af5a60080c3a7a7d3c1acd8d8b2635bd85bcf73
0
vabym8/pugnotification,aurae/Pugnotification,halysongoncalves/pugnotification
package br.com.goncalves.pugnotification.sample; import android.app.Notification; import android.content.Context; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Adapter...
sample/src/main/java/br/com/goncalves/pugnotification/sample/SamplePugNotification.java
package br.com.goncalves.pugnotification.sample; import android.app.Notification; import android.content.Context; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Adapter...
Remove spacing
sample/src/main/java/br/com/goncalves/pugnotification/sample/SamplePugNotification.java
Remove spacing
Java
apache-2.0
2354833edeef5a0f5f157e22aa143fd18dae2d66
0
redisson/redisson
/** * Copyright (c) 2013-2021 Nikita Koksharov * * 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...
redisson/src/main/java/org/redisson/transaction/BaseTransactionalMap.java
/** * Copyright (c) 2013-2021 Nikita Koksharov * * 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...
Fixed - keySet() method of transactional map throws Exception #3697
redisson/src/main/java/org/redisson/transaction/BaseTransactionalMap.java
Fixed - keySet() method of transactional map throws Exception #3697
Java
apache-2.0
cab1d4c709c4f49437a15a5b037ecc6ed5fe7f2b
0
henrichg/PhoneProfilesPlus
package sk.henrichg.phoneprofilesplus; import android.Manifest; import android.annotation.SuppressLint; import android.app.KeyguardManager; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.UiModeManager; import android.app.WallpaperManager; i...
phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ActivateProfileHelper.java
package sk.henrichg.phoneprofilesplus; import android.Manifest; import android.annotation.SuppressLint; import android.app.KeyguardManager; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.UiModeManager; import android.app.WallpaperManager; i...
Dual SIM support for profile parameter "Preferred network type". (6)
phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ActivateProfileHelper.java
Dual SIM support for profile parameter "Preferred network type". (6)
Java
apache-2.0
15ca50ac7c19fa362c0d221e19290e03aacde5a2
0
zpencer/grpc-java,rmichela/grpc-java,zpencer/grpc-java,zpencer/grpc-java,simonhorlick/grpc-java,ejona86/grpc-java,grpc/grpc-java,elandau/grpc-java,zhangkun83/grpc-java,dapengzhang0/grpc-java,elandau/grpc-java,ejona86/grpc-java,zhangkun83/grpc-java,rmichela/grpc-java,carl-mastrangelo/grpc-java,carl-mastrangelo/grpc-java...
/* * Copyright 2016, gRPC Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
interop-testing/src/main/java/io/grpc/testing/integration/Http2Client.java
/* * Copyright 2016, gRPC Authors All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
interop-testing: larger timeout for HTTP/2 client
interop-testing/src/main/java/io/grpc/testing/integration/Http2Client.java
interop-testing: larger timeout for HTTP/2 client
Java
apache-2.0
f65b2087bc0f2b1f42755c1334565fa55c882e6b
0
PubFlow/Workflow-Provider
package de.pfWorkflowWS.authentication; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.net.URI; import java.net.URISyntaxException; import java.nio.file.Files; import ja...
src/main/java/de/pfWorkflowWS/authentication/ServiceJiraAuthentication.java
package de.pfWorkflowWS.authentication; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.net.URI; import java.net.URISyntaxException; import java.nio.file.Files; import ja...
made the key pair method private
src/main/java/de/pfWorkflowWS/authentication/ServiceJiraAuthentication.java
made the key pair method private
Java
apache-2.0
06517390e542e6c5cf87d0becfd13f00de19c6d6
0
gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpira...
/* * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/tooling-api/src/main/java/org/gradle/tooling/events/test/TestOutputEvent.java
/* * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Checkstyle
subprojects/tooling-api/src/main/java/org/gradle/tooling/events/test/TestOutputEvent.java
Checkstyle
Java
apache-2.0
19eac2e866535da94cfe27bd63aacd498e86a4ee
0
gauravsingh0110/ovx_vsdn,gauravsingh0110/ovx_vsdn,gauravsingh0110/ovx_vsdn
/******************************************************************************* * Copyright 2014 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:...
src/main/java/net/onrc/openvirtex/db/OVXNetworkManager.java
/******************************************************************************* * Copyright 2014 Open Networking Laboratory * * 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:...
Initialize vnet network address correctly when restoring from persistent storage. Change-Id: I025b672518705dba317198cea7daf265d0cc42a1
src/main/java/net/onrc/openvirtex/db/OVXNetworkManager.java
Initialize vnet network address correctly when restoring from persistent storage.
Java
apache-2.0
d5c4789d32baa7eaa8aa7eef342038c1fddc2796
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada Inc. * * 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 3 of the License, or * (at you...
src/main/java/com/jaamsim/input/ExpParser.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2014 Ausenco Engineering Canada Inc. * * 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 3 of the License, or * (at you...
JS: Add exponential functions to expressions exp, log, log10 Signed-off-by: Harry King <4297d713059dfdc9fd310cd85bf547ea21a2d624@ausenco.com> Signed-off-by: Harvey Harrison <eadbd6b462bf3c97df0300a934c12bc2e5d1fe51@ausenco.com>
src/main/java/com/jaamsim/input/ExpParser.java
JS: Add exponential functions to expressions
Java
apache-2.0
278d6021e4b5da3d4902b234151f94ae21b6cec4
0
Nokorbis/ar-command-signs
package be.nokorbis.spigot.commandsigns.addons.items; import be.nokorbis.spigot.commandsigns.addons.items.data.ItemsConfigurationData; import be.nokorbis.spigot.commandsigns.addons.items.data.NCSItem; import be.nokorbis.spigot.commandsigns.api.addons.AddonConfigurationData; import be.nokorbis.spigot.commandsigns.api.a...
plugin/src/main/java/be/nokorbis/spigot/commandsigns/addons/items/ItemsLifecycleHooker.java
package be.nokorbis.spigot.commandsigns.addons.items; import be.nokorbis.spigot.commandsigns.addons.items.data.ItemsConfigurationData; import be.nokorbis.spigot.commandsigns.addons.items.data.NCSItem; import be.nokorbis.spigot.commandsigns.api.addons.AddonConfigurationData; import be.nokorbis.spigot.commandsigns.api.a...
Prepare the first meta checks
plugin/src/main/java/be/nokorbis/spigot/commandsigns/addons/items/ItemsLifecycleHooker.java
Prepare the first meta checks
Java
apache-2.0
524cac373e39c08f2227a3f83ae80dad0c24492f
0
nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web,nus-ncl/service-web
package sg.ncl; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.IOUtils; import org.apache.tomcat.util.codec.binary.Base64; import org.j...
src/main/java/sg/ncl/MainController.java
package sg.ncl; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.IOUtils; import org.apache.tomcat.util.codec.binary.Base64; import org.j...
DEV-843 add endpoint to freeze unfreeze users
src/main/java/sg/ncl/MainController.java
DEV-843 add endpoint to freeze unfreeze users
Java
apache-2.0
0851d03061e4ad7faef3c270c5384a34128da30e
0
rdblue/kite,ronanstokes/kite,kite-sdk/kite,EdwardSkoviak/kite,megnataraj/kite,andrewrothstein/kite,andrewrothstein/kite,bbaugher/kite,joey/kite,gabrielreid/kite,ronanstokes/kite,kite-sdk/kite,bbrownz/kite,prazanna/kite,ronanstokes/kite,busbey/kite,EdwardSkoviak/kite,prazanna/kite,joey/kite,megnataraj/kite,mkwhitacre/ki...
/* * Copyright 2013 Cloudera 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 ...
kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/filesystem/FileSystemWriter.java
/* * Copyright 2013 Cloudera 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 ...
CDK-867. Improved output file log message and set to info level.
kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/filesystem/FileSystemWriter.java
CDK-867. Improved output file log message and set to info level.
Java
apache-2.0
e149c1423979b27cb0b1d38ca4616267ba836610
0
WANdisco/gerrit,WANdisco/gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,WANdisco/gerrit,GerritCodeReview/gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,qtproject/qtqa-gerrit,WANdisco/gerrit,GerritCodeReview/g...
// Copyright (C) 2010 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
gerrit-server/src/main/java/com/google/gerrit/server/events/EventFactory.java
// Copyright (C) 2010 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
EventFactory: Log PatchListNotAvailableException always as error There is only one place where PatchListNotAvailableException is logged as a warning, everywhere else (EventFactory, ChangeAbandoned, ChangeMerged, ...) it is logged as an error. Make this consistent. Change-Id: I0104a280c984e2c8244618fa518b320bad0407af ...
gerrit-server/src/main/java/com/google/gerrit/server/events/EventFactory.java
EventFactory: Log PatchListNotAvailableException always as error
Java
apache-2.0
a8d85bfa9d6ceafcb5204e6f767ef71bad370a1b
0
seventhmoon/VolleyEx
package com.androidfung.volley.request; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.android.volley.NetworkResponse; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.toolbox.JsonRequest; import...
library/src/main/java/com/androidfung/volley/request/GsonRequest.java
package com.androidfung.volley.request; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.android.volley.NetworkResponse; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.toolbox.JsonRequest; import...
Added - Travis configuration
library/src/main/java/com/androidfung/volley/request/GsonRequest.java
Added - Travis configuration
Java
apache-2.0
21bd626d70813bec7a1f77862d84828ec6c56fe8
0
mcherkasov/ignite,leveyj/ignite,endian675/ignite,nivanov/ignite,vldpyatkov/ignite,xtern/ignite,wmz7year/ignite,vladisav/ignite,dream-x/ignite,wmz7year/ignite,andrey-kuznetsov/ignite,daradurvs/ignite,mcherkasov/ignite,vladisav/ignite,nivanov/ignite,apache/ignite,pperalta/ignite,samaitra/ignite,nivanov/ignite,NSAmelchev/...
/* * 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 ...
modules/core/src/main/java/org/apache/ignite/internal/processors/closure/GridClosureProcessor.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 ...
Logging improvements.
modules/core/src/main/java/org/apache/ignite/internal/processors/closure/GridClosureProcessor.java
Logging improvements.
Java
bsd-2-clause
f79d850bb145991de2930491e9c14727d8a6190e
0
runelite/runelite,abelbriggs1/runelite,abelbriggs1/runelite,Sethtroll/runelite,l2-/runelite,runelite/runelite,abelbriggs1/runelite,runelite/runelite,Sethtroll/runelite,l2-/runelite
/* * Copyright (c) 2017, Adam <Adam@sigterm.info> * Copyright (c) 2018, Lotto <https://github.com/devLotto> * 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...
runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperPlugin.java
/* * Copyright (c) 2017, Adam <Adam@sigterm.info> * Copyright (c) 2018, Lotto <https://github.com/devLotto> * 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...
Add LMS to ignored type in WorldHopper (#5139)
runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldHopperPlugin.java
Add LMS to ignored type in WorldHopper (#5139)
Java
bsd-3-clause
d30119765763781851f3a09bb25453822beffb19
0
yushan87/RESOLVE,NighatYasmin/RESOLVE,NighatYasmin/RESOLVE,NighatYasmin/RESOLVE,ClemsonRSRG/RESOLVE,yushan87/RESOLVE,yushan87/RESOLVE,ClemsonRSRG/RESOLVE,ClemsonRSRG/RESOLVE
/* * JavaTranslator.java * --------------------------------- * Copyright (c) 2017 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is...
src/main/java/edu/clemson/cs/rsrg/translation/targets/JavaTranslator.java
/* * JavaTranslator.java * --------------------------------- * Copyright (c) 2017 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is...
Translate parameter variables
src/main/java/edu/clemson/cs/rsrg/translation/targets/JavaTranslator.java
Translate parameter variables
Java
bsd-3-clause
4afabfc45eb6d50ad9f32bf44c35a3e24e2ed1d4
0
Adaptivity/Nuclear-Control,Ghostlyr/Nuclear-Control,Speiger/Nuclear-Control
package shedar.mods.ic2.nuclearcontrol.recipes; import ic2.api.item.IC2Items; import ic2.api.recipe.Recipes; import ic2.core.util.StackUtil; import net.minecraft.init.Blocks; import net.minecraft.init.Items; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.CraftingManager; import shedar.mods.ic2...
src/main/java/shedar/mods/ic2/nuclearcontrol/recipes/RecipesOld.java
package shedar.mods.ic2.nuclearcontrol.recipes; import ic2.api.item.IC2Items; import ic2.api.recipe.Recipes; import ic2.core.util.StackUtil; import net.minecraft.init.Blocks; import net.minecraft.init.Items; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.CraftingManager; import shedar.mods.ic2...
Change Iron -> Refined Iron in RecipesOld They always used to use refined iron, and it's not like you can have a reactor without having refined iron anyway.
src/main/java/shedar/mods/ic2/nuclearcontrol/recipes/RecipesOld.java
Change Iron -> Refined Iron in RecipesOld
Java
mit
error: pathspec 'MyTask.java' did not match any file(s) known to git
3d8baffd18218a56d91584235bc2cdfbc8dee7c6
1
fieldsend/threadpool_example
public interface MyTask { public void task(); }
MyTask.java
Create MyTask.java Added MyTask interface
MyTask.java
Create MyTask.java
Java
mit
error: pathspec 'CBP/plugin/middleware/fermat-cbp-plugin-middleware-crypto-broker-wallet-identity-bitdubai/src/main/java/com/bitdubai/fermat_cbp_plugin/layer/middleware/crypto_broker_wallet_identity/developer/bitdubai/version_1/structure/CryptoBrokerWalletIdentityDatabaseConstants.java' did not match any file(s) known ...
0f1aa27fde4bc61c9b218e7f461f8138ed036e61
1
fvasquezjatar/fermat-unused,fvasquezjatar/fermat-unused
package com.bitdubai.fermat_cbp_plugin.layer.middleware.crypto_broker_wallet_identity.developer.bitdubai.version_1.structure; /** * Created by angel on 23/9/15. */ public class CryptoBrokerWalletIdentityDatabaseConstants { /** * walletidentity database table definition. */ static final String W...
CBP/plugin/middleware/fermat-cbp-plugin-middleware-crypto-broker-wallet-identity-bitdubai/src/main/java/com/bitdubai/fermat_cbp_plugin/layer/middleware/crypto_broker_wallet_identity/developer/bitdubai/version_1/structure/CryptoBrokerWalletIdentityDatabaseConstants.java
DatabaseConstants DatabaseConstants del plugin CryptoBrokerWalletIdentity
CBP/plugin/middleware/fermat-cbp-plugin-middleware-crypto-broker-wallet-identity-bitdubai/src/main/java/com/bitdubai/fermat_cbp_plugin/layer/middleware/crypto_broker_wallet_identity/developer/bitdubai/version_1/structure/CryptoBrokerWalletIdentityDatabaseConstants.java
DatabaseConstants
Java
mit
error: pathspec 'src/TDDTrainer.java' did not match any file(s) known to git
f81b2cc301e04bdd2e0e7987952774ac314e684c
1
ProPra16/programmierpraktikum-abschlussprojekt-pwnyhof,ProPra16/programmierpraktikum-abschlussprojekt-pwnyhof,ProPra16/programmierpraktikum-abschlussprojekt-pwnyhof,ProPra16/programmierpraktikum-abschlussprojekt-pwnyhof
public class TDDTrainer { //Main Klasse }
src/TDDTrainer.java
Main Klasse -> Starten des Programms
src/TDDTrainer.java
Main Klasse -> Starten des Programms
Java
mit
error: pathspec 'api/complexExample.java' did not match any file(s) known to git
d3489e489848271ba098d58f1e7eb72a642753bb
1
mrgaaron/docs,jcc333/docs,selecsosi/docs,selecsosi/docs,mrgaaron/docs,mrgaaron/docs,jcc333/docs,selecsosi/docs,mrgaaron/docs,selecsosi/docs,selecsosi/docs,jcc333/docs,jcc333/docs,mrgaaron/docs,jcc333/docs,jcc333/docs,selecsosi/docs
/* Solar microinverter devices convert DC electricity to AC. Several microinverters are grouped together in an installation, and installations belong to a region. device schema: { attributes: { installation: "abc", region: "zzz" }, sensors: [ dcPower, acPower, dcVoltage, acVoltage, fre...
api/complexExample.java
Add complex Java examples
api/complexExample.java
Add complex Java examples
Java
mit
error: pathspec '2/java/ClassicRecursion.java' did not match any file(s) known to git
6a9952629c415afb6f967e086b49c86bf38163ee
1
andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler,andystanton/euler
class ClassicRecursion { private static final int MAX = 4000000; private static int sumFib(int first, int second) { int next = first + second; int base; if (next < MAX) { base = sumFib(second, next); } else { base = (next % 2 == 0) ? next : 0; } ...
2/java/ClassicRecursion.java
add classic recursion java solution for problem 2
2/java/ClassicRecursion.java
add classic recursion java solution for problem 2
Java
mit
error: pathspec 'Java/SieveOfEratosthenes.java' did not match any file(s) known to git
5d61004d4e3e7e52aad851ae61912c363cc0bb67
1
saru95/DSA,saru95/DSA,saru95/DSA,saru95/DSA,saru95/DSA
public class SieveOfEratosthenes { private boolean [] sieve; private int numberOfPrimes; public SieveOfEratosthenes( int upperBound ) { if ( upperBound <= 1 ) { throw new IllegalArgumentException( "Upper bound of sieve of eratosthenes should be > 1." ); } sieve = new boolean[ upperBound ]; sieve[ 0 ] ...
Java/SieveOfEratosthenes.java
Adding the implemention of the Sieve of Eratosthenes in Java
Java/SieveOfEratosthenes.java
Adding the implemention of the Sieve of Eratosthenes in Java
Java
mit
error: pathspec 'codingbat/Warmup-1/stringE.java' did not match any file(s) known to git
dd4d9705216d6ba2fdce0ca7ac2ed24a405352ad
1
controversial/APCS
public boolean stringE(String str) { int total = 0; for (int i=0; i<str.length(); i++) { if (str.charAt(i) == "e".charAt(0)) total++; } return total >= 1 && total <= 3; }
codingbat/Warmup-1/stringE.java
Create stringE.java
codingbat/Warmup-1/stringE.java
Create stringE.java
Java
mit
error: pathspec 'programmingCoreJava/Strings.java' did not match any file(s) known to git
c5be4f01aea9755fa25084defb1d111468942d76
1
JMatharu/Java-for-Complete-Beginners
/** * */ package programmingCoreJava; /** * @author jmatharu * */ public class Strings { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub String text = "Hello"; String blank = " "; String name = "Bob"; String greetings = text + blank + name; Sy...
programmingCoreJava/Strings.java
Strings
programmingCoreJava/Strings.java
Strings
Java
mit
error: pathspec 'Java/Algorithm/TemperatureConversion.java' did not match any file(s) known to git
c703482ad79c7fd6ad2553fe27506f3348973348
1
maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,manie...
import java.util.*; import java.lang.*; class Ideone { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Por favor indique um valor minimo:"); float min = scanner.nextFloat(); System.out.println("Agora indique um valor máximo:"); float max = s...
Java/Algorithm/TemperatureConversion.java
https://pt.stackoverflow.com/q/250434/101
Java/Algorithm/TemperatureConversion.java
https://pt.stackoverflow.com/q/250434/101
Java
mit
error: pathspec 'src/main/java/hk/ust/comp4321/Extractor.java' did not match any file(s) known to git
666eb431939c66bd66b3bea9ea388944e95200ea
1
chpoon92/vector-model-search-engine-java
import java.sql.Date; import java.util.Vector; import org.htmlparser.beans.StringBean; import org.htmlparser.Node; import org.htmlparser.NodeFilter; import org.htmlparser.Parser; import org.htmlparser.filters.AndFilter; import org.htmlparser.filters.NodeClassFilter; import org.htmlparser.tags.LinkTag; import org.html...
src/main/java/hk/ust/comp4321/Extractor.java
extract title, last modification date, size of page
src/main/java/hk/ust/comp4321/Extractor.java
extract title, last modification date, size of page
Java
mit
error: pathspec 'src/linkedlist/Q160IntersectionOfTwoLinkedLists.java' did not match any file(s) known to git
78162a86db8a4d11c8b58eee5a3ff51ed976a1b5
1
StevenUpForever/LeetCode_Java,StevenUpForever/LeetCode_Java
package linkedlist; import public_class.ListNode; import java.util.HashSet; import java.util.Set; public class Q160IntersectionOfTwoLinkedLists { //Difficulty: Easy //TAG: LinkedIn //TAG: LinkedList /** * 160. Intersection of Two Linked Lists * Write a program to find the node at which th...
src/linkedlist/Q160IntersectionOfTwoLinkedLists.java
160. Intersection of Two Linked Lists
src/linkedlist/Q160IntersectionOfTwoLinkedLists.java
160. Intersection of Two Linked Lists
Java
mit
error: pathspec 'LeetCodeSolutions/java/src/143_Reorder_List/Solution.java' did not match any file(s) known to git
c6bd5a2e3352ac1a1a54811f5633cea3ca8f3a07
1
ChuanleiGuo/AlgorithmsPlayground,ChuanleiGuo/AlgorithmsPlayground,ChuanleiGuo/AlgorithmsPlayground,ChuanleiGuo/AlgorithmsPlayground
public class ListNode { int val; ListNode next; ListNode(int x) { val = x; } } class Solution { public void reorderList(ListNode head) { if (head == null || head.next == null) { return; } ListNode slow = head; ListNode fast = head; while (fast.next != null && fast.next...
LeetCodeSolutions/java/src/143_Reorder_List/Solution.java
143. Reorder List
LeetCodeSolutions/java/src/143_Reorder_List/Solution.java
143. Reorder List
Java
mit
error: pathspec 'src/com/jcwhatever/nucleus/collections/CircularQueue.java' did not match any file(s) known to git
05e4130d0a75c5ccf5b07d94377551e01f801cd9
1
JCThePants/NucleusFramework,JCThePants/NucleusFramework
/* * This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT). * * Copyright (c) JCThePants (www.jcwhatever.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the ...
src/com/jcwhatever/nucleus/collections/CircularQueue.java
add CircularQueue Deque implementation
src/com/jcwhatever/nucleus/collections/CircularQueue.java
add CircularQueue Deque implementation
Java
mit
error: pathspec 'fxgl-samples/src/main/java/advanced/CustomServiceSample.java' did not match any file(s) known to git
66bbab68bbafcfd0d24cd552fc7ec67b3f6c2400
1
AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL
/* * FXGL - JavaFX Game Library. The MIT License (MIT). * Copyright (c) AlmasB (almaslvl@gmail.com). * See LICENSE for details. */ package advanced; import com.almasb.fxgl.app.GameApplication; import com.almasb.fxgl.app.GameSettings; import com.almasb.fxgl.core.EngineService; /** * @author Almas Baimagambetov (...
fxgl-samples/src/main/java/advanced/CustomServiceSample.java
added CustomService sample
fxgl-samples/src/main/java/advanced/CustomServiceSample.java
added CustomService sample
Java
mit
error: pathspec 'pse/src/test/java/at/fhj/swd13/pse/test/service/DocumentServiceIT.java' did not match any file(s) known to git
746363429c4558ab81aab6d27c16dc75d236ff70
1
chr-krenn/fhj-ws2015-sd13-pse,chr-krenn/fhj-ws2015-sd13-pse
package at.fhj.swd13.pse.test.service; import static org.junit.Assert.*; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; import java.nio.file.Paths; import javax.naming.NamingException; import org.junit.Before; import org.junit.Test; import at.fhj.swd...
pse/src/test/java/at/fhj/swd13/pse/test/service/DocumentServiceIT.java
DocumentService Tests added
pse/src/test/java/at/fhj/swd13/pse/test/service/DocumentServiceIT.java
DocumentService Tests added
Java
mit
error: pathspec 'src/de/fhpotsdam/unfolding/mapdisplay/shaders/MaskedMapDisplayShader.java' did not match any file(s) known to git
6757a0952355efb979a44d36d2e65c957c171e2d
1
ps793/unfolding,ashr81/unfolding,potioc/unfolding,deepankverma/unfolding,potioc/unfolding,CarlCOL/unfolding
package de.fhpotsdam.unfolding.mapdisplay.shaders; import processing.core.PApplet; import processing.core.PGraphics; import processing.opengl.PShader; public class MaskedMapDisplayShader{ protected PGraphics maskImage; protected PShader shader; public MaskedMapDisplayShader(PApplet p, float width,float height)...
src/de/fhpotsdam/unfolding/mapdisplay/shaders/MaskedMapDisplayShader.java
added shader class for mapdisplays
src/de/fhpotsdam/unfolding/mapdisplay/shaders/MaskedMapDisplayShader.java
added shader class for mapdisplays
Java
mit
error: pathspec 'src/main/java/com/github/sbugat/nqueens/GenericInstrumentedNQueensSolver.java' did not match any file(s) known to git
40d2c93438a5af249fc768202fe3f1c7eee3ddd0
1
Sylvain-Bugat/N-queens-puzzle-solvers
package com.github.sbugat.nqueens; public abstract class GenericInstrumentedNQueensSolver extends GenericNQueensSolver { /** Number of queens placement counter. */ protected long queenPlacementCount; protected GenericInstrumentedNQueensSolver(final int chessboardSizeArg, final boolean printSolutionArg) { super...
src/main/java/com/github/sbugat/nqueens/GenericInstrumentedNQueensSolver.java
Add instrumented generic solver
src/main/java/com/github/sbugat/nqueens/GenericInstrumentedNQueensSolver.java
Add instrumented generic solver
Java
mit
error: pathspec 'src/main/java/de/domisum/exziff/shape/transformer/deformer/RasterShapeTransformerNoiseDeformer.java' did not match any file(s) known to git
a16fbeef1ce114212698a158bdec00e9d347ccd6
1
domisum/ExZiff
package de.domisum.exziff.shape.transformer.deformer; import de.domisum.exziff.shape.RasterShape; import de.domisum.exziff.shape.transformer.RasterShapeTransformer; public class RasterShapeTransformerNoiseDeformer extends RasterShapeTransformer { // SETTINS private long seed; // ------- // INIT // ------- Ra...
src/main/java/de/domisum/exziff/shape/transformer/deformer/RasterShapeTransformerNoiseDeformer.java
Added noise deformer skeleton
src/main/java/de/domisum/exziff/shape/transformer/deformer/RasterShapeTransformerNoiseDeformer.java
Added noise deformer skeleton
Java
mit
error: pathspec 'QuizRouletteServer-build/QuizRouletteServer-test/src/test/java/ch/heigvd/res/labs/roulette/net/client/RouletteV2DbnskyIamfonkyTest.java' did not match any file(s) known to git
fba8d6568ef79ca5c8a8cfcafc9264d77564ea55
1
IamFonky/Teaching-HEIGVD-RES-2017-Labo-02,IamFonky/Teaching-HEIGVD-RES-2017-Labo-02
package ch.heigvd.res.labs.roulette.net.client; import ch.heigvd.res.labs.roulette.data.Student; import ch.heigvd.res.labs.roulette.net.protocol.RouletteV2Protocol; import org.junit.Rule; import org.junit.rules.ExpectedException; import ch.heigvd.schoolpulse.TestAuthor; import org.junit.Test; import java.io.IOExceptio...
QuizRouletteServer-build/QuizRouletteServer-test/src/test/java/ch/heigvd/res/labs/roulette/net/client/RouletteV2DbnskyIamfonkyTest.java
Nos tests : done
QuizRouletteServer-build/QuizRouletteServer-test/src/test/java/ch/heigvd/res/labs/roulette/net/client/RouletteV2DbnskyIamfonkyTest.java
Nos tests : done
Java
epl-1.0
fdce420b9e4640ab69260ad4a7ad7244db463146
0
NovusTheory/yangtools,opendaylight/yangtools,522986491/yangtools,opendaylight/yangtools
/* * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
code-generator/binding-data-codec/src/main/java/org/opendaylight/yangtools/binding/data/codec/impl/BindingNormalizedNodeCodecRegistry.java
/* * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
Fix BindingNormalizedNodeCodecRegistry thread safety Registry has a codecContext, which can be asynchronously updated. Make sure it is volatile, so that any changes are guaranteed to propagate. Change-Id: I83acfee3bb5f3bf3de6873161dd491e7d5882988 Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@c...
code-generator/binding-data-codec/src/main/java/org/opendaylight/yangtools/binding/data/codec/impl/BindingNormalizedNodeCodecRegistry.java
Fix BindingNormalizedNodeCodecRegistry thread safety
Java
epl-1.0
error: pathspec 'Patients.java' did not match any file(s) known to git
0eb993f59f2c8cad4e1c8409690b4a369d5cf355
1
senor-lechuga/Team-Martin-Project
public class Patients { private String title; private String firstName; private String lastName; private String birthDate; private int phone; private int patientID; private String houseNumber; private String postCode; private String healthPlan; private int checkUpsHad; private int hygienesHad; private int ...
Patients.java
Added patient class
Patients.java
Added patient class
Java
epl-1.0
error: pathspec 'org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processors/QueueListenerTest.java' did not match any file(s) known to git
e2dcee3e4f3f85346d5636097d5a32ca0ec204bd
1
Mark-Booth/daq-eclipse,Mark-Booth/daq-eclipse,Mark-Booth/daq-eclipse
package org.eclipse.scanning.test.event.queues.processors; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CountDownLatch; import org.eclipse.scanning.api.event.bean.BeanEvent; import org.eclipse.sc...
org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processors/QueueListenerTest.java
Initial commit of basic listener behaviour test. Signed-off-by: Michael Wharmby <6d9b938fb052d7fc89d498105ee5ecd048aae550@diamond.ac.uk>
org.eclipse.scanning.test/src/org/eclipse/scanning/test/event/queues/processors/QueueListenerTest.java
Initial commit of basic listener behaviour test.
Java
mpl-2.0
075e00c7520188f83e8df6c7e586349df7ac510b
0
turt2live/Chatterbox,Chatterbox/Chatterbox
package works.chatterbox.chatterbox.api.channel; import com.google.common.base.Preconditions; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import ninja.leaping.configurate.ConfigurationNode; import org.jetbrains.annotations.NotNul...
src/main/java/works/chatterbox/chatterbox/api/channel/ChannelAPI.java
package works.chatterbox.chatterbox.api.channel; import com.google.common.base.Preconditions; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import ninja.leaping.configurate.ConfigurationNode; import org.jetbrains.annotations.NotNul...
Updated: Ternary
src/main/java/works/chatterbox/chatterbox/api/channel/ChannelAPI.java
Updated: Ternary
Java
lgpl-2.1
error: pathspec 'Testing/Java/Base/NSExceptionTest.java' did not match any file(s) known to git
a0e432241d2aac831372421626cf8c8e0b8ab6af
1
gnustep/java,gnustep/java,gnustep/java
/* NSExceptionTest: test of gnu.gnustep.base.NSException Copyright (C) 2001 Free Software Foundation, Inc. Author: Nicola Pero <n.pero@mi.flashnet.it> Date: December 2001 This file is part of GNUstep. This program is free software; you can redistribute it and/or modify it under the terms of...
Testing/Java/Base/NSExceptionTest.java
New test checking that gnustep-base exceptions are properly exposed to java git-svn-id: 24fa4b27c64f2331e3a2211458c622398da3b010@11839 72102866-910b-0410-8b05-ffd578937521
Testing/Java/Base/NSExceptionTest.java
New test checking that gnustep-base exceptions are properly exposed to java
Java
lgpl-2.1
error: pathspec 'src/org/biojava/spice/DAS/DAS_UniProtFeeder.java' did not match any file(s) known to git
3449996c62f2b77c2fa7c97eea4c2a9311d4beed
1
andreasprlic/spice-3d
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
src/org/biojava/spice/DAS/DAS_UniProtFeeder.java
forgot to add this file
src/org/biojava/spice/DAS/DAS_UniProtFeeder.java
forgot to add this file
Java
lgpl-2.1
error: pathspec 'dss-xades/src/test/java/eu/europa/esig/dss/xades/extension/XAdESExtensionDetachedWithContentTimestampTest.java' did not match any file(s) known to git
8438383fd9f47628b11865edcc7057e993bf2e1e
1
esig/dss,esig/dss
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
dss-xades/src/test/java/eu/europa/esig/dss/xades/extension/XAdESExtensionDetachedWithContentTimestampTest.java
DSS-1980 : add similar test for XAdES
dss-xades/src/test/java/eu/europa/esig/dss/xades/extension/XAdESExtensionDetachedWithContentTimestampTest.java
DSS-1980 : add similar test for XAdES
Java
unlicense
error: pathspec 'drawpath/src/org/team2471/frc/app/DrawPath.java' did not match any file(s) known to git
e4c2fdf5bfc0b247635b44b556f44291433f64c2
1
TeamMeanMachine/meanlib,TeamMeanMachine/meanlib
package org.team2471.frc.app; import org.team2471.frc.lib.motion_profiling.Path2D; import org.team2471.frc.lib.vector.Vector2; import javax.swing.*; import java.awt.*; public class DrawPath extends JFrame { Path2D m_path; public DrawPath() { setSize(1024, 768); setDefaultCloseOperation(JFrame.EXIT_ON_C...
drawpath/src/org/team2471/frc/app/DrawPath.java
Move drawpath to meanlib submodule
drawpath/src/org/team2471/frc/app/DrawPath.java
Move drawpath to meanlib submodule
Java
apache-2.0
0cd5a7ead5f8daf7107eb7be2ccadb2a53a33e49
0
fengshao0907/pig,miyakawataku/pig,piaozhexiu/apache-pig,rekhajoshm/pigfork,jcamachor/pigreuse,rekhajoshm/pig,sigmoidanalytics/spork,dongjiaqiang/pig,kexianda/pig,jcamachor/pigreuse,miyakawataku/piggybank-ltsv,hliu2/pig,miyakawataku/pig,miyakawataku/piggybank-ltsv,Altiscale/pig,jcamachor/pigreuse,ibmsoe/pig,miyakawataku...
/* * 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 ...
test/org/apache/pig/parser/TestColumnAliasConversion.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 ...
Temporary disable failed tests in TestColumnAliasConversion till we checked parser change git-svn-id: c4d08399a8c07badad33cbf13a0909bacb78f41f@1069666 13f79535-47bb-0310-9956-ffa450edef68
test/org/apache/pig/parser/TestColumnAliasConversion.java
Temporary disable failed tests in TestColumnAliasConversion till we checked parser change
Java
apache-2.0
8e22641b8bbb2914ba72ce9ffa37375aff8ec301
0
kool79/intellij-community,ibinti/intellij-community,kdwink/intellij-community,petteyg/intellij-community,TangHao1987/intellij-community,kdwink/intellij-community,MichaelNedzelsky/intellij-community,SerCeMan/intellij-community,fnouama/intellij-community,vvv1559/intellij-community,idea4bsd/idea4bsd,vladmm/intellij-commun...
/* * Copyright 2000-2005 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...
openapi/src/com/intellij/openapi/vfs/VfsUtil.java
/* * Copyright 2000-2005 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
openapi/src/com/intellij/openapi/vfs/VfsUtil.java
cleanup
Java
apache-2.0
18e5de7d76a281b39af736a82d6eb896ec0681af
0
wso2/carbon-transports,shafreenAnfar/carbon-transports,wggihan/carbon-transports,chanakaudaya/carbon-transports
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache....
connector-framework/src/main/java/org/wso2/carbon/connector/framework/websocket/WebSocketMessage.java
/* * Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache....
Refactor WebSocketMessage and add java docs
connector-framework/src/main/java/org/wso2/carbon/connector/framework/websocket/WebSocketMessage.java
Refactor WebSocketMessage and add java docs
Java
apache-2.0
e20a20f09474ad7187dccdd54ce044c91d165196
0
pstorch/cgeo,brok85/cgeo,auricgoldfinger/cgeo,mucek4/cgeo,tobiasge/cgeo,xiaoyanit/cgeo,Bananeweizen/cgeo,superspindel/cgeo,rsudev/c-geo-opensource,kumy/cgeo,xiaoyanit/cgeo,samueltardieu/cgeo,cgeo/cgeo,ThibaultR/cgeo,S-Bartfast/cgeo,matej116/cgeo,lewurm/cgeo,SammysHP/cgeo,vishwakulkarni/cgeo,lewurm/cgeo,schwabe/cgeo,cge...
package cgeo.geocaching; import butterknife.ButterKnife; import butterknife.InjectView; import cgeo.geocaching.activity.AbstractActivity; import cgeo.geocaching.activity.AbstractViewPagerActivity; import cgeo.geocaching.activity.Progress; import cgeo.geocaching.apps.cache.navi.NavigationAppFactory; import cgeo.geocac...
main/src/cgeo/geocaching/CacheDetailActivity.java
package cgeo.geocaching; import butterknife.ButterKnife; import butterknife.InjectView; import cgeo.geocaching.activity.AbstractActivity; import cgeo.geocaching.activity.AbstractViewPagerActivity; import cgeo.geocaching.activity.Progress; import cgeo.geocaching.apps.cache.navi.NavigationAppFactory; import cgeo.geocac...
new: have waypoint name in waypoint context menu
main/src/cgeo/geocaching/CacheDetailActivity.java
new: have waypoint name in waypoint context menu
Java
apache-2.0
4454b3f3fced02dbc0393b0f89b98c5a893fa82f
0
mglukhikh/intellij-community,tmpgit/intellij-community,kool79/intellij-community,xfournet/intellij-community,idea4bsd/idea4bsd,akosyakov/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,MichaelNedzelsky/intellij-community,amith01994/intellij-community,blademainer/intellij-community,sa...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Fix NPE in parent configurables without bundle definition
platform/platform-impl/src/com/intellij/openapi/options/newEditor/OptionsEditor.java
Fix NPE in parent configurables without bundle definition
Java
apache-2.0
6e390f1b693e77ea040dc4e65179caa75a2fc3d2
0
apixandru/intellij-community,apixandru/intellij-community,youdonghai/intellij-community,da1z/intellij-community,signed/intellij-community,semonte/intellij-community,asedunov/intellij-community,youdonghai/intellij-community,ibinti/intellij-community,FHannes/intellij-community,suncycheng/intellij-community,signed/intelli...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
python/src/com/jetbrains/python/run/PythonCommandLineState.java
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
'PATH' environment variable should be passed to the script after virtual env activation (PY-21194)
python/src/com/jetbrains/python/run/PythonCommandLineState.java
'PATH' environment variable should be passed to the script after virtual env activation (PY-21194)
Java
apache-2.0
e313ac738cd16baabec5bb2f4dbc4bcd7d8d7e7c
0
brenthale/gedcomx-java,FamilySearch/gedcomx-java,brenthale/gedcomx-java
/** * Copyright 2011-2012 Intellectual Reserve, 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 applicabl...
gedcomx-conclusion/src/main/java/org/gedcomx/conclusion/SourceReference.java
/** * Copyright 2011-2012 Intellectual Reserve, 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 applicabl...
JSON name for source references
gedcomx-conclusion/src/main/java/org/gedcomx/conclusion/SourceReference.java
JSON name for source references
Java
apache-2.0
9cfca00027b228290d252b91e1274438f01ea140
0
carrchang/vaadin,Scarlethue/vaadin,oalles/vaadin,sitexa/vaadin,sitexa/vaadin,synes/vaadin,Peppe/vaadin,jdahlstrom/vaadin.react,mittop/vaadin,peterl1084/framework,oalles/vaadin,Legioth/vaadin,travisfw/vaadin,asashour/framework,cbmeeks/vaadin,Flamenco/vaadin,fireflyc/vaadin,jdahlstrom/vaadin.react,asashour/framework,shah...
/* @ITMillApache2LicenseForJavaFiles@ */ package com.itmill.toolkit.terminal.gwt.client.ui; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Set; import com.google.gwt.user.client.DOM; import com.google.gwt.user.cl...
src/com/itmill/toolkit/terminal/gwt/client/ui/IGridLayout.java
/* @ITMillApache2LicenseForJavaFiles@ */ package com.itmill.toolkit.terminal.gwt.client.ui; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Set; import com.google.gwt.user.client.DOM; import com.google.gwt.user.cl...
Minor fix for igridlayout svn changeset:5782/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/ui/IGridLayout.java
Minor fix for igridlayout
Java
apache-2.0
4207868baa569b98128814e719da9ba6bcfb4fe5
0
MKLab-ITI/simmo-socialmedia-abstractions,MKLab-ITI/mklab-socialmedia-abstractions,socialsensor/socialmedia-abstractions
package eu.socialsensor.framework.streams; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.BlockingQueue; import org.apache.log4j.Logger; import eu.socialsensor.framework.common.domain.Feed; import eu.socialsensor.framework.common.domain.Item; ...
src/main/java/eu/socialsensor/framework/streams/Stream.java
package eu.socialsensor.framework.streams; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.BlockingQueue; import org.apache.log4j.Logger; import eu.socialsensor.framework.common.domain.Feed; import eu.socialsensor.framework.common.domain.Item; ...
Remove logs
src/main/java/eu/socialsensor/framework/streams/Stream.java
Remove logs
Java
apache-2.0
error: pathspec 'log3.java' did not match any file(s) known to git
6f58a2a563090fef863df55a324f21e62f5a704f
1
maruthi1/flipkart
hai ok fine asdbjh
log3.java
adding
log3.java
adding
Java
apache-2.0
error: pathspec 'problem241/Solution.java' did not match any file(s) known to git
6fbf2d41a5f118209750e6515e1539c35f0a3ba5
1
cutoutsy/leetcode,cutoutsy/leetcode,cutoutsy/leetcode,cutoutsy/leetcode
public class Solution { public boolean isAnagram(String s, String t){ if(s.length() != t.length()) return false; int[] alphabets = new int[26]; for (int i = 0; i < s.length(); i++) { ++alphabets[s.charAt(i) -'a']; } for (int i = 0; i < t.length(); i++) { ...
problem241/Solution.java
complete problem 241
problem241/Solution.java
complete problem 241
Java
apache-2.0
error: pathspec 'samples/ExtendsSameType.java' did not match any file(s) known to git
7ef19d0ca2b4df8c76eeda6ee8d85efbdf3ec467
1
jspecify/jspecify
/* * Copyright 2022 The JSpecify Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
samples/ExtendsSameType.java
ExtendsSameType, based on SuperSameType.
samples/ExtendsSameType.java
ExtendsSameType, based on SuperSameType.
Java
apache-2.0
error: pathspec 'src/main/java/com/terradue/dsione/Authorize.java' did not match any file(s) known to git
0a49c53536299ccf006e0cc8444e1de0e3494825
1
Terradue/dsi-tools
package com.terradue.dsione; /* * Copyright 2012 Terradue srl * * 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 re...
src/main/java/com/terradue/dsione/Authorize.java
initial checkin of Authorize tool
src/main/java/com/terradue/dsione/Authorize.java
initial checkin of Authorize tool
Java
apache-2.0
error: pathspec 'src/main/java/mx/bigdata/cfdi/URIResolverImpl.java' did not match any file(s) known to git
40be8e5838f0bdfc1c9af5ca65463ff036342b94
1
angelcisneros/factura-electronica,gantris/factura-electronica,dpineda/factura-electronica
/* * Copyright 2010 BigData.mx * * 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 agree...
src/main/java/mx/bigdata/cfdi/URIResolverImpl.java
Clase para resolver URIs relativos
src/main/java/mx/bigdata/cfdi/URIResolverImpl.java
Clase para resolver URIs relativos
Java
apache-2.0
error: pathspec 'src/de/mrapp/android/adapter/view/ViewIdInflater.java' did not match any file(s) known to git
02427f22f53088a64f78a62e0170cdcdff9e1079
1
michael-rapp/AndroidAdapters
/* * AndroidAdapters Copyright 2014 Michael Rapp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * *...
src/de/mrapp/android/adapter/view/ViewIdInflater.java
Added the class ViewIdInflater.
src/de/mrapp/android/adapter/view/ViewIdInflater.java
Added the class ViewIdInflater.
Java
apache-2.0
error: pathspec 'src/de/mrapp/android/preference/util/DisplayUtil.java' did not match any file(s) known to git
6818c90f871dda3c9917f3083230b03434351bdf
1
michael-rapp/AndroidPreferenceActivity
/* * AndroidPreferenceActivity Copyright 2014 Michael Rapp * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
src/de/mrapp/android/preference/util/DisplayUtil.java
Added an utility class, which allows to convert dp measurements to pixel measurements and vice versa.
src/de/mrapp/android/preference/util/DisplayUtil.java
Added an utility class, which allows to convert dp measurements to pixel measurements and vice versa.
Java
apache-2.0
error: pathspec 'src/main/java/hr/weekOfCode29/MinimalDistanceToPi.java' did not match any file(s) known to git
ee9f3699c77e1638d3cb546b308889ccb4b0cb8f
1
debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka
/** * Copyright 2015-2016 Debmalya Jash * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by applicabl...
src/main/java/hr/weekOfCode29/MinimalDistanceToPi.java
Week of Code 29
src/main/java/hr/weekOfCode29/MinimalDistanceToPi.java
Week of Code 29
Java
apache-2.0
error: pathspec 'src/main/java/org/apdplat/superword/model/UserBook.java' did not match any file(s) known to git
a73d44e3ea25afa3b50f364f31687f6202ffe622
1
ysc/superword,ysc/superword,ysc/superword
/* * APDPlat - Application Product Development Platform * Copyright (c) 2013, 杨尚川, yang-shangchuan@qq.com * * 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 3 of the Licen...
src/main/java/org/apdplat/superword/model/UserBook.java
用户书籍分析记录
src/main/java/org/apdplat/superword/model/UserBook.java
用户书籍分析记录
Java
apache-2.0
error: pathspec 'src/main/java/org/karaffe/compiler/CompilerContext.java' did not match any file(s) known to git
e7a6c76040abc3b00d1dbc1ffc90238497a6e420
1
nokok/Karaffe
package org.karaffe.compiler; import java.util.Objects; public class CompilerContext { private String[] rawArgs; public String[] getRawArgs() { return rawArgs; } public void setRawArgs(String[] rawArgs) { this.rawArgs = Objects.requireNonNull(rawArgs); } }
src/main/java/org/karaffe/compiler/CompilerContext.java
Add CompilerContext
src/main/java/org/karaffe/compiler/CompilerContext.java
Add CompilerContext
Java
apache-2.0
error: pathspec 'src/main/java/de/unistuttgart/ims/drama/Main/TEI2XMI.java' did not match any file(s) known to git
a93772e224509fa2e93918254ae0fca714496641
1
quadrama/Main
package de.unistuttgart.ims.drama.Main; import static org.apache.uima.fit.factory.AnalysisEngineFactory.createEngineDescription; import java.io.File; import org.apache.uima.collection.CollectionReaderDescription; import org.apache.uima.fit.factory.AggregateBuilder; import org.apache.uima.fit.factory.CollectionReader...
src/main/java/de/unistuttgart/ims/drama/Main/TEI2XMI.java
main class to process tei to create xmi
src/main/java/de/unistuttgart/ims/drama/Main/TEI2XMI.java
main class to process tei to create xmi
Java
apache-2.0
error: pathspec 'src/test/java/com/alibaba/json/bvt/issue_2400/Issue2430.java' did not match any file(s) known to git
d16add81ed3e72dd1cc2d8b1705253bc65b23700
1
alibaba/fastjson,alibaba/fastjson,alibaba/fastjson,alibaba/fastjson
package com.alibaba.json.bvt.issue_2400; import com.alibaba.fastjson.JSON; import com.google.common.collect.ArrayListMultimap; import junit.framework.TestCase; public class Issue2430 extends TestCase { public void testForIssue() { ArrayListMultimap<String, String> multimap = ArrayListMultimap.create(); multimap...
src/test/java/com/alibaba/json/bvt/issue_2400/Issue2430.java
testcase added
src/test/java/com/alibaba/json/bvt/issue_2400/Issue2430.java
testcase added
Java
apache-2.0
error: pathspec 'fayeclient/src/main/java/com/elirex/fayeclient/FayeClient.java' did not match any file(s) known to git
be8c3eb9a27b1729164bc7d8898bd793ceb3ca2c
1
elirex/android-faye-client
package com.elirex.fayeclient; import android.os.Handler; import android.os.HandlerThread; import android.os.Message; import android.util.Log; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.net.Socket; import java.net.URI; import java.net.URISyntaxException; import ...
fayeclient/src/main/java/com/elirex/fayeclient/FayeClient.java
Build FayeClient
fayeclient/src/main/java/com/elirex/fayeclient/FayeClient.java
Build FayeClient
Java
apache-2.0
error: pathspec 'src/main/java/org/scijava/notebook/converter/HTMLTableBuilder.java' did not match any file(s) known to git
9d21d32f8cc1a7dbb30dd2ee06b78303667f994b
1
hadim/scijava-jupyter-kernel,hadim/scijava-jupyter-kernel,scijava/scijava-jupyter-kernel,scijava/scijava-jupyter-kernel
package org.scijava.notebook.converter; public class HTMLTableBuilder { /** Returns the style tag used to style HTML tables */ public static String getTableStyle(final boolean displayRowLabel) { String style = "<style>" + "table.converted {color: #333; font-family: Helvetica, Arial, sans-...
src/main/java/org/scijava/notebook/converter/HTMLTableBuilder.java
Add utiltiy class for making HTML tables
src/main/java/org/scijava/notebook/converter/HTMLTableBuilder.java
Add utiltiy class for making HTML tables
Java
apache-2.0
error: pathspec 'impl/src/main/java/org/kuali/rice/kim/bo/ui/GroupDocumentQualifier.java' did not match any file(s) known to git
5734f72e33e96fc494f85a027a23f70965bdfe19
1
sonamuthu/rice-1,bsmith83/rice-1,cniesen/rice,UniversityOfHawaiiORS/rice,ewestfal/rice,shahess/rice,rojlarge/rice-kc,geothomasp/kualico-rice-kc,geothomasp/kualico-rice-kc,ewestfal/rice,UniversityOfHawaiiORS/rice,bhutchinson/rice,gathreya/rice-kc,ewestfal/rice,bhutchinson/rice,smith750/rice,jwillia/kc-rice1,gathreya/ric...
/* * Copyright 2007 The Kuali Foundation * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required b...
impl/src/main/java/org/kuali/rice/kim/bo/ui/GroupDocumentQualifier.java
Trying forced commit, since svn is not showing any changes for this file.
impl/src/main/java/org/kuali/rice/kim/bo/ui/GroupDocumentQualifier.java
Trying forced commit, since svn is not showing any changes for this file.
Java
apache-2.0
error: pathspec 'test/net/java/sip/communicator/impl/protocol/irc/ChatRoomIrcImplTest.java' did not match any file(s) known to git
9158ee17ef3feb7f6a527d5972c3bf725c87ee4b
1
iant-gmbh/jitsi,tuijldert/jitsi,jitsi/jitsi,cobratbq/jitsi,gpolitis/jitsi,bebo/jitsi,ringdna/jitsi,bhatvv/jitsi,marclaporte/jitsi,damencho/jitsi,laborautonomo/jitsi,mckayclarey/jitsi,martin7890/jitsi,marclaporte/jitsi,mckayclarey/jitsi,procandi/jitsi,459below/jitsi,dkcreinoso/jitsi,martin7890/jitsi,bhatvv/jitsi,mckaycl...
package net.java.sip.communicator.impl.protocol.irc; import java.util.*; import junit.framework.*; import org.easymock.*; import com.google.common.collect.*; public class ChatRoomIrcImplTest extends TestCase { private ProtocolProviderServiceIrcImpl providerMock; private IrcStack stackMock; //@befo...
test/net/java/sip/communicator/impl/protocol/irc/ChatRoomIrcImplTest.java
Added some tests, but they still fail since we don't have JUnit4 active yet.
test/net/java/sip/communicator/impl/protocol/irc/ChatRoomIrcImplTest.java
Added some tests, but they still fail since we don't have JUnit4 active yet.