lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
adc41eda6f410141028d2e2cbd9022d78cb5e4a9
0
Esri/arcgis-runtime-samples-java
/* * Copyright 2018 Esri. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing...
src/main/java/com/esri/samples/featurelayers/time_based_query/TimeBasedQuerySample.java
/* * Copyright 2018 Esri. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing...
remove stop exception
src/main/java/com/esri/samples/featurelayers/time_based_query/TimeBasedQuerySample.java
remove stop exception
Java
apache-2.0
2cefbcc38f01216a52d274c9793055ec819b8a21
0
yahoo/pulsar,massakam/pulsar,merlimat/pulsar,yahoo/pulsar,massakam/pulsar,merlimat/pulsar,merlimat/pulsar,massakam/pulsar,merlimat/pulsar,merlimat/pulsar,merlimat/pulsar,yahoo/pulsar,yahoo/pulsar,massakam/pulsar,yahoo/pulsar,massakam/pulsar,yahoo/pulsar,massakam/pulsar
/** * 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...
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/stats/SourceStatsManager.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...
[pulsar-io] fix source stats exposing empty exceptions list (#11478) ### Motivation `pulsar-admin sources status` always have empty list of `latestSystemExceptions` and `latestSourceExceptions`. With some code digging, it turns out that it always returns `EMPTY_QUEUE`.
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/stats/SourceStatsManager.java
[pulsar-io] fix source stats exposing empty exceptions list (#11478)
Java
apache-2.0
c95e74e1b92638f7c7a113c0b49737d02885457b
0
vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Avoid blocking non-reproducible randomness in test (#36561) The security documentation test uses SecureRandom#getStrongInstance. This defaults to securerandom.strongAlgorithms=NativePRNGBlocking:SUN,DRBG:SUN which means a blocking implementation that reads from /dev/random. This means that this test can stall if t...
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
Avoid blocking non-reproducible randomness in test (#36561)
Java
apache-2.0
b90515f4b5f125bb74470892eb5f9a4c0f00467b
0
eayun/ovirt-engine,yapengsong/ovirt-engine,walteryang47/ovirt-engine,halober/ovirt-engine,zerodengxinchao/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,halober/ovirt-engine,yapengsong/ovirt-engine,zerodengxinchao/ovirt-engine,yingyun001/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-e...
package org.ovirt.engine.core.utils; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FilenameFilter; import java.io.IOException; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.Co...
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/LocalConfig.java
package org.ovirt.engine.core.utils; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FilenameFilter; import java.io.IOException; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Arrays; import java.util.Co...
utils: LocalConfig: reduce message severity if file is missing it is valid to have purely default without any configuration. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1020675 Change-Id: If597acaf41049392a24d59549034af9e09c7616e Signed-off-by: Alon Bar-Lev <2e3ceb4d37adc6ae3ccc00d3646e0e0a036ace03@redhat.co...
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/LocalConfig.java
utils: LocalConfig: reduce message severity if file is missing
Java
apache-2.0
0d02b953390fd629c39e5c63eaa2b53ea841d493
0
dcordero/BigNerdRanch-Android
package com.bignerdranch.android.criminalintent; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v7.app.AppCompatActivity; import android.sup...
CriminalIntent/app/src/main/java/com/bignerdranch/android/criminalintent/CrimeListFragment.java
package com.bignerdranch.android.criminalintent; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7...
Define callback to communicate back from fragment to hosting activity
CriminalIntent/app/src/main/java/com/bignerdranch/android/criminalintent/CrimeListFragment.java
Define callback to communicate back from fragment to hosting activity
Java
apache-2.0
7bfbdd3aa00b58bc3a6abd934c2c17461d85b44e
0
HubSpot/Baragon,HubSpot/Baragon,HubSpot/Baragon
package com.hubspot.baragon.service.edgecache.cloudflare.client; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java...
BaragonService/src/main/java/com/hubspot/baragon/service/edgecache/cloudflare/client/CloudflareClient.java
package com.hubspot.baragon.service.edgecache.cloudflare.client; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java...
Ignore duplicate names in cloudflare dns zone cache
BaragonService/src/main/java/com/hubspot/baragon/service/edgecache/cloudflare/client/CloudflareClient.java
Ignore duplicate names in cloudflare dns zone cache
Java
bsd-3-clause
76c2b024511b9463e05f64cdad7eb616576e461b
0
sirixdb/sirix,sirixdb/sirix,sirixdb/sirix,sirixdb/sirix
package org.sirix.xquery.compiler.expression; import org.brackit.xquery.QueryContext; import org.brackit.xquery.QueryException; import org.brackit.xquery.Tuple; import org.brackit.xquery.array.DArray; import org.brackit.xquery.atomic.QNm; import org.brackit.xquery.util.path.Path; import org.brackit.xquery.xdm.Expr; im...
bundles/sirix-xquery/src/main/java/org/sirix/xquery/compiler/expression/IndexExpr.java
package org.sirix.xquery.compiler.expression; import org.brackit.xquery.QueryContext; import org.brackit.xquery.QueryException; import org.brackit.xquery.Tuple; import org.brackit.xquery.array.DArray; import org.brackit.xquery.atomic.QNm; import org.brackit.xquery.util.path.Path; import org.brackit.xquery.xdm.Expr; im...
Add IndexExpr in SirixTranslator.
bundles/sirix-xquery/src/main/java/org/sirix/xquery/compiler/expression/IndexExpr.java
Add IndexExpr in SirixTranslator.
Java
bsd-3-clause
b9bd5b727649cbe12b10c7c9c9a9798f1d5381fe
0
crosswalk-project/chromium-crosswalk-efl,hgl888/chromium-crosswalk-efl,hgl888/chromium-crosswalk-efl,crosswalk-project/chromium-crosswalk-efl,hgl888/chromium-crosswalk-efl,crosswalk-project/chromium-crosswalk-efl,crosswalk-project/chromium-crosswalk-efl,hgl888/chromium-crosswalk-efl,crosswalk-project/chromium-crosswalk...
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser; import android.content.Context; import android.graphics.Color; import android.graphics.PixelFormat; import android....
content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser; import android.content.Context; import android.graphics.Color; import android.graphics.PixelFormat; import android....
[Android] Only initialize ContentReadbackHandler in onNativeLibraryLoaded for TextureView. Let's bail out after ContentReadbackHandler initialization in the case of TextureView. BUG=https://crosswalk-project.org/jira/browse/XWALK-1887 Reworked with M38.
content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java
[Android] Only initialize ContentReadbackHandler in onNativeLibraryLoaded for TextureView.
Java
bsd-3-clause
17a8a62b0c9f1162e54ccfab79521d171e45830d
0
ojacobson/dryad-repo,jimallman/dryad-repo,mdiggory/dryad-repo,mdiggory/dryad-repo,jamie-dryad/dryad-repo,ojacobson/dryad-repo,ojacobson/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,jimallman/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-re...
/* * CollectionViewer.java * * Version: $Revision: 1.21 $ * * Date: $Date: 2006/07/27 18:24:34 $ * * Copyright (c) 2002, Hewlett-Packard Company and Massachusetts * Institute of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permit...
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/submission/CollectionViewer.java
/* * CollectionViewer.java * * Version: $Revision: 1.21 $ * * Date: $Date: 2006/07/27 18:24:34 $ * * Copyright (c) 2002, Hewlett-Packard Company and Massachusetts * Institute of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permit...
(Scott Phillips) SF#1897647 - For a logged in user the submit button is allways displayed git-svn-id: 80a01abba97d47db4f6b7aa893d54fe8b6cbeff5@2746 9c30dcfa-912a-0410-8fc2-9e0234be79fd
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/submission/CollectionViewer.java
(Scott Phillips) SF#1897647 - For a logged in user the submit button is allways displayed
Java
bsd-3-clause
5bccc3cd8d1601f7d2af3c1c6724400526886e9a
0
ConnCollege/cas,ConnCollege/cas,ConnCollege/cas
/* * Copyright 2007 The JA-SIG Collaborative. All rights reserved. See license * distributed with this file and available online at * http://www.uportal.org/license.html */ package org.jasig.cas.audit.spi; import org.aspectj.lang.JoinPoint; import com.github.inspektr.common.spi.PrincipalResolver; import org.jasig....
cas-server-core/src/main/java/org/jasig/cas/audit/spi/TicketOrCredentialPrincipalResolver.java
/* * Copyright 2007 The JA-SIG Collaborative. All rights reserved. See license * distributed with this file and available online at * http://www.uportal.org/license.html */ package org.jasig.cas.audit.spi; import org.aspectj.lang.JoinPoint; import com.github.inspektr.common.spi.PrincipalResolver; import org.jasig....
NOJIRA added missing final
cas-server-core/src/main/java/org/jasig/cas/audit/spi/TicketOrCredentialPrincipalResolver.java
NOJIRA
Java
mit
58ff4c7253a8a1683a48e5ee087de59836e3c51f
0
MEiDIK/SlimAdapter,MEiDIK/SlimAdapter
package net.idik.lib.slimadapter.ex.loadmore; import android.view.View; /** * Created by linshuaibin on 22/05/2017. */ public abstract class LoadMoreViewCreator { private SlimMoreLoader loader; public void attachLoader(SlimMoreLoader loader) { this.loader = loader; } protected void reload...
slimadapter/src/main/java/net/idik/lib/slimadapter/ex/loadmore/LoadMoreViewCreator.java
package net.idik.lib.slimadapter.ex.loadmore; import android.view.View; /** * Created by linshuaibin on 22/05/2017. */ public abstract class LoadMoreViewCreator { private SlimMoreLoader loader; public void attachLoader(SlimMoreLoader loader) { this.loader = loader; } protected void reload...
Update LoadMoreViewCreator.java #fix unnable to custom LoadMoreView
slimadapter/src/main/java/net/idik/lib/slimadapter/ex/loadmore/LoadMoreViewCreator.java
Update LoadMoreViewCreator.java
Java
mit
93abae93b6485afb6a22caeb802980abae84af7b
0
ponzao/mira
package org.ponzao; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class Main { private static class Node implements Comparable<Node> { private final char c; private final int column; private final int row; private Double cost; priva...
src/main/java/org/ponzao/Main.java
package org.ponzao; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class Main { private static class Node implements Comparable<Node> { private final char c; private final int column; private final int row; private Double cost; priva...
Removed unnecessary Collection for removed nodes.
src/main/java/org/ponzao/Main.java
Removed unnecessary Collection for removed nodes.
Java
mit
7dc9be324710aaaeb1ab2d2e620705a798ae4cac
0
saptarshidebnath/processrunner,saptarshidebnath/processrunner
package com.saptarshidebnath.processrunner.lib.process; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.reflect.TypeToken; import com.saptarshidebnath.processrunner.lib.exception.ProcessConfigurationException; import com.saptarshidebnath.processrunner.lib.exception.ProcessExcept...
src/test/java/com/saptarshidebnath/processrunner/lib/process/ProcessRunnerImplFactoryTest.java
package com.saptarshidebnath.processrunner.lib.process; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.reflect.TypeToken; import com.saptarshidebnath.processrunner.lib.exception.ProcessConfigurationException; import com.saptarshidebnath.processrunner.lib.exception.ProcessExcept...
Updated method name
src/test/java/com/saptarshidebnath/processrunner/lib/process/ProcessRunnerImplFactoryTest.java
Updated method name
Java
mit
fb9c6c53d1ce5e4d501ec76e103b6f9ac42c024f
0
datasift/datasift-java,datasift/datasift-java
package com.datasift.client.managedsource.sources; import com.datasift.client.DataSiftConfig; import com.datasift.client.managedsource.ManagedDataSourceType; /** * @author Courtney Robinson <courtney.robinson@datasift.com> */ public class Instagram extends BaseSource<Instagram> { public Instagram(DataSiftConfig...
src/main/java/com/datasift/client/managedsource/sources/Instagram.java
package com.datasift.client.managedsource.sources; import com.datasift.client.DataSiftConfig; import com.datasift.client.managedsource.ManagedDataSourceType; /** * @author Courtney Robinson <courtney.robinson@datasift.com> */ public class Instagram extends BaseSource<Instagram> { public Instagram(DataSiftConfig...
Addresses FTD-523 Removed Foursquare since Instagram dropped support since 20/04/16
src/main/java/com/datasift/client/managedsource/sources/Instagram.java
Addresses FTD-523 Removed Foursquare since Instagram dropped support since 20/04/16
Java
mit
72d1fc74ae8ea9e09438ed3a16cce5678a889737
0
Querz/NBT
package net.querz.nbt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; public abstract class Tag<T> implements Comparable<Tag<T>>, ...
src/main/java/net/querz/nbt/Tag.java
package net.querz.nbt; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; public abstract class Tag<T> implements Comparable<Tag<T>>, Cloneable { /** * The maxi...
Replaced anonymous Map subclass for constant
src/main/java/net/querz/nbt/Tag.java
Replaced anonymous Map subclass for constant
Java
mit
15a666b08f6ee1e9fe55f25a7b5190ea55a6e868
0
ReneMuetti/RFTools,McJty/RFTools,Adaptivity/RFTools,Elecs-Mods/RFTools
package com.mcjty.rftools.blocks.dimlets; import com.mcjty.container.InventoryHelper; import com.mcjty.entity.GenericTileEntity; import com.mcjty.rftools.dimension.DimensionDescriptor; import com.mcjty.rftools.dimension.RfToolsDimensionManager; import com.mcjty.rftools.items.ModItems; import com.mcjty.rftools.items.di...
src/main/java/com/mcjty/rftools/blocks/dimlets/DimensionEnscriberTileEntity.java
package com.mcjty.rftools.blocks.dimlets; import com.mcjty.container.InventoryHelper; import com.mcjty.entity.GenericTileEntity; import com.mcjty.rftools.dimension.DimensionDescriptor; import com.mcjty.rftools.dimension.RfToolsDimensionManager; import com.mcjty.rftools.items.ModItems; import com.mcjty.rftools.items.di...
Fixed a crash when trying to extract an empty realized item tab
src/main/java/com/mcjty/rftools/blocks/dimlets/DimensionEnscriberTileEntity.java
Fixed a crash when trying to extract an empty realized item tab
Java
mit
261b77845ec8c7d41391b8fdaf68a598a86220b3
0
jenkinsci/plugin-compat-tester,jenkinsci/plugin-compat-tester
package org.jenkins.tools.test.maven; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.nio.charset.Charset; import java.util.ArrayList; import jav...
plugins-compat-tester/src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
package org.jenkins.tools.test.maven; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.nio.charset.Charset; import java.util.ArrayList; import jav...
Update plugins-compat-tester/src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java Co-authored-by: Jesse Glick <f03f7b035106bba3da9b565be6f0115dc0d88f87@cloudbees.com>
plugins-compat-tester/src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
Update plugins-compat-tester/src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
Java
mit
0c7b71339f17ddfd23173ffde9c9a7a7ba0b5c10
0
venkatramanm/swf-all,venkatramanm/swf-all,venkatramanm/swf-all
package com.venky.swf.controller; import com.venky.core.util.Bucket; import com.venky.core.util.ObjectHolder; import com.venky.extension.Registry; import com.venky.swf.controller.annotations.RequireLogin; import com.venky.swf.db.Database; import com.venky.swf.db.model.cache.CacheVersion; import com.venky.swf.path.Path...
swf/src/main/java/com/venky/swf/controller/CacheVersionsController.java
package com.venky.swf.controller; import com.venky.core.util.Bucket; import com.venky.core.util.ObjectHolder; import com.venky.extension.Registry; import com.venky.swf.controller.annotations.RequireLogin; import com.venky.swf.db.Database; import com.venky.swf.db.model.cache.CacheVersion; import com.venky.swf.path.Path...
Cache Version clearing cdn
swf/src/main/java/com/venky/swf/controller/CacheVersionsController.java
Cache Version clearing cdn
Java
mit
939f64ce5cfd37d7815df4f2a28b200ba6c2e400
0
kaltsimon/Chasing-Pictures-front-end,kaltsimon/Chasing-Pictures-front-end,ChasingPictures/front-end,kaltsimon/Chasing-Pictures-front-end,ChasingPictures/front-end,ChasingPictures/front-end
package de.fu_berlin.cdv.chasingpictures.activity; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.view.Lay...
ChasingPictures/app/src/main/java/de/fu_berlin/cdv/chasingpictures/activity/Slideshow.java
package de.fu_berlin.cdv.chasingpictures.activity; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.view.Lay...
Documentation
ChasingPictures/app/src/main/java/de/fu_berlin/cdv/chasingpictures/activity/Slideshow.java
Documentation
Java
epl-1.0
dd15242e039f6a3e263eb68bcc074a7277baed89
0
ModelWriter/Tarski,ModelWriter/Tarski,ModelWriter/Tarski,ModelWriter/WP3,ModelWriter/WP3,ModelWriter/WP3
/******************************************************************************* * Copyright (c) 2015 UNIT Information Technologies R&D Ltd 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, a...
Source/eu.modelwriter.marker.command/src/eu/modelwriter/marker/command/MarkAllHandler.java
/******************************************************************************* * Copyright (c) 2015 UNIT Information Technologies R&D Ltd * 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...
Mark All Handler class has been updated to code re-factoring.
Source/eu.modelwriter.marker.command/src/eu/modelwriter/marker/command/MarkAllHandler.java
Mark All Handler class has been updated to code re-factoring.
Java
epl-1.0
61637592ca65455ebf57b138e58479481a5b2e0a
0
smeup/asup,smeup/asup,smeup/asup
/** * Copyright (c) 2012, 2016 Sme.UP 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 * * * Contribut...
org.smeup.sys.il.esam.jdbc/src/org/smeup/sys/il/esam/jdbc/JDBCKeySequencedDataSetImpl.java
/** * Copyright (c) 2012, 2016 Sme.UP 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 * * * Contribut...
Implementazione setgt con indicatore
org.smeup.sys.il.esam.jdbc/src/org/smeup/sys/il/esam/jdbc/JDBCKeySequencedDataSetImpl.java
Implementazione setgt con indicatore
Java
agpl-3.0
c064a2ca403072e19d9aadf7f8e19802365c47f1
0
datamatica-pl/traccar-api,datamatica-pl/traccar-api
/* * Copyright (C) 2016 Datamatica (dev@datamatica.pl) * * 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 later vers...
src/main/java/pl/datamatica/traccar/api/providers/ApplicationSettingsProvider.java
/* * Copyright (C) 2016 Datamatica (dev@datamatica.pl) * * 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 later vers...
https://datamatica.atlassian.net/browse/AUTO-846
src/main/java/pl/datamatica/traccar/api/providers/ApplicationSettingsProvider.java
https://datamatica.atlassian.net/browse/AUTO-846
Java
agpl-3.0
4fe677b473acd55e73c400e0c3f2d492bc64549a
0
quikkian-ua-devops/will-financials,quikkian-ua-devops/kfs,UniversityOfHawaii/kfs,quikkian-ua-devops/will-financials,kkronenb/kfs,bhutchinson/kfs,quikkian-ua-devops/will-financials,kkronenb/kfs,UniversityOfHawaii/kfs,ua-eas/kfs,UniversityOfHawaii/kfs,ua-eas/kfs-devops-automation-fork,smith750/kfs,kuali/kfs,ua-eas/kfs-de...
/* * Copyright 2010 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 requir...
test/unit/src/org/kuali/kfs/module/endow/batch/service/impl/RollFrequencyDatesServiceImplTest.java
/* * Copyright 2010 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 requir...
Typo fixing.
test/unit/src/org/kuali/kfs/module/endow/batch/service/impl/RollFrequencyDatesServiceImplTest.java
Typo fixing.
Java
lgpl-2.1
5867359854178954d21b57afc117d1863907cf5a
0
viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer
package net.sf.jaer.util.avioutput; import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Point; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.beans.PropertyChangeEvent; i...
src/net/sf/jaer/util/avioutput/DvsSliceTargetAviWriter.java
package net.sf.jaer.util.avioutput; import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Point; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.beans.PropertyChangeEvent; i...
jAER: Slicer AVI Writer with target tracker for region of interests git-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@7313 b7f4320f-462c-0410-a916-d9f35bb82d52
src/net/sf/jaer/util/avioutput/DvsSliceTargetAviWriter.java
jAER: Slicer AVI Writer with target tracker for region of interests
Java
lgpl-2.1
7385f24da4e17b07f4010ed48518753110d6efd0
0
xph906/SootNew,mbenz89/soot,xph906/SootNew,anddann/soot,mbenz89/soot,anddann/soot,plast-lab/soot,mbenz89/soot,cfallin/soot,plast-lab/soot,cfallin/soot,cfallin/soot,xph906/SootNew,xph906/SootNew,cfallin/soot,anddann/soot,plast-lab/soot,anddann/soot,mbenz89/soot
/* Soot - a J*va Optimization Framework * Copyright (C) 2003 Jennifer Lhotak * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your optio...
eclipse/ca.mcgill.sable.soot/src/ca/mcgill/sable/soot/launching/SootLauncher.java
/* Soot - a J*va Optimization Framework * Copyright (C) 2003 Jennifer Lhotak * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your optio...
- fixed problem of getting workspace location when there are multiple workspaces
eclipse/ca.mcgill.sable.soot/src/ca/mcgill/sable/soot/launching/SootLauncher.java
- fixed problem of getting workspace location when there are multiple workspaces
Java
lgpl-2.1
de331721936883cb90a2cef4642b801d513449b2
0
Arabidopsis-Information-Portal/intermine,tomck/intermine,tomck/intermine,Arabidopsis-Information-Portal/intermine,joshkh/intermine,elsiklab/intermine,kimrutherford/intermine,elsiklab/intermine,zebrafishmine/intermine,justincc/intermine,kimrutherford/intermine,JoeCarlson/intermine,joshkh/intermine,drhee/toxoMine,tomck/i...
package org.flymine.dataconversion; /* * Copyright (C) 2002-2004 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...
flymine/model/ensembl-human/src/java/org/flymine/dataconversion/EnsemblHumanDataTranslator.java
package org.flymine.dataconversion; /* * Copyright (C) 2002-2004 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...
added marker, marker_feature
flymine/model/ensembl-human/src/java/org/flymine/dataconversion/EnsemblHumanDataTranslator.java
added marker, marker_feature
Java
lgpl-2.1
07cd920f07c37234e3fd7d4fa5a867fc3493c3fa
0
zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform
/* * Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the * @author tags. See the copyright.txt file in the distribution for a full * listing of individual contributors. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public...
server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/InlineTargetCellEditor.java
/* * Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the * @author tags. See the copyright.txt file in the distribution for a full * listing of individual contributors. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public...
remove fuzzy state when typing a-z or 0-9 when not press Altkey and ControlKey
server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/InlineTargetCellEditor.java
remove fuzzy state when typing a-z or 0-9 when not press Altkey and ControlKey
Java
apache-2.0
8a56ae7aa97c153cfda805046e1160940a71e5af
0
troyhen/dsp
/* Copyright 2015 Troy D. Heninger * * 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/main/java/com/dsp/DspPage.java
/* Copyright 2015 Troy D. Heninger * * 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 ...
Replace StringBuffer with StringBuilder
src/main/java/com/dsp/DspPage.java
Replace StringBuffer with StringBuilder
Java
apache-2.0
b1b5f1eebdf5dd66b4c3f9ae6f9837a0a03898ce
0
apache/velocity-tools,apache/velocity-tools
package org.apache.velocity.tools.generic; /* * 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 L...
velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java
package org.apache.velocity.tools.generic; /* * 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 L...
[tools] Javadoc fix git-svn-id: 08feff1e20460d5e8b75c2f5109ada1fb2e66d41@1811712 13f79535-47bb-0310-9956-ffa450edef68
velocity-tools-generic/src/main/java/org/apache/velocity/tools/generic/ValueParser.java
[tools] Javadoc fix
Java
apache-2.0
08f38143779c45b145be08af8fda521138ef0ea0
0
ocpsoft/rewrite,ocpsoft/rewrite,chkal/rewrite,jsight/rewrite,jsight/rewrite,jsight/rewrite,chkal/rewrite,chkal/rewrite,jsight/rewrite,ocpsoft/rewrite,chkal/rewrite,jsight/rewrite,ocpsoft/rewrite,chkal/rewrite,ocpsoft/rewrite
/* * Copyright 2011 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * 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....
showcase/rest-ws/src/main/java/com/ocpsoft/rewrite/showcase/rest/RestRewriteConfiguration.java
/* * Copyright 2011 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a> * * 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....
Added rest demo documentation
showcase/rest-ws/src/main/java/com/ocpsoft/rewrite/showcase/rest/RestRewriteConfiguration.java
Added rest demo documentation
Java
apache-2.0
0a2d8d8360df9c32bff64ade945ac0219dc0f687
0
cgeo/cgeo,cgeo/cgeo,cgeo/cgeo,cgeo/cgeo
package cgeo.geocaching.utils; import cgeo.geocaching.CgeoApplication; import android.annotation.SuppressLint; import android.app.Activity; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInfo; import an...
main/src/cgeo/geocaching/utils/ProcessUtils.java
package cgeo.geocaching.utils; import cgeo.geocaching.CgeoApplication; import android.app.Activity; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import ...
lint: try to fix QueryPermissionsNeeded
main/src/cgeo/geocaching/utils/ProcessUtils.java
lint: try to fix QueryPermissionsNeeded
Java
apache-2.0
97c5260cc969b3c19c4bba36955505198e2fc1f6
0
nishantmonu51/hive,alanfgates/hive,alanfgates/hive,anishek/hive,lirui-apache/hive,jcamachor/hive,nishantmonu51/hive,lirui-apache/hive,b-slim/hive,vergilchiu/hive,jcamachor/hive,b-slim/hive,nishantmonu51/hive,b-slim/hive,nishantmonu51/hive,jcamachor/hive,nishantmonu51/hive,alanfgates/hive,vineetgarg02/hive,b-slim/hive,b...
/** * 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...
ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.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...
HIVE-4619 - Hive 0.11.0 is not working with pre-cdh3u6 and hadoop-0.23 (Navis via Brock Noland) git-svn-id: c2303eb81cb646bce052f55f7f0d14f181a5956c@1521593 13f79535-47bb-0310-9956-ffa450edef68
ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.java
HIVE-4619 - Hive 0.11.0 is not working with pre-cdh3u6 and hadoop-0.23 (Navis via Brock Noland)
Java
apache-2.0
c85fd123280cdda77c4d1c4aabd0376dd114f065
0
EsupPortail/esup-uportal,jl1955/uPortal5,EdiaEducationTechnology/uPortal,stalele/uPortal,joansmith/uPortal,doodelicious/uPortal,Mines-Albi/esup-uportal,doodelicious/uPortal,phillips1021/uPortal,jhelmer-unicon/uPortal,MichaelVose2/uPortal,mgillian/uPortal,joansmith/uPortal,EsupPortail/esup-uportal,GIP-RECIA/esup-uportal...
/** * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
uportal-impl/src/main/java/org/jasig/portal/groups/filesystem/FileSystemGroupStoreFactory.java
/** * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
UP-2387 Fix by throwing an exception git-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@21129 f5dbab47-78f9-eb45-b975-e544023573eb
uportal-impl/src/main/java/org/jasig/portal/groups/filesystem/FileSystemGroupStoreFactory.java
UP-2387 Fix by throwing an exception
Java
apache-2.0
ecb7bd2c640989d88decfd2771e26b7e24398640
0
cushon/bazel,cushon/bazel,cushon/bazel,meteorcloudy/bazel,safarmer/bazel,twitter-forks/bazel,bazelbuild/bazel,twitter-forks/bazel,perezd/bazel,katre/bazel,cushon/bazel,ButterflyNetwork/bazel,perezd/bazel,bazelbuild/bazel,meteorcloudy/bazel,twitter-forks/bazel,meteorcloudy/bazel,safarmer/bazel,ButterflyNetwork/bazel,cus...
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/main/java/com/google/devtools/build/lib/rules/java/JavaHelper.java
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Replace Artifact#getOutputDirRelativePath call in JavaHelper#getJavaResourcePath with getRepositoryRelativePath. PiperOrigin-RevId: 337296892
src/main/java/com/google/devtools/build/lib/rules/java/JavaHelper.java
Replace Artifact#getOutputDirRelativePath call in JavaHelper#getJavaResourcePath with getRepositoryRelativePath.
Java
apache-2.0
b0f824ca4dee6463c619b9564e197091798a86aa
0
Governance/overlord-commons,Governance/overlord-commons
/* * Copyright 2013 JBoss 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 i...
overlord-commons-gwt/src/main/java/org/overlord/commons/gwt/client/local/widgets/DateBox.java
/* * Copyright 2013 JBoss 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 i...
ENTESB-4123 Time Filter does not propagate its value to query string
overlord-commons-gwt/src/main/java/org/overlord/commons/gwt/client/local/widgets/DateBox.java
ENTESB-4123 Time Filter does not propagate its value to query string
Java
apache-2.0
7f8bffc5a2051d008a45f70a2a4ab7c8d9cf5bcb
0
oehf/ipf,oehf/ipf,oehf/ipf,krasserm/ipf,krasserm/ipf,oehf/ipf
/* * Copyright 2009 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 requi...
commons/ihe/hl7v3/src/main/java/org/openehealth/ipf/commons/ihe/hl7v3/Hl7v3Validator.java
/* * Copyright 2009 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 requi...
refactoring git-svn-id: 15d4771d83c46956b550e66b034a1e73d7ee3103@1148 d594d982-de57-441b-9a2b-38caaf397e83
commons/ihe/hl7v3/src/main/java/org/openehealth/ipf/commons/ihe/hl7v3/Hl7v3Validator.java
refactoring
Java
apache-2.0
e303ca71cc351eb4b618948177e45369237523e0
0
yokuyuki/Enrichr,yokuyuki/Enrichr,yokuyuki/Enrichr
package edu.mssm.pharm.maayanlab.Enrichr; import java.io.File; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.Properties; import java.util.Set; import javax.mail.Authenticator; import javax.mail....
src/main/java/edu/mssm/pharm/maayanlab/Enrichr/Account.java
package edu.mssm.pharm.maayanlab.Enrichr; import java.io.File; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.Properties; import java.util.Set; import javax.mail.Authenticator; import javax.mail....
Check to ensure that the list isn't already shared git-svn-id: f5921e6c9a61b6015ffa18fe349c03fb73f2cf99@1889 998562b1-c221-4fe5-b3d3-2fd2107a5f19
src/main/java/edu/mssm/pharm/maayanlab/Enrichr/Account.java
Check to ensure that the list isn't already shared
Java
apache-2.0
c5dcfdabf7ba9c80af5a4a127156b83306feeee1
0
pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus
/* * This file or a portion of this file is licensed under the terms of * the Globus Toolkit Public License, found in file GTPL, or at * http://www.globus.org/toolkit/download/license.html. This notice must * appear in redistributions of this file, with or without modification. * * Redistributions of this Softwar...
src/org/griphyn/cPlanner/toolkit/VDS2PegasusProperties.java
/* * This file or a portion of this file is licensed under the terms of * the Globus Toolkit Public License, found in file GTPL, or at * http://www.globus.org/toolkit/download/license.html. This notice must * appear in redistributions of this file, with or without modification. * * Redistributions of this Softwar...
Changed pegasus.schema.ptc to pegasus.catalog.provenance to be more consistent
src/org/griphyn/cPlanner/toolkit/VDS2PegasusProperties.java
Changed pegasus.schema.ptc to pegasus.catalog.provenance to be more consistent
Java
apache-2.0
2d820e4a9a609d9fd323c0f5683397b528108ff2
0
PangZhi/flink,fanzhidongyzby/flink,godfreyhe/flink,tillrohrmann/flink,zimmermatt/flink,zentol/flink,rmetzger/flink,hongyuhong/flink,StephanEwen/incubator-flink,darionyaphet/flink,DieBauer/flink,tony810430/flink,godfreyhe/flink,gyfora/flink,aljoscha/flink,kl0u/flink,hwstreaming/flink,bowenli86/flink,zhangminglei/flink,k...
/*********************************************************************************************************************** * * Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with...
sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/serialization/ArraySchema.java
/*********************************************************************************************************************** * * Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu) * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with...
removed tail from ArraySchema
sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/serialization/ArraySchema.java
removed tail from ArraySchema
Java
apache-2.0
52f3e5bf2e519f0f08a998c0b382831cffead331
0
binfalse/incubator-taverna-language,taverna-incubator/incubator-taverna-language,taverna-incubator/incubator-taverna-language,taverna-incubator/incubator-taverna-language,binfalse/incubator-taverna-language,binfalse/incubator-taverna-language,binfalse/incubator-taverna-language,taverna-incubator/incubator-taverna-langu...
package uk.org.taverna.scufl2.api.common; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.net.URI; import java.util.List; import org.junit.Before; import org.junit.Test; import uk.org.taverna.scufl2.api.ExampleWorkflow; import uk.org.taverna.scufl2.api.activity.Ac...
scufl2-api/src/test/java/uk/org/taverna/scufl2/api/common/TestURIToolsBeans.java
package uk.org.taverna.scufl2.api.common; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.net.URI; import java.util.List; import org.junit.Before; import org.junit.Test; import uk.org.taverna.scufl2.api.ExampleWorkflow; import uk.org.taverna.scufl2.api.activity.Ac...
Allow slightly different order of datalinks
scufl2-api/src/test/java/uk/org/taverna/scufl2/api/common/TestURIToolsBeans.java
Allow slightly different order of datalinks
Java
apache-2.0
bd4aaf41f9914c6f19db164d183c32931b51059c
0
OpenUniversity/ovirt-engine,yapengsong/ovirt-engine,zerodengxinchao/ovirt-engine,yingyun001/ovirt-engine,OpenUniversity/ovirt-engine,zerodengxinchao/ovirt-engine,yingyun001/ovirt-engine,eayun/ovirt-engine,halober/ovirt-engine,yapengsong/ovirt-engine,eayun/ovirt-engine,yingyun001/ovirt-engine,zerodengxinchao/ovirt-engin...
package org.ovirt.engine.core.utils.ovf; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Arrays; import org.junit.Before; import org.junit.ClassRule; import org.junit.Test; import org.ov...
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ovf/OvfVmWriterTest.java
package org.ovirt.engine.core.utils.ovf; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Arrays; import org.junit.Before; import org.junit.ClassRule; import org.junit.Test; import org.ov...
core: OvfVmWriterTest.assertVm cleanup Fixed the method's modifiers and removed a commented out line. Change-Id: I65c7d797a725626adb7bd67f1f73f8084b803daf Signed-off-by: Allon Mureinik <abc9ddaceaf0c059a5d9bc2aed71f25cb5370dba@redhat.com>
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/ovf/OvfVmWriterTest.java
core: OvfVmWriterTest.assertVm cleanup
Java
apache-2.0
4bf3c37508563385824bed7072fdb666c97d1275
0
finmath/finmath-lib,finmath/finmath-lib
package net.finmath.montecarlo.interestrate.products; import java.time.LocalDate; import java.time.LocalDateTime; import java.util.HashSet; import java.util.Set; import java.util.function.Function; import java.util.stream.Collectors; import net.finmath.exception.CalculationException; import net.finmath.func...
src/main/java/net/finmath/montecarlo/interestrate/products/SwaptionFromSwapSchedules.java
package net.finmath.montecarlo.interestrate.products; import java.time.LocalDate; import java.time.LocalDateTime; import java.util.HashSet; import java.util.Set; import java.util.function.Function; import java.util.stream.Collectors; import net.finmath.exception.CalculationException; import net.finmath.func...
Method getValueOfLegAnalytic is public.
src/main/java/net/finmath/montecarlo/interestrate/products/SwaptionFromSwapSchedules.java
Method getValueOfLegAnalytic is public.
Java
apache-2.0
cdeddfe8ce7792f87cc7d278444638fb5288084c
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-2018 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.openapi.editor.impl; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.editor.*; import com.intellij.openapi.editor.col...
platform/platform-impl/src/com/intellij/openapi/editor/impl/ImmediatePainter.java
// Copyright 2000-2018 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.openapi.editor.impl; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.editor.*; import com.intellij.openapi.editor.col...
IDEA-215015 Text "jitter" during typing in editor on Windows after dragging editor onto a different monitor GitOrigin-RevId: 5f4bc02fbc2426a72e22c82c9439a8c5c632fe68
platform/platform-impl/src/com/intellij/openapi/editor/impl/ImmediatePainter.java
IDEA-215015 Text "jitter" during typing in editor on Windows after dragging editor onto a different monitor
Java
apache-2.0
1c151f657ca316568e8e82c6c9efdee18152c6a1
0
DongwonChoi/ISAAC,Apelon-VA/va-isaac-gui,vaskaloidis/va-isaac-gui,vaskaloidis/va-isaac-gui,DongwonChoi/ISAAC,Apelon-VA/ISAAC,Apelon-VA/ISAAC,Apelon-VA/ISAAC,DongwonChoi/ISAAC,Apelon-VA/va-isaac-gui
/** * Copyright Notice * * This is a work of the U.S. Government and is not subject to copyright * protection in the United States. Foreign copyrights may apply. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
refex-view/src/main/java/gov/va/isaac/gui/refexViews/refexEdit/AddRefexPopup.java
/** * Copyright Notice * * This is a work of the U.S. Government and is not subject to copyright * protection in the United States. Foreign copyrights may apply. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
make concept labels copyable / draggable
refex-view/src/main/java/gov/va/isaac/gui/refexViews/refexEdit/AddRefexPopup.java
make concept labels copyable / draggable
Java
apache-2.0
de6c791848008454425dea354f55dd1bc5e7ec1c
0
EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,palantir/atlasdb
/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * <p> * Licensed under the BSD-3 License (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://opensource.org/licenses/BSD-3-Clause * <p> * Unless required...
atlasdb-dbkvs-tests/src/test/java/com/palantir/atlasdb/keyvalue/dbkvs/DbkvsPostgresTestSuite.java
/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * <p> * Licensed under the BSD-3 License (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://opensource.org/licenses/BSD-3-Clause * <p> * Unless required...
[no release notes] (trivial change so I can do this from github)
atlasdb-dbkvs-tests/src/test/java/com/palantir/atlasdb/keyvalue/dbkvs/DbkvsPostgresTestSuite.java
[no release notes]
Java
apache-2.0
3385a450802f09e6cfc141b853d78f511c3c6c4b
0
sabriarabacioglu/engerek,sabriarabacioglu/engerek,rpudil/midpoint,Pardus-Engerek/engerek,sabriarabacioglu/engerek,arnost-starosta/midpoint,Pardus-Engerek/engerek,gureronder/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,PetrGasparik/midpoint,PetrGasparik/midpoint,Pardus-Engerek/engerek,rpudil/midpoint,PetrGas...
/* * Copyright (c) 2010-2013 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.java
/* * Copyright (c) 2010-2013 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
fix for MID-1458
gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/configuration/PageDebugList.java
fix for MID-1458
Java
apache-2.0
5c1c16dfc29a7e87d235eb36ca542f8f2e758720
0
Cognifide/knotx,Cognifide/knotx
/* * Knot.x - Reactive microservice assembler - View Knot * * Copyright (C) 2016 Cognifide Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
knotx-core/knotx-knot-view/src/main/java/com/cognifide/knotx/knot/view/service/ServiceEngine.java
/* * Knot.x - Reactive microservice assembler - View Knot * * Copyright (C) 2016 Cognifide Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
Fixed getting results from service as array or object
knotx-core/knotx-knot-view/src/main/java/com/cognifide/knotx/knot/view/service/ServiceEngine.java
Fixed getting results from service as array or object
Java
apache-2.0
9825343949d5c2f835d14601c27645ad145d870d
0
songeunwoo/ngrinder,nanpa83/ngrinder,chengaomin/ngrinder,chengaomin/ngrinder,songeunwoo/ngrinder,GwonGisoo/ngrinder,bwahn/ngrinder,bwahn/ngrinder,chengaomin/ngrinder,SRCB-CloudPart/ngrinder,naver/ngrinder,SRCB-CloudPart/ngrinder,ropik/ngrinder,songeunwoo/ngrinder,nanpa83/ngrinder,bwahn/ngrinder,naver/ngrinder,nanpa83/n...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distr...
ngrinder-controller/src/main/java/org/ngrinder/operation/cotroller/ScriptConsoleController.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distr...
[NGRINDER-517] Clean up script console when bean destroy is called.
ngrinder-controller/src/main/java/org/ngrinder/operation/cotroller/ScriptConsoleController.java
[NGRINDER-517] Clean up script console when bean destroy is called.
Java
apache-2.0
13ecc52061619f82aceb3eccda14f96156f4c49e
0
tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core
package io.tetrapod.core.web; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.socket.SocketChannel; import io.netty.handler.codec.http.*; import io.netty.handler.codec.http.websocketx.*; import io.netty.util.ReferenceCountUtil; import io.tetrapod.core.*; import io.tetrapod.core.json.JSON...
Tetrapod-Core/src/io/tetrapod/core/web/WebSocketSession.java
package io.tetrapod.core.web; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.socket.SocketChannel; import io.netty.handler.codec.http.*; import io.netty.handler.codec.http.websocketx.*; import io.netty.util.ReferenceCountUtil; import io.tetrapod.core.*; import io.tetrapod.core.json.JSON...
MOAR debug loggings
Tetrapod-Core/src/io/tetrapod/core/web/WebSocketSession.java
MOAR debug loggings
Java
apache-2.0
c964668e3df618932b92028e76bc203d03f53164
0
gladyscarrizales/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,gladyscarrizales/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,gladyscarrizales/manifoldcf,cogfor/mcf-cogfor,apache/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,cogfor/mcf-cogfor,apache/man...
/* $Id$ */ /** * 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"); y...
modules/framework/core/org/apache/lcf/core/lockmanager/LockManager.java
/* $Id$ */ /** * 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"); y...
Implement local objects to allow a single LCF process to run without using a synchdirectory. This is, once again, meant to help LCF run as a single process for executing tests. git-svn-id: 0503cfb7d358eaa9bd718f348f448f10022ea703@952264 13f79535-47bb-0310-9956-ffa450edef68
modules/framework/core/org/apache/lcf/core/lockmanager/LockManager.java
Implement local objects to allow a single LCF process to run without using a synchdirectory. This is, once again, meant to help LCF run as a single process for executing tests.
Java
apache-2.0
298abd331aed7406371a835bce877a203d9da900
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/executor/ScheduledTasksService.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...
refactoring
redisson/src/main/java/org/redisson/executor/ScheduledTasksService.java
refactoring
Java
apache-2.0
91810804a63d6d0954a8be67b571448f5025f781
0
osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi
package org.osgi.service.application.midlet; import java.util.Map; import org.osgi.service.application.ApplicationDescriptor; import org.osgi.service.application.ApplicationHandle; public final class MidletDescriptor extends ApplicationDescriptor { protected ApplicationHandle launchSpecific(Map arguments) throws E...
org.osgi.service.application/src/org/osgi/service/application/midlet/MidletDescriptor.java
package org.osgi.service.application.midlet; import java.util.Map; import org.osgi.service.application.ApplicationDescriptor; import org.osgi.service.application.ApplicationHandle; public final class MidletDescriptor extends ApplicationDescriptor { protected ApplicationHandle launchSpecific(Map arguments) throws E...
FIXED: wrong descriptor value
org.osgi.service.application/src/org/osgi/service/application/midlet/MidletDescriptor.java
FIXED: wrong descriptor value
Java
apache-2.0
cce832b4e5e9845f9036ad4188e2f0ee354ebe68
0
wcmc-its/ReCiter,wcmc-its/ReCiter
package reciter.algorithm.evidence.targetauthor.name.strategy; import java.util.ArrayList; import java.util.Comparator; import java.util.HashSet; import java.util.List; import java.util.NoSuchElementException; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream...
src/main/java/reciter/algorithm/evidence/targetauthor/name/strategy/ScoreByNameStrategy.java
package reciter.algorithm.evidence.targetauthor.name.strategy; import java.util.ArrayList; import java.util.Comparator; import java.util.HashSet; import java.util.List; import java.util.NoSuchElementException; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream...
change in total score for name evidence
src/main/java/reciter/algorithm/evidence/targetauthor/name/strategy/ScoreByNameStrategy.java
change in total score for name evidence
Java
apache-2.0
7ce4b869eadcb44bef929e362482589e405ff533
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.interfaces.ItemPossessor.Expire; import com.planet_ink.coffee_mud.core.exceptions.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.CMClass.CMObjectTyp...
com/planet_ink/coffee_mud/Common/DefaultScriptingEngine.java
package com.planet_ink.coffee_mud.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.interfaces.ItemPossessor.Expire; import com.planet_ink.coffee_mud.core.exceptions.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.CMClass.CMObjectTyp...
support for room numbers in mptransfer git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@19783 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Common/DefaultScriptingEngine.java
support for room numbers in mptransfer
Java
apache-2.0
12a4fd7b0f19bc859c040a1e4d2bcb641ce1a86a
0
cescoffier/vertx-microservices-workshop,cescoffier/vertx-microservices-workshop,cescoffier/vertx-microservices-workshop,cescoffier/vertx-microservices-workshop,cescoffier/vertx-microservices-workshop
package io.vertx.workshop.quote; import io.vertx.core.DeploymentOptions; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import io.vertx.workshop.common.MicroServiceVerticle; /** * a verticle generating "fake" quotes based on the configuration. */ public class GeneratorConfigVerticle exte...
quote-generator/src/main/java/io/vertx/workshop/quote/GeneratorConfigVerticle.java
package io.vertx.workshop.quote; import io.vertx.core.DeploymentOptions; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import io.vertx.workshop.common.MicroServiceVerticle; /** * a verticle generating "fake" quotes based on the configuration. */ public class GeneratorConfigVerticle exte...
Fixed swapped comments above methods
quote-generator/src/main/java/io/vertx/workshop/quote/GeneratorConfigVerticle.java
Fixed swapped comments above methods
Java
apache-2.0
2c17430deae07002ff2c1f593965ad07b3fe4c10
0
drewrobb/logstash,suppandi/logstash,triforkse/logstash-mesos,drewrobb/logstash,kensipe/logstash,kensipe/logstash,triforkse/logstash-mesos,mesos/logstash,suppandi/logstash,mesosphere/logstash,frankscholten/logstash,alex-glv/logstash,triforkse/logstash-mesos,triforkse/logstash-mesos,alex-glv/logstash,mesosphere/logstash,...
package org.apache.mesos.logstash.scheduler; import org.apache.commons.io.FileUtils; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; import java.io.File; import java.io.IOException; import java.util.Map; import java.util.concurren...
scheduler/src/test/java/org/apache/mesos/logstash/scheduler/ConfigMonitorTest.java
package org.apache.mesos.logstash.scheduler; import org.apache.commons.io.FileUtils; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; import java.io.File; import java.io.IOException; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; impo...
Temporart ignoring a test to setup CI
scheduler/src/test/java/org/apache/mesos/logstash/scheduler/ConfigMonitorTest.java
Temporart ignoring a test to setup CI
Java
apache-2.0
641278ab1bf2f809d3f7c5d36946ae95fefb0638
0
variacode/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,rundeck/rundeck
/* * Copyright 2016 SimplifyOps, Inc. (http://simplifyops.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 ...
rundeckapp/src/main/groovy/com/dtolabs/rundeck/jetty/jaas/JettyCachingLdapLoginModule.java
/* * Copyright 2016 SimplifyOps, Inc. (http://simplifyops.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 ...
Fix #3699. Bind authentication now works. Logger issue is fixed.
rundeckapp/src/main/groovy/com/dtolabs/rundeck/jetty/jaas/JettyCachingLdapLoginModule.java
Fix #3699. Bind authentication now works. Logger issue is fixed.
Java
apache-2.0
2d5241825e17a53ee2b3df915d03bc97295d80bd
0
delkyd/hawtjms,fusesource/hawtjms,delkyd/hawtjms
/** * 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...
amqpjms-client/src/test/java/org/fusesource/amqpjms/jms/transactions/JmsTransactedProducerTest.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...
Update test case and add ignore as it now fails.
amqpjms-client/src/test/java/org/fusesource/amqpjms/jms/transactions/JmsTransactedProducerTest.java
Update test case and add ignore as it now fails.
Java
apache-2.0
71f47b1296ef00aa44a3ad9cd3ddfd951fd61ea4
0
machristie/airavata,apache/airavata,glahiru/airavata,dogless/airavata,hasinitg/airavata,machristie/airavata,glahiru/airavata,jjj117/airavata,dogless/airavata,dogless/airavata,dogless/airavata,gouravshenoy/airavata,dogless/airavata,anujbhan/airavata,hasinitg/airavata,machristie/airavata,gouravshenoy/airavata,hasinitg/ai...
/* * * 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"); y...
modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/appwrapper/HostDescriptionDialog.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"); y...
fixing some methods. git-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1205446 13f79535-47bb-0310-9956-ffa450edef68
modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/appwrapper/HostDescriptionDialog.java
fixing some methods.
Java
apache-2.0
729c9dd85ab3c02097eaa97a55fd514fc3b8d76e
0
industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector
/*- * ========================LICENSE_START================================= * LUCON Data Flow Policy Engine * %% * Copyright (C) 2017 Fraunhofer AISEC * %% * 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 cop...
ids-dataflow-control/src/main/java/de/fhg/ids/dataflowcontrol/lucon/LuconEngine.java
/*- * ========================LICENSE_START================================= * LUCON Data Flow Policy Engine * %% * Copyright (C) 2017 Fraunhofer AISEC * %% * 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 cop...
Log: Removed uncritical warning from Lucon outputs
ids-dataflow-control/src/main/java/de/fhg/ids/dataflowcontrol/lucon/LuconEngine.java
Log: Removed uncritical warning from Lucon outputs
Java
bsd-3-clause
9c1bcca9bd5a69de5b6ea5cf196a0519efa9fbce
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2016, University of Oslo * * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of condition...
core-android/src/main/java/org/hisp/dhis/client/sdk/android/api/network/NetworkModuleImpl.java
/* * Copyright (c) 2016, University of Oslo * * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of condition...
Simplified authentication logic
core-android/src/main/java/org/hisp/dhis/client/sdk/android/api/network/NetworkModuleImpl.java
Simplified authentication logic
Java
mit
fd00e6f6cfbf529424dfdded196e83dd04122b9e
0
project-icarus/icarus-atc,project-icarus/project-icarus
package com.icarus.project; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.graphics...
core/src/com/icarus/project/ProjectIcarus.java
package com.icarus.project; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.graphics...
changed airport
core/src/com/icarus/project/ProjectIcarus.java
changed airport
Java
mit
6387d0d77a2b342e8de0cd303823868291561ecb
0
manifoldjs/ManifoldCordova,manifoldjs/ManifoldCordova,lijie371/ManifoldCordova,Boltmade/cordova-plugin-offline-page,lijie371/ManifoldCordova,lijie371/ManifoldCordova,manifoldjs/ManifoldCordova,Boltmade/cordova-plugin-offline-page
package com.microsoft.hostedwebapp; import android.content.res.AssetManager; import android.view.View; import android.view.ViewGroup; import android.webkit.WebView; import android.webkit.WebViewClient; import android.widget.LinearLayout; import org.apache.cordova.CallbackContext; import org.apache.cordova.C...
src/android/HostedWebApp.java
package com.microsoft.hostedwebapp; import android.content.res.AssetManager; import android.view.View; import android.view.ViewGroup; import android.webkit.WebView; import android.webkit.WebViewClient; import android.widget.LinearLayout; import org.apache.cordova.CallbackContext; import org.apache.cordova.C...
[Android] Fixed issue with Manifest loaded event being throw before loading the WAT plugin Conflicts: src/android/HostedWebApp.java
src/android/HostedWebApp.java
[Android] Fixed issue with Manifest loaded event being throw before loading the WAT plugin
Java
mit
b2db27018c2103615a83be71ecd5b79bef2c9b75
0
smarr/SOMns,richard-roberts/SOMns,MetaConc/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,richard-roberts/SOMns,smarr/SOMns,smarr/SOMns,MetaConc/SOMns,smarr/SOMns,smarr/SOMns,richard-roberts/SOMns,richard-roberts/SOMns,smarr/SOMns,MetaConc/SOMns,richard-roberts/SOMns,VAISHALI-DHANOA/SOMns,VAISHALI-DHANOA...
package som.compiler; public class Tags { public static final String ROOT_TAG = "ROOT"; public static final String UNSPECIFIED_INVOKE = "UNSPECIFIED_INVOKE"; // this is some form of invoke in the source, unclear what it is during program execution public static final String NEW_OBJECT = "NEW_OBJECT"; public ...
src/som/compiler/Tags.java
package som.compiler; public class Tags { public static final String ROOT_TAG = "ROOT"; public static final String UNSPECIFIED_INVOKE = "UNSPECIFIED_INVOKE"; // this is some form of invoke in the source, unclear what it is during program execution public static final String NEW_OBJECT = "NEW_OBJECT"; public ...
Added more tags Signed-off-by: Stefan Marr <46f1a0bd5592a2f9244ca321b129902a06b53e03@stefan-marr.de>
src/som/compiler/Tags.java
Added more tags
Java
mit
63e6f71db1869129add93a4f987bd415571805ed
0
nico1510/react-native-image-crop-picker,nico1510/react-native-image-crop-picker,ivpusic/react-native-image-crop-picker,ropc/react-native-image-crop-picker,zoofei/react-native-my-image-crop-picker,ropc/react-native-image-crop-picker,ropc/react-native-image-crop-picker,zoofei/react-native-my-image-crop-picker,ropc/react-...
package com.reactnative.ivpusic.imagepicker; import android.Manifest; import android.app.Activity; import android.content.ClipData; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import andro...
android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java
package com.reactnative.ivpusic.imagepicker; import android.Manifest; import android.app.Activity; import android.content.ClipData; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import andro...
fixed a bug when using openCamera with [multiple: true] related issue: https://github.com/ivpusic/react-native-image-crop-picker/issues/353
android/src/main/java/com/reactnative/ivpusic/imagepicker/PickerModule.java
fixed a bug when using openCamera with [multiple: true]
Java
mit
5ec3f5839b8905ddaa0961193db92a75dd176a0d
0
wepay/WePay-Java-SDK
package com.wepay.net; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.Writer; import java.net.URL; import java.nio.charset.StandardCharsets; import javax.net.ssl.HttpsURLConnection; import com....
src/main/java/com/wepay/net/WePayResource.java
package com.wepay.net; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.Writer; import java.net.URL; import java.nio.charset.StandardCharsets; import javax.net.ssl.HttpsURLConnection; import com....
Fix the SDK version
src/main/java/com/wepay/net/WePayResource.java
Fix the SDK version
Java
mit
3d758f508610a82a242bb95bc1eb3fdb9ee73303
0
raeleus/skin-composer
/******************************************************************************* * MIT License * * Copyright (c) 2022 Raymond Buckley * * 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 Softwar...
core/src/com/ray3k/skincomposer/Main.java
/******************************************************************************* * MIT License * * Copyright (c) 2022 Raymond Buckley * * 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 Softwar...
Clean up imports.
core/src/com/ray3k/skincomposer/Main.java
Clean up imports.
Java
mit
f134abc81d60135e32a0d764c52715da0eaaff9e
0
bmaupin/coursework,bmaupin/coursework
/* * File: Breakout.java * ------------------- * Name: * Section Leader: * * This file will eventually implement the game of Breakout. */ import java.util.Random; import javafx.animation.AnimationTimer; import javafx.application.Application; import javafx.beans.value.ChangeListener; import javafx.beans.value....
cs106a-stanford/Assignment3/Breakout.java
/* * File: Breakout.java * ------------------- * Name: * Section Leader: * * This file will eventually implement the game of Breakout. */ import javafx.animation.KeyFrame; import javafx.animation.KeyValue; import javafx.animation.Timeline; import javafx.application.Application; import javafx.beans.value.Change...
Use simpler AnimationTimer for animation and set random X velocity
cs106a-stanford/Assignment3/Breakout.java
Use simpler AnimationTimer for animation and set random X velocity
Java
epl-1.0
196e83d2ede68f18f9aada928288e87a52eb2464
0
jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall
/******************************************************************************* * This file is part of TERMINAL RECALL * Copyright (c) 2012-2014 Chuck Ritola * Part of the jTRFP.org project * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public Li...
src/main/java/org/jtrfp/trcl/miss/Mission.java
/******************************************************************************* * This file is part of TERMINAL RECALL * Copyright (c) 2012-2014 Chuck Ritola * Part of the jTRFP.org project * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Public Li...
✔Mission must skip brief on null.txt for multiplayer maps to work.
src/main/java/org/jtrfp/trcl/miss/Mission.java
✔Mission must skip brief on null.txt for multiplayer maps to work.
Java
agpl-3.0
a49ad6e715c34e80f1b7506d92c74a07e98f4b77
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
0cf77e74-2e62-11e5-9284-b827eb9e62be
hello.java
0cf205fc-2e62-11e5-9284-b827eb9e62be
0cf77e74-2e62-11e5-9284-b827eb9e62be
hello.java
0cf77e74-2e62-11e5-9284-b827eb9e62be
Java
agpl-3.0
c382b11f1398000aa4dbee5cdff3447e49fcad95
0
ingted/voltdb,VoltDB/voltdb,creative-quant/voltdb,wolffcm/voltdb,migue/voltdb,ingted/voltdb,ingted/voltdb,VoltDB/voltdb,deerwalk/voltdb,simonzhangsm/voltdb,zuowang/voltdb,simonzhangsm/voltdb,flybird119/voltdb,deerwalk/voltdb,creative-quant/voltdb,zuowang/voltdb,flybird119/voltdb,wolffcm/voltdb,ingted/voltdb,migue/voltd...
/* This file is part of VoltDB. * Copyright (C) 2008-2013 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/CSVLoader.java
/* This file is part of VoltDB. * Copyright (C) 2008-2013 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-5283 keep 2 statuses for now.
src/frontend/org/voltdb/utils/CSVLoader.java
ENG-5283 keep 2 statuses for now.
Java
lgpl-2.1
0fb4996da1af9837c7a64eb7f7e59cd25ed90271
0
ggiudetti/opencms-core,gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core,ggiudetti/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core
/* * File : $Source$ * Date : $Date$ * Version: $Revision$ * * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (C) 2002 - 2009 Alkacon Software (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the term...
src/org/opencms/search/solr/CmsSolrIndex.java
/* * File : $Source$ * Date : $Date$ * Version: $Revision$ * * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (C) 2002 - 2009 Alkacon Software (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the term...
Fixed issue #490 - improved logging in CmsSearchIndex.
src/org/opencms/search/solr/CmsSolrIndex.java
Fixed issue #490 - improved logging in CmsSearchIndex.
Java
lgpl-2.1
bd83ece459a99ff2b1c8d03e5a08fd7c9de7b367
0
svn2github/vosao,svn2github/vosao,svn2github/vosao,svn2github/vosao
/** * Vosao CMS. Simple CMS for Google App Engine. * * Copyright (C) 2009-2010 Vosao development team. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of t...
api/src/main/java/org/vosao/utils/ParamUtil.java
/** * Vosao CMS. Simple CMS for Google App Engine. * * Copyright (C) 2009-2010 Vosao development team. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of t...
Fixed issue 515. git-svn-id: 5df5ab0fddff67249b3cdc000160820e23d702e1@1140 d7b8a73a-866d-11de-bed6-6d316fbe0868
api/src/main/java/org/vosao/utils/ParamUtil.java
Fixed issue 515.
Java
lgpl-2.1
98994ed88e49920a5c7f27327db072479c8427e2
0
netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration
/* $Id$ * $Revision$ * $Date$ * $Author$ * * */ package dk.netarkivet.harvester.tools; import javax.management.AttributeNotFoundException; import javax.management.MBeanException; import javax.management.ReflectionException; import java.net.URI; import java.net.URISyntaxException; import java.util.List; import ja...
src/dk/netarkivet/harvester/tools/TwitterHarvesterExtractor.java
/* $Id$ * $Revision$ * $Date$ * $Author$ * * */ package dk.netarkivet.harvester.tools; import javax.management.AttributeNotFoundException; import javax.management.MBeanException; import javax.management.ReflectionException; import java.net.URI; import java.net.URISyntaxException; import java.util.List; import ja...
Initial work on twitter harvester
src/dk/netarkivet/harvester/tools/TwitterHarvesterExtractor.java
Initial work on twitter harvester
Java
unlicense
f0e4273cc1e70b1c15a88ff44b5ba68bc1d2b028
0
skeeto/october-chess-engine
package com.nullprogram.chess.gui; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Font; import java.awt.Color; import java.awt.RenderingHints; import javax.swing.JPanel; /** * Progress bar and status bar combined as one. */ public class...
src/com/nullprogram/chess/gui/StatusBar.java
package com.nullprogram.chess.gui; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Font; import java.awt.Color; import java.awt.RenderingHints; import javax.swing.JPanel; /** * Progress bar and status bar combined as one. */ public class...
Remove System.out in StatusBar.
src/com/nullprogram/chess/gui/StatusBar.java
Remove System.out in StatusBar.
Java
apache-2.0
928e36aaeede659667332088615a1c8c04906b5e
0
kiereleaseuser/uberfire,mbiarnes/uberfire,psiroky/uberfire,ederign/uberfire,Salaboy/uberfire,mbiarnes/uberfire,karreiro/uberfire,porcelli-forks/uberfire,psiroky/uberfire,porcelli-forks/uberfire,karreiro/uberfire,karreiro/uberfire,paulovmr/uberfire,porcelli-forks/uberfire,paulovmr/uberfire,uberfire/uberfire,mbiarnes/ube...
/** * JBoss, Home of Professional Open Source * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual * contributors by the @authors tag. See the copyright.txt in the * distribution for a full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
uberfire-extensions/kie-uberfire-security/kie-uberfire-servlet-security/src/main/java/org/kie/uberfire/security/server/ServletSecurityAuthenticationService.java
/** * JBoss, Home of Professional Open Source * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual * contributors by the @authors tag. See the copyright.txt in the * distribution for a full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
fix the user's group loading (previously completely broken)
uberfire-extensions/kie-uberfire-security/kie-uberfire-servlet-security/src/main/java/org/kie/uberfire/security/server/ServletSecurityAuthenticationService.java
fix the user's group loading (previously completely broken)
Java
apache-2.0
b63f8bca8bd8e6cfcbb1a4965436256b883432c8
0
apache/skywalking,ascrutae/sky-walking,apache/skywalking,apache/skywalking,apache/skywalking,apache/skywalking,ascrutae/sky-walking,apache/skywalking,apache/skywalking,ascrutae/sky-walking,ascrutae/sky-walking,OpenSkywalking/skywalking,OpenSkywalking/skywalking
/* * 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 ...
apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SpanSetTagInterceptor.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
fix opentracing with tag error is failed (#3795)
apm-sniffer/apm-toolkit-activation/apm-toolkit-opentracing-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/opentracing/span/SpanSetTagInterceptor.java
fix opentracing with tag error is failed (#3795)
Java
apache-2.0
e763abe146c3868192cf597cfa637e6fd7a4675f
0
nuwand/carbon-identity,chanukaranaba/carbon-identity,IsuraD/carbon-identity,dulanjal/carbon-identity,laki88/carbon-identity,Shakila/carbon-identity,nuwand/carbon-identity,malithie/carbon-identity,bastiaanb/carbon-identity,madurangasiriwardena/carbon-identity,kasungayan/carbon-identity,uvindra/carbon-identity,0xkasun/ca...
/* * Copyright (c) 2015, 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.o...
components/application-authenticators/org.wso2.carbon.identity.application.authenticator.oidc.googleext/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/googleext/GoogleOAuth2Authenticator.java
/* * Copyright (c) 2015, 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.o...
IDENTITY-3358
components/application-authenticators/org.wso2.carbon.identity.application.authenticator.oidc.googleext/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/googleext/GoogleOAuth2Authenticator.java
IDENTITY-3358
Java
apache-2.0
1c0634399369ca92468569708f8f082e3c606069
0
vlogvinov/java_pft
package ru.stqa.pft.addressbook.tests; import org.testng.Assert; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.GroupData; import java.util.HashSet; import java.util.List; public class GroupCreationTests extends TestBase { @Test public void testGroupCreation() { app.getNavi...
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/GroupCreationTests.java
package ru.stqa.pft.addressbook.tests; import org.testng.Assert; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.GroupData; import java.util.Comparator; import java.util.HashSet; import java.util.List; public class GroupCreationTests extends TestBase { @Test public void testGroupCre...
change calculation method to lambda
addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/GroupCreationTests.java
change calculation method to lambda
Java
apache-2.0
e15f75854fb7ec8dfb1d30e997bbaf0a0516c566
0
google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus
// Copyright 2017 The Nomulus 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 a...
java/google/registry/model/host/HostResource.java
// Copyright 2017 The Nomulus 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 a...
Remove empty method ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146146386
java/google/registry/model/host/HostResource.java
Remove empty method
Java
apache-2.0
2ad396be429dbd71d5e6439fc1fc8774506e817c
0
AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androi...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
v7/recyclerview/src/android/support/v7/widget/RecyclerView.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
am b5c90343: am 9eff2102: Merge "Handle sub view focus in RecyclerView" into lmp-mr1-ub-dev * commit 'b5c90343d80408973aef96512747cb77ccf62e65': Handle sub view focus in RecyclerView
v7/recyclerview/src/android/support/v7/widget/RecyclerView.java
am b5c90343: am 9eff2102: Merge "Handle sub view focus in RecyclerView" into lmp-mr1-ub-dev
Java
apache-2.0
e1714ff521a490b629859e73844e76f38a35ccc6
0
khuxtable/seaglass,archit47/seaglass
/* * Copyright (c) 2009 Kathryn Huxtable and Kenneth Orr. * * This file is part of the SeaGlass Pluggable Look and Feel. * * 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:...
seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/ToolBarPainter.java
/* * Copyright (c) 2009 Kathryn Huxtable and Kenneth Orr. * * This file is part of the SeaGlass Pluggable Look and Feel. * * 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:...
It turns out that we never want to paint a toolbar. Just let the background show through.
seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/ToolBarPainter.java
It turns out that we never want to paint a toolbar. Just let the background show through.
Java
apache-2.0
025666ab9166803448272e60e1531af70b9aeb35
0
GoogleCloudPlatform/gcloud-maven-plugin,GoogleCloudPlatform/gcloud-maven-plugin,GoogleCloudPlatform/gcloud-maven-plugin
/** * Copyright 2015 Google Inc. All Rights Reserved. */ package com.google.appengine; import java.io.File; /** * * @author ludo */ public class Utils { public static String getPythonExecutableLocation() { String pythonLocation = "python"; //default in the path for Linux boolean isWindows = System.get...
src/main/java/com/google/appengine/Utils.java
/** * Copyright 2015 Google Inc. All Rights Reserved. */ package com.google.appengine; import java.io.File; /** * * @author ludo */ public class Utils { public static String getPythonExecutableLocation() { String pythonLocation = "python"; //default in the path for Linux boolean isWindows = System.get...
Handles new local installation of the Cloud SDK on Windows OS.
src/main/java/com/google/appengine/Utils.java
Handles new local installation of the Cloud SDK on Windows OS.
Java
apache-2.0
8d3141d7dcba7be4a711fd3f5c423aa73f9d0db8
0
mingsong/GearVRf,nathan-almeida/GearVRf,mwitchwilliams/GearVRf,ragner/GearVRf,douglasalipio/GearVRf,bsmr-android/GearVRf,luxiaoming/GearVRf,noname007/GearVRf,parthmehta209/GearVRf,phi-lira/GearVRf,roshanch/GearVRf,xiechengen/GearVRf,danke-sra/GearVRf,chenchao1407/GearVRf,rahul27/GearVRf,xcaostagit/GearVRf,gaurav-mcl/Ge...
/* Copyright 2015 Samsung Electronics Co., LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
GVRf/Framework/src/org/gearvrf/GVRContext.java
/* Copyright 2015 Samsung Electronics Co., LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
fix: Replicates assimp hierarchy to GVRScene with GVRSceneObject.
GVRf/Framework/src/org/gearvrf/GVRContext.java
fix: Replicates assimp hierarchy to GVRScene with GVRSceneObject.
Java
apache-2.0
568462105671ed5d9d880226581a7120469d14b7
0
MCUpdater/FastPack
package org.mcupdater.fastpack; import joptsimple.ArgumentAcceptingOptionSpec; import joptsimple.BuiltinHelpFormatter; import joptsimple.OptionParser; import joptsimple.OptionSet; import org.apache.commons.compress.utils.Lists; import org.mcupdater.model.*; import org.mcupdater.util.FastPack; import org.mcupdater.uti...
src/main/java/org/mcupdater/fastpack/Main.java
package org.mcupdater.fastpack; import joptsimple.ArgumentAcceptingOptionSpec; import joptsimple.BuiltinHelpFormatter; import joptsimple.OptionParser; import joptsimple.OptionSet; import org.apache.commons.compress.utils.Lists; import org.mcupdater.model.*; import org.mcupdater.util.FastPack; import org.mcupdater.uti...
Fixed issue where a path was mandatory for --file
src/main/java/org/mcupdater/fastpack/Main.java
Fixed issue where a path was mandatory for --file
Java
apache-2.0
173fef222c2639a2001fe9093891310190ac6a22
0
tmaret/sling,mikibrv/sling,headwirecom/sling,roele/sling,cleliameneghin/sling,tyge68/sling,mikibrv/sling,nleite/sling,mmanski/sling,ieb/sling,tmaret/sling,klcodanr/sling,anchela/sling,ist-dresden/sling,Nimco/sling,anchela/sling,cleliameneghin/sling,plutext/sling,ist-dresden/sling,sdmcraft/sling,tteofili/sling,mcdan/sli...
/* * 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 ...
api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.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 ...
Default implementation of the getServletInfo() method returns the simple class name of the servlet now git-svn-id: c3eb811ccca381e673aa62a65336ec26649ed58c@635887 13f79535-47bb-0310-9956-ffa450edef68
api/src/main/java/org/apache/sling/api/servlets/SlingSafeMethodsServlet.java
Default implementation of the getServletInfo() method returns the simple class name of the servlet now
Java
apache-2.0
18edb781e046e22dce9cd3a0c598c7784658e5cf
0
innoveit/react-native-ble-manager,innoveit/react-native-ble-manager,innoveit/react-native-ble-manager
package it.innove; import android.annotation.TargetApi; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGattCharacteristic; import android.bluetooth.BluetoothManager; import android.bluetooth.le.ScanCallback; import and...
android/src/main/java/it/innove/BleManager.java
package it.innove; import android.annotation.TargetApi; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGattCharacteristic; import android.bluetooth.BluetoothManager; import android.bluetooth.le.ScanCallback; import and...
changed activity request code request code 1 is very commonly used as the default, and so there is a high chance for conflicts that can take quite a while to debug (I had a conflict with react-native-android-location-services-dialog-box). It's best to choose a number that's a bit more random.
android/src/main/java/it/innove/BleManager.java
changed activity request code
Java
apache-2.0
89b4f444d97d4fe2d262eba0782edd4862124d00
0
google/tink,google/tink,google/tink,google/tink,google/tink,google/tink,google/tink,google/tink
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
apps/rewardedads/src/main/java/com/google/crypto/tink/apps/rewardedads/RewardedAdsVerifier.java
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
Fix a typo. PiperOrigin-RevId: 246600038
apps/rewardedads/src/main/java/com/google/crypto/tink/apps/rewardedads/RewardedAdsVerifier.java
Fix a typo.
Java
apache-2.0
4baec905b3eeb65b950bbe854596da23a466ac32
0
svn2github/hwmail-mirror,svn2github/hwmail-mirror,svn2github/hwmail-mirror,svn2github/hwmail-mirror
package com.hs.mail.smtp.processor.hook; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apac...
hedwig-server/src/main/java/com/hs/mail/smtp/processor/hook/AccessTable.java
package com.hs.mail.smtp.processor.hook; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apac...
git-svn-id: http://svn.code.sf.net/p/hwmail/code/trunk@137 aade673b-a3a6-47a5-a793-c3231508b26e
hedwig-server/src/main/java/com/hs/mail/smtp/processor/hook/AccessTable.java
Java
apache-2.0
90ff8768b59876490a2fef81ab8544a505a6354e
0
takahashikzn/indolently,takahashikzn/indolently
// Copyright 2014 takahashikzn // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wri...
src/main/java/jp/root42/indolently/SList.java
// Copyright 2014 takahashikzn // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wri...
refactoring
src/main/java/jp/root42/indolently/SList.java
refactoring
Java
apache-2.0
151fdea9174147bef02ac402b6e04095a007405f
0
azuki-framework/azuki-base
/** * 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"...
src/main/java/org/azkfw/util/FileUtility.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"...
Precommit.
src/main/java/org/azkfw/util/FileUtility.java
Precommit.
Java
apache-2.0
3f0462510e4edefc7d6ef830b0ea61e1ff623fd4
0
spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework
/* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
org.springframework.test/src/main/java/org/springframework/test/context/TestContextManager.java
/* * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
getTestExecutionListeners() returns actual List which allows for iteration as well as modification (SPR-7595)
org.springframework.test/src/main/java/org/springframework/test/context/TestContextManager.java
getTestExecutionListeners() returns actual List which allows for iteration as well as modification (SPR-7595)
Java
mit
299d20509954ea27835c16c5494e5ef33dfd5136
0
hoqhuuep/IslandCraft
package com.github.hoqhuuep.islandcraft.worldguard; import org.bukkit.Bukkit; import org.bukkit.World; import com.github.hoqhuuep.islandcraft.realestate.SerializableRegion; import com.sk89q.worldedit.BlockVector; import com.sk89q.worldguard.bukkit.WorldGuardPlugin; import com.sk89q.worldguard.domains.DefaultDomain; i...
IslandCraft-WorldGuard/src/main/java/com/github/hoqhuuep/islandcraft/worldguard/WorldGuardManager.java
package com.github.hoqhuuep.islandcraft.worldguard; import org.bukkit.Bukkit; import org.bukkit.World; import com.github.hoqhuuep.islandcraft.realestate.SerializableRegion; import com.sk89q.worldedit.BlockVector; import com.sk89q.worldguard.bukkit.WorldGuardPlugin; import com.sk89q.worldguard.domains.DefaultDomain; i...
Fixed off-by-1 error in worldguard regions
IslandCraft-WorldGuard/src/main/java/com/github/hoqhuuep/islandcraft/worldguard/WorldGuardManager.java
Fixed off-by-1 error in worldguard regions
Java
mit
2318a5c6d288c7d610ff7f190d9c7aa4af82edc2
0
fjorum/fjorum,mlrdev/fjorum,fjorum/fjorum,mlrdev/fjorum
package org.fjorum.util; import java.util.function.Predicate; public class Predicates { @SafeVarargs public static <A> Predicate<A> or(Predicate<A>... predicates) { Predicate<A> result = a -> false; for (Predicate<A> predicate : predicates) { result = result.or(predicate); ...
src/main/java/org/fjorum/util/Predicates.java
package org.fjorum.util; import java.util.Optional; import java.util.function.Predicate; public class Predicates { @SafeVarargs public static <A> Predicate<A> or(Predicate<A> ... predicates) { Optional<Predicate<A>> result = Optional.empty(); for(Predicate<A> predicate : predicates) { ...
fixed Predicates
src/main/java/org/fjorum/util/Predicates.java
fixed Predicates
Java
mit
ca799630ba948bf9d40ae7e82016698f2368cfb1
0
sazzad16/jedis,sazzad16/jedis
package redis.clients.jedis.tests; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; import java.io.IOExc...
src/test/java/redis/clients/jedis/tests/JedisClusterTest.java
package redis.clients.jedis.tests; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; import java.io.IOExc...
Fix erroneous tests.
src/test/java/redis/clients/jedis/tests/JedisClusterTest.java
Fix erroneous tests.
Java
mit
6971c75a4d35130d54b1f1768d6a3ffca648f461
0
AzureAD/azure-activedirectory-library-for-android,AzureAD/azure-activedirectory-library-for-android
// Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files(the "Software"), to deal // in the Software without restriction, in...
adal/src/main/java/com/microsoft/aad/adal/AuthenticationParameters.java
// Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files(the "Software"), to deal // in the Software without restriction, in...
Refactor/add javadoc
adal/src/main/java/com/microsoft/aad/adal/AuthenticationParameters.java
Refactor/add javadoc
Java
mit
7deaf85e1be43c2842b8a78a951a94d835a3706e
0
weeryan17/FlareBot,FlareBot/FlareBot,binaryoverload/FlareBot
package stream.flarebot.flarebot.objects; import org.eclipse.jetty.util.ConcurrentHashSet; import stream.flarebot.flarebot.Language; import stream.flarebot.flarebot.mod.AutoModGuild; import java.util.*; public class GuildWrapperBuilder { private String guildId; private AutoModGuild autoModGuild = new AutoMo...
src/main/java/stream/flarebot/flarebot/objects/GuildWrapperBuilder.java
package stream.flarebot.flarebot.objects; import org.eclipse.jetty.util.ConcurrentHashSet; import stream.flarebot.flarebot.Language; import stream.flarebot.flarebot.mod.AutoModGuild; import java.util.HashSet; import java.util.Locale; import java.util.Set; public class GuildWrapperBuilder { private String guildI...
Use linked list instead of set
src/main/java/stream/flarebot/flarebot/objects/GuildWrapperBuilder.java
Use linked list instead of set
Java
mit
3ae35f467f6ac2d729238da9e57e42e54c79fe59
0
Android-leak/android-vts,AndroidVTS/android-vts,AndroidVTS/android-vts,duo-labs/android-vts,AndroidVTS/android-vts,Android-leak/android-vts,duo-labs/android-vts,Android-leak/android-vts,nowsecure/android-vts,Android-leak/android-vts,nowsecure/android-vts,nowsecure/android-vts,AndroidVTS/android-vts,duo-labs/android-vts...
package fuzion24.device.vulnerability.vulnerabilities.system; import android.content.Context; import android.content.pm.PackageManager; import fuzion24.device.vulnerability.util.CPUArch; import fuzion24.device.vulnerability.vulnerabilities.VulnerabilityTest; import java.io.File; import java.util.ArrayList; import j...
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/system/WeakSauce.java
package fuzion24.device.vulnerability.vulnerabilities.system; import android.content.Context; import android.content.pm.PackageManager; import fuzion24.device.vulnerability.util.CPUArch; import fuzion24.device.vulnerability.vulnerabilities.VulnerabilityTest; import java.io.File; import java.util.ArrayList; import j...
This can sometimes use tcp/ip instead of unix sockets
app/src/main/java/fuzion24/device/vulnerability/vulnerabilities/system/WeakSauce.java
This can sometimes use tcp/ip instead of unix sockets
Java
mit
c249e0ddf2bdd0485535e2e3462a86cda46abee0
0
xxryan1234/satellizer,bartekmis/satellizer,peterkim-ijet/satellizer,Manumental32/satellizer,suratpyari/satellizer,maciekrb/satellizer,redwood-strategic/satellizer,shubham13jain/satellizer,maciekrb/satellizer,celrenheit/satellizer,eduardomb/satellizer,peterkim-ijet/satellizer,maciekrb/satellizer,amitport/satellizer,gshi...
package com.example.helloworld.resources; import io.dropwizard.hibernate.UnitOfWork; import io.dropwizard.jersey.errors.ErrorMessage; import java.text.ParseException; import javax.servlet.http.HttpServletRequest; import javax.validation.Valid; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.P...
examples/server/java/src/main/java/com/example/helloworld/resources/UserResource.java
package com.example.helloworld.resources; import io.dropwizard.hibernate.UnitOfWork; import io.dropwizard.jersey.errors.ErrorMessage; import java.text.ParseException; import javax.servlet.http.HttpServletRequest; import javax.validation.Valid; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.P...
java: return 200 OK when updating user instead of sending token
examples/server/java/src/main/java/com/example/helloworld/resources/UserResource.java
java: return 200 OK when updating user instead of sending token
Java
epl-1.0
25efbbddf02c225975d2637e470db0de2238dac6
0
IanMayo/ZigDetector
/** * Created by Bill on 1/23/2015. *A project to determine the Linear regression for maritime analytic using java * Modules such as apache commons maths libraries and Jfreechart are used for analysis and visualization */ import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import jav...
src/ZigDetector.java
/** * Created by Bill on 1/23/2015. *A project to determine the Linear regression for maritime analytic using java * Modules such as apache commons maths libraries and Jfreechart are used for analysis and visualization */ import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import jav...
refactoring to avoid errors
src/ZigDetector.java
refactoring to avoid errors