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
lgpl-2.1
a6f8e0cb2de4033172ff1b27d4d3283a03cd5c4d
0
levants/lightmare
package org.lightmare.utils.shutdown; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicBoolean; import org.apache.log4j.Logger; import org.lightmare.cache.ConnectionContainer; import org.lightmare.cache.MetaContainer; import org.lightmare.cache.Re...
src/main/java/org/lightmare/utils/shutdown/ShutDown.java
package org.lightmare.utils.shutdown; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicBoolean; import org.apache.log4j.Logger; import org.lightmare.cache.ConnectionContainer; import org.lightmare.cache.MetaContainer; import org.lightmare.cache.Re...
improved shutdown utilities
src/main/java/org/lightmare/utils/shutdown/ShutDown.java
improved shutdown utilities
Java
lgpl-2.1
77f1791ada984ccc35505be872be3c46f88dc8e4
0
CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine
/* * jETeL/Clover - Java based ETL application framework. * Copyright (C) 2005-06 Javlin Consulting <info@javlinconsulting.cz> * * 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 F...
cloveretl.engine/src/org/jetel/data/parser/XLSDataParser.java
/* * jETeL/Clover - Java based ETL application framework. * Copyright (C) 2005-06 Javlin Consulting <info@javlinconsulting.cz> * * 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 F...
bug fixed git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@2153 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
cloveretl.engine/src/org/jetel/data/parser/XLSDataParser.java
bug fixed
Java
apache-2.0
8d0506e962fd68a42eaef33b88991848cabf4452
0
apache/solr,apache/solr,apache/solr,apache/solr,apache/solr
/* * 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 ...
solr/core/src/java/org/apache/solr/handler/admin/ZookeeperStatusHandler.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 ...
Add spaces
solr/core/src/java/org/apache/solr/handler/admin/ZookeeperStatusHandler.java
Add spaces
Java
apache-2.0
8eefa5718174f429d0a57d2a14d2fb2899dd08c1
0
wrldwzrd89/dynamic-dungeon
package net.dynamicdungeon.screens; import java.awt.event.KeyEvent; import java.util.ArrayList; import java.util.List; import net.dynamicdungeon.Creature; import net.dynamicdungeon.FieldOfView; import net.dynamicdungeon.Item; import net.dynamicdungeon.StuffFactory; import net.dynamicdungeon.Tile; import net.dynamicdu...
DynamicDungeon/src/net/dynamicdungeon/screens/PlayScreen.java
package net.dynamicdungeon.screens; import java.awt.event.KeyEvent; import java.util.ArrayList; import java.util.List; import net.dynamicdungeon.Creature; import net.dynamicdungeon.FieldOfView; import net.dynamicdungeon.Item; import net.dynamicdungeon.StuffFactory; import net.dynamicdungeon.Tile; import net.dynamicdu...
Add numeric keypad support.
DynamicDungeon/src/net/dynamicdungeon/screens/PlayScreen.java
Add numeric keypad support.
Java
apache-2.0
902e1956716d7c3a1ad476a5a9d00d91a5ed0ac2
0
BlackSourceLabs/BlackNectar-Service,BlackSourceLabs/BlackNectar-Service
package tech.blacksource.blacknectar.service.operations; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import spark.Request; import tech.blacksource.blacknectar.ebt.balance.State; import tech.blacksource.blacknectar.service.exceptions.BadArgumentException; import tech.sirwellington.alchemy.annotations.argum...
src/main/java/tech/blacksource/blacknectar/service/operations/Parameters.java
package tech.blacksource.blacknectar.service.operations; /** * Contains the Path Parameters used for the REST Service. */ public final class Parameters { /** * Parameters specifically used by the EBT API. */ public static final class EBT { public static final String STATE = ":state"; ...
Adds getStateFrom function to Parameters.EBT Class
src/main/java/tech/blacksource/blacknectar/service/operations/Parameters.java
Adds getStateFrom function to Parameters.EBT Class
Java
apache-2.0
7cc849a44de6060d3dcb0f14968de90866408362
0
DataReply/kafka-connect-jdbc,cotedm/kafka-connect-jdbc,cotedm/kafka-connect-jdbc,DataReply/kafka-connect-jdbc
/** * Copyright 2015 Datamountaineer. * <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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law...
src/main/java/com/datamountaineer/streamreactor/connect/jdbc/sink/writer/JdbcDbWriter.java
/** * Copyright 2015 Datamountaineer. * <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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law...
adding the exception to the logger.error
src/main/java/com/datamountaineer/streamreactor/connect/jdbc/sink/writer/JdbcDbWriter.java
adding the exception to the logger.error
Java
apache-2.0
a078c2f950d040a0576dc0f736a1d0adf5765807
0
saki4510t/libcommon,saki4510t/libcommon
package com.serenegiant.media; /* * libcommon * utility/helper classes for myself * * Copyright (c) 2014-2018 saki t_saki@serenegiant.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...
common/src/main/java/com/serenegiant/media/AbstractEncoder.java
package com.serenegiant.media; /* * libcommon * utility/helper classes for myself * * Copyright (c) 2014-2018 saki t_saki@serenegiant.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...
BufferHelper内のbyteCompメソッドを使うように修正、不要メソッドを削除
common/src/main/java/com/serenegiant/media/AbstractEncoder.java
BufferHelper内のbyteCompメソッドを使うように修正、不要メソッドを削除
Java
apache-2.0
b143a8c973bcc355ece9133c96fd572012702aef
0
lisaglendenning/zookeeper-proxy
package edu.uw.zookeeper.proxy; import java.util.Map; import java.util.concurrent.RejectedExecutionException; import com.google.common.util.concurrent.ListenableFuture; import edu.uw.zookeeper.common.TaskExecutor; import edu.uw.zookeeper.protocol.Message; import edu.uw.zookeeper.protocol.SessionOperation; import edu...
src/main/java/edu/uw/zookeeper/proxy/ProxyRequestExecutor.java
package edu.uw.zookeeper.proxy; import java.util.Map; import com.google.common.util.concurrent.ListenableFuture; import edu.uw.zookeeper.common.TaskExecutor; import edu.uw.zookeeper.protocol.Message; import edu.uw.zookeeper.protocol.SessionOperation; import edu.uw.zookeeper.protocol.client.ClientConnectionExecutor; ...
more informative exception
src/main/java/edu/uw/zookeeper/proxy/ProxyRequestExecutor.java
more informative exception
Java
apache-2.0
a146e93253be13c60daf5c30ab58aa4623154acd
0
apache/metamodel
/** * 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...
hbase/src/main/java/org/apache/metamodel/hbase/HBaseClient.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...
Spell out "column families" instead of the "cf" abbreviation
hbase/src/main/java/org/apache/metamodel/hbase/HBaseClient.java
Spell out "column families" instead of the "cf" abbreviation
Java
apache-2.0
154025714bee9e109fcf5a17121a0e98534b1c36
0
apache/httpcore,apache/httpcore,ok2c/httpcore,apache/httpcomponents-core
/* * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file ...
httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java
/* * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file ...
HTTPCLIENT-1810: When the path is null or '', URIBuilder.normalizePath() should return '' rather than '/' Contributed by CuiBaosen <baosencumt at 126.com> git-svn-id: 6006d5852951f43e4bf20b1aa071d815bf420463@1782239 13f79535-47bb-0310-9956-ffa450edef68
httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java
HTTPCLIENT-1810: When the path is null or '', URIBuilder.normalizePath() should return '' rather than '/' Contributed by CuiBaosen <baosencumt at 126.com>
Java
apache-2.0
81187a785aa95d8286e9210566e1b8f402a52f44
0
kameshsampath/vertx-maven-plugin
/* * * Copyright (c) 2016 Red Hat, Inc. * * Red Hat licenses this file to you under the Apache License, version * 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * U...
src/test/java/io/fabric8/vertx/maven/plugin/FileUtilsTest.java
/* * * Copyright (c) 2016 Red Hat, Inc. * * Red Hat licenses this file to you under the Apache License, version * 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * U...
Close the stream on the open file in the test
src/test/java/io/fabric8/vertx/maven/plugin/FileUtilsTest.java
Close the stream on the open file in the test
Java
apache-2.0
a965039a1121f36c5ac1cb98323dd94fab1d564c
0
helun/Ektorp,helun/Ektorp,taktik/Ektorp,JMaltat/fragaria-ektorp,JMaltat/fragaria-ektorp,Arcticwolf/Ektorp,YannRobert/Ektorp,taktik/Ektorp,maoueh/Ektorp,couchbaselabs/Ektorp,couchbaselabs/Ektorp,maoueh/Ektorp,YannRobert/Ektorp,Arcticwolf/Ektorp
package org.ektorp.impl; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.core.JsonParser; import c...
org.ektorp/src/main/java/org/ektorp/impl/QueryResultParser.java
package org.ektorp.impl; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.core.JsonParser; import c...
T doc = mapper.readValue(value, type) replaced with T doc = mapper.readValue(value.traverse(), type);
org.ektorp/src/main/java/org/ektorp/impl/QueryResultParser.java
T doc = mapper.readValue(value, type) replaced with T doc = mapper.readValue(value.traverse(), type);
Java
apache-2.0
d41d1d213d90aeabf6e7ed4178e87b2c978dc694
0
trifork/erjang,trifork/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,csae1152/erjang
/** * This file is part of Erjang - A JVM-based Erlang VM * * Copyright (c) 2009 by Trifork * * 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/L...
src/main/java/erjang/beam/CompilerVisitor.java
/** * This file is part of Erjang - A JVM-based Erlang VM * * Copyright (c) 2009 by Trifork * * 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/L...
CompilerVisitor: Fixed bug in bs_skip_utf8.
src/main/java/erjang/beam/CompilerVisitor.java
CompilerVisitor: Fixed bug in bs_skip_utf8.
Java
apache-2.0
200f29428ad614d62564d335204faaf7c15684dd
0
aaronhe42/ThreeTen-Backport-Gson-Adapter,aaronhe42/ThreeTen-Backport-Gson-Adapter
package org.aaronhe.threetengson; import com.google.gson.GsonBuilder; import com.google.gson.reflect.TypeToken; import org.threeten.bp.Instant; import org.threeten.bp.LocalDate; import org.threeten.bp.LocalDateTime; import org.threeten.bp.LocalTime; import org.threeten.bp.OffsetDateTime; import org.threeten.bp.Offset...
src/main/java/org/aaronhe/threetengson/ThreeTenGsonAdapter.java
package org.aaronhe.threetengson; import com.google.gson.GsonBuilder; import com.google.gson.reflect.TypeToken; import org.threeten.bp.Instant; import org.threeten.bp.LocalDate; import org.threeten.bp.LocalDateTime; import org.threeten.bp.LocalTime; import org.threeten.bp.OffsetDateTime; import org.threeten.bp.Offset...
Register TypeAdapters using class There is no need to create new TypeToken for each specific class that you want to register a type adapter for. You only need to pass in the class. Creating a new TypeToken isn't very efficient especially on Android because it uses reflection internally to get the type.
src/main/java/org/aaronhe/threetengson/ThreeTenGsonAdapter.java
Register TypeAdapters using class
Java
apache-2.0
a5fc06b18a9bacb22b51e321e63481151faa59a8
0
Mobicents/sipunit,AndreasMager/sipunit,RestComm/sipunit
/* * Created on April 21, 2005 * * Copyright 2005 CafeSip.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
src/test/java/org/cafesip/sipunit/test/noproxy/TestNoProxy.java
/* * Created on April 21, 2005 * * Copyright 2005 CafeSip.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
Needed for Jenkins sipunit job to pass the TestNoProxy tests. Jenkins envioronment is Linux 32bit. git-svn-id: 496c9b949fd35c6ba9ba668326ada2c6a79e6257@1005 464103e8-6c2c-0410-8156-f9cf65a0535e
src/test/java/org/cafesip/sipunit/test/noproxy/TestNoProxy.java
Needed for Jenkins sipunit job to pass the TestNoProxy tests. Jenkins envioronment is Linux 32bit.
Java
apache-2.0
7c5043c8e5088d0059b190729c7aa2c35ae52f23
0
guoxiaojun001/DanmakuFlameMaster,yoyojacky/DanmakuFlameMaster,PenguinK/DanmakuFlameMaster,tsdl2013/DanmakuFlameMaster,GeekHades/DanmakuFlameMaster,leerduo/DanmakuFlameMaster,java02014/DanmakuFlameMaster,bajian/DanmakuFlameMaster,cgpllx/DanmakuFlameMaster,mowangdk/DanmakuFlameMaster,wangkang0627/DanmakuFlameMaster,kmfis...
/* * Copyright (C) 2013 Chen Hui <calmer91@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...
DanmakuFlameMaster/src/main/java/master/flame/danmaku/controller/DrawHelper.java
/* * Copyright (C) 2013 Chen Hui <calmer91@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...
DrawHelper:clearCanvas use drawRect
DanmakuFlameMaster/src/main/java/master/flame/danmaku/controller/DrawHelper.java
DrawHelper:clearCanvas use drawRect
Java
apache-2.0
684fe136dc2c82e8232064c4422558f4e2b4d55c
0
ThibaultR/cgeo,Bananeweizen/cgeo,rsudev/c-geo-opensource,brok85/cgeo,KublaikhanGeek/cgeo,Bananeweizen/cgeo,kumy/cgeo,marco-dev/c-geo-opensource,tobiasge/cgeo,yummy222/cgeo,kumy/cgeo,S-Bartfast/cgeo,KublaikhanGeek/cgeo,Huertix/cgeo,xiaoyanit/cgeo,superspindel/cgeo,brok85/cgeo,xiaoyanit/cgeo,lewurm/cgeo,yummy222/cgeo,pst...
package cgeo.geocaching; import cgeo.geocaching.activity.AbstractActivity; import cgeo.geocaching.apps.cache.navi.NavigationAppFactory; import cgeo.geocaching.connector.ConnectorFactory; import cgeo.geocaching.enumerations.CacheSize; import cgeo.geocaching.enumerations.CacheType; import cgeo.geocaching.enumerations.Lo...
main/src/cgeo/geocaching/cgeopopup.java
package cgeo.geocaching; import cgeo.geocaching.activity.AbstractActivity; import cgeo.geocaching.apps.cache.navi.NavigationAppFactory; import cgeo.geocaching.connector.ConnectorFactory; import cgeo.geocaching.enumerations.CacheSize; import cgeo.geocaching.enumerations.CacheType; import cgeo.geocaching.enumerations.Lo...
Fix #1468: generate a location event after the popup is created The Geo observer pattern generates a location event right after an observer is added. Ensuring the event is generated after the initial popup creation will show the distance right away. Also, remove useless overriding methods.
main/src/cgeo/geocaching/cgeopopup.java
Fix #1468: generate a location event after the popup is created
Java
apache-2.0
a8bfb753cfa7cf990e07d2650109fd5c8b3d4a5e
0
ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe,ctripcorp/x-pipe
package com.ctrip.xpipe.redis.core.proxy.endpoint; import com.ctrip.xpipe.proxy.ProxyEndpoint; import org.junit.Assert; import org.junit.Test; import java.net.InetSocketAddress; /** * @author chen.zhu * <p> * May 14, 2018 */ public class ProxyEndpointTest { @Test public void testIsSslEnabled() { ...
redis/redis-core/src/test/java/com/ctrip/xpipe/redis/core/proxy/endpoint/ProxyEndpointTest.java
package com.ctrip.xpipe.redis.core.proxy.endpoint; import com.ctrip.xpipe.proxy.ProxyEndpoint; import org.junit.Assert; import org.junit.Test; import java.net.InetSocketAddress; /** * @author chen.zhu * <p> * May 14, 2018 */ public class ProxyEndpointTest { @Test public void testIsSslEnabled() { ...
fix testNotReverseDNS
redis/redis-core/src/test/java/com/ctrip/xpipe/redis/core/proxy/endpoint/ProxyEndpointTest.java
fix testNotReverseDNS
Java
apache-2.0
7e182c2e189b2986611f745a46f3583e2037379c
0
bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto,bd-dev-mobileum/presto
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
presto-main/src/main/java/com/facebook/presto/util/Failures.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...
Remove transformer function from Failures
presto-main/src/main/java/com/facebook/presto/util/Failures.java
Remove transformer function from Failures
Java
bsd-2-clause
7ff2da9d6c7119a5b3c4958d2f345eeb87b6979d
0
spartango/Pile
package us.percept.pile.repo; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.vertx.java.core.Handler; import org.vertx.java.core.buffer.Buffer; import org.vertx.java.core.http.HttpClient; import org.vertx.java.core.http.HttpClientResponse; import org.w3c.dom.Document; import org.w3c.dom.Node; impo...
src/main/java/us/percept/pile/repo/ArxivSource.java
package us.percept.pile.repo; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.vertx.java.core.Handler; import org.vertx.java.core.buffer.Buffer; import org.vertx.java.core.http.HttpClient; import org.vertx.java.core.http.HttpClientResponse; import org.w3c.dom.Document; import org.w3c.dom.Node; impo...
Fixed a bug where urls werent encoded right
src/main/java/us/percept/pile/repo/ArxivSource.java
Fixed a bug where urls werent encoded right
Java
bsd-2-clause
6c38c4bf3f56fbb57df8ab5e3565a849da92d498
0
christ66/stapler,tempbottle/stapler,stapler/stapler,ohtake/stapler,stapler/stapler,aldaris/stapler,stapler/stapler,vjuranek/stapler,stapler/stapler,christ66/stapler,ohtake/stapler,tfennelly/stapler,vjuranek/stapler,tfennelly/stapler,ohtake/stapler,vjuranek/stapler,tfennelly/stapler,tempbottle/stapler,aldaris/stapler,vj...
package org.kohsuke.stapler; import org.apache.commons.beanutils.Converter; import javax.servlet.ServletException; import java.lang.annotation.Annotation; import java.util.HashMap; import java.util.Map; /** * Handles stapler parameter annotations by determining what values to inject for a method call. * * @author...
core/src/main/java/org/kohsuke/stapler/AnnotationHandler.java
package org.kohsuke.stapler; import org.apache.commons.beanutils.Converter; import javax.servlet.ServletException; import java.lang.annotation.Annotation; import java.util.HashMap; import java.util.Map; /** * Handles stapler parameter annotations by determining what values to inject for a method call. * * @author...
bug fix
core/src/main/java/org/kohsuke/stapler/AnnotationHandler.java
bug fix
Java
bsd-2-clause
f3f18b610f56c519bc05627173f47231a26123b6
0
abelbriggs1/runelite,l2-/runelite,runelite/runelite,Sethtroll/runelite,Sethtroll/runelite,KronosDesign/runelite,abelbriggs1/runelite,runelite/runelite,abelbriggs1/runelite,KronosDesign/runelite,l2-/runelite,runelite/runelite
/* * Copyright (c) 2017, Tomas Slusny <slusnucky@gmail.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: * * 1. Redistributions of source code must retain the above copyright notice, thi...
runelite-client/src/main/java/net/runelite/client/chat/ChatMessageManager.java
/* * Copyright (c) 2017, Tomas Slusny <slusnucky@gmail.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: * * 1. Redistributions of source code must retain the above copyright notice, thi...
chat message manager: set default colors for GAME messages
runelite-client/src/main/java/net/runelite/client/chat/ChatMessageManager.java
chat message manager: set default colors for GAME messages
Java
bsd-3-clause
3701614d145ef434bd728de5bcafc93dae8ad1ee
0
CBIIT/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers
package gov.nih.nci.cabig.caaers.resolver; import edu.duke.cabig.c3pr.esb.Metadata; import edu.duke.cabig.c3pr.esb.OperationNameEnum; import edu.duke.cabig.c3pr.esb.ServiceTypeEnum; import gov.nih.nci.cabig.caaers.CaaersSystemException; import gov.nih.nci.cabig.caaers.domain.AeTerminology; import gov.nih.nci.cabig.caa...
caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/resolver/RemoteStudyResolver.java
package gov.nih.nci.cabig.caaers.resolver; import edu.duke.cabig.c3pr.esb.Metadata; import edu.duke.cabig.c3pr.esb.OperationNameEnum; import edu.duke.cabig.c3pr.esb.ServiceTypeEnum; import gov.nih.nci.cabig.caaers.CaaersSystemException; import gov.nih.nci.cabig.caaers.domain.AeTerminology; import gov.nih.nci.cabig.caa...
CAAERS-4755 gForge # 30596 - Protracted study search in caaers when using partial identifier criteriafields SVN-Revision: 15008
caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/resolver/RemoteStudyResolver.java
CAAERS-4755
Java
bsd-3-clause
46ba89f4f245f53a44963cbeb861240dc4f0aec4
0
dednal/chromium.src,jaruba/chromium.src,Pluto-tv/chromium-crosswalk,crosswalk-project/chromium-crosswalk-efl,TheTypoMaster/chromium-crosswalk,crosswalk-project/chromium-crosswalk-efl,fujunwei/chromium-crosswalk,bright-sparks/chromium-spacewalk,chuan9/chromium-crosswalk,crosswalk-project/chromium-crosswalk-efl,hgl888/ch...
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser.test.util; import android.graphics.Rect; import android.test.ActivityInstrumentationTestCase2; import android.util.J...
content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser.test.util; import android.graphics.Rect; import android.test.ActivityInstrumentationTestCase2; import android.util.J...
Add back string version of DOMUtils.getNodeField() It's used in downstream code. TBR=igsolla@chromium.org Review URL: https://codereview.chromium.org/362553002 git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@280620 0039d316-1c4b-4281-b951-d872f2087c98
content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java
Add back string version of DOMUtils.getNodeField()
Java
mit
a072323dc47144bd54e2c6835b9c5b3695993561
0
naaman/logfmt-java
package com.heroku.logfmt; import java.lang.management.ManagementFactory; import java.math.BigInteger; public class DumbBenchmark { public static void main(String... args) { int multiplier = 1; char[] data = "foo=bar a=1\\4 baz=\"hello kitty\" cool%story=bro f %^asdf ".toCharArray(); if...
src/test/java/com/heroku/logfmt/DumbBenchmark.java
package com.heroku.logfmt; import java.math.BigInteger; public class DumbBenchmark { public static void main(String... args) { int multiplier = 1; char[] data = "foo=bar a=1\\4 baz=\"hello kitty\" cool%story=bro f %^asdf ".toCharArray(); if (args.length > 0) multiplier = Integer.valueOf...
MXBeans Benchmark
src/test/java/com/heroku/logfmt/DumbBenchmark.java
MXBeans Benchmark
Java
mit
a02677f1fd75029f18a273930607d66c144a7150
0
tsmacdonald/simulator,tsmacdonald/simulator
package edu.wheaton.simulator.statistics; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import edu.wheaton.simulator.datastructure.AbstractStatsGridObserver; import edu.wheaton.simulator.d...
src/edu/wheaton/simulator/statistics/Recorder.java
package edu.wheaton.simulator.statistics; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import edu.wheaton.simulator.datastructure.AbstractStatsGridObserver; import edu.wheaton.simulator.datastructure.Grid; import edu.wheaton.simulator.entity.Agent; import edu.wheaton.sim...
Moved the statistic code to a new thread.
src/edu/wheaton/simulator/statistics/Recorder.java
Moved the statistic code to a new thread.
Java
mit
9c5aaae874ab2cf9c4054f325115241230c561ee
0
TechReborn/TechReborn,Dimmerworld/TechReborn,drcrazy/TechReborn
package techreborn.compat; import net.minecraftforge.fml.common.Loader; import techreborn.compat.minetweaker.MinetweakerCompat; import techreborn.compat.recipes.RecipesBiomesOPlenty; import techreborn.compat.waila.CompatModuleWaila; import techreborn.config.ConfigTechReborn; import java.util.ArrayList; public class ...
src/main/java/techreborn/compat/CompatManager.java
package techreborn.compat; import net.minecraftforge.fml.common.Loader; import techreborn.compat.minetweaker.MinetweakerCompat; import techreborn.compat.recipes.RecipesBiomesOPlenty; import techreborn.compat.waila.CompatModuleWaila; import techreborn.config.ConfigTechReborn; import java.util.ArrayList; public class ...
Disabled WAILA support till lag fix
src/main/java/techreborn/compat/CompatManager.java
Disabled WAILA support till lag fix
Java
mit
c7682ca141a5ae4d9ddfac25c6ccb2b3c7cfa7e6
0
Jullekungfu/SpaceDefence
package server; import java.io.*; import java.net.*; import java.util.Vector; import client.MessageWrapper; import util.EventProtocol; public class Server extends Thread { private ServerSocket ss; public static void main(String[] args) { int port = 30000; if (args.length > 0) { port = Integer.parseInt(arg...
slick-game/src/server/Server.java
package server; import java.io.*; import java.net.*; import java.util.Vector; import client.MessageWrapper; import util.EventProtocol; public class Server extends Thread { private ServerSocket ss; public static void main(String[] args) { int port = 30000; if (args.length > 0) { port = Integer.parseInt(arg...
change to foreach
slick-game/src/server/Server.java
change to foreach
Java
mit
06a365141725805a71bf1dbe886bc5d46445ede1
0
Commander-lol/Zuul-Better-Project,Commander-lol/Zuul-Better-Project
package state; import java.util.ArrayList; import util.Phraser; import entities.Item; /** * This class is part of the "World of Zuul" application. "World of Zuul" is a * very simple, text based adventure game * * This command hold information about the players inventory. The inventory * currently consists of the ma...
state/Inventory.java
package state; import java.util.ArrayList; import util.Phraser; import entities.Item; /** * Write a description of class Inventory here. * * @author (your name) * @version (a version number or a date) */ public class Inventory { private float maxWeight, currentWeight; private ArrayList<Item> items; /** ...
Documentation update: Inventory.java
state/Inventory.java
Documentation update: Inventory.java
Java
mit
7a475d81f32137378a7176885c1980b1fa3e7bed
0
Open-Code-Developers/BoatCraft
package k2b6s9j.BoatCraft.render; import k2b6s9j.BoatCraft.entity.item.EntityOakWoodBoat; import net.minecraft.client.Minecraft; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelBoat; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.Rend...
common/k2b6s9j/BoatCraft/render/RenderOakWoodBoat.java
package k2b6s9j.BoatCraft.render; import k2b6s9j.BoatCraft.entity.item.EntityOakWoodBoat; import net.minecraft.client.Minecraft; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelBoat; import net.minecraft.client.renderer.entity.Render; import net.minecraft.client.renderer.entity.Rend...
That don't look right...
common/k2b6s9j/BoatCraft/render/RenderOakWoodBoat.java
That don't look right...
Java
mit
b5172f1a4466f50a0cd09d3dedceb8a87a997b8f
0
PG85/OpenTerrainGenerator
package com.pg85.otg.spigot.commands; import java.util.Collections; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.command.CommandSender; import org.bukkit.craftbukkit.v1_16_R3.CraftServer; import org.bukkit.craftbukkit.v1_16_R3.CraftWorld; import org.bukkit.entity.Player; import com.pg85.otg.int...
platforms/spigot/src/main/java/com/pg85/otg/spigot/commands/BiomeCommand.java
package com.pg85.otg.spigot.commands; import java.util.Collections; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.command.CommandSender; import org.bukkit.craftbukkit.v1_16_R3.CraftServer; import org.bukkit.craftbukkit.v1_16_R3.CraftWorld; import org.bukkit.entity.Player; import com.pg85.otg.int...
1.16.5-0.0.18: Spaceing
platforms/spigot/src/main/java/com/pg85/otg/spigot/commands/BiomeCommand.java
1.16.5-0.0.18: Spaceing
Java
mpl-2.0
53fbcab0ee9ac3f977b998fd6617a54235414aa3
0
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/************************************************************************* * * $RCSfile: NativeLibraryLoader.java,v $ * * $Revision: 1.6 $ * * last change: $Author: rt $ $Date: 2005-01-31 15:51:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses...
jurt/com/sun/star/lib/util/NativeLibraryLoader.java
/************************************************************************* * * $RCSfile: NativeLibraryLoader.java,v $ * * $Revision: 1.5 $ * * last change: $Author: vg $ $Date: 2003-05-26 08:40:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses...
INTEGRATION: CWS sdksample (1.5.114); FILE MERGED 2004/08/02 13:24:36 sb 1.5.114.1: #i29308# Work around encoding inconsistencies between java.net.URL and java.net.URI.
jurt/com/sun/star/lib/util/NativeLibraryLoader.java
INTEGRATION: CWS sdksample (1.5.114); FILE MERGED 2004/08/02 13:24:36 sb 1.5.114.1: #i29308# Work around encoding inconsistencies between java.net.URL and java.net.URI.
Java
agpl-3.0
7438e4db8e613524eccfdc1f2eaaa427a2477942
0
pughlab/cbioportal,pughlab/cbioportal,zhx828/cbioportal,onursumer/cbioportal,zhx828/cbioportal,cBioPortal/cbioportal,sheridancbio/cbioportal,mandawilson/cbioportal,zhx828/cbioportal,cBioPortal/cbioportal,mandawilson/cbioportal,pughlab/cbioportal,n1zea144/cbioportal,onursumer/cbioportal,onursumer/cbioportal,cBioPortal/c...
package org.cbioportal.web.parameter; import java.io.Serializable; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import javax.validation.constraints.Size; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml....
web/src/main/java/org/cbioportal/web/parameter/StudyPageSettings.java
package org.cbioportal.web.parameter; import java.io.Serializable; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import javax.validation.constraints.Size; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml....
Add new properties to study page settings
web/src/main/java/org/cbioportal/web/parameter/StudyPageSettings.java
Add new properties to study page settings
Java
agpl-3.0
ea6eb54e2a84ee2d4b996adca7898d8eabbaf25b
0
Audiveris/audiveris,Audiveris/audiveris
//-----------------------------------------------------------------------// // // // M u s i c N o d e // // // // Copyright (C...
src/main/omr/score/MusicNode.java
//-----------------------------------------------------------------------// // // // M u s i c N o d e // // // // Copyright (C...
Added cleanup methods Removed the Component parameter in paint method
src/main/omr/score/MusicNode.java
Added cleanup methods Removed the Component parameter in paint method
Java
agpl-3.0
3e51f3a589ac8ee083e4ca1d8c351bb5de93db86
0
rootio/rootio_handset
package org.rootio.tools.media; import java.io.File; import java.util.HashSet; import java.util.Iterator; import org.rootio.handset.R; import org.rootio.tools.persistence.DBAgent; import org.rootio.tools.utils.Utils; import android.content.Context; import android.media.AudioManager; import android.media.MediaPlayer;...
app/src/main/java/org/rootio/tools/media/PlayList.java
package org.rootio.tools.media; import java.io.File; import java.util.HashSet; import java.util.Iterator; import org.rootio.handset.R; import org.rootio.tools.persistence.DBAgent; import org.rootio.tools.utils.Utils; import android.content.Context; import android.media.AudioManager; import android.media.MediaPlayer;...
tested jingle functionality
app/src/main/java/org/rootio/tools/media/PlayList.java
tested jingle functionality
Java
agpl-3.0
c15c47f11470103bfb2ab3783074301f3d5db843
0
aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2018-2018 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2018 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
smoke-test/src/test/java/org/opennms/smoketest/sentinel/HealthCheckIT.java
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2018-2018 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2018 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
HZN-1345: Fix failing smoke test
smoke-test/src/test/java/org/opennms/smoketest/sentinel/HealthCheckIT.java
HZN-1345: Fix failing smoke test
Java
lgpl-2.1
cbde046779737cd5d337734dfc476e923a2c01da
0
ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. The updating of this file to JADE 2.0 has been partially supported by the IST-1999-10211...
src/jade/domain/ams.java
/***************************************************************** JADE - Java Agent DEvelopment Framework is a framework to develop multi-agent systems in compliance with the FIPA specifications. Copyright (C) 2000 CSELT S.p.A. The updating of this file to JADE 2.0 has been partially supported by the IST-1999-10211...
bakeoff change: added quotes to AP name
src/jade/domain/ams.java
bakeoff change: added quotes to AP name
Java
unlicense
82ef8c2a835b1e03e2d792f3cd5e3a859dd9347c
0
topkaya/codelibrary,animesh0353/codelibrary,sankark/codelibrary,sankark/codelibrary,animesh0353/codelibrary,indy256/codelibrary,sankark/codelibrary,topkaya/codelibrary,topkaya/codelibrary,indy256/codelibrary,cksharma/codelibrary,indy256/codelibrary,animesh0353/codelibrary,topkaya/codelibrary,topkaya/codelibrary,sankark...
import java.util.*; /** * @author Andrey Naumenko */ public class ContractionHierarchies { final int NODES = 100000; final int EDGES = 100000; int[] levels = new int[NODES]; int[] firstEdge = new int[EDGES]; int[] secondEdge = new int[EDGES]; int[] len = new int[EDGES]; int[] u = new int[EDGES]; int[] v = ...
java/src/ContractionHierarchies.java
import java.util.*; /** * @author Andrey Naumenko */ public class ContractionHierarchies { final int NODES = 10000; final int EDGES = 10000; int[] levels = new int[NODES]; int[] firstEdge = new int[EDGES]; int[] secondEdge = new int[EDGES]; int[] len = new int[EDGES]; int[] u = new int[EDGES]; int[] v = ne...
update
java/src/ContractionHierarchies.java
update
Java
apache-2.0
b79113c5b0315a3371be8ac66d7f9a863c8c85a0
0
autumn-n/spring-plugin,spring-projects/spring-plugin
/* * Copyright 2002-2008 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 appl...
core/src/main/java/org/synyx/hera/core/OrderAwarePluginRegistry.java
package org.synyx.hera.core; import java.util.Collections; import java.util.Comparator; import java.util.List; import org.springframework.core.annotation.AnnotationAwareOrderComparator; /** * {@link PluginRegistry} implementation that can handle {@link Plugin}s using * the {@link org.springframework.core.Ordered}...
* added licence header git-svn-id: c59d2a8fa2312667bc6920a2b60eefa004a00b52@8537 5a64d73e-33d6-4ccc-9058-23f8668ecac9
core/src/main/java/org/synyx/hera/core/OrderAwarePluginRegistry.java
* added licence header
Java
apache-2.0
cddd655e1895299a32178684f83ed7f2f242263e
0
stanfy/enroscar,stanfy/enroscar
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
eclipse-project/src/android/support/v4/widget/StaggeredGridView.java
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
logging
eclipse-project/src/android/support/v4/widget/StaggeredGridView.java
logging
Java
apache-2.0
c67aa314c7df44880b769c037d203cf14052885a
0
jvasileff/ceylon.language,ceylon/ceylon.language,unratito/ceylon.language,unratito/ceylon.language,jvasileff/ceylon.language,ceylon/ceylon.language
package ceylon.language; import static com.redhat.ceylon.compiler.java.Util.toInt; import static java.lang.System.arraycopy; import static java.util.Arrays.copyOfRange; import java.lang.invoke.MethodHandles; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator...
runtime/ceylon/language/Array.java
package ceylon.language; import static com.redhat.ceylon.compiler.java.Util.toInt; import static java.lang.System.arraycopy; import static java.util.Arrays.copyOfRange; import java.lang.invoke.MethodHandles; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator...
S11N: Fix up Array serialization because the fields of Array changed in the meantime.
runtime/ceylon/language/Array.java
S11N: Fix up Array serialization because the fields of Array changed in the meantime.
Java
apache-2.0
0076577e93253802715eccf4eb3c35797adec6a9
0
OPMCorp/Qbar,mantal/Qbar
package net.qbar.common.tile.machine; import lombok.Getter; import lombok.Setter; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.InventoryHelper; import net.minecraft.inventory.ItemStackHelper; import net.minecraft.item.ItemStack; import ne...
src/main/java/net/qbar/common/tile/machine/TileSmallMiningDrill.java
package net.qbar.common.tile.machine; import lombok.Getter; import lombok.Setter; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumFacing; import net.minecraft.util.ITickable; import net.minecraft.util....
Finish mining logic
src/main/java/net/qbar/common/tile/machine/TileSmallMiningDrill.java
Finish mining logic
Java
apache-2.0
a000267f0e126a70fe79446752b5f5c8510b8a53
0
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
client/src/main/java/io/spine/client/FilterMixin.java
/* * Copyright 2019, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
Add check for the field being an entity column in entity state filter
client/src/main/java/io/spine/client/FilterMixin.java
Add check for the field being an entity column in entity state filter
Java
apache-2.0
7b58613976eb2c6ad41d258bfb4f71efb4cf1f89
0
ox-it/ords-project-api
/* * Copyright 2015 University of Oxford * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/main/java/uk/ac/ox/it/ords/api/project/resources/ProjectRole.java
/* * Copyright 2015 University of Oxford * * 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...
Added another TODO
src/main/java/uk/ac/ox/it/ords/api/project/resources/ProjectRole.java
Added another TODO
Java
apache-2.0
cf5e1b2635d3e8429ffceeff5a1f6a7e1f744b07
0
atomix/atomix,kuujo/copycat,atomix/atomix,tempbottle/copycat,aruanruan/copycat,arnonmoscona/copycat,madjam/copycat,madjam/copycat,kuujo/copycat,tempbottle/copycat,aruanruan/copycat,arnonmoscona/copycat
/* * Copyright 2014 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 applicable l...
core/src/test/java/net/kuujo/copycat/protocol/RequestResponseTest.java
/* * Copyright 2014 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 applicable l...
Fix failing request/response test.
core/src/test/java/net/kuujo/copycat/protocol/RequestResponseTest.java
Fix failing request/response test.
Java
apache-2.0
12fa9ad35bc56504cfffc1eb004d2274448f1f97
0
mcculls/bnd,lostiniceland/bnd,magnet/bnd,lostiniceland/bnd,psoreide/bnd,psoreide/bnd,magnet/bnd,magnet/bnd,lostiniceland/bnd,mcculls/bnd,mcculls/bnd,psoreide/bnd
package aQute.bnd.build; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.lang.ref.WeakReference; import java.net.URI; import java.net.URL; import java.net.URLClassLoader; import java.u...
biz.aQute.bndlib/src/aQute/bnd/build/Workspace.java
package aQute.bnd.build; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.lang.ref.WeakReference; import java.net.URI; import java.net.URL; import java.net.URLClassLoader; import java.u...
bnd.tests: Don't require version on embedded-repo jar in classpath Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
biz.aQute.bndlib/src/aQute/bnd/build/Workspace.java
bnd.tests: Don't require version on embedded-repo jar in classpath
Java
apache-2.0
7d856808d2cc5420030a585c31f9bd1ab198bcff
0
Kaseb/Kaseb,javadKarbasian/Kaseb-1,milad7111/Kaseb
package mjkarbasian.moshtarimadar.Sales; import android.app.AlertDialog; import android.app.Dialog; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.net.Uri; import android.os.Bundle; import android.suppo...
app/src/main/java/mjkarbasian/moshtarimadar/Sales/DetailSaleInsert.java
package mjkarbasian.moshtarimadar.Sales; import android.app.AlertDialog; import android.app.Dialog; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.net.Uri; import android.os.Bundle; import android.suppo...
solve paid calculation in detailsale insert
app/src/main/java/mjkarbasian/moshtarimadar/Sales/DetailSaleInsert.java
solve paid calculation in detailsale insert
Java
apache-2.0
ccd14b9182d87813a0854f99530fc9a7d368f552
0
spearal/spearal-java
/** * == @Spearal ==> * * Copyright (C) 2014 Franck WOLFF & William DRAI (http://www.spearal.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
src/test/java/org/spearal/test/TestPartialBean.java
/** * == @Spearal ==> * * Copyright (C) 2014 Franck WOLFF & William DRAI (http://www.spearal.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
Remove outpout printing in test.
src/test/java/org/spearal/test/TestPartialBean.java
Remove outpout printing in test.
Java
apache-2.0
56b8dd6466f6d7172b69505c610f61927a5800c1
0
movope/cheesechess,movope/cheesechess
package de.movope.evaluation; import de.movope.domain.*; import java.util.Arrays; import java.util.List; public class MoveEvaluator { private ChessBoard board; private PieceType pieceType; private Color color; private boolean considerKingInCheck = true; private MoveEvaluator(ChessBoard board) {...
src/main/java/de/movope/evaluation/MoveEvaluator.java
package de.movope.evaluation; import de.movope.domain.*; import java.util.Arrays; import java.util.List; public class MoveEvaluator { private ChessBoard board; private PieceType pieceType; private Color color; private boolean considerKingInCheck = true; private MoveEvaluator(ChessBoard board) {...
rename method
src/main/java/de/movope/evaluation/MoveEvaluator.java
rename method
Java
apache-2.0
27f878126b37b00998333c615ba1bd444f8b4383
0
apache/commons-validator,apache/commons-validator,apache/commons-validator
/* * 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/validator/routines/DomainValidator.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 ...
VALIDATOR-471 : fix -- sort, downcase
src/main/java/org/apache/commons/validator/routines/DomainValidator.java
VALIDATOR-471 : fix -- sort, downcase
Java
apache-2.0
ed0d43ce7383bae2669ebde6ecd7adefb3e51b1b
0
vaadin/netbeans-plugin,vaadin/netbeans-plugin
/* * Copyright 2000-2013 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
src/org/vaadin/netbeans/maven/ui/wizard/VaadinProjectWizardIterator.java
/* * Copyright 2000-2013 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Set default auto scan interval for jetty (#12846 ). Change-Id: Ib739dd089104435fa18d58de6a8a3205c111381c
src/org/vaadin/netbeans/maven/ui/wizard/VaadinProjectWizardIterator.java
Set default auto scan interval for jetty (#12846 ).
Java
apache-2.0
6b0fa9a77f552f42c73107b9174328f86194a7e3
0
libinbensin/androidtv-Leanback,seventhmoon/androidtv-Leanback,thiagoricieri/androidtv-Leanback,littleli/androidtv-Leanback,KazumiHARADA/TvCleanArchitecture2,googlesamples/androidtv-Leanback,AdamRLukaitis/androidtv-Leanback,ramialcheikh/leanback,SeanPONeil/HyprMX-AndroidTV-Leanback,mstarvid/androidtv-Leanback,googlearch...
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
app/src/main/java/com/example/android/tvleanback/ui/PlaybackActivity.java
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
automatically play video on create Bug: 19250366 Change-Id: If822861e8d7be25ced903e7481654e6ea18f1ecf
app/src/main/java/com/example/android/tvleanback/ui/PlaybackActivity.java
automatically play video on create
Java
apache-2.0
2240e1b6f59f179b126e005b113a5a67cbff3263
0
debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka,debmalya/symmetrical-eureka
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cf; import java.util.Stack; /** * * @author debmalyajash */ public class CodeFighter { /** * @param args the com...
src/main/java/cf/CodeFighter.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cf; import java.util.Stack; /** * * @author debmalyajash */ public class CodeFighter { /** * @param args the com...
Update CodeFighter.java
src/main/java/cf/CodeFighter.java
Update CodeFighter.java
Java
apache-2.0
608ad21062cffae0a6b2c14d3731859af16d342b
0
nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch
public class Ticket { public Ticket (String[] range) { } }
AdventOfCode/2020/day16/Ticket.java
public class Ticket { public Ticket () { } }
Update Ticket.java
AdventOfCode/2020/day16/Ticket.java
Update Ticket.java
Java
apache-2.0
597794cb7457e7ee9036ba89fbc554dfae95b10e
0
SpenceSouth/encog-java-core,danilodesousacubas/encog-java-core,spradnyesh/encog-java-core,krzysztof-magosa/encog-java-core,Crespo911/encog-java-core,SpenceSouth/encog-java-core,ThiagoGarciaAlves/encog-java-core,krzysztof-magosa/encog-java-core,danilodesousacubas/encog-java-core,Crespo911/encog-java-core,ThiagoGarciaAlv...
/* * Encog(tm) Core v3.0 - Java Version * http://www.heatonresearch.com/encog/ * http://code.google.com/p/encog-java/ * Copyright 2008-2011 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
src/org/encog/neural/cpn/CPN.java
/* * Encog(tm) Core v3.0 - Java Version * http://www.heatonresearch.com/encog/ * http://code.google.com/p/encog-java/ * Copyright 2008-2011 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
CPN can now use MLErrorable git-svn-id: f699b99be54c313e643266d5dd560bc939300b59@3020 f90f6e9a-ac51-0410-b353-d1b83c6f6923
src/org/encog/neural/cpn/CPN.java
CPN can now use MLErrorable
Java
apache-2.0
fd51d49958f027bf37d6e6296e627a0733f2b8b0
0
awesome-niu/crosswalk-cordova-android,awesome-niu/crosswalk-cordova-android,crosswalk-project/crosswalk-cordova-android,chengxiaole/crosswalk-cordova-android,hgl888/crosswalk-cordova-android,chengxiaole/crosswalk-cordova-android,crosswalk-project/crosswalk-cordova-android,rakuco/crosswalk-cordova-android,hgl888/crosswa...
/* 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...
Bring back the CordovaWebView's WebBackForwardList related code. XWalk adds the copyBackForwardList/saveState/restoreState API support, and also adds WebBackForwardList and WebHistoryItem class. Change the CordovaWebView's implemenation to that.
framework/src/org/apache/cordova/CordovaWebView.java
Bring back the CordovaWebView's WebBackForwardList related code.
Java
apache-2.0
c56161d2b37d5eaee34bb2598ee410568896c7e3
0
Raycoms/thesis,Raycoms/thesis,Raycoms/thesis,Raycoms/thesis
package main.java.com.bag.server.database; import com.sparsity.sparksee.gdb.*; import main.java.com.bag.exceptions.OutDatedDataException; import main.java.com.bag.server.database.interfaces.IDatabaseAccess; import main.java.com.bag.util.Constants; import main.java.com.bag.util.HashCreator; import main.java.com.bag.uti...
src/main/java/main/java/com/bag/server/database/SparkseeDatabaseAccess.java
package main.java.com.bag.server.database; import com.sparsity.sparksee.gdb.*; import main.java.com.bag.exceptions.OutDatedDataException; import main.java.com.bag.server.database.interfaces.IDatabaseAccess; import main.java.com.bag.util.Constants; import main.java.com.bag.util.HashCreator; import main.java.com.bag.uti...
Small work in Sparksee
src/main/java/main/java/com/bag/server/database/SparkseeDatabaseAccess.java
Small work in Sparksee
Java
apache-2.0
878ce3727a5743511e181b0a9a813c7b9a5c65bb
0
Basil135/vkucyh
package ru.job4j.pro.iterator.array; import org.junit.Test; import static org.junit.Assert.assertThat; import static org.hamcrest.core.Is.is; /** * This class tests ArrayIterator class. * * @author Kucykh Vasily (mailto:basil135@mail.ru) * @version $Id$ * @since 23.05.2017 */ public class ArrayIteratorTest { ...
chapter_005/src/test/java/ru/job4j/pro/iterator/array/ArrayIteratorTest.java
package ru.job4j.pro.iterator.array; import org.junit.Test; import static org.junit.Assert.assertThat; import static org.hamcrest.core.Is.is; /** * This class tests ArrayIterator class. * * @author Kucykh Vasily (mailto:basil135@mail.ru) * @version $Id$ * @since 23.05.2017 */ public class ArrayIteratorTest { ...
Refactor ArrayIteratorTest.java
chapter_005/src/test/java/ru/job4j/pro/iterator/array/ArrayIteratorTest.java
Refactor ArrayIteratorTest.java
Java
apache-2.0
1261b1d45e7c54a0d0584c48843bb6e12a6bc879
0
Netflix/conductor,Netflix/conductor,Netflix/conductor,Netflix/conductor,Netflix/conductor
/* * Copyright 2020 Netflix, Inc. * <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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java
/* * Copyright 2020 Netflix, Inc. * <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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
when rerunning workflow, to find the rerunFromTaskId task, check tasks first directly under the workflow before checking sub_workflow tasks
core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java
when rerunning workflow, to find the rerunFromTaskId task, check tasks first directly under the workflow before checking sub_workflow tasks
Java
apache-2.0
875f8ee6168b5822169f47273fb700271e43c744
0
chen870647924/guava-libraries,AnselQiao/guava,gmaes/guava,flowbywind/guava,xasx/guava,HarveyTvT/guava,dmi3aleks/guava,aditya-chaturvedi/guava,hannespernpeintner/guava,xasx/guava,sebadiaz/guava,janus-project/guava.janusproject.io,KengoTODA/guava,Yijtx/guava,dushmis/guava,allalizaki/guava-libraries,yuan232007/guava,DucQu...
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Fix CollectionFeature.ALLOWS_NULL_QUERIES to MapFeature.ALLOWS_NULL_KEY_QUERIES. From leventov.ru: https://code.google.com/p/guava-libraries/issues/detail?id=1649#c10 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=71683488
guava-testlib/src/com/google/common/collect/testing/testers/MapGetTester.java
Fix CollectionFeature.ALLOWS_NULL_QUERIES to MapFeature.ALLOWS_NULL_KEY_QUERIES.
Java
apache-2.0
bf1455e62aac9bb0726c55a27fa96f28a2f05899
0
PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder
package org.pdxfinder.commands.dataloaders; import joptsimple.OptionParser; import joptsimple.OptionSet; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Options; import org.apache.poi.xssf.usermodel...
indexer/src/main/java/org/pdxfinder/commands/dataloaders/UniversalLoader.java
package org.pdxfinder.commands.dataloaders; import joptsimple.OptionParser; import joptsimple.OptionSet; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Options; import org.apache.poi.xssf.usermodel...
Model checks
indexer/src/main/java/org/pdxfinder/commands/dataloaders/UniversalLoader.java
Model checks
Java
bsd-2-clause
aba239c438cb773f733d19014fa87b78821144a8
0
bogovicj/bigdataviewer-core,bigdataviewer/bigdataviewer-core,bigdataviewer/bigdataviewer-core,bogovicj/bigdataviewer-core
/* * #%L * BigDataViewer core classes with minimal dependencies * %% * Copyright (C) 2012 - 2015 BigDataViewer authors * %% * 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 m...
src/main/java/bdv/cache/CacheIoTiming.java
/* * #%L * BigDataViewer core classes with minimal dependencies * %% * Copyright (C) 2012 - 2015 BigDataViewer authors * %% * 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 m...
remove unused methods
src/main/java/bdv/cache/CacheIoTiming.java
remove unused methods
Java
bsd-3-clause
e693a770504e2a7866b46eb55ba6c7c8588bf04b
0
RvanNieuwpoort/satin,RvanNieuwpoort/satin,RvanNieuwpoort/satin
/* * Created on Jun 20, 2006 by rob */ package ibis.satin.impl.loadBalancing; import ibis.ipl.IbisIdentifier; import ibis.ipl.ReadMessage; import ibis.ipl.SendPortIdentifier; import ibis.satin.impl.Config; import ibis.satin.impl.Satin; import ibis.satin.impl.spawnSync.IRVector; import ibis.satin.impl.spawnSync.Invoc...
src/ibis/satin/impl/loadBalancing/LoadBalancing.java
/* * Created on Jun 20, 2006 by rob */ package ibis.satin.impl.loadBalancing; import ibis.ipl.IbisIdentifier; import ibis.ipl.ReadMessage; import ibis.ipl.SendPortIdentifier; import ibis.satin.impl.Config; import ibis.satin.impl.Satin; import ibis.satin.impl.spawnSync.IRVector; import ibis.satin.impl.spawnSync.Invoc...
Some more logging
src/ibis/satin/impl/loadBalancing/LoadBalancing.java
Some more logging
Java
bsd-3-clause
cede6f341f1ddd54cb54eb54de11d944ba6be68e
0
knopflerfish/knopflerfish.org,knopflerfish/knopflerfish.org,knopflerfish/knopflerfish.org
/* * Copyright (c) 2003-2008, KNOPFLERFISH project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * - Redistributions of source code must retain the above copyright * notice, this ...
osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpConfig.java
/* * Copyright (c) 2003, KNOPFLERFISH project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * - Redistributions of source code must retain the above copyright * notice, this list ...
Compute a default host name equal to the hosts numeric IP-address on string form for the default HTTP configuration if one have not already been defined via the system property org.osgi.service.http.hostname.
osgi/bundles/http/http/src/org/knopflerfish/bundle/http/HttpConfig.java
Compute a default host name equal to the hosts numeric IP-address on string form for the default HTTP configuration if one have not already been defined via the system property org.osgi.service.http.hostname.
Java
bsd-3-clause
cc5c0e40327302c3de1475565706822660604c48
0
TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird,TeamCohen/MinorThird
package edu.cmu.minorthird.text.gui; import edu.cmu.minorthird.text.*; import edu.cmu.minorthird.util.gui.*; import javax.swing.*; import javax.swing.text.SimpleAttributeSet; import java.awt.*; import java.awt.event.*; import javax.swing.event.*; import java.util.ArrayList; import java.util.HashMap; import java.io.*;...
src/edu/cmu/minorthird/text/gui/TextLabelsViewer.java
package edu.cmu.minorthird.text.gui; import edu.cmu.minorthird.text.*; import edu.cmu.minorthird.util.gui.*; import javax.swing.*; import javax.swing.text.SimpleAttributeSet; import java.awt.*; import java.util.ArrayList; import java.util.HashMap; /** View the contents of a bunch of spans, using the util.gui.Viewer ...
update
src/edu/cmu/minorthird/text/gui/TextLabelsViewer.java
update
Java
mit
c67fa217641661e293ce9a373a2e64df2a876bbe
0
danui/spm,danui/spm,danui/spm,danui/spm
src/com/apfrank/spm/TaskState.java
package com.apfrank.spm; public final class TaskState implements Comparable<TaskState> { public static final TaskState TODO; public static final TaskState WIP; public static final TaskState DONE; public static final TaskState CANCEL; public static final TaskState MAYBE; static { T...
Deleted TaskState
src/com/apfrank/spm/TaskState.java
Deleted TaskState
Java
mit
0db4cd22d0e31deb2f28cbd3e371cf4a962c0da9
0
rephormat/ripme,rephormat/ripme,sleaze/ripme,sleaze/ripme,rephormat/ripme,sleaze/ripme
package com.rarchives.ripme.ui; import java.awt.*; import java.awt.TrayIcon.MessageType; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io....
src/main/java/com/rarchives/ripme/ui/MainWindow.java
package com.rarchives.ripme.ui; import java.awt.*; import java.awt.TrayIcon.MessageType; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io....
[Bugfix] Handle a resource with a proper Try with Resources. Trim the line input to avoid problems with whitespace on each line.
src/main/java/com/rarchives/ripme/ui/MainWindow.java
[Bugfix] Handle a resource with a proper Try with Resources.
Java
mit
e83961e2f6f0eff7e857d6c0d6315f4a2a119d7c
0
uwgraphics/CooccurViewer,uwgraphics/CooccurViewer,uwgraphics/CooccurViewer,uwgraphics/CooccurViewer
import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.DataOutputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintWriter; import java.nio.file.Files; import java.nio.file.Paths; import java.text.DecimalF...
preprocess/src/CoOccurLibrary.java
import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.DataOutputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintWriter; import java.nio.file.Files; import java.nio.file.Paths; import java.text.DecimalF...
fixing issue in reference file generation
preprocess/src/CoOccurLibrary.java
fixing issue in reference file generation
Java
mit
ec5881fa7c6144330ced6896e9b111882458ce49
0
lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. package tlc2.util; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; i...
tlatools/src/tlc2/util/FileUtil.java
// Copyright (c) 2003 Compaq Corporation. All rights reserved. // Portions Copyright (c) 2003 Microsoft Corporation. All rights reserved. package tlc2.util; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundExcepti...
adds git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@12916 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
tlatools/src/tlc2/util/FileUtil.java
adds
Java
mit
73ee388de247d9332689f548d7f557c7015accfb
0
jpaoletti/java-presentation-manager-2,jpaoletti/java-presentation-manager-2
package jpaoletti.jpm2.web.converter; import java.util.Collection; import jpaoletti.jpm2.core.exception.ConfigurationException; import jpaoletti.jpm2.core.exception.ConverterException; import jpaoletti.jpm2.core.model.Field; import jpaoletti.jpm2.util.JPMUtils; /** * * @author jpaoletti */ public class WebEditColl...
modules/jpm2-web/src/main/java/jpaoletti/jpm2/web/converter/WebEditCollection2.java
package jpaoletti.jpm2.web.converter; import java.util.Collection; import jpaoletti.jpm2.core.exception.ConfigurationException; import jpaoletti.jpm2.core.exception.ConverterException; import jpaoletti.jpm2.core.model.Field; import jpaoletti.jpm2.util.JPMUtils; /** * * @author jpaoletti */ public class WebEditColl...
fixing NPE
modules/jpm2-web/src/main/java/jpaoletti/jpm2/web/converter/WebEditCollection2.java
fixing NPE
Java
mit
61419605ee61a5616620f232a50f5feced0d7ad4
0
om3g4zell/CityBuilderJSFML
package graphics; import org.jsfml.system.Vector2i; /* * Represents a tile */ public class Tile { // Enum of each tileType public static enum TileType { TERRAIN_GRASS, BUILDING_HOUSE, BUILDING_SUPERMARKET, BUILDING_ROAD, BUILDING_GENERATOR, BUILDING_HYDROLIC_STATION } // Track the last id. protect...
CityBuilderJSFML/src/graphics/Tile.java
package graphics; import org.jsfml.system.Vector2i; /* * Represents a tile */ public class Tile { // Enum of each tileType public static enum TileType { TERRAIN_GRASS, BUILDING_HOUSE, BUILDING_SUPERMARKET, BUILDING_ROAD, BUILDING_GENERATOR } // Track the last id. protected static int lastId = 0; ...
Ajout du type BUILDING_HYDROLIC_STATION
CityBuilderJSFML/src/graphics/Tile.java
Ajout du type BUILDING_HYDROLIC_STATION
Java
mit
abae3411e645a6d877467add8f06cd4d1cf2484c
0
sebspas/parking
package parking; /***************************************************************/ /* Import */ /***************************************************************/ import parking.gui.ajouter.VueCreation; /** * Class Main qui permet de faire toutes les creations dont nous avons * besoin pour creer l'...
Main.java
package parking; /***************************************************************/ /* Import */ /***************************************************************/ import parking.gui.ajouter.VueCreation; /** * Class Main qui permet de faire toutes les creations dont nous avons * besoin pour creer l'...
final
Main.java
final
Java
mit
052abe3c10627e9c46d972533802d6040ec3c522
0
taxfix/native-navigation,taxfix/native-navigation,taxfix/native-navigation,taxfix/native-navigation,taxfix/native-navigation
package com.airbnb.android.react.navigation; import android.annotation.TargetApi; import android.app.Activity; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import andro...
lib/android/src/main/java/com/airbnb/android/react/navigation/ReactNativeFragment.java
package com.airbnb.android.react.navigation; import android.annotation.TargetApi; import android.app.Activity; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import andro...
Update API in Android
lib/android/src/main/java/com/airbnb/android/react/navigation/ReactNativeFragment.java
Update API in Android
Java
mit
b342bdf2abb05229a1ae9ba26140af2c59dc8787
0
rex1100/learning-spark,rex1100/learning-spark,rex1100/learning-spark
package com.oreilly.learningsparkexamples.java; /** * Created by mitch on 08/12/16. */ import org.apache.spark.SparkContext; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.ml.feature.Tokenizer; import org.apache.spark.ml.linalg.Vector; import org.apache.spark.mllib.linalg.Vectors; import...
src/main/java/com/oreilly/learningsparkexamples/java/LogisticRegressionPrediction.java
package com.oreilly.learningsparkexamples.java; /** * Created by mitch on 08/12/16. */ import org.apache.spark.SparkContext; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.ml.feature.Tokenizer; import org.apache.spark.ml.linalg.Vector; import org.apache.spark.mllib.linalg.Vectors; import...
Adjusted hottness scale to more accurately reflect reviews
src/main/java/com/oreilly/learningsparkexamples/java/LogisticRegressionPrediction.java
Adjusted hottness scale to more accurately reflect reviews
Java
mit
6bca3a5ffb43b7bff242e866c11b34d4fb4ecd65
0
sideshowcecil/myx-monitor,sideshowcecil/myx-monitor
package at.ac.tuwien.dsg.myx.monitor.evaluation; import at.ac.tuwien.dsg.myx.monitor.Bootstrap; import at.ac.tuwien.dsg.myx.util.IdGenerator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutorService; import java.u...
myx-monitor/src/main/java/at/ac/tuwien/dsg/myx/monitor/evaluation/LoadTestBootstrap.java
package at.ac.tuwien.dsg.myx.monitor.evaluation; import at.ac.tuwien.dsg.myx.monitor.Bootstrap; import at.ac.tuwien.dsg.myx.util.IdGenerator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutorService; import java.u...
adds a final modifier for the LoadTestBootstrap logger
myx-monitor/src/main/java/at/ac/tuwien/dsg/myx/monitor/evaluation/LoadTestBootstrap.java
adds a final modifier for the LoadTestBootstrap logger
Java
mit
41b4af6f028af250610f86cf1b186ca089822d5f
0
einhov/okse,okse-2/okse,einhov/okse,okse-2/okse,okse-2/okse,einhov/okse,einhov/okse,einhov/okse,okse-2/okse,okse-2/okse
/* * The MIT License (MIT) * * Copyright (c) 2015 Norwegian Defence Research Establishment / NTNU * * 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 witho...
src/main/java/no/ntnu/okse/protocol/amqp/AMQPServer.java
/* * The MIT License (MIT) * * Copyright (c) 2015 Norwegian Defence Research Establishment / NTNU * * 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 witho...
Create topic on publish for AMQP 1.0
src/main/java/no/ntnu/okse/protocol/amqp/AMQPServer.java
Create topic on publish for AMQP 1.0
Java
mit
88b65b7d145e7730dd5f7c00fb688902595a50a0
0
cohadar/java-snippets,cohadar/java-snippets,cohadar/java-snippets
import java.util.*; import java.io.*; /** * O(log n) operations on array ranges */ public class SegmentTree { public static interface OP { public int zero(); public int binary(int va, int vb); } final OP op; final int n; final int in; final int[] T; public SegmentTree(OP op, int n) { this.op = op; ...
SegmentTree.java
import java.util.*; import java.io.*; /** * O(log n) operations on array ranges */ public class SegmentTree { public static interface OP { public int zero(); public int binary(int va, int vb); } final OP op; final int n; final int in; final int[] T; public SegmentTree(OP op, int n) { this.op = op; ...
SegmentTree nonrecursive
SegmentTree.java
SegmentTree nonrecursive
Java
mit
f15b6ba0ae33b5daa6b94c7733a563f005a3c842
0
sitdh/2110523-eaa
package P; import java.util.ArrayList; import java.util.List; public class ABController { public ABController() { } public void testSecondCase() { // First case for One-to-One B2AssociationOneToOneInput bb = new B2AssociationOneToOneInput(); bb.setbVar1(20); bb.setbVar2(10); A2AssociationO...
EAAMapToCode/src/P/ABController.java
package P; import java.util.ArrayList; import java.util.List; public class ABController { public ABController() { } public void testSecondCase() { // First case for One-to-One B2AssociationOneToOneInput bb = new B2AssociationOneToOneInput(); bb.setbVar1(20); bb.setbVar2(10); A2AssociationO...
Add test message for 4th case
EAAMapToCode/src/P/ABController.java
Add test message for 4th case
Java
agpl-3.0
1f05992069d52056689c8506aead52dce90e690d
0
imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.domain.component.AccessRuleValidationActionConsumer; import com.imcode.imcms.domain.dto.IpAccessRuleDTO; import com.imcode.imcms.domain.service.IpAccessRuleService; import com.imcode.imcms.model.IpAccessRule; import com.imcode.imcms.model.Roles; impo...
src/main/java/com/imcode/imcms/domain/service/api/DefaultIpAccessRuleService.java
package com.imcode.imcms.domain.service.api; import com.imcode.imcms.domain.component.AccessRuleValidationActionConsumer; import com.imcode.imcms.domain.dto.IpAccessRuleDTO; import com.imcode.imcms.domain.service.IpAccessRuleService; import com.imcode.imcms.model.IpAccessRule; import com.imcode.imcms.model.Roles; impo...
IMCMS-328 - New design to super admin page: IP access tab: - Fix check of ip range condition
src/main/java/com/imcode/imcms/domain/service/api/DefaultIpAccessRuleService.java
IMCMS-328 - New design to super admin page: IP access tab: - Fix check of ip range condition
Java
apache-2.0
e0fd3944555ac03f579db3ddeb8bf57322c8c62d
0
anzhdanov/seeding-realistic-concurrency-bugs,rikles/commons-lang,mureinik/commons-lang,mureinik/commons-lang,rikles/commons-lang,anzhdanov/seeding-realistic-concurrency-bugs,mureinik/commons-lang,anzhdanov/seeding-realistic-concurrency-bugs,rikles/commons-lang
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/lang3/Validate.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 ...
Checkstyle and trailing spaces. git-svn-id: bab3daebc4e66440cbcc4aded890e63215874748@1083215 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/lang3/Validate.java
Checkstyle and trailing spaces.
Java
apache-2.0
3c86b6b575c64409a1153c56618d6929bd2d49de
0
hequn8128/flink,zhangminglei/flink,clarkyzl/flink,lincoln-lil/flink,gyfora/flink,yew1eb/flink,wwjiang007/flink,hequn8128/flink,clarkyzl/flink,rmetzger/flink,rmetzger/flink,tzulitai/flink,fhueske/flink,greghogan/flink,greghogan/flink,jinglining/flink,clarkyzl/flink,zjureel/flink,fhueske/flink,StephanEwen/incubator-flink...
/** * 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...
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.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...
[hotfix] [tests] Harden YarnSessionFIFOITCase#testDetachedMode Wait for the completion of the submitted job in order to avoid that we kill the JM while the TM tries to down load blobs from it.
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionFIFOITCase.java
[hotfix] [tests] Harden YarnSessionFIFOITCase#testDetachedMode
Java
apache-2.0
0036398de989bbfd38a95fd9c665ee0d4447b07d
0
slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer
package com.sixsq.slipstream.statemachine; import com.sixsq.slipstream.persistence.Parameter; import com.sixsq.slipstream.persistence.ParameterCategory; import com.sixsq.slipstream.persistence.Run; import com.sixsq.slipstream.persistence.RunParameter; import com.sixsq.slipstream.persistence.RunType; import com.sixsq.s...
jar-persistence/src/main/java/com/sixsq/slipstream/statemachine/ReadyState.java
package com.sixsq.slipstream.statemachine; import com.sixsq.slipstream.persistence.Parameter; import com.sixsq.slipstream.persistence.ParameterCategory; import com.sixsq.slipstream.persistence.Run; import com.sixsq.slipstream.persistence.RunParameter; import com.sixsq.slipstream.persistence.RunType; import com.sixsq.s...
Fixed a bug in the state Ready of the state machine. Fix #294.
jar-persistence/src/main/java/com/sixsq/slipstream/statemachine/ReadyState.java
Fixed a bug in the state Ready of the state machine. Fix #294.
Java
apache-2.0
8590c00760135568867a6ba9a775165ecb05ad84
0
opencb/opencga,j-coll/opencga,opencb/opencga,opencb/opencga,j-coll/opencga,j-coll/opencga,j-coll/opencga,j-coll/opencga,opencb/opencga,j-coll/opencga,opencb/opencga,opencb/opencga
/* * Copyright 2015-2017 OpenCB * * 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 ...
opencga-server/src/main/java/org/opencb/opencga/server/rest/CohortWSServer.java
/* * Copyright 2015-2017 OpenCB * * 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 ...
REST: cohort delete accepts a list instead of single Id
opencga-server/src/main/java/org/opencb/opencga/server/rest/CohortWSServer.java
REST: cohort delete accepts a list instead of single Id
Java
apache-2.0
fe6dc9a506f9c6190253816e67ebd488f4585575
0
egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio
//package components; /* * SimpleTableDemo.java requires no other files. */ import javax.swing.AbstractButton; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import org.apache.xmlrpc.XmlRpcException; import org.pathvisio.data.DataExceptio...
tools/project2008/showMenuGUI.java
//package components; /* * SimpleTableDemo.java requires no other files. */ import javax.swing.AbstractButton; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import org.apache.xmlrpc.XmlRpcException; import org.pathvisio.data.DataExceptio...
git-svn-id: http://svn.bigcat.unimaas.nl/pathvisio/trunk@1724 4f21837e-9f06-0410-ae49-bac5c3a7b9b6
tools/project2008/showMenuGUI.java
Java
apache-2.0
ff2ed8b595847db3ec9a7aa4b5eb1fe372097626
0
javadev/orderdatabase
package com.github.javadev.orderdatabase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Log { private enum MessageType { DEBUG, INFO, WARN, ERROR }; public static void debug(String param) { log(MessageType.DEBUG, param); } public static void error(String param) { ...
src/main/java/com/github/javadev/orderdatabase/Log.java
package com.github.javadev.orderdatabase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Log { private enum MessageType { DEBUG, INFO, WARN, ERROR }; public static void debug(String param) { log(MessageType.DEBUG, param); } public static void error(String param) { ...
Fix findbugs warnings.
src/main/java/com/github/javadev/orderdatabase/Log.java
Fix findbugs warnings.
Java
apache-2.0
acffe17a059c564302c718e8a816dc950f938d42
0
sosy-lab/java-smt,sosy-lab/java-smt,sosy-lab/java-smt,sosy-lab/java-smt,sosy-lab/java-smt
/* * JavaSMT is an API wrapper for a collection of SMT solvers. * This file is part of JavaSMT. * * Copyright (C) 2007-2015 Dirk Beyer * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
src/org/sosy_lab/solver/api/BasicProverEnvironment.java
/* * JavaSMT is an API wrapper for a collection of SMT solvers. * This file is part of JavaSMT. * * Copyright (C) 2007-2015 Dirk Beyer * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
Javadoc.
src/org/sosy_lab/solver/api/BasicProverEnvironment.java
Javadoc.
Java
apache-2.0
25cb914a58e6e247fdc833fc03a991cc5a5ccf87
0
dbeaver/dbeaver,serge-rider/dbeaver,serge-rider/dbeaver,Sargul/dbeaver,serge-rider/dbeaver,dbeaver/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,Sargul/dbeaver,dbeaver/dbeaver,Sargul/dbeaver,Sargul/dbeaver,serge-rider/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 is distr...
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/editors/sql/SQLEditor.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 is distr...
#208 Cursor reposition on SQL error Former-commit-id: 2eecc3b375e5d92cc0fec8ebb8ee4331a2b11ea6
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/ui/editors/sql/SQLEditor.java
#208 Cursor reposition on SQL error
Java
apache-2.0
1501d539c82d8f7bfb82425c1d062c35c5cde6eb
0
jansorg/BashSupport,jansorg/BashSupport,jansorg/BashSupport,jansorg/BashSupport
package com.ansorgit.plugins.bash.codeInsight.completion; import com.intellij.codeInsight.lookup.LookupElement; import org.junit.Assert; import org.junit.Test; /** * User: jansorg * Date: 09.02.11 * Time: 20:59 */ public class DynamicPathCompletionTest extends AbstractCompletionTest { public DynamicPathComple...
test/com/ansorgit/plugins/bash/codeInsight/completion/DynamicPathCompletionTest.java
package com.ansorgit.plugins.bash.codeInsight.completion; import com.intellij.codeInsight.lookup.LookupElement; import org.junit.Assert; import org.junit.Test; /** * User: jansorg * Date: 09.02.11 * Time: 20:59 */ public class DynamicPathCompletionTest extends AbstractCompletionTest { public DynamicPathComple...
fixing test case for renamed files
test/com/ansorgit/plugins/bash/codeInsight/completion/DynamicPathCompletionTest.java
fixing test case for renamed files
Java
apache-2.0
7eda19d029eb7f38ce61252f32dc816b90ccdc14
0
christophd/citrus,christophd/citrus
/* * Copyright 2006-2018 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 app...
tools/docs-generator/src/main/java/com/consol/citrus/docs/AbstractTestDocsGenerator.java
/* * Copyright 2006-2018 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 app...
(#451) Some cleanup
tools/docs-generator/src/main/java/com/consol/citrus/docs/AbstractTestDocsGenerator.java
(#451) Some cleanup
Java
apache-2.0
83a9d78662d7fae7ea8f19b8183afafc302cdc7c
0
nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch
import java.io.*; import java.util.*; public class Parser { public Parser (boolean debug) { _debug = debug; } public Vector<Answers> work (String fileName) { /* * Open the data file and read it in. */ BufferedReader reader = null; Vector<Answers> ...
AdventOfCode/2020/day6/Parser.java
import java.io.*; import java.util.*; public class Parser { public Parser (boolean debug) { _debug = debug; } public Vector<Answers> work (String fileName) { /* * Open the data file and read it in. */ BufferedReader reader = null; Vector<Answers> ...
Update Parser.java
AdventOfCode/2020/day6/Parser.java
Update Parser.java
Java
apache-2.0
65f0b3a0f370751d1d6c675e92c2114d3d1cfe0c
0
jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim,jaamsim/jaamsim
/* * JaamSim Discrete Event Simulation * Copyright (C) 2018 JaamSim Software 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 *...
src/main/java/com/jaamsim/ProcessFlow/EntStorage.java
/* * JaamSim Discrete Event Simulation * Copyright (C) 2018 JaamSim Software 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 *...
JS: provide getStorageTimeList method is EntStorage Signed-off-by: Harry King <409587b9e6671aa0763646191d292852dc49a658@gmail.com>
src/main/java/com/jaamsim/ProcessFlow/EntStorage.java
JS: provide getStorageTimeList method is EntStorage
Java
apache-2.0
95a73aef4c95b17020748391f30456d8b1e0afd6
0
nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/wfswarm-example-arjuna-old,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch
import java.util.*; /* * We need to get all of the keys. We only need to open doors if they prevent * us from getting to a key. * * - Order the keys and their locations first in the tunnels? * - The order of keys is always a to z? Not necessarily. * - If we get to a door and we don't have the key to get through...
AdventOfCode/2019/day18/Explorer.java
import java.util.*; /* * We need to get all of the keys. We only need to open doors if they prevent * us from getting to a key. * * - Order the keys and their locations first in the tunnels? * - The order of keys is always a to z? Not necessarily. * - If we get to a door and we don't have the key to get through...
Update Explorer.java
AdventOfCode/2019/day18/Explorer.java
Update Explorer.java
Java
apache-2.0
cb02398e5516b569009c2cd572c74262d5881f9d
0
ashishdoneriya/influxdb-java
package com.db.influxdb; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.Type; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Re...
src/main/java/com/db/influxdb/DataReader.java
package com.db.influxdb; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.Type; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Re...
Minor change
src/main/java/com/db/influxdb/DataReader.java
Minor change
Java
bsd-2-clause
011b0f703e9d25cf71daad8e3be16f366d3fe754
0
imagej/imagej-ops,stelfrich/imagej-ops,gab1one/imagej-ops
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2016 Board of Regents of the University of * Wisconsin-Madison, University of Konstanz and Brian Northan. * %% * Redistribution and use in source and binary forms, with or without * modification, are permi...
src/test/java/net/imagej/ops/create/CreateImgTest.java
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2016 Board of Regents of the University of * Wisconsin-Madison, University of Konstanz and Brian Northan. * %% * Redistribution and use in source and binary forms, with or without * modification, are permi...
CreateImgTest: clean up style
src/test/java/net/imagej/ops/create/CreateImgTest.java
CreateImgTest: clean up style
Java
mit
78ba45a0cae118621abd13c8dc3f6b961d38da04
0
ghiringh/Wegas,Heigvd/Wegas,ghiringh/Wegas,Heigvd/Wegas,Heigvd/Wegas,Heigvd/Wegas,Heigvd/Wegas,ghiringh/Wegas
/* * Wegas * http://wegas.albasim.ch * * Copyright (c) 2013, 2014, 2015 School of Business and Engineering Vaud, Comem * Licensed under the MIT License */ package com.wegas.core.persistence.variable; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonSubTypes; import ...
wegas-core/src/main/java/com/wegas/core/persistence/variable/VariableDescriptor.java
/* * Wegas * http://wegas.albasim.ch * * Copyright (c) 2013, 2014, 2015 School of Business and Engineering Vaud, Comem * Licensed under the MIT License */ package com.wegas.core.persistence.variable; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonSubTypes; import ...
VariableDescriptor fix * fix getParentId()
wegas-core/src/main/java/com/wegas/core/persistence/variable/VariableDescriptor.java
VariableDescriptor fix
Java
mit
15fd2391ec230063e8e408bd6d5ebe98cabc93a1
0
dmullins78/easybatch-framework,EasyBatch/easybatch-framework,dmullins78/easybatch-framework,Toilal/easybatch-framework,EasyBatch/easybatch-framework,Toilal/easybatch-framework
/* * The MIT License * * Copyright (c) 2014, benas (md.benhassine@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation...
easybatch-core/src/main/java/io/github/benas/easybatch/core/impl/NoOpRecordReader.java
/* * The MIT License * * Copyright (c) 2014, benas (md.benhassine@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation...
[sonar] fix sonar issue : Methods should not be empty : Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
easybatch-core/src/main/java/io/github/benas/easybatch/core/impl/NoOpRecordReader.java
[sonar] fix sonar issue : Methods should not be empty : Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
Java
mit
e2874a376a88c36e1b1ead7f05e0e476fc0739ca
0
yorung/AdamasFramework,yorung/AdamasFramework,yorung/AdamasFramework
package common.pinotnoir; import android.app.Activity; import android.content.Context; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.op...
AndroidStudio/app/src/main/java/common/pinotnoir/Helper.java
package common.pinotnoir; import android.app.Activity; import android.content.Context; import android.content.res.AssetManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.op...
Always specify size of font bitmaps in pixels
AndroidStudio/app/src/main/java/common/pinotnoir/Helper.java
Always specify size of font bitmaps in pixels
Java
mit
aaaaa011a9f3411d955dd759d34d15fc5d2f0e4f
0
hazendaz/displaytag,hazendaz/displaytag,hazendaz/displaytag,hazendaz/displaytag
package org.displaytag.tags; import org.displaytag.test.DisplaytagCase; import com.meterware.httpunit.GetMethodWebRequest; import com.meterware.httpunit.TableCell; import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebResponse; import com.meterware.httpunit.WebTable; /** * Tests for column poo...
displaytag/src/test/java/org/displaytag/tags/ColumnPooling2Test.java
package org.displaytag.tags; import org.displaytag.test.DisplaytagCase; import com.meterware.httpunit.GetMethodWebRequest; import com.meterware.httpunit.TableCell; import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebResponse; import com.meterware.httpunit.WebTable; /** * Tests for column poo...
log.debug() instead of info()
displaytag/src/test/java/org/displaytag/tags/ColumnPooling2Test.java
log.debug() instead of info()
Java
mit
012b8674e14ec885031c468e04130addbbb561d3
0
goyya/TelephonyManager,goyya/TelephonyManager
/** * TelephonyManager Android Module for Titanium * Copyright (c) 2015 by GOYYA Systems GmbH & Co.KG */ package com.goyya.telephonymanager; import org.appcelerator.kroll.KrollModule; import org.appcelerator.kroll.annotations.Kroll; import org.appcelerator.titanium.TiApplication; import org.appcelerator.kroll.comm...
android/src/com/goyya/telephonymanager/TelephonyManagerModule.java
/** * TelephonyManager Android Module for Titanium * Copyright (c) 2015 by GOYYA Systems GmbH & Co.KG */ package com.goyya.telephonymanager; import org.appcelerator.kroll.KrollModule; import org.appcelerator.kroll.annotations.Kroll; import org.appcelerator.titanium.TiApplication; import org.appcelerator.kroll.comm...
fix compile error
android/src/com/goyya/telephonymanager/TelephonyManagerModule.java
fix compile error
Java
epl-1.0
89902d5e66c073216f2a6af100b1f8bb25dea4d4
0
mdht/mdht,mdht/mdht,drbgfc/mdht,drbgfc/mdht,mdht/mdht,mdht/mdht,drbgfc/mdht,drbgfc/mdht,vadimnehta/mdht,vadimnehta/mdht,mdht/mdht,vadimnehta/mdht,vadimnehta/mdht,vadimnehta/mdht,drbgfc/mdht,vadimnehta/mdht,drbgfc/mdht
/******************************************************************************* * Copyright (c) 2009, 2012 David A Carlson and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution...
core/plugins/org.openhealthtools.mdht.uml.transform/src/org/openhealthtools/mdht/uml/transform/ecore/TransformAbstract.java
/******************************************************************************* * Copyright (c) 2009, 2012 David A Carlson and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution...
fix CITIE-706 for original OCL generator
core/plugins/org.openhealthtools.mdht.uml.transform/src/org/openhealthtools/mdht/uml/transform/ecore/TransformAbstract.java
fix CITIE-706 for original OCL generator