lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | b6fc291a2d8ce4a7d3446452e21dd8741fe90e16 | 0 | tbrooks8/Agrona,real-logic/Agrona | /*
* Copyright 2014 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | src/main/java/uk/co/real_logic/agrona/concurrent/ringbuffer/RingBuffer.java | /*
* Copyright 2014 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [Java]: Javadoc.
| src/main/java/uk/co/real_logic/agrona/concurrent/ringbuffer/RingBuffer.java | [Java]: Javadoc. | |
Java | apache-2.0 | 64fe899ac5d15a48dbcfaca9ac0bc5c79d2e6526 | 0 | RussellWilby/Aeron,tbrooks8/Aeron,galderz/Aeron,lennartj/Aeron,buybackoff/Aeron,oleksiyp/Aeron,gkamal/Aeron,RussellWilby/Aeron,EvilMcJerkface/Aeron,tbrooks8/Aeron,lennartj/Aeron,oleksiyp/Aeron,mikeb01/Aeron,UIKit0/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,jerrinot/Aeron,galderz/Aeron,real-logic/Aeron,strangelydim/Aeron,... | /*
* Copyright 2014 - 2015 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | aeron-system-tests/src/test/java/uk/co/real_logic/aeron/StopStartSecondSubscriberTest.java | /*
* Copyright 2014 - 2015 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Updated to use two embedded media drivers.
| aeron-system-tests/src/test/java/uk/co/real_logic/aeron/StopStartSecondSubscriberTest.java | Updated to use two embedded media drivers. | |
Java | apache-2.0 | 652dd4a7203988c44228a4576e42af2176f85bbc | 0 | apache/jena,jianglili007/jena,apache/jena,kidaa/jena,apache/jena,kamir/jena,tr3vr/jena,samaitra/jena,atsolakid/jena,CesarPantoja/jena,apache/jena,samaitra/jena,jianglili007/jena,apache/jena,adrapereira/jena,apache/jena,CesarPantoja/jena,adrapereira/jena,adrapereira/jena,samaitra/jena,atsolakid/jena,adrapereira/jena,jia... | /**
* 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-text/src/test/java/org/apache/jena/query/text/assembler/TestTextDatasetAssembler.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... | More layout change -- introducing to reduce PR diffsize.
| jena-text/src/test/java/org/apache/jena/query/text/assembler/TestTextDatasetAssembler.java | More layout change -- introducing to reduce PR diffsize. | |
Java | bsd-2-clause | f7043cc540359d2d26498bdc578463962a4dfa57 | 0 | antag99/entreri | package com.lhkbob.entreri;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* <p>
* The Requires annotation can be used to specify dependencies within a packag... | src/main/java/com/lhkbob/entreri/Requires.java | package com.lhkbob.entreri;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interfa... | Document Requires annotation
| src/main/java/com/lhkbob/entreri/Requires.java | Document Requires annotation | |
Java | bsd-2-clause | 6ad9ccaace49188f0de992331b6a9742f9fdeb32 | 0 | markovmodel/stallone,markovmodel/stallone | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package stallone.util;
/**
*
* @author noe
*/
import java.io.*;
public class JobTools
{
public static void sleep(long millis)
{
try
{
Thread.currentThread().sleep(millis);
... | src/stallone/util/JobTools.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package stallone.util;
/**
*
* @author noe
*/
import java.io.*;
public class JobTools
{
public static void sleep(long millis)
{
try
{
Thread.currentThread().sleep(millis);
... | [JobTools] close files, which are not needed anymore
| src/stallone/util/JobTools.java | [JobTools] close files, which are not needed anymore | |
Java | bsd-2-clause | 0e4f878da94d6fe34250632720f08c62073e6032 | 0 | malensek/sing | package io.sigpipe.sing.query;
import java.io.IOException;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import io.sigpipe.sing.dataset.feature.FeatureType;
import io.sigpipe.sing.graph.DataContainer;
import io.sigpipe.sing.graph.GraphMetrics;
import io.sigpipe.sing.graph.Vertex;
import io.si... | src/main/java/io/sigpipe/sing/query/RelationalQuery.java | package io.sigpipe.sing.query;
import java.io.IOException;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import io.sigpipe.sing.dataset.feature.FeatureType;
import io.sigpipe.sing.graph.DataContainer;
import io.sigpipe.sing.graph.Vertex;
import io.sigpipe.sing.serialization.SerializationOutpu... | Add smart set construction based on graph metrics
| src/main/java/io/sigpipe/sing/query/RelationalQuery.java | Add smart set construction based on graph metrics | |
Java | epl-1.0 | 341652722375f485093ad04a4a601b91e5cda6f5 | 0 | Berloe/SDMapGen | org.smapgen/scl/repo/maven/Artifact.java | package org.smapgen.scl.repo.maven;
/**
* @author Alberto Fuentes Gómez
*
*/
public class Artifact {
private String group;
private String artifact;
private String version;
private String scope;
/**
* @return the scope
*/
protected String getScope() {
return scope;
}
/**
* @param scope the... | Delete Artifact.java | org.smapgen/scl/repo/maven/Artifact.java | Delete Artifact.java | ||
Java | mit | 6fc9762bf838ba82b2281cbc8288ec8c7c58c63d | 0 | pinussilvestrus/bncl,pinussilvestrus/bncl,pinussilvestrus/bncl,pinussilvestrus/bncl | package de.niklaskiefer.bnclWeb;
import de.niklaskiefer.bnclCore.BnclToXmlWriter;
import de.niklaskiefer.bnclCore.parser.BnclElementParser;
import de.niklaskiefer.bnclCore.parser.BnclEventParser;
import de.niklaskiefer.bnclCore.parser.BnclGatewayParser;
import de.niklaskiefer.bnclCore.parser.BnclParser;
import de.nikl... | web/src/main/java/de/niklaskiefer/bnclWeb/MainController.java | package de.niklaskiefer.bnclWeb;
import de.niklaskiefer.bnclCore.BnclToXmlWriter;
import de.niklaskiefer.bnclCore.parser.BnclElementParser;
import de.niklaskiefer.bnclCore.parser.BnclEventParser;
import de.niklaskiefer.bnclCore.parser.BnclGatewayParser;
import de.niklaskiefer.bnclCore.parser.BnclParser;
import de.nikl... | chore(web): disable db saving for now
| web/src/main/java/de/niklaskiefer/bnclWeb/MainController.java | chore(web): disable db saving for now | |
Java | mit | 6c19b43fb5ed6bb83b814205729151e7c444146a | 0 | jgrabenstein/Rapture,scarabus/Rapture,RapturePlatform/Rapture,jonathan-major/Rapture,amkimian/Rapture,dukenguyen/Rapture,dukenguyen/Rapture,jonathan-major/Rapture,dukenguyen/Rapture,amkimian/Rapture,jgrabenstein/Rapture,jonathan-major/Rapture,dukenguyen/Rapture,RapturePlatform/Rapture,RapturePlatform/Rapture,amkimian/R... | /**
* The MIT License (MIT)
*
* Copyright (c) 2011-2016 Incapture Technologies LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation t... | Libs/RaptureCommon/src/main/java/rapture/util/NetworkUtil.java | /**
* The MIT License (MIT)
*
* Copyright (c) 2011-2016 Incapture Technologies LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation t... | UNFILED: handle loopback address
| Libs/RaptureCommon/src/main/java/rapture/util/NetworkUtil.java | UNFILED: handle loopback address | |
Java | mit | bdb2dec49c96fa6baccb2909e4d6d09e4f6c1714 | 0 | Winwardo/rultor-example | package rultor.example;
public class Calculator {
public Calculator() {
}
public int add(int a, int b) {
return a + b;
}
public int subtract(int a, int b) {
return a - b;
}
public int multiply(int a, int b) {
return a * b;
}
}
| src/main/java/rultor/example/Calculator.java | package rultor.example;
public class Calculator {
public Calculator() {
}
public int add(int a, int b) {
return a + b;
}
public int subtract(int a, int b) {
return a - b;
}
public int multiply(int a, int b) {
return a + b;
}
}
| Fix Calculator.multiply using +
| src/main/java/rultor/example/Calculator.java | Fix Calculator.multiply using + | |
Java | mit | c8b6585eb013af61b81b7b45e8bd6dbfef3b00bf | 0 | AgeOfWar/Telejam | package io.github.ageofwar.telejam.text;
import io.github.ageofwar.telejam.chats.Channel;
import io.github.ageofwar.telejam.chats.Chat;
import io.github.ageofwar.telejam.chats.SuperGroup;
import io.github.ageofwar.telejam.messages.Message;
import io.github.ageofwar.telejam.messages.MessageEntity;
import io.github.ageo... | src/main/java/io/github/ageofwar/telejam/text/TextBuilder.java | package io.github.ageofwar.telejam.text;
import io.github.ageofwar.telejam.chats.Chat;
import io.github.ageofwar.telejam.chats.SuperGroup;
import io.github.ageofwar.telejam.messages.Message;
import io.github.ageofwar.telejam.messages.MessageEntity;
import io.github.ageofwar.telejam.users.User;
import java.util.ArrayL... | Fix link to message for private supergroups and channels
| src/main/java/io/github/ageofwar/telejam/text/TextBuilder.java | Fix link to message for private supergroups and channels | |
Java | mit | c89623feec6443e5ed76a9801dcf79e4a6665817 | 0 | ligoj/ligoj,ligoj/ligoj,ligoj/ligoj,ligoj/ligoj | /*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
package org.ligoj.app.resource.security;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.Length;
import lombok.AllArgsConstructor;
import lombok.Equa... | app-api/src/main/java/org/ligoj/app/resource/security/User.java | /*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
package org.ligoj.app.resource.security;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.Length;
import lombok.AllArgsConstructor;
import lombok.Equa... | Allow up to 4K credential data
| app-api/src/main/java/org/ligoj/app/resource/security/User.java | Allow up to 4K credential data | |
Java | mit | 163d4bb64af6c046b1f85e0b42696ff79ae54715 | 0 | Enthri/Balloon | package DragAndDrop;
import java.util.ArrayList;
import java.util.HashMap;
import javax.swing.JFrame;
import com.troi.balloon.Panel;
import com.troi.balloon.UiManager;
public class DragAndDrop{
ArrayList<Panel> currentPanels = new ArrayList<Panel>();
HashMap<String, Panel> Instances;
UiManager manager;
JFrame ... | src/DragAndDrop/DragAndDrop.java | package DragAndDrop;
import java.util.ArrayList;
import java.util.HashMap;
import javax.swing.JFrame;
import com.troi.balloon.Panel;
import com.troi.balloon.UiManager;
public class DragAndDrop{
ArrayList<Panel> currentPanels = new ArrayList<Panel>();
HashMap<String, Panel> Instances;
UiManager manager;
JFrame ... | 'lk'lk'kl;
| src/DragAndDrop/DragAndDrop.java | 'lk'lk'kl; | |
Java | mit | a861d381763ab5a39a982dc4f5b9d2cd115296fc | 0 | DoSomething/ds-android | package org.dosomething.android.activities;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.HashMap;
import java.util.List;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
import org.dos... | dosomething/src/org/dosomething/android/activities/Register.java | package org.dosomething.android.activities;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
import org.dosomething.android.R;
import... | Log event for successful user registration
| dosomething/src/org/dosomething/android/activities/Register.java | Log event for successful user registration | |
Java | mit | bb403e44941473970b2030d62203923ce6968529 | 0 | oaplatform/oap,oaplatform/oap | /*
* The MIT License (MIT)
*
* Copyright (c) Open Application Platform Authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the r... | oap-ws/src/main/java/oap/ws/validate/ValidationErrors.java | /*
* The MIT License (MIT)
*
* Copyright (c) Open Application Platform Authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the r... | added validation errors with String.format
| oap-ws/src/main/java/oap/ws/validate/ValidationErrors.java | added validation errors with String.format | |
Java | epl-1.0 | 24175de4d76df10b7bd8d99cc0a79f0ba18a3ff8 | 0 | jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012-2014 Chuck Ritola
* Part of the jTRFP.org project
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public Li... | src/main/java/org/jtrfp/trcl/TerrainSystem.java | /*******************************************************************************
* This file is part of TERMINAL RECALL
* Copyright (c) 2012-2014 Chuck Ritola
* Part of the jTRFP.org project
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public Li... | ✔ReferenceLeak in TerrainSystem's anonymous ThreadFactory. | src/main/java/org/jtrfp/trcl/TerrainSystem.java | ✔ReferenceLeak in TerrainSystem's anonymous ThreadFactory. | |
Java | epl-1.0 | 8dca4a9f00b2e7fd886757babd657ef7a66ca547 | 0 | PDOK/catalog-java,PDOK/catalog-java | package nl.pdok.catalog.gitutil;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.St... | src/main/java/nl/pdok/catalog/gitutil/GitInteractionsHandler.java | package nl.pdok.catalog.gitutil;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.util.List;
i... | pdog-1263: java 7 compatibility | src/main/java/nl/pdok/catalog/gitutil/GitInteractionsHandler.java | pdog-1263: java 7 compatibility | |
Java | agpl-3.0 | ec8a555eae469e5878480903110599632e639897 | 0 | ProtocolSupport/ProtocolSupport,ridalarry/ProtocolSupport | package protocolsupport.api;
import java.text.MessageFormat;
import java.util.Arrays;
import java.util.EnumMap;
import org.apache.commons.lang3.Validate;
import gnu.trove.map.hash.TIntObjectHashMap;
public enum ProtocolVersion {
MINECRAFT_FUTURE(-1, new OrderId(ProtocolType.PC, 17)),
MINECRAFT_1_11_1(316, new Or... | src/protocolsupport/api/ProtocolVersion.java | package protocolsupport.api;
import java.text.MessageFormat;
import java.util.Arrays;
import java.util.EnumMap;
import org.apache.commons.lang3.Validate;
import gnu.trove.map.hash.TIntObjectHashMap;
public enum ProtocolVersion {
MINECRAFT_FUTURE(-1, new OrderId(ProtocolType.PC, 17)),
MINECRAFT_1_11_1(316, new Or... | Change MINECRAFT_1_11 friendly version name from 1.11.1 to 1.11.2 | src/protocolsupport/api/ProtocolVersion.java | Change MINECRAFT_1_11 friendly version name from 1.11.1 to 1.11.2 | |
Java | agpl-3.0 | a46303da00a019eeafb8dc04dd873cf7531b2e23 | 0 | kuali/kfs-git-training | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Softw... | src/main/java/org/kuali/kfs/coa/businessobject/ReportingCode.java | /*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Softw... | EXER2 Adding the constructor + logging implementation.
| src/main/java/org/kuali/kfs/coa/businessobject/ReportingCode.java | EXER2 Adding the constructor + logging implementation. | |
Java | lgpl-2.1 | 2fdb7b43e7bdffbbcb86ab4e09f76dd2517d3329 | 0 | jdoyle65/checkstyle,beckerhd/checkstyle,HubSpot/checkstyle,jochenvdv/checkstyle,naver/checkstyle,jonmbake/checkstyle,MEZk/checkstyle,sabaka/checkstyle,gallandarakhneorg/checkstyle,checkstyle/checkstyle,jasonchaffee/checkstyle,bansalayush/checkstyle,jasonchaffee/checkstyle,philwebb/checkstyle,designreuse/checkstyle,Feod... | package com.puppycrawl.tools.checkstyle;
import com.puppycrawl.tools.checkstyle.api.Configuration;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.LineNumberReader;
import java.io.OutputStream;
... | src/tests/com/puppycrawl/tools/checkstyle/BaseCheckTestCase.java | package com.puppycrawl.tools.checkstyle;
import com.puppycrawl.tools.checkstyle.api.Configuration;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.LineNumberReader;
import java.io.OutputStream;
... | assign expected and actual result to variables, eases debugging
| src/tests/com/puppycrawl/tools/checkstyle/BaseCheckTestCase.java | assign expected and actual result to variables, eases debugging | |
Java | unlicense | 3cdebe739596e2ffa54a7987a845bcb48d7c28b5 | 0 | squeek502/HungerInPeace | package squeek.hungerinpeace;
import net.minecraft.world.EnumDifficulty;
import net.minecraftforge.common.MinecraftForge;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import squeek.applecore.api.hunger.ExhaustionEvent;
import squeek.applecore.api.hunger.HealthRegenEvent;
import s... | java/squeek/hungerinpeace/HungerInPeace.java | package squeek.hungerinpeace;
import net.minecraft.world.EnumDifficulty;
import net.minecraftforge.common.MinecraftForge;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import squeek.applecore.api.hunger.ExhaustionEvent;
import squeek.applecore.api.hunger.HealthRegenEvent;
import s... | Add Version Checker support
| java/squeek/hungerinpeace/HungerInPeace.java | Add Version Checker support | |
Java | apache-2.0 | 984861d8d0091c882c6092db1d1f42ad5b084268 | 0 | apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj,apache/uima-uimaj | /*
* 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 ... | uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.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 ... | [UIMA-5442] add 2 methods for backwards compatibility with v2
git-svn-id: d56ff9e7d7ea0b208561738885f328c1a8397aa6@1798057 13f79535-47bb-0310-9956-ffa450edef68
| uimaj-core/src/main/java/org/apache/uima/cas/impl/CASImpl.java | [UIMA-5442] add 2 methods for backwards compatibility with v2 | |
Java | apache-2.0 | 52499f7a6c09a92688ccb555674ee9ba8b57adf3 | 0 | d3xter/bo-android,wuan/bo-android,d3xter/bo-android | package org.blitzortung.android.data;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.content.pm.PackageInfo;
import android.os.AsyncTask;
import android.os.PowerManager;
import android.util.Log;
import org.blitzortung.android.app.Main... | app/src/main/java/org/blitzortung/android/data/DataHandler.java | package org.blitzortung.android.data;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.content.pm.PackageInfo;
import android.os.AsyncTask;
import android.os.PowerManager;
import android.util.Log;
import org.blitzortung.android.app.Main... | fixed missing parameter in background execution
| app/src/main/java/org/blitzortung/android/data/DataHandler.java | fixed missing parameter in background execution | |
Java | apache-2.0 | 2a28424bdb73a30048077783ee124a0c8ef7ade3 | 0 | gerasimenko-ivan/java_pft_34 | package ru.stqa.pft.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.appmanager.HelperBase.FormAction;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.p... | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactCreationTests.java | package ru.stqa.pft.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.appmanager.HelperBase.FormAction;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.p... | random name&surname in contact creation
| addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactCreationTests.java | random name&surname in contact creation | |
Java | apache-2.0 | 407fa8afd0cc9c7cb69859528f3cbb2e6b0f4c8e | 0 | tdiesler/camel,cunningt/camel,tlehoux/camel,salikjan/camel,jkorab/camel,pmoerenhout/camel,NickCis/camel,lburgazzoli/camel,acartapanis/camel,tadayosi/camel,snurmine/camel,jamesnetherton/camel,kevinearls/camel,zregvart/camel,DariusX/camel,Fabryprog/camel,mgyongyosi/camel,nikhilvibhav/camel,lburgazzoli/apache-camel,scrant... | /**
* 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-swagger-java/src/main/java/org/apache/camel/swagger/RestSwaggerReader.java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | Fix for invalid logic in swagger java component - models were not updated to models with vendor extension
| components/camel-swagger-java/src/main/java/org/apache/camel/swagger/RestSwaggerReader.java | Fix for invalid logic in swagger java component - models were not updated to models with vendor extension | |
Java | apache-2.0 | 4484ca86a427870457388280e1f95f5fa29060a2 | 0 | apache/jmeter,apache/jmeter,benbenw/jmeter,etnetera/jmeter,apache/jmeter,ham1/jmeter,apache/jmeter,ham1/jmeter,benbenw/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,benbenw/jmeter,ham1/jmeter,etnetera/jmeter,etnetera/jmeter,etnetera/jmeter,ham1/jmeter | /*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | src/components/org/apache/jmeter/visualizers/RunningSample.java | /*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that t... | New method to add two RunningSamples; copy constructor; better getRate() behaviour when count=0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@323656 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: f42137062ac69ef94eacac795d6625e400daba39 | src/components/org/apache/jmeter/visualizers/RunningSample.java | New method to add two RunningSamples; copy constructor; better getRate() behaviour when count=0 | |
Java | apache-2.0 | 3078a109be89a96b02f73d3e9340c4f28f5ff22d | 0 | rojlarge/rice-kc,rojlarge/rice-kc,sonamuthu/rice-1,smith750/rice,smith750/rice,ewestfal/rice,jwillia/kc-rice1,cniesen/rice,ewestfal/rice-svn2git-test,geothomasp/kualico-rice-kc,kuali/kc-rice,shahess/rice,rojlarge/rice-kc,gathreya/rice-kc,ewestfal/rice,UniversityOfHawaiiORS/rice,bhutchinson/rice,shahess/rice,shahess/ric... | /**
* Copyright 2005-2012 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requ... | krad/krad-web-framework/src/main/java/org/kuali/rice/krad/uif/container/CollectionGroup.java | /**
* Copyright 2005-2012 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requ... | KULRICE-7888 - collection items getting added to lifecycle twice causing dup styles
| krad/krad-web-framework/src/main/java/org/kuali/rice/krad/uif/container/CollectionGroup.java | KULRICE-7888 - collection items getting added to lifecycle twice causing dup styles | |
Java | apache-2.0 | 79f698a7463fc1193a49cd944d8dc6ea556cc7d7 | 0 | rzel/xruby,rzel/xruby,weimingtom/xruby,weimingtom/xruby,weimingtom/xruby,rzel/xruby | /**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
* Distributed under the GNU General Public License 2.0
*/
package com.xruby.runtime.value;
import java.util.*;
import com.xruby.runtime.lang.*;
/**
* @breif Internal representation of a ruby array
*
*/
public class RubyArray extends RubyBasic impl... | src/com/xruby/runtime/value/RubyArray.java | /**
* Copyright 2005-2007 Xue Yong Zhi, Ye Zheng
* Distributed under the GNU General Public License 2.0
*/
package com.xruby.runtime.value;
import java.util.*;
import com.xruby.runtime.lang.*;
/**
* @breif Internal representation of a ruby array
*
*/
public class RubyArray extends RubyBasic impl... | call appendString directly | src/com/xruby/runtime/value/RubyArray.java | call appendString directly | |
Java | apache-2.0 | 9491607699337d6fd3907bc6ee951964f2453dee | 0 | michaelgallacher/intellij-community,ol-loginov/intellij-community,ftomassetti/intellij-community,petteyg/intellij-community,adedayo/intellij-community,kdwink/intellij-community,amith01994/intellij-community,xfournet/intellij-community,hurricup/intellij-community,ibinti/intellij-community,clumsy/intellij-community,ahb03... | /*
* Copyright 2000-2006 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... | dom/openapi/src/com/intellij/util/xml/model/DomModelFactory.java | /*
* Copyright 2000-2006 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... | spring configuration initial
| dom/openapi/src/com/intellij/util/xml/model/DomModelFactory.java | spring configuration initial | |
Java | apache-2.0 | 91b199ed40ade3c8d866173c894e4c7617169a20 | 0 | trask/glowroot,trask/glowroot,trask/glowroot,glowroot/glowroot,trask/glowroot,glowroot/glowroot,glowroot/glowroot,glowroot/glowroot | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | server/src/main/java/org/glowroot/server/storage/TraceDao.java | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Fix ordering of error messages
| server/src/main/java/org/glowroot/server/storage/TraceDao.java | Fix ordering of error messages | |
Java | apache-2.0 | b5995c93977369a771cca887274d27268c8d7aee | 0 | pcingola/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript | package org.bds.run;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.zip.GZIPInputStream;
import org.bds.Bds;
import org.bds.BdsParseArgs;
... | src/org/bds/run/BdsRun.java | package org.bds.run;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.zip.GZIPInputStream;
import org.bds.Bds;
import org.bds.BdsParseArgs;
... | Project updated
| src/org/bds/run/BdsRun.java | Project updated | |
Java | apache-2.0 | a23149ba632831e6feb1978832a5917c3d46b75b | 0 | atoulme/xmlrpc | package org.apache.xmlrpc;
/*
* The Apache Software License, Version 1.1
*
*
* Copyright(c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* ... | src/java/org/apache/xmlrpc/XmlRpcServer.java | package org.apache.xmlrpc;
/*
* The Apache Software License, Version 1.1
*
*
* Copyright(c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* ... | Invoker.execute(): Added check for unsupported void return type on
handler methods. The need for better error reporting for this snafu
was pointed out on the user list by Dejan Bosanace
<dejan_b@datagate.co.uk>.
| src/java/org/apache/xmlrpc/XmlRpcServer.java | Invoker.execute(): Added check for unsupported void return type on handler methods. The need for better error reporting for this snafu was pointed out on the user list by Dejan Bosanace <dejan_b@datagate.co.uk>. | |
Java | apache-2.0 | 96c7b50e75cff5c890793be71d26a380c9ebb15a | 0 | gocd/gocd,ketan/gocd,gocd/gocd,GaneshSPatil/gocd,marques-work/gocd,GaneshSPatil/gocd,ketan/gocd,GaneshSPatil/gocd,Skarlso/gocd,marques-work/gocd,gocd/gocd,marques-work/gocd,ketan/gocd,Skarlso/gocd,Skarlso/gocd,GaneshSPatil/gocd,Skarlso/gocd,gocd/gocd,gocd/gocd,gocd/gocd,marques-work/gocd,marques-work/gocd,ketan/gocd,ma... | /*
* Copyright 2020 ThoughtWorks, 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 agr... | agent/src/main/java/com/thoughtworks/go/agent/RemotingClient.java | /*
* Copyright 2020 ThoughtWorks, 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 agr... | RemotingClient should treat all responses as JSON. Also add version Accept header.
| agent/src/main/java/com/thoughtworks/go/agent/RemotingClient.java | RemotingClient should treat all responses as JSON. Also add version Accept header. | |
Java | apache-2.0 | 61740330d17d9e375651f941a2eb0091227097a3 | 0 | robovm/robovm-studio,vvv1559/intellij-community,pwoodworth/intellij-community,alphafoobar/intellij-community,retomerz/intellij-community,ahb0327/intellij-community,MER-GROUP/intellij-community,gnuhub/intellij-community,signed/intellij-community,caot/intellij-community,petteyg/intellij-community,slisson/intellij-communi... | /*
* Copyright 2000-2007 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... | util/src/com/intellij/util/io/IOUtil.java | /*
* Copyright 2000-2007 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... | some assertions
| util/src/com/intellij/util/io/IOUtil.java | some assertions | |
Java | apache-2.0 | 7e57cfd1caa6713e19449b9d033f138128df70c5 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model;
import ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModel;
import com.yahoo.collections.Pair;
import com.yahoo.component.Version;
import com.yahoo.config.ConfigInstan... | config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model;
import ai.vespa.rankingexpression.importer.configmodelview.ImportedMlModel;
import com.yahoo.collections.Pair;
import com.yahoo.component.Version;
import com.yahoo.config.ConfigInstan... | Add back . that got lost
| config-model/src/main/java/com/yahoo/vespa/model/VespaModel.java | Add back . that got lost | |
Java | apache-2.0 | 7d02a688a6b22b3d796986fcdbdbe5d70db6034c | 0 | argius/Stew4 | package net.argius.stew;
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.script.*;
import net.argius.stew.io.*;
import net.argius.stew.ui.*;
/**
* Command Processor.
*/
final class CommandProcessor {
private static Logger log = Logger.getLogger(CommandProcessor.class);
private static ... | src/net/argius/stew/CommandProcessor.java | package net.argius.stew;
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.script.*;
import net.argius.stew.io.*;
import net.argius.stew.ui.*;
/**
* Command Processor.
*/
final class CommandProcessor {
private static Logger log = Logger.getLogger(CommandProcessor.class);
private stati... | indicate the absolute path when using -f option with a invalid path | src/net/argius/stew/CommandProcessor.java | indicate the absolute path when using -f option with a invalid path | |
Java | apache-2.0 | 65d98777900cbaccd9cf1d0b0e808e726a779ed0 | 0 | shutkou/ios-driver,adataylor/ios-driver,shutkou/ios-driver,ios-driver/ios-driver,azaytsev/ios-driver,shutkou/ios-driver,crashlytics/ios-driver,seem-sky/ios-driver,adataylor/ios-driver,masbog/ios-driver,darraghgrace/ios-driver,seem-sky/ios-driver,adataylor/ios-driver,darraghgrace/ios-driver,shutkou/ios-driver,adataylor/... | package org.uiautomation.ios.ide.views;
import javax.servlet.http.HttpServletResponse;
import org.uiautomation.ios.UIAModels.Orientation;
import org.uiautomation.ios.communication.IOSDevice;
import org.uiautomation.ios.exceptions.IOSAutomationException;
import org.uiautomation.ios.ide.model.IDESessionModel;
import or... | ide/src/main/java/org/uiautomation/ios/ide/views/IDEMainView.java | package org.uiautomation.ios.ide.views;
import javax.servlet.http.HttpServletResponse;
import org.uiautomation.ios.UIAModels.Orientation;
import org.uiautomation.ios.communication.IOSDevice;
import org.uiautomation.ios.exceptions.IOSAutomationException;
import org.uiautomation.ios.ide.model.IDESessionModel;
import or... | formatting
| ide/src/main/java/org/uiautomation/ios/ide/views/IDEMainView.java | formatting | |
Java | apache-2.0 | e09c80742ce3c42180513314eb63f178005f07ac | 0 | intruxxer/twitter4j,matsumo/twitter4j,eunamong/twitter4j,xfxf123444/twitter4j,qingsong-xu/twitter4j,kaosmos/twitter4j,savethejets/twitter4j,tylermac/twitter4j,takke/twitter4j,mumei/twitter4j,afeiluo/twitter4j,lamorin/Twitter4J,intruxxer/twitter4j,savethejets/twitter4j,osamuaoki/twitter4j,DellayHaroun/twitter4j,krallus/... | package twitter4j;
import twitter4j.http.HttpClient;
import twitter4j.http.PostParameter;
import twitter4j.http.Response;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.TimeZone;
/**
* A java reporesentation of the <a href="http://twitter.c... | src/main/java/twitter4j/Twitter.java | package twitter4j;
import twitter4j.http.HttpClient;
import twitter4j.http.PostParameter;
import twitter4j.http.Response;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import java.util.TimeZone;
/**
* A java reporesentation of the <a href="http://twitter.c... | TFJ-48 support update_delivery_device method
git-svn-id: 45a72d8ee61e5c3af5aa32c3525f4dded50a42aa@160 117b7e0d-5933-0410-9d29-ab41bb01d86b
| src/main/java/twitter4j/Twitter.java | TFJ-48 support update_delivery_device method | |
Java | apache-2.0 | bd37677dbbf34f2b562927bc286bade3e1230a44 | 0 | apixandru/intellij-community,ThiagoGarciaAlves/intellij-community,Distrotech/intellij-community,fitermay/intellij-community,vladmm/intellij-community,ThiagoGarciaAlves/intellij-community,fitermay/intellij-community,MER-GROUP/intellij-community,apixandru/intellij-community,idea4bsd/idea4bsd,gnuhub/intellij-community,tmp... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/debugger/impl/src/com/intellij/debugger/ui/FramesPanel.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | rollback incorrect change
| java/debugger/impl/src/com/intellij/debugger/ui/FramesPanel.java | rollback incorrect change | |
Java | apache-2.0 | 04f87b84b87bcfd3d2652179318b579c2d528333 | 0 | ekoi/DANS-DVN-4.6.1,ekoi/DANS-DVN-4.6.1,jacksonokuhn/dataverse,jacksonokuhn/dataverse,jacksonokuhn/dataverse,bmckinney/dataverse-canonical,JayanthyChengan/dataverse,bmckinney/dataverse-canonical,JayanthyChengan/dataverse,JayanthyChengan/dataverse,ekoi/DANS-DVN-4.6.1,JayanthyChengan/dataverse,bmckinney/dataverse-canonic... | package edu.harvard.iq.dataverse;
import edu.harvard.iq.dataverse.authorization.AuthenticationServiceBean;
import edu.harvard.iq.dataverse.authorization.DataverseRole;
import edu.harvard.iq.dataverse.authorization.DataverseRolePermissionHelper;
import edu.harvard.iq.dataverse.authorization.Permission;
import edu.harva... | src/main/java/edu/harvard/iq/dataverse/ManagePermissionsPage.java | package edu.harvard.iq.dataverse;
import edu.harvard.iq.dataverse.authorization.AuthenticationServiceBean;
import edu.harvard.iq.dataverse.authorization.DataverseRole;
import edu.harvard.iq.dataverse.authorization.DataverseRolePermissionHelper;
import edu.harvard.iq.dataverse.authorization.Permission;
import edu.harva... | #2657 Remove DV from permissions caveat
| src/main/java/edu/harvard/iq/dataverse/ManagePermissionsPage.java | #2657 Remove DV from permissions caveat | |
Java | bsd-2-clause | f04413bcb6fdf6bfa1b19f3c8d5fce99597185db | 0 | alpha-asp/Alpha,AntoniusW/Alpha,alpha-asp/Alpha | /**
* Copyright (c) 2016-2019, the Alpha Team.
* All rights reserved.
*
* Additional changes made by Siemens.
*
* 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... | src/main/java/at/ac/tuwien/kr/alpha/grounder/NaiveGrounder.java | /**
* Copyright (c) 2016-2019, the Alpha Team.
* All rights reserved.
*
* Additional changes made by Siemens.
*
* 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... | Refactoring NaiveGrounder
| src/main/java/at/ac/tuwien/kr/alpha/grounder/NaiveGrounder.java | Refactoring NaiveGrounder | |
Java | mit | 15b5ae619cc5dd9c72a2454f1fb3e18323418420 | 0 | intuit/karate,intuit/karate,intuit/karate,intuit/karate | /*
* The MIT License
*
* Copyright 2020 Intuit Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... | karate-core/src/main/java/com/intuit/karate/core/ScenarioBridge.java | /*
* The MIT License
*
* Copyright 2020 Intuit Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modi... | defensive coding based on a problem someone reported
| karate-core/src/main/java/com/intuit/karate/core/ScenarioBridge.java | defensive coding based on a problem someone reported | |
Java | mit | 5edefb0bf943852dc720342b668e0daa695419da | 0 | fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg,fieldenms/tg | package ua.com.fielden.platform.sample.domain;
import static java.lang.String.format;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.joda.time.DateTime;
import com.google.inject.Inject;
import ua.com.fielden.platform.continuation.NeedMoreData;
import ua.com.fielden.platform.da... | platform-dao/src/main/java/ua/com/fielden/platform/sample/domain/TgPersistentEntityWithPropertiesDao.java | package ua.com.fielden.platform.sample.domain;
import static java.lang.String.format;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import org.joda.time.DateTime;
import com.google.inject.Inject;
import ua.com.fielden.platform.continuation.NeedMoreData;
import ua.com.fielden.platform.da... | #602 Made the continuation related example a bit more readable.
| platform-dao/src/main/java/ua/com/fielden/platform/sample/domain/TgPersistentEntityWithPropertiesDao.java | #602 Made the continuation related example a bit more readable. | |
Java | epl-1.0 | 06db9c84a7ec6284f0851da29b0dec3c89fb853a | 0 | rohitmohan96/ceylon-ide-eclipse,rohitmohan96/ceylon-ide-eclipse | package com.redhat.ceylon.eclipse.code.complete;
import static com.redhat.ceylon.compiler.typechecker.tree.TreeUtil.formatPath;
import static com.redhat.ceylon.eclipse.code.complete.ParameterContextValidator.findCharCount;
import static com.redhat.ceylon.eclipse.util.Escaping.escapeName;
import static com.redhat.ceylo... | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/complete/CompletionUtil.java | package com.redhat.ceylon.eclipse.code.complete;
import static com.redhat.ceylon.compiler.typechecker.tree.TreeUtil.formatPath;
import static com.redhat.ceylon.eclipse.code.complete.ParameterContextValidator.findCharCount;
import static com.redhat.ceylon.eclipse.util.Escaping.escapeName;
import static com.redhat.ceylo... | squash npe | plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/code/complete/CompletionUtil.java | squash npe | |
Java | epl-1.0 | 4541582e9704abde2973d94ea22d9336920f1876 | 0 | ESSICS/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,css-iter/cs-studio,css-iter/cs-studio,C... | /*
* Copyright (c) 2006 Stiftung Deutsches Elektronen-Synchroton, Member of the Helmholtz Association,
* (DESY), HAMBURG, GERMANY. THIS SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS" BASIS.
* WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILI... | applications/plugins/org.csstudio.sds.components/src/org/csstudio/sds/components/model/TextInputModel.java | /*
* Copyright (c) 2006 Stiftung Deutsches Elektronen-Synchroton, Member of the Helmholtz Association,
* (DESY), HAMBURG, GERMANY. THIS SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS" BASIS.
* WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILI... | change Text Alignment category to format
| applications/plugins/org.csstudio.sds.components/src/org/csstudio/sds/components/model/TextInputModel.java | change Text Alignment category to format | |
Java | epl-1.0 | 80d42828c913d4822c8c80a2779f2c8d2dc76418 | 0 | miklossy/xtext-core,miklossy/xtext-core | /*******************************************************************************
* Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... | tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java | /*******************************************************************************
* Copyright (c) 2008 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... | AbstractAnnotationBased ... renamed to AbstractDeclarative...
| tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/parser/terminalrules/TerminalRuleTestLanguageConverters.java | AbstractAnnotationBased ... renamed to AbstractDeclarative... | |
Java | mpl-2.0 | 1eeb6ff4c760b6e8a9dcbe6c55c0f4ca3c0a5180 | 0 | etomica/etomica,ajschult/etomica,etomica/etomica,etomica/etomica,ajschult/etomica,ajschult/etomica | package etomica.potential;
import etomica.Atom;
import etomica.AtomSet;
import etomica.Default;
import etomica.EtomicaElement;
import etomica.EtomicaInfo;
import etomica.Simulation;
import etomica.Space;
import etomica.space.Vector;
/**
* @author David Kofke
*
* Inverse-power potential between an atom and all four... | etomica/potential/P1SoftBoundary.java | package etomica.potential;
import etomica.Atom;
import etomica.AtomSet;
import etomica.Default;
import etomica.EtomicaElement;
import etomica.EtomicaInfo;
import etomica.Simulation;
import etomica.Space;
import etomica.space.Vector;
/**
* @author David Kofke
*
* Inverse-power potential between an atom and all four... | cleanup -- remove used fields
| etomica/potential/P1SoftBoundary.java | cleanup -- remove used fields | |
Java | lgpl-2.1 | 4d2f8303c6a329be274d8adc96a8e963fe298b05 | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.bio.dataconversion;
/*
* Copyright (C) 2002-2013 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/... | bio/sources/human/huge-gwas/main/src/org/intermine/bio/dataconversion/HugeGwasConverter.java | package org.intermine.bio.dataconversion;
/*
* Copyright (C) 2002-2013 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/... | HuGE - resolve old symbols of human #291
Former-commit-id: 842d1efb31fe9070ebf4d34406c269de0bcd5b43 | bio/sources/human/huge-gwas/main/src/org/intermine/bio/dataconversion/HugeGwasConverter.java | HuGE - resolve old symbols of human #291 | |
Java | lgpl-2.1 | 3811abb414b59b561b62a764e8d064be0ed24b51 | 0 | tmyroadctfig/mpxj | /*
* file: Props9.java
* author: Jon Iles
* copyright: Tapster Rock Limited
* date: 07/11/2003
*/
/*
* 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 versi... | net/sf/mpxj/mpp/Props9.java | /*
* file: Props9.java
* author: Jon Iles
* copyright: Tapster Rock Limited
* date: 07/11/2003
*/
/*
* 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 versi... | Renamed variables for clarity.
| net/sf/mpxj/mpp/Props9.java | Renamed variables for clarity. | |
Java | lgpl-2.1 | 59689f19d7017cd1be711992f09e884843a260bb | 0 | jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,csrg-utfsm/acscb,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,jbarriosc/ACSUFRO,jbarriosc/ACSUFRO,ACS-Community/ACS,csrg-utfsm/acscb,ACS-Community/ACS,csrg-utfsm/acscb,A... | /*
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration),
* All rights reserved
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... | LGPL/CommonSoftware/containerTests/contLogTest/test/alma/contLogTest/LogLevelsImpl/LogLevelsTest.java | /*
* ALMA - Atacama Large Millimiter Array
* (c) European Southern Observatory, 2002
* Copyright by ESO (in the framework of the ALMA collaboration),
* All rights reserved
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... | new helper method getContainerLoggingIF to allow direct logging API calls on all containers
git-svn-id: afcf11d89342f630bd950d18a70234a9e277d909@79779 523d945c-050c-4681-91ec-863ad3bb968a
| LGPL/CommonSoftware/containerTests/contLogTest/test/alma/contLogTest/LogLevelsImpl/LogLevelsTest.java | new helper method getContainerLoggingIF to allow direct logging API calls on all containers | |
Java | apache-2.0 | f596b4db71b69f49652351c3c0623552954fd78b | 0 | endeavourhealth/EDS,endeavourhealth/EDS,endeavourhealth/EDS,endeavourhealth/EDS,endeavourhealth/EDS | package org.endeavourhealth.queuereader;
import com.fasterxml.jackson.core.type.TypeReference;
import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import com.google.gson.JsonSyntaxException;
import org.apache.commons.csv.*;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io... | src/eds-queuereader/src/main/java/org/endeavourhealth/queuereader/Main.java | package org.endeavourhealth.queuereader;
import com.fasterxml.jackson.core.type.TypeReference;
import com.google.common.base.Strings;
import com.google.common.collect.Lists;
import com.google.gson.JsonSyntaxException;
import org.apache.commons.csv.*;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io... | New transform repo
| src/eds-queuereader/src/main/java/org/endeavourhealth/queuereader/Main.java | New transform repo | |
Java | apache-2.0 | e54a591ddaf20f75f6e7037c98215247e7f73791 | 0 | jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient,jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,Sage-Bionetworks/SynapseWebClient | package org.sagebionetworks.web.unitserver;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
import static org.sagebionetworks.repo.model.EntityBundle.*;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
... | src/test/java/org/sagebionetworks/web/unitserver/SynapseClientImplTest.java | package org.sagebionetworks.web.unitserver;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.Matchers.any;
import... | test updateFileEntity with a file entity and file handle copy request
| src/test/java/org/sagebionetworks/web/unitserver/SynapseClientImplTest.java | test updateFileEntity with a file entity and file handle copy request | |
Java | apache-2.0 | 7ed9583ef706f5b7940dc524c1f77edeaf608351 | 0 | statsbiblioteket/doms-ingesters,statsbiblioteket/doms-ingesters | /*
* $Id$
* $Revision$
* $Date$
* $Author$
*
* The DOMS project.
* Copyright (C) 2007-2010 The State and University Library
*
* 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
*... | radio-tv/src/main/java/dk/statsbiblioteket/doms/ingesters/radiotv/RadioTVMetadataProcessor.java | /*
* $Id$
* $Revision$
* $Date$
* $Author$
*
* The DOMS project.
* Copyright (C) 2007-2010 The State and University Library
*
* 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
*... | Increased allowed number of failures during ingest
| radio-tv/src/main/java/dk/statsbiblioteket/doms/ingesters/radiotv/RadioTVMetadataProcessor.java | Increased allowed number of failures during ingest | |
Java | apache-2.0 | fffdcc380d44af3e763d989c8567c2a52d530da0 | 0 | PavelGirkalo/java_pft,PavelGirkalo/java_pft | package ru.stqa.pft.addressbook.generators;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.ParameterException;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.thoughtworks.xstream.XStream;
import ru.stqa.pft.addressbook.model.Conta... | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/generators/ContactDataGenetator.java | package ru.stqa.pft.addressbook.generators;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.ParameterException;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.thoughtworks.xstream.XStream;
import ru.stqa.pft.addressbook.model.Conta... | Рефакторинг генератора контактов
| addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/generators/ContactDataGenetator.java | Рефакторинг генератора контактов | |
Java | apache-2.0 | 1b82f4df76f111ee94e102e083a33be2505d753f | 0 | rodriguezdevera/sakai,liubo404/sakai,whumph/sakai,lorenamgUMU/sakai,liubo404/sakai,bkirschn/sakai,kingmook/sakai,hackbuteer59/sakai,rodriguezdevera/sakai,lorenamgUMU/sakai,bzhouduke123/sakai,joserabal/sakai,rodriguezdevera/sakai,puramshetty/sakai,clhedrick/sakai,colczr/sakai,zqian/sakai,hackbuteer59/sakai,liubo404/saka... | package org.sakaiproject.tool.assessment.ui.bean.print;
import java.awt.Color;
import java.io.ByteArrayOutputStream;
import java.io.Serializable;
import java.io.StringReader;
import java.io.Reader;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import j... | samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java | package org.sakaiproject.tool.assessment.ui.bean.print;
import java.awt.Color;
import java.io.ByteArrayOutputStream;
import java.io.Serializable;
import java.io.StringReader;
import java.io.Reader;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import j... | SAM-1011
git-svn-id: 574bb14f304dbe16c01253ed6697ea749724087f@84315 66ffb92e-73f9-0310-93c1-f5514f145a0a
| samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java | SAM-1011 | |
Java | apache-2.0 | fa0b9d1ff003650d93d2ec774e0bd79f3885d3e2 | 0 | Onegini/cordova-plugin-onegini,Onegini/cordova-plugin-onegini,Onegini/cordova-plugin-onegini | package com.onegini.actions;
import org.apache.cordova.CallbackContext;
import org.json.JSONArray;
import com.onegini.OneginiCordovaPlugin;
public class AwaitInitialization implements OneginiPluginAction {
private static CallbackContext pluginInitializedCallback;
public static void notifyIfPluginInitialized() ... | src/android/src/android/com/onegini/actions/AwaitInitialization.java | package com.onegini.actions;
import org.apache.cordova.CallbackContext;
import org.json.JSONArray;
import com.onegini.OneginiCordovaPlugin;
public class AwaitInitialization implements OneginiPluginAction {
private static CallbackContext pluginInitializedCallback;
public static void notifyIfPluginInitialized() ... | MS-217, error callback should not be sent during at this step as plugin may still be not initialised
Former-commit-id: 0fc48b4814a9f80c658980479f9e16364814b757 | src/android/src/android/com/onegini/actions/AwaitInitialization.java | MS-217, error callback should not be sent during at this step as plugin may still be not initialised | |
Java | apache-2.0 | 13dd48a263615bc32ae7b5ee8e1e1962bb354b7b | 0 | jankotek/titan,thinkaurelius/titan,mwpnava/titan,samanalysis/titan,ThiagoGarciaAlves/titan,infochimps-forks/titan,wangbf/titan,elkingtonmcb/titan,CYPP/titan,anuragkh/titan,englishtown/titan,evanv/titan,elkingtonmcb/titan,tomersagi/titan,kalatestimine/titan,infochimps-forks/titan,jamestyack/titan,jamestyack/titan,horton... | package com.thinkaurelius.titan.graphdb.transaction.vertexcache;
import java.util.ArrayList;
import java.util.List;
import com.google.common.base.Preconditions;
import com.thinkaurelius.titan.graphdb.internal.InternalVertex;
import com.thinkaurelius.titan.graphdb.util.ConcurrentLRUCache;
import com.thinkaurelius.tita... | titan-core/src/main/java/com/thinkaurelius/titan/graphdb/transaction/vertexcache/LRUVertexCache.java | package com.thinkaurelius.titan.graphdb.transaction.vertexcache;
import java.util.ArrayList;
import java.util.List;
import com.google.common.base.Preconditions;
import com.thinkaurelius.titan.graphdb.internal.InternalVertex;
import com.thinkaurelius.titan.graphdb.util.ConcurrentLRUCache;
import com.thinkaurelius.tita... | fix VertexLRUCache get to actually cache non-existing vertices
| titan-core/src/main/java/com/thinkaurelius/titan/graphdb/transaction/vertexcache/LRUVertexCache.java | fix VertexLRUCache get to actually cache non-existing vertices | |
Java | apache-2.0 | 779614dd629fd8d5815d4e087b3b8ee9c19c654e | 0 | hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak | package com.sequenceiq.cloudbreak.service.identitymapping;
import java.util.Map;
import java.util.Map.Entry;
import java.util.stream.Collectors;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import com.sequenceiq.cloudbreak.cloud.IdentityService;
import com.sequenceiq.... | core/src/main/java/com/sequenceiq/cloudbreak/service/identitymapping/GcpMockAccountMappingService.java | package com.sequenceiq.cloudbreak.service.identitymapping;
import java.util.Map;
import java.util.Map.Entry;
import java.util.stream.Collectors;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import com.sequenceiq.cloudbreak.cloud.IdentityService;
import com.sequenceiq.... | CB-9250 fixing the current GCP mock idbroker role string to work correctly. This was testede with e2e cloud storage integration.
| core/src/main/java/com/sequenceiq/cloudbreak/service/identitymapping/GcpMockAccountMappingService.java | CB-9250 fixing the current GCP mock idbroker role string to work correctly. This was testede with e2e cloud storage integration. | |
Java | apache-2.0 | 0c28ed51f4be7d8a178024d7b46bbcd11f05038b | 0 | kalatestimine/titan,nvoron23/titan,jankotek/titan,anuragkh/titan,elkingtonmcb/titan,ThiagoGarciaAlves/titan,kangkot/titan,qiuqiyuan/titan,evanv/titan,fengshao0907/titan,xlcupid/titan,jamestyack/titan,fengshao0907/titan,mwpnava/titan,wangbf/titan,kalatestimine/titan,jamestyack/titan,mwpnava/titan,elkingtonmcb/titan,nvor... | package com.thinkaurelius.titan.hadoop;
import com.google.common.base.Preconditions;
import com.thinkaurelius.titan.hadoop.compat.HadoopCompatLoader;
import com.thinkaurelius.titan.hadoop.compat.HadoopCompiler;
import com.thinkaurelius.titan.hadoop.config.TitanHadoopConfiguration;
import com.thinkaurelius.titan.hadoop... | titan-hadoop-parent/titan-hadoop-core/src/main/java/com/thinkaurelius/titan/hadoop/HadoopPipeline.java | package com.thinkaurelius.titan.hadoop;
import com.google.common.base.Preconditions;
import com.thinkaurelius.titan.hadoop.compat.HadoopCompatLoader;
import com.thinkaurelius.titan.hadoop.compat.HadoopCompiler;
import com.thinkaurelius.titan.hadoop.config.TitanHadoopConfiguration;
import com.thinkaurelius.titan.hadoop... | Making HadoopPipeline.submit return Tool status
This submit method is a thin wrapper around ToolRunner.run.
ToolRunner.run returns the integer exit status produced by the Tool
implementation it executes. Prior to this commit, submit returned
void and threw the status away. Now the status is returned from
submit. Th... | titan-hadoop-parent/titan-hadoop-core/src/main/java/com/thinkaurelius/titan/hadoop/HadoopPipeline.java | Making HadoopPipeline.submit return Tool status | |
Java | apache-2.0 | eb134def7c2d629a4fec3b507e45cdefaf204421 | 0 | willkara/sakai,willkara/sakai,frasese/sakai,Fudan-University/sakai,Fudan-University/sakai,OpenCollabZA/sakai,willkara/sakai,frasese/sakai,frasese/sakai,ouit0408/sakai,frasese/sakai,frasese/sakai,OpenCollabZA/sakai,willkara/sakai,ouit0408/sakai,ouit0408/sakai,willkara/sakai,OpenCollabZA/sakai,frasese/sakai,OpenCollabZA/... | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Ve... | portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImpl.java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Ve... | SAK-31670 When aliases disabled don’t query DB. (#3185)
If aliases are disabled we would still look in the DB for any aliases. This is wrong and we should only be looking when aliases are enabled. | portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImpl.java | SAK-31670 When aliases disabled don’t query DB. (#3185) | |
Java | apache-2.0 | a6c881f8c42433b49eb378881b9bdd63a1a52202 | 0 | apache/commons-jcs,apache/commons-jcs,mohanaraosv/commons-jcs,mohanaraosv/commons-jcs,apache/commons-jcs,mohanaraosv/commons-jcs | /*
* 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 ... | commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/EnsureCDIIsTestedWhenTCKsRunTest.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 ... | JCS-132 EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6
git-svn-id: fd52ae19693b7be904def34076a5ebbd6e132215@1632295 13f79535-47bb-0310-9956-ffa450edef68
| commons-jcs-tck-tests/src/test/java/org/apache/commons/jcs/jcache/EnsureCDIIsTestedWhenTCKsRunTest.java | JCS-132 EnsureCDIIsTestedWhenTCKsRunTest fails on Java 1.6 | |
Java | apache-2.0 | ab558f105adf48c895400c154e3ee5dec966ab47 | 0 | sangramjadhav/testrs | 2270c6b8-2ece-11e5-905b-74de2bd44bed | hello.java | 22703716-2ece-11e5-905b-74de2bd44bed | 2270c6b8-2ece-11e5-905b-74de2bd44bed | hello.java | 2270c6b8-2ece-11e5-905b-74de2bd44bed | |
Java | apache-2.0 | 0c5c7644972757fea8db0821fd69e62891f7d7ae | 0 | klehmann/domino-jna | package com.mindoo.domino.jna.formula;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collections;
import java.util.EnumSet;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import com.mindoo.domino.jna.IAdaptable;
import com.mindoo.domino.jna.No... | domino-jna/src/main/java/com/mindoo/domino/jna/formula/FormulaExecution.java | package com.mindoo.domino.jna.formula;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collections;
import java.util.EnumSet;
import java.util.List;
import java.util.Set;
import com.mindoo.domino.jna.IAdaptable;
import com.mindoo.domino.jna.NotesItem;
import com.mindoo... | API to apply security to formula execution
| domino-jna/src/main/java/com/mindoo/domino/jna/formula/FormulaExecution.java | API to apply security to formula execution | |
Java | apache-2.0 | 351aeb957c2c46d0c8c1580f28c79057bcdc5bba | 0 | adgear/secor,adgear/secor | package com.pinterest.secor.io.impl;
import com.pinterest.secor.common.SecorConfig;
import com.pinterest.secor.io.AdgearReader;
import com.pinterest.secor.io.KeyValue;
import net.minidev.json.JSONObject;
import net.minidev.json.JSONValue;
// Converts gateway JSON to Beh TSV
public class AdgearGatewayJsonReader imple... | src/main/java/com/pinterest/secor/io/impl/AdgearGatewayJsonReader.java | package com.pinterest.secor.io.impl;
import com.pinterest.secor.common.SecorConfig;
import com.pinterest.secor.io.AdgearReader;
import com.pinterest.secor.io.KeyValue;
import net.minidev.json.JSONObject;
import net.minidev.json.JSONValue;
// Converts gateway JSON to Beh TSV
public class AdgearGatewayJsonReader imple... | Fix string comparison.
| src/main/java/com/pinterest/secor/io/impl/AdgearGatewayJsonReader.java | Fix string comparison. | |
Java | bsd-3-clause | 8a857e21525b88839da99ba236eb42485f800ed4 | 0 | aldebaran/libqi-java,aldebaran/libqi-java,aldebaran/libqi-java | package com.aldebaran.qimessaging;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Map;
/**
* T... | java/qimessaging/src/main/java/com/aldebaran/qimessaging/EmbeddedTools.java | package com.aldebaran.qimessaging;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Map;
/**
* T... | Java: Add method to override directory where native libraries are extracted
Change-Id: I4390f87dd00fb60db13b1b1dc08e6eeaeb315c52
Reviewed-on: http://gerrit.aldebaran.lan/20228
Reviewed-by: proullon <ffff9135679d397f48dd743107119b1f6fc32d3d@aldebaran-robotics.com>
Tested-by: proullon <ffff9135679d397f48dd743107119b1f6f... | java/qimessaging/src/main/java/com/aldebaran/qimessaging/EmbeddedTools.java | Java: Add method to override directory where native libraries are extracted | |
Java | bsd-3-clause | d296c18880aaf986f04fa326f2c101cc5908f8e7 | 0 | salesforce/storm-dynamic-spout,salesforce/storm-dynamic-spout | package com.salesforce.storm.spout.sideline;
import com.salesforce.storm.spout.sideline.kafka.DelegateSidelineSpout;
import com.salesforce.storm.spout.sideline.metrics.MetricsRecorder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.Clock;
import java.util.Map;
import java.util.Queue;
import... | src/main/java/com/salesforce/storm/spout/sideline/SpoutCoordinator.java | package com.salesforce.storm.spout.sideline;
import com.salesforce.storm.spout.sideline.kafka.DelegateSidelineSpout;
import com.salesforce.storm.spout.sideline.metrics.MetricsRecorder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.Clock;
import java.util.Map;
import java.util.Queue;
import... | Rename some properties
| src/main/java/com/salesforce/storm/spout/sideline/SpoutCoordinator.java | Rename some properties | |
Java | mit | 965bde15e839382fa7841cfecd231ca43593fa2f | 0 | maillouxc/git-rekt | package com.gitrekt.resort.controller;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.sta... | src/main/java/com/gitrekt/resort/controller/StaffHomeScreenController.java | package com.gitrekt.resort.controller;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.Initializable;
/**
* FXML Controller class for the staff home screen.
*/
public class StaffHomeScreenController implements Initializable {
/**
* Initializes the controller class.
*/
@Ov... | Display view reports screen on button click
| src/main/java/com/gitrekt/resort/controller/StaffHomeScreenController.java | Display view reports screen on button click | |
Java | mit | 0698bc769d3389bd99ebb3afd46f539eddbc1620 | 0 | berryma4/diirt,richardfearn/diirt,berryma4/diirt,diirt/diirt,ControlSystemStudio/diirt,ControlSystemStudio/diirt,berryma4/diirt,diirt/diirt,diirt/diirt,berryma4/diirt,diirt/diirt,ControlSystemStudio/diirt,richardfearn/diirt,richardfearn/diirt,ControlSystemStudio/diirt | /**
* Copyright (C) 2010-14 pvmanager developers. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
*/
package org.epics.pvmanager.formula;
import java.util.Arrays;
import java.util.Collection;
import java.util.Objects;
import org.epics.util.array.ArrayDouble;
import org.epic... | pvmanager-extra/src/test/java/org/epics/pvmanager/formula/FunctionTester.java | /**
* Copyright (C) 2010-14 pvmanager developers. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
*/
package org.epics.pvmanager.formula;
import java.util.Arrays;
import java.util.Collection;
import java.util.Objects;
import org.epics.util.array.ArrayDouble;
import org.epic... | formula: fixing compareValue for columns | pvmanager-extra/src/test/java/org/epics/pvmanager/formula/FunctionTester.java | formula: fixing compareValue for columns | |
Java | mit | 73cb70c2c651189121cb0754a6118c8aec37a78e | 0 | eaglerainbow/docker-plugin,jenkinsci/docker-plugin,jenkinsci/docker-plugin,jenkinsci/docker-plugin,eaglerainbow/docker-plugin,eaglerainbow/docker-plugin | package com.nirima.jenkins.plugins.docker;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.command.PushImageCmd;
import com.github.dockerjava.api.exception.DockerException;
import com.github.dockerjava.api.model.AuthConfig;
import com.github.dockerjava.api.model.Identifier;
import com.g... | docker-plugin/src/main/java/com/nirima/jenkins/plugins/docker/DockerSlave.java | package com.nirima.jenkins.plugins.docker;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.command.PushImageCmd;
import com.github.dockerjava.api.exception.DockerException;
import com.github.dockerjava.api.model.AuthConfig;
import com.github.dockerjava.api.model.Identifier;
import com.g... | missing import | docker-plugin/src/main/java/com/nirima/jenkins/plugins/docker/DockerSlave.java | missing import | |
Java | mit | 163b37ed377f90f929c78cf17ad1b94ce405cb49 | 0 | vgt-tomek/image-draw | package pl.vgtworld.imagedraw.processing;
import java.awt.Image;
import java.awt.image.BufferedImage;
import pl.vgtworld.imagedraw.ImageDrawEntity;
class ImageResizeActions {
public void resize(ImageDrawEntity image, Integer newWidth, Integer newHeight) {
dimensionValidation(newWidth, newHeight);
if (newWidth... | image-draw/src/main/java/pl/vgtworld/imagedraw/processing/ImageResizeActions.java | package pl.vgtworld.imagedraw.processing;
import java.awt.image.BufferedImage;
import pl.vgtworld.imagedraw.ImageDrawEntity;
class ImageResizeActions {
public void resize(ImageDrawEntity image, Integer newWidth, Integer newHeight) {
dimensionValidation(newWidth, newHeight);
if (newWidth == null) {
newWidth... | Import java.awt.Image instead of using full name. | image-draw/src/main/java/pl/vgtworld/imagedraw/processing/ImageResizeActions.java | Import java.awt.Image instead of using full name. | |
Java | mit | d54a39183e348223a42a94c238d584cf4387be51 | 0 | sstrickx/yahoofinance-api,chris-ch/yahoofinance-api | package yahoofinance;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Calendar;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import yahoofinance.histquotes.HistQuotesRequest;
import yahoofinance.histquotes.HistoricalQuote;
import yahoofinance.hist... | src/main/java/yahoofinance/Stock.java | package yahoofinance;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Calendar;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import yahoofinance.histquotes.HistQuotesRequest;
import yahoofinance.histquotes.HistoricalQuote;
import yahoofinance.hist... | Provide a check to see if the returned Stock is valid #64
| src/main/java/yahoofinance/Stock.java | Provide a check to see if the returned Stock is valid #64 | |
Java | mit | 5f06582136881696df1c6f53a2c49389c0530e2b | 0 | braintree/braintree_android,braintree/braintree_android,braintree/braintree_android,braintree/braintree_android | package com.braintreepayments.api.dropin;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.os.Build.VERSION;
import android.os.Build.VERSION_CODES;
import android.widget.ImageView;
import com.braintreepaymen... | Drop-In/src/androidTest/java/com/braintreepayments/api/dropin/CustomizationTest.java | package com.braintreepayments.api.dropin;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.os.Build.VERSION_CODES;
import android.widget.ImageView;
import com.braintreepayments.api.BraintreeApi;
import com.b... | More Android 5.0 UI test fixes
| Drop-In/src/androidTest/java/com/braintreepayments/api/dropin/CustomizationTest.java | More Android 5.0 UI test fixes | |
Java | mit | 24df834f73f4b2c5c50046364c1a8525eda68f91 | 0 | bonczj/vertx-messaging-sample | package bonczj.vertx.message;
import bonczj.vertx.models.Result;
import bonczj.vertx.models.Status;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.json.Json;
import io.vertx.core.json.JsonObject;
import java.util.Random;
import java.util.logging.Logger;
public class MessageHandlerVerticle extends Abstra... | message-handler-verticle/src/main/java/bonczj/vertx/message/MessageHandlerVerticle.java | package bonczj.vertx.message;
import bonczj.vertx.models.Result;
import bonczj.vertx.models.Status;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.eventbus.EventBus;
import io.vertx.core.json.Json;
import io.vertx.core.json.JsonObject;
import java.util.Random;
import java.util.logging.Logger;
public cla... | Moved the blocking call to a blocking execution block so that is follows the correct pattern for vert.
| message-handler-verticle/src/main/java/bonczj/vertx/message/MessageHandlerVerticle.java | Moved the blocking call to a blocking execution block so that is follows the correct pattern for vert. | |
Java | mit | f4e2df9cc4565f34592997bcf958e608e43eb074 | 0 | lew/mitzi | package mitzi;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class NaiveBoard implements IBoard {
protected static int[][] initial_board = {
{ 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00 },
{ 00, 00, ... | src/mitzi/NaiveBoard.java | package mitzi;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class NaiveBoard implements IBoard {
protected static int[][] initial_board = {
{ 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00 },
{ 00, 00, ... | reduced the number of getFromBoard calls... Mitzi is again a bit faster
:) | src/mitzi/NaiveBoard.java | reduced the number of getFromBoard calls... Mitzi is again a bit faster :) | |
Java | mit | 667955f70b12e8c45fc591e00b59a9b231ca02ef | 0 | GluuFederation/oxCore,madumlao/oxCore | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.ldap.model;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import javax.persistence.Transient;
import... | oxLdapSample/src/main/java/org/gluu/ldap/model/SimpleSessionState.java | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.ldap.model;
import java.io.Serializable;
import java.util.Date;
import java.util.Map;
import javax.persistence.Transient;
import org.apache.commons.collec... | Fix Map type | oxLdapSample/src/main/java/org/gluu/ldap/model/SimpleSessionState.java | Fix Map type | |
Java | mit | df5744bcd336c2d6b99fccd3bd21142781fc0d0b | 0 | iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller... |
package org.broadinstitute.sting.gatk.walkers.indels;
import org.broadinstitute.sting.gatk.refdata.*;
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;
import org.broadinstitute.sting.utils.*;
import org.broadinstitute.sting.gatk.walkers.*;... | java/src/org/broadinstitute/sting/gatk/walkers/indels/SNPClusterWalker.java |
package org.broadinstitute.sting.gatk.walkers.indels;
import org.broadinstitute.sting.gatk.refdata.*;
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;
import org.broadinstitute.sting.utils.*;
import org.broadinstitute.sting.gatk.walkers.*;... | update this walker so any variants can be passed in
git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@1426 348d0f76-0448-11de-a6fe-93d51630548a
| java/src/org/broadinstitute/sting/gatk/walkers/indels/SNPClusterWalker.java | update this walker so any variants can be passed in | |
Java | epl-1.0 | 8d6c5ddba550aa81914eeb63b2a2ca54b75c1a77 | 0 | minecrafter/SuperbVote,minecrafter/SuperbVote | package io.minimum.minecraft.superbvote.signboard;
import io.minimum.minecraft.superbvote.SuperbVote;
import io.minimum.minecraft.superbvote.configuration.message.MessageContext;
import io.minimum.minecraft.superbvote.configuration.message.PlainStringMessage;
import io.minimum.minecraft.superbvote.util.PlayerVotes;
im... | src/main/java/io/minimum/minecraft/superbvote/signboard/TopPlayerSignUpdater.java | package io.minimum.minecraft.superbvote.signboard;
import io.minimum.minecraft.superbvote.SuperbVote;
import io.minimum.minecraft.superbvote.configuration.message.MessageContext;
import io.minimum.minecraft.superbvote.configuration.message.PlainStringMessage;
import io.minimum.minecraft.superbvote.util.PlayerVotes;
im... | Remove debug artifacts.
| src/main/java/io/minimum/minecraft/superbvote/signboard/TopPlayerSignUpdater.java | Remove debug artifacts. | |
Java | mpl-2.0 | 789981a9f35da05fa384c67aa56e300505ebaa7b | 0 | crankycoder/MozStumbler,cascheberg/MozStumbler,priyankvex/MozStumbler,cascheberg/MozStumbler,crankycoder/MozStumbler,petercpg/MozStumbler,priyankvex/MozStumbler,petercpg/MozStumbler,cascheberg/MozStumbler,petercpg/MozStumbler,MozillaCZ/MozStumbler,MozillaCZ/MozStumbler,priyankvex/MozStumbler,crankycoder/MozStumbler,Moz... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.mozstumbler.client.navdrawer;
import android.os.Handler;
import android.os.Looper;
import and... | android/src/main/java/org/mozilla/mozstumbler/client/navdrawer/MetricsView.java | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.mozstumbler.client.navdrawer;
import android.os.Handler;
import android.os.Looper;
import and... | periodically update metrics last upload time
| android/src/main/java/org/mozilla/mozstumbler/client/navdrawer/MetricsView.java | periodically update metrics last upload time | |
Java | agpl-3.0 | 9f05d97e93e479f1329efd871ced90566b24c6c5 | 0 | jspacco/CloudCoder,x77686d/CloudCoder,jspacco/CloudCoder2,daveho/CloudCoder,daveho/CloudCoder,cloudcoderdotorg/CloudCoder,cloudcoderdotorg/CloudCoder,vjpudelski/CloudCoder,jspacco/CloudCoder,jspacco/CloudCoder2,cloudcoderdotorg/CloudCoder,csirkeee/CloudCoder,x77686d/CloudCoder,cloudcoderdotorg/CloudCoder,vjpudelski/Clo... | // CloudCoder - a web-based pedagogical programming environment
// Copyright (C) 2011-2012, Jaime Spacco <jspacco@knox.edu>
// Copyright (C) 2011-2012, David H. Hovemeyer <david.hovemeyer@gmail.com>
// Copyright (C) 2013, York College of Pennsylvania
//
// This program is free software: you can redistribute it and/or m... | CloudCoderBuilder2/src/org/cloudcoder/builder2/csandbox/EasySandboxSharedLibrary.java | // CloudCoder - a web-based pedagogical programming environment
// Copyright (C) 2011-2012, Jaime Spacco <jspacco@knox.edu>
// Copyright (C) 2011-2012, David H. Hovemeyer <david.hovemeyer@gmail.com>
// Copyright (C) 2013, York College of Pennsylvania
//
// This program is free software: you can redistribute it and/or m... | fixed logging of compile errors | CloudCoderBuilder2/src/org/cloudcoder/builder2/csandbox/EasySandboxSharedLibrary.java | fixed logging of compile errors | |
Java | agpl-3.0 | 4ad151a17a9169870f8420ec8cff9a54a9da05a4 | 0 | skylow95/libreplan,LibrePlan/libreplan,skylow95/libreplan,dgray16/libreplan,skylow95/libreplan,dgray16/libreplan,dgray16/libreplan,LibrePlan/libreplan,LibrePlan/libreplan,PaulLuchyn/libreplan,LibrePlan/libreplan,poum/libreplan,poum/libreplan,PaulLuchyn/libreplan,LibrePlan/libreplan,dgray16/libreplan,Marine-22/libre,Pau... | /*
* This file is part of LibrePlan
*
* Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
* Desenvolvemento Tecnolóxico de Galicia
* Copyright (C) 2010-2011 Igalia, S.L.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms ... | libreplan-business/src/main/java/org/libreplan/business/workreports/daos/WorkReportLineDAO.java | /*
* This file is part of LibrePlan
*
* Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e
* Desenvolvemento Tecnolóxico de Galicia
* Copyright (C) 2010-2011 Igalia, S.L.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms ... | Set a method transactional.
FEA: ItEr75S27PerProjectDashboard
| libreplan-business/src/main/java/org/libreplan/business/workreports/daos/WorkReportLineDAO.java | Set a method transactional. | |
Java | lgpl-2.1 | f465518593eb7aca8de023674a78ab8ace24be9a | 0 | lespea/Java-CEF,cmcotton/Java-CEF | /**
* Extension.java 2011-09-06
*
* Copyright 2011, Adam Lesperance
*
* 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)
* a... | src/main/java/com/lespea/cef/Extension.java | /**
* Extension.java 2011-09-06
*
* Copyright 2011, Adam Lesperance
*
* 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)
* a... | Precompute the hashcode as well and use it in equals to possibly save a
lot of checks | src/main/java/com/lespea/cef/Extension.java | Precompute the hashcode as well and use it in equals to possibly save a lot of checks | |
Java | lgpl-2.1 | 534e1190ecaa30d78a513829be8fc26b9f3d2a38 | 0 | hal/core,hal/core,hal/core,hal/core,hal/core | package org.jboss.as.console.client.shared.subsys.jca;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.ui.VerticalPanel;
import com.google.gwt.user.client.ui.Widget;
import org.jboss.as.console.client.Console;
import org.jboss.as... | gui/src/main/java/org/jboss/as/console/client/shared/subsys/jca/AdapterDetails.java | package org.jboss.as.console.client.shared.subsys.jca;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.ui.VerticalPanel;
import com.google.gwt.user.client.ui.Widget;
import org.jboss.as.console.client.Console;
import org.jboss.as... | prevent edit when no entity selected | gui/src/main/java/org/jboss/as/console/client/shared/subsys/jca/AdapterDetails.java | prevent edit when no entity selected | |
Java | lgpl-2.1 | 6d4d3fc90da3a4d8c1f36edc9898df5b3b883000 | 0 | picketbox/picketbox,picketbox/picketbox,picketbox/picketbox | /*
* 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 terms of t... | security-jboss-sx/jbosssx/src/main/java/org/jboss/security/auth/spi/BaseCertLoginModule.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 terms of t... | SECURITY-558: use truststore by default and fallback to keystore
| security-jboss-sx/jbosssx/src/main/java/org/jboss/security/auth/spi/BaseCertLoginModule.java | SECURITY-558: use truststore by default and fallback to keystore | |
Java | lgpl-2.1 | 81eb7b4a3366ca2fe9325c49fcaa5ae94497fd39 | 0 | exedio/copernica,exedio/copernica,exedio/copernica |
package com.exedio.cope.lib;
import java.io.File;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Iterator;
import ja... | lib/src/com/exedio/cope/lib/Database.java |
package com.exedio.cope.lib;
import java.io.File;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Iterator;
import ja... | rename selectType to selectTable
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@1091 e7d4fc99-c606-0410-b9bf-843393a9eab7
| lib/src/com/exedio/cope/lib/Database.java | rename selectType to selectTable | |
Java | apache-2.0 | 68014bf3b3a0027b5fde22c7d2a194af60dd01fa | 0 | ImmobilienScout24/deadcode4j | package de.is24.deadcode4j.analyzer.webxml;
import de.is24.deadcode4j.AnalysisContext;
import de.is24.deadcode4j.analyzer.XmlAnalyzer;
import org.xml.sax.Attributes;
import org.xml.sax.helpers.DefaultHandler;
import javax.annotation.Nonnull;
import java.util.*;
import static com.google.common.base.Strings.nullToEmpt... | src/main/java/de/is24/deadcode4j/analyzer/webxml/BaseWebXmlAnalyzer.java | package de.is24.deadcode4j.analyzer.webxml;
import de.is24.deadcode4j.AnalysisContext;
import de.is24.deadcode4j.analyzer.XmlAnalyzer;
import org.xml.sax.Attributes;
import org.xml.sax.helpers.DefaultHandler;
import javax.annotation.Nonnull;
import java.util.*;
import static com.google.common.base.Strings.nullToEmpt... | suppress unchecked warning
| src/main/java/de/is24/deadcode4j/analyzer/webxml/BaseWebXmlAnalyzer.java | suppress unchecked warning | |
Java | apache-2.0 | 24e296b86971d8e075cba241bbb44fe6f76b472a | 0 | sdnwiselab/onos,mengmoya/onos,opennetworkinglab/onos,osinstom/onos,LorenzReinhart/ONOSnew,osinstom/onos,maheshraju-Huawei/actn,opennetworkinglab/onos,VinodKumarS-Huawei/ietf96yang,VinodKumarS-Huawei/ietf96yang,sonu283304/onos,maheshraju-Huawei/actn,y-higuchi/onos,kuujo/onos,sdnwiselab/onos,y-higuchi/onos,maheshraju-Hua... | /*
* Copyright 2014 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | core/api/src/main/java/org/onosproject/net/flow/DefaultFlowRule.java | /*
* Copyright 2014 Open Networking Laboratory
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | Prevent null treatments
Change-Id: Icd40ab7f986f9738d0445428cd1f0c9053ed4e88
| core/api/src/main/java/org/onosproject/net/flow/DefaultFlowRule.java | Prevent null treatments | |
Java | apache-2.0 | 11e5c67356852b144e67d701eeed4f950cc8cc0a | 0 | google/ExoPlayer,google/ExoPlayer,androidx/media,google/ExoPlayer,androidx/media,androidx/media | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | libraries/exoplayer/src/main/java/androidx/media3/exoplayer/ExoPlayerImpl.java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Remove self-listening from ExoPlayerImpl
SimpleExoPlayer used to register a listener on ExoPlayerImpl for
the old EventListener callbacks. Now both classes are merged, this is
no longer needed and should be removed in favor of calling methods
directly.
#minor-release
PiperOrigin-RevId: 427187875
| libraries/exoplayer/src/main/java/androidx/media3/exoplayer/ExoPlayerImpl.java | Remove self-listening from ExoPlayerImpl | |
Java | apache-2.0 | 918c251891109e8877f569f1ef23d437d6bb30d0 | 0 | scholzj/barnabas,scholzj/barnabas,ppatierno/kaas,ppatierno/kaas | /*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.operator.common;
import io.fabric8.kubernetes.api.model.LabelSelector;
import io.fabric8.kubernetes.api.model.rbac.ClusterRoleBinding;
import io.fabric8.kubernet... | operator-common/src/main/java/io/strimzi/operator/common/AbstractOperator.java | /*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.operator.common;
import io.fabric8.kubernetes.api.model.LabelSelector;
import io.fabric8.kubernetes.api.model.rbac.ClusterRoleBinding;
import io.fabric8.kubernet... | Remove confusing failed to acquire lock warning (#4521)
Signed-off-by: Jakub Scholz <c50267b906a652f2142cfab006e215c9f6fdc8a0@scholzj.com> | operator-common/src/main/java/io/strimzi/operator/common/AbstractOperator.java | Remove confusing failed to acquire lock warning (#4521) | |
Java | apache-2.0 | 5d845092c787bb9c2ecfaa227893a15e1800df46 | 0 | AArhin/head,AArhin/head,vorburger/mifos-head,AArhin/head,maduhu/head,jpodeszwik/mifos,maduhu/mifos-head,vorburger/mifos-head,maduhu/mifos-head,maduhu/head,maduhu/mifos-head,maduhu/head,maduhu/mifos-head,jpodeszwik/mifos,maduhu/head,vorburger/mifos-head,jpodeszwik/mifos,jpodeszwik/mifos,maduhu/head,AArhin/head,AArhin/he... | /*
* Copyright (c) 2005-2010 Grameen Foundation USA
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | userInterface/src/main/java/org/mifos/ui/core/controller/GenericController.java | /*
* Copyright (c) 2005-2010 Grameen Foundation USA
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | removing viewProductMix.ftl mapping in GenericController
| userInterface/src/main/java/org/mifos/ui/core/controller/GenericController.java | removing viewProductMix.ftl mapping in GenericController | |
Java | apache-2.0 | 518dbc14e17feb3a338b530a9217548760fd7dd9 | 0 | ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE | package uk.ac.ebi.quickgo.index.geneproduct;
import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepository;
import uk.ac.ebi.quickgo.geneproduct.common.document.GeneProductDocument;
import uk.ac.ebi.quickgo.index.common.SolrCrudRepoWriter;
import uk.ac.ebi.quickgo.index.common.listener.LogJobListener;
import uk.ac... | indexing/src/main/java/uk/ac/ebi/quickgo/index/geneproduct/GeneProductConfig.java | package uk.ac.ebi.quickgo.index.geneproduct;
import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepository;
import uk.ac.ebi.quickgo.geneproduct.common.document.GeneProductDocument;
import uk.ac.ebi.quickgo.index.common.DocumentReaderException;
import uk.ac.ebi.quickgo.index.common.SolrCrudRepoWriter;
import uk.ac... | Add step listener to the step.
| indexing/src/main/java/uk/ac/ebi/quickgo/index/geneproduct/GeneProductConfig.java | Add step listener to the step. | |
Java | apache-2.0 | e6a80aed3776535e684081ec7d50c728a78d0674 | 0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j | /**
* Licensed to Neo Technology under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Neo Technology licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not us... | packaging/win-test/src/test/java/org/neo4j/windows/test/TheTest.java | /**
* Licensed to Neo Technology under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Neo Technology licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not us... | Added tests to install the server on a path with strange characters and space in it
| packaging/win-test/src/test/java/org/neo4j/windows/test/TheTest.java | Added tests to install the server on a path with strange characters and space in it | |
Java | apache-2.0 | 89f4bf9d11d94943d357ee72613a7b098166b5de | 0 | cnldw/APITools | package com.itlaborer.utils;
import java.awt.Toolkit;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.StringWriter;
import java.io.UnsupportedEncodingException;
import java.nio.... | src/com/itlaborer/utils/ApiUtils.java | package com.itlaborer.utils;
import java.awt.Toolkit;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.StringWriter;
import java.io.UnsupportedEncodingException;
import java.nio.... | no commit message | src/com/itlaborer/utils/ApiUtils.java | no commit message | |
Java | apache-2.0 | 3e2245a4266ac4e0a01fda752a58a67043ea91e6 | 0 | rhdunn/marklogic-intellij-plugin | /*
* Copyright (C) 2017 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | src/test/java/uk/co/reecedunn/intellij/plugin/marklogic/tests/query/FunctionTest.java | /*
* Copyright (C) 2017 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | Rename the FunctionTest.testSQL to reflect what it is actually testing.
| src/test/java/uk/co/reecedunn/intellij/plugin/marklogic/tests/query/FunctionTest.java | Rename the FunctionTest.testSQL to reflect what it is actually testing. | |
Java | apache-2.0 | 57d531265530f1d2b1ed192c8706877e54142ead | 0 | vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | libs/x-content/src/test/java/org/elasticsearch/common/xcontent/XContentParserTests.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... | Unmute and fix testSubParserArray (#40626)
testSubParserArray failed, fixed and improved to not always have an
object as outer-level inside array.
Closes #40617 | libs/x-content/src/test/java/org/elasticsearch/common/xcontent/XContentParserTests.java | Unmute and fix testSubParserArray (#40626) | |
Java | apache-2.0 | 24f70e9111d185318bff6f043f181c0637a40db9 | 0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j | /**
* Copyright (c) 2002-2011 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | community/shell/src/test/java/org/neo4j/shell/AbstractShellTest.java | /**
* Copyright (c) 2002-2011 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | Test class error
| community/shell/src/test/java/org/neo4j/shell/AbstractShellTest.java | Test class error | |
Java | apache-2.0 | a61512451a6d3ce9f96fa1b902c41cbcde7558a8 | 0 | ksokol/carldav | /*
* Copyright 2005-2007 Open Source Applications Foundation
*
* 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/org/unitedinternet/cosmo/dao/query/hibernate/StandardItemFilterProcessor.java | /*
* Copyright 2005-2007 Open Source Applications Foundation
*
* 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... | simplified StandardItemFilterProcessor
| src/main/java/org/unitedinternet/cosmo/dao/query/hibernate/StandardItemFilterProcessor.java | simplified StandardItemFilterProcessor | |
Java | apache-2.0 | 668728f906e434b7c2641b95efd7e18780ddd04f | 0 | ChetnaChaudhari/tez,apache/tez,navis/tez,dongjiaqiang/tez,Parth-Brahmbhatt/tez,bernhardschaefer/tez,guiling/tez,dongjiaqiang/tez,guiling/tez,sidseth/tez,guiling/tez,dongjiaqiang/tez,bernhardschaefer/tez,amirsojoodi/tez,sidseth/tez,apache/incubator-tez,navis/tez,amirsojoodi/tez,Altiscale/tez,Parth-Brahmbhatt/tez,apache/... | /**
* 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... | tez-engine/src/main/java/org/apache/tez/engine/newruntime/LogicalIOProcessorRuntimeTask.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... | TEZ-442. Handle events generated by I/O initialize and close (part of
TEZ-398). (sseth)
| tez-engine/src/main/java/org/apache/tez/engine/newruntime/LogicalIOProcessorRuntimeTask.java | TEZ-442. Handle events generated by I/O initialize and close (part of TEZ-398). (sseth) | |
Java | apache-2.0 | 9886e3d402c0c2acef6341888999ca2e4679ebb9 | 0 | NerdCats/RoboCat | package co.gobd.gofetch.activity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import co.gobd.gofetch.R;
... | app/src/main/java/co/gobd/gofetch/activity/SupportedOrderActivity.java | package co.gobd.gofetch.activity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import co.gobd.gofetch.R;
... | GFETCH-72 Screen orientation change is handled in Activity#onConfigurationChanged() method. This solves the problem of recreating the activity and instances but causes some design issues. The app bar on protrait/landscaped mode is not properly showed, it keeps its previous state always. Need to fix this issue later but... | app/src/main/java/co/gobd/gofetch/activity/SupportedOrderActivity.java | GFETCH-72 Screen orientation change is handled in Activity#onConfigurationChanged() method. This solves the problem of recreating the activity and instances but causes some design issues. The app bar on protrait/landscaped mode is not properly showed, it keeps its previous state always. Need to fix this issue later but... | |
Java | apache-2.0 | bd7b73664347e7b739149ce08caf6d71fffb91f1 | 0 | chaoyi66/commons-lang,hollycroxton/commons-lang,byMan/naya279,PascalSchumacher/commons-lang,longestname1/commonslang,xuerenlv/commons-lang,jacktan1991/commons-lang,MuShiiii/commons-lang,MarkDacek/commons-lang,arbasha/commons-lang,vanta/commons-lang,chaoyi66/commons-lang,weston100721/commons-lang,xiwc/commons-lang,arbas... | /*
* 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/lang3/text/translate/UnicodeUnescaper.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 ... | Removed unnecessary lines (options are already null by default)
git-svn-id: bab3daebc4e66440cbcc4aded890e63215874748@1065233 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/lang3/text/translate/UnicodeUnescaper.java | Removed unnecessary lines (options are already null by default) | |
Java | apache-2.0 | 47abda2a7d26629ef8428000c664af6f9487bc4c | 0 | chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq | /**
*
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.java | /**
*
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | Trying to get this to pass more reliably on linux
git-svn-id: 7f3df76e74c7ad56904d6048df705810748eb1a6@418424 13f79535-47bb-0310-9956-ffa450edef68
| activemq-core/src/test/java/org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.java | Trying to get this to pass more reliably on linux |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.