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 | bsd-3-clause | 46d5124f68c7de7f89f4ea295125d13422ab8948 | 0 | erhs-53-hackers/Robo2012 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.wpi.first.wpilibj.templates;
import edu.wpi.first.wpilibj.Gyro;
import edu.wpi.first.wpilibj.RobotDrive;
/**
*
* @author Nick
*/
public class GyroX {
RobotDrive drive;
Gyro gyro;
double... | src/edu/wpi/first/wpilibj/templates/GyroX.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.wpi.first.wpilibj.templates;
import edu.wpi.first.wpilibj.Gyro;
import edu.wpi.first.wpilibj.RobotDrive;
/**
*
* @author Nick
*/
public class GyroX {
RobotDrive drive;
Gyro gyro;
double... | added more gyro functions
| src/edu/wpi/first/wpilibj/templates/GyroX.java | added more gyro functions | |
Java | bsd-3-clause | error: pathspec 'src/org/basex/index/FTFuzzyBuilder.java' did not match any file(s) known to git
| 8cdaec72f0b62b312be0ebee6c04799c34390df4 | 1 | joansmith/basex,joansmith/basex,ksclarke/basex,vincentml/basex,joansmith/basex,JensErat/basex,BaseXdb/basex,ksclarke/basex,drmacro/basex,drmacro/basex,JensErat/basex,JensErat/basex,deshmnnit04/basex,vincentml/basex,vincentml/basex,deshmnnit04/basex,ksclarke/basex,ksclarke/basex,dimitarp/basex,joansmith/basex,JensErat/b... | package org.basex.index;
import static org.basex.data.DataText.*;
import static org.basex.util.Token.*;
import java.io.File;
import java.io.IOException;
import org.basex.core.proc.DropDB;
import org.basex.data.Data;
import org.basex.io.DataOutput;
import org.basex.io.IO;
import org.basex.util.IntList;
import org.bas... | src/org/basex/index/FTFuzzyBuilder.java | Missing class added
| src/org/basex/index/FTFuzzyBuilder.java | Missing class added | |
Java | bsd-3-clause | error: pathspec 'plugins/test/src/org/lockss/plugin/springer/TestSpringerExploderHelper.java' did not match any file(s) known to git
| 526e9bd6255d734230ca1012cf32946ec04686d3 | 1 | edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon | package org.lockss.plugin.springer;
import org.lockss.test.LockssTestCase;
import org.lockss.daemon.ArchiveEntry;
import org.lockss.util.CIProperties;
public class TestSpringerExploderHelper extends LockssTestCase {
private static final String basePath =
"PUB=foo/JOU=12345/";
private static final String pathS... | plugins/test/src/org/lockss/plugin/springer/TestSpringerExploderHelper.java | This one got missed too.
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@6645 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| plugins/test/src/org/lockss/plugin/springer/TestSpringerExploderHelper.java | This one got missed too. | |
Java | bsd-3-clause | error: pathspec 'skylib-java/lib-gui-java8/src/test/java/ch/skymarshall/gui/mvc/ModelChildTest.java' did not match any file(s) known to git
| 3019a666641cf7f692f49afe270a11137742f735 | 1 | sebastiencaille/sky-lib,sebastiencaille/sky-lib,sebastiencaille/sky-lib,sebastiencaille/sky-lib,sebastiencaille/sky-lib,sebastiencaille/sky-lib | package ch.skymarshall.gui.mvc;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import ch.skymarshall.gui.mvc.properties.ObjectProperty;
public class ModelChildTest {
private static class Parent {
String child;
public String getChild() {
return child;
}
public void setChild(final... | skylib-java/lib-gui-java8/src/test/java/ch/skymarshall/gui/mvc/ModelChildTest.java | Add TC | skylib-java/lib-gui-java8/src/test/java/ch/skymarshall/gui/mvc/ModelChildTest.java | Add TC | |
Java | mit | 48069dec143c9f9e7f3a4f88f474a3dae73ab9bc | 0 | latteacocoa/MyDemo,latteacocoa/MyDemo | Java解答例/ABC087B.java | /**
*
*/
package myAtCoder;
import java.util.Scanner;
/**
* @author
*
*/
public class ABC087B {
/**
* @param args
*/
public static void main(String[] args) {
// 標準入力取得用オブジェクト **********
Scanner wScan = new Scanner(System.in);
// 標準入力より値を取得 **********
int wInCount500Yen = wSca... | Delete ABC087B.java | Java解答例/ABC087B.java | Delete ABC087B.java | ||
Java | mit | b92896b874179dd92a535184f6d7214005b30349 | 0 | codeborne/play-press,codeborne/play-press,codeborne/play-press,codeborne/play-press | package press;
import com.asual.lesscss.LessEngine;
import com.asual.lesscss.LessException;
import com.asual.lesscss.LessOptions;
import com.asual.lesscss.loader.ResourceLoader;
import org.apache.commons.io.IOUtils;
import org.mozilla.javascript.WrappedException;
import play.Logger;
import play.Play;
import play.cache... | src/press/PlayLessEngine.java | package press;
import com.asual.lesscss.LessEngine;
import com.asual.lesscss.LessException;
import com.asual.lesscss.LessOptions;
import com.asual.lesscss.loader.ResourceLoader;
import org.apache.commons.io.IOUtils;
import org.mozilla.javascript.WrappedException;
import play.Logger;
import play.Play;
import play.cache... | bugfix: make sure less imports are actually cached
| src/press/PlayLessEngine.java | bugfix: make sure less imports are actually cached | |
Java | mit | f66d19b6bf3f0024097d69f4d47f105caa60a82e | 0 | SpongePowered/Sponge,SpongePowered/Sponge,SpongePowered/Sponge | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | src/main/java/org/spongepowered/common/block/entity/SpongeBlockEntityArchetype.java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | better than null
| src/main/java/org/spongepowered/common/block/entity/SpongeBlockEntityArchetype.java | better than null | |
Java | mit | 3b529083867e3d70bbca64081cb42d6a1d18661c | 0 | gregory-lyons/voyage-to-venus | package game_gml14;
import java.util.ArrayList;
import javafx.animation.KeyFrame;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.KeyCode;
import jav... | src/game_gml14/GameLoop.java | package game_gml14;
import java.util.ArrayList;
import javafx.animation.KeyFrame;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.KeyCode;
import jav... | Fixed final issues with GameLoop
| src/game_gml14/GameLoop.java | Fixed final issues with GameLoop | |
Java | mit | 8d11ae79803c309d0bf2d0a9c3696f9f584aa7ec | 0 | ddebree/game-ai,ddebree/game-ai | package io.github.ddebree.game.ai.core.optimization.genetic;
import com.google.common.collect.ImmutableList;
import io.github.ddebree.game.ai.core.move.picker.RandomMovePicker;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.ArrayList;
import java.util.List;
import... | core/src/main/java/io/github/ddebree/game/ai/core/optimization/genetic/GeneticAlgorithm.java | package io.github.ddebree.game.ai.core.optimization.genetic;
import com.google.common.collect.ImmutableList;
import io.github.ddebree.game.ai.core.move.picker.RandomMovePicker;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.ArrayList;
import java.util.List;
import... | Add some documentation
| core/src/main/java/io/github/ddebree/game/ai/core/optimization/genetic/GeneticAlgorithm.java | Add some documentation | |
Java | mit | 844f214ec603255a051dec44c45065dcc60572da | 0 | SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/Sponge,SpongePowered/SpongeCommon,SpongePowered/Sponge | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | src/main/java/org/spongepowered/common/mixin/core/item/inventory/MixinContainerWorkbench.java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | add slots added by mods extending ContainerWorkbench
https://github.com/SpongePowered/SpongeForge/issues/2751
| src/main/java/org/spongepowered/common/mixin/core/item/inventory/MixinContainerWorkbench.java | add slots added by mods extending ContainerWorkbench https://github.com/SpongePowered/SpongeForge/issues/2751 | |
Java | epl-1.0 | 6c0e9510f5ba1731f59cdedc85687007b3112082 | 0 | owntracks/android,owntracks/android,owntracks/android | package org.owntracks.android.services;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.os.Looper;
import android.util.Base64;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.owntracks.android.App;
import org.owntracks.android.messages... | project/app/src/main/java/org/owntracks/android/services/MessageProcessorEndpointHttp.java | package org.owntracks.android.services;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.os.Looper;
import android.util.Base64;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.owntracks.android.App;
import org.owntracks.android.messages... | HTTP Endpoint wasn't symetrically encrypting data
Update the HTTP endpoint to call .toJson(), rather than .toJsonPlain()
| project/app/src/main/java/org/owntracks/android/services/MessageProcessorEndpointHttp.java | HTTP Endpoint wasn't symetrically encrypting data | |
Java | epl-1.0 | eff2cfcca0f4340131ea5aec238ecd503f4ade8e | 0 | Serli/flux-file-watcher | /*******************************************************************************
* Copyright (c) 2014 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | flux-file-watcher-codenvy-vfs/src/main/java/com/codenvy/flux/watcher/server/VFSRepository.java | /*******************************************************************************
* Copyright (c) 2014 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | Implement missing method in VFSRepository | flux-file-watcher-codenvy-vfs/src/main/java/com/codenvy/flux/watcher/server/VFSRepository.java | Implement missing method in VFSRepository | |
Java | agpl-3.0 | 0a617b29fb19730d1445f8afb0649a387bd4c339 | 0 | StratusLab/claudia,StratusLab/claudia,StratusLab/claudia,StratusLab/claudia | package com.telefonica.claudia.slm.monitoring;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import ja... | reportclient/src/main/java/com/telefonica/claudia/slm/monitoring/PersistenceClient.java | package com.telefonica.claudia.slm.monitoring;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import ja... | report client changes: monitor fqn for clotho
| reportclient/src/main/java/com/telefonica/claudia/slm/monitoring/PersistenceClient.java | report client changes: monitor fqn for clotho | |
Java | agpl-3.0 | 9be830e0b26f6a9a4a7acd4f9260f4db56be0d8d | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 96f12fd2-2e60-11e5-9284-b827eb9e62be | hello.java | 96eb950e-2e60-11e5-9284-b827eb9e62be | 96f12fd2-2e60-11e5-9284-b827eb9e62be | hello.java | 96f12fd2-2e60-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | dbb601c24cf17c33b081a53d16e586b3926e8d25 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | f4e3a012-2e5f-11e5-9284-b827eb9e62be | hello.java | f4de1d36-2e5f-11e5-9284-b827eb9e62be | f4e3a012-2e5f-11e5-9284-b827eb9e62be | hello.java | f4e3a012-2e5f-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | ac86938e5aeeab8ebe2fe73b068b2326934998d3 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | e92ffc88-2e60-11e5-9284-b827eb9e62be | hello.java | e92a6192-2e60-11e5-9284-b827eb9e62be | e92ffc88-2e60-11e5-9284-b827eb9e62be | hello.java | e92ffc88-2e60-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 28ba05e2895a6606e3be129c48edae26483c3cc5 | 0 | Relvl/jcommune,SurfVaporizer/jcommune,illerax/jcommune,0x0000-dot-ru/jcommune,Noctrunal/jcommune,Vitalij-Voronkoff/jcommune,standpoint/poulpe,jtalks-org/jcommune,jtalks-org/poulpe,despc/jcommune,vps2/jcommune,Z00M/jcommune,CocoJumbo/jcommune,CocoJumbo/jcommune,a-nigredo/jcommune,shevarnadze/jcommune,Noctrunal/jcommune,... | /**
* Copyright (C) 2011 jtalks.org Team
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library ... | jcommune/jcommune-view/jcommune-web-controller/src/main/java/org/jtalks/jcommune/web/controller/TopicAnswerController.java | /**
* Copyright (C) 2011 jtalks.org Team
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library ... | refactoring | jcommune/jcommune-view/jcommune-web-controller/src/main/java/org/jtalks/jcommune/web/controller/TopicAnswerController.java | refactoring | |
Java | lgpl-2.1 | a38164863d04e58070396d38db8925116f843941 | 0 | xwiki/xwiki-commons,xwiki/xwiki-commons | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-commons-core/xwiki-commons-xml/src/main/java/org/htmlcleaner/XWikiDOMSerializer.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [Misc] Move the "HTML" string literal on the left side of string comparison
| xwiki-commons-core/xwiki-commons-xml/src/main/java/org/htmlcleaner/XWikiDOMSerializer.java | [Misc] Move the "HTML" string literal on the left side of string comparison | |
Java | lgpl-2.1 | da3becf22815bf6b34228ce22467b0bb6baaeabd | 0 | tajinder-txstate/lenskit,kluver/lenskit,vaibhav345/lenskit,kluver/lenskit,amaliujia/lenskit,martinlaz/lenskit,vaibhav345/lenskit,kluver/lenskit,linjunleo/lenskit,kluver/lenskit,vaibhav345/lenskit,martinlaz/lenskit,linjunleo/lenskit,chrysalag/lenskit,amaliujia/lenskit,tajinder-txstate/lenskit,tajinder-txstate/lenskit,bl... | /*
* LensKit, an open source recommender systems toolkit.
* Copyright 2010-2012 Regents of the University of Minnesota and contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundat... | lenskit-data-structures/src/main/java/org/grouplens/lenskit/vectors/MutableSparseVector.java | /*
* LensKit, an open source recommender systems toolkit.
* Copyright 2010-2012 Regents of the University of Minnesota and contributors
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundat... | SparseVector doc cleanup (refs #25)
| lenskit-data-structures/src/main/java/org/grouplens/lenskit/vectors/MutableSparseVector.java | SparseVector doc cleanup (refs #25) | |
Java | apache-2.0 | 057ae72421a79427787818154466c83493a722b0 | 0 | leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc | /*
* 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 ... | sharding-opentracing/src/main/java/org/apache/shardingsphere/opentracing/hook/OpenTracingSQLExecutionHook.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 ... | toString()
| sharding-opentracing/src/main/java/org/apache/shardingsphere/opentracing/hook/OpenTracingSQLExecutionHook.java | toString() | |
Java | apache-2.0 | 9dfe78458e95019ddb13197bd47851595a49179e | 0 | variacode/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,rundeck/rundeck | /*
* Copyright 2018 Rundeck, Inc. (http://rundeck.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | core/src/main/java/com/dtolabs/rundeck/core/execution/impl/local/NewLocalNodeExecutor.java | /*
* Copyright 2018 Rundeck, Inc. (http://rundeck.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | Reverting unused changes at NewLocalNodeExecutor
| core/src/main/java/com/dtolabs/rundeck/core/execution/impl/local/NewLocalNodeExecutor.java | Reverting unused changes at NewLocalNodeExecutor | |
Java | apache-2.0 | 7c07ffb882454b6fe584f9fa3f426c2863529d49 | 0 | lime-company/lime-security-powerauth,lime-company/lime-security-powerauth | /*
* PowerAuth Crypto Library
* Copyright 2018 Wultra s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | powerauth-java-crypto/src/main/java/io/getlime/security/powerauth/crypto/lib/generator/IdentifierGenerator.java | /*
* PowerAuth Crypto Library
* Copyright 2018 Wultra s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Update JavaDoc
| powerauth-java-crypto/src/main/java/io/getlime/security/powerauth/crypto/lib/generator/IdentifierGenerator.java | Update JavaDoc | |
Java | apache-2.0 | b84465c941654197666c8a0ed19bd05d56908a03 | 0 | eayun/ovirt-engine,zerodengxinchao/ovirt-engine,OpenUniversity/ovirt-engine,yingyun001/ovirt-engine,yingyun001/ovirt-engine,zerodengxinchao/ovirt-engine,walteryang47/ovirt-engine,yapengsong/ovirt-engine,OpenUniversity/ovirt-engine,walteryang47/ovirt-engine,OpenUniversity/ovirt-engine,eayun/ovirt-engine,yapengsong/ovirt... | package org.ovirt.engine.ui.uicommonweb.models.vms;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.ovirt.engine.core.common.businessentities.GraphicsType;
import org.ovirt.engine.core.common.businessentities.StoragePool;
import org.ovirt.engine.core.common... | frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ExistingVmModelBehavior.java | package org.ovirt.engine.ui.uicommonweb.models.vms;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.ovirt.engine.core.common.businessentities.GraphicsType;
import org.ovirt.engine.core.common.businessentities.StoragePool;
import org.ovirt.engine.core.common... | webadmin: fix class cast exception in edit vm
moving to builders changed the hirerachy and caused a class cast
excpetion on edit vm dialog, blocking the ability to change the number
of sockets for running vm -> no hot plug cpu.
Change-Id: If0453e97b2789568b36793d12f34381c98933bd6
Signed-off-by: Omer Frenkel <69532a7f... | frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ExistingVmModelBehavior.java | webadmin: fix class cast exception in edit vm | |
Java | apache-2.0 | e541b3e02c71be78c761a2c8a3aeb6724516f9cd | 0 | oasp/oasp4j,oasp/oasp4j | package io.oasp.module.jpa.dataaccess.base;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityNotFoundException;
import javax.persistence.LockModeType;
import javax.persistence.PersistenceContext;
import javax.persist... | modules/jpa/src/main/java/io/oasp/module/jpa/dataaccess/base/AbstractGenericDao.java | package io.oasp.module.jpa.dataaccess.base;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityNotFoundException;
import javax.persistence.LockModeType;
import javax.persistence.PersistenceContext;
import javax.persist... | AbstractGenericDao.findAll(Iterable<ID>) unusable #621
Do not recreate Collection declared as Iterable has it is already a Collection
| modules/jpa/src/main/java/io/oasp/module/jpa/dataaccess/base/AbstractGenericDao.java | AbstractGenericDao.findAll(Iterable<ID>) unusable #621 | |
Java | apache-2.0 | 5f1509c4fda04ed3102591e025d45c6150cd322d | 0 | cshannon/activemq-artemis,andytaylor/activemq-artemis,dejanb/activemq-artemis,apache/activemq-artemis,tabish121/activemq-artemis,andytaylor/activemq-artemis,okalmanRH/jboss-activemq-artemis,grs/activemq-artemis,apache/activemq-artemis,okalmanRH/jboss-activemq-artemis,mtaylor/activemq-artemis,dudaerich/activemq-artemis,... | tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/jms/referenceable/ConnectionFactoryObjectFactoryTest.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 n... | NO-JIRA: Removing empty test
| tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/jms/referenceable/ConnectionFactoryObjectFactoryTest.java | NO-JIRA: Removing empty test | ||
Java | apache-2.0 | 8fb554dc7cd874ced72917a9624c508f9d629a2d | 0 | apache/commons-configuration,mohanaraosv/commons-configuration,apache/commons-configuration,apache/commons-configuration,mohanaraosv/commons-configuration,mohanaraosv/commons-configuration | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | src/main/java/org/apache/commons/configuration/beanutils/ConfigurationDynaClass.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 ... | Java 1.5 compatibility: Javadocs, raw types, etc.
git-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1208764 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/configuration/beanutils/ConfigurationDynaClass.java | Java 1.5 compatibility: Javadocs, raw types, etc. | |
Java | apache-2.0 | 6df615de8d60fa99544f189d83b2a46a2a088b48 | 0 | MutabilityDetector/MutabilityDetector,MutabilityDetector/MutabilityDetector | package org.mutabilitydetector.asmoverride;
/*
* #%L
* MutabilityDetector
* %%
* Copyright (C) 2008 - 2014 Graham Allan
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | src/main/java/org/mutabilitydetector/asmoverride/CustomClassLoadingSimpleVerifier.java | package org.mutabilitydetector.asmoverride;
/*
* #%L
* MutabilityDetector
* %%
* Copyright (C) 2008 - 2014 Graham Allan
* %%
* 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
*
* ... | How did I only just realise ASM's SimpleVerifier has a 10 year old setClassloader method?
| src/main/java/org/mutabilitydetector/asmoverride/CustomClassLoadingSimpleVerifier.java | How did I only just realise ASM's SimpleVerifier has a 10 year old setClassloader method? | |
Java | apache-2.0 | 8d84c8f4bd1d600b7fd8dd131f3b13bac10642bd | 0 | WangTaoTheTonic/flink,jinglining/flink,hequn8128/flink,fanzhidongyzby/flink,jinglining/flink,godfreyhe/flink,WangTaoTheTonic/flink,zhangminglei/flink,fanyon/flink,shaoxuan-wang/flink,tillrohrmann/flink,PangZhi/flink,zjureel/flink,wwjiang007/flink,sunjincheng121/flink,twalthr/flink,hwstreaming/flink,darionyaphet/flink,c... | /***********************************************************************************************************************
*
* Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with... | pact/pact-examples/src/main/java/eu/stratosphere/pact/example/relational/TPCHQuery3.java | /***********************************************************************************************************************
*
* Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with... | - fixed TPCHQ3 for reorder feature
| pact/pact-examples/src/main/java/eu/stratosphere/pact/example/relational/TPCHQuery3.java | - fixed TPCHQ3 for reorder feature | |
Java | apache-2.0 | f9f17f46ed15099be456c9fcfb2ab4f30f800028 | 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.openapi.updateSettings;
import com.intellij.openapi.components.ServiceManager;
import com.intellij.openapi.updateSettings.impl.ChannelStatus;
import com.inte... | platform/platform-impl/src/com/intellij/openapi/updateSettings/UpdateStrategyCustomization.java | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [ui] hiding "Beta" update channel in IJ IDEs (IDEA-194786)
GitOrigin-RevId: c8df63aa477ac7803489b8d9a1a923defc90ea6c | platform/platform-impl/src/com/intellij/openapi/updateSettings/UpdateStrategyCustomization.java | [ui] hiding "Beta" update channel in IJ IDEs (IDEA-194786) | |
Java | apache-2.0 | f2a449c6293ffe016e8bf7eb1a01c5764db4f4e9 | 0 | metaborg/mb-exec,metaborg/mb-exec,metaborg/mb-exec | /*
* Licensed under the GNU Lesser Lesser General Public License, v2.1.1
*/
package org.spoofax.interpreter.core;
import org.spoofax.interpreter.terms.IStrategoTerm;
/**
* Exception thrown when the application exits with an fatal error message.
*
* @author Lennart Kats <lennart add lclnet.nl>
*/
public class In... | org.spoofax.interpreter.core/src/main/java/org/spoofax/interpreter/core/InterpreterErrorExit.java | /*
* Licensed under the GNU Lesser Lesser General Public License, v2.1.1
*/
package org.spoofax.interpreter.core;
import org.spoofax.interpreter.terms.IStrategoTerm;
/**
* Exception thrown when the application exits with an fatal error message.
*
* @author Lennart Kats <lennart add lclnet.nl>
*/
public class In... | Override getMessage instead of getLocalizedMessage
| org.spoofax.interpreter.core/src/main/java/org/spoofax/interpreter/core/InterpreterErrorExit.java | Override getMessage instead of getLocalizedMessage | |
Java | apache-2.0 | a46217d57cbe753fc1ff99cb9276296f52992fc3 | 0 | mnki/camel,haku/camel,bhaveshdt/camel,lowwool/camel,rparree/camel,cunningt/camel,coderczp/camel,MrCoder/camel,grgrzybek/camel,isavin/camel,NickCis/camel,sabre1041/camel,ge0ffrey/camel,akhettar/camel,erwelch/camel,MohammedHammam/camel,haku/camel,coderczp/camel,mohanaraosv/camel,lburgazzoli/camel,veithen/camel,yury-vashc... | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | CAMEL-6971 Added the get method of schemaLocations
| components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java | CAMEL-6971 Added the get method of schemaLocations | |
Java | apache-2.0 | 9c4acf6144563244c0a26f42747f14ae197469c1 | 0 | ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma | package ubic.gemma.web.taglib.displaytag.coexpressionSearch;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.displaytag.decor... | gemma-web/src/main/java/ubic/gemma/web/taglib/displaytag/coexpressionSearch/CoexpressionWrapper.java | package ubic.gemma.web.taglib.displaytag.coexpressionSearch;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.displaytag.decor... | fixed problem with the wrapper passing parameters it shouldn't have.
| gemma-web/src/main/java/ubic/gemma/web/taglib/displaytag/coexpressionSearch/CoexpressionWrapper.java | fixed problem with the wrapper passing parameters it shouldn't have. | |
Java | apache-2.0 | 15796b401ad15e2f6043ca38e8ebfdc19a9fd9c4 | 0 | rpelisse/JGroups,rhusar/JGroups,rhusar/JGroups,kedzie/JGroups,TarantulaTechnology/JGroups,slaskawi/JGroups,pruivo/JGroups,Sanne/JGroups,TarantulaTechnology/JGroups,belaban/JGroups,pruivo/JGroups,dimbleby/JGroups,belaban/JGroups,vjuranek/JGroups,belaban/JGroups,tristantarrant/JGroups,danberindei/JGroups,kedzie/JGroups,i... | package org.jgroups.protocols.pbcast;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List... | src/org/jgroups/protocols/pbcast/FLUSH.java | package org.jgroups.protocols.pbcast;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List... | turning off vsynch (JGRP-341) for 2.5 beta
| src/org/jgroups/protocols/pbcast/FLUSH.java | turning off vsynch (JGRP-341) for 2.5 beta | |
Java | apache-2.0 | ac56f1f9b14e6758bb8a3e9d038ce43a74bd39a4 | 0 | spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework | /*
* Copyright 2004-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | org.springframework.context/src/main/java/org/springframework/model/binder/support/GenericBinder.java | /*
* Copyright 2004-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | Removed @Override on interface method.
| org.springframework.context/src/main/java/org/springframework/model/binder/support/GenericBinder.java | Removed @Override on interface method. | |
Java | apache-2.0 | 1c216a11e96463c073d55b39d97bc45c8a03e018 | 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/BasicDocumentStoreTest.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-1941 - add test MAX update of _modified (fix)
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1631353 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/BasicDocumentStoreTest.java | OAK-1941 - add test MAX update of _modified (fix) | |
Java | apache-2.0 | f404d1c5ced03f0f7294f835777e315fad0e19b8 | 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.internal.statistic.collectors.fus.ui;
import com.intellij.ide.GeneralSettings;
import com.intellij.ide.ui.UISettings;
import com.intellij.internal.statistic.... | platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/UiInfoUsageCollector.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.internal.statistic.collectors.fus.ui;
import com.intellij.ide.GeneralSettings;
import com.intellij.ide.ui.UISettings;
import com.intellij.internal.statistic.... | Cleanup after review IDEA-CR-50080
GitOrigin-RevId: 95e6a1fbdd40d48e1fc952aaa7c11c9e1be8bfd3 | platform/platform-impl/src/com/intellij/internal/statistic/collectors/fus/ui/UiInfoUsageCollector.java | Cleanup after review IDEA-CR-50080 | |
Java | apache-2.0 | 2159496e727debb99c26c60d83d29788e7c84118 | 0 | mafulafunk/wicket,mafulafunk/wicket,mafulafunk/wicket | /*
* 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... | wicket-core/src/main/java/org/apache/wicket/core/request/handler/ComponentRenderingRequestHandler.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... | WICKET-5300 inform page of rendering with #startComponentRender() and
#endComponentRender() | wicket-core/src/main/java/org/apache/wicket/core/request/handler/ComponentRenderingRequestHandler.java | WICKET-5300 inform page of rendering with #startComponentRender() and #endComponentRender() | |
Java | bsd-3-clause | e9815afb35728195bd08378bcd67b508f369c803 | 0 | kmadej/motech,motech/motech-server-pillreminder,adamkalmus/motech,tectronics/motech,motech/motech-server-pillreminder,pgesek/motech,tectronics/motech,ngraczewski/motech,koshalt/motech,justin-hayes/motech,tectronics/motech,smalecki/motech,LukSkarDev/motech,kmadej/motech,jefeweisen/motech,motech/motech-server-pillreminde... | package org.motechproject.server.decisiontree.web;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.lang.StringUtils;
import org.motechproject.decisiontree.FlowSession;
import org.motechproject.decision... | platform/platform-decisiontree/src/main/java/org/motechproject/server/decisiontree/web/DecisionTreeController.java | package org.motechproject.server.decisiontree.web;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang.ArrayUtils;
import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.lang.StringUtils;
import org.motechproject.decisiontree.FlowSession;
import org.motechproject.decision... | Deva | Current node is not saved first time
Change-Id: I73b5d794b288018e46f31ef63f54ee3eb0926e54
| platform/platform-decisiontree/src/main/java/org/motechproject/server/decisiontree/web/DecisionTreeController.java | Deva | Current node is not saved first time | |
Java | bsd-3-clause | 0117aae97286961ff0d25238fc4a74a6d9f4e9a4 | 0 | NCIP/common-security-module,CBIIT/common-security-module,CBIIT/common-security-module,CBIIT/common-security-module,CBIIT/common-security-module,CBIIT/common-security-module,NCIP/common-security-module,NCIP/common-security-module,NCIP/common-security-module | package gov.nih.nci.security.provisioning;
import gov.nih.nci.security.UserProvisioningManager;
import gov.nih.nci.security.authorization.domainobjects.ApplicationContext;
import gov.nih.nci.security.authorization.domainobjects.Group;
import gov.nih.nci.security.authorization.domainobjects.Privilege;
import gov.nih.nci... | api/src/gov/nih/nci/security/provisioning/UserProvisioningManagerImpl.java | package gov.nih.nci.security.provisioning;
import gov.nih.nci.security.UserProvisioningManager;
import gov.nih.nci.security.authorization.domainobjects.ApplicationContext;
import gov.nih.nci.security.authorization.domainobjects.Group;
import gov.nih.nci.security.authorization.domainobjects.Privilege;
import gov.nih.nci... | *** empty log message ***
SVN-Revision: 123
| api/src/gov/nih/nci/security/provisioning/UserProvisioningManagerImpl.java | *** empty log message *** | |
Java | bsd-3-clause | 3d328825c8a88330483f5ab12489b802426860b3 | 0 | BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog | /**
*
*/
package blog.semant;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import blog.absyn.Absyn;
import blog.absyn.ArrayTy;
import blog.absyn.BooleanExpr;
import blog.absyn.CaseExpr;
import blog.absyn... | src/main/java/blog/semant/Semant.java | /**
*
*/
package blog.semant;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import blog.absyn.Absyn;
import blog.absyn.ArrayTy;
import blog.absyn.BooleanExpr;
import blog.absyn.CaseExpr;
import blog.absyn... | make sure the fixed function is correctly processed, when it is a
function call express. | src/main/java/blog/semant/Semant.java | make sure the fixed function is correctly processed, when it is a function call express. | |
Java | mit | e1f668789a0e3e4a8a36ed430033e7b068b5215a | 0 | naokikimura/ognl-repl | package example;
import java.io.BufferedReader;
import java.io.Console;
import java.io.File;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util... | src/main/java/example/App.java | package example;
import java.io.BufferedReader;
import java.io.Console;
import java.io.File;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util... | Update App.java
| src/main/java/example/App.java | Update App.java | |
Java | mit | 14a945c5ee8344a96757085941058bcad9ebc578 | 0 | iPGz/CardinalPGM,CaptainElliott/CardinalPGM,SungMatt/CardinalPGM,Pablete1234/CardinalPGM,twizmwazin/CardinalPGM | package in.twizmwaz.cardinal.module.modules.snowflakes;
import in.twizmwaz.cardinal.Cardinal;
import in.twizmwaz.cardinal.chat.UnlocalizedChatMessage;
import in.twizmwaz.cardinal.event.CardinalDeathEvent;
import in.twizmwaz.cardinal.event.MatchEndEvent;
import in.twizmwaz.cardinal.event.SnowflakeChangeEvent;
import in... | src/main/java/in/twizmwaz/cardinal/module/modules/snowflakes/Snowflakes.java | package in.twizmwaz.cardinal.module.modules.snowflakes;
import in.twizmwaz.cardinal.Cardinal;
import in.twizmwaz.cardinal.chat.UnlocalizedChatMessage;
import in.twizmwaz.cardinal.event.CardinalDeathEvent;
import in.twizmwaz.cardinal.event.MatchEndEvent;
import in.twizmwaz.cardinal.event.SnowflakeChangeEvent;
import in... | You don't recive snowflakes destroying a wool that has been placed
| src/main/java/in/twizmwaz/cardinal/module/modules/snowflakes/Snowflakes.java | You don't recive snowflakes destroying a wool that has been placed | |
Java | mit | 1ee1063936ae0bd32d63e0240c67380a9ba540d4 | 0 | ohtu-intellij/tmc-intellij,testmycode/tmc-intellij,ohtu-intellij/tmc-intellij,testmycode/tmc-intellij | package fi.helsinki.cs.tmc.intellij.importexercise;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.LocalFileSystem;
import com.intellij.openapi.vfs.VirtualFile;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
/*
* Class handles as main tool for imports
*... | tmc-plugin-intellij/src/main/java/fi/helsinki/cs/tmc/intellij/importexercise/ExerciseImport.java | package fi.helsinki.cs.tmc.intellij.importexercise;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.LocalFileSystem;
import com.intellij.openapi.vfs.VirtualFile;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
/*
* Class handles as main tool for imports
*... | Exercise import fix
| tmc-plugin-intellij/src/main/java/fi/helsinki/cs/tmc/intellij/importexercise/ExerciseImport.java | Exercise import fix | |
Java | epl-1.0 | 4ab7ec2786258d5649541973eda1fcfafb9b764c | 0 | sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1 | /*
*************************************************************************
* Copyright (c) 2004, 2008 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 avail... | data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TotalSum.java | /*
*************************************************************************
* Copyright (c) 2004, 2008 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 avail... | Refactor.
Signed-off-by: xinzhao-acutate <6ba2b5ea61ff0fd02a775f34e0d925c3e990ac64@actuate.com> | data/org.eclipse.birt.data.aggregation/src/org/eclipse/birt/data/aggregation/impl/TotalSum.java | Refactor. | |
Java | epl-1.0 | bafbdc8c27fb2d12a8f10f2266deec49af0b87e1 | 0 | edgarmueller/emfstore-rest | /*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License... | org.eclipse.emf.emfstore.client.test/src/org/eclipse/emf/emfstore/client/test/WorkspaceTest.java | /*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License... | removed warnings, javadoc | org.eclipse.emf.emfstore.client.test/src/org/eclipse/emf/emfstore/client/test/WorkspaceTest.java | removed warnings, javadoc | |
Java | agpl-3.0 | 291b36b1f86c04f2c2c26b63a666a61ca5a77c94 | 0 | CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,CompilerWorks/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceengine,splicemachine/spliceeng... | package com.splicemachine.derby.vti;
import com.splicemachine.access.api.FileInfo;
import com.splicemachine.db.iapi.error.StandardException;
import com.splicemachine.db.iapi.sql.execute.ExecRow;
import com.splicemachine.db.vti.VTICosting;
import com.splicemachine.db.vti.VTIEnvironment;
import com.splicemachine.derby.i... | splice_machine/src/main/java/com/splicemachine/derby/vti/SpliceFileVTI.java | package com.splicemachine.derby.vti;
import com.splicemachine.access.api.FileInfo;
import com.splicemachine.db.iapi.error.StandardException;
import com.splicemachine.db.iapi.sql.execute.ExecRow;
import com.splicemachine.db.vti.VTICosting;
import com.splicemachine.db.vti.VTIEnvironment;
import com.splicemachine.derby.i... | DB-4127: better estimated cost for file VTI, based on our estimated row count.
Both are rough approximations based on assumptions, but much better than
the hardcoded static derby defaults previously returned.
| splice_machine/src/main/java/com/splicemachine/derby/vti/SpliceFileVTI.java | DB-4127: better estimated cost for file VTI, based on our estimated row count. Both are rough approximations based on assumptions, but much better than the hardcoded static derby defaults previously returned. | |
Java | lgpl-2.1 | 7724edd41e14d6036d54b28840d1baf7315e589f | 0 | drhee/toxoMine,joshkh/intermine,Arabidopsis-Information-Portal/intermine,JoeCarlson/intermine,zebrafishmine/intermine,elsiklab/intermine,elsiklab/intermine,joshkh/intermine,zebrafishmine/intermine,zebrafishmine/intermine,tomck/intermine,kimrutherford/intermine,JoeCarlson/intermine,justincc/intermine,Arabidopsis-Informa... | package org.flymine.postprocess;
/*
* Copyright (C) 2002-2004 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.ht... | flymine/model/genomic/src/java/org/flymine/postprocess/PostProcessTask.java | package org.flymine.postprocess;
/*
* Copyright (C) 2002-2004 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.ht... | close ObjectStoreWriter
| flymine/model/genomic/src/java/org/flymine/postprocess/PostProcessTask.java | close ObjectStoreWriter | |
Java | lgpl-2.1 | 6a2880f6f8c9005822d21097f07b901b56111ea1 | 0 | languagetool-org/languagetool,languagetool-org/languagetool,lopescan/languagetool,lopescan/languagetool,meg0man/languagetool,languagetool-org/languagetool,meg0man/languagetool,janissl/languagetool,lopescan/languagetool,janissl/languagetool,meg0man/languagetool,meg0man/languagetool,jimregan/languagetool,lopescan/languag... | /* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | trunk/JLanguageTool/src/java/de/danielnaber/languagetool/rules/UnpairedQuotesBracketsRule.java | /* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | one exception in regexp for abbreviations and ellipsis
| trunk/JLanguageTool/src/java/de/danielnaber/languagetool/rules/UnpairedQuotesBracketsRule.java | one exception in regexp for abbreviations and ellipsis | |
Java | lgpl-2.1 | 349897a37d21554dc6da4fa94badecbaaaad2fa8 | 0 | CreativeMD/LittleTiles | package com.creativemd.littletiles.common.gui.controls;
import java.util.ArrayList;
import com.creativemd.creativecore.common.gui.controls.container.SlotControl;
import com.creativemd.creativecore.common.gui.controls.container.client.GuiSlotControl;
import com.creativemd.littletiles.common.items.ItemBlockTiles;
impor... | src/main/java/com/creativemd/littletiles/common/gui/controls/GuiSlotControlBlockIngredient.java | package com.creativemd.littletiles.common.gui.controls;
import java.util.ArrayList;
import com.creativemd.creativecore.common.gui.controls.container.SlotControl;
import com.creativemd.creativecore.common.gui.controls.container.client.GuiSlotControl;
import com.creativemd.littletiles.common.items.ItemBlockTiles;
impor... | Enhanced slot in little bag if there is less than one block stored
| src/main/java/com/creativemd/littletiles/common/gui/controls/GuiSlotControlBlockIngredient.java | Enhanced slot in little bag if there is less than one block stored | |
Java | lgpl-2.1 | 5352baa4df8c19aae625eb59bad9a22a12ff26e8 | 0 | pferraro/wildfly,jstourac/wildfly,pferraro/wildfly,rhusar/wildfly,tadamski/wildfly,xasx/wildfly,99sono/wildfly,golovnin/wildfly,wildfly/wildfly,rhusar/wildfly,golovnin/wildfly,tadamski/wildfly,iweiss/wildfly,wildfly/wildfly,rhusar/wildfly,99sono/wildfly,wildfly/wildfly,xasx/wildfly,iweiss/wildfly,pferraro/wildfly,jstou... | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | weld/src/main/java/org/jboss/as/weld/services/bootstrap/ProxyServicesImpl.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | WFLY-5971 Weld's ProxyServicesImpl#getClassLoader has reversed security manager check
| weld/src/main/java/org/jboss/as/weld/services/bootstrap/ProxyServicesImpl.java | WFLY-5971 Weld's ProxyServicesImpl#getClassLoader has reversed security manager check | |
Java | unlicense | 547d7413a0936c22c2f8affc76716d8647d0e09a | 0 | coolsquid/React |
package coolsquid.react.base;
import static coolsquid.react.api.event.EventManager.registerEvent;
import static coolsquid.react.api.event.EventManager.registerVariable;
import java.util.List;
import com.google.common.collect.Lists;
import coolsquid.react.api.event.EntityMoveEvent;
import coolsquid.react... | src/main/java/coolsquid/react/base/Events.java |
package coolsquid.react.base;
import static coolsquid.react.api.event.EventManager.registerEvent;
import static coolsquid.react.api.event.EventManager.registerVariable;
import java.util.List;
import com.google.common.collect.Lists;
import coolsquid.react.api.event.EntityMoveEvent;
import coolsquid.react... | Added several Game Stages-related events. | src/main/java/coolsquid/react/base/Events.java | Added several Game Stages-related events. | |
Java | apache-2.0 | 1635d418e57b36618646dea2df9fe48bfdc9a1c0 | 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.openapi.progress.util;
import com.intellij.concurrency.SensitiveProgressWrapper;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.applicat... | platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorUtils.java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.progress.util;
import com.intellij.concurrency.SensitiveProgressWrapper;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.applicat... | extract ProgressIndicatorUtils#runActionAndCancelBeforeWrite
GitOrigin-RevId: 6bc268a1b6e2c710a2ef867a90487d14266d04fc | platform/platform-impl/src/com/intellij/openapi/progress/util/ProgressIndicatorUtils.java | extract ProgressIndicatorUtils#runActionAndCancelBeforeWrite | |
Java | apache-2.0 | aa509bd1ed41b7513c9a418c7d95eb7378c6905b | 0 | tharikaGitHub/carbon-apimgt,ruks/carbon-apimgt,isharac/carbon-apimgt,ruks/carbon-apimgt,chamilaadhi/carbon-apimgt,ruks/carbon-apimgt,chamindias/carbon-apimgt,bhathiya/carbon-apimgt,uvindra/carbon-apimgt,tharikaGitHub/carbon-apimgt,chamilaadhi/carbon-apimgt,chamindias/carbon-apimgt,uvindra/carbon-apimgt,fazlan-nazeem/ca... | /*
* Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.... | components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java | /*
* Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.... | fixing api product issue
| components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/APIUtil.java | fixing api product issue | |
Java | apache-2.0 | e63f84746fe4d8a04860b700ff58f2469f5a49bd | 0 | mickdwyer/Hystrix,justinjose28/Hystrix,dmgcodevil/Hystrix,reboss/Hystrix,wangsan/Hystrix,sasrin/Hystrix,eunmin/Hystrix,reboss/Hystrix,mickdwyer/Hystrix,mebigfatguy/Hystrix,robertroeser/Hystrix,agentgt/Hystrix,dmgcodevil/Hystrix,davidkarlsen/Hystrix,reboss/Hystrix,eunmin/Hystrix,mebigfatguy/Hystrix,mattrjacobs/Hystrix,a... | /**
* Copyright 2015 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTestWithCustomConcurrencyStrategy.java | /**
* Copyright 2015 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | Fix test lifecycle
| hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTestWithCustomConcurrencyStrategy.java | Fix test lifecycle | |
Java | apache-2.0 | f19c2ee2389f0a93aa41cc478ed07245cd6c5b58 | 0 | ggeorgovassilis/gwt-sl | /*
* 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
* ... | gwt-sl/src/main/java/org/gwtwidgets/server/spring/GWTRPCServiceExporter.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
* ... | Fixed bug in method lookup on service | gwt-sl/src/main/java/org/gwtwidgets/server/spring/GWTRPCServiceExporter.java | Fixed bug in method lookup on service | |
Java | apache-2.0 | cd4c5160042d4e6d6cffaa7f2e827fdedf5b044e | 0 | apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena | /*
* 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 ... | jena-base/src/test/java/org/apache/jena/atlas/lib/cache/CacheSimpleTest.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 ... | A better test
| jena-base/src/test/java/org/apache/jena/atlas/lib/cache/CacheSimpleTest.java | A better test | |
Java | apache-2.0 | a14c03649efea1e9fd088facb6ef7337d78cc3b7 | 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.openapi.roots.impl;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.Appl... | platform/projectModel-impl/src/com/intellij/openapi/roots/impl/ProjectRootManagerImpl.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.openapi.roots.impl;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.Appl... | [platform] fire rootsChanged event for nested 'makeRootsChange' calls
Before if ProjectRootManagerImpl.makeRootsChange is called recursively (this may happen e.g. if a library is edited in the old project model implementation) it fired 'beforeRootsChanged' for the outer and the nested call, but 'rootsChanged' was fire... | platform/projectModel-impl/src/com/intellij/openapi/roots/impl/ProjectRootManagerImpl.java | [platform] fire rootsChanged event for nested 'makeRootsChange' calls | |
Java | apache-2.0 | a234f25848ff04ec81f7fcad81497a5c7ceedf0c | 0 | ruspl-afed/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/controls/ObjectViewerRenderer.java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org... | OLC links navigation fix
| plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/controls/ObjectViewerRenderer.java | OLC links navigation fix | |
Java | apache-2.0 | 5192c6985550d35b157b3ddb71fc6d5180d221f4 | 0 | FlowCI/flow-platform,FlowCI/flow-platform | /*
* Copyright 2017 flow.ci
*
* 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 wr... | platform-api/src/main/java/com/flow/platform/api/service/GitServiceImpl.java | /*
* Copyright 2017 flow.ci
*
* 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 wr... | delete no use code
| platform-api/src/main/java/com/flow/platform/api/service/GitServiceImpl.java | delete no use code | |
Java | apache-2.0 | 675d789e43413fb4f820ad60034205d4747e50e1 | 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 org.editorconfig.configmanagement.extended;
import com.intellij.application.options.CodeStyle;
import com.intellij.application.options.codeStyle.properties.*;
import com.... | plugins/editorconfig/src/org/editorconfig/configmanagement/extended/EditorConfigCodeStyleSettingsModifier.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 org.editorconfig.configmanagement.extended;
import com.intellij.application.options.CodeStyle;
import com.intellij.application.options.codeStyle.properties.*;
import com.... | Propagate indent_size/style to all languages
GitOrigin-RevId: f2593d4d9ec8eba9233fd7277391a2bb3be06492 | plugins/editorconfig/src/org/editorconfig/configmanagement/extended/EditorConfigCodeStyleSettingsModifier.java | Propagate indent_size/style to all languages | |
Java | apache-2.0 | c64d909d19c97af01ee6268c7d8f237f00d30e57 | 0 | rcketscientist/metadata-extractor,drewnoakes/metadata-extractor | package com.drew.metadata.exif.makernotes;
import com.drew.lang.annotations.Nullable;
import com.drew.metadata.MetadataException;
import com.drew.metadata.TagDescriptor;
/**
*
* @author Bob Johnson
*/
public class AppleRunTimeMakernoteDescriptor extends TagDescriptor<AppleRunTimeMakernoteDirectory>
{
public ... | Source/com/drew/metadata/exif/makernotes/AppleRunTimeMakernoteDescriptor.java | package com.drew.metadata.exif.makernotes;
import com.drew.lang.annotations.Nullable;
import com.drew.metadata.MetadataException;
import com.drew.metadata.TagDescriptor;
/**
*
* @author Bob Johnson
*/
public class AppleRunTimeMakernoteDescriptor extends TagDescriptor<AppleRunTimeMakernoteDirectory>
{
public ... | Corrected bitmask for CMTime flags
| Source/com/drew/metadata/exif/makernotes/AppleRunTimeMakernoteDescriptor.java | Corrected bitmask for CMTime flags | |
Java | apache-2.0 | 4e362b5dc914115451f41ea2f87042e7fd25c85f | 0 | Esri/arcgis-runtime-samples-java | /*
* Copyright 2015 Esri. Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law
* or agreed to in writing, software d... | src/main/java/com/esri/samples/featurelayers/feature_layer_dictionary_renderer/FeatureLayerDictionaryRendererSample.java | /*
* Copyright 2015 Esri. Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law
* or agreed to in writing, software d... | updated geodatabase path
| src/main/java/com/esri/samples/featurelayers/feature_layer_dictionary_renderer/FeatureLayerDictionaryRendererSample.java | updated geodatabase path | |
Java | apache-2.0 | 135f7a34d3ec7de9f6f459c77d05c0e46532973b | 0 | skoulouzis/lobcder,skoulouzis/lobcder,skoulouzis/lobcder | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package nl.uva.cs.lobcder.webDav.resources;
import com.bradmcevoy.http.Request.Method;
import com.bradmcevoy.http.*;
import com.bradmcevoy.http.exceptions.NotAuthorizedException;
import com.bradmcevoy.http.values.HrefLi... | lobcder/src/main/java/nl/uva/cs/lobcder/webDav/resources/WebDataResource.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package nl.uva.cs.lobcder.webDav.resources;
import com.bradmcevoy.http.Request.Method;
import com.bradmcevoy.http.*;
import com.bradmcevoy.http.exceptions.NotAuthorizedException;
import com.bradmcevoy.http.values.HrefLi... | Fixed formating problem
| lobcder/src/main/java/nl/uva/cs/lobcder/webDav/resources/WebDataResource.java | Fixed formating problem | |
Java | apache-2.0 | 444115e359bd90a5a30ec010e72eb4d17837d303 | 0 | yangw1234/BigDL,yangw1234/BigDL,yangw1234/BigDL,intel-analytics/BigDL,intel-analytics/BigDL,yangw1234/BigDL,intel-analytics/BigDL,intel-analytics/BigDL | /*
* Copyright 2018 Analytics Zoo 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... | scala/orca/src/main/java/com/intel/analytics/bigdl/orca/inference/AbstractInferenceModel.java | /*
* Copyright 2018 Analytics Zoo 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... | add api for load,optimize,calibrate imageclassification models (#1275)
* add api for load,optimize,calibrate imageclassification models
* add api for load,optimize,calibrate imageclassification models
* add optimize for image classfication
* correct format
* add calibrate
* add calibreate
* add api f... | scala/orca/src/main/java/com/intel/analytics/bigdl/orca/inference/AbstractInferenceModel.java | add api for load,optimize,calibrate imageclassification models (#1275) | |
Java | apache-2.0 | 9662acc05497e93cce4a08e73f690f483b7b5ba8 | 0 | statsbiblioteket/summa,statsbiblioteket/summa,statsbiblioteket/summa,statsbiblioteket/summa | package dk.statsbiblioteket.summa.support.embeddedsolr;
import static org.junit.Assert.*;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.client.solrj.response.QueryResponse;
import org.junit... | Core/src/test/java/dk/statsbiblioteket/summa/support/embeddedsolr/RelaxedReplaceTransliterationTest.java | package dk.statsbiblioteket.summa.support.embeddedsolr;
import static org.junit.Assert.*;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.client.solrj.response.QueryResponse;
import org.junit... | Solr:test | Core/src/test/java/dk/statsbiblioteket/summa/support/embeddedsolr/RelaxedReplaceTransliterationTest.java | Solr:test | |
Java | apache-2.0 | a218d5497e8edc37a22d9a26242f737096f84b7e | 0 | stiryaki-tgm/PreparedStatements | import org.postgresql.ds.PGSimpleDataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Connector {
private PGSimpleDataSource ds;
private Connection con;
public Connector(String host, int port, String database, String user, String password) {
ds ... | src/Connector.java | import org.postgresql.ds.PGSimpleDataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
public class Connector {
private PGSimpleDataSource ds;
private Connection con;
private Main main;
public Connector(String host, int port, String database, String user, String password) {
}
public v... | Connector finished
| src/Connector.java | Connector finished | |
Java | bsd-2-clause | a96260056cacc7060371f4b617dcd1881557528c | 0 | Sethtroll/runelite,runelite/runelite,runelite/runelite,l2-/runelite,Sethtroll/runelite,runelite/runelite,l2-/runelite | /*
* Copyright (c) 2018, Eadgars Ruse <https://github.com/Eadgars-Ruse>
* Copyright (c) 2018, 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. Redistribution... | runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java | /*
* Copyright (c) 2018, Eadgars Ruse <https://github.com/Eadgars-Ruse>
* Copyright (c) 2018, 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. Redistribution... | HotColdLocation: Replace nbsp with normal spaces
The nbsp characters in this file seemed to be placed randomly, and not
for the intended purpose of preserving spaces across line breaks.
| runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.java | HotColdLocation: Replace nbsp with normal spaces | |
Java | mit | 661303cc7377df9a0c80f9654e0672828186a89a | 0 | AndreTGMello/IDEO2RDF | package main;
public class ReceitaFed {
private String subalinea;
private String alinea;
private String rubrica;
private String especie;
private String origem;
private String categoriaEconomica;
private int ano;
private String mes;
private String data;
private String orgaoSubordinado;
private String orgao... | IDEO2RDF/src/main/ReceitaFed.java | package main;
public class ReceitaFed {
private String subalinea;
private String alinea;
private String rubrica;
private String especie;
private String origem;
private String categoriaEconomica;
private int ano;
private String mes;
private String data;
private String orgaoSubordinado;
private String orgao... | Adicionado unidadeGestora. | IDEO2RDF/src/main/ReceitaFed.java | Adicionado unidadeGestora. | |
Java | mit | 573d7b97bd61e73433004fe31411ee7eafe09c26 | 0 | AlrikG/steamworks4j,code-disaster/steamworks4j,code-disaster/steamworks4j,AlrikG/steamworks4j,code-disaster/steamworks4j,AlrikG/steamworks4j,code-disaster/steamworks4j,AlrikG/steamworks4j | package com.codedisaster.steamworks;
import java.nio.ByteBuffer;
public class SteamScreenshots extends SteamInterface {
public SteamScreenshots(SteamScreenshotsCallback callback) {
super(SteamAPI.getSteamScreenshotsPointer(), createCallback(new SteamScreenshotsCallbackAdapter(callback)));
}
public SteamScreens... | java-wrapper/src/main/java/com/codedisaster/steamworks/SteamScreenshots.java | package com.codedisaster.steamworks;
import java.nio.ByteBuffer;
public class SteamScreenshots extends SteamInterface {
SteamScreenshots(SteamScreenshotsCallback callback) {
super(SteamAPI.getSteamScreenshotsPointer(), createCallback(new SteamScreenshotsCallbackAdapter(callback)));
}
public SteamScreenshotHand... | Fixed constructor not public.
| java-wrapper/src/main/java/com/codedisaster/steamworks/SteamScreenshots.java | Fixed constructor not public. | |
Java | mit | c5f39f45d9544a9c9cf0800ddc65f1977c9d4074 | 0 | richashworth/planningpoker,richashworth/planningpoker,richashworth/planningpoker,richashworth/planningpoker | package com.richashworth.planningpoker.config;
import net.bull.javamelody.*;
import org.springframework.aop.support.annotation.AnnotationMatchingPointcut;
import org.springframework.boot.context.embedded.FilterRegistrationBean;
import org.springframework.boot.context.embedded.ServletContextInitializer;
import org.spri... | src/main/java/com/richashworth/planningpoker/config/JavaMelodyConfig.java | package com.richashworth.planningpoker.config;
import net.bull.javamelody.*;
import org.springframework.aop.support.annotation.AnnotationMatchingPointcut;
import org.springframework.boot.context.embedded.FilterRegistrationBean;
import org.springframework.boot.context.embedded.ServletContextInitializer;
import org.spri... | disable Java Melody logging
| src/main/java/com/richashworth/planningpoker/config/JavaMelodyConfig.java | disable Java Melody logging | |
Java | mit | 5b49b1d92ec222a15dc327f5c543dfbf06d5616d | 0 | cjmalloy/tfs-gui | package com.cjmalloy.torrentfs.editor.ui.swing.view;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.nio.file.Path;
import java.nio.file.Paths;
import javax.swing.JScrollPane;
import javax.swing.JTree;
import javax.swing.tree.TreePath;
import com.cjmalloy.torrentfs.editor.controller... | src/main/java/com/cjmalloy/torrentfs/editor/ui/swing/view/FileSystemView.java | package com.cjmalloy.torrentfs.editor.ui.swing.view;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.nio.file.Path;
import java.nio.file.Paths;
import javax.swing.JScrollPane;
import javax.swing.JTree;
import javax.swing.tree.TreePath;
import com.cjmalloy.torrentfs.editor.controller... | Removed unused popup trigger.
| src/main/java/com/cjmalloy/torrentfs/editor/ui/swing/view/FileSystemView.java | Removed unused popup trigger. | |
Java | agpl-3.0 | 9dc108d12815ab94b6ccc1b0b607917c81ea93d6 | 0 | picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons | package picoded.servletUtils;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util... | src/picoded/servletUtils/ProxyServlet.java | package picoded.servletUtils;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util... | Hotfoot for POST
| src/picoded/servletUtils/ProxyServlet.java | Hotfoot for POST | |
Java | lgpl-2.1 | 8dcd5f8bc9177fc28e4b72626ad64e4e4b56b19b | 0 | jbosgi/jbosgi-framework | /*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the ter... | core/src/main/java/org/jboss/osgi/framework/internal/FrameworkProxy.java | /*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the ter... | [TCK] Fix framework stop before init
| core/src/main/java/org/jboss/osgi/framework/internal/FrameworkProxy.java | [TCK] Fix framework stop before init | |
Java | apache-2.0 | 725c4d7936c4b9870f755cd3705683e3abb756f4 | 0 | unratito/ceylon.language,lucaswerkmeister/ceylon.language,ceylon/ceylon.language,jvasileff/ceylon.language,lucaswerkmeister/ceylon.language,jvasileff/ceylon.language,ceylon/ceylon.language,unratito/ceylon.language | package ceylon.language;
import com.redhat.ceylon.compiler.java.metadata.Annotation;
import com.redhat.ceylon.compiler.java.metadata.Annotations;
import com.redhat.ceylon.compiler.java.metadata.CaseTypes;
import com.redhat.ceylon.compiler.java.metadata.Ceylon;
import com.redhat.ceylon.compiler.java.metadata.Name;
impo... | runtime/ceylon/language/Ordinal.java | package ceylon.language;
import com.redhat.ceylon.compiler.java.metadata.Annotation;
import com.redhat.ceylon.compiler.java.metadata.Annotations;
import com.redhat.ceylon.compiler.java.metadata.CaseTypes;
import com.redhat.ceylon.compiler.java.metadata.Ceylon;
import com.redhat.ceylon.compiler.java.metadata.Name;
impo... | Change variance of type parameter
| runtime/ceylon/language/Ordinal.java | Change variance of type parameter | |
Java | apache-2.0 | 6e311125767ce47f18ebed0ccee090c35d68802a | 0 | code-distillery/jackrabbit-oak,francescomari/jackrabbit-oak,tteofili/jackrabbit-oak,alexkli/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,alexparvulescu/jackrabbit-oak,yesil/jackrabbit-oak,anchela/jackrabbit-oak,francescomari/jackrabbit-oak,AndreasAbdi/jackrabbit-oak,tripodsan/jackrabbit-oak,chetanmeh/jackrabbit-oak,joansmi... | /*
* 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/main/java/org/apache/jackrabbit/oak/plugins/type/TypeValidator.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-66: JCR Node Type Management
better error reporting
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1383881 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/type/TypeValidator.java | OAK-66: JCR Node Type Management better error reporting | |
Java | apache-2.0 | 5a81de890b7e17da44138e06ce862e620818e980 | 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.solr.cloud;
/*
* 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 ... | solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java | package org.apache.solr.cloud;
/*
* 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 ... | tests: a bit more testing on proxy request
git-svn-id: 13f9c63152c129021c7e766f4ef575faaaa595a2@1458603 13f79535-47bb-0310-9956-ffa450edef68
| solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java | tests: a bit more testing on proxy request | |
Java | apache-2.0 | eb34a74b04d844caa4fe529fa2f1faa675cc46bd | 0 | wschaeferB/autopsy,wschaeferB/autopsy,wschaeferB/autopsy,wschaeferB/autopsy,rcordovano/autopsy,rcordovano/autopsy,wschaeferB/autopsy,esaunders/autopsy,rcordovano/autopsy,esaunders/autopsy,rcordovano/autopsy,esaunders/autopsy,esaunders/autopsy,esaunders/autopsy,rcordovano/autopsy,rcordovano/autopsy | /*
* Autopsy Forensic Browser
*
* Copyright 2019 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYFileReader.java | /*
* Autopsy Forensic Browser
*
* Copyright 2019 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... | Fixed comment
| Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYFileReader.java | Fixed comment | |
Java | apache-2.0 | 6939809b079f532dac6143894ec9ab8f6e664745 | 0 | Shunix/YALL | package com.shunix.yall;
import android.content.Context;
import android.os.Environment;
import android.util.Log;
import java.text.SimpleDateFormat;
import java.util.Iterator;
import java.util.Locale;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.ScheduledExecutorService;
im... | library/src/main/java/com/shunix/yall/Yall.java | package com.shunix.yall;
import android.util.Log;
import java.text.SimpleDateFormat;
import java.util.Iterator;
import java.util.Locale;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import ja... | Staged modified files
| library/src/main/java/com/shunix/yall/Yall.java | Staged modified files | |
Java | apache-2.0 | f35e9919c96261a81711af318f81b226ebda6149 | 0 | sontx/bottle-app | package com.blogspot.sontx.bottle.view.fragment;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.view.LayoutInflater;
imp... | app/src/main/java/com/blogspot/sontx/bottle/view/fragment/ListGeoMessageFragment.java | package com.blogspot.sontx.bottle.view.fragment;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.view.LayoutInflater;
imp... | * do not call remove marker in ui thread
| app/src/main/java/com/blogspot/sontx/bottle/view/fragment/ListGeoMessageFragment.java | * do not call remove marker in ui thread | |
Java | apache-2.0 | a37451ccb53eaaff036c1d700b6f2f8e1a2e88c7 | 0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apa... | core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apa... | Format code correctly
| core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java | Format code correctly | |
Java | apache-2.0 | 0d79df5e1a4854dc19cd927e294e041a092c0e65 | 0 | raphw/byte-buddy,raphw/byte-buddy,DALDEI/byte-buddy,CodingFabian/byte-buddy,raphw/byte-buddy,mches/byte-buddy | package net.bytebuddy.agent.builder;
import net.bytebuddy.description.type.TypeDescription;
import net.bytebuddy.dynamic.DynamicType;
import net.bytebuddy.test.utility.MockitoRule;
import net.bytebuddy.test.utility.ObjectPropertyAssertion;
import net.bytebuddy.utility.JavaModule;
import org.junit.Before;
import org.ju... | byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderListenerTest.java | package net.bytebuddy.agent.builder;
import net.bytebuddy.description.type.TypeDescription;
import net.bytebuddy.dynamic.DynamicType;
import net.bytebuddy.test.utility.MockitoRule;
import net.bytebuddy.test.utility.ObjectPropertyAssertion;
import net.bytebuddy.utility.JavaModule;
import org.junit.Before;
import org.ju... | Added additional tests for duplex read edge.
| byte-buddy-dep/src/test/java/net/bytebuddy/agent/builder/AgentBuilderListenerTest.java | Added additional tests for duplex read edge. | |
Java | apache-2.0 | cdd13253deee8c4f0cafe5a048161e4efb9ffce7 | 0 | strapdata/elassandra,wimvds/elasticsearch,Uiho/elasticsearch,fekaputra/elasticsearch,awislowski/elasticsearch,ulkas/elasticsearch,xingguang2013/elasticsearch,vingupta3/elasticsearch,Uiho/elasticsearch,socialrank/elasticsearch,tebriel/elasticsearch,Chhunlong/elasticsearch,fernandozhu/elasticsearch,Stacey-Gammon/elastics... | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | core/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramTests.java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | Tests: Add test case from #11692
| core/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramTests.java | Tests: Add test case from #11692 | |
Java | apache-2.0 | 47ad415fa64b9d15133a5c7f60edc11b11f8b600 | 0 | mattbertolini/liquibase,jimmycd/liquibase,fossamagna/liquibase,mattbertolini/liquibase,fossamagna/liquibase,mattbertolini/liquibase,jimmycd/liquibase,liquibase/liquibase,fossamagna/liquibase,jimmycd/liquibase,liquibase/liquibase,liquibase/liquibase,mattbertolini/liquibase,jimmycd/liquibase | package liquibase.integration.commandline;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.encoder.PatternLayoutEncoder;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.Appender;
import ch.qos.logback.core.ConsoleAppender;
import ch.qos.logback.core.FileAppender;
import c... | liquibase-core/src/main/java/liquibase/integration/commandline/Main.java | package liquibase.integration.commandline;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.encoder.PatternLayoutEncoder;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.Appender;
import ch.qos.logback.core.ConsoleAppender;
import ch.qos.logback.core.FileAppender;
import c... | DAT-3561 Use STDOUT not STDERR
| liquibase-core/src/main/java/liquibase/integration/commandline/Main.java | DAT-3561 Use STDOUT not STDERR | |
Java | apache-2.0 | c6012fd399e7886c15ea0f4007a4439ddf7102aa | 0 | ThiagoGarciaAlves/intellij-community,salguarnieri/intellij-community,jagguli/intellij-community,tmpgit/intellij-community,petteyg/intellij-community,xfournet/intellij-community,fengbaicanhe/intellij-community,da1z/intellij-community,orekyuu/intellij-community,supersven/intellij-community,allotria/intellij-community,vvv... | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-impl/src/com/intellij/openapi/options/newEditor/IdeSettingsDialog.java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | light separator
| platform/platform-impl/src/com/intellij/openapi/options/newEditor/IdeSettingsDialog.java | light separator | |
Java | apache-2.0 | 97c11878616d85f30d3f5b315662330de705c5d5 | 0 | bonigarcia/selenium-jupiter,bonigarcia/selenium-jupiter | /*
* (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.io/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | src/test/java/io/github/bonigarcia/seljup/test/basic/ChromeJupiterTest.java | /*
* (C) Copyright 2017 Boni Garcia (http://bonigarcia.github.io/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | Remove non-necessary access modifiers in test
| src/test/java/io/github/bonigarcia/seljup/test/basic/ChromeJupiterTest.java | Remove non-necessary access modifiers in test | |
Java | apache-2.0 | 14b1074bdeab4d439d9745d59da4931c5f61bfcb | 0 | ferstl/depgraph-maven-plugin | /*
* Copyright (c) 2014 - 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | src/main/java/com/github/ferstl/depgraph/dependency/GraphBuildingVisitor.java | /*
* Copyright (c) 2014 - 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | #35: First try of target dependency handling
| src/main/java/com/github/ferstl/depgraph/dependency/GraphBuildingVisitor.java | #35: First try of target dependency handling | |
Java | bsd-3-clause | 68718f508aa5d8cc4516761eebb00b970798c56f | 0 | wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy,wdv4758h/ZipPy | /*
* Copyright (c) 2013, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright noti... | graal/edu.uci.python.builtins/src/edu/uci/python/builtins/type/StringBuiltins.java | /*
* Copyright (c) 2013, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright noti... | Minor clean up
| graal/edu.uci.python.builtins/src/edu/uci/python/builtins/type/StringBuiltins.java | Minor clean up | |
Java | bsd-3-clause | 1bcfc611af9dd5a573dd7907da52fff351f3312f | 0 | WapStart/plus1-android-sdk,WapStart/plus1-android-sdk | /**
* Copyright (c) 2011, Alexander Klestov <a.klestov@co.wapstart.ru>
* 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... | sdk/src/ru/wapstart/plus1/sdk/Plus1BannerView.java | /**
* Copyright (c) 2011, Alexander Klestov <a.klestov@co.wapstart.ru>
* 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... | use gone view state instead invisible
| sdk/src/ru/wapstart/plus1/sdk/Plus1BannerView.java | use gone view state instead invisible | |
Java | bsd-3-clause | 2e6a246001b69dda0d31a9f237e53481f88ccca7 | 0 | bdezonia/zorbage,bdezonia/zorbage | /*
* Zorbage: an Algebraic data hierarchy for use in numeric processing.
*
* Copyright (C) 2016-2018 Barry DeZonia
*
* 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 ret... | src/main/java/nom/bdezonia/zorbage/type/storage/PaddedIndexedDataSource.java | /*
* Zorbage: an Algebraic data hierarchy for use in numeric processing.
*
* Copyright (C) 2016-2018 Barry DeZonia
*
* 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 ret... | Make sure paddedstorage class does a shallow copy of data
While at it clean up the class a little
| src/main/java/nom/bdezonia/zorbage/type/storage/PaddedIndexedDataSource.java | Make sure paddedstorage class does a shallow copy of data | |
Java | bsd-3-clause | 2d4e5a717bb9fc9c13165a162da3028a13085a24 | 0 | lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon | /*
* $Id: HashCUS.java,v 1.43 2009-08-29 04:39:11 tlipkis Exp $
*/
/*
Copyright (c) 2000-2008 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), ... | src/org/lockss/servlet/HashCUS.java | /*
* $Id: HashCUS.java,v 1.42 2009-04-07 20:21:41 tlipkis Exp $
*/
/*
Copyright (c) 2000-2008 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), ... | org.lockss.hashcus.truncateFilteredStream (default 100K) controls the
max number filtered bytes recorded for each file. -1 means no limit.
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@8473 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| src/org/lockss/servlet/HashCUS.java | org.lockss.hashcus.truncateFilteredStream (default 100K) controls the max number filtered bytes recorded for each file. -1 means no limit. | |
Java | mit | 308e60d61b46aed978f045baf37d0a5b01dd5227 | 0 | Hive2Hive/ProcessFramework | package org.hive2hive.processframework.decorators;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.RejectedExecutionException;... | src/main/java/org/hive2hive/processframework/decorators/AsyncComponent.java | package org.hive2hive.processframework.decorators;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.RejectedExecutionException;... | example for correct AsyncComponent usage added
Signed-off-by: Christian Lüthold <b9b373b873c1721a3abbe8fcc2867c15b06d678d@gmail.com> | src/main/java/org/hive2hive/processframework/decorators/AsyncComponent.java | example for correct AsyncComponent usage added | |
Java | mit | 032e359313948437c88a0702e0858faad8589748 | 0 | PhilippHeuer/twitch4j | package com.github.twitch4j.pubsub.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
@Data
@JsonNamin... | pubsub/src/main/java/com/github/twitch4j/pubsub/domain/ChannelPointsReward.java | package com.github.twitch4j.pubsub.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
@Data
@JsonNamin... | Fix boolean field names for Pubsub ChannelPointsReward
| pubsub/src/main/java/com/github/twitch4j/pubsub/domain/ChannelPointsReward.java | Fix boolean field names for Pubsub ChannelPointsReward | |
Java | mit | 167a89f5c798e25c69e79bd4af533079fb3c7b60 | 0 | codistmonk/IMJ | package imj3.tools;
import static net.sourceforge.aprog.tools.Tools.baseName;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import java.util.Date;
import javax.imageio.ImageIO;
import imj2.draft.AutoCloseableImageWriter;
import imj3.core.Image2D;
... | IMJ/src/imj3/tools/Multifile2JPG.java | package imj3.tools;
import static net.sourceforge.aprog.tools.Tools.baseName;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import java.util.Date;
import javax.imageio.ImageIO;
import imj2.draft.AutoCloseableImageWriter;
import imj3.core.Image2D;
... | [IMJ][imj3][tools] Updated Multifile2JPG.
| IMJ/src/imj3/tools/Multifile2JPG.java | [IMJ][imj3][tools] Updated Multifile2JPG. | |
Java | epl-1.0 | 586a5a60ea19eeb829b35e7d39d1b77441ecb4b0 | 0 | SmithAndr/egit,collaborative-modeling/egit,wdliu/egit,wdliu/egit,paulvi/egit,paulvi/egit,collaborative-modeling/egit,SmithAndr/egit | /*******************************************************************************
* Copyright (C) 2007, Robin Rosenberg <robin.rosenberg@dewire.com>
* Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org>
* Copyright (c) 2010, Stefan Lay <stefan.lay@sap.com>
* Copyright (C) 2012, Robin Stocker <robin@nibor.org>
... | org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiff.java | /*******************************************************************************
* Copyright (C) 2007, Robin Rosenberg <robin.rosenberg@dewire.com>
* Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org>
* Copyright (c) 2010, Stefan Lay <stefan.lay@sap.com>
* Copyright (C) 2012, Robin Stocker <robin@nibor.org>
... | [findBugs] Mark public static comparator final
This prevents that it could be changed by malicious code or by accident
from another package.
Change-Id: I3f6128b4cd5a9e729ce64ef2fe74ee50dbcc49a6
Signed-off-by: Matthias Sohn <446760a3fbea85cd5f8f4f5c3de304fe3a38014f@sap.com> | org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/FileDiff.java | [findBugs] Mark public static comparator final | |
Java | epl-1.0 | 74628505d732fe1492ce99dab33f01c3f295d46b | 0 | rajul/Pydev,RandallDW/Aruba_plugin,rgom/Pydev,fabioz/Pydev,akurtakov/Pydev,rgom/Pydev,aptana/Pydev,aptana/Pydev,rajul/Pydev,RandallDW/Aruba_plugin,RandallDW/Aruba_plugin,RandallDW/Aruba_plugin,akurtakov/Pydev,akurtakov/Pydev,rajul/Pydev,akurtakov/Pydev,rgom/Pydev,fabioz/Pydev,fabioz/Pydev,RandallDW/Aruba_plugin,akurtak... | /*
* Created on 16/09/2005
*/
package com.python.pydev.analysis;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.text.ITextViewer;
import org.eclipse.jface.text.contentassist.IContextInformation;
import org.e... | com.python.pydev.analysis/src/com/python/pydev/analysis/CtxInsensitiveImportComplProposal.java | /*
* Created on 16/09/2005
*/
package com.python.pydev.analysis;
import org.eclipse.jface.text.BadLocationException;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.text.contentassist.IContextInformation;
import org.eclipse.swt.graphics.Image;
import org.eclip... | *** empty log message ***
git-svn-id: cdbd3c3453b226d8644b39c93ea790e37ea3ca1b@697 42a48d6c-1186-114d-bcb1-a7d39102e91d
| com.python.pydev.analysis/src/com/python/pydev/analysis/CtxInsensitiveImportComplProposal.java | *** empty log message *** | |
Java | epl-1.0 | 9d46b23d60ca8bbb6e51d92c5290e3f31a937b32 | 0 | buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio | package name.abuchen.portfolio.ui.wizards.security;
import org.eclipse.jface.layout.GridDataFactory;
import org.eclipse.jface.layout.GridLayoutFactory;
import org.eclipse.jface.viewers.ComboViewer;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.graphics.Image;
impor... | name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/wizards/security/SecurityMasterDataPage.java | package name.abuchen.portfolio.ui.wizards.security;
import org.eclipse.jface.layout.GridDataFactory;
import org.eclipse.jface.layout.GridLayoutFactory;
import org.eclipse.jface.viewers.ComboViewer;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.graphics.Image;
impor... | Make the Notes box wrap, & make it grow to fill the dialog
| name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/wizards/security/SecurityMasterDataPage.java | Make the Notes box wrap, & make it grow to fill the dialog | |
Java | lgpl-2.1 | 12f591be5117f259bd2d9d3ffd448108b3b9dd5e | 0 | xwiki/xwiki-commons,xwiki/xwiki-commons | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-commons-core/xwiki-commons-job/src/main/java/org/xwiki/job/JobManagerConfiguration.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | XCOMMONS-1959: Allow to define the pool size of a GroupedJob
* fix javadoc
| xwiki-commons-core/xwiki-commons-job/src/main/java/org/xwiki/job/JobManagerConfiguration.java | XCOMMONS-1959: Allow to define the pool size of a GroupedJob | |
Java | lgpl-2.1 | 23a7868e67be3db9cdce1eb99c605a4ef228846a | 0 | xcv58/polyglot,liujed/polyglot-eclipse,blue-systems-group/project.maybe.polyglot,xcv58/polyglot,liujed/polyglot-eclipse,liujed/polyglot-eclipse,liujed/polyglot-eclipse,xcv58/polyglot,blue-systems-group/project.maybe.polyglot,blue-systems-group/project.maybe.polyglot,xcv58/polyglot,blue-systems-group/project.maybe.polyg... | /*
* This file is part of the Polyglot extensible compiler framework.
*
* Copyright (c) 2000-2007 Polyglot project group, Cornell University
* Copyright (c) 2006-2007 IBM Corporation
*/
package polyglot.frontend;
/**
* Version information for the base compiler.
*/
public class JLVersion extends polyglot.main.Ve... | src/polyglot/frontend/JLVersion.java | /*
* This file is part of the Polyglot extensible compiler framework.
*
* Copyright (c) 2000-2007 Polyglot project group, Cornell University
* Copyright (c) 2006-2007 IBM Corporation
*/
package polyglot.frontend;
/**
* Version information for the base compiler.
*/
public class JLVersion extends polyglot.main.Ve... | Changed build_string to toString
| src/polyglot/frontend/JLVersion.java | Changed build_string to toString | |
Java | lgpl-2.1 | 156085513a69b30e36d094a26e54eaadb7d2e392 | 0 | zwobit/exist,zwobit/exist,wolfgangmm/exist,ljo/exist,jensopetersen/exist,zwobit/exist,ambs/exist,MjAbuz/exist,jessealama/exist,adamretter/exist,windauer/exist,adamretter/exist,patczar/exist,RemiKoutcherawy/exist,shabanovd/exist,jensopetersen/exist,ambs/exist,wolfgangmm/exist,dizzzz/exist,MjAbuz/exist,hungerburg/exist,p... |
/* eXist Native XML Database
* Copyright (C) 2001-03, Wolfgang M. Meier (wolfgang@exist-db.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License
* as published by the Free Software Foundation; either version 2
* of the Licens... | src/org/exist/xpath/functions/FunCount.java |
/* eXist Native XML Database
* Copyright (C) 2001-03, Wolfgang M. Meier (wolfgang@exist-db.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License
* as published by the Free Software Foundation; either version 2
* of the Licens... | Fixed wrong type signature for the count() function.
svn path=/trunk/eXist-1.0/; revision=166
| src/org/exist/xpath/functions/FunCount.java | Fixed wrong type signature for the count() function. | |
Java | apache-2.0 | 1db7ee96dbceae9341e32d149e36664643e8dd8c | 0 | chirino/fabric8,chirino/fabric8,jludvice/fabric8,jonathanchristison/fabric8,jonathanchristison/fabric8,avano/fabric8,punkhorn/fabric8,avano/fabric8,jludvice/fabric8,punkhorn/fabric8,punkhorn/fabric8,avano/fabric8,jonathanchristison/fabric8,chirino/fabric8,punkhorn/fabric8,avano/fabric8,chirino/fabric8,jludvice/fabric8,... | /**
* Copyright 2005-2015 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | fabric/fabric-core/src/main/java/io/fabric8/service/FabricServiceImpl.java | /**
* Copyright 2005-2015 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version
* 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | [ENTESB-3500]Inconsistent Naming of Containers
| fabric/fabric-core/src/main/java/io/fabric8/service/FabricServiceImpl.java | [ENTESB-3500]Inconsistent Naming of Containers |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.