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
5fff822545acfd5f0e9b265730f15cfe0397bf04
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-2020 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.ui.popup; import com.intellij.codeInsight.hint.HintUtil; import com.intellij.icons.AllIcons; import com.intellij.ide.*; import com.intellij.ide.actions.Windo...
platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java
// Copyright 2000-2020 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.ui.popup; import com.intellij.codeInsight.hint.HintUtil; import com.intellij.icons.AllIcons; import com.intellij.ide.*; import com.intellij.ide.actions.Windo...
IDEA-CR-64106 Fix `GotoDeclarationTestGenerated#testImportAliasMultiDeclarations` in Kotlin plugin This commit is part 2 of "Introduce EditorActivityManager which abstracts away visibility/focus from actual swing components" GitOrigin-RevId: 83feca77241bbc4fe1776b6c79787ff2ced1373f
platform/platform-impl/src/com/intellij/ui/popup/AbstractPopup.java
IDEA-CR-64106 Fix `GotoDeclarationTestGenerated#testImportAliasMultiDeclarations` in Kotlin plugin
Java
apache-2.0
6df4cb1cf48bffacdecac08331b86e8ef883fbe0
0
HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase,HubSpot/hbase
/* * * 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...
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.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...
HBASE-26114 when “hbase.mob.compaction.threads.max” is set to a negative number, HMaster cannot start normally (#3541) Signed-off-by: Anoop <3babd008f11579126e814ea9faa28c6557367e46@apache.org>
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobUtils.java
HBASE-26114 when “hbase.mob.compaction.threads.max” is set to a negative number, HMaster cannot start normally (#3541)
Java
apache-2.0
0574bc80973a949947e020416df3b69bee0ffffd
0
vadmeste/minio-java,minio/minio-java,balamurugana/minio-java
/* * Minio Java Library for Amazon S3 Compatible Cloud Storage, (C) 2015 Minio, 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 ...
src/test/java/io/minio/MinioClientTest.java
/* * Minio Java Library for Amazon S3 Compatible Cloud Storage, (C) 2015 Minio, 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 ...
fix: checkstyle errors in MinioClientTest. (#445)
src/test/java/io/minio/MinioClientTest.java
fix: checkstyle errors in MinioClientTest. (#445)
Java
apache-2.0
322bf405028d9398162ec30941d255f429a532b7
0
PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr,PATRIC3/p3_solr
package org.apache.lucene.index; /** * 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, Versi...
lucene/core/src/test/org/apache/lucene/index/TestPostingsOffsets.java
package org.apache.lucene.index; /** * 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, Versi...
switch test over to suppresscodecs annotation git-svn-id: 13f9c63152c129021c7e766f4ef575faaaa595a2@1343969 13f79535-47bb-0310-9956-ffa450edef68
lucene/core/src/test/org/apache/lucene/index/TestPostingsOffsets.java
switch test over to suppresscodecs annotation
Java
bsd-2-clause
41eb1edcb7783ee04d0f0566c12681d4bdca36bc
0
laffer1/justjournal,laffer1/justjournal,laffer1/justjournal,laffer1/justjournal
package com.justjournal; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; /** ...
src/com/justjournal/JustJournalBaseServlet.java
package com.justjournal; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; /** ...
Minor tweaks, added getLastModified
src/com/justjournal/JustJournalBaseServlet.java
Minor tweaks, added getLastModified
Java
bsd-3-clause
fccc97cdad46b217677d63472f66a94489f9e44a
0
JOverseer/joverseer,JOverseer/joverseer,JOverseer/joverseer
package org.joverseer.ui.listviews; import java.awt.Color; import java.awt.Component; import java.awt.Font; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import javax.swing.ImageIcon; import javax.swing....
joverseerjar/src/org/joverseer/ui/listviews/OrderEditorListView.java
package org.joverseer.ui.listviews; import java.awt.Color; import java.awt.Component; import java.awt.Font; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import javax.swing.ImageIcon; import javax.swing....
second filter in lists improved hopefully added command, agent, emissary, mage >0 and filter by nation as an optional second filter
joverseerjar/src/org/joverseer/ui/listviews/OrderEditorListView.java
second filter in lists improved
Java
mit
ceee9886747cad053b45fecd0c7a456286d33e46
0
Bipshark/TDA367,Bipshark/TDA367
core/src/main/java/edu/chalmers/sankoss/core/SankossAI.java
/* package edu.chalmers.sankoss.core; import com.esotericsoftware.kryonet.Client; import com.esotericsoftware.kryonet.Connection; import com.esotericsoftware.kryonet.Listener; import edu.chalmers.sankoss.core.exceptions.IllegalShipCoordinatesException; import edu.chalmers.sankoss.core.protocol.*; import java.io.IOEx...
Removed my dear AI </3
core/src/main/java/edu/chalmers/sankoss/core/SankossAI.java
Removed my dear AI </3
Java
mit
71a47d58aae682476edff6b5014acd1d0f79604b
0
nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server
package org.oskari.admin; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import fi.nls.oskari.domain.map.DataProvider; import fi.nls.oskari.domain.map.OskariLayer; import fi.nls.oskari.map.layer.Data...
service-admin/src/main/java/org/oskari/admin/LayerAdminJSONHelper.java
package org.oskari.admin; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import fi.nls.oskari.domain.map.DataProvider; import fi.nls.oskari.domain.map.OskariLayer; import fi.nls.oskari.map.layer.Data...
Fix id unboxing and data provider detection
service-admin/src/main/java/org/oskari/admin/LayerAdminJSONHelper.java
Fix id unboxing and data provider detection
Java
mit
2552d7af27d482fa7e648c17e432245981bc3123
0
yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods
package net.maizegenetics.gwas.imputation; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import net.maizegenetics.baseplugins.ConvertSBitTBitPlugin; import org.apache.log4j.Logger; import net.maizegenetics.baseplugins.TreeDispla...
src/net/maizegenetics/gwas/imputation/NucleotideImputationUtils.java
package net.maizegenetics.gwas.imputation; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import net.maizegenetics.baseplugins.ConvertSBitTBitPlugin; import org.apache.log4j.Logger; import net.maizegenetics.baseplugins.TreeDispla...
Fixed bug… boolean validSite = true; to boolean validSite = nextSite < nsites; -Jason
src/net/maizegenetics/gwas/imputation/NucleotideImputationUtils.java
Fixed bug… boolean validSite = true; to boolean validSite = nextSite < nsites; -Jason
Java
mit
21ab4ab10eda3ceb2506a61dc22f62f956850e60
0
reigntech/Team02
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package FanManager.model; import java.io.Serializable; public class Fan implements Serializable { /** * For ser...
FanManager_01.02/src/FanManager/model/Fan.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package FanManager.model; import java.io.Serializable; public class Fan implements Serializable { /** * For ser...
Add new Fan constructor using speed and second Fan object; Add equals method
FanManager_01.02/src/FanManager/model/Fan.java
Add new Fan constructor using speed and second Fan object; Add equals method
Java
mit
3766a149053651583e8c55a146fe6de7af351e87
0
hvarona/smartcoins-wallet,computationalcore/smartcoins-wallet,kenCode-de/smartcoins-wallet
package de.bitshares_munich.fragments; import android.animation.TypeEvaluator; import android.animation.ValueAnimator; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.DialogInterfac...
app/src/main/java/de/bitshares_munich/fragments/BalancesFragment.java
package de.bitshares_munich.fragments; import android.animation.TypeEvaluator; import android.animation.ValueAnimator; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.DialogInterfac...
transactions issue resolve ,done
app/src/main/java/de/bitshares_munich/fragments/BalancesFragment.java
transactions issue resolve ,done
Java
mit
5075b476affb4053615dcd31850e9d2f6915c72e
0
Geforce132/SecurityCraft
package net.geforcemods.securitycraft.network.server; import java.util.function.Supplier; import net.geforcemods.securitycraft.SCContent; import net.geforcemods.securitycraft.blockentities.SecurityCameraBlockEntity; import net.geforcemods.securitycraft.blocks.SecurityCameraBlock; import net.geforcemods.securitycraft....
src/main/java/net/geforcemods/securitycraft/network/server/MountCamera.java
package net.geforcemods.securitycraft.network.server; import java.util.function.Supplier; import net.geforcemods.securitycraft.SCContent; import net.geforcemods.securitycraft.blockentities.SecurityCameraBlockEntity; import net.geforcemods.securitycraft.blocks.SecurityCameraBlock; import net.geforcemods.securitycraft....
fix incorrect argument in "not owned" message
src/main/java/net/geforcemods/securitycraft/network/server/MountCamera.java
fix incorrect argument in "not owned" message
Java
mit
c6416ce7e274196f6ec7f1d021980ad67bc43312
0
oleg-nenashev/remoting,jenkinsci/remoting,jenkinsci/remoting,oleg-nenashev/remoting
package hudson.remoting; import hudson.remoting.Channel.Mode; import hudson.remoting.CommandTransport.CommandReceiver; import org.jenkinsci.remoting.nio.NioChannelBuilder; import org.junit.After; import org.junit.Test; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOExcepti...
src/test/java/hudson/remoting/ClassFilterTest.java
package hudson.remoting; import hudson.remoting.Channel.Mode; import hudson.remoting.CommandTransport.CommandReceiver; import org.jenkinsci.remoting.nio.NioChannelBuilder; import org.junit.After; import org.junit.Test; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOExcepti...
Storing attack record as system property ... to ensure it really is global in the whole JVM
src/test/java/hudson/remoting/ClassFilterTest.java
Storing attack record as system property
Java
mit
cd04b173541fffc3c7533c805db9263c49b08cad
0
jenkinsci/email-ext-plugin,jenkinsci/email-ext-plugin,jenkinsci/email-ext-plugin,jenkinsci/email-ext-plugin
package hudson.plugins.emailext.plugins.content; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertEquals; import static org.junit.Assume.assumeThat; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import hudson.Functions; import hudson.model.Abstr...
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentTest.java
package hudson.plugins.emailext.plugins.content; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertEquals; import static org.junit.Assume.assumeThat; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import hudson.model.AbstractBuild; import hudson.model.Hud...
Fix test for windows
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentTest.java
Fix test for windows
Java
agpl-3.0
05fdeb62fdc0e153e74d9ff78f23b5f8bf0d9da2
0
qcri-social/AIDR,qcri-social/AIDR,qcri-social/Crisis-Computing,qcri-social/AIDR,qcri-social/AIDR,qcri-social/Crisis-Computing,qcri-social/Crisis-Computing,qcri-social/Crisis-Computing
package qa.qcri.aidr.trainer.api.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import org.codehaus.jackson.annotate.JsonIgnoreProperties; import java.io.Serializable; /** * Created with IntelliJ IDEA. * User: jilucas * Date:...
aidr-trainer-api/src/main/java/qa/qcri/aidr/trainer/api/entity/Users.java
package qa.qcri.aidr.trainer.api.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import org.codehaus.jackson.annotate.JsonIgnoreProperties; import java.io.Serializable; /** * Created with IntelliJ IDEA. * User: jilucas * Date:...
Change fieldName for user in AIDRTrainerAPI
aidr-trainer-api/src/main/java/qa/qcri/aidr/trainer/api/entity/Users.java
Change fieldName for user in AIDRTrainerAPI
Java
agpl-3.0
a3f8cf9a43e0d6128d9b2ddbf313356f96fc3a12
0
PeterWithers/temp-to-delete1,PeterWithers/temp-to-delete1,KinshipSoftware/KinOathKinshipArchiver,KinshipSoftware/KinOathKinshipArchiver
package nl.mpi.kinnate.gedcomimport; import java.util.ArrayList; /** * Document : ImportLineStructure * Created on : Jul 30, 2012, 9:23:36 AM * Author : Peter Withers */ public abstract class ImportLineStructure { int gedcomLevel = 0; String currentID = null; String entityType = null; boolean isF...
desktop/src/main/java/nl/mpi/kinnate/gedcomimport/ImportLineStructure.java
package nl.mpi.kinnate.gedcomimport; import java.util.ArrayList; /** * Document : ImportLineStructure * Created on : Jul 30, 2012, 9:23:36 AM * Author : Peter Withers */ public abstract class ImportLineStructure { int gedcomLevel = 0; String currentID = null; String entityType = null; boolean isF...
Started to add an importer for TIP format by making the gedcom importer more generic. refs #2193
desktop/src/main/java/nl/mpi/kinnate/gedcomimport/ImportLineStructure.java
Started to add an importer for TIP format by making the gedcom importer more generic. refs #2193
Java
lgpl-2.1
3c413b9f3dd392f2e54f1b2ce2abb10b55252fd5
0
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
// // $Id: DObject.java,v 1.23 2001/08/15 18:38:54 mdb Exp $ package com.threerings.cocktail.cher.dobj; import java.lang.reflect.Field; import java.util.ArrayList; import com.samskivert.util.ListUtil; import com.threerings.cocktail.cher.Log; /** * The distributed object forms the foundation of the cocktail system....
src/java/com/threerings/presents/dobj/DObject.java
// // $Id: DObject.java,v 1.22 2001/08/11 00:11:53 mdb Exp $ package com.threerings.cocktail.cher.dobj; import java.lang.reflect.Field; import java.util.ArrayList; import com.threerings.cocktail.cher.Log; /** * The distributed object forms the foundation of the cocktail system. All * information shared among user...
Added documentation; modified internal array management to use ListUtil. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@258 542714f4-19e9-0310-aa3c-eee0fc999fb1
src/java/com/threerings/presents/dobj/DObject.java
Added documentation; modified internal array management to use ListUtil.
Java
apache-2.0
45f304fcb79ccb81ae514caeb64ec17ad1296e05
0
opentracing-contrib/java-jdbi,opentracing-contrib/java-jdbi
package io.opentracing.contrib.jdbi; import io.opentracing.Span; import io.opentracing.Tracer; import org.skife.jdbi.v2.SQLStatement; import org.skife.jdbi.v2.StatementContext; import org.skife.jdbi.v2.TimingCollector; import java.util.Collections; import java.util.HashMap; /** * OpenTracingCollector is a JDBI Timi...
src/main/java/io/opentracing/contrib/jdbi/OpenTracingCollector.java
package io.opentracing.contrib.jdbi; import io.opentracing.Span; import io.opentracing.Tracer; import org.skife.jdbi.v2.SQLStatement; import org.skife.jdbi.v2.StatementContext; import org.skife.jdbi.v2.TimingCollector; import java.util.Collections; import java.util.HashMap; /** * OpenTracingCollector is a JDBI Timi...
Align field names according to https://github.com/opentracing/specification/blob/master/semantic_conventions.md
src/main/java/io/opentracing/contrib/jdbi/OpenTracingCollector.java
Align field names according to https://github.com/opentracing/specification/blob/master/semantic_conventions.md
Java
apache-2.0
66b24fda075c51d77b5aa581ad339f37371e326b
0
killjoy1221/MnM-Utils
package mnm.mods.util; import net.minecraftforge.fml.common.FMLCommonHandler; import com.mumfrey.liteloader.core.LiteLoader; public class TweakTools { /** * Returns whether LiteLoader is currently loaded. * * @return True if it's loaded */ public static boolean isLiteLoaderLoaded() { ...
src/main/java/mnm/mods/util/TweakTools.java
package mnm.mods.util; import java.util.Iterator; import java.util.List; import net.minecraft.launchwrapper.ITweaker; import net.minecraft.launchwrapper.Launch; public class TweakTools { /** * Returns whether LiteLoader is loaded into LaunchWrapper. * * @return True if it's loaded */ pub...
Make the tweak tools actually useful. Fix always returning false because the Tweaks list is empty.
src/main/java/mnm/mods/util/TweakTools.java
Make the tweak tools actually useful. Fix always returning false because the Tweaks list is empty.
Java
apache-2.0
d26e1362fc2aa5977fe80b85cc0171de00531839
0
wisdom-framework/wisdom-myth
/* * #%L * Wisdom-Framework * %% * Copyright (C) 2013 - 2014 Wisdom Framework * %% * 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...
src/main/java/org/wisdom/myth/MythMojo.java
/* * #%L * Wisdom-Framework * %% * Copyright (C) 2013 - 2014 Wisdom Framework * %% * 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...
Improve debug message. Signed-off-by: Clement Escoffier <6397137e57d1f87002962a37058f2a1c76fca9db@gmail.com>
src/main/java/org/wisdom/myth/MythMojo.java
Improve debug message.
Java
apache-2.0
71d2d31fe6d95aaa2aa05b10c2f48e56cf5ff01e
0
dimamo5/Terasology,AWildBeard/Terasology,mertserezli/Terasology,MarcinSc/Terasology,Nanoware/Terasology,MovingBlocks/Terasology,kartikey0303/Terasology,Nanoware/Terasology,Nanoware/Terasology,Malanius/Terasology,MarcinSc/Terasology,Josharias/Terasology,frankpunx/Terasology,frankpunx/Terasology,Halamix2/Terasology,india...
/* * Copyright 2014 MovingBlocks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
engine/src/main/java/org/terasology/world/generation/WorldBuilder.java
/* * Copyright 2014 MovingBlocks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Add updating providers after producing providers
engine/src/main/java/org/terasology/world/generation/WorldBuilder.java
Add updating providers after producing providers
Java
apache-2.0
9babc4c5e6176f5145ee2553f7b644aa47e61b92
0
ctgriffiths/twister,ctgriffiths/twister,Luxoft/Twister,Luxoft/Twister,ctgriffiths/twister,Luxoft/Twister,ctgriffiths/twister,Luxoft/Twister,Luxoft/Twister,Luxoft/Twister,ctgriffiths/twister,Luxoft/Twister,ctgriffiths/twister
/* File: applet.java ; This file is part of Twister. Copyright (C) 2012 , Luxoft Authors: Andrei Costachi <acostachi@luxoft.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.o...
src/client/userinterface/java/src/Browser.java
/* File: Browser.java ; This file is part of Twister. Copyright (C) 2012 , Luxoft Authors: Andrei Costachi <acostachi@luxoft.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....
latest version
src/client/userinterface/java/src/Browser.java
latest version
Java
apache-2.0
4e3e63e8c54fe67835d0d358a5cdcedf50b5623b
0
jeffmaury/mina,apache/mina,yangzhongj/mina,apache/mina,weijiangzhu/mina,universsky/mina,Vicky01200059/mina,Vicky01200059/mina,dongjiaqiang/mina,weijiangzhu/mina,mway08/mina,yangzhongj/mina,mway08/mina,dongjiaqiang/mina,universsky/mina
/* * 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")...
core/src/main/java/org/apache/mina/common/SimpleIoProcessorPool.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")...
Fixed a dead lock which occurs when IoService.dispose() is invoked from an IoHandler git-svn-id: b7022df5c975f24f6cce374a8cf09e1bba3b7a2e@609876 13f79535-47bb-0310-9956-ffa450edef68
core/src/main/java/org/apache/mina/common/SimpleIoProcessorPool.java
Fixed a dead lock which occurs when IoService.dispose() is invoked from an IoHandler
Java
apache-2.0
6cf864f244b5ba047b7faaa48f1acbbb6e6e10c9
0
kelemen/JTrim,kelemen/JTrim
package org.jtrim.access; import java.util.*; import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; import java.util.concurrent.locks.ReentrantLock; import org.jtrim.collections.ArraysEx; import org.jtrim.collections.CollectionsEx; import org.jtrim.collections.RefLinkedList; import org.jtr...
jtrim-gui/src/main/java/org/jtrim/access/HierarchicalAccessManager.java
package org.jtrim.access; import java.util.*; import java.util.concurrent.Executor; import java.util.concurrent.ExecutorService; import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.locks.ReentrantLock; import org.jtrim.collections.ArraysEx; import org.jtrim.collections.CollectionsEx; import...
Revert "AccessStateListener for HierarchicalAccessManager can be specified later." This reverts commit ecf4ad7cd2a142e513da00ba6984ee200a96f741. There is no longer a reason to allow to set the AccessStateListener later. Conflicts: jtrim-gui/src/main/java/org/jtrim/access/HierarchicalAccessManager.java
jtrim-gui/src/main/java/org/jtrim/access/HierarchicalAccessManager.java
Revert "AccessStateListener for HierarchicalAccessManager can be specified later."
Java
apache-2.0
81df3514824d3a65302e311df3c277ed813f1f7d
0
babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble
// JxpConverter.java package ed.appserver.templates; import java.util.*; import ed.util.*; public class JxpConverter extends HtmlLikeConverter { public JxpConverter(){ this( false ); } public JxpConverter( boolean dotHtmlMode ){ super( dotHtmlMode ? ".html" : ".jxp" , do...
src/main/ed/appserver/templates/JxpConverter.java
// JxpConverter.java package ed.appserver.templates; import java.util.*; import ed.util.*; public class JxpConverter extends HtmlLikeConverter { public JxpConverter(){ this( false ); } public JxpConverter( boolean dotHtmlMode ){ super( dotHtmlMode ? ".html" : ".jxp" , do...
newlines are sometimes handy
src/main/ed/appserver/templates/JxpConverter.java
newlines are sometimes handy
Java
apache-2.0
1349fa56f8ebc16942d3d14c1cca75a87b20a6cd
0
simplicitesoftware/heroku-template
package com.simplicite.tomcat; import java.io.File; import java.io.FileOutputStream; import org.apache.catalina.startup.Tomcat; public class Launcher { private int port = 8080; private String rootPath = "webapps/ROOT"; public Launcher(String rootPath) throws Exception { String port = System.getenv("TOMCAT_HTTP...
src/main/java/com/simplicite/tomcat/Launcher.java
package com.simplicite.tomcat; import java.io.File; import java.io.FileOutputStream; import org.apache.catalina.startup.Tomcat; public class Launcher { private int port = 8080; private String rootPath = "webapps/ROOT"; public Launcher(String rootPath) throws Exception { String port = System.getenv("TOMCAT_HTTP...
Fixed identation for debug
src/main/java/com/simplicite/tomcat/Launcher.java
Fixed identation for debug
Java
apache-2.0
b795ea0a88362e43fe45c2bfcc398747a3fe3b85
0
mckayclarey/jitsi,ringdna/jitsi,Metaswitch/jitsi,dkcreinoso/jitsi,bhatvv/jitsi,martin7890/jitsi,martin7890/jitsi,mckayclarey/jitsi,marclaporte/jitsi,dkcreinoso/jitsi,laborautonomo/jitsi,damencho/jitsi,iant-gmbh/jitsi,ibauersachs/jitsi,level7systems/jitsi,mckayclarey/jitsi,level7systems/jitsi,laborautonomo/jitsi,iant-gm...
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.osdependent.jdic; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import net.java.si...
src/net/java/sip/communicator/impl/osdependent/jdic/TrayMenuFactory.java
/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.osdependent.jdic; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import net.java.si...
Use config to control whether user can change presence state from the systray. No change to default behaviour (i.e. user can change presence state).
src/net/java/sip/communicator/impl/osdependent/jdic/TrayMenuFactory.java
Use config to control whether user can change presence state from the systray. No change to default behaviour (i.e. user can change presence state).
Java
apache-2.0
856168e39e6b84e555bfd036ea884c3e73b938bb
0
hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly,hypercube1024/firefly
package com.firefly.client.http2; import com.firefly.codec.http2.model.*; import com.firefly.codec.http2.model.MetaData.Response; import com.firefly.codec.http2.stream.HTTPConnection; import com.firefly.codec.http2.stream.HTTPOutputStream; import com.firefly.utils.collection.ConcurrentReferenceHashMap; import com.fire...
firefly/src/main/java/com/firefly/client/http2/SimpleHTTPClient.java
package com.firefly.client.http2; import com.firefly.codec.http2.model.*; import com.firefly.codec.http2.model.MetaData.Response; import com.firefly.codec.http2.stream.HTTPOutputStream; import com.firefly.utils.collection.ConcurrentReferenceHashMap; import com.firefly.utils.concurrent.FuturePromise; import com.firefly...
simplify code
firefly/src/main/java/com/firefly/client/http2/SimpleHTTPClient.java
simplify code
Java
apache-2.0
c084d0a999a81380db2af3fc54f02323d540ff70
0
kisskys/incubator-asterixdb,lwhay/hyracks,ecarm002/incubator-asterixdb,heriram/incubator-asterixdb,ty1er/incubator-asterixdb,sjaco002/incubator-asterixdb-hyracks,lwhay/hyracks,amoudi87/hyracks,kisskys/incubator-asterixdb,heriram/incubator-asterixdb,waans11/incubator-asterixdb,apache/incubator-asterixdb,tectronics/hyrac...
/* * Copyright 2009-2010 by The Regents of the University of California * 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 from * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
hyracks-api/src/main/java/edu/uci/ics/hyracks/api/comm/NetworkAddress.java
/* * Copyright 2009-2010 by The Regents of the University of California * 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 from * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
Fixed erroneous equals() and hashCode() git-svn-id: a078fbb96e5d5886a75e65008c06a47c9bdeda97@1252 123451ca-8445-de46-9d55-352943316053
hyracks-api/src/main/java/edu/uci/ics/hyracks/api/comm/NetworkAddress.java
Fixed erroneous equals() and hashCode()
Java
apache-2.0
6186b72a6b22d91869b11c1633e452cc707fb675
0
uzh/katts,uzh/katts,uzh/katts,uzh/katts
package ch.uzh.ddis.katts.query.processor; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElementWrapper; import javax.xml.bind.annotation.XmlTransient; import ch.uzh.ddis.katts.query.A...
src/main/java/ch/uzh/ddis/katts/query/processor/AbstractProcessor.java
package ch.uzh.ddis.katts.query.processor; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElementWrapper; import javax.xml.bind.annotation.XmlTransient; import ch.uzh.ddis.katts.query.AbstractNode; import ch.uzh.ddis.katts.query.str...
Add option to override the parallelization for processing nodes (joins, functions, filter and aggregates).
src/main/java/ch/uzh/ddis/katts/query/processor/AbstractProcessor.java
Add option to override the parallelization for processing nodes (joins, functions, filter and aggregates).
Java
apache-2.0
f5bdd83e5ca65bdc0188991a0f503e68112a9714
0
gaieepo/HubTurbo,gaieepo/HubTurbo
package tests; import backend.resource.TurboMilestone; import org.eclipse.egit.github.core.Milestone; import org.junit.Test; import java.time.LocalDate; import java.util.Arrays; import java.util.List; import java.util.Optional; import static org.junit.Assert.assertEquals; public class TurboMilestoneTest { @Tes...
src/test/java/tests/TurboMilestoneTest.java
package tests; import backend.resource.TurboMilestone; import org.eclipse.egit.github.core.Milestone; import org.junit.Test; import java.time.LocalDate; import java.util.Optional; import static org.junit.Assert.assertEquals; public class TurboMilestoneTest { @Test public void turboMilestoneTest() { ...
Add sorting test for TurboMilestone sort method
src/test/java/tests/TurboMilestoneTest.java
Add sorting test for TurboMilestone sort method
Java
apache-2.0
16389eac3795f8a9a6167e1bd463d0e14f7d514b
0
BrianBreniser/PSUCS410AgileProject
// Used code found in the example provided at http://www.codejava.net/java-se/networking/ftp/connect-and-login-to-a-ftp-server // to connect to an ftp server. /* Exit codes ---------- 1 IOException on user input for server 2 IOException on user input for username 3 IOException on user input for password 4 User ...
ftp_client.java
// Used code found in the example provided at http://www.codejava.net/java-se/networking/ftp/connect-and-login-to-a-ftp-server // to connect to an ftp server. /* Exit codes ---------- 1 IOException on user input for server 2 IOException on user input for username 3 IOException on user input for password 4 User ...
Forgot to disconnect before changing connections
ftp_client.java
Forgot to disconnect before changing connections
Java
apache-2.0
24b184fb1e85fdf2a5903ef04b792348eeeeb890
0
dain/airlift,daququ/airlift,zhenyuy-fb/airlift,haozhun/airlift,johngmyers/airlift,zhenyuy-fb/airlift,cberner/airlift,airlift/airlift,mono-plane/airlift,haozhun/airlift,cberner/airlift,dain/airlift,dain/airlift,zhenyuy-fb/airlift,airlift/airlift,zhenyuy-fb/airlift,electrum/airlift,daququ/airlift,haozhun/airlift,dain/air...
package io.airlift.http.client.jetty; import com.google.common.base.Optional; import com.google.common.base.Preconditions; import com.google.common.base.Throwables; import com.google.common.collect.AbstractIterator; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableListMultimap;...
http-client/src/main/java/io/airlift/http/client/jetty/JettyHttpClient.java
package io.airlift.http.client.jetty; import com.google.common.base.Optional; import com.google.common.base.Preconditions; import com.google.common.base.Throwables; import com.google.common.collect.AbstractIterator; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableListMultimap;...
Add stats and dump for current http client requests
http-client/src/main/java/io/airlift/http/client/jetty/JettyHttpClient.java
Add stats and dump for current http client requests
Java
apache-2.0
4e92cb203e5fe7301fe2387070113260a75639b2
0
teknux-org/jetty-bootstrap,teknux-org/jetty-bootstrap
/******************************************************************************* * (C) Copyright 2014 Teknux.org (http://teknux.org/). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
jetty-bootstrap/src/main/java/org/teknux/jettybootstrap/JettyBootstrap.java
/******************************************************************************* * (C) Copyright 2014 Teknux.org (http://teknux.org/). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
- Don't add Shutdown hook if stopAtShutdown is not setted on configuration
jetty-bootstrap/src/main/java/org/teknux/jettybootstrap/JettyBootstrap.java
- Don't add Shutdown hook if stopAtShutdown is not setted on configuration
Java
apache-2.0
73475dea9ae773eefb22b2cc4fb9cec56737be05
0
wendal/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project,sunhai1988/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project
package net.wendal.nutzbook.service.yvr; import static net.wendal.nutzbook.bean.CResult._fail; import static net.wendal.nutzbook.bean.CResult._ok; import static net.wendal.nutzbook.util.RedisInterceptor.jedis; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import j...
src/main/java/net/wendal/nutzbook/service/yvr/YvrService.java
package net.wendal.nutzbook.service.yvr; import static net.wendal.nutzbook.bean.CResult._fail; import static net.wendal.nutzbook.bean.CResult._ok; import static net.wendal.nutzbook.util.RedisInterceptor.jedis; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import j...
change: 图片的大小限制扩展到5mb
src/main/java/net/wendal/nutzbook/service/yvr/YvrService.java
change: 图片的大小限制扩展到5mb
Java
apache-2.0
14ba5967fd61a48561cd8a2f60adcda740618cdd
0
gavinking/UniversalMusicPlayer
/* * Copyright (C) 2014 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...
mobile/src/main/ceylon/com/example/android/uamp/playback/LocalPlayback.java
/* * Copyright (C) 2014 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...
very minor
mobile/src/main/ceylon/com/example/android/uamp/playback/LocalPlayback.java
very minor
Java
apache-2.0
abe12037479751f7269ce5e759f4cca4a23847ca
0
DesignAndDeploy/dnd,DesignAndDeploy/dnd,DesignAndDeploy/dnd
package edu.teco.dnd.eclipse; import java.io.IOException; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.UUID; import org.apache.logging.log4j.LogManager; import org.ap...
DND/src/edu/teco/dnd/eclipse/ViewDeploy.java
package edu.teco.dnd.eclipse; import java.io.IOException; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.UUID; import org.apache.logging.log4j.LogManager; import org.ap...
Name of the Function Block can now be changed in the deploy view. Plus, the user will be warned when trying to specify both place and module for a function block to run on.
DND/src/edu/teco/dnd/eclipse/ViewDeploy.java
Name of the Function Block can now be changed in the deploy view. Plus, the user will be warned when trying to specify both place and module for a function block to run on.
Java
apache-2.0
15e5fd84a05a9ebd8f26096bcbe2bc9e36fb8345
0
chunlinyao/fop,apache/fop,apache/fop,chunlinyao/fop,chunlinyao/fop,chunlinyao/fop,apache/fop,chunlinyao/fop,apache/fop,apache/fop
/* * $Id$ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. */ package org.apache.fop.image; // Java import java.io.IOException; import java.io.InputStream; import java.io.File; import ...
src/org/apache/fop/image/ImageFactory.java
/* * $Id$ * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. * For details on use and redistribution please refer to the * LICENSE file included with these sources. */ package org.apache.fop.image; // Java import java.io.IOException; import java.io.InputStream; import java.io.File; import ...
removed repeated string git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@194959 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/image/ImageFactory.java
removed repeated string
Java
apache-2.0
61881bb6988aa0320b4bacfabbc0ee6f05f287cb
0
srowen/spark,ueshin/apache-spark,milliman/spark,chuckchen/spark,JoshRosen/spark,holdenk/spark,hvanhovell/spark,witgo/spark,jiangxb1987/spark,witgo/spark,cloud-fan/spark,wangyum/spark,wangmiao1981/spark,gengliangwang/spark,apache/spark,vinodkc/spark,witgo/spark,nchammas/spark,gengliangwang/spark,holdenk/spark,wangyum/sp...
/* * 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 ...
launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.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 ...
[SPARK-33835][CORE] Refector AbstractCommandBuilder.buildJavaCommand: use firstNonEmpty ### What changes were proposed in this pull request? refector AbstractCommandBuilder.buildJavaCommand: use firstNonEmpty ### Why are the changes needed? For better code understanding, and firstNonEmpty can detect javaHome = " ",...
launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java
[SPARK-33835][CORE] Refector AbstractCommandBuilder.buildJavaCommand: use firstNonEmpty
Java
bsd-3-clause
50dc04ba9610a966c6ced71f5868cda884a68727
0
sebastiangraf/treetank,sebastiangraf/treetank,sebastiangraf/treetank
/* * Copyright (c) 2007, Marc Kramis * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISC...
src/org/treetank/xmllayer/SAXHandler.java
/* * Copyright (c) 2007, Marc Kramis * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISC...
Refactored SAXHandler. git-svn-id: a5379eb5ca3beb2b6e029be3b1b7f6aa53f2352b@3608 e3ddb328-5bfe-0310-b762-aafcbcbd2528
src/org/treetank/xmllayer/SAXHandler.java
Refactored SAXHandler.
Java
bsd-3-clause
80fc66705f8c157a65194151130ba181a5e0a8a5
0
MatthiasMann/TWLThemeEditor,MatthiasMann/TWLThemeEditor
/* * Copyright (ch) 2008-2011, Matthias Mann * * 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, * thi...
src/de/matthiasmann/twlthemeeditor/fontgen/FontGenerator.java
/* * Copyright (ch) 2008-2011, Matthias Mann * * 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, * thi...
add AA option also for FREETYPE2
src/de/matthiasmann/twlthemeeditor/fontgen/FontGenerator.java
add AA option also for FREETYPE2
Java
bsd-3-clause
2404f0c08d37382b082ae13c56aca35c2adeb696
0
mikebrock/jline,cosmin/jline2,DALDEI/jline2,tkruse/jline2,hns/jline,pcl/jline,gnodet/jline,kaulkie/jline2,ctubbsii/jline2,mikebrock/jline,mikiobraun/jline-fork,mikiobraun/jline-fork,mikiobraun/jline-fork,gnodet/test,hns/jline,fantasy86/jline2,msaxena2/jline2,pcl/jline,scala/scala-jline,renew-tgi/jline2,scala/scala-jlin...
/* * Copyright (c) 2002-2007, Marc Prud'hommeaux. All rights reserved. * * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. */ package jline; import java.io.*; import java.util.*; /** * <p> * Terminal that is used for u...
src/main/java/jline/UnixTerminal.java
/* * Copyright (c) 2002-2007, Marc Prud'hommeaux. All rights reserved. * * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. */ package jline; import java.io.*; import java.util.*; /** * <p> * Terminal that is used for u...
Added restoreTerminal invocation that will allow people to use System.in after a ConsoleReader has been created (issue #1604273).
src/main/java/jline/UnixTerminal.java
Added restoreTerminal invocation that will allow people to use System.in after a ConsoleReader has been created (issue #1604273).
Java
mit
b3313b9aa5c5d1b3fb4c095504c1224c8027db96
0
trywildcard/pair-java,trywildcard/pair-java
package com.wildcard.pair.model.product; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.wildcard.pair.model.product.Offer; import ...
src/test/java/com/wildcard/pair/model/product/ProductCardBuilderTest.java
package com.wildcard.pair.model.product; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.wildcard.pair.model.product.Offer; import ...
Revert "remove mondoid from card_preview class" This reverts commit 84008f11ad8f33d4ed491b79ddd1f42e67f5a8bd.
src/test/java/com/wildcard/pair/model/product/ProductCardBuilderTest.java
Revert "remove mondoid from card_preview class"
Java
mit
bac47b94c51437e6430d0131e934792c798ad792
0
sonork/spongycastle,savichris/spongycastle,isghe/bc-java,bcgit/bc-java,Skywalker-11/spongycastle,open-keychain/spongycastle,Skywalker-11/spongycastle,isghe/bc-java,bcgit/bc-java,sonork/spongycastle,sergeypayu/bc-java,sonork/spongycastle,savichris/spongycastle,FAU-Inf2/spongycastle,sergeypayu/bc-java,sergeypayu/bc-java,...
package org.bouncycastle.crypto.kems; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DerivationFunction; import org.bouncycastle.crypto.KeyEncapsulation; import org.bouncycastle.crypto.params.ECDomainParameters; import or...
core/src/main/java/org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.java
package org.bouncycastle.crypto.kems; import java.math.BigInteger; import java.security.SecureRandom; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DerivationFunction; import org.bouncycastle.crypto.KeyEncapsulation; import org.bouncycastle.crypto.params.ECDomainParameters; import or...
Clear the shared secret after use Explicitly select uncmopressed point format
core/src/main/java/org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.java
Clear the shared secret after use Explicitly select uncmopressed point format
Java
mit
8fbcd4f492d1577b330a2f9c0c4718e43bf2b01c
0
epam/NGB,epam/NGB,epam/NGB,epam/NGB
/* * MIT License * * Copyright (c) 2016 EPAM Systems * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
server/catgenome/src/main/java/com/epam/catgenome/manager/dataitem/DataItemManager.java
/* * MIT License * * Copyright (c) 2016 EPAM Systems * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
Issue #439: Ability to download NGB files from the GUI - API part for local data (file existence check)
server/catgenome/src/main/java/com/epam/catgenome/manager/dataitem/DataItemManager.java
Issue #439: Ability to download NGB files from the GUI - API part for local data (file existence check)
Java
mit
e15560facb1e229ab189fba165c1f7360b832da8
0
douggie/XChange
package org.knowm.xchange.kraken.service; import java.io.IOException; import java.math.BigDecimal; import java.math.MathContext; import java.util.*; import org.knowm.xchange.Exchange; import org.knowm.xchange.currency.Currency; import org.knowm.xchange.dto.account.*; import org.knowm.xchange.kraken.KrakenAdapters; imp...
xchange-kraken/src/main/java/org/knowm/xchange/kraken/service/KrakenAccountService.java
package org.knowm.xchange.kraken.service; import java.io.IOException; import java.math.BigDecimal; import java.math.MathContext; import java.util.*; import org.knowm.xchange.Exchange; import org.knowm.xchange.currency.Currency; import org.knowm.xchange.dto.account.*; import org.knowm.xchange.kraken.KrakenAdapters; imp...
Replace equals() with compareTo() BigDecimal::equals takes scale into consideration. https://github.com/knowm/XChange/issues/3475
xchange-kraken/src/main/java/org/knowm/xchange/kraken/service/KrakenAccountService.java
Replace equals() with compareTo()
Java
mit
f410bda5678a242a563f7226d857e3660cc1385a
0
saintdan/spring-microservices-boilerplate
package com.saintdan.framework.config; import com.saintdan.framework.config.client.CustomClientDetailsService; import com.saintdan.framework.config.user.CustomUserDetailsService; import com.saintdan.framework.constant.ResourceURL; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor...
src/main/java/com/saintdan/framework/config/OAuth2ServerConfiguration.java
package com.saintdan.framework.config; import com.saintdan.framework.config.client.CustomClientDetailsService; import com.saintdan.framework.config.user.CustomUserDetailsService; import com.saintdan.framework.constant.ResourceURL; import org.springframework.beans.factory.annotation.Autowired; import org.springframewor...
Fix client typo error.
src/main/java/com/saintdan/framework/config/OAuth2ServerConfiguration.java
Fix client typo error.
Java
mit
5307fd45289449f9225844f42f56c7dcc3cc59e7
0
TechReborn/TechReborn
/* * This file is part of TechReborn, licensed under the MIT License (MIT). * * Copyright (c) 2018 TechReborn * * 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, inc...
src/main/java/techreborn/client/gui/GuiBase.java
/* * This file is part of TechReborn, licensed under the MIT License (MIT). * * Copyright (c) 2018 TechReborn * * 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, inc...
Fix fluid config showing when it shouldn't
src/main/java/techreborn/client/gui/GuiBase.java
Fix fluid config showing when it shouldn't
Java
mit
e249129adb4b705607044265743478bb8a6559e5
0
greboid/DMDirc,ShaneMcC/DMDirc-Client,DMDirc/DMDirc,csmith/DMDirc,ShaneMcC/DMDirc-Client,ShaneMcC/DMDirc-Client,greboid/DMDirc,csmith/DMDirc,csmith/DMDirc,greboid/DMDirc,greboid/DMDirc,DMDirc/DMDirc,csmith/DMDirc,ShaneMcC/DMDirc-Client,DMDirc/DMDirc,DMDirc/DMDirc
/* * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
src/com/dmdirc/config/Identity.java
/* * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
Synchronise access to Identity.getOption[s], as they could auto-create key domains
src/com/dmdirc/config/Identity.java
Synchronise access to Identity.getOption[s], as they could auto-create key domains
Java
mit
43c6c68097a4df4690b76a7c24e02fe94f2ebd11
0
uniba-dsg/prope,uniba-dsg/prope,uniba-dsg/prope
package pete.metrics.adaptability.nodecounters; import java.io.IOException; import java.io.PrintWriter; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.LinkedList; import java.ut...
src/main/java/pete/metrics/adaptability/nodecounters/SimpleNodeCounter.java
package pete.metrics.adaptability.nodecounters; import java.io.IOException; import java.io.PrintWriter; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map...
Sort list of elements before serialization Former-commit-id: 62eb03c109a04b5ba3eba3d3ecc508288a08acb2
src/main/java/pete/metrics/adaptability/nodecounters/SimpleNodeCounter.java
Sort list of elements before serialization
Java
mit
2ae3bea79327a144f2a014d625faae9c75d7d2e2
0
feltnerm/uwponopoly,feltnerm/uwponopoly,feltnerm/uwponopoly
/** @author UWP_User */ import java.util.LinkedList; import Config.Config; import Player.Player; public class Game implements runnable { private Thread gamethread; private static int SPACES = 40; private static int NUM_PLAYERS = 2; private static int STARTING_CASH = 200; private s...
src/Game/Game.java
/** @author UWP_User */ import java.util.LinkedList; import Config.Config; import Player.Player; public class Game { private static int SPACES = 40; private static int NUM_PLAYERS = 2; private static int STARTING_CASH = 200; private static int JAIL_FINE = 200; private static int JA...
added gamethread
src/Game/Game.java
added gamethread
Java
mit
3faae9a278d46fee72b92d40602fc316b381b55c
0
binaryoverload/FlareBot,FlareBot/FlareBot,weeryan17/FlareBot
package com.bwfcwalshy.flarebot; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.classic.spi.ThrowableProxy; import ch.qos.logback.core.filter.Filter; import ch.qos.logback.core.spi.FilterReply; import java.util.concurrent.ExecutorService; import java.util.c...
src/main/java/com/bwfcwalshy/flarebot/ErrorCatcher.java
package com.bwfcwalshy.flarebot; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.classic.spi.ThrowableProxy; import ch.qos.logback.core.filter.Filter; import ch.qos.logback.core.spi.FilterReply; import java.util.concurrent.ExecutorService; import java.util.c...
Fix ErrorCatcher.java
src/main/java/com/bwfcwalshy/flarebot/ErrorCatcher.java
Fix ErrorCatcher.java
Java
mit
1d6ac985459bf376177ebeaa2453e213095e0b12
0
tobiatesan/serleena-android,tobiatesan/serleena-android
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
serleena/app/src/main/java/com/kyloth/serleena/presentation/IExperienceSelectionView.java
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
PRSNT: Aggiungi IExperienceSelectionView.setExperiences() Viene aggiunto setExperiences() in sostituzione di setList().
serleena/app/src/main/java/com/kyloth/serleena/presentation/IExperienceSelectionView.java
PRSNT: Aggiungi IExperienceSelectionView.setExperiences()
Java
mit
fa37f92bf7b1ee0ce2a8711ae8f438a8ea952a1c
0
fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg
package ua.com.fielden.platform.entity.query.generation.elements; import ua.com.fielden.platform.entity.query.generation.DbVersion; public class DateOf extends SingleOperandFunction { public DateOf(final ISingleOperand operand, final DbVersion dbVersion) { super(dbVersion, operand); } @Override pu...
platform-dao/src/main/java/ua/com/fielden/platform/entity/query/generation/elements/DateOf.java
package ua.com.fielden.platform.entity.query.generation.elements; import ua.com.fielden.platform.entity.query.generation.DbVersion; public class DateOf extends SingleOperandFunction { public DateOf(final ISingleOperand operand, final DbVersion dbVersion) { super(dbVersion, operand); } @Override pu...
Corrected. git-svn-id: 1325a6c4fed28e15898c6416993928475140201d@4643 50ee8237-08a1-5d4c-b143-727193748607
platform-dao/src/main/java/ua/com/fielden/platform/entity/query/generation/elements/DateOf.java
Corrected.
Java
mit
710341df788fe26d3df504147ab94e8259f44ff0
0
CMP-Studio/react-native-push-notification,zo0r/react-native-push-notification,zo0r/react-native-push-notification,ErikMikkelson/react-native-push-notification,zo0r/react-native-push-notification,CMP-Studio/react-native-push-notification,ErikMikkelson/react-native-push-notification
package com.dieam.reactnativepushnotification.modules; import android.app.*; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.ApplicationInfo; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics...
android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java
package com.dieam.reactnativepushnotification.modules; import android.app.*; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.ApplicationInfo; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics...
Fix minor bug in handling notification actions
android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java
Fix minor bug in handling notification actions
Java
epl-1.0
2af95f95edc9d9a4fdccd5f69d2422b77fb45b3d
0
debrief/limpet,pecko/limpet,pecko/limpet,debrief/limpet,debrief/limpet,pecko/limpet
package info.limpet.data; import static javax.measure.unit.NonSI.HOUR; import static javax.measure.unit.NonSI.KILOMETERS_PER_HOUR; import static javax.measure.unit.NonSI.KILOMETRES_PER_HOUR; import static javax.measure.unit.NonSI.MINUTE; import static javax.measure.unit.SI.KILO; import static javax.measure.unit.SI.MET...
info.limpet.test/src/info/limpet/data/TestOperations.java
package info.limpet.data; import static javax.measure.unit.NonSI.HOUR; import static javax.measure.unit.NonSI.KILOMETERS_PER_HOUR; import static javax.measure.unit.NonSI.KILOMETRES_PER_HOUR; import static javax.measure.unit.NonSI.MINUTE; import static javax.measure.unit.SI.KILO; import static javax.measure.unit.SI.MET...
testing complete
info.limpet.test/src/info/limpet/data/TestOperations.java
testing complete
Java
mpl-2.0
b0550a397369099d73ed9bf758612539df89e9e9
0
etomica/etomica,ajschult/etomica,etomica/etomica,ajschult/etomica,etomica/etomica,ajschult/etomica
package etomica.atom.iterator; import etomica.Atom; import etomica.AtomIterator; import etomica.AtomPair; import etomica.AtomPairIterator; import etomica.AtomSet; import etomica.action.AtomsetAction; /** * Pair iterator synthesized from two atom iterators, such that the inner-loop * iteration depends on the outer-l...
etomica/atom/iterator/ApiInnerVariable.java
package etomica.atom.iterator; import etomica.Atom; import etomica.AtomIterator; import etomica.AtomPair; import etomica.AtomPairIterator; import etomica.AtomSet; import etomica.action.AtomsetAction; /** * Pair iterator synthesized from two atom iterators, such that the inner-loop * iteration depends on the outer-l...
clean up
etomica/atom/iterator/ApiInnerVariable.java
clean up
Java
apache-2.0
13b50290211cdcb46a3cc6c5b2eafedacfe8e0c1
0
katre/bazel,perezd/bazel,meteorcloudy/bazel,bazelbuild/bazel,cushon/bazel,meteorcloudy/bazel,cushon/bazel,ButterflyNetwork/bazel,meteorcloudy/bazel,meteorcloudy/bazel,bazelbuild/bazel,bazelbuild/bazel,meteorcloudy/bazel,cushon/bazel,bazelbuild/bazel,cushon/bazel,perezd/bazel,perezd/bazel,perezd/bazel,ButterflyNetwork/b...
// Copyright 2018 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/starlarkbuildapi/FileApi.java
// Copyright 2018 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Add missing space to File.extension doc RELNOTES: None. PiperOrigin-RevId: 373818503
src/main/java/com/google/devtools/build/lib/starlarkbuildapi/FileApi.java
Add missing space to File.extension doc
Java
apache-2.0
9caf137cd5305dd0438e85b7021df324c78ea9cd
0
dlemmermann/CalendarFX,imario42/CalendarFX,imario42/CalendarFX,dlemmermann/CalendarFX
/** * Copyright (C) 2015, 2016 Dirk Lemmermann Software & Consulting (dlsc.com) * * This file is part of CalendarFX. */ package com.calendarfx.view; import com.calendarfx.model.*; import com.calendarfx.util.LoggingDomain; import com.calendarfx.view.page.DayPage; import com.calendarfx.view.popover.DatePopOver; i...
CalendarFXView/src/main/java/com/calendarfx/view/DateControl.java
/** * Copyright (C) 2015, 2016 Dirk Lemmermann Software & Consulting (dlsc.com) * * This file is part of CalendarFX. */ package com.calendarfx.view; import com.calendarfx.model.*; import com.calendarfx.util.LoggingDomain; import com.calendarfx.view.page.DayPage; import com.calendarfx.view.popover.DatePopOver; i...
Code cleanup.
CalendarFXView/src/main/java/com/calendarfx/view/DateControl.java
Code cleanup.
Java
apache-2.0
a7b288ce32657b2d4eac6f8d2930f78c12dd8b66
0
cqjjjzr/BiliLiveLib,cqjjjzr/BiliLiveLib,cqjjjzr/BiliLiveLib
package charlie.bililivelib.danmaku; import charlie.bililivelib.BiliLiveException; import charlie.bililivelib.GlobalObjects; import charlie.bililivelib.danmaku.datamodel.JoinServerJson; import charlie.bililivelib.danmaku.dispatch.DanmakuPacket; import charlie.bililivelib.danmaku.dispatch.DanmakuReceivePacket; import c...
BiliLiveLib/src/main/java/charlie/bililivelib/danmaku/DanmakuReceiver.java
package charlie.bililivelib.danmaku; import charlie.bililivelib.BiliLiveException; import charlie.bililivelib.GlobalObjects; import charlie.bililivelib.danmaku.datamodel.JoinServerJson; import charlie.bililivelib.danmaku.dispatch.DanmakuPacket; import charlie.bililivelib.danmaku.dispatch.DanmakuReceivePacket; import c...
Safety disconnect for danmaku.
BiliLiveLib/src/main/java/charlie/bililivelib/danmaku/DanmakuReceiver.java
Safety disconnect for danmaku.
Java
apache-2.0
67c6c6b20d46a362cad29e3cf7ec6be5f5b52c34
0
ibmkendrick/streamsx.topology,ibmkendrick/streamsx.topology,IBMStreams/streamsx.topology,IBMStreams/streamsx.topology,dlaboss/streamsx.topology,dlaboss/streamsx.topology,IBMStreams/streamsx.topology,ddebrunner/streamsx.topology,ddebrunner/streamsx.topology,wmarshall484/streamsx.topology,IBMStreams/streamsx.topology,ibm...
/* # Licensed Materials - Property of IBM # Copyright IBM Corp. 2015 */ package com.ibm.streamsx.topology.internal.functional.ops; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import com.ibm.json.java.JSONObject; import com.ibm.streams.operator.OperatorContex...
java/src/com/ibm/streamsx/topology/internal/functional/ops/SubmissionParameterManager.java
/* # Licensed Materials - Property of IBM # Copyright IBM Corp. 2015 */ package com.ibm.streamsx.topology.internal.functional.ops; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import com.ibm.json.java.JSONObject; import com.ibm.streams.operator.OperatorContex...
woops, broke the embedded serial submits case with prev commit.
java/src/com/ibm/streamsx/topology/internal/functional/ops/SubmissionParameterManager.java
woops, broke the embedded serial submits case with prev commit.
Java
apache-2.0
7134271537496e4c140b1e6f47517ca302a97d51
0
treasure-data/presto,Teradata/presto,raghavsethi/presto,ebyhr/presto,miniway/presto,wagnermarkd/presto,smartnews/presto,shixuan-fan/presto,jxiang/presto,haozhun/presto,raghavsethi/presto,gh351135612/presto,Praveen2112/presto,11xor6/presto,youngwookim/presto,nezihyigitbasi/presto,stewartpark/presto,ebyhr/presto,mbeitchm...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-main/src/test/java/com/facebook/presto/operator/TestHashAggregationOperator.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Always revoke memory in TestHashAggregationOperator
presto-main/src/test/java/com/facebook/presto/operator/TestHashAggregationOperator.java
Always revoke memory in TestHashAggregationOperator
Java
apache-2.0
872959ded738aa2db3b419a0fea081454cfa1e5e
0
repeats/Repeat,hptruong93/Repeat,repeats/Repeat,repeats/Repeat,hptruong93/Repeat,repeats/Repeat
package frontEnd; import java.awt.Point; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import ja...
src/frontEnd/MainBackEndHolder.java
package frontEnd; import java.awt.Point; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import ja...
Fix slight logic in moving task between groups
src/frontEnd/MainBackEndHolder.java
Fix slight logic in moving task between groups
Java
apache-2.0
8d61a03f0a0043813de73e33a1fb1dafe477d83f
0
mohanaraosv/commons-digester,callMeDimit/commons-digester,mohanaraosv/commons-digester,apache/commons-digester,mohanaraosv/commons-digester,callMeDimit/commons-digester,apache/commons-digester,callMeDimit/commons-digester,apache/commons-digester
package org.apache.commons.digester3.binder; /* * 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...
src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
package org.apache.commons.digester3.binder; /* * 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...
added missing javadoc git-svn-id: 871f264856ddff118359d15337bbbf32ea57c748@1212055 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/digester3/binder/ObjectCreateBuilder.java
added missing javadoc
Java
apache-2.0
eba0daff24c90560afe3bca3cf88de1a4d811573
0
ShortStickBoy/ActionBox
package com.sunzn.action.box.library; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.Window; import android.view.WindowManager; /** * Created by sunzn on ...
Library/src/main/java/com/sunzn/action/box/library/ActionBox.java
package com.sunzn.action.box.library; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.Window; import android.view.WindowManager; /** * Created by sunzn on ...
Update ActionBox
Library/src/main/java/com/sunzn/action/box/library/ActionBox.java
Update ActionBox
Java
apache-2.0
a89579449dcfa56d171b59e8a7d23da5266b426f
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.actionSystem.impl; import com.intellij.icons.AllIcons; import com.intellij.ide.DataManager; import com.intellij.ide.HelpTooltip; import com.intellij....
platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.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.actionSystem.impl; import com.intellij.icons.AllIcons; import com.intellij.ide.DataManager; import com.intellij.ide.HelpTooltip; import com.intellij....
IDEA-164920 Wrap toolbar
platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionToolbarImpl.java
IDEA-164920 Wrap toolbar
Java
apache-2.0
f511e6f9a0a7b515a35a3ae7e64724ed4c322c61
0
joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.sparkplugin; import org.jivesoftware.Spark; import or...
src/plugins/jingle/src/java/org/jivesoftware/sparkplugin/JinglePlugin.java
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.sparkplugin; import org.jivesoftware.Spark; import or...
Small Fixes in Bridge Listeners git-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@7829 b35dd754-fafc-0310-a699-88a17e54d16e
src/plugins/jingle/src/java/org/jivesoftware/sparkplugin/JinglePlugin.java
Small Fixes in Bridge Listeners
Java
apache-2.0
4fe4e4ac76d0bc9365e1a129f4976564772c0063
0
code-distillery/jackrabbit-oak,code-distillery/jackrabbit-oak,alexparvulescu/jackrabbit-oak,catholicon/jackrabbit-oak,anchela/jackrabbit-oak,code-distillery/jackrabbit-oak,catholicon/jackrabbit-oak,meggermo/jackrabbit-oak,meggermo/jackrabbit-oak,stillalex/jackrabbit-oak,alexparvulescu/jackrabbit-oak,chetanmeh/jackrabbi...
/* * 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 ...
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentStoreFixture.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 ...
OAK-4973: Speed up tests with MongoFixture git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1765972 13f79535-47bb-0310-9956-ffa450edef68
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentStoreFixture.java
OAK-4973: Speed up tests with MongoFixture
Java
apache-2.0
6a0e10cd35732d071eb38d039c55693cacdeeea0
0
spotify/styx,spotify/styx,spotify/styx
/*- * -\-\- * Spotify Styx Scheduler Service * -- * Copyright (C) 2016 Spotify AB * -- * 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...
styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java
/*- * -\-\- * Spotify Styx Scheduler Service * -- * Copyright (C) 2016 Spotify AB * -- * 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...
use the k8s default pause container image
styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java
use the k8s default pause container image
Java
apache-2.0
ee222f702762e33e100b3613599817cb826a30e9
0
ened/ExoPlayer,amzn/exoplayer-amazon-port,google/ExoPlayer,amzn/exoplayer-amazon-port,amzn/exoplayer-amazon-port,androidx/media,androidx/media,ened/ExoPlayer,google/ExoPlayer,ened/ExoPlayer,google/ExoPlayer,androidx/media
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Remove AtomParsers from extractors nullness exclusion list PiperOrigin-RevId: 322131697
library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
Remove AtomParsers from extractors nullness exclusion list
Java
apache-2.0
11b66c3887d1bd64bec8bda8d49432edf33511b0
0
mike-tr-adamson/incubator-tinkerpop,krlohnes/tinkerpop,BrynCooke/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,robertdale/tinkerpop,artem-aliev/tinkerpop,jorgebay/tinkerpop,apache/tinkerpop,apache/tinkerpop,krlohnes/tinkerpop,apache/incubator-tinkerpop,apache/incubator-tinkerpop,...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/remote/RemoteGraphProvider.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 ...
Bind the empty graph to tests that don't have LoadGraphWith annotation.
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/remote/RemoteGraphProvider.java
Bind the empty graph to tests that don't have LoadGraphWith annotation.
Java
apache-2.0
71a5dfe15f9e7c96cbf663e384d23be45ea1965c
0
VisuFlow/visuflow-plugin
package de.unipaderborn.visuflow.ui.graph; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.AdjustmentEvent; import java.awt.event.AdjustmentListener; import java.awt...
src/de/unipaderborn/visuflow/ui/graph/GraphManager.java
package de.unipaderborn.visuflow.ui.graph; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.AdjustmentEvent; import java.awt.event.AdjustmentListener; import java.awt...
Added table layout to tooltip
src/de/unipaderborn/visuflow/ui/graph/GraphManager.java
Added table layout to tooltip
Java
apache-2.0
5f2e7562333c7d7d42bcb5c06303a4b5d23eee0f
0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
package org.minimalj.model; import java.util.ArrayList; import java.util.List; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import org.minimalj.model.properties.PropertyInterface; public class KeysTest { @BeforeClass public static void initializeAllClasses() { new TestClass1(); ...
src/test/java/org/minimalj/model/KeysTest.java
package org.minimalj.model; import java.util.ArrayList; import java.util.List; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import org.minimalj.model.properties.PropertyInterface; public class KeysTest { @BeforeClass public static void initializeAllClasses() { new TestClass1(); ...
KeysTest: added messages to assertions
src/test/java/org/minimalj/model/KeysTest.java
KeysTest: added messages to assertions
Java
apache-2.0
bddc34ba5f20c268a4d331f1cc1701d979eebb90
0
utdrobotchess/chess-game
package chess.engine; /** * Static class to construct a chessboard from squares that are connected properly * to each other. * @author Ryan J. Marcotte */ public class ChessBoardBuilder { private static Square[] boardSquares; //for each location on the chessboard, denotes its neighboring loc...
Centralized-Java/src/chess/engine/ChessBoardBuilder.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package chess.engine; /** * * @author Ryan J. Marcotte */ public class ChessBoardBuilder { private static Square[...
Updated comments, generally improved clarity
Centralized-Java/src/chess/engine/ChessBoardBuilder.java
Updated comments, generally improved clarity
Java
apache-2.0
c4fdfb57d336b1a0f1b27354c758c61c0a586942
0
gradle/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,lsmaira/gradle,lsmaira/gradle,robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,gstevey/gradle,lsmaira/gradle,blindpirate/gradle,lsmaira/gradle,lsmaira/gradle,lsmaira/gradle,gradle/gradle,lsmaira/gradle,rob...
/* * Copyright 2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/base-services/src/main/java/org/gradle/internal/classloader/FilteringClassLoader.java
/* * Copyright 2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Replaced String.format() with concatenation.
subprojects/base-services/src/main/java/org/gradle/internal/classloader/FilteringClassLoader.java
Replaced String.format() with concatenation.
Java
apache-2.0
6a79cd9044a9f2d8451b29b70ed2fd3728ef0193
0
davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak,davidegiannella/jackrabbit-oak
/* * 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 ...
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/ClusterConflictTest.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 ...
OAK-3859: Suspended commit depends on non-conflicting change Add (ignored) test git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1724260 13f79535-47bb-0310-9956-ffa450edef68
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/ClusterConflictTest.java
OAK-3859: Suspended commit depends on non-conflicting change
Java
apache-2.0
cbe715743312e70e6b072a2732399ab59186991c
0
playn/playn,tinkerstudent/playn,rachelharvey/playn,ruslansennov/playn2,rachelharvey/playn,longtaoge/playn,ruslansennov/playn2,playn/playn,tinkerstudent/playn,playn/playn,longtaoge/playn,thecocce/playn-1,thecocce/playn-1
/** * Copyright 2010 The PlayN Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
core/src/playn/core/Image.java
/** * Copyright 2010 The PlayN Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
Include threading guarantee in docs I wasn't sure if this was just standard practice and spent some time tracking it down on ios, so figured I'd include it in the docs.
core/src/playn/core/Image.java
Include threading guarantee in docs
Java
apache-2.0
bef0d7f09b61c3869e79aa143e62826b7710fed4
0
dimagi/commcare,dimagi/commcare-core,dimagi/commcare-core,dimagi/commcare,dimagi/commcare,dimagi/commcare-core
package org.commcare.xml; import org.commcare.data.xml.TransactionParser; import org.commcare.modern.util.Pair; import org.javarosa.core.model.instance.FormInstance; import org.javarosa.core.model.instance.TreeElement; import org.javarosa.core.services.storage.IStorageUtilityIndexed; import org.javarosa.core.services....
src/main/java/org/commcare/xml/FixtureXmlParser.java
package org.commcare.xml; import org.commcare.data.xml.TransactionParser; import org.javarosa.core.model.instance.FormInstance; import org.javarosa.core.model.instance.TreeElement; import org.javarosa.core.services.storage.IStorageUtilityIndexed; import org.javarosa.core.services.storage.StorageFullException; import o...
move parser's instance setup code into helper
src/main/java/org/commcare/xml/FixtureXmlParser.java
move parser's instance setup code into helper
Java
bsd-2-clause
10a1babd90f9fbb19a9f2fa62ffc6cf47151ee22
0
KronosDesign/runelite,abelbriggs1/runelite,abelbriggs1/runelite,KronosDesign/runelite,l2-/runelite,Sethtroll/runelite,l2-/runelite,runelite/runelite,runelite/runelite,abelbriggs1/runelite,Sethtroll/runelite,runelite/runelite
/* * Copyright (c) 2017. l2- * Copyright (c) 2017, Adam <Adam@sigterm.info> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copy...
runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
/* * Copyright (c) 2017. l2- * Copyright (c) 2017, Adam <Adam@sigterm.info> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copy...
chat commands: fix to use exiting accounttype api
runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
chat commands: fix to use exiting accounttype api
Java
bsd-3-clause
eea08b9abe793fb61ddd8ae8d21d4cde1efd915b
0
NCIP/nci-term-browser,NCIP/nci-term-browser,NCIP/nci-term-browser,NCIP/nci-term-browser
package gov.nih.nci.evs.browser.utils; /* * Copyright: (c) 2004-2009 Mayo Foundation for Medical Education and * Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the * triple-shield Mayo logo are trademarks and service marks of MFMER. * * Except as contained in the copyright notice above, or a...
software/ncitbrowser/src/java/gov/nih/nci/evs/browser/utils/TreeUtils.java
package gov.nih.nci.evs.browser.utils; /* * Copyright: (c) 2004-2009 Mayo Foundation for Medical Education and * Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the * triple-shield Mayo logo are trademarks and service marks of MFMER. * * Except as contained in the copyright notice above, or a...
GF#23365 [KLO, 111009] git-svn-id: 8a910031c78bbe8a754298bb28800c1494820db3@939 0604bb77-1110-461e-859e-28c50bf9b280
software/ncitbrowser/src/java/gov/nih/nci/evs/browser/utils/TreeUtils.java
GF#23365 [KLO, 111009]
Java
bsd-3-clause
0b174f8153a935c2945d10366eb848786e47a825
0
frc-88/2014-Robot
package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.Jaguar; import edu.wpi.first.wpilibj.PIDController; import edu.wpi.first.wpilibj.PIDOutput; import edu.wpi.first.wpilibj.PIDSource; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; /** * @...
src/edu/wpi/first/wpilibj/templates/JagPair.java
package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.Jaguar; import edu.wpi.first.wpilibj.PIDController; import edu.wpi.first.wpilibj.PIDOutput; import edu.wpi.first.wpilibj.PIDSource; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; /** * @...
Clean JagPair
src/edu/wpi/first/wpilibj/templates/JagPair.java
Clean JagPair
Java
bsd-3-clause
6a138d83f302308c2c5f0acac1e00a6878256a85
0
APNIC-net/whois,APNIC-net/whois,APNIC-net/whois
package net.ripe.db.whois.update.handler; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import net.ripe.db.whois.common.DateTimeProvider; import net.ripe.db.whois.common.dao.RpslObjectUpdateDao; import net.ripe.db.whois.common.domain.attrs.Changed; import net.ripe.db.whois.common.rpsl....
whois-update/src/main/java/net/ripe/db/whois/update/handler/UpdateObjectHandlerImpl.java
package net.ripe.db.whois.update.handler; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import net.ripe.db.whois.common.DateTimeProvider; import net.ripe.db.whois.common.dao.RpslObjectUpdateDao; import net.ripe.db.whois.common.domain.attrs.Changed; import net.ripe.db.whois.common.rpsl....
Fix for "out of sequence" error message checking on a few end-to-end tests (only seems to affect linux and windows)
whois-update/src/main/java/net/ripe/db/whois/update/handler/UpdateObjectHandlerImpl.java
Fix for "out of sequence" error message checking on a few end-to-end tests (only seems to affect linux and windows)
Java
mit
c71258ee3692d6729b4fde36554a02485ac5aefb
0
berryma4/diirt,diirt/diirt,diirt/diirt,diirt/diirt,berryma4/diirt,richardfearn/diirt,richardfearn/diirt,berryma4/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,richardfearn/diirt,berryma4/diirt,diirt/diirt
/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.pods.common; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; impo...
pods-common/src/main/java/org/diirt/pods/common/Configuration.java
/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.pods.common; import java.io.File; /** * Entry point for all configuration in diirt. * <p> * The configuration directory used is given by: * <ul> * <l...
pods-common: added logic to initialize configuration file with default.
pods-common/src/main/java/org/diirt/pods/common/Configuration.java
pods-common: added logic to initialize configuration file with default.
Java
mit
afc61b976cd77c83c5f886156928262b7fd26448
0
s4ke/moar
/* The MIT License (MIT) Copyright (c) 2016 Martin Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
engine/src/test/java/com/github/s4ke/moar/regex/ParserTest.java
/* The MIT License (MIT) Copyright (c) 2016 Martin Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
minor
engine/src/test/java/com/github/s4ke/moar/regex/ParserTest.java
minor
Java
mit
b055a360188cbb762a2c6a9456854a9db1ccb908
0
InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service
package com.worth.ifs.application.controller; import com.fasterxml.jackson.databind.node.ObjectNode; import com.worth.ifs.BaseControllerIntegrationTest; import com.worth.ifs.application.constant.ApplicationStatusConstants; import com.worth.ifs.application.domain.Application; import com.worth.ifs.application.domain.App...
ifs-data-service/src/test/java/com/worth/ifs/application/controller/ApplicationControllerIntegrationTest.java
package com.worth.ifs.application.controller; import com.fasterxml.jackson.databind.node.ObjectNode; import com.worth.ifs.BaseControllerIntegrationTest; import com.worth.ifs.application.constant.ApplicationStatusConstants; import com.worth.ifs.application.domain.Application; import com.worth.ifs.application.domain.App...
INFUND-917 fix the unit tests
ifs-data-service/src/test/java/com/worth/ifs/application/controller/ApplicationControllerIntegrationTest.java
INFUND-917 fix the unit tests
Java
mit
fbd1d0defb36c8f453d74bcd33dea51550304e3b
0
mmig/mmir-plugin-speech-android,mmig/mmir-plugin-speech-android
/** * The MIT License * * Copyright (c) 2014-2016 * DFKI (github.com/mmig) * * * based on work of: * * Copyright (c) 2011-2013 * Colin Turner (github.com/koolspin) * Guillaume Charhon (github.com/poiuytrez) * * Permission is hereby granted, free of charge, to any person obtaining a copy o...
src/android/de/dfki/iui/mmir/plugins/speech/android/AndroidSpeechRecognizer.java
/** * The MIT License * * Copyright (c) 2014-2016 * DFKI (github.com/mmig) * * * based on work of: * * Copyright (c) 2011-2013 * Colin Turner (github.com/koolspin) * Guillaume Charhon (github.com/poiuytrez) * * Permission is hereby granted, free of charge, to any person obtaining a copy o...
FIX removed duplicate code
src/android/de/dfki/iui/mmir/plugins/speech/android/AndroidSpeechRecognizer.java
FIX removed duplicate code
Java
epl-1.0
0a7bf9062905b01271f3684618ea36a2e9f27f73
0
sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/StackWindowAction.java
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
- SCR(s) Resolved: - Description: Fix bug 78213.Remove reference to eclipse internal APIs in designer . - Regression ( Yes/No ): no - Code Owner: DaZhen Gao - Code Reviewers: GUI SHA,Hongxia Wang, Sissi Zhu - Tests: Yes - Test Automated (Yes/No, if no then explain why): No, gui feature - Branches Involved: He...
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/StackWindowAction.java
- SCR(s) Resolved:
Java
epl-1.0
353fea16c143d34d3d831fec65b1f0754f1d56c4
0
mdht/mdht,mdht/mdht,vadimnehta/mdht,mdht/mdht,drbgfc/mdht,drbgfc/mdht,mdht/mdht,drbgfc/mdht,vadimnehta/mdht,mdht/mdht,drbgfc/mdht,vadimnehta/mdht,vadimnehta/mdht,vadimnehta/mdht,drbgfc/mdht,vadimnehta/mdht,drbgfc/mdht
package org.openhealthtools.mdht.uml.ui.propertytesters; import org.eclipse.core.expressions.PropertyTester; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider; import or...
core/plugins/org.openhealthtools.mdht.uml.ui/src/org/openhealthtools/mdht/uml/ui/propertytesters/UmlElement.java
package org.openhealthtools.mdht.uml.ui.propertytesters; import org.eclipse.core.expressions.PropertyTester; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider; import or...
Added isProperty and isNamedElement to UML Property Tester
core/plugins/org.openhealthtools.mdht.uml.ui/src/org/openhealthtools/mdht/uml/ui/propertytesters/UmlElement.java
Added isProperty and isNamedElement to UML Property Tester
Java
mpl-2.0
e794171b8dbbbd88247ae4eb3a1135bd31081633
0
anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,t61p/Lightning-Browser
/* * Copyright 2015 Anthony Restaino */ package acr.browser.lightning.activity; import android.app.Activity; import android.app.Dialog; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; imp...
app/src/main/java/acr/browser/lightning/activity/BrowserActivity.java
/* * Copyright 2015 Anthony Restaino */ package acr.browser.lightning.activity; import android.app.Activity; import android.app.Dialog; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; imp...
Fixing bug where add/remove bookmark button didn't work
app/src/main/java/acr/browser/lightning/activity/BrowserActivity.java
Fixing bug where add/remove bookmark button didn't work
Java
agpl-3.0
0a26c1607ee5565d0d4b0d4c523d25919321d07e
0
chirino/cloudmix,chirino/cloudmix
/************************************************************************************** * Copyright (C) 2009 Progress Software, Inc. All rights reserved. * * http://fusesource.com * * -----------------------------------------------------...
systests/feature-test/src/test/java/org/fusesource/cloudmix/features/osgi/FeaturesIntegrationTest.java
/************************************************************************************** * Copyright (C) 2009 Progress Software, Inc. All rights reserved. * * http://fusesource.com * * -----------------------------------------------------...
Changed the test to make it fail when one or more bundles don't come up active git-svn-id: a568a09a6707b2415012d77e49a6c5c13d2f9ed5@133 c32a53b6-b962-0410-9d7f-cad4864ec771
systests/feature-test/src/test/java/org/fusesource/cloudmix/features/osgi/FeaturesIntegrationTest.java
Changed the test to make it fail when one or more bundles don't come up active
Java
lgpl-2.1
e6329138d033176d564d28cbd9dbdf31a5c6cb62
0
cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl,cytoscape/cytoscape-impl
package org.cytoscape.task.internal.loadvizmap; /* * #%L * Cytoscape Core Task Impl (core-task-impl) * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2006 - 2013 The Cytoscape Consortium * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public ...
core-task-impl/src/main/java/org/cytoscape/task/internal/loadvizmap/LoadVizmapFileTaskFactoryImpl.java
package org.cytoscape.task.internal.loadvizmap; /* * #%L * Cytoscape Core Task Impl (core-task-impl) * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2006 - 2013 The Cytoscape Consortium * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public ...
fixes #1785 Correct extension will be given to the temp VizMap file. Change-Id: I2d9371dabcda26eed77b5fedc701e22c57b85343
core-task-impl/src/main/java/org/cytoscape/task/internal/loadvizmap/LoadVizmapFileTaskFactoryImpl.java
fixes #1785 Correct extension will be given to the temp VizMap file.
Java
unlicense
c5092a90c1c2edbb93127d7d3c30895b63a22395
0
ferreusveritas/Growing-Trees
package com.ferreusveritas.dynamictrees.event; import com.ferreusveritas.dynamictrees.trees.Species; import net.minecraft.entity.item.EntityItem; import net.minecraft.item.ItemStack; import net.minecraft.util.math.BlockPos; import net.minecraftforge.fml.common.eventhandler.Cancelable; import net.minecraftforge.fml.co...
src/main/java/com/ferreusveritas/dynamictrees/event/SeedVoluntaryPlantEvent.java
package com.ferreusveritas.dynamictrees.event; import com.ferreusveritas.dynamictrees.trees.Species; import net.minecraft.entity.item.EntityItem; import net.minecraft.item.ItemStack; import net.minecraft.util.math.BlockPos; import net.minecraftforge.fml.common.eventhandler.Cancelable; import net.minecraftforge.fml.co...
Better Seed Voluntary event
src/main/java/com/ferreusveritas/dynamictrees/event/SeedVoluntaryPlantEvent.java
Better Seed Voluntary event
Java
apache-2.0
cc17b7c025010eb502d743d8a2844a56fde0b874
0
jerrinot/hazelcast-stabilizer,hazelcast/hazelcast-simulator,jerrinot/hazelcast-stabilizer,hazelcast/hazelcast-simulator,fengshao0907/hazelcast-simulator,Danny-Hazelcast/hazelcast-stabilizer,pveentjer/hazelcast-simulator,hasancelik/hazelcast-stabilizer,Danny-Hazelcast/hazelcast-stabilizer,hazelcast/hazelcast-simulator,h...
package com.hazelcast.simulator.coordinator; import com.hazelcast.simulator.agent.workerjvm.WorkerJvmSettings; import com.hazelcast.simulator.coordinator.remoting.AgentsClient; import com.hazelcast.simulator.probes.probes.Result; import com.hazelcast.simulator.probes.probes.impl.OperationsPerSecResult; import com.haze...
simulator/src/test/java/com/hazelcast/simulator/coordinator/CoordinatorRunTestSuiteTest.java
package com.hazelcast.simulator.coordinator; import com.hazelcast.simulator.agent.workerjvm.WorkerJvmSettings; import com.hazelcast.simulator.coordinator.remoting.AgentsClient; import com.hazelcast.simulator.probes.probes.Result; import com.hazelcast.simulator.probes.probes.impl.OperationsPerSecResult; import com.haze...
Fixed spurious failure in CoordinatorRunTestSuiteTest.
simulator/src/test/java/com/hazelcast/simulator/coordinator/CoordinatorRunTestSuiteTest.java
Fixed spurious failure in CoordinatorRunTestSuiteTest.
Java
apache-2.0
a9c1824bd478b43f629e6b61657f3b33e951ca63
0
santhp/trade-away,santhp/trade-away,santhp/trade-away
package com.tw.tradeaway.service; import com.tw.tradeaway.dto.OrderItemDto; import java.util.Collection; public interface SellerService { Collection<OrderItemDto> getOrders(int sellerId); }
src/main/java/com/tw/tradeaway/service/SellerService.java
package com.tw.tradeaway.service; import com.tw.tradeaway.dto.OrderItemDto; import java.util.Collection; public interface SellerService { public Collection<OrderItemDto> getOrders(int sellerId); }
fix demo build failure
src/main/java/com/tw/tradeaway/service/SellerService.java
fix demo build failure
Java
apache-2.0
88f4357431240c9339284c158776677d34061cbf
0
ulfjack/bazel,twitter-forks/bazel,kchodorow/bazel,zhexuany/bazel,kchodorow/bazel,aehlig/bazel,mbrukman/bazel,perezd/bazel,dropbox/bazel,snnn/bazel,dslomov/bazel,davidzchen/bazel,spxtr/bazel,spxtr/bazel,iamthearm/bazel,mbrukman/bazel,twitter-forks/bazel,bazelbuild/bazel,zhexuany/bazel,cushon/bazel,aehlig/bazel,werkt/baz...
// 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/JavaLibraryHelper.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...
Check that dependencies are non-null upon insertion. Otherwise, we'll get an NPE in build(), which doesn't help in finding the place where the null was added. -- MOS_MIGRATED_REVID=130531765
src/main/java/com/google/devtools/build/lib/rules/java/JavaLibraryHelper.java
Check that dependencies are non-null upon insertion. Otherwise, we'll get an NPE in build(), which doesn't help in finding the place where the null was added.
Java
apache-2.0
a9a919a608c0d906954ec86301fc7ab49320c99c
0
EvilMcJerkface/kudu,cloudera/kudu,InspurUSA/kudu,EvilMcJerkface/kudu,helifu/kudu,EvilMcJerkface/kudu,InspurUSA/kudu,helifu/kudu,andrwng/kudu,InspurUSA/kudu,EvilMcJerkface/kudu,cloudera/kudu,EvilMcJerkface/kudu,InspurUSA/kudu,cloudera/kudu,andrwng/kudu,cloudera/kudu,andrwng/kudu,cloudera/kudu,andrwng/kudu,helifu/kudu,cl...
/* * 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 ...
java/kudu-flume-sink/src/test/java/org/apache/kudu/flume/sink/KeyedKuduEventProducerTest.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 ...
[flume] fix import of shaded guava class Change-Id: Id5e290446e8d67e1899d36e68d45c413fdb08cff Reviewed-on: http://gerrit.cloudera.org:8080/3845 Reviewed-by: Adar Dembo <866ca730bfc7f544e3ebce604ceeba4879f23df0@cloudera.com> Tested-by: Kudu Jenkins
java/kudu-flume-sink/src/test/java/org/apache/kudu/flume/sink/KeyedKuduEventProducerTest.java
[flume] fix import of shaded guava class
Java
apache-2.0
fa099fb862de0affa6d62c636329760056c8eb60
0
cherryhill/collectionspace-services,cherryhill/collectionspace-services
/** * This document is a part of the source code and related artifacts * for CollectionSpace, an open source collections management system * for museums and related institutions: * http://www.collectionspace.org * http://wiki.collectionspace.org * Copyright 2009 University of California at Berkeley * L...
services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
/** * This document is a part of the source code and related artifacts * for CollectionSpace, an open source collections management system * for museums and related institutions: * http://www.collectionspace.org * http://wiki.collectionspace.org * Copyright 2009 University of California at Berkeley * L...
CSPACE-6375: Fixed another date processing/encoding issue.
services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java
CSPACE-6375: Fixed another date processing/encoding issue.
Java
apache-2.0
5942c100e8ef583df35a0873d86fe838d04f9f51
0
MichaelRocks/lightsaber,MichaelRocks/lightsaber
/* * Copyright 2015 Michael Rozumyanskiy * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
processor/src/main/java/io/michaelrocks/lightsaber/processor/annotations/AnnotationDataBuilder.java
/* * Copyright 2015 Michael Rozumyanskiy * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
Create AnnotationData with unmodifiable map
processor/src/main/java/io/michaelrocks/lightsaber/processor/annotations/AnnotationDataBuilder.java
Create AnnotationData with unmodifiable map
Java
apache-2.0
27be8d6dc3afc99129fb20c27369541a36b1b2cb
0
wendal/nutz-book-project,wendal/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project,sunhai1988/nutz-book-project,sunhai1988/nutz-book-project,sunhai1988/nutz-book-project,wendal/nutz-book-project
package net.wendal.nutzbook.module.yvr; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.text.ParseException; import java.util.ArrayList; import java.util.List; import net.wendal.nutzbook.bean.yvr.Topic; i...
src/main/java/net/wendal/nutzbook/module/yvr/YvrSeoModule.java
package net.wendal.nutzbook.module.yvr; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.text.ParseException; import java.util.ArrayList; import java.util.List; import net.wendal.nutzbook.bean.yvr.Topic; i...
update: 文档页也需要用户信息. Signed-off-by: wendal chen <ca6b8518b7c774647ef2a8b9164c949df6d792f7@gmail.com>
src/main/java/net/wendal/nutzbook/module/yvr/YvrSeoModule.java
update: 文档页也需要用户信息.
Java
apache-2.0
1f171661a33b04571499924d01480760d5650399
0
aredee/accumulo-mesos,aredee/accumulo-mesos,aredee/accumulo-mesos,aredee/accumulo-mesos
package aredee.mesos.frameworks.accumulo.scheduler; import aredee.mesos.frameworks.accumulo.scheduler.launcher.AccumuloStartExecutorLauncher; import aredee.mesos.frameworks.accumulo.scheduler.launcher.Launcher; import aredee.mesos.frameworks.accumulo.scheduler.matcher.Match; import aredee.mesos.frameworks.accumulo.sch...
accumulo-mesos-scheduler/src/main/java/aredee/mesos/frameworks/accumulo/scheduler/Cluster.java
package aredee.mesos.frameworks.accumulo.scheduler; import aredee.mesos.frameworks.accumulo.scheduler.launcher.AccumuloStartExecutorLauncher; import aredee.mesos.frameworks.accumulo.scheduler.launcher.Launcher; import aredee.mesos.frameworks.accumulo.scheduler.matcher.Match; import aredee.mesos.frameworks.accumulo.sch...
cleaned up logging
accumulo-mesos-scheduler/src/main/java/aredee/mesos/frameworks/accumulo/scheduler/Cluster.java
cleaned up logging