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
c8ed634c7c2a5b99bea48b73b0dd38ea4beb2726
0
groybal/uPortal,phillips1021/uPortal,timlevett/uPortal,ChristianMurphy/uPortal,groybal/uPortal,ASU-Capstone/uPortal,jl1955/uPortal5,EdiaEducationTechnology/uPortal,GIP-RECIA/esup-uportal,drewwills/uPortal,ASU-Capstone/uPortal-Forked,kole9273/uPortal,stalele/uPortal,jonathanmtran/uPortal,Jasig/uPortal,andrewstuart/uPort...
/** * Copyright 2003 The JA-SIG Collaborative. 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 * notice, this lis...
source/org/jasig/portal/layout/AggregatedLayout.java
/** * Copyright 2002 The JA-SIG Collaborative. 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 * notice, this lis...
Organized imports, added cvs revision keyword expansion. git-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@7881 f5dbab47-78f9-eb45-b975-e544023573eb
source/org/jasig/portal/layout/AggregatedLayout.java
Organized imports, added cvs revision keyword expansion.
Java
apache-2.0
eb1918bffa945d796289a2f861cef6828fd9f052
0
matsprea/phonegap-googlemaps-plugin,denisbabineau/phonegap-googlemaps-plugin,denisbabineau/phonegap-googlemaps-plugin,dukhanov/cordova-plugin-googlemaps,cabify/cordova-plugin-googlemaps,hitoci/phonegap-googlemaps-plugin,mapsplugin/cordova-plugin-googlemaps,athiradandira/phonegap-googlemaps-plugin,smcpjames/cordova-plug...
package plugin.google.maps; import org.apache.cordova.CallbackContext; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import com.google.android.gms.maps.model.TileOverlay; import com.google.android.gms.maps.model.TileOverlayOptions; public class PluginTileOverlay extends MyPlug...
src/android/plugin/google/maps/PluginTileOverlay.java
package plugin.google.maps; import org.apache.cordova.CallbackContext; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import com.google.android.gms.maps.model.TileOverlay; import com.google.android.gms.maps.model.TileOverlayOptions; public class PluginTileOverlay extends MyPlug...
fix TileOverlay remove bug
src/android/plugin/google/maps/PluginTileOverlay.java
fix TileOverlay remove bug
Java
apache-2.0
fb535e0f18a12cc5faacae1d01fcf0c195a428a3
0
Codigami/pinterest4j
/* * Copyright (c) 2017 Aniket Divekar * * 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...
src/main/java/pinterest4j/entity/RateLimitStatus.java
/* * Copyright (c) 2017 Aniket Divekar * * 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...
giving `createRateLimitStatus` public access instead of `package` level access.
src/main/java/pinterest4j/entity/RateLimitStatus.java
giving `createRateLimitStatus` public access instead of `package` level access.
Java
apache-2.0
4a50ade7a8a9cad2832b00658b99a0cc8411efb2
0
gnodet/camel,gnodet/camel,tadayosi/camel,cunningt/camel,tdiesler/camel,christophd/camel,davidkarlsen/camel,nicolaferraro/camel,Fabryprog/camel,davidkarlsen/camel,pax95/camel,tdiesler/camel,ullgren/camel,nicolaferraro/camel,pmoerenhout/camel,Fabryprog/camel,pax95/camel,zregvart/camel,alvinkwekel/camel,DariusX/camel,Code...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.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 ...
Fixed CS for Camel-MongoDB-Gridfs
components/camel-mongodb-gridfs/src/main/java/org/apache/camel/component/mongodb/gridfs/GridFsEndpoint.java
Fixed CS for Camel-MongoDB-Gridfs
Java
apache-2.0
8583e36d447b1afe8333aa7bd52b373144359ba2
0
fengbaicanhe/intellij-community,Lekanich/intellij-community,jagguli/intellij-community,suncycheng/intellij-community,asedunov/intellij-community,retomerz/intellij-community,pwoodworth/intellij-community,gnuhub/intellij-community,TangHao1987/intellij-community,Lekanich/intellij-community,ahb0327/intellij-community,kdwin...
package com.intellij.localvcs; import java.util.ArrayList; import java.util.List; public class LocalVcs { private Storage myStorage; private ChangeList myChangeList; private RootEntry myRoot; private Integer myEntryCounter; private List<Change> myPendingChanges = new ArrayList<Change>(); public LocalVc...
LocalVcs/src/com/intellij/localvcs/LocalVcs.java
package com.intellij.localvcs; import java.util.ArrayList; import java.util.List; public class LocalVcs { private Storage myStorage; private ChangeList myChangeList; private RootEntry myRoot; private Integer myEntryCounter; private List<Change> myPendingChanges = new ArrayList<Change>(); public LocalVc...
(no message)
LocalVcs/src/com/intellij/localvcs/LocalVcs.java
(no message)
Java
apache-2.0
9f3e916bec7be30d038961faab968f2d1ff9af4b
0
EightBitBoy/hijacr,EightBitBoy/hijacr
package de.eightbitboy.hijacr.fragments; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; public class PagerFragmentAdapter extends FragmentPagerAdapter { public class Pages { public static final int COMIC_LIST = 0; public ...
app/src/main/java/de/eightbitboy/hijacr/fragments/PagerFragmentAdapter.java
package de.eightbitboy.hijacr.fragments; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; public class PagerFragmentAdapter extends FragmentPagerAdapter { public class Pages { public static final int COMIC_LIST = 0; public ...
Adjust tab titles
app/src/main/java/de/eightbitboy/hijacr/fragments/PagerFragmentAdapter.java
Adjust tab titles
Java
apache-2.0
6b07f42ecd90148fce31aaa9910c1a3bede92a87
0
lindong28/kafka,lindong28/kafka,lindong28/kafka,guozhangwang/kafka,guozhangwang/kafka,apache/kafka,apache/kafka,guozhangwang/kafka,guozhangwang/kafka,lindong28/kafka,apache/kafka,apache/kafka
/* * 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...
clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.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...
MINOR: cleanup for postProcessAndValidateIdempotenceConfigs method (#12069) Reviewers: Luke Chen <a747209bc9e65a9d7dd7589245c91b7bed721b13@gmail.com>
clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java
MINOR: cleanup for postProcessAndValidateIdempotenceConfigs method (#12069)
Java
apache-2.0
99783cad2aa2886cda971b0ba7852d5c6c69174b
0
rsudev/c-geo-opensource,auricgoldfinger/cgeo,brok85/cgeo,vishwakulkarni/cgeo,Bananeweizen/cgeo,ThibaultR/cgeo,superspindel/cgeo,kumy/cgeo,pstorch/cgeo,pstorch/cgeo,cgeo/cgeo,cgeo/cgeo,SammysHP/cgeo,S-Bartfast/cgeo,samueltardieu/cgeo,matej116/cgeo,xiaoyanit/cgeo,ThibaultR/cgeo,matej116/cgeo,vishwakulkarni/cgeo,kumy/cgeo...
package cgeo.geocaching.connector.trackable; import cgeo.geocaching.Trackable; import cgeo.geocaching.connector.UserAction; import org.eclipse.jdt.annotation.NonNull; import org.eclipse.jdt.annotation.Nullable; import java.util.Collections; import java.util.List; public class UnknownTrackableConnector extends Abstr...
main/src/cgeo/geocaching/connector/trackable/UnknownTrackableConnector.java
package cgeo.geocaching.connector.trackable; import cgeo.geocaching.Trackable; import cgeo.geocaching.connector.UserAction; import org.eclipse.jdt.annotation.NonNull; import org.eclipse.jdt.annotation.Nullable; import java.util.Collections; import java.util.List; public class UnknownTrackableConnector extends Abstr...
Use a checked entity instead of an unchecked one
main/src/cgeo/geocaching/connector/trackable/UnknownTrackableConnector.java
Use a checked entity instead of an unchecked one
Java
apache-2.0
f4990a56f18643ac7de66af723d668c1e79359b6
0
apache/cordova-amazon-fireos,apache/cordova-amazon-fireos,apache/cordova-amazon-fireos,apache/cordova-amazon-fireos
/* 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...
framework/src/org/apache/cordova/CordovaWebView.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...
Added overloaded constructor for CordovaWebView with Bundle as parameter. Need it for AmazonWebChromeClient.onCreateWindow callback.
framework/src/org/apache/cordova/CordovaWebView.java
Added overloaded constructor for CordovaWebView with Bundle as parameter. Need it for AmazonWebChromeClient.onCreateWindow callback.
Java
apache-2.0
ccc3f86e2d0b5a33b2b8ce0106c6a5f515f5b63e
0
apache/continuum,apache/continuum,apache/continuum
package org.apache.maven.continuum.execution.maven.m1; /* * Copyright 2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
continuum-core/src/main/java/org/apache/maven/continuum/execution/maven/m1/DefaultMavenOneMetadataHelper.java
package org.apache.maven.continuum.execution.maven.m1; /* * Copyright 2004-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
o Add developers o Add dependencies o Fix notifiers initialization git-svn-id: 1d22bf2b43db35b985fe5d7437c243537c14eeaa@291976 13f79535-47bb-0310-9956-ffa450edef68
continuum-core/src/main/java/org/apache/maven/continuum/execution/maven/m1/DefaultMavenOneMetadataHelper.java
o Add developers o Add dependencies o Fix notifiers initialization
Java
bsd-2-clause
13171aa1f3e0829a20946013ef40ecac5ae5e453
0
JFormDesigner/markdown-writer-fx,JFormDesigner/markdown-writer-fx,JFormDesigner/markdown-writer-fx
/* * Copyright (c) 2015 Karl Tauber <karl at jformdesigner dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright * ...
src/main/java/org/markdownwriterfx/editor/MarkdownSyntaxHighlighter.java
/* * Copyright (c) 2015 Karl Tauber <karl at jformdesigner dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright * ...
MarkdownSyntaxHighlighter: support overlapping styles
src/main/java/org/markdownwriterfx/editor/MarkdownSyntaxHighlighter.java
MarkdownSyntaxHighlighter: support overlapping styles
Java
bsd-3-clause
1ffafa657716c29ac459deea557904de14289be6
0
oci-pronghorn/GreenLightning,oci-pronghorn/GreenLightning,oci-pronghorn/GreenLightning
package com.ociweb.gl.api; import com.ociweb.gl.impl.*; import com.ociweb.gl.impl.schema.MessageSubscription; import com.ociweb.gl.impl.schema.TrafficOrderSchema; import com.ociweb.gl.impl.stage.EgressConverter; import com.ociweb.gl.impl.stage.IngressConverter; import com.ociweb.gl.impl.stage.ReactiveListenerStage; im...
src/main/java/com/ociweb/gl/api/MsgRuntime.java
package com.ociweb.gl.api; import com.ociweb.gl.impl.*; import com.ociweb.gl.impl.schema.MessageSubscription; import com.ociweb.gl.impl.schema.TrafficOrderSchema; import com.ociweb.gl.impl.stage.EgressConverter; import com.ociweb.gl.impl.stage.IngressConverter; import com.ociweb.gl.impl.stage.ReactiveListenerStage; im...
removed old API
src/main/java/com/ociweb/gl/api/MsgRuntime.java
removed old API
Java
mit
90259f58ffe7cb99510bc04ab2c63707a537a329
0
saphraxaeris/bigdata-project,saphraxaeris/bigdata-project,saphraxaeris/bigdata-project
package drivers; import java.io.File; import java.io.PrintWriter; import java.io.IOException; import java.util.Scanner; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.*; import drivers.Task1Driver; import drivers.Task2Driver; import drivers.Task3Driver...
src/main/java/drivers/MainDriver.java
package drivers; import java.io.File; import java.io.PrintWriter; import java.io.IOException; import java.util.Scanner; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.*; import drivers.Task1Driver; import drivers.Task2Driver; import drivers.Task3Driver...
added logging
src/main/java/drivers/MainDriver.java
added logging
Java
mit
bf7200b2ae8c651302bf0017b9b2846d52adc3a1
0
DDoS/OnlineGame
package ecse414.fall2015.group21.game.shared.data; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java.util.Map; import io.netty.buffer.ByteBuf; /** * Represents a packet to be converted to a byte buffer and sent over the network. Exists in...
src/main/java/ecse414/fall2015/group21/game/shared/data/Packet.java
package ecse414.fall2015.group21.game.shared.data; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java.util.Map; import io.netty.buffer.ByteBuf; /** * */ public interface Packet { Type getType(); ByteBuf asRaw(); interface UD...
Add some javadocs in the Packet class
src/main/java/ecse414/fall2015/group21/game/shared/data/Packet.java
Add some javadocs in the Packet class
Java
mit
02c2c5a2f71ed301205d926fe8042b5fdecab363
0
Sarwat/GeoSpark,zongsizhang/GeoSpark
package org.datasyslab.geospark.formatMapper.shapefileParser.boundary; import java.io.Serializable; import java.util.Arrays; /** * Created by zongsizhang on 7/6/17. */ public class BoundBox implements Serializable{ /** bounds of 8 numbers. Xmin, Ymin, Xmax, Ymax, Zmin, Zmax, Mmin, Mmax */ double[] bounds =...
core/src/main/java/org/datasyslab/geospark/formatMapper/shapefileParser/boundary/BoundBox.java
package org.datasyslab.geospark.formatMapper.shapefileParser.boundary; import java.io.Serializable; import java.util.Arrays; /** * Created by zongsizhang on 7/6/17. */ public class BoundBox implements Serializable{ /** bounds of 8 numbers. Xmin, Ymin, Xmax, Ymax, Zmin, Zmax, Mmin, Mmax */ double[] bounds =...
add comments
core/src/main/java/org/datasyslab/geospark/formatMapper/shapefileParser/boundary/BoundBox.java
add comments
Java
mit
624b235dc00de6fec71b8e61f069fb070c556f8e
0
ClintonCao/UnifiedASATVisualizer,ClintonCao/UnifiedASATVisualizer,ClintonCao/Contextproject-TSE,ClintonCao/Contextproject-TSE,ClintonCao/Contextproject-TSE,ClintonCao/UnifiedASATVisualizer
package BlueTurtle.TSE; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; /** * Represents a basic unit of work for the analyser to process. * * @author BlueTurtle. * */ @AllArgsConstructor public class AnalyserCommand { @Getter @Setter private String defaultOutputFilePath; @Getter...
src/main/java/BlueTurtle/TSE/AnalyserCommand.java
package BlueTurtle.TSE; /** * Represents a basic unit of work for the analyser to process. * * @author BlueTurtle. * */ public class AnalyserCommand { private String defaultOutputFilePath; private String[] args; /** * Constructor. * * @param defaultOutputFilePath * the output of the resul...
lombok'd analysercommand.
src/main/java/BlueTurtle/TSE/AnalyserCommand.java
lombok'd analysercommand.
Java
mit
08b4e6de6d7a9296023d45bc0fea19e0434abd7b
0
hrgdavor/java-watcher,hrgdavor/java-watcher
package hr.hrg.javawatcher; import java.nio.file.Path; import java.nio.file.PathMatcher; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Set; import java.util.concurrent.TimeUnit; /** Combination of single {@link FolderWatcher} and a {@link FileMatchGlob} to simplify s...
src/main/java/hr/hrg/javawatcher/GlobWatcher.java
package hr.hrg.javawatcher; import java.nio.file.Path; import java.nio.file.PathMatcher; import java.util.Collection; import java.util.List; import java.util.Set; import java.util.concurrent.TimeUnit; /** Combination of single {@link FolderWatcher} and a {@link FileMatchGlob} to simplify simple watch situations*/ pub...
extra function to get File instead FileChangeEntry
src/main/java/hr/hrg/javawatcher/GlobWatcher.java
extra function to get File instead FileChangeEntry
Java
mit
2a08ee6a3b64f4d740142f7b0c0169315f178fa0
0
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
/////////////////////////////////////////////////////////////////////////////// //FILE: AcquisitionPanel.java //PROJECT: Micro-Manager //SUBSYSTEM: ASIdiSPIM plugin //----------------------------------------------------------------------------- // // AUTHOR: Nico Stuurman, Jon Daniels // // CO...
plugins/ASIdiSPIM/src/org/micromanager/asidispim/AcquisitionPanel.java
/////////////////////////////////////////////////////////////////////////////// //FILE: AcquisitionPanel.java //PROJECT: Micro-Manager //SUBSYSTEM: ASIdiSPIM plugin //----------------------------------------------------------------------------- // // AUTHOR: Nico Stuurman, Jon Daniels // // CO...
ASIdiSPIM: file incoming images into appropriate channel, now with hardware volume/slice switching. Successfully able to acquire hardware-switched multichannel acquisitions now! git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@15049 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
plugins/ASIdiSPIM/src/org/micromanager/asidispim/AcquisitionPanel.java
ASIdiSPIM: file incoming images into appropriate channel, now with hardware volume/slice switching. Successfully able to acquire hardware-switched multichannel acquisitions now!
Java
mit
334dd5dc502b81c965149285fdb8511fde67501f
0
tkuhn/memetools,tkuhn/memetools
package ch.tkuhn.memetools; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.file.FileVisitOption; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.P...
src/main/java/ch/tkuhn/memetools/PrepareWosData.java
package ch.tkuhn.memetools; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.file.FileVisitOption; import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.P...
Log raw data directory
src/main/java/ch/tkuhn/memetools/PrepareWosData.java
Log raw data directory
Java
mit
79c8273d6b351366773cbf3e1bd79cbbdc0858f8
0
wizzardo/http,wizzardo/http
package com.wizzardo.http.filter; import com.wizzardo.http.request.Header; import com.wizzardo.http.request.Request; import com.wizzardo.http.response.Response; import com.wizzardo.tools.io.BytesTools; import com.wizzardo.tools.security.Base64; import com.wizzardo.tools.security.MD5; import java.util.HashMap; import ...
src/main/java/com/wizzardo/http/filter/TokenFilter.java
package com.wizzardo.http.filter; import com.wizzardo.http.request.Header; import com.wizzardo.http.request.Request; import com.wizzardo.http.response.Response; import com.wizzardo.tools.security.MD5; import java.util.HashMap; import java.util.Map; /** * Created by wizzardo on 23.02.15. */ public class TokenFilter...
optimise token
src/main/java/com/wizzardo/http/filter/TokenFilter.java
optimise token
Java
agpl-3.0
18b10aa4a3ba77f0e7b2465acc7019c71ab19de3
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.utilities; import de.lmu.ifi.dbs.distance.Distance; /** * QueryResult holds the id of a database object and its distance to a special * query object. * * @author Elke Achtert (<a href="mailto:achtert@dbs.ifi.lmu.de">achtert@dbs.ifi.lmu.de</a>) */ public class QueryResult<D extends Distance...
src/de/lmu/ifi/dbs/utilities/QueryResult.java
package de.lmu.ifi.dbs.utilities; import de.lmu.ifi.dbs.distance.Distance; /** * QueryResult holds the id of a database object and its distance to a special * query object. * * @author Elke Achtert (<a href="mailto:achtert@dbs.ifi.lmu.de">achtert@dbs.ifi.lmu.de</a>) */ public class QueryResult<D extends Distance...
debugging
src/de/lmu/ifi/dbs/utilities/QueryResult.java
debugging
Java
agpl-3.0
27ae7b51a4961b69d17d02ecb12da20fd142cb31
0
imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.WebAppSpringTestConfig; import com.imcode.imcms.api.SourceFile; import com.imcode.imcms.api.exception.FileAccessDeniedException; import com.imcode.imcms.components.datainitializer.DocumentDataInitializer; import com.imcode.imcms.components.datainitia...
src/test/java/com/imcode/imcms/domain/service/api/FileServiceTest.java
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.WebAppSpringTestConfig; import com.imcode.imcms.api.SourceFile; import com.imcode.imcms.api.exception.FileAccessDeniedException; import com.imcode.imcms.components.datainitializer.DocumentDataInitializer; import com.imcode.imcms.components.datainitia...
Issue IMCMS-332: New design to super admin page: files tab - Change path
src/test/java/com/imcode/imcms/domain/service/api/FileServiceTest.java
Issue IMCMS-332: New design to super admin page: files tab - Change path
Java
agpl-3.0
00cf5b2543e9ef411b76b84b4a1a003bb7450198
0
buremba/rakam,rakam-io/rakam,buremba/rakam,rakam-io/rakam,rakam-io/rakam,buremba/rakam,buremba/rakam,buremba/rakam
package org.rakam.analysis; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import org.rakam.EventBuilder; import org.rakam.analysis.FunnelQueryExecutor.FunnelStep; import org.rakam.analysis.FunnelQueryExecutor.FunnelWindow; import org.rakam.analysis.metadata.Metastore; im...
rakam-spi/src/test/java/org/rakam/analysis/TestFunnelQueryExecutor.java
package org.rakam.analysis; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import org.rakam.EventBuilder; import org.rakam.analysis.FunnelQueryExecutor.FunnelStep; import org.rakam.analysis.FunnelQueryExecutor.FunnelWindow; import org.rakam.analysis.metadata.Metastore; im...
PrestoApproximate test failed due to different implementation
rakam-spi/src/test/java/org/rakam/analysis/TestFunnelQueryExecutor.java
PrestoApproximate test failed due to different implementation
Java
lgpl-2.1
71f45f765962b76c1a15e8764e9d724e72f28b88
0
spotbugs/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,sewe/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs
/* * FindBugs - Find bugs in Java programs * Copyright (C) 2004-2006 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, o...
findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfComparison.java
/* * FindBugs - Find bugs in Java programs * Copyright (C) 2004-2006 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, o...
Fix for the false positives? git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@11339 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfComparison.java
Fix for the false positives?
Java
lgpl-2.1
a36ac91b27461b5cd0f1c8c4f39228e637e4a6a0
0
gallandarakhneorg/checkstyle,autermann/checkstyle,gallandarakhneorg/checkstyle,baratali/checkstyle,zofuthan/checkstyle-1,ivanov-alex/checkstyle,vboerchers/checkstyle,WilliamRen/checkstyle,sirdis/checkstyle,sharang108/checkstyle,rnveach/checkstyle,attatrol/checkstyle,baratali/checkstyle,Bhavik3/checkstyle,llocc/checksty...
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2015 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2015 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
Revert "Issue #2065: additional attempt to resolve violation on TeamCity" This reverts commit 652848ae065112ae0b7417a0d0109afd3ef0f04f.
src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java
Revert "Issue #2065: additional attempt to resolve violation on TeamCity"
Java
lgpl-2.1
9313f0af2ef120fc3262721dcf6ae38d8dfa5eb9
0
EnFlexIT/AgentWorkbench,EnFlexIT/AgentWorkbench,EnFlexIT/AgentWorkbench,EnFlexIT/AgentWorkbench
package mas.projects.contmas.agents; import jade.content.AgentAction; import jade.content.Concept; import jade.content.lang.Codec.CodecException; import jade.content.onto.OntologyException; import jade.content.onto.UngroundedException; import jade.core.Agent; import jade.domain.FIPANames; import jade.lang.acl.A...
src/mas/projects/contmas/agents/RandomGeneratorAgent.java
package mas.projects.contmas.agents; import jade.content.AgentAction; import jade.content.Concept; import jade.content.lang.Codec.CodecException; import jade.content.onto.OntologyException; import jade.content.onto.UngroundedException; import jade.core.Agent; import jade.domain.FIPANames; import jade.lang.acl.A...
git-svn-id: svn://project.agent-hygrid.net/agentgui/trunk/AgentGUI@33 014e83ad-c670-0410-b1a0-9290c87bb784
src/mas/projects/contmas/agents/RandomGeneratorAgent.java
Java
lgpl-2.1
80840ff9aa4a7fab111a1c8c31d55fb014f20328
0
ethaneldridge/vassal,ethaneldridge/vassal,ethaneldridge/vassal
/* * * Copyright (c) 2008 by Joel Uckelman * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WIT...
vassal-app/src/main/java/VASSAL/tools/ThrowableUtils.java
/* * * Copyright (c) 2008 by Joel Uckelman * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WIT...
Fixed two bugs in ThrowableUtils.
vassal-app/src/main/java/VASSAL/tools/ThrowableUtils.java
Fixed two bugs in ThrowableUtils.
Java
apache-2.0
6bff6229b6d7a7b1426522e60824edb4ba38f74c
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2011 Ausenco Engineering Canada Inc. * * 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 you...
src/main/java/com/jaamsim/ui/ObjectSelector.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2011 Ausenco Engineering Canada Inc. * * 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 you...
JS: show an error message when an entity cannot be renamed instead of failing without explanation Signed-off-by: Harry King <4297d713059dfdc9fd310cd85bf547ea21a2d624@ausenco.com> Signed-off-by: Harvey Harrison <eadbd6b462bf3c97df0300a934c12bc2e5d1fe51@ausenco.com>
src/main/java/com/jaamsim/ui/ObjectSelector.java
JS: show an error message when an entity cannot be renamed instead of failing without explanation
Java
apache-2.0
b4ee845c5a4da275c757e34685b674848e781a69
0
industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector,industrial-data-space/trusted-connector
package de.fhg.aisec.dfpolicy; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashMap; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.management.I...
data-flow-policy/src/main/java/de/fhg/aisec/dfpolicy/MyProcessor.java
package de.fhg.aisec.dfpolicy; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashMap; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.management.I...
Restructered check_if_label_exists()
data-flow-policy/src/main/java/de/fhg/aisec/dfpolicy/MyProcessor.java
Restructered check_if_label_exists()
Java
apache-2.0
fcfcb4192a4b9c50e33b707eeea8a9ffdb3af70b
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2008 University of British Columbia * * 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 *...
gemma-web/src/main/java/ubic/gemma/web/controller/visualization/VisualizationValueObject.java
/* * The Gemma project * * Copyright (c) 2008 University of British Columbia * * 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 *...
add field for min-pvalue
gemma-web/src/main/java/ubic/gemma/web/controller/visualization/VisualizationValueObject.java
add field for min-pvalue
Java
apache-2.0
acdd16b5b18aeb8b5e57c6a59654132cc43a96a5
0
cscorley/solr-only-mirror,cscorley/solr-only-mirror,cscorley/solr-only-mirror
package org.apache.solr.client.solrj.impl; /* * 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 Licen...
solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrServer.java
package org.apache.solr.client.solrj.impl; /* * 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 Licen...
SOLR-4816: deal with leader=null case and init map with known size git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1524170 13f79535-47bb-0310-9956-ffa450edef68
solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrServer.java
SOLR-4816: deal with leader=null case and init map with known size
Java
apache-2.0
c87602b05304439859b6b31d43252b96a9d90482
0
etnetera/jmeter,kyroskoh/jmeter,tuanhq/jmeter,ubikloadpack/jmeter,irfanah/jmeter,d0k1/jmeter,kyroskoh/jmeter,tuanhq/jmeter,ra0077/jmeter,ubikfsabbe/jmeter,vherilier/jmeter,liwangbest/jmeter,thomsonreuters/jmeter,fj11/jmeter,ThiagoGarciaAlves/jmeter,vherilier/jmeter,kyroskoh/jmeter,ThiagoGarciaAlves/jmeter,ubikloadpack/...
/* * 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 ...
test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.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 ...
More debug git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1353055 13f79535-47bb-0310-9956-ffa450edef68
test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
More debug
Java
apache-2.0
7fb04439109b55fa54e5d353b24512008bc65449
0
openecho/Kinetic1-Java
src/main/java/openecho/math/SimpleMatrix.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package openecho.math; /** * * @author jmarsden */ public class SimpleMatrix { private final int m; private final int n; private final double[][] data; public SimpleMatrix(int m, int n) { th...
Cleanup of Rename
src/main/java/openecho/math/SimpleMatrix.java
Cleanup of Rename
Java
apache-2.0
8bbb1d6eacdd82eb9f0b4de8428440f55f01f239
0
facebook/litho,facebook/litho,facebook/litho,facebook/litho,facebook/litho,facebook/litho
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
litho-rendercore/src/main/java/com/facebook/rendercore/MountState.java
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
Reorders Host#unmount and attach binder unbind calls in RenderCore's MountState. Summary: Reorders `Host#unmount` and attach binder unbind calls in RenderCore's MountState. This changes the effective order of unmount from: ``` Host.unmount() AttachBinders() MountBinders() ``` to: ``` AttachBinders() Host.unmount()...
litho-rendercore/src/main/java/com/facebook/rendercore/MountState.java
Reorders Host#unmount and attach binder unbind calls in RenderCore's MountState.
Java
apache-2.0
1866a190a0f9601968439c2843833b3baabfdcb1
0
axonivy/project-build-plugin,axonivy/project-build-plugin
/* * Copyright (C) 2015 AXON IVY AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
src/main/java/ch/ivyteam/ivy/maven/InstallEngineMojo.java
/* * Copyright (C) 2015 AXON IVY AG * * 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 ...
Story XIVY-2025: Remove legacy engine build - Remove OSGi prefix form osArchitecture Reviewed by rew
src/main/java/ch/ivyteam/ivy/maven/InstallEngineMojo.java
Story XIVY-2025: Remove legacy engine build - Remove OSGi prefix form osArchitecture Reviewed by rew
Java
apache-2.0
dc9137f29418b7ee55491fc43501130f94e44c6c
0
networknt/json-schema-validator
/* * Copyright (c) 2016 Network New Technologies Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
src/main/java/com/networknt/schema/RefValidator.java
/* * Copyright (c) 2016 Network New Technologies Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
Updated my RefValidator implementation to utilize the recently introduced URL mapping changes.
src/main/java/com/networknt/schema/RefValidator.java
Updated my RefValidator implementation to utilize the recently introduced URL mapping changes.
Java
apache-2.0
2434e63187475e416ee0e2e8fd5cc51ec5e5bc19
0
sdinot/hipparchus,sdinot/hipparchus,apache/commons-math,sdinot/hipparchus,sdinot/hipparchus,apache/commons-math,Hipparchus-Math/hipparchus,apache/commons-math,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,apache/commons-math,Hipparchus-Math/hipparchus
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/math/linear/Array2DRowRealMatrix.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 ...
Deleted obsolete Javadoc. git-svn-id: 80d496c472b8b763a5e941dba212da9bf48aeceb@1166751 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/math/linear/Array2DRowRealMatrix.java
Deleted obsolete Javadoc.
Java
apache-2.0
51f3fcfdaf12f8b4dd3ce8e0f5af9d7e80125a2c
0
Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,thomasmaurel/ensj-healthcheck,Ensembl/ensj-healthcheck,Ensembl/ensj-healthcheck
/* * Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2018] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
src/org/ensembl/healthcheck/testcase/compara/AbstractMLSSTagStats.java
/* * Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2018] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
Show a useful SQL query to test the HC
src/org/ensembl/healthcheck/testcase/compara/AbstractMLSSTagStats.java
Show a useful SQL query to test the HC
Java
apache-2.0
79103718a3dbb25677b3cc752bfa1199f709bd04
0
booknara/nio_playground
package com.github.booknara.nioexample; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.SocketChannel; import java.util.Iterator; import java.util.Set; /** * Created by Daehee Han(@daniel_booknara) on 2/...
src/com/github/booknara/nioexample/SelectorExample.java
package com.github.booknara.nioexample; import java.io.IOException; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.SocketChannel; import java.util.Iterator; import java.util.Set; /** * Created by Daehee Han(@daniel_booknara) on 2/12/16. * This example is an incomp...
Add SocketChannel configuration
src/com/github/booknara/nioexample/SelectorExample.java
Add SocketChannel configuration
Java
apache-2.0
ed725c5548b99a915460e9aecd9ff16796a8251e
0
ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,ruspl-afed/dbeaver,AndrewKhitrin/dbeaver,liuyuanyuan/dbeaver,AndrewKhitrin/dbeaver,ruspl-afed/dbeaver,ruspl-afed/dbeaver,liuyuanyuan/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program ...
plugins/org.jkiss.dbeaver.ext.oracle/src/org/jkiss/dbeaver/ext/oracle/model/OracleSQLDialect.java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program ...
#323 Oracle functions
plugins/org.jkiss.dbeaver.ext.oracle/src/org/jkiss/dbeaver/ext/oracle/model/OracleSQLDialect.java
#323 Oracle functions
Java
apache-2.0
4be38e8bffc903dd14fab562d26c3c5fe641a1e7
0
akiellor/selenium,virajs/selenium-1,mogotest/selenium,virajs/selenium-1,mogotest/selenium,mogotest/selenium,winhamwr/selenium,akiellor/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,akiellor/selenium,virajs/selenium-1,mogotest/selenium,akiellor/selenium,mogotest/selenium,akiellor/selen...
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Portions copyright 2007 ThoughtWorks, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache...
common/src/java/org/openqa/selenium/WebElement.java
/* Copyright 2007-2009 WebDriver committers Copyright 2007-2009 Google Inc. Portions copyright 2007 ThoughtWorks, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache...
SimonStewart: Updating the docs on the web element to make it clear that a freshness check is performed. git-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@8673 07704840-8298-11de-bf8c-fd130f914ac9
common/src/java/org/openqa/selenium/WebElement.java
SimonStewart: Updating the docs on the web element to make it clear that a freshness check is performed.
Java
bsd-2-clause
51c5f8dfe820eeb589214db75a6f4d449e34f067
0
ratan12/Atarashii,AnimeNeko/Atarashii,ratan12/Atarashii,AnimeNeko/Atarashii
package net.somethingdreadful.MAL; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.SearchManager; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.IntentFilt...
Atarashii/src/net/somethingdreadful/MAL/Home.java
package net.somethingdreadful.MAL; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.SearchManager; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.IntentFilt...
Disable browse for AL
Atarashii/src/net/somethingdreadful/MAL/Home.java
Disable browse for AL
Java
isc
409cb23d06300ee6f4472f7e16acdc8eef907e0e
0
Mitsugaru/EntityManager
/* * */ package net.milkycraft.Listeners; import java.util.HashMap; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import net.milkycraft.Spawnegg; import net.milkycraft.ASEConfiguration.Settings; import org.bukkit.ChatColor; import org.bukkit.Difficulty; import org.bukkit....
src/net/milkycraft/Listeners/EntitiesListener.java
package net.milkycraft.Listeners; import java.util.HashMap; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import net.milkycraft.Spawnegg; import org.bukkit.ChatColor; import org.bukkit.Difficulty; import org.bukkit.Location; import org.bukkit.entity.Arrow; import org.bukkit.e...
Code enchancements
src/net/milkycraft/Listeners/EntitiesListener.java
Code enchancements
Java
mit
69f8135423094eaf1ecc23df30ce664db4fa1d30
0
Nunnery/MythicDrops
package net.nunnerycode.bukkit.mythicdrops; import com.conventnunnery.libraries.config.CommentedConventYamlConfiguration; import com.conventnunnery.libraries.config.ConventYamlConfiguration; import com.modcrafting.diablodrops.name.NamesLoader; import net.nunnerycode.bukkit.mythicdrops.api.MythicDrops; import net.nunne...
MythicDrops/src/main/java/net/nunnerycode/bukkit/mythicdrops/MythicDropsPlugin.java
package net.nunnerycode.bukkit.mythicdrops; import com.conventnunnery.libraries.config.CommentedConventYamlConfiguration; import com.conventnunnery.libraries.config.ConventYamlConfiguration; import com.modcrafting.diablodrops.name.NamesLoader; import net.nunnerycode.bukkit.mythicdrops.api.MythicDrops; import net.nunne...
fixing a problem with loading Tiers
MythicDrops/src/main/java/net/nunnerycode/bukkit/mythicdrops/MythicDropsPlugin.java
fixing a problem with loading Tiers
Java
mit
57663dac8912a84c3580dead4d8506a5d7b5d6cc
0
Gilga/MedProg-Messenger-Tests
package de.sb.messenger.rest; import static javax.ws.rs.core.MediaType.APPLICATION_JSON; import static javax.ws.rs.core.MediaType.APPLICATION_JSON_TYPE; import static javax.ws.rs.core.MediaType.TEXT_PLAIN; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotEquals; import static org.ju...
test/de/sb/messenger/rest/MessageServiceTest.java
package de.sb.messenger.rest; import static javax.ws.rs.core.MediaType.APPLICATION_JSON; import static javax.ws.rs.core.MediaType.APPLICATION_JSON_TYPE; import static javax.ws.rs.core.MediaType.TEXT_PLAIN; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotEquals; import static org.ju...
fixed PUT test Msg tests run green. Removed global variables. Had to create a msg with id 11 and author Zeta in DB to be able to test
test/de/sb/messenger/rest/MessageServiceTest.java
fixed PUT test
Java
mit
eab4504172ff43b0461a4f7c3709f9d7ce3c6955
0
oaplatform/oap,oaplatform/oap
/* * The MIT License (MIT) * * Copyright (c) Open Application Platform Authors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the r...
oap-security/oap-security-mongo/src/test/java/oap/security/acl/AclRoleStorageTest.java
/* * The MIT License (MIT) * * Copyright (c) Open Application Platform Authors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the r...
update: MongoStorage: ObjectId -> String
oap-security/oap-security-mongo/src/test/java/oap/security/acl/AclRoleStorageTest.java
update: MongoStorage: ObjectId -> String
Java
mit
7437d802df108634f09f696a980fb3731632ae23
0
romank0/dddsample-core,gacalves/dddsample-core,orende/dddsample-core,IzzyXie2010/dddsample-core,orende/dddsample-core,citerus/dddsample-core,IzzyXie2010/dddsample-core,stefan-ka/dddsample-core,stefan-ka/dddsample-core,loothingpogixxv/dddsample-core,romank0/dddsample-core,gacalves/dddsample-core,citerus/dddsample-core,l...
package se.citerus.dddsample.domain.model.cargo; import org.apache.commons.lang.Validate; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import se.citerus.dddsample.domain.model.Specification; import se.citerus.dddsample.domain.model.ValueObject; im...
dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/RouteSpecification.java
package se.citerus.dddsample.domain.model.cargo; import org.apache.commons.lang.Validate; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import se.citerus.dddsample.domain.model.Specification; import se.citerus.dddsample.domain.model.ValueObject; im...
Added one more factory method, for the rerouting case
dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/RouteSpecification.java
Added one more factory method, for the rerouting case
Java
mit
66a340105b9768aae28c38662cb39c7d3128b1fe
0
daniel-beck/jenkins,pantheon-systems/jenkins,dariver/jenkins,khmarbaise/jenkins,tastatur/jenkins,hplatou/jenkins,pjanouse/jenkins,vvv444/jenkins,paulmillar/jenkins,vvv444/jenkins,DoctorQ/jenkins,azweb76/jenkins,abayer/jenkins,evernat/jenkins,rsandell/jenkins,protazy/jenkins,kohsuke/hudson,6WIND/jenkins,keyurpatankar/hu...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
cli/src/main/java/hudson/cli/CLI.java
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights ...
needs to call the CLI URL git-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@17604 71c3de6d-444a-0410-be80-ed276b4c234a
cli/src/main/java/hudson/cli/CLI.java
needs to call the CLI URL
Java
mit
3c20010602b1903ee451f59a15e69cf700de3a6f
0
eparlato/point-of-sale-exercise
package pointofsale; import java.util.HashMap; public class MyShop { Store store; Display display; PointOfSale pos; public static void main(String[] args) { MyShop myShop = new MyShop(); myShop.setup(); myShop.scanAFewBarcodes(); } private void scanAFewBarcodes() { pos.onBarcode("qwerty1"); pos.onB...
src/main/java/pointofsale/MyShop.java
package pointofsale; import java.util.HashMap; public class MyShop { static Store store; static Display display; static PointOfSale pos; public static void main(String[] args) { setup(); pos.onBarcode("qwerty1"); pos.onBarcode("zxcvbn3"); pos.onBarcode(""); pos.onBarcode(null); pos.onBarcode("l...
Removed unnecessary static objects and methods from MyShop
src/main/java/pointofsale/MyShop.java
Removed unnecessary static objects and methods from MyShop
Java
mit
48744f65c21bb7247c62f585e2964761ca4ca13b
0
EivindEE/SemFM,EivindEE/SemFM
package edu.uib.info310.search; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype...
src/main/java/edu/uib/info310/search/SearcherImpl.java
package edu.uib.info310.search; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype...
Rewrote the Metadata query to fit our new model
src/main/java/edu/uib/info310/search/SearcherImpl.java
Rewrote the Metadata query to fit our new model
Java
epl-1.0
3a8b599df01785db47af61c291dbb162e95d4c6a
0
rohitdubey12/kura,ymai/kura,nicolatimeus/kura,markoer/kura,ctron/kura,markoer/kura,darionct/kura,rohitdubey12/kura,ctron/kura,cdealti/kura,darionct/kura,ymai/kura,cdealti/kura,gavinying/kura,nicolatimeus/kura,markoer/kura,MMaiero/kura,cdealti/kura,nicolatimeus/kura,ymai/kura,ctron/kura,rohitdubey12/kura,unverbraucht/ku...
/******************************************************************************* * Copyright (c) 2011, 2016 Eurotech and/or its affiliates * * 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 distributi...
kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/Network/TabTcpIpUi.java
/******************************************************************************* * Copyright (c) 2011, 2016 Eurotech and/or its affiliates * * 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 distributi...
Added help message for gateway text field. Signed-off-by: MMaiero <2b73509565f5b07fd88cb0c94e2832558b2a0b6e@eurotech.com>
kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/client/ui/Network/TabTcpIpUi.java
Added help message for gateway text field.
Java
mpl-2.0
88fa083b0507c9c0f0a020fef8a48d5e6a59f807
0
PIH/openmrs-module-emrmonitor,rubailly/openmrs-module-emrmonitor,PIH/openmrs-module-emrmonitor,rubailly/openmrs-module-emrmonitor,PIH/openmrs-module-emrmonitor,rubailly/openmrs-module-emrmonitor,PIH/openmrs-module-emrmonitor,rubailly/openmrs-module-emrmonitor
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS IS" ...
api/src/main/java/org/openmrs/module/emrmonitor/api/db/hibernate/HibernateEmrMonitorDAO.java
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS IS" ...
fixing ticket: RWA-407 Fail to retrieve additional OpenMRS metrics HibernateEmrMonitorDAO.getOpenmrsData() throws java.lang.IndexOutOfBoundsException
api/src/main/java/org/openmrs/module/emrmonitor/api/db/hibernate/HibernateEmrMonitorDAO.java
fixing ticket: RWA-407 Fail to retrieve additional OpenMRS metrics
Java
agpl-3.0
b46dca692d103012cb562305fced786f2d3598de
0
deepstupid/sphinx5
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electronic Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution...
edu/cmu/sphinx/jsapi/JSGFGrammar.java
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electronic Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution...
Added a method 'setBaseURL' to JSGFGrammar. git-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@3044 94700074-3cef-4d97-a70e-9c8c206c02f5
edu/cmu/sphinx/jsapi/JSGFGrammar.java
Added a method 'setBaseURL' to JSGFGrammar.
Java
agpl-3.0
42f6f6882d70ac0444500dc309247a540beb543e
0
tobwiens/scheduling,mbenguig/scheduling,zeineb/scheduling,fviale/scheduling,tobwiens/scheduling,ow2-proactive/scheduling,ow2-proactive/scheduling,ShatalovYaroslav/scheduling,fviale/scheduling,ow2-proactive/scheduling,jrochas/scheduling,yinan-liu/scheduling,ow2-proactive/scheduling,paraita/scheduling,ShatalovYaroslav/sc...
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
rest/rest-cli/src/test/java/org/ow2/proactive_grid_cloud_portal/cli/CommandSetTest.java
/* * ProActive Parallel Suite(TM): * The Open Source library for parallel and distributed * Workflows & Scheduling, Orchestration, Cloud Automation * and Big Data Analysis on Enterprise Grids & Clouds. * * Copyright (c) 2007 - 2017 ActiveEon * Contact: contact@activeeon.com * * This library is free software: y...
Fix the SubmitJobCommand number of arguments
rest/rest-cli/src/test/java/org/ow2/proactive_grid_cloud_portal/cli/CommandSetTest.java
Fix the SubmitJobCommand number of arguments
Java
apache-2.0
534dc01cd50f7066c0e27987dd77616403544f16
0
apache/openwebbeans,apache/openwebbeans,apache/openwebbeans
/* * 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 ma...
webbeans-impl/src/main/java/org/apache/webbeans/lifecycle/AbstractLifeCycle.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 ma...
OWB-1082 set serializable BeanManager wrapper into ServletContext and similar 'external' usages git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1684722 13f79535-47bb-0310-9956-ffa450edef68
webbeans-impl/src/main/java/org/apache/webbeans/lifecycle/AbstractLifeCycle.java
OWB-1082 set serializable BeanManager wrapper into ServletContext and similar 'external' usages
Java
apache-2.0
e024c5a64674157478bd91bd7bdd36a9f95cd2ef
0
daniellavoie/BroadleafCommerce,bijukunjummen/BroadleafCommerce,gengzhengtao/BroadleafCommerce,macielbombonato/BroadleafCommerce,zhaorui1/BroadleafCommerce,sitexa/BroadleafCommerce,lgscofield/BroadleafCommerce,alextiannus/BroadleafCommerce,cloudbearings/BroadleafCommerce,jiman94/BroadleafCommerce-BroadleafCommerce2014,a...
package org.broadleafcommerce.offer.service; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.List; import javax.annotation.Resource; import org.apache.commons.beanutils.BeanComparator; import org.apache.commons.collections.Comp...
BroadleafCommerce/src-framework/org/broadleafcommerce/offer/service/OfferServiceImpl.java
package org.broadleafcommerce.offer.service; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.List; import javax.annotation.Resource; import org.apache.commons.beanutils.BeanComparator; import org.broadleafcommerce.offer.domain....
Fixed some basic if logic and collections sorting
BroadleafCommerce/src-framework/org/broadleafcommerce/offer/service/OfferServiceImpl.java
Fixed some basic if logic and collections sorting
Java
apache-2.0
a3f1be5d1c878ff2fd2bf9cb9c8150625d426148
0
lorban/ehcache3,rishabhmonga/ehcache3,aurbroszniowski/ehcache3,chrisdennis/ehcache3,AbfrmBlr/ehcache3,henri-tremblay/ehcache3,AbfrmBlr/ehcache3,jhouserizer/ehcache3,akomakom/ehcache3,alexsnaps/ehcache3,ljacomet/ehcache3,GaryWKeim/ehcache3,anthonydahanne/ehcache3,albinsuresh/ehcache3,cljohnso/ehcache3,cschanck/ehcache3,...
/* * Copyright Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
management/src/main/java/org/ehcache/management/providers/ManagementProvider.java
/* * Copyright Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Issue #691 Remove rogue character from javadoc
management/src/main/java/org/ehcache/management/providers/ManagementProvider.java
Issue #691 Remove rogue character from javadoc
Java
apache-2.0
a4970c5fc0eef4b8e4ca7692def72e6efa5e9968
0
mysisl/blade,mysisl/blade,mysisl/blade
/** * Copyright (c) 2015-2016, Chill Zhuang 庄骞 (smallchill@163.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
src/main/java/com/smallchill/common/vo/ShiroUser.java
/** * Copyright (c) 2015-2016, Chill Zhuang 庄骞 (smallchill@163.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
优化shiroUser
src/main/java/com/smallchill/common/vo/ShiroUser.java
优化shiroUser
Java
apache-2.0
8b3922c30e7fc339001ea0ed6b50c134bd1fa7a5
0
jangorecki/h2o-3,jangorecki/h2o-3,YzPaul3/h2o-3,h2oai/h2o-3,h2oai/h2o-dev,YzPaul3/h2o-3,michalkurka/h2o-3,mathemage/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,mathemage/h2o-3,spennihana/h2o-3,michalkurka/h2o-3,michalkurka/h2o-3,YzPaul3/h2o-3,michalkurka/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,h2oai/h2o-dev,YzPaul3/h2o-3,spenn...
package hex; import hex.genmodel.GenModel; import hex.genmodel.easy.EasyPredictModelWrapper; import hex.genmodel.easy.RowData; import hex.genmodel.easy.exception.PredictException; import hex.genmodel.easy.prediction.*; import org.joda.time.DateTime; import water.*; import water.api.StreamWriter; import water.codegen.C...
h2o-core/src/main/java/hex/Model.java
package hex; import hex.genmodel.GenModel; import hex.genmodel.easy.EasyPredictModelWrapper; import hex.genmodel.easy.RowData; import hex.genmodel.easy.exception.PredictException; import hex.genmodel.easy.prediction.*; import org.joda.time.DateTime; import water.*; import water.api.StreamWriter; import water.codegen.C...
Only do categorical adaptation of levels if expensive=true.
h2o-core/src/main/java/hex/Model.java
Only do categorical adaptation of levels if expensive=true.
Java
apache-2.0
24eccd4b66f77c5b54b8a76ac372ad205a84d1f7
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.actionSystem.impl; import com.intellij.ide.DataManager; import com.intellij.ide.ui.UISettings; import com.intellij.openapi.actionSystem.ActionGroup; ...
platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.actionSystem.impl; import com.intellij.ide.DataManager; import com.intellij.ide.ui.UISettings; import com.intellij.openapi.actionSystem.ActionGroup; ...
IDEA-223588: add logging to investigate the issue GitOrigin-RevId: 657256986b121d5016fa1263fa9dc181559a9c44
platform/platform-impl/src/com/intellij/openapi/actionSystem/impl/ActionPopupMenuImpl.java
IDEA-223588: add logging to investigate the issue
Java
apache-2.0
63473e6f31f7cf42423ef844a518e91562010cb3
0
nezda/yawni,nezda/yawni,nezda/yawni,nezda/yawni,nezda/yawni
/* * 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...
core/src/main/java/org/yawni/wn/Relation.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...
minor
core/src/main/java/org/yawni/wn/Relation.java
minor
Java
apache-2.0
81cf34b466cdd5c2a9a72189e6536a4e119e7996
0
wwjiang007/alluxio,solzy/tachyon,apc999/alluxio,jswudi/alluxio,aaudiber/alluxio,solzy/tachyon,madanadit/alluxio,apc999/alluxio,yuluo-ding/alluxio,mesosphere/tachyon,bf8086/alluxio,maboelhassan/alluxio,uronce-cc/alluxio,bf8086/alluxio,maobaolong/alluxio,apc999/alluxio,jswudi/alluxio,madanadit/alluxio,maboelhassan/alluxi...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/tachyon/MasterInfo.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 ...
make file creation and deletion sychronized
src/main/java/tachyon/MasterInfo.java
make file creation and deletion sychronized
Java
apache-2.0
3864e25fb9f2980aae5906e067dafc244ec38b32
0
ThiagoGarciaAlves/intellij-community,vvv1559/intellij-community,xfournet/intellij-community,apixandru/intellij-community,apixandru/intellij-community,da1z/intellij-community,da1z/intellij-community,apixandru/intellij-community,xfournet/intellij-community,apixandru/intellij-community,mglukhikh/intellij-community,xfourne...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/duplicates-analysis/src/com/intellij/dupLocator/index/DuplicatesInspectionBase.java
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Java: Refactored DuplicatesInspection to increase readability - moved local classes to inner (IDEA-144957)
platform/duplicates-analysis/src/com/intellij/dupLocator/index/DuplicatesInspectionBase.java
Java: Refactored DuplicatesInspection to increase readability - moved local classes to inner (IDEA-144957)
Java
apache-2.0
8afc83e89a233a17275cf4d883efc4b2031569a7
0
OpenHFT/Chronicle-Wire,OpenHFT/Chronicle-Wire
/* * Copyright (C) 2015 higherfrequencytrading.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License. * * This program is distr...
src/main/java/net/openhft/chronicle/wire/WireType.java
/* * Copyright (C) 2015 higherfrequencytrading.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License. * * This program is distr...
add toFileAsMap
src/main/java/net/openhft/chronicle/wire/WireType.java
add toFileAsMap
Java
apache-2.0
5fcb80737d07bd9f0520abc27a34008e69ad3a9a
0
milaq/ServeStream,zyjiang08/servestream,zyjiang08/servestream,yomguy/servestream,yomguy/servestream,zyjiang08/servestream,milaq/ServeStream,milaq/ServeStream,yomguy/servestream,milaq/ServeStream,yomguy/servestream,milaq/ServeStream,zyjiang08/servestream,yomguy/servestream,zyjiang08/servestream
/* * ServeStream: A HTTP stream browser/player for Android * Copyright 2010 William Seemann * * 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/LIC...
src/net/sourceforge/servestream/alarm/AlarmKlaxon.java
/* * ServeStream: A HTTP stream browser/player for Android * Copyright 2010 William Seemann * * 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/LIC...
Changed alarm timeout to 20 minutes git-svn-id: 0a6f2aeebe3a339de06b6162ef5a6b6b6e2abc00@739 b8d320ad-ce4d-463a-8333-51e6c77ad906
src/net/sourceforge/servestream/alarm/AlarmKlaxon.java
Changed alarm timeout to 20 minutes
Java
apache-2.0
f52bcf1e328fbbd3372c97ef5047f5a45e599c2f
0
nikhilvibhav/camel,pmoerenhout/camel,cunningt/camel,tadayosi/camel,mcollovati/camel,tadayosi/camel,tadayosi/camel,tadayosi/camel,gnodet/camel,christophd/camel,apache/camel,cunningt/camel,alvinkwekel/camel,nicolaferraro/camel,gnodet/camel,cunningt/camel,gnodet/camel,cunningt/camel,pax95/camel,tadayosi/camel,adessaigne/c...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
components/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/MSK2Producer.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-msk create broker
components/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/MSK2Producer.java
CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, aws2-msk create broker
Java
apache-2.0
2402b316dfb0c02941492216a16676dbcaff50b2
0
ppavlidis/baseCode,ppavlidis/baseCode
/* * The baseCode project * * Copyright (c) 2008 University of British Columbia * * 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/LI...
src/ubic/basecode/ontology/search/IndexerSelector.java
/* * The Gemma project * * Copyright (c) 2008 University of British Columbia * * 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 *...
trivial
src/ubic/basecode/ontology/search/IndexerSelector.java
trivial
Java
apache-2.0
03f018ebc79f444cdfa404e3deef3314a4f0e41e
0
jmptrader/Strata,OpenGamma/Strata
/* * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.basics.date; import static com.opengamma.strata.collect.TestHelper.coverPrivateConstructor; import static com.opengamma.strata.collect.TestHelper.date; i...
modules/basics/src/test/java/com/opengamma/strata/basics/date/GlobalHolidayCalendarsTest.java
/* * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.basics.date; import static com.opengamma.strata.collect.TestHelper.coverPrivateConstructor; import static com.opengamma.strata.collect.TestHelper.date; i...
Add test for AUSY holiday in 2022 (#2428)
modules/basics/src/test/java/com/opengamma/strata/basics/date/GlobalHolidayCalendarsTest.java
Add test for AUSY holiday in 2022 (#2428)
Java
apache-2.0
c377dac0afc27077a73a0110d82aef523bb69b2b
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.wm.impl.status; import com.intellij.ide.DataManager; import com.intellij.openapi.actionSystem.CommonDataKeys; import com.intellij.openapi.actionSyste...
platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EditorBasedStatusBarPopup.java
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.wm.impl.status; import com.intellij.ide.DataManager; import com.intellij.openapi.actionSystem.CommonDataKeys; import com.intellij.openapi.actionSyste...
Revert "drop cached editor from EditorBasedStatusBarPopup" This reverts commit a4134d0 see the discussion in IDEA-CR-31987
platform/platform-impl/src/com/intellij/openapi/wm/impl/status/EditorBasedStatusBarPopup.java
Revert "drop cached editor from EditorBasedStatusBarPopup"
Java
apache-2.0
56f41b05dfa7419bcb9ae5d6ab8dcc4c335710e2
0
gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa,gxa/gxa
/* * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
atlas-web/src/main/java/uk/ac/ebi/gxa/requesthandlers/query/ExperimentsPopupRequestHandler.java
/* * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
Re-instated missing imports
atlas-web/src/main/java/uk/ac/ebi/gxa/requesthandlers/query/ExperimentsPopupRequestHandler.java
Re-instated missing imports
Java
apache-2.0
ff11655b5d9bb2524afe91f12ab72410e0e17398
0
apache/jackrabbit,apache/jackrabbit,apache/jackrabbit
/* * 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 ...
jackrabbit-jcr-client/src/test/java/org/apache/jackrabbit/client/RepositoryFactoryImplTest.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 ...
JCR-2108: add dummy impl of new getEvents method git-svn-id: 02b679d096242155780e1604e997947d154ee04a@790834 13f79535-47bb-0310-9956-ffa450edef68
jackrabbit-jcr-client/src/test/java/org/apache/jackrabbit/client/RepositoryFactoryImplTest.java
JCR-2108: add dummy impl of new getEvents method
Java
apache-2.0
0d813ef491ab9c4e3407553f0ee10900f3f24f7b
0
luj1985/dionysus,luj1985/dionysus,luj1985/dionysus
package com.huixinpn.dionysus.controller.course; import com.huixinpn.dionysus.domain.course.Course; import com.huixinpn.dionysus.domain.user.User; import com.huixinpn.dionysus.dto.EntityPageData; import com.huixinpn.dionysus.dto.course.CourseData; import com.huixinpn.dionysus.repository.course.CourseRepository; import...
dionysus-webapp/src/main/java/com/huixinpn/dionysus/controller/course/CourseController.java
package com.huixinpn.dionysus.controller.course; import com.huixinpn.dionysus.domain.course.Course; import com.huixinpn.dionysus.domain.user.User; import com.huixinpn.dionysus.dto.EntityPageData; import com.huixinpn.dionysus.dto.course.CourseData; import com.huixinpn.dionysus.repository.course.CourseRepository; import...
add /courses/{id} mapping in CourseController
dionysus-webapp/src/main/java/com/huixinpn/dionysus/controller/course/CourseController.java
add /courses/{id} mapping in CourseController
Java
apache-2.0
18ac39a4725244fb91d87821ffe240d2e1c53a1d
0
Lekanich/intellij-community,vvv1559/intellij-community,hurricup/intellij-community,ThiagoGarciaAlves/intellij-community,vladmm/intellij-community,gnuhub/intellij-community,slisson/intellij-community,fitermay/intellij-community,da1z/intellij-community,holmes/intellij-community,samthor/intellij-community,xfournet/intelli...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
explicit completion during active autopopup should insert common prefix and focus the lookup
platform/lang-impl/src/com/intellij/codeInsight/completion/CompletionProgressIndicator.java
explicit completion during active autopopup should insert common prefix and focus the lookup
Java
apache-2.0
ab6d5f72e676ec536e92d43f1b57c34cefe732ec
0
PRIDE-Archive/data-provider-api
package uk.ac.ebi.pride.archive.dataprovider.data.spectra; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class SpectrumNumberArrayDeserializerTest{ String spectraLine = ...
src/test/java/uk/ac/ebi/pride/archive/dataprovider/data/spectra/SpectrumNumberArrayDeserializerTest.java
package uk.ac.ebi.pride.archive.dataprovider.data.spectra; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class SpectrumNumberArrayDeserializerTest{ String spectraLine = ...
Final test for new SpectrumArchive
src/test/java/uk/ac/ebi/pride/archive/dataprovider/data/spectra/SpectrumNumberArrayDeserializerTest.java
Final test for new SpectrumArchive
Java
bsd-3-clause
0975dff323b088eef16fdab178d78a1ffac8934b
0
mdiggory/dryad-repo,mdiggory/dryad-repo,jimallman/dryad-repo,ojacobson/dryad-repo,jamie-dryad/dryad-repo,jimallman/dryad-repo,rnathanday/dryad-repo,rnathanday/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,jamie-dryad/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-r...
package org.dspace.submit.utils; import org.apache.log4j.Logger; import org.dspace.content.Collection; import org.dspace.content.DCValue; import org.dspace.content.Item; import org.dspace.core.ConfigurationManager; import org.dspace.core.Context; import org.dspace.workflow.DryadWorkflowUtils; import org.dspace.workflo...
dspace/modules/api/src/main/java/org/dspace/submit/utils/DryadJournalSubmissionUtils.java
package org.dspace.submit.utils; import org.apache.log4j.Logger; import org.dspace.content.Collection; import org.dspace.content.DCValue; import org.dspace.content.Item; import org.dspace.core.ConfigurationManager; import org.dspace.core.Context; import org.dspace.workflow.DryadWorkflowUtils; import org.dspace.workflo...
for non-integrated journals, the default setting is blackout=true
dspace/modules/api/src/main/java/org/dspace/submit/utils/DryadJournalSubmissionUtils.java
for non-integrated journals, the default setting is blackout=true
Java
bsd-3-clause
c5eaedb09c8e56e82c83ebca30e8540721b4f35a
0
KommuSoft/jahmm,KommuSoft/jahmm
/* * Copyright (c) 2004-2009, Jean-Marc François. All Rights Reserved. * Licensed under the New BSD license. See the LICENSE file. */ package be.ac.ulg.montefiore.run.jahmm; import java.text.NumberFormat; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; /** * Main Input-Hmm cla...
jamhh/src/be/ac/ulg/montefiore/run/jahmm/IHmm.java
/* * Copyright (c) 2004-2009, Jean-Marc François. All Rights Reserved. * Licensed under the New BSD license. See the LICENSE file. */ package be.ac.ulg.montefiore.run.jahmm; import java.text.NumberFormat; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; /** * Main Input-Hmm cla...
folding support
jamhh/src/be/ac/ulg/montefiore/run/jahmm/IHmm.java
folding support
Java
bsd-3-clause
59b43a97161c98e4c9ae05ae923d87d920dfa973
0
NCIP/caadapter,NCIP/caadapter,NCIP/caadapter
/** * <!-- LICENSE_TEXT_START --> The contents of this file are subject to the caAdapter Software License (the "License"). You may obtain a copy of the License at the following location: [caAdapter Home Directory]\docs\caAdapter_license.txt, or at: http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/ind...
software/caadapter/src/java/gov/nih/nci/caadapter/ui/mapping/mms/Object2DBMappingPanel.java
/** * <!-- LICENSE_TEXT_START --> The contents of this file are subject to the caAdapter Software License (the "License"). You may obtain a copy of the License at the following location: [caAdapter Home Directory]\docs\caAdapter_license.txt, or at: http://ncicb.nci.nih.gov/infrastructure/cacore_overview/caadapter/ind...
Process an object meta together with its attribute and association meta SVN-Revision: 2572
software/caadapter/src/java/gov/nih/nci/caadapter/ui/mapping/mms/Object2DBMappingPanel.java
Process an object meta together with its attribute and association meta
Java
mit
fe38b9d888b45484a8a7f23c9a6b06bb5b5dd732
0
JCThePants/NucleusFramework,JCThePants/NucleusFramework
/* * This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT). * * Copyright (c) JCThePants (www.jcwhatever.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 ...
src/com/jcwhatever/nucleus/NucleusPlugin.java
/* * This file is part of NucleusFramework for Bukkit, licensed under the MIT License (MIT). * * Copyright (c) JCThePants (www.jcwhatever.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 ...
catch onInit exceptions to print message to console
src/com/jcwhatever/nucleus/NucleusPlugin.java
catch onInit exceptions to print message to console
Java
mit
0ba97fa1bd86dbbe8122f95dd37e3f8d2ac0b1cd
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.project.grantofferletter.security; import org.innovateuk.ifs.application.domain.Application; import org.innovateuk.ifs.commons.ZeroDowntime; import org.innovateuk.ifs.commons.security.PermissionRule; import org.innovateuk.ifs.commons.security.PermissionRules; import org.innovateuk.ifs.projec...
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/project/grantofferletter/security/GrantOfferLetterPermissionRules.java
package org.innovateuk.ifs.project.grantofferletter.security; import org.innovateuk.ifs.application.domain.Application; import org.innovateuk.ifs.commons.security.PermissionRule; import org.innovateuk.ifs.commons.security.PermissionRules; import org.innovateuk.ifs.project.resource.ProjectCompositeId; import org.innova...
IFS-2579 - added ZDD remove notes to new permission methods
ifs-data-layer/ifs-data-service/src/main/java/org/innovateuk/ifs/project/grantofferletter/security/GrantOfferLetterPermissionRules.java
IFS-2579 - added ZDD remove notes to new permission methods
Java
mit
5705eba4e7a7c4d8f45ce388a7fd690655af5a22
0
joand/codingame,joand/codingame,joand/codingame,joand/codingame,joand/codingame,joand/codingame
package fr.joand; import fr.joand.exception.ElementNotFoundException; import fr.joand.model.Edge; import fr.joand.model.Factory; import fr.joand.model.Owner; import fr.joand.model.Troop; import java.util.*; import java.util.stream.Collectors; /** * sources : * http://www.vogella.com/tutorials/JavaAlgorithmsDijkstr...
challenge/GhostInTheCell/src/main/java/fr/joand/App.java
package fr.joand; import fr.joand.exception.ElementNotFoundException; import fr.joand.model.Edge; import fr.joand.model.Factory; import fr.joand.model.Owner; import fr.joand.model.Troop; import java.util.*; import java.util.stream.Collectors; /** * sources : * http://www.vogella.com/tutorials/JavaAlgorithmsDijkstr...
rename variables
challenge/GhostInTheCell/src/main/java/fr/joand/App.java
rename variables
Java
mit
a74c66fe63b7546f0d5fa00aab6d4ed8436e2ce8
0
commercetools/commercetools-payone-integration,commercetools/commercetools-payone-integration
package com.commercetools.pspadapter.payone.domain.payone; import com.commercetools.pspadapter.payone.domain.payone.exceptions.PayoneException; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import org.apache.http.message.BasicNameValuePair; import org.junit.Before; impo...
service/src/test/java/com/commercetools/pspadapter/payone/domain/payone/PayonePostServiceImplTest.java
package com.commercetools.pspadapter.payone.domain.payone; import com.commercetools.pspadapter.payone.domain.payone.exceptions.PayoneException; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import org.apache.http.message.BasicNameValuePair; import org.junit.Before; impo...
#185: minor test update
service/src/test/java/com/commercetools/pspadapter/payone/domain/payone/PayonePostServiceImplTest.java
#185: minor test update
Java
mit
b92c401a0705bdbbb4a1637b5b9adc559d85e67a
0
bcvsolutions/CzechIdMng,bcvsolutions/CzechIdMng,bcvsolutions/CzechIdMng,bcvsolutions/CzechIdMng
package eu.bcvsolutions.idm.vs.service.impl; import java.io.Serializable; import java.text.MessageFormat; import java.time.ZonedDateTime; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.stream.Collectors; import org.junit.After; import org.junit.Assert; import org.junit.Befo...
Realization/backend/vs/src/test/java/eu/bcvsolutions/idm/vs/service/impl/DefaultVsRequestServiceIntegrationTest.java
package eu.bcvsolutions.idm.vs.service.impl; import java.io.Serializable; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.stream.Collectors; import java.time.ZonedDateTime; import org.junit.After; import org.junit.Assert; import org.junit.Befo...
Update DefaultVsRequestServiceIntegrationTest.java
Realization/backend/vs/src/test/java/eu/bcvsolutions/idm/vs/service/impl/DefaultVsRequestServiceIntegrationTest.java
Update DefaultVsRequestServiceIntegrationTest.java
Java
mit
9e17744c02ad2794a0c63b91ecf867d5aa262366
0
Techjar/LEDCubeManager,Techjar/LEDCubeManager
package com.techjar.ledcm; import com.techjar.ledcm.gui.screen.ScreenMainControl; import com.techjar.ledcm.hardware.ArduinoLEDManager; import com.techjar.ledcm.hardware.CommThread; import com.techjar.ledcm.hardware.LEDArray; import com.techjar.ledcm.hardware.LEDManager; import com.techjar.ledcm.hardware.LEDUtil; impo...
src/com/techjar/ledcm/LEDCube.java
package com.techjar.ledcm; import com.techjar.ledcm.gui.screen.ScreenMainControl; import com.techjar.ledcm.hardware.ArduinoLEDManager; import com.techjar.ledcm.hardware.CommThread; import com.techjar.ledcm.hardware.LEDArray; import com.techjar.ledcm.hardware.LEDManager; import com.techjar.ledcm.hardware.LEDUtil; impo...
Fix LEDs highlighting while in camera movement mode
src/com/techjar/ledcm/LEDCube.java
Fix LEDs highlighting while in camera movement mode
Java
epl-1.0
b813f1402526ef8b5d436314a8025936b0d96541
0
IanMayo/january,SmithRWORNL/january,yannick-mayeur/january,IanMayo/january,IanMayo/january,yannick-mayeur/january,SmithRWORNL/january,SmithRWORNL/january,yannick-mayeur/january,IanMayo/january,yannick-mayeur/january
/*- * Copyright (c) 2012 Diamond Light Source Ltd. * * 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 */ package org.ec...
org.eclipse.dawnsci.analysis.dataset.test/src/org/eclipse/dawnsci/analysis/dataset/AbstractDatasetTest.java
/*- * Copyright (c) 2012 Diamond Light Source Ltd. * * 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 */ package org.ec...
Increase time limit factor for Travis-CI
org.eclipse.dawnsci.analysis.dataset.test/src/org/eclipse/dawnsci/analysis/dataset/AbstractDatasetTest.java
Increase time limit factor for Travis-CI
Java
agpl-3.0
e386f3c723235a1c5f59fbb511a8b158a5c4cf58
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
172c7f08-2e61-11e5-9284-b827eb9e62be
hello.java
17271a7c-2e61-11e5-9284-b827eb9e62be
172c7f08-2e61-11e5-9284-b827eb9e62be
hello.java
172c7f08-2e61-11e5-9284-b827eb9e62be
Java
lgpl-2.1
4811f6816d8803d162685f6e1eeeda36912938cb
0
pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/XWikiRestletServlet.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
XWIKI-8218: Repository Application's REST resources don't work when installed through the Extension Manager Note that this still doesn't make it work immediately after the extension has been installed since the XWiki REST module only loads REST Resources once at startup ATM. However it makes it work if you restart XWi...
xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/XWikiRestletServlet.java
XWIKI-8218: Repository Application's REST resources don't work when installed through the Extension Manager
Java
apache-2.0
817f2e55226e13de8c9acf158fd88d49c06c9f54
0
gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpira...
/* * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
subprojects/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultVirtualFileSystem.java
/* * Copyright 2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Make implementation single threaded
subprojects/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultVirtualFileSystem.java
Make implementation single threaded
Java
apache-2.0
d53f504eb70d7a05196447cb4b8fad767b1efc01
0
magnoliales/magnolia-annotated-content-apps
package app; import com.magnoliales.annotatedapp.AnnotatedContentAppsAppDescriptor; import com.magnoliales.annotatedapp.constraint.AnnotatedDropConstraint; import com.magnoliales.annotatedapp.dialog.AnnotatedFormDialogDefinition; import nodes.Contact; public class ExampleAnnotatedAppAppDescriptor extends Annot...
magnolia-annotated-content-apps-example/src/main/java/app/ExampleAnnotatedAppAppDescriptor.java
package app; import com.magnoliales.annotatedapp.AnnotatedContentAppsAppDescriptor; import com.magnoliales.annotatedapp.constraint.AnnotatedDropConstraint; import com.magnoliales.annotatedapp.dialog.AnnotatedFormDialogDefinition; import nodes.Contact; public class ExampleAnnotatedAppAppDescriptor extends Annot...
Correctly naming classes
magnolia-annotated-content-apps-example/src/main/java/app/ExampleAnnotatedAppAppDescriptor.java
Correctly naming classes
Java
apache-2.0
2af8126cb7b61e7fdddb6ca14c9d2d658700988e
0
IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl
/* * Copyright 2011-2017 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
snomed/com.b2international.snowowl.snomed.api.impl/src/com/b2international/snowowl/snomed/api/impl/ClassificationRunIndex.java
/* * Copyright 2011-2017 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[classification] Enhance redundantStatedRelationshipFound flag state
snomed/com.b2international.snowowl.snomed.api.impl/src/com/b2international/snowowl/snomed/api/impl/ClassificationRunIndex.java
[classification] Enhance redundantStatedRelationshipFound flag state
Java
apache-2.0
e546b4def983e021a433dc844f2869de9089eff7
0
sangramjadhav/testrs
2246d358-2ece-11e5-905b-74de2bd44bed
hello.java
22464262-2ece-11e5-905b-74de2bd44bed
2246d358-2ece-11e5-905b-74de2bd44bed
hello.java
2246d358-2ece-11e5-905b-74de2bd44bed
Java
apache-2.0
79452099b809627f06efb63902b50688a18e27eb
0
mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid,mdunker/usergrid
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.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 ...
Moving log message to trace as it occurs a lot during normal runtime traffic.
stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java
Moving log message to trace as it occurs a lot during normal runtime traffic.
Java
apache-2.0
8cb9563692dc903e54c3b601873e6fe22128afaf
0
pkozelka/maven,cstamas/maven,dsyer/maven,stephenc/maven,njuneau/maven,kidaa/maven-1,stephenc/maven,olamy/maven,rogerchina/maven,trajano/maven,barthel/maven,wangyuesong0/maven,changbai1980/maven,josephw/maven,changbai1980/maven,likaiwalkman/maven,olamy/maven,lbndev/maven,olamy/maven,gorcz/maven,Tibor17/maven,mcculls/mav...
package org.apache.maven.artifact.transform; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
maven-artifact-manager/src/main/java/org/apache/maven/artifact/transform/AbstractVersionTransformation.java
package org.apache.maven.artifact.transform; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
fix this once and for all. This covers the case of having a local snapshot that was not found remotely, as well as the previous case it was reverted for - avoiding creating the metadata when it didn't exist remotely. git-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@226512 13f79535-47bb-0310-9956-ffa450edef68
maven-artifact-manager/src/main/java/org/apache/maven/artifact/transform/AbstractVersionTransformation.java
fix this once and for all. This covers the case of having a local snapshot that was not found remotely, as well as the previous case it was reverted for - avoiding creating the metadata when it didn't exist remotely.
Java
apache-2.0
4e72ced3e76e5789bc3d80b9079e30b2ea29647b
0
SourcePond/checksum
/*Copyright (C) 2015 Roland Hauser, <sourcepond@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
src/main/java/ch/sourcepond/utils/checksum/Checksum.java
/*Copyright (C) 2015 Roland Hauser, <sourcepond@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
Added exception
src/main/java/ch/sourcepond/utils/checksum/Checksum.java
Added exception
Java
apache-2.0
069afe857cb922a5b8baf162d3c946c8a67387ca
0
freme-project/Broker,freme-project/Broker,freme-project/Broker
package eu.freme.broker.eservices; import com.google.gson.Gson; import com.google.gson.stream.MalformedJsonException; import eu.freme.broker.exception.BadRequestException; import eu.freme.eservices.epublishing.EPublishingService; import eu.freme.eservices.epublishing.exception.EPubCreationException; import eu.freme.e...
src/main/java/eu/freme/broker/eservices/EPublishing.java
package eu.freme.broker.eservices; import com.google.gson.Gson; import com.google.gson.stream.MalformedJsonException; import eu.freme.broker.exception.BadRequestException; import eu.freme.eservices.epublishing.EPublishingService; import eu.freme.eservices.epublishing.exception.EPubCreationException; import eu.freme.e...
switched from header "Content-Description": "File Transfer" to "Content-Disposition": "attachment"
src/main/java/eu/freme/broker/eservices/EPublishing.java
switched from header "Content-Description": "File Transfer" to "Content-Disposition": "attachment"
Java
apache-2.0
10300edb583d15dbcf6bd6e2b70a5f4eefafc3e2
0
gbif/occurrence,gbif/occurrence,gbif/occurrence
/* * 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...
occurrence-download-service/src/main/java/org/gbif/occurrence/download/service/DownloadRequestServiceImpl.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...
changing exists by canRead
occurrence-download-service/src/main/java/org/gbif/occurrence/download/service/DownloadRequestServiceImpl.java
changing exists by canRead
Java
apache-2.0
f4701a1f97df18b394bbf3f3fcd8c23156d95510
0
charliemblack/geode,smgoller/geode,charliemblack/geode,masaki-yamakawa/geode,PurelyApplied/geode,davinash/geode,pdxrunner/geode,smanvi-pivotal/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,jdeppe-pivotal/geode,charliemblack/geode,davebarnes97/geode,smanvi-pivotal/geode,masaki-yamakawa/geode,davinash/geode,masaki-yama...
/* * 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 not ...
geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.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 not ...
GEODE-2653: Add FlakyTest category to test with Thread.sleep
geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/membership/GMSJoinLeaveJUnitTest.java
GEODE-2653: Add FlakyTest category to test with Thread.sleep
Java
apache-2.0
ebe025c6238880a2932cac987fa9029dca81aeed
0
suxinde2009/Android-Jigsaw-Puzzle,RudraNilBasu/Android-Jigsaw-Puzzle,prashant31191/Android-Jigsaw-Puzzle,Drooids/Android-Jigsaw-Puzzle,sergio11/Android-Jigsaw-Puzzle,julesbond007/Android-Jigsaw-Puzzle,julesbond007/Android-Jigsaw-Puzzle
package com.jigdraw.draw.views; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; import android.util...
app/src/main/java/com/jigdraw/draw/views/DrawingView.java
package com.jigdraw.draw.views; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; import android.util...
changes
app/src/main/java/com/jigdraw/draw/views/DrawingView.java
changes
Java
apache-2.0
4e9133241b61150338f70fac42de5b19488e1b52
0
apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
sharding-orchestration/sharding-orchestration-core/src/main/java/io/shardingsphere/orchestration/internal/yaml/representer/DataSourceParameterRepresenter.java
/* * Copyright 2016-2018 shardingsphere.io. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
isNullNode()
sharding-orchestration/sharding-orchestration-core/src/main/java/io/shardingsphere/orchestration/internal/yaml/representer/DataSourceParameterRepresenter.java
isNullNode()
Java
apache-2.0
3947474a62b295d82cfebf6fe2152499be4b3efe
0
maheshika/carbon-governance,isuruwan/carbon-governance,thushara35/carbon-governance,jranabahu/carbon-governance,jranabahu/carbon-governance,cnapagoda/carbon-governance,Rajith90/carbon-governance,isuruwan/carbon-governance,wso2/carbon-governance,denuwanthi/carbon-governance,prasa7/carbon-governance,thushara35/carbon-gov...
/* * Copyright (c) 2005-2009, 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.ap...
components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/validators/AttributeExistenceValidator.java
/* * Copyright (c) 2005-2009, 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.ap...
Updating AttributeExistenceValidator registry retireval mechanism to check for regitry type before changing registry root
components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/validators/AttributeExistenceValidator.java
Updating AttributeExistenceValidator registry retireval mechanism to check for regitry type before changing registry root
Java
apache-2.0
ebd98939d24a3d333770fff708f5d8f7a1c251e9
0
MichaelNedzelsky/intellij-community,xfournet/intellij-community,clumsy/intellij-community,semonte/intellij-community,SerCeMan/intellij-community,jagguli/intellij-community,Distrotech/intellij-community,Lekanich/intellij-community,SerCeMan/intellij-community,kool79/intellij-community,michaelgallacher/intellij-community,...
package com.intellij.refactoring.util; import com.intellij.ant.PsiAntElement; import com.intellij.codeInsight.ChangeContextUtil; import com.intellij.codeInsight.ExpectedTypeInfo; import com.intellij.codeInsight.ExpectedTypesProvider; import com.intellij.codeInsight.daemon.impl.analysis.HighlightControlFlowUtil; import...
source/com/intellij/refactoring/util/RefactoringUtil.java
package com.intellij.refactoring.util; import com.intellij.ant.PsiAntElement; import com.intellij.codeInsight.ChangeContextUtil; import com.intellij.codeInsight.ExpectedTypeInfo; import com.intellij.codeInsight.ExpectedTypesProvider; import com.intellij.codeInsight.daemon.impl.analysis.HighlightControlFlowUtil; import...
wrong assert
source/com/intellij/refactoring/util/RefactoringUtil.java
wrong assert