lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
fb3c2a24b71a1516871905db812893ad5b823037
0
leimer/orika,Log10Solutions/orika,brabenetz/orika,ellis429/orika,orika-mapper/orika,acsl/orika,andreabertagnolli/orika
/* * Orika - simpler, better and faster Java bean mapping * * Copyright (C) 2011 Orika 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.or...
core/src/main/java/ma/glasnost/orika/impl/DefaultMapperFactory.java
/* * Orika - simpler, better and faster Java bean mapping * * Copyright (C) 2011 Orika 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.or...
Fixed error message on no registered immutable type converter git-svn-id: cd18ad63d0313fc81f5089058a1f5cc6e016da00@497 f4a4e40d-1d15-de9b-c3e8-c5ea35f5a4c4
core/src/main/java/ma/glasnost/orika/impl/DefaultMapperFactory.java
Fixed error message on no registered immutable type converter
Java
apache-2.0
2aaeb8846b812af5977899e7f389ad73ecc69d34
0
atomix/atomix,kuujo/copycat,atomix/atomix,kuujo/copycat
/* * Copyright 2017-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
cluster/src/test/java/io/atomix/cluster/messaging/impl/TestMessagingService.java
/* * Copyright 2017-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
Handle execution exceptions in TestMessagingService.
cluster/src/test/java/io/atomix/cluster/messaging/impl/TestMessagingService.java
Handle execution exceptions in TestMessagingService.
Java
apache-2.0
f9195ced28746d30b9f07135ee1eca53b3bfac3a
0
lburgazzoli/logging-log4j2,xnslong/logging-log4j2,GFriedrich/logging-log4j2,lburgazzoli/apache-logging-log4j2,apache/logging-log4j2,GFriedrich/logging-log4j2,codescale/logging-log4j2,xnslong/logging-log4j2,GFriedrich/logging-log4j2,lburgazzoli/logging-log4j2,lburgazzoli/apache-logging-log4j2,apache/logging-log4j2,lqbwe...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
log4j-api/src/main/java/org/apache/logging/log4j/util/StringBuilders.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
Checkstyle: util class should have private constructor, IDE autoformat
log4j-api/src/main/java/org/apache/logging/log4j/util/StringBuilders.java
Checkstyle: util class should have private constructor, IDE autoformat
Java
apache-2.0
fd5c15d097ce63a0f74915eda9b0806e63949692
0
harrissoerja/belajar-nfc,artivisi/belajar-nfc,artivisi/belajar-nfc,harrissoerja/belajar-nfc,harrissoerja/belajar-nfc,artivisi/belajar-nfc
package belajar.nfc.controller; import belajar.nfc.domain.Customer; import belajar.nfc.domain.EntriTransaksi; import belajar.nfc.domain.Saldo; import belajar.nfc.service.EntriTransaksiDao; import belajar.nfc.service.SaldoDao; import java.math.BigDecimal; import java.util.Date; import org.springframework.beans.factory....
belajar-nfc-server/src/main/java/belajar/nfc/controller/PembayaranController.java
package belajar.nfc.controller; import belajar.nfc.domain.Customer; import belajar.nfc.domain.EntriTransaksi; import belajar.nfc.domain.Saldo; import belajar.nfc.service.EntriTransaksiDao; import belajar.nfc.service.SaldoDao; import java.math.BigDecimal; import java.util.Date; import org.springframework.beans.factory....
tambah action bayar di entri transaksi
belajar-nfc-server/src/main/java/belajar/nfc/controller/PembayaranController.java
tambah action bayar di entri transaksi
Java
bsd-2-clause
874dbc9dba0d526fc4c6ead5166e722032239cba
0
mwilliamson/java-mammoth
package org.zwobble.mammoth.internal.util; import java.util.*; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Collectors; import java.util.stream.Stream; import static java.util.Arrays.asList; import static org.zwobble.mammoth.internal.util.MammothIterables.stream; p...
src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java
package org.zwobble.mammoth.internal.util; import com.google.common.collect.Ordering; import java.util.*; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Collectors; import java.util.stream.Stream; import static java.util.Arrays.asList; import static org.zwobble.mammo...
Remove Guava usage from MammothLists
src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java
Remove Guava usage from MammothLists
Java
bsd-3-clause
338515f79ea5be59605aaf66069d7ce6ee32b36e
0
eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j
/******************************************************************************* * Copyright (c) 2018 Eclipse RDF4J contributors. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, an...
shacl/src/test/java/org/eclipse/rdf4j/sail/shacl/AbstractShaclTest.java
/******************************************************************************* * Copyright (c) 2018 Eclipse RDF4J contributors. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, an...
pretty print Signed-off-by: Håvard Ottestad <0313105c39e1062c29c412ba0556463f04f14c95@gmail.com>
shacl/src/test/java/org/eclipse/rdf4j/sail/shacl/AbstractShaclTest.java
pretty print
Java
mit
599498cf1c63a9697e2915f0cf78d60d520542d6
0
JKFennis/Kaliber
src/OpenMove9.java
import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusEvent; import java.awt.event.FocusListener; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; i...
old main class deleted
src/OpenMove9.java
old main class deleted
Java
isc
b97b2fc418490b96eb1c1b10bfbe9ecbdf2a8952
0
meyerdg/ingress-intel-total-conversion,MarkTraceur/ingress-intel-total-conversion,iitc-project/ingress-intel-total-conversion,ruharen/ingress-intel-total-conversion,MarkTraceur/ingress-intel-total-conversion,adostes/ingress-intel-total-conversion,hayeswise/ingress-intel-total-conversion,Hubertzhang/ingress-intel-total-...
package com.cradle.iitc_mobile; import android.app.AlertDialog.Builder; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.preference.DialogPreference; import android.text.Html; import android.text.method.LinkMovementMethod; im...
mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java
package com.cradle.iitc_mobile; import android.app.AlertDialog.Builder; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.preference.DialogPreference; import android.text.Html; import android.text.method.LinkMovementMethod; im...
mobile: fix typo in comment
mobile/src/com/cradle/iitc_mobile/IITC_AboutDialogPreference.java
mobile: fix typo in comment
Java
mit
db00c68fc170c4908051abaac982034cabe73c20
0
brettonw/bag,brettonw/bag,brettonw/bag
package com.brettonw.bag.formats.text; import com.brettonw.bag.BagArray; import com.brettonw.bag.BagObject; import com.brettonw.bag.formats.FormatReader; import com.brettonw.bag.formats.MimeType; /** * The FormatReaderText is a configurable text format reader for any format that uses a divider * between entries, an...
src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java
package com.brettonw.bag.formats.text; import com.brettonw.bag.BagArray; import com.brettonw.bag.BagObject; import com.brettonw.bag.formats.FormatReader; import com.brettonw.bag.formats.MimeType; /** * The FormatReaderText is a configurable text format reader for any format that uses a divider * between entries, an...
minor update to allow reading array files with the pair delimiter, may want to come back to that someday...
src/main/java/com/brettonw/bag/formats/text/FormatReaderText.java
minor update to allow reading array files with the pair delimiter, may want to come back to that someday...
Java
mit
7dac8e2f6cdd95c9b80a8ecbcc56c742241b3c76
0
FranckCo/Metadata-API
package fr.insee.rmes.api.operations; public class OperationsQueries { public static String getOperationTree() { return "SELECT DISTINCT ?familyId ?familyLabelLg1 ?familyLabelLg2 ?family ?seriesId ?seriesLabelLg1 ?seriesLabelLg2 ?series ?simsId ?operationId ?opLabelLg1 ?opLabelLg2 ?operation\r\n" + " ?indic...
src/main/java/fr/insee/rmes/api/operations/OperationsQueries.java
package fr.insee.rmes.api.operations; public class OperationsQueries { public static String getOperationTree() { return "SELECT ?familyId ?familyLabelLg1 ?familyLabelLg2 ?family ?seriesId ?seriesLabelLg1 ?seriesLabelLg2 ?series ?simsId ?operationId ?opLabelLg1 ?opLabelLg2 ?operation\r\n" + " ?indicId ?indic...
Fix idSims in Operation Service
src/main/java/fr/insee/rmes/api/operations/OperationsQueries.java
Fix idSims in Operation Service
Java
mit
4e2d0d9426e88354d366fbc932e68104134078c7
0
pakoito/RxPaper2
/* * The MIT License (MIT) * Copyright (c) 2017 pakoito & 2015 César Ferreira * * 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 * ...
library/src/main/java/com/pacoworks/rxpaper2/RxPaperBook.java
/* * The MIT License (MIT) * Copyright (c) 2017 pakoito & 2015 César Ferreira * * 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 * ...
Add support for custom storage location path
library/src/main/java/com/pacoworks/rxpaper2/RxPaperBook.java
Add support for custom storage location path
Java
mit
2255581861f57055f2ac243ea41be61dd86fd4cc
0
elisonevaristo/Exemplo
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.senac.tads.pi3.testegit; /** * * @author elison.esouza */ public class Principal { /** * @param ...
testegit/src/main/java/br/senac/tads/pi3/testegit/Principal.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.senac.tads.pi3.testegit; /** * * @author elison.esouza */ public class Principal { /** * @param ...
Versão atualizada(for)
testegit/src/main/java/br/senac/tads/pi3/testegit/Principal.java
Versão atualizada(for)
Java
mit
cd61ef7169bfcaf9a7500395581ccdea27227b1f
0
iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller...
package org.broadinstitute.sting.gatk.walkers.genotyper; import org.broadinstitute.sting.WalkerTest; import org.broadinstitute.sting.gatk.GenomeAnalysisEngine; import org.testng.annotations.Test; import java.io.File; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; // *...
java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java
package org.broadinstitute.sting.gatk.walkers.genotyper; import org.broadinstitute.sting.WalkerTest; import org.broadinstitute.sting.gatk.GenomeAnalysisEngine; import org.testng.annotations.Test; import java.io.File; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; // *...
Re-enabling multi-threaded integration tests. To make this work, downsampling and annotations are disabled for this test so that we don't have randomization issues for it based on which shards get executed first. git-svn-id: 4561c0a8f080806b19201efb9525134c00b76d40@5597 348d0f76-0448-11de-a6fe-93d51630548a
java/test/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperIntegrationTest.java
Re-enabling multi-threaded integration tests. To make this work, downsampling and annotations are disabled for this test so that we don't have randomization issues for it based on which shards get executed first.
Java
mit
25c1334d0e08a40c8d3c62e3374b31b2048903ab
0
oblador/react-native-keychain,oblador/react-native-keychain,oblador/react-native-keychain,oblador/react-native-keychain,oblador/react-native-keychain,oblador/react-native-keychain
package com.oblador.keychain; import android.content.Context; import android.content.SharedPreferences; import android.os.Build; import android.security.KeyPairGeneratorSpec; import android.security.keystore.KeyGenParameterSpec; import android.security.keystore.KeyProperties; import android.support.annotation.NonNull;...
android/src/main/java/com/oblador/keychain/KeychainModule.java
package com.oblador.keychain; import android.content.Context; import android.content.SharedPreferences; import android.os.Build; import android.security.KeyPairGeneratorSpec; import android.security.keystore.KeyGenParameterSpec; import android.security.keystore.KeyProperties; import android.support.annotation.NonNull;...
Fixing issue where legacy values stored with a NULL service would not be migrated. Signed-off-by: Pelle Stenild Coltau <369776bc8b2de152ea202c6aab4d811613852aaa@gmail.com>
android/src/main/java/com/oblador/keychain/KeychainModule.java
Fixing issue where legacy values stored with a NULL service would not be migrated.
Java
mit
20e2728fd6711da9fe2d9080f4209101a2eff0ea
0
digibib/ls.ext,digibib/ls.ext,digibib/ls.ext,digibib/ls.ext
package no.deichman.services.resources; import java.net.URI; import java.net.URISyntaxException; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.HeaderParam; import javax.ws.rs.NotFoundException; import javax.ws.rs.OPTIONS; import javax.ws.rs.POST; import javax.ws.rs...
redef/services/src/main/java/no/deichman/services/resources/PublicationResource.java
package no.deichman.services.resources; import java.net.URI; import java.net.URISyntaxException; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.HeaderParam; import javax.ws.rs.NotFoundException; import javax.ws.rs.OPTIONS; import javax.ws.rs.POST; import javax.ws.rs...
Include missing @HeaderParam
redef/services/src/main/java/no/deichman/services/resources/PublicationResource.java
Include missing @HeaderParam
Java
mit
a58ad74042be8353d7a537ac047adfb15f1c2a63
0
LenKagamine/aMEba
import java.awt.*; import javax.imageio.ImageIO; import java.awt.geom.AffineTransform; import java.awt.image.AffineTransformOp; public abstract class Organism extends MapObject{ protected double speed,angle; protected int health; protected DNA dna; protected int species; private long start; publ...
Organism.java
import java.awt.*; import javax.imageio.ImageIO; import java.awt.geom.AffineTransform; import java.awt.image.AffineTransformOp; public abstract class Organism extends MapObject{ protected double speed,angle; protected int health; protected DNA dna; protected int species; private long start; publ...
Player debuff and shows level
Organism.java
Player debuff and shows level
Java
mit
b3a80a3e02139eaa8992e8593dfb778cd7bfc892
0
mitallast/netty-queue,mitallast/netty-queue,mitallast/netty-queue,mitallast/netty-queue,mitallast/netty-queue
package org.mitallast.queue.raft.log; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import org.junit.Assert; import org.junit.Test; import org.mitallast.queue.common.BaseTest; import org.mitallast.queue.common.stream.StreamInput; import org.mitallast.queue.common.stream...
src/test/java/org/mitallast/queue/raft/log/ReplicatedLogTest.java
package org.mitallast.queue.raft.log; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import org.junit.Assert; import org.junit.Test; import org.mitallast.queue.common.BaseTest; import org.mitallast.queue.common.stream.StreamInput; import org.mitallast.queue.common.stream...
raft2: - fix naming in test
src/test/java/org/mitallast/queue/raft/log/ReplicatedLogTest.java
raft2: - fix naming in test
Java
epl-1.0
12866ef2c40c69a6974d46f4d08cf7a6a8966d0a
0
rayyang2000/goclipse,johnjaylward/goclipse,happyspace/goclipse,johannesMatevosyan/goclipse,fredyw/goclipse,aschran/goclipse,gchm2010/goclipse,GoClipse/goclipse,johnjaylward/goclipse,akutz/goclipse,fredyw/goclipse,bnrghvn/goclipse,gchm2010/goclipse,gchm2010/goclipse,happyspace/goclipse,johannesMatevosyan/goclipse,rayyan...
/******************************************************************************* * Copyright (c) 2015, 2015 Bruno Medeiros and other Contributors. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this d...
plugin_ide.ui/src-lang/melnorme/lang/ide/ui/text/AbstractLangSourceViewerConfiguration.java
/******************************************************************************* * Copyright (c) 2015, 2015 Bruno Medeiros and other Contributors. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this d...
LANG: fix text hover not showing on other content types.
plugin_ide.ui/src-lang/melnorme/lang/ide/ui/text/AbstractLangSourceViewerConfiguration.java
LANG: fix text hover not showing on other content types.
Java
epl-1.0
2a1163121d6e49dea024f753272c08c62299e970
0
ELTE-Soft/xUML-RT-Executor
package hu.eltesoft.modelexecution.runtime; import java.io.InputStream; import java.io.OutputStream; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.concurrent.CountDownLatch; import java.util.concurrent.LinkedBlockingDeque; import hu.eltesoft.modelexecut...
plugins/hu.eltesoft.modelexecution.runtime/src/hu/eltesoft/modelexecution/runtime/BaseRuntime.java
package hu.eltesoft.modelexecution.runtime; import java.io.InputStream; import java.io.OutputStream; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.concurrent.CountDownLatch; import java.util.concurrent.LinkedBlockingDeque; import hu.eltesoft.modelexecut...
correction of logging ids
plugins/hu.eltesoft.modelexecution.runtime/src/hu/eltesoft/modelexecution/runtime/BaseRuntime.java
correction of logging ids
Java
mpl-2.0
4b0ec8b09296d1d50cf597e2c30b274ae0bc6d61
0
begetan/syncthing-android,jmintb/syncthing-android,wweich/syncthing-android,wweich/syncthing-android,jmintb/syncthing-android,Nutomic/syncthing-android,flipreverse/syncthing-android,syncthing/syncthing-android,syncthing/syncthing-android,syncthing/syncthing-android,begetan/syncthing-android,flipreverse/syncthing-androi...
package com.nutomic.syncthingandroid.http; import android.annotation.SuppressLint; import android.net.Uri; import android.os.AsyncTask; import android.util.Log; import android.util.Pair; import com.google.common.base.Charsets; import com.google.common.io.ByteSource; import com.nutomic.syncthingandroid.syncthing.Rest...
src/main/java/com/nutomic/syncthingandroid/http/RestTask.java
package com.nutomic.syncthingandroid.http; import android.annotation.SuppressLint; import android.net.Uri; import android.os.AsyncTask; import android.util.Log; import android.util.Pair; import com.google.common.base.Charsets; import com.google.common.io.ByteSource; import com.nutomic.syncthingandroid.syncthing.Rest...
We should close URLConnections
src/main/java/com/nutomic/syncthingandroid/http/RestTask.java
We should close URLConnections
Java
lgpl-2.1
a01cea7cb589aa1667486a6170c109fd4312a989
0
kimrutherford/intermine,zebrafishmine/intermine,Arabidopsis-Information-Portal/intermine,elsiklab/intermine,tomck/intermine,tomck/intermine,drhee/toxoMine,drhee/toxoMine,justincc/intermine,tomck/intermine,justincc/intermine,tomck/intermine,justincc/intermine,JoeCarlson/intermine,joshkh/intermine,drhee/toxoMine,justincc...
package org.intermine.objectstore.intermine; /* * Copyright (C) 2002-2007 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/copyle...
intermine/objectstore/test/src/org/intermine/objectstore/intermine/ObjectStoreInterMineImplTest.java
package org.intermine.objectstore.intermine; /* * Copyright (C) 2002-2007 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/copyle...
Try to prevent cancel method tests from failing.
intermine/objectstore/test/src/org/intermine/objectstore/intermine/ObjectStoreInterMineImplTest.java
Try to prevent cancel method tests from failing.
Java
apache-2.0
76225a215c21037abe5f2e1b11c46c96d79b13b8
0
yingyun001/ovirt-engine,walteryang47/ovirt-engine,walteryang47/ovirt-engine,eayun/ovirt-engine,eayun/ovirt-engine,halober/ovirt-engine,OpenUniversity/ovirt-engine,eayun/ovirt-engine,OpenUniversity/ovirt-engine,yingyun001/ovirt-engine,walteryang47/ovirt-engine,zerodengxinchao/ovirt-engine,yapengsong/ovirt-engine,yingyun...
package org.ovirt.engine.core.aaa; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.ovirt.engine.api.extensions.Base; import org.ovirt.engine.api.ex...
backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java
package org.ovirt.engine.core.aaa; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.ovirt.engine.api.extensions.Base; import org.ovirt.engine.api.ex...
aaa: more sync fixes Topic: AAA Change-Id: Ib2611bdc3648525268f4deee8b2ceaa01caca3c1 Signed-off-by: Alon Bar-Lev <2e3ceb4d37adc6ae3ccc00d3646e0e0a036ace03@redhat.com>
backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java
aaa: more sync fixes
Java
apache-2.0
edeba8f2c0502687054453637fe500dae1596189
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
package org.slc.sli.ingestion.tool; import java.io.File; import java.io.IOException; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; import org.slc.sli.ingestion.BatchJob; import org.slc.sli.ingestion.FaultsReport; import org.springframework.beans.factory.an...
sli/ingestion/ingestion-validation/src/test/java/org/slc/sli/ingestion/tool/ZipValidationTest.java
package org.slc.sli.ingestion.tool; import java.io.File; import java.io.IOException; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; import org.slc.sli.ingestion.BatchJob; import org.slc.sli.ingestion.FaultsReport; import org.springframework.beans.factory.an...
Updated the Unit Test
sli/ingestion/ingestion-validation/src/test/java/org/slc/sli/ingestion/tool/ZipValidationTest.java
Updated the Unit Test
Java
apache-2.0
0afe7fc0da49b844a2104a9e58d3f1ea386fc29a
0
powertac/powertac-server,powertac/powertac-server,powertac/powertac-server,powertac/powertac-server
package org.powertac.server; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; import org.springframework.stereotype.Service; import java.io.OutputStreamWriter; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.net.URLEncoder; @S...
src/main/java/org/powertac/server/TournamentSchedulerService.java
package org.powertac.server; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; import org.springframework.stereotype.Service; import java.io.InputStream; import java.io.OutputStreamWriter; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; impo...
Remove unused variables, keep assignments with side-effects
src/main/java/org/powertac/server/TournamentSchedulerService.java
Remove unused variables, keep assignments with side-effects
Java
apache-2.0
a37ac6338b7f7e4f1280a87c76619247cd7db8c0
0
ericzundel/commons,cevaris/commons,cevaris/commons,pombredanne/commons,ericzundel/commons,pombredanne/commons,ericzundel/commons,pombredanne/commons,WCCCEDU/twitter-commons,VaybhavSharma/commons,Yasumoto/commons,cevaris/commons,Yasumoto/commons,Yasumoto/commons,atollena/commons,nkhuyu/commons,pombredanne/commons,abel-v...
// ================================================================================================= // Copyright 2011 Twitter, Inc. // ------------------------------------------------------------------------------------------------- // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use ...
src/java/com/twitter/common/text/extractor/EmoticonExtractor.java
// ================================================================================================= // Copyright 2011 Twitter, Inc. // ------------------------------------------------------------------------------------------------- // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use ...
[PATCH 2534/7508] Modify EmoticonExctractor to only apply regex if needed RB_ID=216052 (sapling split of 08c4b29889d1134045b50a6c4bc5bcd6e4692738)
src/java/com/twitter/common/text/extractor/EmoticonExtractor.java
[PATCH 2534/7508] Modify EmoticonExctractor to only apply regex if needed
Java
apache-2.0
ff03b49cd4f5fbe314ec3c96d320a6121d51f827
0
cgruber/dagger,ronshapiro/dagger,hansonchar/dagger,hansonchar/dagger,ronshapiro/dagger,google/dagger,hansonchar/dagger,dushmis/dagger,google/dagger,ronshapiro/dagger,cgruber/dagger,dushmis/dagger,cgruber/dagger,google/dagger,ze-pequeno/dagger,google/dagger,ze-pequeno/dagger,ze-pequeno/dagger,ze-pequeno/dagger
/* * Copyright (C) 2014 The Dagger Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
java/dagger/internal/MembersInjectors.java
/* * Copyright (C) 2014 The Dagger Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Remove MembersInjectors.delegatingTo(), which is unused ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157463581
java/dagger/internal/MembersInjectors.java
Remove MembersInjectors.delegatingTo(), which is unused
Java
apache-2.0
038bf7e72a27592cba4d138ba605bb9c8907ad67
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
package org.apache.lucene.queryParser.standard; /** * 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...
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/TestQPHelper.java
package org.apache.lucene.queryParser.standard; /** * 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...
quiet this test git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@996720 13f79535-47bb-0310-9956-ffa450edef68
lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/TestQPHelper.java
quiet this test
Java
apache-2.0
30e956361a1a4a30b4c93465939e114f7c1b9b6d
0
max3163/jmeter,liwangbest/jmeter,ubikloadpack/jmeter,irfanah/jmeter,ra0077/jmeter,thomsonreuters/jmeter,etnetera/jmeter,d0k1/jmeter,ubikloadpack/jmeter,liwangbest/jmeter,hizhangqi/jmeter-1,DoctorQ/jmeter,etnetera/jmeter,thomsonreuters/jmeter,irfanah/jmeter,vherilier/jmeter,max3163/jmeter,d0k1/jmeter,hizhangqi/jmeter-1,...
/* * 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/core/org/apache/jmeter/gui/LoggerPanel.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 ...
Improve content update git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1629964 13f79535-47bb-0310-9956-ffa450edef68
src/core/org/apache/jmeter/gui/LoggerPanel.java
Improve content update
Java
apache-2.0
77d48ad165ffe797a2920d3070942cb372f3d55b
0
narry/cloud-slang,CloudSlang/cloud-slang,shajyhia/score-language,natabeck/cloud-slang,shajyhia/score-language,narry/cloud-slang,jrosadohp/cloud-slang,jrosadohp/cloud-slang,CloudSlang/cloud-slang,CloudSlang/cloud-slang,natabeck/cloud-slang,CloudSlang/cloud-slang
/* * (c) Copyright 2014 Hewlett-Packard Development Company, L.P. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License v2.0 which accompany this distribution. * * The Apache License is available at * http://www.apache.org/licenses/LICENSE-2....
score-lang-cli/src/main/java/org/openscore/lang/cli/services/ScoreServicesImpl.java
/* * (c) Copyright 2014 Hewlett-Packard Development Company, L.P. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License v2.0 which accompany this distribution. * * The Apache License is available at * http://www.apache.org/licenses/LICENSE-2....
- Removed replacing \n with space - Skipping empty outputs - Code Refactor Signed-off-by: Lesan Tudor <0fd7348b0f59e1ef91a7f3e0f67e2f5010e5e27c@hp.com>
score-lang-cli/src/main/java/org/openscore/lang/cli/services/ScoreServicesImpl.java
- Removed replacing \n with space - Skipping empty outputs - Code Refactor
Java
apache-2.0
bc8dcd6095d9db35360fc2c3fbdc3599399db048
0
strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
TESTS: Fix Race Condition in Temp Path Creation (#33352) (#33370) * TESTS: Fix Race Condition in Temp Path Creation * Calling `createTempDir` concurrently here in the `Follower`s causes collisions at times which lead to `createEngine` throwing because of unexpected files in the newly created temp dir * Fixe...
server/src/test/java/org/elasticsearch/index/engine/LuceneChangesSnapshotTests.java
TESTS: Fix Race Condition in Temp Path Creation (#33352) (#33370)
Java
apache-2.0
88cab927e13c451fa3d019e91867f3663e61c6ac
0
grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation
package com.navigation.reactnative; import android.app.Activity; import android.content.Context; import android.os.Build; import android.view.ViewGroup; import android.view.ViewParent; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.fragm...
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabBarView.java
package com.navigation.reactnative; import android.app.Activity; import android.content.Context; import android.os.Build; import android.view.ViewGroup; import android.view.ViewParent; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.fragm...
Tweaked format
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabBarView.java
Tweaked format
Java
apache-2.0
b00fa230c3f0a137c39f5de4c186acc1e2706481
0
watson-developer-cloud/java-sdk,watson-developer-cloud/java-sdk,watson-developer-cloud/java-sdk,watson-developer-cloud/java-sdk
/* * (C) Copyright IBM Corp. 2020. * * 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 w...
assistant/src/main/java/com/ibm/watson/assistant/v2/Assistant.java
/* * (C) Copyright IBM Corp. 2020. * * 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 w...
chore(Assistant v2): Apply manual changes
assistant/src/main/java/com/ibm/watson/assistant/v2/Assistant.java
chore(Assistant v2): Apply manual changes
Java
apache-2.0
8f1cc3391cd63eb10469217bdb6377f8595b46d2
0
JuniorsJava/itevents,JuniorsJava/itevents,JuniorsJava/itevents,JuniorsJava/itevents
package org.itevents.service.transactional; import org.itevents.dao.EventDao; import org.itevents.dao.exception.EntityNotFoundDaoException; import org.itevents.dao.model.Event; import org.itevents.dao.model.Filter; import org.itevents.dao.model.User; import org.itevents.dao.model.VisitLog; import org.itevents.dao.mode...
restservice/src/test/java/org/itevents/service/transactional/MyBatisEventServiceTest.java
package org.itevents.service.transactional; import org.itevents.dao.EventDao; import org.itevents.dao.exception.EntityNotFoundDaoException; import org.itevents.dao.model.Event; import org.itevents.dao.model.Filter; import org.itevents.dao.model.User; import org.itevents.dao.model.VisitLog; import org.itevents.dao.mode...
#186: MyBatisEventServiceTest.shouldUnassignUserFromEvent refactored
restservice/src/test/java/org/itevents/service/transactional/MyBatisEventServiceTest.java
#186: MyBatisEventServiceTest.shouldUnassignUserFromEvent refactored
Java
apache-2.0
0612eca3b049e510737e72bde7a3650285046d41
0
yukuku/androidbible,yukuku/androidbible,infojulio/androidbible,infojulio/androidbible,yukuku/androidbible,yukuku/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,infojulio/androidbible,yukuku/androidbible,infojulio/androidbible,yukuku/androidbible,infojulio/androidbible,yukuku/androidbi...
package yuku.alkitab.base.widget; import android.content.Context; import android.content.res.Configuration; import android.support.v4.view.MotionEventCompat; import android.util.AttributeSet; import android.view.MotionEvent; import android.widget.Button; import yuku.alkitab.debug.R; public class GotoButton extends Bu...
Alkitab/src/main/java/yuku/alkitab/base/widget/GotoButton.java
package yuku.alkitab.base.widget; import android.content.Context; import android.support.v4.view.MotionEventCompat; import android.util.AttributeSet; import android.view.MotionEvent; import android.widget.Button; public class GotoButton extends Button { public static final String TAG = GotoButton.class.getSimpleName...
Fix bug where left/right verse navigation buttons were very hard to click
Alkitab/src/main/java/yuku/alkitab/base/widget/GotoButton.java
Fix bug where left/right verse navigation buttons were very hard to click
Java
apache-2.0
1b0607d3e4b278b6bc58596b1530e8911c875ef4
0
cushon/error-prone,google/error-prone,cushon/error-prone,cushon/error-prone,cushon/error-prone,google/error-prone
/* * Copyright 2016 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 applica...
core/src/test/java/com/google/errorprone/bugpatterns/inject/dagger/UseBindsTest.java
/* * Copyright 2016 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 applica...
Fix the UseBindsTest to no longer test for @Produces.type -- it has been removed. MOE_MIGRATED_REVID=143606226
core/src/test/java/com/google/errorprone/bugpatterns/inject/dagger/UseBindsTest.java
Fix the UseBindsTest to no longer test for @Produces.type -- it has been removed.
Java
apache-2.0
ad581bedc004e942be77bab68d36fcd43a1edb99
0
r4-keisuke/guava,baratali/guava,xasx/guava,Ranjodh-Singh/ranjodh87-guavalib,KengoTODA/guava-libraries,fengshao0907/guava,jsnchen/guava,kingland/guava,0359xiaodong/guava,npvincent/guava,lgscofield/guava,okaywit/guava-libraries,yigubigu/guava,mgalushka/guava,Overruler/guava-libraries,dnrajugade/guava-libraries,ignaciotcr...
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
guava/src/com/google/common/util/concurrent/ListenableFuture.java
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Clarify statement in addListener documentation. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=47862236
guava/src/com/google/common/util/concurrent/ListenableFuture.java
Clarify statement in addListener documentation. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=47862236
Java
apache-2.0
5db2eee7f1c2c9448fc677b13b0654c2f4b827d6
0
ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop,ontop/ontop
package it.unibz.inf.ontop.si; import com.google.common.collect.ImmutableMap; import it.unibz.inf.ontop.exception.DuplicateMappingException; import it.unibz.inf.ontop.injection.MappingFactory; import it.unibz.inf.ontop.injection.OntopMappingConfiguration; import it.unibz.inf.ontop.injection.QuestConfiguration; import ...
ontop-semantic-index/src/main/java/it/unibz/inf/ontop/si/OntopSemanticIndexLoaderImpl.java
package it.unibz.inf.ontop.si; import com.google.common.collect.ImmutableMap; import it.unibz.inf.ontop.exception.DuplicateMappingException; import it.unibz.inf.ontop.injection.MappingFactory; import it.unibz.inf.ontop.injection.OntopMappingConfiguration; import it.unibz.inf.ontop.injection.QuestConfiguration; import ...
OntopSemanticIndexLoaderImpl.loadVirtualAbox() implemented.
ontop-semantic-index/src/main/java/it/unibz/inf/ontop/si/OntopSemanticIndexLoaderImpl.java
OntopSemanticIndexLoaderImpl.loadVirtualAbox() implemented.
Java
apache-2.0
057bdf7eb33aebb38ac7eb20de87a3488663e4fd
0
atlasapi/atlas-deer,atlasapi/atlas-deer
package org.atlasapi.content; import static com.google.common.base.Preconditions.checkNotNull; import java.io.IOException; import java.util.Optional; import org.atlasapi.channel.ChannelGroupResolver; import org.atlasapi.criteria.AttributeQuerySet; import org.atlasapi.entity.Id; import org.atlasapi.media.entity.Publi...
atlas-elasticsearch/src/main/java/org/atlasapi/content/EsUnequivalentContentIndex.java
package org.atlasapi.content; import static com.google.common.base.Preconditions.checkNotNull; import java.io.IOException; import java.util.Optional; import org.atlasapi.channel.ChannelGroupResolver; import org.atlasapi.criteria.AttributeQuerySet; import org.atlasapi.entity.Id; import org.atlasapi.media.entity.Publi...
Extracted logic into separate methods for readability
atlas-elasticsearch/src/main/java/org/atlasapi/content/EsUnequivalentContentIndex.java
Extracted logic into separate methods for readability
Java
apache-2.0
a4114f43d63e5ed6589a4c7dca156ccf4fcb906f
0
factoryfx/factoryfx,factoryfx/factoryfx,factoryfx/factoryfx,factoryfx/factoryfx
package de.factoryfx.javafx.editor.attribute; import java.math.BigDecimal; import java.net.URI; import java.time.LocalDate; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Locale; import java.util.Optional; import java.util.function.Function; import de.factoryf...
javafxDataEditing/src/main/java/de/factoryfx/javafx/editor/attribute/AttributeEditorFactory.java
package de.factoryfx.javafx.editor.attribute; import java.math.BigDecimal; import java.net.URI; import java.time.LocalDate; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Locale; import java.util.Optional; import java.util.function.Function; import de.factoryf...
fix npe
javafxDataEditing/src/main/java/de/factoryfx/javafx/editor/attribute/AttributeEditorFactory.java
fix npe
Java
apache-2.0
9dbc0bd94d1305ee673fd4d3d69e613741f67b5c
0
philliphsu/BottomSheetPickers
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
bottomsheetpickers/src/main/java/com/philliphsu/bottomsheetpickers/date/BottomSheetDatePickerDialog.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Save and restore custom header text colors on configuration change.
bottomsheetpickers/src/main/java/com/philliphsu/bottomsheetpickers/date/BottomSheetDatePickerDialog.java
Save and restore custom header text colors on configuration change.
Java
apache-2.0
757e166eaccda433a0627d2b5ac472c83f951d5d
0
apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
core/metamodel/src/main/java/org/apache/isis/core/metamodel/object/_ManagedObjectUnspecified.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")...
ISIS-3167: java-doc fix
core/metamodel/src/main/java/org/apache/isis/core/metamodel/object/_ManagedObjectUnspecified.java
ISIS-3167: java-doc fix
Java
apache-2.0
96d6adf91ebe1117c8bacb65e59699f99fdc80aa
0
zoko7677/cordova-plugin-runagain,zoko7677/cordova-plugin-runagain,zoko7677/cordova-plugin-runagain
/* Copyright 2013-2014 appPlant UG 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 Lic...
src/android/BackgroundMode.java
/* Copyright 2013-2014 appPlant UG 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 Lic...
Update BackgroundMode.java
src/android/BackgroundMode.java
Update BackgroundMode.java
Java
apache-2.0
85c56795ceff49b773548fc3e02be8ab1e08563d
0
osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi
package org.osgi.impl.service.discovery.slp; import java.net.InetAddress; import java.net.MalformedURLException; import java.net.URL; import java.net.UnknownHostException; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.StringTokenizer;...
org.osgi.impl.service.discovery/src/org/osgi/impl/service/discovery/slp/SLPServiceDescriptionAdapter.java
package org.osgi.impl.service.discovery.slp; import java.net.InetAddress; import java.net.MalformedURLException; import java.net.URL; import java.net.UnknownHostException; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.StringTokenizer;...
[rfc 119] Updated Discovery-RI: added decoding of escaped values; sending of arrays; usage of interface names in filters; fixed bugs in escaping reserved chars;
org.osgi.impl.service.discovery/src/org/osgi/impl/service/discovery/slp/SLPServiceDescriptionAdapter.java
[rfc 119] Updated Discovery-RI: added decoding of escaped values; sending of arrays; usage of interface names in filters; fixed bugs in escaping reserved chars;
Java
apache-2.0
646104f9a95fb06208319bce84d5f9a0a0223276
0
felixb/websms-api
/* * Copyright (C) 2010-2011 Felix Bechstein * * This file is part of WebSMS. * * 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 3 of the License, or (at your option) any ...
src/de/ub0r/android/websms/connector/common/ConnectorService.java
/* * Copyright (C) 2010-2011 Felix Bechstein * * This file is part of WebSMS. * * 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 3 of the License, or (at your option) any ...
Fixed possible race condition in ConnectorService
src/de/ub0r/android/websms/connector/common/ConnectorService.java
Fixed possible race condition in ConnectorService
Java
apache-2.0
ca0cb704168d20a78e0325ae305736c72712b6b9
0
durgadeviramadoss/Hygieia,pavan149679/Hygieia,jimzucker/Hygieia,oshingc/Hygieia,paychex/Hygieia,satishc1/Hygieia,satishc1/Hygieia,paychex/Hygieia,tabladrum/Hygieia,Sbrenthughes/Hygieia,pavan149679/Hygieia,durgadeviramadoss/Hygieia,capitalone/Hygieia,jimzucker/Hygieia,durgadeviramadoss/Hygieia,satishc1/Hygieia,Sbrenthug...
package com.capitalone.dashboard.collector; import com.capitalone.dashboard.model.Collector; import com.capitalone.dashboard.model.CollectorItem; import com.capitalone.dashboard.model.CollectorType; import com.capitalone.dashboard.model.Commit; import com.capitalone.dashboard.model.CommitType; import com.capitalone.da...
github-scm-collector/src/test/java/com/capitalone/dashboard/collector/GitHubCollectorTaskTest.java
package com.capitalone.dashboard.collector; import com.capitalone.dashboard.model.*; import com.capitalone.dashboard.repository.BaseCollectorItemRepository; import com.capitalone.dashboard.repository.CommitRepository; import com.capitalone.dashboard.repository.ComponentRepository; import com.capitalone.dashboard.repos...
Remove wildcard imports.
github-scm-collector/src/test/java/com/capitalone/dashboard/collector/GitHubCollectorTaskTest.java
Remove wildcard imports.
Java
apache-2.0
fa2c309355d02861ed1addd7069fa78b3982cf91
0
rodrigokuroda/recominer,rodrigokuroda/recominer,rodrigokuroda/recominer,rodrigokuroda/recominer,rodrigokuroda/recominer,rodrigokuroda/recominer
package br.edu.utfpr.recominer.batch.calculator; import br.edu.utfpr.recominer.core.model.Commit; import br.edu.utfpr.recominer.core.model.File; import br.edu.utfpr.recominer.core.model.Issue; import br.edu.utfpr.recominer.core.model.Project; import br.edu.utfpr.recominer.core.repository.CommitRepository; impor...
recominer-extractor/src/main/java/br/edu/utfpr/recominer/batch/calculator/CalculatorProcessor.java
package br.edu.utfpr.recominer.batch.calculator; import br.edu.utfpr.recominer.core.model.Commit; import br.edu.utfpr.recominer.core.model.File; import br.edu.utfpr.recominer.core.model.Issue; import br.edu.utfpr.recominer.core.model.Project; import br.edu.utfpr.recominer.core.repository.CommitRepository; impor...
Fix method call. Changed selection of issues to all data instead of from last release.
recominer-extractor/src/main/java/br/edu/utfpr/recominer/batch/calculator/CalculatorProcessor.java
Fix method call. Changed selection of issues to all data instead of from last release.
Java
bsd-2-clause
dd221197d96a5544223ae37966e39c60255868fd
0
chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio
/* * Copyright (c) 2011 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
engine/src/networking/com/jme3/network/base/KernelAdapter.java
/* * Copyright (c) 2011 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
Fixing a pretty significant typo. git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@7450 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/networking/com/jme3/network/base/KernelAdapter.java
Fixing a pretty significant typo.
Java
bsd-3-clause
bc658656237962730671d49291e3af0721c4d6e9
0
krishagni/openspecimen,krishagni/openspecimen,krishagni/openspecimen
package com.krishagni.catissueplus.core.biospecimen.services.impl; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collection; import java.util.Collections; import java.util.HashMap; imp...
WEB-INF/src/com/krishagni/catissueplus/core/biospecimen/services/impl/CollectionProtocolServiceImpl.java
package com.krishagni.catissueplus.core.biospecimen.services.impl; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collection; import java.util.Collections; import java.util.HashMap; imp...
Clear the tokens and data entry links from the notif list API response.
WEB-INF/src/com/krishagni/catissueplus/core/biospecimen/services/impl/CollectionProtocolServiceImpl.java
Clear the tokens and data entry links from the notif list API response.
Java
bsd-3-clause
8c23facc76c572176935c89dd42cded3f166fec2
0
NCIP/c3pr,NCIP/c3pr,NCIP/c3pr
package edu.duke.cabig.c3pr.web.study.tabs; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.validation.Errors; import org.springframewo...
codebase/projects/web/src/java/edu/duke/cabig/c3pr/web/study/tabs/StudyOverviewTab.java
package edu.duke.cabig.c3pr.web.study.tabs; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.validation.Errors; import org.springframework.web.servlet.Mod...
study status change: putting errors in refdata
codebase/projects/web/src/java/edu/duke/cabig/c3pr/web/study/tabs/StudyOverviewTab.java
study status change: putting errors in refdata
Java
bsd-3-clause
4197f82aaa029bf326aba7c9d14b20642af7e631
0
doubleyoung/kryo,magro/kryo,kidaa/kryo,hepin1989/kryo,hierynomus/kryo,magro/kryo,doubleyoung/kryo,kidaa/kryo,irudyak/kryo,EsotericSoftware/kryo,mikee805/kryo,hierynomus/kryo,tomdkt/kryo,tomdkt/kryo,mikee805/kryo,childRon/kryo,narahari92/kryo,xfrendx/kryo,EsotericSoftware/kryo,hepin1989/kryo,EsotericSoftware/kryo,xfrend...
package com.esotericsoftware.kryo.serialize; import java.nio.ByteBuffer; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.KryoTestCase; import com.esotericsoftware.kryo.NotNull; import com.esotericsoftware.kryo.SerializationException; public class FieldSerializerTest extends KryoTes...
test/com/esotericsoftware/kryo/serialize/FieldSerializerTest.java
package com.esotericsoftware.kryo.serialize; import java.nio.ByteBuffer; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.KryoTestCase; import com.esotericsoftware.kryo.NotNull; import com.esotericsoftware.kryo.SerializationException; public class FieldSerializerTest extends KryoTes...
Got rid of exception when test is passing.
test/com/esotericsoftware/kryo/serialize/FieldSerializerTest.java
Got rid of exception when test is passing.
Java
mit
e629c84652f38c283d6ae2f7b8500974cd05cdd3
0
openforis/collect,openforis/collect,openforis/collect,openforis/collect
package org.openforis.collect.io.metadata.collectearth; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Locale; import org.apache.commons.lang3.StringEscapeUtils; import org.openforis.collect.earth.core.rdb.RelationalSchemaContext; import org.openforis.collect.mod...
collect-server/src/main/java/org/openforis/collect/io/metadata/collectearth/MondrianCubeGenerator.java
package org.openforis.collect.io.metadata.collectearth; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Locale; import org.apache.commons.lang3.StringEscapeUtils; import org.openforis.collect.earth.core.rdb.RelationalSchemaContext; import org.openforis.collect.mod...
Added coordinate export to Saiku (latitude and longitude levels)
collect-server/src/main/java/org/openforis/collect/io/metadata/collectearth/MondrianCubeGenerator.java
Added coordinate export to Saiku (latitude and longitude levels)
Java
mit
71428c6ad29f1a9b69db97335c1ba34cdcc7bf6e
0
yidongnan/grpc-spring-boot-starter,yidongnan/grpc-spring-boot-starter,yidongnan/grpc-spring-boot-starter
/* * Copyright (c) 2016-2021 Michael Zhang <yidongnan@gmail.com> * * 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, co...
grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java
/* * Copyright (c) 2016-2021 Michael Zhang <yidongnan@gmail.com> * * 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, co...
Renamed field in a more readable form
grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java
Renamed field in a more readable form
Java
mit
35ed4fbe9b311c4b54c74ffa05f91a377f7761de
0
englishtown/vertx-jersey,christianbellinaef/vertx-jersey,englishtown/vertx-jersey,ef-labs/vertx-jersey,vnadgir-ef/vertx-jersey,ef-labs/vertx-jersey,vnadgir-ef/vertx-jersey,christianbellinaef/vertx-jersey
/* * The MIT License (MIT) * Copyright © 2013 Englishtown <opensource@englishtown.com> * * 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 limitatio...
vertx-mod-jerseymetrics/src/main/java/com/englishtown/vertx/jersey/metrics/RequestProcessor.java
/* * The MIT License (MIT) * Copyright © 2013 Englishtown <opensource@englishtown.com> * * 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 limitatio...
Shortened metric names
vertx-mod-jerseymetrics/src/main/java/com/englishtown/vertx/jersey/metrics/RequestProcessor.java
Shortened metric names
Java
mit
b2e829ed42b6fd0bd76bdb44b95d818075071a6e
0
raoulvdberge/refinedstorage,raoulvdberge/refinedstorage
package com.refinedmods.refinedstorage.integration.jei; import com.mojang.blaze3d.matrix.MatrixStack; import mezz.jei.api.gui.IRecipeLayout; import mezz.jei.api.recipe.transfer.IRecipeTransferError; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screen.Screen; import net.minecraft.item.ItemStac...
src/main/java/com/refinedmods/refinedstorage/integration/jei/RecipeTransferCraftingGridError.java
package com.refinedmods.refinedstorage.integration.jei; import com.mojang.blaze3d.matrix.MatrixStack; import mezz.jei.api.gui.IRecipeLayout; import mezz.jei.api.recipe.transfer.IRecipeTransferError; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screen.Screen; import net.minecraft.item.ItemStac...
fix tooltip position for transfer in JEI (#2971)
src/main/java/com/refinedmods/refinedstorage/integration/jei/RecipeTransferCraftingGridError.java
fix tooltip position for transfer in JEI (#2971)
Java
epl-1.0
2623ae249cbcf9a15451b3009323022c0d8679a9
0
rrimmana/birt-1,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt
/******************************************************************************* * Copyright (c) 2008 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/ChartTextRenderer.java
/******************************************************************************* * Copyright (c) 2008 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
Since SwfGraphics2D doesn't extend from ChartGraphics2D, so the Graphics2D shjould be used to declare graphics variable instead of ChartGraphics2D.
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/ChartTextRenderer.java
Since SwfGraphics2D doesn't extend from ChartGraphics2D, so the Graphics2D shjould be used to declare graphics variable instead of ChartGraphics2D.
Java
agpl-3.0
a9828337f5b47f428e436a7421799843c1621c35
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
16bcbe60-2e62-11e5-9284-b827eb9e62be
hello.java
16b72f68-2e62-11e5-9284-b827eb9e62be
16bcbe60-2e62-11e5-9284-b827eb9e62be
hello.java
16bcbe60-2e62-11e5-9284-b827eb9e62be
Java
lgpl-2.1
a1b51d4c16c58da304d34b3d6ad6dcbc5bb563db
0
languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool,jimregan/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,jimregan/languagetool,jimregan/languagetool
/* LanguageTool, a natural language style checker * Copyright (C) 2014 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
languagetool-language-modules/en/src/main/java/org/languagetool/rules/en/AbstractEnglishSpellerRule.java
/* LanguageTool, a natural language style checker * Copyright (C) 2014 Daniel Naber (http://www.danielnaber.de) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
[en] improve suggestion
languagetool-language-modules/en/src/main/java/org/languagetool/rules/en/AbstractEnglishSpellerRule.java
[en] improve suggestion
Java
apache-2.0
f8f78eca61db6ad7685c2a7f3703e75fb3bad26e
0
skitt/maven,barthel/maven,Mounika-Chirukuri/maven,keith-turner/maven,likaiwalkman/maven,atanasenko/maven,xasx/maven,wangyuesong0/maven,vedmishr/demo1,likaiwalkman/maven,vedmishr/demo1,josephw/maven,stephenc/maven,olamy/maven,stephenc/maven,dsyer/maven,atanasenko/maven,ChristianSchulte/maven,josephw/maven,wangyuesong0/m...
package org.apache.maven.plugin; /* * 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, Ve...
maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
package org.apache.maven.plugin; /* * 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, Ve...
added javadoc git-svn-id: d3061b52f177ba403f02f0a296a85518da96c313@1340266 13f79535-47bb-0310-9956-ffa450edef68
maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
added javadoc
Java
apache-2.0
dbd9b4b0710f3ab59ed9fe2ac9638d1ee615de8c
0
mikaelkindborg/cordova-ble,evothings/cordova-ble,divineprog/cordova-ble,divineprog/cordova-ble,mikaelkindborg/cordova-ble,evothings/cordova-ble,divineprog/cordova-ble,mikaelkindborg/cordova-ble,evothings/cordova-ble
/* Copyright 2014 Evothings AB Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
src/android/BLE.java
/* Copyright 2014 Evothings AB Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
Fixed bug that made notifications not being automatically enabled.
src/android/BLE.java
Fixed bug that made notifications not being automatically enabled.
Java
apache-2.0
751296aa67431ae33dfbd5c3ec3fd9befd80e0ef
0
FasterXML/jackson-databind,FasterXML/jackson-databind
package com.fasterxml.jackson.databind.util; import java.io.*; import java.math.BigDecimal; import java.math.BigInteger; import java.util.TreeMap; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.base.ParserMinimalBase; import com.fasterxml.jackson.core.json.JsonWriteContext; import com.fasterxm...
src/main/java/com/fasterxml/jackson/databind/util/TokenBuffer.java
package com.fasterxml.jackson.databind.util; import java.io.*; import java.math.BigDecimal; import java.math.BigInteger; import java.util.TreeMap; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.base.ParserMinimalBase; import com.fasterxml.jackson.core.json.JsonWriteContext; import com.fasterxm...
Fix to TokenBuffer refactoring
src/main/java/com/fasterxml/jackson/databind/util/TokenBuffer.java
Fix to TokenBuffer refactoring
Java
apache-2.0
86051adea236ded48156d18217cddc7c3637ca88
0
PingID-Samples/pingid-api-playground,pingidentity/pingid-api-playground
package com.pingidentity.developer.pingid; import java.io.InputStream; import java.io.OutputStreamWriter; import java.net.HttpURLConnection; import java.net.URL; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.TimeZone; import org.apache.commo...
src/main/java/com/pingidentity/developer/pingid/Operation.java
package com.pingidentity.developer.pingid; import java.io.InputStream; import java.io.OutputStreamWriter; import java.net.HttpURLConnection; import java.net.URL; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.TimeZone; import org.apache.commo...
minor refactor (extract idpUrl into a separate var)
src/main/java/com/pingidentity/developer/pingid/Operation.java
minor refactor (extract idpUrl into a separate var)
Java
apache-2.0
d8e1f5927b7f5173a1ecdbf6d0a62f6e43e671b4
0
electrum/presto,raghavsethi/presto,ptkool/presto,mvp/presto,dain/presto,ebyhr/presto,Praveen2112/presto,raghavsethi/presto,martint/presto,11xor6/presto,losipiuk/presto,miniway/presto,arhimondr/presto,Teradata/presto,haozhun/presto,mvp/presto,EvilMcJerkface/presto,erichwang/presto,erichwang/presto,hgschmie/presto,presto...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-main/src/test/java/com/facebook/presto/sql/planner/iterative/rule/test/PlanBuilder.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Fix formatting
presto-main/src/test/java/com/facebook/presto/sql/planner/iterative/rule/test/PlanBuilder.java
Fix formatting
Java
apache-2.0
7032d14c070a86bdcdc1c0099120437ce407f84f
0
dzungductran/blaster
/* Copyright © 2015-2016 Dzung Tran (dzungductran@yahoo.com) 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, merg...
app/src/main/java/com/notalenthack/blaster/CommandActivity.java
/* Copyright © 2015-2016 Dzung Tran (dzungductran@yahoo.com) 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, merg...
Handle file substituion for %f = time
app/src/main/java/com/notalenthack/blaster/CommandActivity.java
Handle file substituion for %f = time
Java
apache-2.0
9e17e36f2fe6bd1a5dd5280a8cc7eae2a13d0923
0
hellojavaer/ddr,hellojavaer/ddal
/* * Copyright 2016-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
ddal-ddr/src/main/java/org/hellojavaer/ddal/ddr/datasource/security/metadata/DefaultMetaDataChecker.java
/* * Copyright 2016-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
update DefaultMetaDataChecker
ddal-ddr/src/main/java/org/hellojavaer/ddal/ddr/datasource/security/metadata/DefaultMetaDataChecker.java
update DefaultMetaDataChecker
Java
apache-2.0
8557717360429caa99418475f76a8a35ca5069df
0
SAP/cloud-odata-java,SAP/cloud-odata-java
package com.sap.core.odata.processor.jpa.access.api; import java.util.List; import com.sap.core.odata.api.edm.provider.Schema; import com.sap.core.odata.processor.jpa.exception.ODataJPAModelException; public interface JPAEdmBuilder { public List<Schema> getSchemas( ) throws ODataJPAModelException; /*publi...
com.sap.core.odata.processor/src/main/java/com/sap/core/odata/processor/jpa/access/api/JPAEdmBuilder.java
package com.sap.core.odata.processor.jpa.access.api; import java.util.List; import com.sap.core.odata.api.edm.FullQualifiedName; import com.sap.core.odata.api.edm.provider.ComplexType; import com.sap.core.odata.api.edm.provider.EntitySet; import com.sap.core.odata.api.edm.provider.EntityType; import com.sap.c...
JPA Edm Builder changes Change-Id: Ifd7ef4cacc32c49485c671bc746b07e99612dbb0 Signed-off-by: Chandan V A <bd0fd086b01161f47f837a6342dc5514038ba6c8@sap.com>
com.sap.core.odata.processor/src/main/java/com/sap/core/odata/processor/jpa/access/api/JPAEdmBuilder.java
JPA Edm Builder changes
Java
apache-2.0
308c68dc936dd1bb8501861869ae4610b71d8fa6
0
reactor/reactor-netty,reactor/reactor-netty
/* * Copyright (c) 2011-2018 Pivotal Software 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 * * Unles...
src/main/java/reactor/ipc/netty/resources/DefaultLoopResources.java
/* * Copyright (c) 2011-2018 Pivotal Software 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 * * Unles...
Suppress unchecked warnings in disposeLater method
src/main/java/reactor/ipc/netty/resources/DefaultLoopResources.java
Suppress unchecked warnings in disposeLater method
Java
apache-2.0
905ad4e28a0a0969e410d86c2bf2ee61455f1f6c
0
nknize/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,coding0011/elasticsearch,robin13/elasticsearch,scorpionvicky/elasticsearch,coding0011/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,gingerwizard/elasti...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.core.indexlifecycle; import org.apache.loggi...
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/indexlifecycle/WaitForRolloverReadyStep.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.core.indexlifecycle; import org.apache.loggi...
Fix swapped variables in error message (#44300) The alias name and index were in the incorrect order in this error message. This commit corrects the order.
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/indexlifecycle/WaitForRolloverReadyStep.java
Fix swapped variables in error message (#44300)
Java
apache-2.0
3a46e2bbe7a8cc0f7352b0841b407a66d023e32b
0
Pushpalanka/carbon-identity,Pushpalanka/carbon-identity,Pushpalanka/carbon-identity
/* * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
components/application-mgt/org.wso2.carbon.identity.application.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImpl.java
/* * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/...
fixing IDENTITY-3721
components/application-mgt/org.wso2.carbon.identity.application.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ApplicationManagementServiceImpl.java
fixing IDENTITY-3721
Java
apache-2.0
d4def3a24a05e5f47fd3c69924d73683e05a38a5
0
apache/httpcore,apache/httpcore,apache/httpcomponents-core
/* * ==================================================================== * 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 ...
httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.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 ...
HTTPCLIENT-2029: URIBuilder to support parsing of non-UTF8 URIs
httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java
HTTPCLIENT-2029: URIBuilder to support parsing of non-UTF8 URIs
Java
apache-2.0
80b7a6468a8199ac244f5652828bfbaf5631a36e
0
pearson-enabling-technologies/elasticsearch-approx-plugin
package com.pearson.entech.elasticsearch.search.facet.approx.datehistogram; import static com.google.common.collect.Lists.newArrayList; import static com.google.common.collect.Lists.newArrayListWithExpectedSize; import static com.google.common.collect.Maps.newHashMap; import static org.junit.Assert.assertEquals; impo...
src/test/java/com/pearson/entech/elasticsearch/search/facet/approx/datehistogram/MediumDataSetPerformanceTest.java
package com.pearson.entech.elasticsearch.search.facet.approx.datehistogram; import static com.google.common.collect.Lists.newArrayList; import static com.google.common.collect.Lists.newArrayListWithExpectedSize; import static com.google.common.collect.Maps.newHashMap; import static org.junit.Assert.assertEquals; impo...
Snapshot before releasing to lo1
src/test/java/com/pearson/entech/elasticsearch/search/facet/approx/datehistogram/MediumDataSetPerformanceTest.java
Snapshot before releasing to lo1
Java
apache-2.0
3d3a8fe7dafdb84366fd2e6ec12f4e71db17d8c5
0
apache/derby,trejkaz/derby,apache/derby,trejkaz/derby,trejkaz/derby,apache/derby,apache/derby
/* Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest 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 ...
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/DatabaseMetaDataTest.java
/* Derby - Class org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest 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 ...
DERBY-3182 ; test comments re functioning of nullisok flag (5th parameter to getBestRowIdentifier) were incorrect. Adjusting test. git-svn-id: 2c06e9c5008124d912b69f0b82df29d4867c0ce2@593931 13f79535-47bb-0310-9956-ffa450edef68
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/DatabaseMetaDataTest.java
DERBY-3182 ; test comments re functioning of nullisok flag (5th parameter to getBestRowIdentifier) were incorrect. Adjusting test.
Java
bsd-2-clause
8233cb974f27aa910c3931f0aa6ce56f0d6d0faa
0
stelfrich/imagej-ops,gab1one/imagej-ops,imagej/imagej-ops,kephale/imagej-ops
package imagej.ops.loop; import imagej.ops.Op; import org.scijava.plugin.Plugin; /** * Default implementation of a {@link AbstractInplaceLoop} * * @author Christian Dietz * @param <I> * @param <O> */ @Plugin(type = Op.class, name = Loop.NAME) public class DefaultInplaceLoop<I> extends AbstractInplaceLoop<I> ...
src/main/java/imagej/ops/loop/DefaultInplaceLoop.java
package imagej.ops.loop; import imagej.ops.Op; import org.scijava.plugin.Plugin; /** * Default implementation of a {@link AbstractInplaceLoop} * * @author Christian Dietz * @param <I> * @param <O> */ @Plugin(type = Op.class, name = Loop.NAME) public class DefaultInplaceLoop<I> extends AbstractInplaceLoop<I> ...
DefaultInPlaceLoop: Can handle function
src/main/java/imagej/ops/loop/DefaultInplaceLoop.java
DefaultInPlaceLoop: Can handle function
Java
bsd-2-clause
d1524275dc7859271003e15ecc0d55fcc172faf1
0
ratan12/Atarashii,AnimeNeko/Atarashii,AnimeNeko/Atarashii,ratan12/Atarashii
package net.somethingdreadful.MAL; import net.somethingdreadful.MAL.R; import android.app.ActionBar; import android.app.FragmentTransaction; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentPag...
src/net/somethingdreadful/MAL/Home.java
package net.somethingdreadful.MAL; import net.somethingdreadful.MAL.R; import android.app.ActionBar; import android.app.FragmentTransaction; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentPag...
cleanup
src/net/somethingdreadful/MAL/Home.java
cleanup
Java
bsd-3-clause
9cf79a6b21afe7e7a047e2e2ff44c7b66fb16a2b
0
bluerover/6lbr,MohamedSeliem/contiki,MohamedSeliem/contiki,bluerover/6lbr,MohamedSeliem/contiki,arurke/contiki,arurke/contiki,bluerover/6lbr,MohamedSeliem/contiki,MohamedSeliem/contiki,arurke/contiki,MohamedSeliem/contiki,bluerover/6lbr,bluerover/6lbr,bluerover/6lbr,arurke/contiki,arurke/contiki,bluerover/6lbr,arurke/c...
/* * Copyright (c) 2007, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/MspMoteType.java
/* * Copyright (c) 2007, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
kill potentially unfinished compilation process when dialog is closed
tools/cooja/apps/mspsim/src/se/sics/cooja/mspmote/MspMoteType.java
kill potentially unfinished compilation process when dialog is closed
Java
bsd-3-clause
300cfd3a3e606126c7226c6fe0a4e461da7ca1f5
0
stain/alibaba,stain/alibaba,stain/alibaba
/* * Copyright 2010, Zepheira LLC Some rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions a...
object-server/src/main/java/org/openrdf/http/object/model/ReadableHttpEntityChannel.java
/* * Copyright 2010, Zepheira LLC Some rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, this * list of conditions a...
Log some IOExceptions that occur in I/O dispatch thread git-svn-id: cd7eace78e14be71dd0d8bb0613a77a632a34638@10355 3fbd4d3e-0f96-47c4-bab7-89622e02a19e
object-server/src/main/java/org/openrdf/http/object/model/ReadableHttpEntityChannel.java
Log some IOExceptions that occur in I/O dispatch thread
Java
bsd-3-clause
4f3761394b6157a154ab075b9bcfc9445fa3b1f6
0
NCIP/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers
package gov.nih.nci.cabig.caaers.rules.deploy; import edu.nwu.bioinformatics.commons.DateUtils; import gov.nih.nci.cabig.caaers.domain.*; import gov.nih.nci.cabig.caaers.validation.ValidationErrors; import java.util.Date; public class PriorTherapyBusinessRulesTest extends AbstractBusinessRulesExecutionTestCase { ...
projects/rules/src/test/java/gov/nih/nci/cabig/caaers/rules/deploy/PriorTherapyBusinessRulesTest.java
package gov.nih.nci.cabig.caaers.rules.deploy; import edu.nwu.bioinformatics.commons.DateUtils; import gov.nih.nci.cabig.caaers.domain.*; import gov.nih.nci.cabig.caaers.validation.ValidationErrors; import java.util.Date; public class PriorTherapyBusinessRulesTest extends AbstractBusinessRulesExecutionTestCase { ...
SVN-Revision: 8369
projects/rules/src/test/java/gov/nih/nci/cabig/caaers/rules/deploy/PriorTherapyBusinessRulesTest.java
Java
mit
7d7dfd6507c93c52a6c18657aa651ecabac32cf1
0
rinrinne/gerrit-events,sonyxperiadev/gerrit-events
/* * The MIT License * * Copyright 2013 Jyrki Puttonen. All rights reserved. * Copyright 2013 Sony Mobile Communications AB. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal ...
src/main/java/com/sonymobile/tools/gerrit/gerritevents/dto/rest/ReviewInput.java
/* * The MIT License * * Copyright 2013 Jyrki Puttonen. All rights reserved. * Copyright 2013 Sony Mobile Communications AB. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal ...
Update ReviewInput.java trailing space fix
src/main/java/com/sonymobile/tools/gerrit/gerritevents/dto/rest/ReviewInput.java
Update ReviewInput.java
Java
mit
9dbb0b7e386bb0ff25cae3dd1288b70acedba01d
0
NucleusPowered/Nucleus,NucleusPowered/Nucleus,NucleusPowered/Nucleus,NucleusPowered/Nucleus
/* * This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file * at the root of this project for more details. */ package io.github.nucleuspowered.nucleus.modules.teleport.commands; import io.github.nucleuspowered.nucleus.api.teleport.data.TeleportResult; import io.github.nucleusp...
nucleus-modules/src/main/java/io/github/nucleuspowered/nucleus/modules/teleport/commands/TeleportHereCommand.java
/* * This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file * at the root of this project for more details. */ package io.github.nucleuspowered.nucleus.modules.teleport.commands; import io.github.nucleuspowered.nucleus.api.teleport.data.TeleportResult; import io.github.nucleusp...
Fix TP here permission failing
nucleus-modules/src/main/java/io/github/nucleuspowered/nucleus/modules/teleport/commands/TeleportHereCommand.java
Fix TP here permission failing
Java
mit
634b826b1f5b7bd15dd10048069ed18b8bfc3564
0
InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service
package org.innovateuk.ifs.application.security; import org.innovateuk.ifs.application.resource.ApplicationResource; import org.innovateuk.ifs.commons.security.PermissionRule; import org.innovateuk.ifs.commons.security.PermissionRules; import org.innovateuk.ifs.competition.resource.CompetitionResource; import org.inno...
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/application/security/ApplicationPermissionRules.java
package org.innovateuk.ifs.application.security; import org.innovateuk.ifs.application.resource.ApplicationResource; import org.innovateuk.ifs.commons.security.PermissionRule; import org.innovateuk.ifs.commons.security.PermissionRules; import org.innovateuk.ifs.competition.resource.CompetitionResource; import org.inno...
IFS-191 adding null checking to permission rules
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/application/security/ApplicationPermissionRules.java
IFS-191 adding null checking to permission rules
Java
mit
9075702f170e13e1ff1a00e4e75365990c7ec8f7
0
Mangopay/mangopay2-java-sdk,Mangopay/mangopay2-java-sdk
package com.mangopay.core; import com.mangopay.core.enumerations.*; import com.mangopay.entities.*; import com.mangopay.entities.subentities.*; import org.junit.Assert; import org.junit.Ignore; import org.junit.Test; import java.io.File; import java.net.URL; import java.nio.file.Files; import java.nio.file.Paths; imp...
src/test/java/com/mangopay/core/UserApiImplTest.java
package com.mangopay.core; import com.mangopay.core.enumerations.*; import com.mangopay.entities.*; import com.mangopay.entities.subentities.*; import org.junit.Assert; import org.junit.Ignore; import org.junit.Test; import java.io.File; import java.net.URL; import java.nio.file.Files; import java.nio.file.Paths; imp...
ignored getBlockStatus test as it is not on the api yet
src/test/java/com/mangopay/core/UserApiImplTest.java
ignored getBlockStatus test as it is not on the api yet
Java
mit
482257788adfcf4fe05215cc617a3d071ba06ab0
0
ProfAmesBC/Game2013
package buildings; import game.Building; import javax.media.opengl.GL2; import javax.media.opengl.glu.GLU; import javax.media.opengl.glu.GLUquadric; import java.awt.Font; import com.jogamp.opengl.util.awt.TextRenderer; import com.jogamp.opengl.util.texture.Texture; public class ShippBuilding extends Building { priv...
src/buildings/ShippBuilding.java
package buildings; import game.Building; import javax.media.opengl.GL2; import javax.media.opengl.glu.GLU; import javax.media.opengl.glu.GLUquadric; import java.awt.Font; import com.jogamp.opengl.util.awt.TextRenderer; import com.jogamp.opengl.util.texture.Texture; public class ShippBuilding extends Building { priv...
Fixes to my building Added motion and made the ice white
src/buildings/ShippBuilding.java
Fixes to my building Added motion and made the ice white
Java
mit
a569ee12d27445020f7a47826d4d03e5b7a7d004
0
classgraph/classgraph,lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner
/* * This file is part of FastClasspathScanner. * * Author: Luke Hutchison * * Hosted at: https://github.com/lukehutch/fast-classpath-scanner * * -- * * The MIT License (MIT) * * Copyright (c) 2018 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this softw...
src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ScanResult.java
/* * This file is part of FastClasspathScanner. * * Author: Luke Hutchison * * Hosted at: https://github.com/lukehutch/fast-classpath-scanner * * -- * * The MIT License (MIT) * * Copyright (c) 2018 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this softw...
Change method names
src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ScanResult.java
Change method names
Java
mit
72d0e222c2b6bd128bcaa5bdedda9e56f3c03ea2
0
Wreulicke/spring-sandbox,Wreulicke/spring-sandbox,Wreulicke/spring-sandbox,Wreulicke/spring-sandbox
/** * MIT License * * Copyright (c) 2017 Wreulicke * * 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, modif...
simple-jpa/src/main/java/com/github/wreulicke/simple/SecurityConfiguration.java
/** * MIT License * * Copyright (c) 2017 Wreulicke * * 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, modif...
remove unnecessary configuration
simple-jpa/src/main/java/com/github/wreulicke/simple/SecurityConfiguration.java
remove unnecessary configuration
Java
epl-1.0
129804b6d1a1fa6821051eb0a3adf567368d81f0
0
floralvikings/jenjin
package com.jenjinstudios.client.net; import com.jenjinstudios.core.MessageIO; import com.jenjinstudios.core.io.MessageInputStream; import com.jenjinstudios.core.io.MessageOutputStream; import org.testng.Assert; import org.testng.annotations.Test; import static org.mockito.Mockito.mock; /** * Test the AuthClient cl...
jenjin-core-client/src/test/java/com/jenjinstudios/client/net/AuthClientTest.java
package com.jenjinstudios.client.net; import com.jenjinstudios.core.MessageIO; import com.jenjinstudios.core.io.MessageInputStream; import com.jenjinstudios.core.io.MessageOutputStream; import org.testng.Assert; import org.testng.annotations.Test; import static org.mockito.Mockito.mock; /** * @author Caleb Brinkman...
Added class JavaDoc
jenjin-core-client/src/test/java/com/jenjinstudios/client/net/AuthClientTest.java
Added class JavaDoc
Java
epl-1.0
34f81c58883c4b05dd681883b2e48c5f31e598ff
0
rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,sguan-actuate/birt,rrimmana/birt-1,sguan-actuate/birt,sguan-actuate/birt,sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt
/*********************************************************************** * Copyright (c) 2004,2005,2006,2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/PieRenderer.java
/*********************************************************************** * Copyright (c) 2004,2005,2006,2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
Fixed Bugzilla #310061 - Positive/Negative color does not work in pie chart.[13].
chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/PieRenderer.java
Fixed Bugzilla #310061 - Positive/Negative color does not work in pie chart.[13].
Java
mpl-2.0
1df9d5767b3222cace051a75259dea5d951cbfaf
0
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following lice...
scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettings.java
/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following lice...
scripting: as of release 5, 'enum' is a keyword Change-Id: Ia45890892f3a0fa89b4c1f97a4c169de5e25c593 Reviewed-on: https://gerrit.libreoffice.org/11860 Reviewed-by: Samuel Mehrbrodt <1326bd52956bbc4a7d7265d916d1b1d77d1d69ea@gmail.com> Tested-by: Samuel Mehrbrodt <1326bd52956bbc4a7d7265d916d1b1d77d1d69ea@gmail.com>
scripting/java/org/openoffice/netbeans/modules/office/options/OfficeSettings.java
scripting: as of release 5, 'enum' is a keyword
Java
agpl-3.0
239a3c6beb1a28985742ffe90cc243b3cab28ff0
0
ow2-proactive/scheduling-portal,laurianed/scheduling-portal,ShatalovYaroslav/scheduling-portal,paraita/scheduling-portal,ow2-proactive/scheduling-portal,laurianed/scheduling-portal,paraita/scheduling-portal,lpellegr/scheduling-portal,ShatalovYaroslav/scheduling-portal,laurianed/scheduling-portal,lpellegr/scheduling-por...
/* * * * ProActive Parallel Suite(TM): The Java(TM) library for * Parallel, Distributed, Multi-Core Computing for * Enterprise Grids & Clouds * * Copyright (C) 1997-2014 INRIA/University of * Nice-Sophia Antipolis/ActiveEon * Contact: proactive@ow2.org or contact@activeeon.com * * This ...
scheduler-portal/src/main/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/view/grid/jobs/JobsListGrid.java
/* * * * ProActive Parallel Suite(TM): The Java(TM) library for * Parallel, Distributed, Multi-Core Computing for * Enterprise Grids & Clouds * * Copyright (C) 1997-2014 INRIA/University of * Nice-Sophia Antipolis/ActiveEon * Contact: proactive@ow2.org or contact@activeeon.com * * This ...
Highlight rows that contain an issue
scheduler-portal/src/main/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/view/grid/jobs/JobsListGrid.java
Highlight rows that contain an issue
Java
lgpl-2.1
3d1e7f1e250b15d0c585a0ba7b9b0ce63c7273fd
0
deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2010 by: - Department of Geography, University of Bonn - and - lat/lon GmbH - This library is free software; you can redistribute it and/or modify it und...
deegree-services/deegree-services-wms/src/main/java/org/deegree/services/wms/dynamic/PostGISUpdater.java
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2010 by: - Department of Geography, University of Bonn - and - lat/lon GmbH - This library is free software; you can redistribute it and/or modify it und...
allow overriding of bbox query if sourcequery is not set
deegree-services/deegree-services-wms/src/main/java/org/deegree/services/wms/dynamic/PostGISUpdater.java
allow overriding of bbox query if sourcequery is not set
Java
lgpl-2.1
5af5b4c581452726ca4a30d102a69da635f7ef7e
0
zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform
package org.fedorahosted.flies.core.action; import java.util.ArrayList; import java.util.List; import javax.persistence.EntityManager; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.queryParser.MultiFieldQueryParser; import org.apache.lucene.queryParser.ParseException; import o...
flies-war/src/main/java/org/fedorahosted/flies/core/action/CommunitySearch.java
package org.fedorahosted.flies.core.action; import java.util.ArrayList; import java.util.List; import javax.persistence.EntityManager; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.queryParser.MultiFieldQueryParser; import org.apache.lucene.queryParser.ParseException; import o...
Added WARN logging for dodgy search strings
flies-war/src/main/java/org/fedorahosted/flies/core/action/CommunitySearch.java
Added WARN logging for dodgy search strings
Java
apache-2.0
07f8812957cee1257c931a88ade86a839973e730
0
RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos,Vishwa1311/incubator-fineract,Vishwa1311/incubator-fineract,RanjithKumar5550/RanMifos
/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mifosplatform.portfolio.client.domain; import org.mifosplatform.organisation.office.domain.Organi...
mifosng-provider/src/main/java/org/mifosplatform/portfolio/client/domain/ClientChargeRepositoryWrapper.java
/** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mifosplatform.portfolio.client.domain; import org.mifosplatform.organisation.office.domain.Organi...
fixing transaction scope for client charges deletion
mifosng-provider/src/main/java/org/mifosplatform/portfolio/client/domain/ClientChargeRepositoryWrapper.java
fixing transaction scope for client charges deletion
Java
apache-2.0
4772487de8a31a87c5a859956c494d08d939e404
0
jandppw/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandppw/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandppw/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandockx/ppwcode-recovered-from-google-code,jandppw/ppwcode...
java/vernacular/value/trunk/src/main/java/org/ppwcode/vernacular/value_III/AbstractPropertyEditorConverter.java
/*<license> Copyright 2004 - $Date$ by PeopleWare n.v.. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
technology dependent stuff needs to be in separate package for clarity
java/vernacular/value/trunk/src/main/java/org/ppwcode/vernacular/value_III/AbstractPropertyEditorConverter.java
technology dependent stuff needs to be in separate package for clarity
Java
apache-2.0
bab16568d4b408fb821f74df0486d1ff96c38755
0
kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,apache/pdfbox
/* * Copyright 2018 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDFreeTextAppearanceHandler.java
/* * Copyright 2018 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
PDFBOX-3353: change regexp to allow space(s) after "color:" git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1865050 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/handlers/PDFreeTextAppearanceHandler.java
PDFBOX-3353: change regexp to allow space(s) after "color:"
Java
apache-2.0
8038114510076069ccf55307acd1bebb4d602871
0
jeffbrown/grailsnolib,jeffbrown/grailsnolib
/* Copyright 2004-2005 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 appli...
src/java/org/codehaus/groovy/grails/aop/framework/autoproxy/GroovyAwareInfrastructureAdvisorAutoProxyCreator.java
/* Copyright 2004-2005 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 appli...
fix for GRAILS-5932 "AOP 2 not working with Grails 1.2 (works with Grails 1.1.x)"
src/java/org/codehaus/groovy/grails/aop/framework/autoproxy/GroovyAwareInfrastructureAdvisorAutoProxyCreator.java
fix for GRAILS-5932 "AOP 2 not working with Grails 1.2 (works with Grails 1.1.x)"
Java
apache-2.0
8c92eefa24dfbb00c19da581a2b2b5681c420c65
0
freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM,freeVM/freeVM
/* * 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...
enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/PopulationCodec.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...
Pack200 - fix spelling mistake svn path=/harmony/; revision=785994
enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/PopulationCodec.java
Pack200 - fix spelling mistake
Java
apache-2.0
09e267fb3fae8f841bbb8cfbd36ffd25e48974c6
0
diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless,diffplug/spotless
/* * Copyright 2016 DiffPlug * * 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 ...
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java
/* * Copyright 2016 DiffPlug * * 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 ...
Add plumbing to FormatExtension to differentiate between parsing with the intent to include files, versus parsing with the intent to exclude files.
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java
Add plumbing to FormatExtension to differentiate between parsing with the intent to include files, versus parsing with the intent to exclude files.
Java
apache-2.0
c25dc3f4edfeb3cafd361ed64f780d53f5f366c8
0
ottogroup/flink-spector
package org.flinkspector.core.runtime; import com.google.common.primitives.Bytes; import org.apache.flink.api.common.ExecutionConfig; import org.apache.flink.api.common.typeinfo.TypeInformation; import org.apache.flink.api.common.typeutils.TypeSerializer; import org.apache.flink.api.java.typeutils.TypeExtractor; impo...
flinkspector-core/src/main/java/org/flinkspector/core/runtime/OutputPublisher.java
package org.flinkspector.core.runtime; import com.google.common.primitives.Bytes; import org.apache.flink.api.common.ExecutionConfig; import org.apache.flink.api.common.typeinfo.TypeInformation; import org.apache.flink.api.common.typeutils.TypeSerializer; import org.apache.flink.api.java.typeutils.TypeExtractor; impo...
retrying
flinkspector-core/src/main/java/org/flinkspector/core/runtime/OutputPublisher.java
retrying
Java
apache-2.0
0b359aec15f2e7a03cf8b8c0514a2eac3a31b124
0
jusjoken/gemstone2
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Gemstone; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.UnsupportedEncodingException; impo...
Gemstone/src/Gemstone/util.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Gemstone; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.UnsupportedEncodingException; impo...
Menu Manager - changing to external Menu.properties file - version 1.008
Gemstone/src/Gemstone/util.java
Menu Manager - changing to external Menu.properties file - version 1.008
Java
apache-2.0
7571d2e07eb5a561f26eb58a6a9f9b2b608de709
0
Sage-Bionetworks/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services
package org.sagebionetworks.repo.manager.authentication; import java.util.Date; import org.sagebionetworks.repo.manager.AuthenticationManager; import org.sagebionetworks.repo.manager.UserCredentialValidator; import org.sagebionetworks.repo.manager.oauth.OIDCTokenHelper; import org.sagebionetworks.repo.manager.passwor...
services/repository-managers/src/main/java/org/sagebionetworks/repo/manager/authentication/AuthenticationManagerImpl.java
package org.sagebionetworks.repo.manager.authentication; import java.util.Date; import org.sagebionetworks.repo.manager.AuthenticationManager; import org.sagebionetworks.repo.manager.UserCredentialValidator; import org.sagebionetworks.repo.manager.oauth.OIDCTokenHelper; import org.sagebionetworks.repo.manager.passwor...
error message should match request object
services/repository-managers/src/main/java/org/sagebionetworks/repo/manager/authentication/AuthenticationManagerImpl.java
error message should match request object
Java
apache-2.0
27565810d55d2e16f8c3402cdf8ac18fc5f568be
0
evanchsa/eik,evanchsa/eik
/** * Copyright (c) 2009 Stephen Evanchik * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Stephen...
plugins/info.evanchik.eclipse.karaf.ui/src/main/java/info/evanchik/eclipse/karaf/ui/KarafLaunchConfigurationConstants.java
/** * Copyright (c) 2009 Stephen Evanchik * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Stephen...
Updating comment to accurately describe source property
plugins/info.evanchik.eclipse.karaf.ui/src/main/java/info/evanchik/eclipse/karaf/ui/KarafLaunchConfigurationConstants.java
Updating comment to accurately describe source property
Java
apache-2.0
8f951f13f1b9898457d1ce42e24d0b3d35b191a4
0
ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,ChinaQuants/OG-Platform,jerome79/OG-Platform,nssales/OG-Platform,jerome79/OG-Platform,DevStreet/FinanceAnalytics,codeaudit/OG-Platform,jerome79/OG-Platform,jerome79/OG-Platform,nssales/OG-Platform,jeorme/OG-Platform,ChinaQuants/OG-Platform,McLeodMoores/starling,nssales/OG...
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.analytics.model.curve.interestrate; import static com.opengamma.engine.value.ValuePropertyNames.CURVE; import static com.opengamma.engine.value.Value...
projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/curve/interestrate/ImpliedDepositCurveFunction.java
/** * Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.analytics.model.curve.interestrate; import static com.opengamma.engine.value.ValuePropertyNames.CURVE; import static com.opengamma.engine.value.Value...
[PLAT-5502] Brought implied depo curve function in line with the curve series function
projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/curve/interestrate/ImpliedDepositCurveFunction.java
[PLAT-5502] Brought implied depo curve function in line with the curve series function