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 | artistic-2.0 | 4cf89aec7bb40a321308632842a9899dfdd154dd | 0 | greenlaw110/java-http,osglworks/java-http | package org.osgl.http;
import org.apache.commons.codec.Charsets;
import org.osgl.$;
import org.osgl.cache.CacheService;
import org.osgl.exception.NotAppliedException;
import org.osgl.exception.UnexpectedIOException;
import org.osgl.http.util.Path;
import org.osgl.logging.L;
import org.osgl.logging.Logger;
import org.o... | src/main/java/org/osgl/http/H.java | package org.osgl.http;
import org.apache.commons.codec.Charsets;
import org.osgl.$;
import org.osgl.cache.CacheService;
import org.osgl.exception.NotAppliedException;
import org.osgl.exception.UnexpectedIOException;
import org.osgl.http.util.Path;
import org.osgl.logging.L;
import org.osgl.logging.Logger;
import org.o... | fix default port issue
| src/main/java/org/osgl/http/H.java | fix default port issue | |
Java | bsd-3-clause | 93e9cebf9d769b99031cba8a253640dc5be60c6f | 0 | NCIP/catissue-core,krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen,NCIP/catissue-core,asamgir/openspecimen,NCIP/catissue-core,asamgir/openspecimen,asamgir/openspecimen | /**
* <p>Title: SimpleQueryBizLogic Class>
* <p>Description: SimpleQueryBizLogic contains the bizlogic required for simple query interface.</p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Gautam Shetty
* @version 1.00
*/
package edu.wust... | WEB-INF/src/edu/wustl/catissuecore/bizlogic/SimpleQueryBizLogic.java | /**
* <p>Title: SimpleQueryBizLogic Class>
* <p>Description: SimpleQueryBizLogic contains the bizlogic required for simple query interface.</p>
* Copyright: Copyright (c) year
* Company: Washington University, School of Medicine, St. Louis.
* @author Gautam Shetty
* @version 1.00
*/
package edu.wust... | adding quotes for text fields.
SVN-Revision: 2220
| WEB-INF/src/edu/wustl/catissuecore/bizlogic/SimpleQueryBizLogic.java | adding quotes for text fields. | |
Java | bsd-3-clause | c5dc2318c90554311b0b4d56cff93c805c72be29 | 0 | gutomaia/steam-condenser-java | /**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2009-2010, Sebastian Staudt
*/
package steamcondenser.steam.community.l4d;
import java.util.ArrayList;
import java.util.HashMap;
import org.w3c.dom.Element;
import org.w3c.dom.N... | java/src/steamcondenser/steam/community/l4d/L4DStats.java | /**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2009-2010, Sebastian Staudt
*/
package steamcondenser.steam.community.l4d;
import java.util.ArrayList;
import java.util.HashMap;
import org.w3c.dom.Element;
import org.w3c.dom.N... | Java: Added missing throws declaration in L4DStats#getSurvivalStats | java/src/steamcondenser/steam/community/l4d/L4DStats.java | Java: Added missing throws declaration in L4DStats#getSurvivalStats | |
Java | mit | a43f9d12d98b075ebcd632721f35c7c5715d3b6c | 0 | bcgit/bc-java,bcgit/bc-java,bcgit/bc-java | package org.bouncycastle.crypto.encodings;
import java.security.SecureRandom;
import org.bouncycastle.crypto.AsymmetricBlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.CryptoServicesRegistrar;
import org.bouncycastle.crypto.DataLengthException;
import org.bouncycastle.crypt... | core/src/main/java/org/bouncycastle/crypto/encodings/OAEPEncoding.java | package org.bouncycastle.crypto.encodings;
import java.security.SecureRandom;
import org.bouncycastle.crypto.AsymmetricBlockCipher;
import org.bouncycastle.crypto.CipherParameters;
import org.bouncycastle.crypto.CryptoServicesRegistrar;
import org.bouncycastle.crypto.DataLengthException;
import org.bouncycastle.crypt... | Update to long check.
| core/src/main/java/org/bouncycastle/crypto/encodings/OAEPEncoding.java | Update to long check. | |
Java | mit | 0269a6115fb756eb2330f0cc11cecded093d1c82 | 0 | CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab,CCI-MIT/XCoLab | package org.xcolab.view.pages.loginregister;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.P... | view/src/test/java/org/xcolab/view/pages/loginregister/LoginRegisterControllerTest.java | package org.xcolab.view.pages.loginregister;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.P... | [COLAB-2918]-[activity]: remove obsolete mocking in test
| view/src/test/java/org/xcolab/view/pages/loginregister/LoginRegisterControllerTest.java | [COLAB-2918]-[activity]: remove obsolete mocking in test | |
Java | mit | 64aa6afbe025d44c6a40f1cdc2c43d87df033a04 | 0 | hudson/hudson-2.x,hudson/hudson-2.x,hudson/hudson-2.x,hudson/hudson-2.x,hudson/hudson-2.x,hudson/hudson-2.x | package org.jvnet.hudson.maven.plugins.hpi;
/*
* Copyright 2001-2005 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/lic... | src/main/java/org/jvnet/hudson/maven/plugins/hpi/AbstractHpiMojo.java | package org.jvnet.hudson.maven.plugins.hpi;
/*
* Copyright 2001-2005 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/lic... | added "Plugin-Dependencies" entry
| src/main/java/org/jvnet/hudson/maven/plugins/hpi/AbstractHpiMojo.java | added "Plugin-Dependencies" entry | |
Java | mit | 3c4e8372f91de82b12da8e4357105eeb50ff210f | 0 | jajja/jorm | /*
* Copyright (C) 2013 Jajja Communications AB
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, me... | src/main/java/com/jajja/jorm/Record.java | /*
* Copyright (C) 2013 Jajja Communications AB
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, me... | Fix stack overflow
| src/main/java/com/jajja/jorm/Record.java | Fix stack overflow | |
Java | mit | 481f822dce06b830ed8300d602e346c9b1b41504 | 0 | lpcsmath/QTReader | package de.csmath.QT;
import java.util.*;
import java.time.*;
/**
* The MvhdAtom class represents the QuickTime File Type Atom ('mvhd').
* It specifies the characteristics of an entire QuickTime movie.
* @author lpfeiler
*/
public final class MvhdAtom extends QTAtom {
/**
* The size of the flag-array.
... | src/main/java/de/csmath/QT/MvhdAtom.java | package de.csmath.QT;
import java.time.temporal.TemporalAmount;
import java.util.*;
import java.time.*;
/**
* The MvhdAtom class represents the QuickTime File Type Atom ('mvhd').
* It specifies the characteristics of an entire QuickTime movie.
* @author lpfeiler
*/
public final class MvhdAtom extends QTAtom {
... | MvhdAtom: changing Date types to new ZonedDateTime types
| src/main/java/de/csmath/QT/MvhdAtom.java | MvhdAtom: changing Date types to new ZonedDateTime types | |
Java | mpl-2.0 | 2b0186ccc204f5b642807fbd3639853f30a72add | 0 | jsdoc3/rhino,InstantWebP2P/rhino-android,Distrotech/rhino,Angelfirenze/rhino,tuchida/rhino,ashwinrayaprolu1984/rhino,tuchida/rhino,ashwinrayaprolu1984/rhino,tejassaoji/RhinoCoarseTainting,swannodette/rhino,sainaen/rhino,sainaen/rhino,lv7777/egit_test,tuchida/rhino,Pilarbrist/rhino,AlexTrotsenko/rhino,sainaen/rhino,lv77... | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the L... | src/org/mozilla/javascript/Kit.java | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the L... | Added Kit.makeHashKeyFromPair to make combined key for hashtables from 2 objects
| src/org/mozilla/javascript/Kit.java | Added Kit.makeHashKeyFromPair to make combined key for hashtables from 2 objects | |
Java | lgpl-2.1 | 0145978bd7fc3c5e83d6f148c3bf96f68822dc45 | 0 | tomck/intermine,drhee/toxoMine,justincc/intermine,joshkh/intermine,zebrafishmine/intermine,joshkh/intermine,justincc/intermine,joshkh/intermine,tomck/intermine,joshkh/intermine,Arabidopsis-Information-Portal/intermine,zebrafishmine/intermine,zebrafishmine/intermine,zebrafishmine/intermine,drhee/toxoMine,justincc/interm... | package org.intermine.bio.io.gff3;
/*
* Copyright (C) 2002-2005 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.... | bio/core/main/src/org/intermine/bio/io/gff3/GFF3Record.java | package org.intermine.bio.io.gff3;
/*
* Copyright (C) 2002-2005 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.... | Fixed GFF3 parser to cope with start or end set to "."
| bio/core/main/src/org/intermine/bio/io/gff3/GFF3Record.java | Fixed GFF3 parser to cope with start or end set to "." | |
Java | lgpl-2.1 | d9a2a9c20945f3dd533b1baa1fbb6d2d19ad9862 | 0 | bjalon/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-fe... | /*
* (C) Copyright 2006-2009 Nuxeo SAS (http://nuxeo.com/) and contributors.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www... | nuxeo-platform-webwidgets/nuxeo-theme-webwidgets-ui/src/main/java/org/nuxeo/theme/webwidgets/ui/Main.java | /*
* (C) Copyright 2006-2009 Nuxeo SAS (http://nuxeo.com/) and contributors.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www... | NXP-4744: use eTag for caching widget data
| nuxeo-platform-webwidgets/nuxeo-theme-webwidgets-ui/src/main/java/org/nuxeo/theme/webwidgets/ui/Main.java | NXP-4744: use eTag for caching widget data | |
Java | apache-2.0 | 51d0eb144af6d45fcd8910cf1db8f74dbec742d4 | 0 | prasos/bittiraha-walletd,prasos/bittiraha-walletd | package fi.bittiraha.walletd;
import fi.bittiraha.walletd.JSONRPC2Handler;
import fi.bittiraha.walletd.WalletAccountManager;
import java.net.InetSocketAddress;
import com.sun.net.httpserver.HttpServer;
import java.text.*;
import java.util.*;
import java.math.BigDecimal;
import com.thetransactioncompany.jsonrpc2.*;
... | src/fi/bittiraha/walletd/WalletRPC.java | package fi.bittiraha.walletd;
import fi.bittiraha.walletd.JSONRPC2Handler;
import fi.bittiraha.walletd.WalletAccountManager;
import java.net.InetSocketAddress;
import com.sun.net.httpserver.HttpServer;
import java.text.*;
import java.util.*;
import java.math.BigDecimal;
import com.thetransactioncompany.jsonrpc2.*;
... | - Bump txfee to 0.00020011 BTC
- add sendmany support
| src/fi/bittiraha/walletd/WalletRPC.java | - Bump txfee to 0.00020011 BTC - add sendmany support | |
Java | apache-2.0 | 18d0b0daae9fd305bc97917eef39be00582cc4cb | 0 | DmitriiEskov/deskov | package ru.job4j.tracker;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test for StartUI class.
*
* @author Dmitrii Eskov (eskovdmi@gm... | chapter_002/src/test/java/ru/job4j/tracker/StartUITest.java | package ru.job4j.tracker;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test for StartUI class.
*
* @author Dmitrii Eskov (eskovdmi@gmail.com)
* @since 13.12.2018
* @version 1.0
*/
public class StartUITest {
/**
* Tests when a user wants... | 4.6. Added 2 tests for the "StartUITest". 1. A test for the "getAll" method. 2. A test for the "findByName" method.
| chapter_002/src/test/java/ru/job4j/tracker/StartUITest.java | 4.6. Added 2 tests for the "StartUITest". 1. A test for the "getAll" method. 2. A test for the "findByName" method. | |
Java | apache-2.0 | ddc115f824565afe94bc46470182a115d85e853c | 0 | darranl/directory-shared | /*
* 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")... | ldap/src/main/java/org/apache/directory/shared/ldap/codec/LdapMessage.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")... | Fixing Jira DIRSERVER-819 (getMessageTypeName() of LdapMessage returns wrong name for CompareResponse).
git-svn-id: 8669792a45dee92960b930f442bbe2d0561ce91c@494401 13f79535-47bb-0310-9956-ffa450edef68
| ldap/src/main/java/org/apache/directory/shared/ldap/codec/LdapMessage.java | Fixing Jira DIRSERVER-819 (getMessageTypeName() of LdapMessage returns wrong name for CompareResponse). | |
Java | apache-2.0 | 8e1f3e687d4e9070609108646cdcb5b014dd3f7c | 0 | metaborg/nabl,metaborg/nabl,metaborg/nabl | package org.metaborg.meta.nabl2.terms;
import com.google.common.collect.ImmutableClassToInstanceMap;
public interface ITermVar extends ITerm, IListTerm {
String getResource();
String getName();
ITermVar withAttachments(ImmutableClassToInstanceMap<Object> value);
@Override ITermVar withLocked(boole... | meta.nabl2.terms/src/main/java/org/metaborg/meta/nabl2/terms/ITermVar.java | package org.metaborg.meta.nabl2.terms;
import com.google.common.collect.ImmutableClassToInstanceMap;
public interface ITermVar extends ITerm, IListTerm {
String getResource();
String getName();
ITermVar withAttachments(ImmutableClassToInstanceMap<Object> value);
} | Add override to refine return type.
| meta.nabl2.terms/src/main/java/org/metaborg/meta/nabl2/terms/ITermVar.java | Add override to refine return type. | |
Java | apache-2.0 | b7dec8f65e4277c3e949358338f16e297d674c54 | 0 | windbender/moquette,windbender/moquette,surferboy87/MQTT-TSS-Moquette-Server,andsel/moquette,andsel/moquette,andsel/moquette,windbender/moquette,windbender/moquette,surferboy87/MQTT-TSS-Moquette-Server,andsel/moquette,surferboy87/MQTT-TSS-Moquette-Server,surferboy87/MQTT-TSS-Moquette-Server | /*
* Copyright (c) 2012-2015 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... | netty_parser/src/main/java/io/moquette/parser/netty/DisconnectDecoder.java | /*
* Copyright (c) 2012-2015 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... | Minor change, just log in disconnet decoder
| netty_parser/src/main/java/io/moquette/parser/netty/DisconnectDecoder.java | Minor change, just log in disconnet decoder | |
Java | apache-2.0 | 75f59120671c0ba13aab856a3431d29124c30c5f | 0 | enioka/jqm,enioka/jqm,enioka/jqm,enioka/jqm,enioka/jqm | /**
* Copyright © 2013 enioka. All rights reserved
* Authors: Marc-Antoine GOUILLART (marc-antoine.gouillart@enioka.com)
* Pierre COPPEE (pierre.coppee@enioka.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/QueuePoller.java | /**
* Copyright © 2013 enioka. All rights reserved
* Authors: Marc-Antoine GOUILLART (marc-antoine.gouillart@enioka.com)
* Pierre COPPEE (pierre.coppee@enioka.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | Fix: number of running JI could very rarely become wrong
Because -- is not an atomic operator in Java...
| jqm-all/jqm-engine/src/main/java/com/enioka/jqm/tools/QueuePoller.java | Fix: number of running JI could very rarely become wrong | |
Java | apache-2.0 | be09acb8c2e63b9059b81eae3b93df6c825225ed | 0 | kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox,apache/pdfbox | /*
* 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 ... | pdfbox/src/main/java/org/apache/pdfbox/text/PDFMarkedContentExtractor.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 ... | PDFBOX-2852: make fields final, remove unneeded casts
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1708242 13f79535-47bb-0310-9956-ffa450edef68
| pdfbox/src/main/java/org/apache/pdfbox/text/PDFMarkedContentExtractor.java | PDFBOX-2852: make fields final, remove unneeded casts | |
Java | apache-2.0 | 344fbc8c2731db84575b390d9e683dd37cb2ca35 | 0 | sajithatharaka/Gson | package projectgson;
import gson.DateDeserializerAdapter;
import gson.GsonManager;
import gson.ModuleDeserializerAdapter;
import java.lang.reflect.Field;
import java.lang.reflect.Type;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import sample.pojo.Module;
import sample.pojo.Student;
/*
* @... | src/projectgson/ProjectGson.java | package projectgson;
import gson.DateDeserializerAdapter;
import gson.GsonManager;
import gson.ModuleDeserializerAdapter;
import java.lang.reflect.Field;
import java.lang.reflect.Type;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import sample.pojo.Module;
import sample.pojo.Student;
/*
* @... | Updated printTheFields(...) method with moudle object
| src/projectgson/ProjectGson.java | Updated printTheFields(...) method with moudle object | |
Java | apache-2.0 | e1d4cfd9b31b6a2fa66e0a4ae483d28d237a0aeb | 0 | sruehl/camel-example-rcode,sruehl/camel-example-rcode | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.apacheextras.camel.examples.rcode.builder;
import org.apacheextras.camel.examples.rcode.aggregator.CalendarAgregationStrategy;
import org.apacheextras.camel.examples.rcode.aggregator.ConcatenateAggregationSt... | src/main/java/org/apacheextras/camel/examples/rcode/builder/RCodeRouteBuilder.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.apacheextras.camel.examples.rcode.builder;
import org.apacheextras.camel.examples.rcode.aggregator.CalendarAgregationStrategy;
import org.apacheextras.camel.examples.rcode.aggregator.ConcatenateAggregationSt... | fix gson
| src/main/java/org/apacheextras/camel/examples/rcode/builder/RCodeRouteBuilder.java | fix gson | |
Java | apache-2.0 | 3da7c64df907979e5b1eeb7179b5c2a758e2e658 | 0 | Horizon-Engineering/Android_application_ILS | package com.example.hesolutions.horizon;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os... | Horizon/app/src/main/java/com/example/hesolutions/horizon/CalendarTask.java | package com.example.hesolutions.horizon;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os... | demo version, bug fixed
| Horizon/app/src/main/java/com/example/hesolutions/horizon/CalendarTask.java | demo version, bug fixed | |
Java | apache-2.0 | 51fb45514ad8ef841d3290998f4a812a4a20e909 | 0 | surya-janani/sakai,kwedoff1/sakai,rodriguezdevera/sakai,introp-software/sakai,colczr/sakai,conder/sakai,whumph/sakai,buckett/sakai-gitflow,introp-software/sakai,buckett/sakai-gitflow,hackbuteer59/sakai,rodriguezdevera/sakai,noondaysun/sakai,willkara/sakai,liubo404/sakai,OpenCollabZA/sakai,surya-janani/sakai,OpenCollabZ... | /**********************************************************************************
* $HeadURL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004-2005 The Regents of the University of Michigan, Trustees of Indiana University,
* Board of Tr... | samigo/src/org/sakaiproject/tool/assessment/ui/listener/author/ItemAddListener.java | /**********************************************************************************
* $HeadURL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004-2005 The Regents of the University of Michigan, Trustees of Indiana University,
* Board of Tr... | SAM-336 comment out unused code
git-svn-id: 840349cbf2a7f44860f6cfd02374235b623e9bf9@460 66ffb92e-73f9-0310-93c1-f5514f145a0a
| samigo/src/org/sakaiproject/tool/assessment/ui/listener/author/ItemAddListener.java | SAM-336 comment out unused code | |
Java | apache-2.0 | 1b1b65a1c778d6cad0566f6bf797f40ea0a81315 | 0 | tomasulo/docker-compose-rule,palantir/docker-compose-rule,palantir/docker-compose-rule | package com.palantir.docker.compose.execution;
import com.palantir.docker.compose.connection.ContainerNames;
import org.junit.Before;
import org.junit.Test;
import java.io.IOException;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
import static org.mockito.Matchers.any;
import sta... | src/test/java/com/palantir/docker/compose/execution/RetryingDockerComposeShould.java | package com.palantir.docker.compose.execution;
import com.palantir.docker.compose.connection.ContainerNames;
import com.palantir.docker.compose.utils.MockitoMultiAnswer;
import org.junit.Test;
import org.mockito.invocation.InvocationOnMock;
import java.io.IOException;
import static org.hamcrest.core.Is.is;
import st... | Cut down tests on RetryingDockerComposeShould
| src/test/java/com/palantir/docker/compose/execution/RetryingDockerComposeShould.java | Cut down tests on RetryingDockerComposeShould | |
Java | apache-2.0 | a43700d40a854e98121b8bcb9c4cb5ddde68ff6b | 0 | chinmaykolhatkar/incubator-apex-core,simplifi-it/otterx,tushargosavi/apex-core,deepak-narkhede/apex-core,PramodSSImmaneni/apex-core,tweise/apex-core,sandeshh/incubator-apex-core,sandeshh/incubator-apex-core,sandeshh/apex-core,vrozov/apex-core,sandeshh/apex-core,klynchDS/incubator-apex-core,mt0803/incubator-apex-core,vr... | /*
* Copyright (c) 2012 Malhar, Inc.
* All Rights Reserved.
*/
package com.malhartech.bufferserver.internal;
import com.malhartech.bufferserver.packet.MessageType;
import com.malhartech.bufferserver.storage.Storage;
import com.malhartech.bufferserver.util.SerializedData;
import java.util.Iterator;
import org.slf4... | bufferserver/src/main/java/com/malhartech/bufferserver/internal/DataListIterator.java | /*
* Copyright (c) 2012 Malhar, Inc.
* All Rights Reserved.
*/
package com.malhartech.bufferserver.internal;
import com.malhartech.bufferserver.packet.MessageType;
import com.malhartech.bufferserver.util.SerializedData;
import java.util.Iterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
*... | integrate with storage. | bufferserver/src/main/java/com/malhartech/bufferserver/internal/DataListIterator.java | integrate with storage. | |
Java | apache-2.0 | 7e1375b22b549c5a99ef90410c62a2642d5734cf | 0 | yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer,yuri0x7c1/ofbiz-explorer | package com.github.yuri0x7c1.ofbiz.explorer.generator.util;
import java.io.File;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.lang3.RandomUtils;
import org.apache.commons.la... | src/main/java/com/github/yuri0x7c1/ofbiz/explorer/generator/util/EntityGenerator.java | package com.github.yuri0x7c1.ofbiz.explorer.generator.util;
import java.io.File;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.lang3.RandomUtils;
import org.apache.commons.la... | Add entity name constant to entity pojo | src/main/java/com/github/yuri0x7c1/ofbiz/explorer/generator/util/EntityGenerator.java | Add entity name constant to entity pojo | |
Java | apache-2.0 | 4ffb593af97cb27f962390e324dc5a234b6bf079 | 0 | aleksandr-m/strutsclipse | /*
* Copyright 2015-2017 Aleksandr Mashchenko.
*
* 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... | strutsclipse-plugin/src/com/amashchenko/eclipse/strutsclipse/taglib/StrutsTaglibHyperlinkDetector.java | /*
* Copyright 2015-2017 Aleksandr Mashchenko.
*
* 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... | add hyperlinks for getText in JSP
| strutsclipse-plugin/src/com/amashchenko/eclipse/strutsclipse/taglib/StrutsTaglibHyperlinkDetector.java | add hyperlinks for getText in JSP | |
Java | apache-2.0 | 6e6d757d154d511f7bb541780f6aa7646d8d55df | 0 | edwardmlyte/maven-plugins,jdcasey/maven-plugins-fixes,omnidavesz/maven-plugins,johnmccabe/maven-plugins,zigarn/maven-plugins,Orange-OpenSource/maven-plugins,apache/maven-plugins,lennartj/maven-plugins,rkorpachyov/maven-plugins,hazendaz/maven-plugins,hazendaz/maven-plugins,mcculls/maven-plugins,mikkokar/maven-plugins,ki... | package org.apache.maven.plugin.rar;
/*
* 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... | maven-rar-plugin/src/main/java/org/apache/maven/plugin/rar/RarResource.java | package org.apache.maven.plugin.rar;
/*
* 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,... | checkstyle issue
git-svn-id: 6038db50b076e48c7926ed71fd94f8e91be2fbc9@1411443 13f79535-47bb-0310-9956-ffa450edef68
| maven-rar-plugin/src/main/java/org/apache/maven/plugin/rar/RarResource.java | checkstyle issue | |
Java | apache-2.0 | d4fe77d843ee2c18ceeef32090e366f44a84ee7c | 0 | pnarayanan/ambry,linkedin/ambry,vgkholla/ambry,daniellitoc/ambry-Research,nsivabalan/ambry,vgkholla/ambry,linkedin/ambry,pnarayanan/ambry,cgtz/ambry,cgtz/ambry,xiahome/ambry,linkedin/ambry,cgtz/ambry,linkedin/ambry,xiahome/ambry,cgtz/ambry,nsivabalan/ambry,daniellitoc/ambry-Research | package com.github.ambry.utils;
import java.nio.ByteBuffer;
import java.nio.channels.ClosedChannelException;
import java.nio.channels.WritableByteChannel;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.locks.ReentrantLock;
/**
* A {@link WritableByteChannel} that stores the bytes writ... | ambry-utils/src/main/java/com.github.ambry.utils/ByteBufferChannel.java | package com.github.ambry.utils;
import java.nio.ByteBuffer;
import java.nio.channels.ClosedChannelException;
import java.nio.channels.WritableByteChannel;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.locks.ReentrantLock;
/**
* A {@link WritableByteChannel} that stores the bytes writ... | One more lock relocation
| ambry-utils/src/main/java/com.github.ambry.utils/ByteBufferChannel.java | One more lock relocation | |
Java | apache-2.0 | 1eecfc27d1bc487718ac2649c264303bbf4985a9 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
* Copyright 2021, TeamDev. 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
*
* Redistribution and use in source... | server/src/main/java/io/spine/server/integration/BroadcastWantedEvents.java | /*
* Copyright 2021, TeamDev. 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
*
* Redistribution and use in source... | Rename the variable.
| server/src/main/java/io/spine/server/integration/BroadcastWantedEvents.java | Rename the variable. | |
Java | apache-2.0 | 2b4ace94ece7412a6a9fbdf2b1f6ffd3b4fea43b | 0 | jackwakefield/TorrentStream-Android,se-bastiaan/TorrentStream-Android | /*
* Copyright (C) 2015-2016 Sébastiaan (github.com/se-bastiaan)
*
* 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 requir... | library/src/main/java/com/github/se_bastiaan/torrentstream/Torrent.java | /*
* Copyright (C) 2015-2016 Sébastiaan (github.com/se-bastiaan)
*
* 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 requir... | Add getter for pieces to prepare
| library/src/main/java/com/github/se_bastiaan/torrentstream/Torrent.java | Add getter for pieces to prepare | |
Java | apache-2.0 | c105d976a3e136a7b715c64fb2900ec76615844d | 0 | cpollet/thorium | /*
* Copyright 2015 Christophe Pollet
*
* 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... | lang/src/main/java/ch/pollet/thorium/evaluation/VisitorEvaluator.java | /*
* Copyright 2015 Christophe Pollet
*
* 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... | cleaning
| lang/src/main/java/ch/pollet/thorium/evaluation/VisitorEvaluator.java | cleaning | |
Java | apache-2.0 | 78260e2021b1064e4cb3485b8660add98d97cfb8 | 0 | amzn/exoplayer-amazon-port,androidx/media,google/ExoPlayer,amzn/exoplayer-amazon-port,ened/ExoPlayer,androidx/media,ened/ExoPlayer,androidx/media,amzn/exoplayer-amazon-port,ened/ExoPlayer,google/ExoPlayer,google/ExoPlayer | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.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... | Replacing static arrays with switch statements in MediaCodecUtil.
PiperOrigin-RevId: 322537851
| library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java | Replacing static arrays with switch statements in MediaCodecUtil. | |
Java | apache-2.0 | 3957303b9d5cf6d0f26abe63896bb39f7440f0b6 | 0 | kageiit/buck,davido/buck,daedric/buck,shybovycha/buck,marcinkwiatkowski/buck,marcinkwiatkowski/buck,LegNeato/buck,SeleniumHQ/buck,dsyang/buck,clonetwin26/buck,romanoid/buck,rmaz/buck,k21/buck,rmaz/buck,davido/buck,ilya-klyuchnikov/buck,k21/buck,k21/buck,robbertvanginkel/buck,clonetwin26/buck,Addepar/buck,LegNeato/buck,... | /*
* Copyright 2013-present Facebook, 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... | src/com/facebook/buck/cxx/CxxPrecompiledHeaderTemplate.java | /*
* Copyright 2013-present Facebook, 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... | Remove unused field
Test Plan: CI
Reviewed By: Coneko
fbshipit-source-id: 9c094f1
| src/com/facebook/buck/cxx/CxxPrecompiledHeaderTemplate.java | Remove unused field | |
Java | apache-2.0 | da54c44a919658e0dd36822da53fb188c8484051 | 0 | apache/velocity-engine,apache/velocity-engine | package org.apache.velocity.runtime.directive;
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-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 condit... | src/java/org/apache/velocity/runtime/directive/Foreach.java | package org.apache.velocity.runtime.directive;
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-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 condit... | Supports alteration to ArrayIterator to support array of primitives,
addressing bug# 4370.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: 7267684f36935cb3df12efc1f4c0216d758271d4@75368 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/velocity/runtime/directive/Foreach.java | Supports alteration to ArrayIterator to support array of primitives, addressing bug# 4370. PR: Obtained from: Submitted by: Reviewed by: | |
Java | apache-2.0 | 2d5e985f427e20709003a577aead9b326cf30831 | 0 | mgormley/pacaya,mgormley/pacaya | package edu.jhu.autodiff.erma;
import edu.jhu.autodiff.Module;
import edu.jhu.autodiff.Tensor;
import edu.jhu.autodiff.TensorIdentity;
import edu.jhu.autodiff.TopoOrder;
import edu.jhu.autodiff.erma.ErmaObjective.DlFactory;
import edu.jhu.autodiff.tensor.ElemLinear;
import edu.jhu.gm.model.Var.VarType;
import edu.jhu.... | src/main/java/edu/jhu/autodiff/erma/DepParseDecodeLoss.java | package edu.jhu.autodiff.erma;
import edu.jhu.autodiff.Module;
import edu.jhu.autodiff.Tensor;
import edu.jhu.autodiff.TensorIdentity;
import edu.jhu.autodiff.TopoOrder;
import edu.jhu.autodiff.erma.ErmaObjective.DlFactory;
import edu.jhu.autodiff.tensor.ElemLinear;
import edu.jhu.gm.model.Var.VarType;
import edu.jhu.... | Bug fix: incorrect leaf set was missing temperature
| src/main/java/edu/jhu/autodiff/erma/DepParseDecodeLoss.java | Bug fix: incorrect leaf set was missing temperature | |
Java | apache-2.0 | 558a99e4153baa344b40ef8647359bdd95a5a010 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.dispatch;
import com.yahoo.collections.ListMap;
import com.yahoo.compress.CompressionType;
import com.yahoo.compress.Compressor;
import com.yahoo.container.protect.Error;
impo... | container-search/src/main/java/com/yahoo/search/dispatch/RpcFillInvoker.java | // Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.search.dispatch;
import com.yahoo.collections.ListMap;
import com.yahoo.compress.CompressionType;
import com.yahoo.compress.Compressor;
import com.yahoo.container.protect.Error;
impo... | If you promise to deliver an answer, you must provide it.
Even if you already know it is negative.
| container-search/src/main/java/com/yahoo/search/dispatch/RpcFillInvoker.java | If you promise to deliver an answer, you must provide it. Even if you already know it is negative. | |
Java | apache-2.0 | e412f6b7a5fd3f444e1511f4c1ef4ffc0ce37f57 | 0 | trixon/netbeans-nbgames,trixon/netbeans-nbgames | /*
* Copyright 2017 Patrik Karlsson.
*
* 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... | core/src/main/java/org/nbgames/core/actions/CallbackOptionsAction.java | /*
* Copyright 2017 Patrik Karlsson.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | Core: Use cmd comma for options | core/src/main/java/org/nbgames/core/actions/CallbackOptionsAction.java | Core: Use cmd comma for options | |
Java | apache-2.0 | bb4f164195cd3b1b61812d3c6095fcfb3611745f | 0 | orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb | package com.orientechnologies.orient.graph.blueprints;
import com.orientechnologies.orient.core.exception.OConcurrentModificationException;
import com.tinkerpop.blueprints.Vertex;
import com.tinkerpop.blueprints.impls.orient.OrientGraph;
import com.tinkerpop.blueprints.impls.orient.OrientGraphFactory;
import com.tinke... | graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/ConcurrentTxTest.java | package com.orientechnologies.orient.graph.blueprints;
import com.orientechnologies.orient.core.exception.OConcurrentModificationException;
import com.tinkerpop.blueprints.Vertex;
import com.tinkerpop.blueprints.impls.orient.OrientGraph;
import com.tinkerpop.blueprints.impls.orient.OrientGraphFactory;
import com.tinke... | fixed test failure for test order
| graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/ConcurrentTxTest.java | fixed test failure for test order | |
Java | bsd-3-clause | 6e488ae3469d1965b4ee96c1734de5d04f8f9742 | 0 | Condroidapp/android | package cz.quinix.condroid.database;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import android.content.Context;
import android.database.Cursor;
import a... | src/cz/quinix/condroid/database/DataProvider.java | package cz.quinix.condroid.database;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import android.content.Context;
import android.database.Cursor;
import a... | App doesn't eat first row of dates now :-)
| src/cz/quinix/condroid/database/DataProvider.java | App doesn't eat first row of dates now :-) | |
Java | bsd-3-clause | 427b01bb86136bb8e360f0c1e6e703fbece73ac0 | 0 | edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon | package org.lockss.test;
import org.lockss.app.LockssDaemon;
import java.util.*;
import org.lockss.hasher.*;
import org.lockss.protocol.*;
import org.lockss.poller.*;
import org.lockss.state.*;
import org.lockss.repository.*;
import org.lockss.proxy.*;
import org.lockss.crawler.*;
import org.lockss.plugin.*;
import or... | test/src/org/lockss/test/MockLockssDaemon.java | package org.lockss.test;
import org.lockss.app.LockssDaemon;
import java.util.*;
import org.lockss.hasher.*;
import org.lockss.protocol.*;
import org.lockss.poller.*;
import org.lockss.state.*;
import org.lockss.repository.*;
import org.lockss.proxy.*;
import org.lockss.crawler.*;
import org.lockss.plugin.*;
import or... | org.lockss.test.MockLockssDaemon
*added null constructor
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@787 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| test/src/org/lockss/test/MockLockssDaemon.java | org.lockss.test.MockLockssDaemon *added null constructor | |
Java | bsd-3-clause | e2b7c7d9866740a2f9ea6789b5456b78d50257af | 0 | NCIP/camod,NCIP/camod,NCIP/camod,NCIP/camod | /**
* @author dgeorge
*
* $Id: QueryManagerImpl.java,v 1.15 2005-10-12 17:24:23 georgeda Exp $
*
* $Log: not supported by cvs2svn $
* Revision 1.14 2005/10/11 18:15:10 georgeda
* More comment changes
*
* Revision 1.13 2005/10/10 14:09:41 georgeda
* Changes for comment curation and performance improvemen... | src/gov/nih/nci/camod/service/impl/QueryManagerImpl.java | /**
* @author dgeorge
*
* $Id: QueryManagerImpl.java,v 1.14 2005-10-11 18:15:10 georgeda Exp $
*
* $Log: not supported by cvs2svn $
* Revision 1.13 2005/10/10 14:09:41 georgeda
* Changes for comment curation and performance improvement
*
* Revision 1.12 2005/10/05 20:27:59 guruswas
* implementation of d... | Get species only from approved models
SVN-Revision: 657
| src/gov/nih/nci/camod/service/impl/QueryManagerImpl.java | Get species only from approved models | |
Java | bsd-3-clause | 121f643967c71e028b8ad893eb9da1361adaf90e | 0 | ceejii/jcomponent-search | package com.ceejii.gui.component;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JButton;
import com.ceejii.gui.SearchSuggestionListener;
import com.ceejii.gui.data.SearchSuggestion;
public class DefaultSearchResultButton extends JButton ... | src/com/ceejii/gui/component/DefaultSearchResultButton.java | package com.ceejii.gui.component;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JButton;
import com.ceejii.gui.SearchSuggestionListener;
import com.ceejii.gui.data.SearchSuggestion;
public class DefaultSearchResultButton extends JButton ... | Fixed a bug that caused mouse hover events when the mouse actually left
the button. | src/com/ceejii/gui/component/DefaultSearchResultButton.java | Fixed a bug that caused mouse hover events when the mouse actually left the button. | |
Java | bsd-3-clause | 5d3b9b611375b03240e5009a2da0d07011ceda6a | 0 | TREAD-3219/Robot_2017 | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | src/org/usfirst/frc3219/TREAD/Robot.java | // RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... | Fix for position chooser
| src/org/usfirst/frc3219/TREAD/Robot.java | Fix for position chooser | |
Java | mit | 4b9599f07142d8c1765638e0f2eb098ce15d4cdb | 0 | cjburkey01/ClaimChunk,cjburkey01/ClaimChunk | package com.cjburkey.claimchunk.event;
import com.cjburkey.claimchunk.ChunkHelper;
import com.cjburkey.claimchunk.ClaimChunk;
import com.cjburkey.claimchunk.Config;
import java.util.Objects;
import org.bukkit.entity.Animals;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.... | src/main/java/com/cjburkey/claimchunk/event/CancellableChunkEvents.java | package com.cjburkey.claimchunk.event;
import com.cjburkey.claimchunk.ChunkHelper;
import com.cjburkey.claimchunk.ClaimChunk;
import com.cjburkey.claimchunk.Config;
import java.util.Objects;
import org.bukkit.entity.Animals;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.... | Add painting protection
| src/main/java/com/cjburkey/claimchunk/event/CancellableChunkEvents.java | Add painting protection | |
Java | mit | f5102e4c2c94e57f2489b0660d51b6a92c28633e | 0 | eXsio/clock,eXsio/clock,eXsio/clock | package com.exsio.clock.configuration;
import com.beust.jcommander.internal.Lists;
import com.exsio.clock.configuration.ApplicationConfiguration;
import com.exsio.clock.configuration.support.AtmosphereArgumentResolver;
import org.atmosphere.cpr.AtmosphereConfig;
import org.atmosphere.cpr.AtmosphereFramework;
import or... | src/test/java/com/exsio/clock/configuration/ApplicationConfigurationTest.java | package com.exsio.clock.configuration;
import com.beust.jcommander.internal.Lists;
import com.exsio.clock.configuration.ApplicationConfiguration;
import com.exsio.clock.configuration.support.AtmosphereArgumentResolver;
import org.atmosphere.cpr.AtmosphereConfig;
import org.atmosphere.cpr.AtmosphereFramework;
import or... | tests
| src/test/java/com/exsio/clock/configuration/ApplicationConfigurationTest.java | tests | |
Java | mit | 0c145b1d875f1cbd7f6461f0871b066d6b06add7 | 0 | GluuFederation/oxAuth,madumlao/oxAuth,GluuFederation/oxAuth,GluuFederation/oxAuth,madumlao/oxAuth,GluuFederation/oxAuth,GluuFederation/oxAuth,madumlao/oxAuth,madumlao/oxAuth,madumlao/oxAuth | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.xdi.oxauth.authorize.ws.rs;
import org.apache.commons.lang.StringUtils;
import org.codehaus.jettison.json.JSONException;
import org.jboss.seam.Componen... | Server/src/main/java/org/xdi/oxauth/authorize/ws/rs/AuthorizeAction.java | /*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.xdi.oxauth.authorize.ws.rs;
import org.apache.commons.lang.StringUtils;
import org.codehaus.jettison.json.JSONException;
import org.jboss.seam.Componen... | Remove wrong condition | Server/src/main/java/org/xdi/oxauth/authorize/ws/rs/AuthorizeAction.java | Remove wrong condition | |
Java | mit | 148e301839587b421ff5a1f6d399cd35f4106581 | 0 | se-edu/addressbook-level3 | package seedu.address.commons.util;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.io.FileNotFoundException;
import java.util.Optional;
import org.junit.Rul... | src/test/java/seedu/address/commons/util/StringUtilTest.java | package seedu.address.commons.util;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.io.FileNotFoundException;
import java.util.Optional;
import org.junit.Rul... | StringUtilTest: rename isUnsignedPositiveInteger() to isNonZeroUnsignedInteger()
Currently, StringUtilTest has a method named
isUnsignedPositiveInteger. However, the method tested is actually
named isNonZeroUnsignedInteger. This can cause confusion in the
naming.
It appears that, as early as #85 [1], the tested metho... | src/test/java/seedu/address/commons/util/StringUtilTest.java | StringUtilTest: rename isUnsignedPositiveInteger() to isNonZeroUnsignedInteger() | |
Java | mit | f3f9c88fae4617e6f776539587e9eab20de4ac09 | 0 | uservoice/uservoice-android-sdk,uservoice/uservoice-android-sdk | package com.uservoice.uservoicesdk.model;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.json.JSONException;
import org.json.JSONObject;
import com.uservoice.uservoicesdk.R;
import com.uservoice.us... | UserVoiceSDK/src/com/uservoice/uservoicesdk/model/Topic.java | package com.uservoice.uservoicesdk.model;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
import com.uservoice.uservoicesdk.R;
import com.uservoice.uservoicesdk.Session;
import com.uservoice.uservoi... | Imports
| UserVoiceSDK/src/com/uservoice/uservoicesdk/model/Topic.java | Imports | |
Java | mit | 5a7d33a7196b21d2e248ed5f77c974f045399159 | 0 | sake/bouncycastle-java | package org.bouncycastle.x509.extension;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.security.PublicKey;
import java.security.cert.CertificateParsingException;
import java.security.cert.X509Certificate;
import org.bouncycastle.asn1.ASN1InputStream;
import org.bouncycastle.asn1.AS... | src/org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.java | package org.bouncycastle.x509.extension;
import java.io.IOException;
import java.security.InvalidKeyException;
import java.security.PublicKey;
import java.security.cert.CertificateParsingException;
import java.security.cert.X509Certificate;
import org.bouncycastle.asn1.ASN1InputStream;
import org.bouncycastle.asn1.AS... | fixed to use issuer name
| src/org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.java | fixed to use issuer name | |
Java | mit | 7074d01a1682ffb40a835a0265165578bd90044f | 0 | crysxd/Studiportal-Checker | package de.hfu.studiportal.view;
import java.text.SimpleDateFormat;
import java.util.Date;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.content.SharedPref... | Studiportal_Checker/src/de/hfu/studiportal/view/PreferencesFragment.java | package de.hfu.studiportal.view;
import java.text.SimpleDateFormat;
import java.util.Date;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.content.SharedPref... | Removing saved data when logging out
| Studiportal_Checker/src/de/hfu/studiportal/view/PreferencesFragment.java | Removing saved data when logging out | |
Java | mit | a6f3af94dd55fc7e78d75e76e28e8c502255df72 | 0 | aterai/java-swing-tips,aterai/java-swing-tips,aoguren/java-swing-tips,mhcrnl/java-swing-tips,mhcrnl/java-swing-tips,aterai/java-swing-tips,aoguren/java-swing-tips,aoguren/java-swing-tips,aterai/java-swing-tips,mhcrnl/java-swing-tips | package example;
//-*- mode:java; encoding:utf8n; coding:utf-8 -*-
// vim:set fileencoding=utf-8:
//@homepage@
import java.awt.*;
import java.awt.event.*;
import java.awt.font.*;
import java.awt.geom.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.text.*;
public class MainPanel extends JPanel ... | JustifiedLabel/src/java/example/MainPanel.java | package example;
//-*- mode:java; encoding:utf8n; coding:utf-8 -*-
// vim:set fileencoding=utf-8:
//@homepage@
import java.awt.*;
import java.awt.event.*;
import java.awt.font.*;
import java.awt.geom.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.text.*;
public class MainPanel extends JPanel ... | FindBugs: ICAST_IDIV_CAST_TO_DOUBLE | JustifiedLabel/src/java/example/MainPanel.java | FindBugs: ICAST_IDIV_CAST_TO_DOUBLE | |
Java | agpl-3.0 | 8827e3744631bef11d6ea6fbb38ba1436eb636aa | 0 | TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil | /**
* Copyright (C) 2012 Max Planck Institute for Psycholinguistics
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* versi... | arbil-commons/src/main/java/nl/mpi/arbilcommons/journal/ArbilJournal.java | /**
* Copyright (C) 2012 Max Planck Institute for Psycholinguistics
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* versi... | Created a journal following debug panel plugin.
| arbil-commons/src/main/java/nl/mpi/arbilcommons/journal/ArbilJournal.java | Created a journal following debug panel plugin. | |
Java | agpl-3.0 | a5e563efe46106a5b1855db03e197d4b5a24d8dd | 0 | rdkgit/opennms,aihua/opennms,roskens/opennms-pre-github,rdkgit/opennms,roskens/opennms-pre-github,roskens/opennms-pre-github,rdkgit/opennms,roskens/opennms-pre-github,tdefilip/opennms,rdkgit/opennms,tdefilip/opennms,rdkgit/opennms,aihua/opennms,rdkgit/opennms,roskens/opennms-pre-github,rdkgit/opennms,tdefilip/opennms,a... | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(R) is... | integrations/opennms-vmware/src/main/java/org/opennms/netmgt/provision/service/vmware/VmwareRequisitionUrlConnection.java | /*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(R) is... | Fix for NMS-6139 - merge existing services on interfaces (VMWare)
| integrations/opennms-vmware/src/main/java/org/opennms/netmgt/provision/service/vmware/VmwareRequisitionUrlConnection.java | Fix for NMS-6139 - merge existing services on interfaces (VMWare) | |
Java | lgpl-2.1 | be08b029367f13b64ce809c2d50ddbe363c4a51a | 0 | jfdenise/wildfly-core,darranl/wildfly-core,darranl/wildfly-core,aloubyansky/wildfly-core,soul2zimate/wildfly-core,jfdenise/wildfly-core,darranl/wildfly-core,yersan/wildfly-core,JiriOndrusek/wildfly-core,JiriOndrusek/wildfly-core,luck3y/wildfly-core,JiriOndrusek/wildfly-core,bstansberry/wildfly-core,jamezp/wildfly-core,... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | server/src/main/java/org/jboss/as/server/mgmt/HttpManagementService.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | AS7-997, simplify welcome page and add redirect to admin console
was: 7d62c78a6627affe67c7760e3605b7973b363108
| server/src/main/java/org/jboss/as/server/mgmt/HttpManagementService.java | AS7-997, simplify welcome page and add redirect to admin console | |
Java | apache-2.0 | 4a8047b31c80042b26a12387bdc782da7ea089ef | 0 | mikosik/smooth-build,mikosik/smooth-build | package org.smoothbuild.acceptance.lang;
import static com.google.common.truth.Truth.assertThat;
import static java.util.regex.Pattern.DOTALL;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.junit.jupiter.api.Test;
import org.smoothbuild.acceptance.AcceptanceTestCase;
import org.smoothbuil... | src/acceptance/org/smoothbuild/acceptance/lang/NativeFunctionTest.java | package org.smoothbuild.acceptance.lang;
import static com.google.common.truth.Truth.assertThat;
import static java.util.regex.Pattern.DOTALL;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.junit.jupiter.api.Test;
import org.smoothbuild.acceptance.AcceptanceTestCase;
import org.smoothbuil... | refactored NativeFunctionTest
| src/acceptance/org/smoothbuild/acceptance/lang/NativeFunctionTest.java | refactored NativeFunctionTest | |
Java | apache-2.0 | c8b48fbf79acb553cb028a0cf55003fb2abefe65 | 0 | IWSDevelopers/iws,IWSDevelopers/iws | /*
* Licensed to IAESTE A.s.b.l. (IAESTE) under one or more contributor
* license agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership. The Authors
* (See the AUTHORS file distributed with this work) licenses this file to
* You under the Apache Lice... | iws-core/src/main/java/net/iaeste/iws/core/services/StudentService.java | /*
* Licensed to IAESTE A.s.b.l. (IAESTE) under one or more contributor
* license agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership. The Authors
* (See the AUTHORS file distributed with this work) licenses this file to
* You under the Apache Lice... | #24: Rewritten the method processStudentApplicationByApplicationOwner, so it is clearer. Still the logic is far from pretty and not as well tested as it could be. Yet, the rewriting was made with refactoring, so logically no changes were made, only the structure.
| iws-core/src/main/java/net/iaeste/iws/core/services/StudentService.java | #24: Rewritten the method processStudentApplicationByApplicationOwner, so it is clearer. Still the logic is far from pretty and not as well tested as it could be. Yet, the rewriting was made with refactoring, so logically no changes were made, only the structure. | |
Java | apache-2.0 | 70925e492a97208fa3b8c47c353cabef5cc37f67 | 0 | JCTools/JCTools | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | jctools-core/src/main/java/org/jctools/queues/IndexedQueueSizeUtil.java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | Re-order if, fixes potential (but very unlikely) `size` bug
Fixes a case where `size` is > `MAX_INT` and the queue has limited capacity. This could hypothetically happen if say the capacity is 2^31 and through incredibly poor observation timing the size was estimated as larger than `MAX_INT` (2^32-1).
| jctools-core/src/main/java/org/jctools/queues/IndexedQueueSizeUtil.java | Re-order if, fixes potential (but very unlikely) `size` bug | |
Java | apache-2.0 | 70ecc2f5acedb431aef931f4da4bacb5676ee05c | 0 | iqrfsdk/jsimply,iqrfsdk/jsimply | /*
* Copyright 2016 MICRORISC 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 l... | simply-modules/simply-demos/open-gateway/src/main/java/com/microrisc/opengateway/mqtt/MqttCommunicator.java | /*
* Copyright 2016 MICRORISC 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 l... | Fix in reconnect logic
| simply-modules/simply-demos/open-gateway/src/main/java/com/microrisc/opengateway/mqtt/MqttCommunicator.java | Fix in reconnect logic | |
Java | apache-2.0 | 3eea1a8cdf387b54684ee3c5eb123b1d8e2577b3 | 0 | jfbreault/hawtio,samkeeleyong/hawtio,telefunken/hawtio,andytaylor/hawtio,stalet/hawtio,fortyrunner/hawtio,padmaragl/hawtio,jfbreault/hawtio,uguy/hawtio,skarsaune/hawtio,tadayosi/hawtio,telefunken/hawtio,stalet/hawtio,samkeeleyong/hawtio,jfbreault/hawtio,fortyrunner/hawtio,grgrzybek/hawtio,rajdavies/hawtio,hawtio/hawtio... | package io.hawt.maven;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureEx... | hawtio-maven-plugin/src/main/java/io/hawt/maven/RunMojo.java | package io.hawt.maven;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import org.apache.maven.artifact.Artifact;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.ap... | #782: Added support for system properties.
| hawtio-maven-plugin/src/main/java/io/hawt/maven/RunMojo.java | #782: Added support for system properties. | |
Java | apache-2.0 | 5a9659a36e3debe15d2435134d28f919e905ad46 | 0 | gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* 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-... | atlas-test/src/test/java/uk/ac/ebi/gxa/AbstractIndexNetCDFTestCase.java | /*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* 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-... | Reflected class to interface change for Efo
| atlas-test/src/test/java/uk/ac/ebi/gxa/AbstractIndexNetCDFTestCase.java | Reflected class to interface change for Efo | |
Java | apache-2.0 | 43fbad81d6b8aa272b59a99733389579204dc654 | 0 | ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE | package uk.ac.ebi.quickgo.annotation.service.statistics;
import java.util.List;
import java.util.Objects;
import static com.google.common.base.Preconditions.checkArgument;
/**
* A source of {@link RequiredStatistics} instances.
*
* @author Tony Wardell
* Date: 19/12/2017
* Time: 11:04
* Created with IntelliJ I... | annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/service/statistics/RequiredStatisticsProvider.java | package uk.ac.ebi.quickgo.annotation.service.statistics;
import java.util.List;
import java.util.Objects;
import static com.google.common.base.Preconditions.checkArgument;
/**
* A source of {@link RequiredStatistics} instances.
*
* @author Tony Wardell
* Date: 19/12/2017
* Time: 11:04
* Created with IntelliJ I... | Fix cut-and-paste error, was checking standardConfiguration x2 and not downloadConfiguration.
| annotation-rest/src/main/java/uk/ac/ebi/quickgo/annotation/service/statistics/RequiredStatisticsProvider.java | Fix cut-and-paste error, was checking standardConfiguration x2 and not downloadConfiguration. | |
Java | apache-2.0 | 63fb7d95099e734d04266890a01b05352824e59e | 0 | wreckJ/intellij-community,Distrotech/intellij-community,kdwink/intellij-community,diorcety/intellij-community,amith01994/intellij-community,FHannes/intellij-community,holmes/intellij-community,semonte/intellij-community,vvv1559/intellij-community,xfournet/intellij-community,lucafavatella/intellij-community,idea4bsd/ide... | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/lang-impl/src/com/intellij/profile/codeInspection/ui/inspectionsTree/InspectionsConfigTreeTable.java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | multiscope severity icon fixed: forgotten all scope added if selected group contains few scopes
| platform/lang-impl/src/com/intellij/profile/codeInspection/ui/inspectionsTree/InspectionsConfigTreeTable.java | multiscope severity icon fixed: forgotten all scope added if selected group contains few scopes | |
Java | apache-2.0 | 721feca785c292cc26f973bd02934bd69d13a897 | 0 | yangfuhai/jboot,yangfuhai/jboot | package io.jboot.test.codegen;
import com.jfinal.kit.PathKit;
import io.jboot.app.JbootApplication;
import io.jboot.codegen.model.JbootBaseModelGenerator;
import io.jboot.codegen.model.JbootModelGenerator;
import io.jboot.codegen.service.JbootServiceImplGenerator;
import io.jboot.codegen.service.JbootServiceInterface... | src/test/java/io/jboot/test/codegen/GenTester.java | package io.jboot.test.codegen;
import com.jfinal.kit.PathKit;
import io.jboot.app.JbootApplication;
import io.jboot.codegen.model.JbootBaseModelGenerator;
import io.jboot.codegen.model.JbootModelGenerator;
import io.jboot.codegen.service.JbootServiceImplGenerator;
import io.jboot.codegen.service.JbootServiceInterface... | optimize GenTester
| src/test/java/io/jboot/test/codegen/GenTester.java | optimize GenTester | |
Java | apache-2.0 | 92b0f22b41d8dee46c6cce10ed02e64cd6aaf8dc | 0 | brandt/GridSphere,brandt/GridSphere | src/org/gridlab/gridsphere/portletcontainer/descriptor/ConfigParam.java | /*
* @author <a href="mailto:novotny@aei.mpg.de">Jason Novotny</a>
* @version $Id$
*/
package org.gridlab.gridsphere.portletcontainer.descriptor;
public class ConfigParam {
private String ParamName = "";
private String ParamValue = "";
public ConfigParam() {}
public ConfigParam(String ParamName,... | *** empty log message ***
git-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@504 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f
| src/org/gridlab/gridsphere/portletcontainer/descriptor/ConfigParam.java | *** empty log message *** | ||
Java | apache-2.0 | b750327fe679dfa5a506f0a5ba510ee07c3c1473 | 0 | buttermilk-crypto/buttermilk | /*
* This file is part of Buttermilk
* Copyright 2011-2014 David R. Smith All Rights Reserved.
*
*/
package com.cryptoregistry.formats;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.cryptoregistry.MapData;... | buttermilk-core/src/main/java/com/cryptoregistry/formats/MapDataFormatter.java | /*
* This file is part of Buttermilk
* Copyright 2011-2014 David R. Smith All Rights Reserved.
*
*/
package com.cryptoregistry.formats;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.cryptoregistry.MapData;... | continued refinement on dialogs | buttermilk-core/src/main/java/com/cryptoregistry/formats/MapDataFormatter.java | continued refinement on dialogs | |
Java | apache-2.0 | 6757889d98e0ea66e197732452fb2adb1d291840 | 0 | michalkurka/h2o-3,spennihana/h2o-3,michalkurka/h2o-3,spennihana/h2o-3,h2oai/h2o-dev,spennihana/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,h2oai/h2o-dev,h2oai/h2o-3,michalkurka/h2o-3,spennihana/h2o-3,michalkurka/h2o-3,mathemage/h2o-3,h2oai/h2o-3,michalkurka/h2o-3,mathemage/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,mathemage/h2o-3,h2oa... | package hex.createframe;
import hex.createframe.recipes.OriginalCreateFrameRecipe;
import org.junit.BeforeClass;
import org.junit.Test;
import water.TestUtil;
import water.api.schemas4.input.CreateFrameOriginalIV4;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.Log;
import static org.junit.Assert.*... | h2o-core/src/test/java/hex/createframe/OriginalCreateFrameRecipeTest.java | package hex.createframe;
import hex.createframe.recipes.OriginalCreateFrameRecipe;
import org.junit.BeforeClass;
import org.junit.Test;
import water.TestUtil;
import water.api.schemas4.input.CreateFrameOriginalIV4;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.Log;
import static org.junit.Assert.*... | Make test in OriginalCreateFrameRecipeTest more robust (but less powerful) by tweaking the threshold value
| h2o-core/src/test/java/hex/createframe/OriginalCreateFrameRecipeTest.java | Make test in OriginalCreateFrameRecipeTest more robust (but less powerful) by tweaking the threshold value | |
Java | apache-2.0 | 32c4fe63a3030f964f41750e564a017694b6cd2c | 0 | baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel | /*
* Copyright 2006 Wyona
*
* 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.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | src/core/java/org/wyona/yanel/cmdl/communication/CommandLineRequest.java | /*
* Copyright 2006 Wyona
*
* 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.wyona.org/licenses/APACHE-LICENSE-2.0
*
* Unless required by applicable law or agree... | parameter names cloned
| src/core/java/org/wyona/yanel/cmdl/communication/CommandLineRequest.java | parameter names cloned | |
Java | apache-2.0 | 3f93527db20a3a8cef631f0dd86b5ae6f7ef327f | 0 | torakiki/sambox,torakiki/sambox | /*
* 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... | src/main/java/org/sejda/sambox/pdmodel/graphics/image/PDImageXObject.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... | don't cache unmasked images | src/main/java/org/sejda/sambox/pdmodel/graphics/image/PDImageXObject.java | don't cache unmasked images | |
Java | apache-2.0 | e32628bb5c4f5e36f98b47e647fafbbab8090711 | 0 | osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi | /*
* Copyright (c) OSGi Alliance (2011). All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | org.osgi.service.subsystem/src/org/osgi/service/subsystem/Subsystem.java | /*
* Copyright (c) OSGi Alliance (2011). All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | getLocation javadoc general cleanup.
| org.osgi.service.subsystem/src/org/osgi/service/subsystem/Subsystem.java | getLocation javadoc general cleanup. | |
Java | apache-2.0 | 97cf2e9677fb2e7f5703fdafb858ff1c7e91ee23 | 0 | jxblum/spring-boot,shangyi0102/spring-boot,bbrouwer/spring-boot,xiaoleiPENG/my-project,jvz/spring-boot,bjornlindstrom/spring-boot,kamilszymanski/spring-boot,bclozel/spring-boot,sebastiankirsch/spring-boot,ihoneymon/spring-boot,felipeg48/spring-boot,mdeinum/spring-boot,tiarebalbi/spring-boot,kdvolder/spring-boot,jvz/spr... | /*
* Copyright 2012-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 ap... | spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/DeprecatedPluginTests.java | /*
* Copyright 2012-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 ap... | Polish new tests for the Gradle plugin's deprecated ID
The output capture for the deprecation warning only appears to work
when the test is run in isolation. I can't figure out why that's the
case, particularly as we have another test class
(BootRunResourceTests) that uses OutputCapture and works reliably.
I'm cuttin... | spring-boot-integration-tests/spring-boot-gradle-tests/src/test/java/org/springframework/boot/gradle/DeprecatedPluginTests.java | Polish new tests for the Gradle plugin's deprecated ID | |
Java | apache-2.0 | 2dc56286bb35e7bb5b2c9f3d6d6014a3242c9fec | 0 | speedment/speedment,speedment/speedment | /*
*
* Copyright (c) 2006-2019, Speedment, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | runtime-parent/runtime-connector-parent/sqlite/src/main/java/com/speedment/runtime/connector/sqlite/internal/SqliteDbmsType.java | /*
*
* Copyright (c) 2006-2019, Speedment, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); You may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | sqlite: Make constant private
| runtime-parent/runtime-connector-parent/sqlite/src/main/java/com/speedment/runtime/connector/sqlite/internal/SqliteDbmsType.java | sqlite: Make constant private | |
Java | apache-2.0 | 08d47b5efcbc702eecb6c83b0e7c75cb860573b4 | 0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus | package io.quarkus.hibernate.reactive.runtime;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManagerFactory;
import javax.persistence.PersistenceException;
import javax.persistence.spi.PersistenceProvider;
import javax.persistence.s... | extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/FastBootHibernateReactivePersistenceProvider.java | package io.quarkus.hibernate.reactive.runtime;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManagerFactory;
import javax.persistence.PersistenceException;
import javax.persistence.spi.PersistenceProvider;
import javax.persistence.s... | Hibernate Reactive now suppporgs schema generation as well
| extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/FastBootHibernateReactivePersistenceProvider.java | Hibernate Reactive now suppporgs schema generation as well | |
Java | apache-2.0 | 695c8ca4b843c7250e6d4ffdc425b97a85056789 | 0 | b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl | /*
* Copyright 2011-2018 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java | /*
* Copyright 2011-2018 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | SO-3044: remove hack from SnomedRefSetMemberIndexEntry
getContainerId method should always return the referencedComponentId for
each reference set member. | snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java | SO-3044: remove hack from SnomedRefSetMemberIndexEntry | |
Java | apache-2.0 | 249c1835f60cf9239e812390a457d9885e15ab7e | 0 | iBuildApp/android_module_Catalog | /****************************************************************************
* *
* Copyright (C) 2014-2015 iBuildApp, Inc. ( http://ibuildapp.com ) *
* *
* This file is part of iBuildApp. *
* *
* This Source Code Form is subject to the terms of the iBuildApp Licen... | src/main/java/com/ibuildapp/romanblack/CataloguePlugin/view/RoundView.java | /****************************************************************************
* *
* Copyright (C) 2014-2015 iBuildApp, Inc. ( http://ibuildapp.com ) *
* *
* This file is part of iBuildApp. *
* *
* This Source Code Form is subject to the terms of the iBuildApp Licen... | 5640 01:00 85%
turn off hardware acceleration for versions SDK between 11 and 17 and problem fixed
| src/main/java/com/ibuildapp/romanblack/CataloguePlugin/view/RoundView.java | 5640 01:00 85% turn off hardware acceleration for versions SDK between 11 and 17 and problem fixed | |
Java | apache-2.0 | 4008af8b56c5d62263f793ab5d2befe2fee83680 | 0 | yarish/tinylog,yarish/tinylog,robymus/tinylog,robymus/tinylog | /*
* Copyright 2012 Martin Winandy
*
* 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... | benchmark/src/org/pmw/benchmark/AbstractRunner.java | /*
* Copyright 2012 Martin Winandy
*
* 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... | Increased default number of benchmark iterations | benchmark/src/org/pmw/benchmark/AbstractRunner.java | Increased default number of benchmark iterations | |
Java | apache-2.0 | 4bd5cd1c55cfe7e33bcf71a01b5a6457f111917a | 0 | rhusar/undertow,jstourac/undertow,darranl/undertow,jstourac/undertow,jstourac/undertow,undertow-io/undertow,Karm/undertow,darranl/undertow,soul2zimate/undertow,ctomc/undertow,baranowb/undertow,soul2zimate/undertow,aldaris/undertow,msfm/undertow,undertow-io/undertow,baranowb/undertow,stuartwdouglas/undertow,rhusar/under... | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | core/src/main/java/io/undertow/server/protocol/http/AlpnOpenListener.java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | Minor update to log message
| core/src/main/java/io/undertow/server/protocol/http/AlpnOpenListener.java | Minor update to log message | |
Java | bsd-3-clause | c8e76d678b40680304a9486cc023f30e785a71fb | 0 | BaseXdb/basex,JensErat/basex,joansmith/basex,JensErat/basex,vincentml/basex,JensErat/basex,deshmnnit04/basex,deshmnnit04/basex,BaseXdb/basex,dimitarp/basex,dimitarp/basex,ksclarke/basex,deshmnnit04/basex,deshmnnit04/basex,BaseXdb/basex,deshmnnit04/basex,drmacro/basex,JensErat/basex,ksclarke/basex,ksclarke/basex,vincent... | package org.basex.build.fs;
import static org.basex.build.fs.FSText.*;
import static org.basex.data.DataText.*;
import static org.basex.util.Token.*;
import java.io.File;
import java.io.IOException;
import org.basex.BaseX;
import org.basex.build.Builder;
import org.basex.build.Parser;
import org.basex.build.fs.metadat... | src/org/basex/build/fs/FSParser.java | package org.basex.build.fs;
import static org.basex.build.fs.FSText.*;
import static org.basex.data.DataText.*;
import static org.basex.util.Token.*;
import java.io.File;
import java.io.IOException;
import org.basex.BaseX;
import org.basex.build.Builder;
import org.basex.build.Parser;
import org.basex.build.fs.metadat... | FSVisitor inheritance bug fixed
| src/org/basex/build/fs/FSParser.java | FSVisitor inheritance bug fixed | |
Java | mit | b19bbf4a5b8dea23c63b33e33ef7d271f25449ac | 0 | awong1900/WiFi_Iot_Node_App,awong1900/Wio_Link_Android_App,awong1900/Wio_Link_Android_App | package cc.seeed.iot.ui_setnode;
import android.app.ProgressDialog;
import android.content.ClipData;
import android.content.ClipDescription;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import a... | android/app/src/main/java/cc/seeed/iot/ui_setnode/SetupIotNodeActivity.java | package cc.seeed.iot.ui_setnode;
import android.app.ProgressDialog;
import android.content.ClipData;
import android.content.ClipDescription;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.PorterDuff;
import a... | Change Instance name add _Digital0
| android/app/src/main/java/cc/seeed/iot/ui_setnode/SetupIotNodeActivity.java | Change Instance name add _Digital0 | |
Java | mit | 209117278060829609963e4573a20ee6ac6e3fed | 0 | ihongs/HongsCORE,ihongs/HongsCORE,ihongs/HongsCORE | package app.hongs.action;
import app.hongs.Cnst;
import app.hongs.Core;
import app.hongs.CoreLocale;
import app.hongs.CoreSerial;
import app.hongs.HongsException;
import app.hongs.util.Data;
import app.hongs.util.Synt;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException... | hongs-core/src/main/java/app/hongs/action/FormSet.java | package app.hongs.action;
import app.hongs.Cnst;
import app.hongs.Core;
import app.hongs.CoreLocale;
import app.hongs.CoreSerial;
import app.hongs.HongsException;
import app.hongs.util.Data;
import app.hongs.util.Synt;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException... | 表单参数虚拟字段可省略 name 属性 | hongs-core/src/main/java/app/hongs/action/FormSet.java | 表单参数虚拟字段可省略 name 属性 | |
Java | mit | 43c01553bc0b64f4185857b7c93bea315fb117b9 | 0 | DiddiZ/Utils | package de.diddiz.utils.config;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
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.A... | src/de/diddiz/utils/config/PropertiesConfig.java | package de.diddiz.utils.config;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
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.A... | Added missing set methods to PropertiesConfig; | src/de/diddiz/utils/config/PropertiesConfig.java | Added missing set methods to PropertiesConfig; | |
Java | mpl-2.0 | 2c7af3f88aea9b7b031ba1156a8ec71185b78bf4 | 0 | msteinhoff/hello-world | 549ab0d7-cb8e-11e5-906e-00264a111016 | src/main/java/HelloWorld.java | 548cf9de-cb8e-11e5-b251-00264a111016 | compiles now | src/main/java/HelloWorld.java | compiles now | |
Java | agpl-3.0 | 199731a5646b4405be2b74dbd751822595470ba9 | 0 | ebonnet/Silverpeas-Components,ebonnet/Silverpeas-Components,ebonnet/Silverpeas-Components,NicolasEYSSERIC/Silverpeas-Components,Silverpeas/Silverpeas-Components,CecileBONIN/Silverpeas-Components,auroreallibe/Silverpeas-Components,ebonnet/Silverpeas-Components,stephaneperry/Silverpeas-Components,stephaneperry/Silverpeas... | /**
* Copyright (C) 2000 - 2009 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* ... | process-manager/process-manager-war/src/main/java/com/silverpeas/processManager/servlets/ProcessManagerRequestRouter.java | /**
* Copyright (C) 2000 - 2009 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* ... | fixes bug #546 - Champs wysiwyg dans les formulaires
git-svn-id: 7f0d99e15c3d719532f2b0716a1f95728c3076a0@1646 a8e77078-a1c7-4fa5-b8fc-53c5178a176c
| process-manager/process-manager-war/src/main/java/com/silverpeas/processManager/servlets/ProcessManagerRequestRouter.java | fixes bug #546 - Champs wysiwyg dans les formulaires | |
Java | agpl-3.0 | 1488259a8542453698176c30ab1de3df0e0c65cc | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | 252613a4-2e60-11e5-9284-b827eb9e62be | hello.java | 25209302-2e60-11e5-9284-b827eb9e62be | 252613a4-2e60-11e5-9284-b827eb9e62be | hello.java | 252613a4-2e60-11e5-9284-b827eb9e62be | |
Java | lgpl-2.1 | 56fd673eabfd0f4480feb06685562fde960f707d | 0 | xwiki/xwiki-commons,xwiki/xwiki-commons | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | [misc] codestyle
| xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java | [misc] codestyle | |
Java | apache-2.0 | 451284d5d1ddc36135cfffc807b902fd2478ca00 | 0 | smarthi/nd4j,huitseeker/nd4j,deeplearning4j/nd4j,huitseeker/nd4j,drlebedev/nd4j,ambraspace/nd4j,smarthi/nd4j,drlebedev/nd4j,deeplearning4j/nd4j,ambraspace/nd4j,gagatust/nd4j,gagatust/nd4j | package org.nd4j.jita.allocator.impl;
import jcuda.runtime.JCuda;
import jcuda.runtime.cudaEvent_t;
import lombok.Getter;
import lombok.NonNull;
import lombok.Setter;
import org.bytedeco.javacpp.Pointer;
import org.nd4j.jita.allocator.concurrency.AtomicState;
import org.nd4j.jita.allocator.enums.AllocationStatus;
impo... | nd4j-backends/nd4j-backend-impls/nd4j-cuda-7.5/src/main/java/org/nd4j/jita/allocator/impl/AllocationPoint.java | package org.nd4j.jita.allocator.impl;
import jcuda.runtime.cudaEvent_t;
import lombok.Getter;
import lombok.NonNull;
import lombok.Setter;
import org.bytedeco.javacpp.Pointer;
import org.nd4j.jita.allocator.concurrency.AtomicState;
import org.nd4j.jita.allocator.enums.AllocationStatus;
import org.nd4j.jita.allocator.e... | async enabled, not leaking
| nd4j-backends/nd4j-backend-impls/nd4j-cuda-7.5/src/main/java/org/nd4j/jita/allocator/impl/AllocationPoint.java | async enabled, not leaking | |
Java | apache-2.0 | b80c3bd8159a54fe3a86985e3f0ee249238be428 | 0 | apucher/pinot,linkedin/pinot,linkedin/pinot,linkedin/pinot,apucher/pinot,apucher/pinot,linkedin/pinot,linkedin/pinot,fx19880617/pinot-1,apucher/pinot,apucher/pinot,fx19880617/pinot-1,fx19880617/pinot-1,fx19880617/pinot-1,fx19880617/pinot-1 | /**
* Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/realtime/SegmentCompletionManager.java | /**
* Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | Log exception on controller for realtime segment commit operations (#3226)
| pinot-controller/src/main/java/com/linkedin/pinot/controller/helix/core/realtime/SegmentCompletionManager.java | Log exception on controller for realtime segment commit operations (#3226) | |
Java | apache-2.0 | a40fb8d573d2caa779422d60acd2fec041ad6580 | 0 | mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid | /*
* 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 ... | stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/IndexLoadTestsIT.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 ... | Updated load tests to match new index structure
| stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/IndexLoadTestsIT.java | Updated load tests to match new index structure | |
Java | apache-2.0 | 139b9834a3523f0e9686645b79edaca01a52550f | 0 | nicolargo/intellij-community,robovm/robovm-studio,salguarnieri/intellij-community,xfournet/intellij-community,michaelgallacher/intellij-community,ivan-fedorov/intellij-community,fnouama/intellij-community,amith01994/intellij-community,signed/intellij-community,xfournet/intellij-community,mglukhikh/intellij-community,kd... | /*
* 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... | platform/util/src/com/intellij/util/io/PagedFileStorage.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... | report time of long mapping
| platform/util/src/com/intellij/util/io/PagedFileStorage.java | report time of long mapping | |
Java | apache-2.0 | 35945d7fbaca24086bed63d4b8f103b402d15e4b | 0 | argv-minus-one/fop,argv-minus-one/fop,argv-minus-one/fop,StrategyObject/fop,StrategyObject/fop,argv-minus-one/fop,StrategyObject/fop,argv-minus-one/fop,StrategyObject/fop,StrategyObject/fop | /*
* 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/java/org/apache/fop/apps/io/ResourceResolverFactory.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 ... | Added javadocs to the URI schema resolution mechanisms available
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@1366000 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/fop/apps/io/ResourceResolverFactory.java | Added javadocs to the URI schema resolution mechanisms available | |
Java | apache-2.0 | 23c19221f46c3e16e432c9a526a6d46d1db8168c | 0 | gsheldon/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,eshen1991/optaplanner,bernardator/optaplanner,kunallimaye/optaplanner,glamperi/optaplanner,tomasdavidorg/optaplanner,gsheldon/optaplanner,tkobayas/optaplanner,elsam/drools-planner-old,oskopek/optaplanner,glamperi/optaplanner,tomasdavidorg/optaplanner,Diet... | package org.drools.solver.examples.pas.solver.solution.initializer;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Comparator;
import org.drools.FactHandle;
import org.drools.WorkingMemory;
import org.drools.solver.core.localsearch.LocalSearchSolverScope;
import org.... | drools-solver/drools-solver-examples/src/main/java/org/drools/solver/examples/pas/solver/solution/initializer/PatientAdmissionScheduleStartingSolutionInitializer.java | package org.drools.solver.examples.pas.solver.solution.initializer;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Comparator;
import org.drools.FactHandle;
import org.drools.WorkingMemory;
import org.drools.solver.core.localsearch.LocalSearchSolverScope;
import org.... | pas: initializer weight sorting yet another improvement 2
git-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@27802 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
| drools-solver/drools-solver-examples/src/main/java/org/drools/solver/examples/pas/solver/solution/initializer/PatientAdmissionScheduleStartingSolutionInitializer.java | pas: initializer weight sorting yet another improvement 2 | |
Java | apache-2.0 | 15ad0f73df0a8d0efec5167a2141cbd53afd862d | 0 | sjamesr/jfreesane,sjamesr/jfreesane | package au.com.southsky.jfreesane;
import com.google.common.base.Charsets;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.google.common.io.Closeables;
import com.google.common.io.Files;
import com.google.common.net.HostAndPort;
import com.google.common.util.concurren... | src/test/java/au/com/southsky/jfreesane/SaneSessionTest.java | package au.com.southsky.jfreesane;
import com.google.common.base.Charsets;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import com.google.common.io.Closeables;
import com.google.common.io.Files;
import com.google.common.net.HostAndPort;
import com.google.common.util.concurren... | Add frame type test (#83)
| src/test/java/au/com/southsky/jfreesane/SaneSessionTest.java | Add frame type test (#83) | |
Java | apache-2.0 | 4773026fb0c2520095e05988e942bc19c373e3dd | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.uiDesigner.i18n;
import com.intellij.codeInspection.BatchQuickFix;
import com.intellij.codeInspection.CommonProblemDescriptor;
import com.intellij.codeInspec... | plugins/ui-designer/src/com/intellij/uiDesigner/i18n/I18nizeFormBatchFix.java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.uiDesigner.i18n;
import com.intellij.codeInspection.BatchQuickFix;
import com.intellij.codeInspection.CommonProblemDescriptor;
import com.intellij.codeInspec... | [i18n plugin] update form file via VFS in batch quick fix for hardcoded strings in UI forms
Otherwise modifications aren't shown until File | Reload All From Disk is invoked. Also we don't need to manually refresh GUI editor anymore.
GitOrigin-RevId: 7e0ed9b251b4582ce86d7da013bc186ca81b58a6 | plugins/ui-designer/src/com/intellij/uiDesigner/i18n/I18nizeFormBatchFix.java | [i18n plugin] update form file via VFS in batch quick fix for hardcoded strings in UI forms | |
Java | apache-2.0 | 0936ad10b8cca70dc676a7b870a8dda2cd816de8 | 0 | caot/intellij-community,vladmm/intellij-community,ryano144/intellij-community,fitermay/intellij-community,fnouama/intellij-community,fnouama/intellij-community,suncycheng/intellij-community,allotria/intellij-community,kdwink/intellij-community,petteyg/intellij-community,muntasirsyed/intellij-community,lucafavatella/int... | package org.jetbrains.plugins.groovy.lang.dynamic;
import com.intellij.codeInsight.intention.IntentionAction;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.command.CommandProcessor;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.Pair;
import com.... | plugins/groovy/test/org/jetbrains/plugins/groovy/lang/dynamic/DynamicTest.java | package org.jetbrains.plugins.groovy.lang.dynamic;
import com.intellij.codeInsight.intention.IntentionAction;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.command.CommandProcessor;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.Pair;
import com.... | default PsiElementFinder moved to the first place | plugins/groovy/test/org/jetbrains/plugins/groovy/lang/dynamic/DynamicTest.java | default PsiElementFinder moved to the first place | |
Java | apache-2.0 | b83fd0c0521d6dbc62bbfe1754c13b26711bcc4b | 0 | troopson/cc,troopson/cc,troopson/cc | src/main/java/org/wertx/container/Singleton.java | /**
*
*/
package org.wertx.container;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* @author 瞿建军 Email: jianjun.qu@istuary.com 2017年2月15日
*/
public final class Singleton {
private static Singleton holder;
@SuppressWarnings("rawtypes")
private Map<Class, Object> map;
private Sin... | remove container
| src/main/java/org/wertx/container/Singleton.java | remove container | ||
Java | apache-2.0 | 17098e8da84347c88c8cce60d54e0d8bf4ecce24 | 0 | tylerparsons/surfdep | /*
######################################
SurfaceGrowth.java
@author Tyler Parsons
@created 7 May 2014
A runnable class that manages instant-
iation of models, visualization, data
analysis, UI and I/O of parameters.
######################################
*/
package ch13;
import org.opensourcephysics.controls.Abstr... | SurfaceGrowth.java | /*
######################################
SurfaceGrowth.java
@author Tyler Parsons
@created 7 May 2014
A runnable class that manages instant-
iation of models, visualization, data
analysis, UI and I/O of parameters.
######################################
*/
package ch13;
import org.opensourcephysics.controls.Abstr... | Obscuring implementation of Ballistic Diffusion Model
| SurfaceGrowth.java | Obscuring implementation of Ballistic Diffusion Model | |
Java | apache-2.0 | 3d7ea2c955bb4886ffc1954badd98ce0eff9a8a4 | 0 | shinfan/gcloud-java,tangiel/google-cloud-java,shinfan/gcloud-java,mbrukman/gcloud-java,aozarov/gcloud-java,FirebasePrivate/google-cloud-java,jabubake/google-cloud-java,rborer/google-cloud-java,vam-google/google-cloud-java,aozarov/gcloud-java,tangiel/google-cloud-java,vam-google/google-cloud-java,mbrukman/gcloud-java,va... | /*
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/QueryResults.java | /*
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | update afterCursor javadoc
| gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/QueryResults.java | update afterCursor javadoc | |
Java | apache-2.0 | c8b6dd91c1f0ea4d8b7f7330c00105c26d9c9d4d | 0 | crate/crate,crate/crate,crate/crate | /*
* Licensed to Crate.io GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not use this f... | server/src/testFixtures/java/io/crate/integrationtests/SQLIntegrationTestCase.java | /*
* Licensed to Crate.io GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not use this f... | tests: Remove unused `executeWith` from `SQLIntegrationTestCase`
| server/src/testFixtures/java/io/crate/integrationtests/SQLIntegrationTestCase.java | tests: Remove unused `executeWith` from `SQLIntegrationTestCase` | |
Java | apache-2.0 | 112a80463a30a79e98dff2f80f461591eb3d5aa6 | 0 | xzel23/meja,xzel23/meja | /*
* Copyright 2016 Axel Howind.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | src/main/java/com/dua3/meja/ui/SheetPainterBase.java | /*
* Copyright 2016 Axel Howind.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | NPE because of race condition
| src/main/java/com/dua3/meja/ui/SheetPainterBase.java | NPE because of race condition | |
Java | apache-2.0 | 9711d5b953c9c0e6f6d70200fef02eb64e20a874 | 0 | thinkbigthings/java9 |
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// resources may be declared outside the try statement
Reader reader = new InputStreamReader(new FileInputStream("Main.java"));
BufferedReader in = new BufferedReader(reader);
List<String> li... | coin/Main.java |
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// resources may be declared outside the try statement
Reader reader = new InputStreamReader(new FileInputStream("Main.java"));
BufferedReader in = new BufferedReader(reader);
try(in) {
St... | made the example actually do something
| coin/Main.java | made the example actually do something | |
Java | apache-2.0 | 4ff75f0247e19bff1f4da93f68060569cff7cd44 | 0 | androidx/media,amzn/exoplayer-amazon-port,google/ExoPlayer,amzn/exoplayer-amazon-port,google/ExoPlayer,google/ExoPlayer,androidx/media,androidx/media,amzn/exoplayer-amazon-port | /*
* 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... | extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/OpusDecoder.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... | Fix For Sample-To-Bytes Calculation In OpusDecoder
Aligning the byte size calculation with the sizes defined in opus_jni.cc
for the `outputFloat=true` case
#minor-release
PiperOrigin-RevId: 427028982
| extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/OpusDecoder.java | Fix For Sample-To-Bytes Calculation In OpusDecoder |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.