lang
stringclasses
1 value
license
stringclasses
13 values
stderr
stringlengths
0
350
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
7
45.1k
new_contents
stringlengths
0
1.87M
new_file
stringlengths
6
292
old_contents
stringlengths
0
1.87M
message
stringlengths
6
9.26k
old_file
stringlengths
6
292
subject
stringlengths
0
4.45k
Java
apache-2.0
0c7dbcc51b64065b6a2515856d8445cf9a884ae9
0
liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf,liaxim/GearVRf
/* Copyright 2015 Samsung Electronics Co., 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...
GVRf/Framework/src/org/gearvrf/scene_objects/GVRSphereSceneObject.java
/* Copyright 2015 Samsung Electronics Co., 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...
Fixing up the sphere. Fixing up the sphere. Not quite there yet. Caps are doing weird things. Too tired to figure out why.
GVRf/Framework/src/org/gearvrf/scene_objects/GVRSphereSceneObject.java
Fixing up the sphere.
Java
bsd-3-clause
2489feb4d0e38db3849ead08fc135d52538ab558
0
jmpaaak/EyeShopping,jmpaaak/EyeShopping
/* * Copyright 2016 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
app/src/main/java/com/team/formal/eyeshopping/MainActivity.java
/* * Copyright 2016 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
clear db
app/src/main/java/com/team/formal/eyeshopping/MainActivity.java
clear db
Java
bsd-3-clause
b3fce61458c5df1937cbd1e9baa6e07e6ad971a5
0
ukcrpb6/jaxen-wmb-extensions,appcelerator/jaxen_titanium
/* * $Header$ * $Revision$ * $Date$ * * ==================================================================== * * Copyright (C) 2000-2002 bob mcwhirter & James Strachan. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi...
src/java/main/org/jaxen/expr/DefaultNameStep.java
/* * $Header$ * $Revision$ * $Date$ * * ==================================================================== * * Copyright (C) 2000-2002 bob mcwhirter & James Strachan. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi...
Changed logic to avoid NullPointerException when comparing local names git-svn-id: 7abf240ce0ec4644a9bf59262a41ad5796234f37@291 43379f7c-b030-0410-81db-e0b70742847c
src/java/main/org/jaxen/expr/DefaultNameStep.java
Changed logic to avoid NullPointerException when comparing local names
Java
mit
0c544e41c3906a41cf0d025ca12d287bab0dfdb9
0
DMDirc/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,csmith/DMDirc,greboid/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client
/* * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights...
src/com/dmdirc/ui/swing/components/SwingInputHandler.java
/* * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights...
issue 1808 git-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@4779 00569f92-eb28-0410-84fd-f71c24880f43
src/com/dmdirc/ui/swing/components/SwingInputHandler.java
issue 1808
Java
mit
afd95b0d5c40d0c40ad0fcfa9b21998268a37b87
0
yegor256/takes,yegor256/takes,simonjenga/takes,simonjenga/takes
/* * The MIT License (MIT) * * Copyright (c) 2014-2019 Yegor Bugayenko * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights *...
src/main/java/org/takes/servlet/ServletInputStreamOf.java
/* * The MIT License (MIT) * * Copyright (c) 2014-2019 Yegor Bugayenko * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights *...
#865 Javadoc improved
src/main/java/org/takes/servlet/ServletInputStreamOf.java
#865 Javadoc improved
Java
mit
b44cd212e17e487ae331c43da279a8971c8b15aa
0
fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode
package leetcode; import java.util.ArrayList; import java.util.List; /** * https://leetcode.com/problems/my-calendar-i/ */ public class Problem729 { private static class MyCalendar { private final List<int[]> list = new ArrayList<>(); public MyCalendar() { } public boolean book...
src/main/java/leetcode/Problem729.java
package leetcode; /** * https://leetcode.com/problems/my-calendar-i/ */ public class Problem729 { private static class MyCalendar { public MyCalendar() { } public boolean book(int start, int end) { // TODO return false; } } public static void ma...
Solve problem 729
src/main/java/leetcode/Problem729.java
Solve problem 729
Java
mit
0b31a945d26e1cde73a34ab05125e19d2a9e3aa1
0
achtern/AchternEngine
/* * The MIT License (MIT) * * Copyright (c) 2014 Christian Gรคrtner * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to...
src/main/java/org/achtern/AchternEngine/core/resource/ResourceLoader.java
/* * The MIT License (MIT) * * Copyright (c) 2014 Christian Gรคrtner * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to...
Made getAudioSource() in ResourceLoader not static. oops
src/main/java/org/achtern/AchternEngine/core/resource/ResourceLoader.java
Made getAudioSource() in ResourceLoader not static. oops
Java
mit
e4c740e1f0f046c94601b31b7b6d904263455b5f
0
darkhax/OpenNBT
package net.darkhax.opennbt.tags; import java.lang.reflect.Constructor; import java.util.HashMap; import java.util.Map; /** * A registry which maps tag classes and their ids. */ public class TagRegistry { /** * A map which handles ID to tag class conversions. */ private static final Map<Integ...
src/main/java/net/darkhax/opennbt/tags/TagRegistry.java
package net.darkhax.opennbt.tags; import java.lang.reflect.Constructor; import java.util.HashMap; import java.util.Map; /** * A registry which maps tag classes and their ids. */ public class TagRegistry { /** * A map which handles ID to tag class conversions. */ private static final Map<Integ...
Increased the getNextID minimum value to reserve the first 79 ids. 1-11 reserved for Notch's NBT ID system. 60-79 reserved for this project.
src/main/java/net/darkhax/opennbt/tags/TagRegistry.java
Increased the getNextID minimum value to reserve the first 79 ids.
Java
mit
82cc06541e4bb76733479d132749c120401f60e1
0
mitdbg/AdaptDB,mitdbg/AdaptDB,mitdbg/amoeba,mitdbg/mdindex,mitdbg/mdindex,mitdbg/AdaptDB,mitdbg/mdindex,mitdbg/amoeba,mitdbg/amoeba
package core.utils; import java.util.List; import java.util.concurrent.TimeUnit; import org.apache.curator.RetryPolicy; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.CuratorFrameworkFactory; import org.apache.curator.framework.recipes.locks.InterProcessLock; import org.apac...
src/core/utils/CuratorUtils.java
package core.utils; import java.util.List; import java.util.concurrent.TimeUnit; import org.apache.curator.RetryPolicy; import org.apache.curator.framework.CuratorFramework; import org.apache.curator.framework.CuratorFrameworkFactory; import org.apache.curator.framework.recipes.locks.InterProcessLock; import org.apac...
printing all counts
src/core/utils/CuratorUtils.java
printing all counts
Java
mit
bab3de8d7754689c8537e97c83811c7e3bebc683
0
cm-heclouds/JAVA-HTTP-SDK
package cmcc.iot.onenet.javasdk.api.key; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.http.HttpResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson.databind.ObjectMapper; import cmcc.iot.onenet.javasdk.api.AbstractAPI; import cmc...
JavaSDK/src/main/java/cmcc/iot/onenet/javasdk/api/key/AddKeyApi.java
package cmcc.iot.onenet.javasdk.api.key; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.http.HttpResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson.databind.ObjectMapper; import cmcc.iot.onenet.javasdk.api.AbstractAPI; import cmc...
Update AddKeyApi.java
JavaSDK/src/main/java/cmcc/iot/onenet/javasdk/api/key/AddKeyApi.java
Update AddKeyApi.java
Java
mit
a46e754adc46d4d11a81ebbd6eb872f7db8c67ff
0
andrea-cuttone/Reddimg
package net.acuttone.reddimg.views; import java.util.ArrayList; import java.util.List; import java.util.Random; import net.acuttone.reddimg.R; import net.acuttone.reddimg.core.ReddimgApp; import net.acuttone.reddimg.core.RedditLink; import net.acuttone.reddimg.prefs.PrefsActivity; import net.acuttone.reddimg.prefs.Su...
Reddimg/src/net/acuttone/reddimg/views/GalleryActivity.java
package net.acuttone.reddimg.views; import java.util.ArrayList; import java.util.List; import java.util.Random; import net.acuttone.reddimg.R; import net.acuttone.reddimg.core.ReddimgApp; import net.acuttone.reddimg.core.RedditLink; import net.acuttone.reddimg.prefs.PrefsActivity; import android.app.Activity; import ...
gallery reloaded on change subreddits
Reddimg/src/net/acuttone/reddimg/views/GalleryActivity.java
gallery reloaded on change subreddits
Java
mit
24e687bb2c9c42bc29643e0a8ccbf7bc28d247ee
0
BigDaddy-Germany/WHOAMI,Danghor/WHOAMI,Danghor/WHOAMI
package de.aima13.whoami.modules; import de.aima13.whoami.Analyzable; import de.aima13.whoami.GlobalData; import de.aima13.whoami.Whoami; import de.aima13.whoami.support.DataSourceManager; import de.aima13.whoami.support.Utilities; import java.nio.file.Path; import java.sql.ResultSet; import java.sql.SQLException; im...
WHOAMI/src/de/aima13/whoami/modules/Studienrichtung.java
package de.aima13.whoami.modules; import de.aima13.whoami.Analyzable; import de.aima13.whoami.GlobalData; import de.aima13.whoami.Whoami; import de.aima13.whoami.support.DataSourceManager; import de.aima13.whoami.support.Utilities; import java.nio.file.Path; import java.sql.ResultSet; import java.sql.SQLException; im...
Studienrichtung mehr Zeit spendiert
WHOAMI/src/de/aima13/whoami/modules/Studienrichtung.java
Studienrichtung mehr Zeit spendiert
Java
epl-1.0
dfa2643a94d6fd7e02043000e43b2ae2b1ccf66d
0
junjiemars/NHttpClient,junjiemars/jcURL,junjiemars/jcURL,junjiemars/NHttpClient,junjiemars/jcURL,junjiemars/NHttpClient
package com.xw.http.web; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * Au...
web/src/main/java/com/xw/http/web/EchoServlet.java
package com.xw.http.web; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * Au...
bio.timeout/2
web/src/main/java/com/xw/http/web/EchoServlet.java
bio.timeout/2
Java
lgpl-2.1
640eae6f9cfee4434cab067a87074ca03580b74d
0
sbliven/biojava,sbliven/biojava,sbliven/biojava
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http:/...
src/org/biojava/bio/seq/db/biosql/BioSQLSequenceDB.java
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http:/...
Some databases (e.g.: hsqldb) throw the exception during the prepareStatement, so move this inside the try. git-svn-id: ed25c26de1c5325e8eb0deed0b990ab8af8a4def@2901 7c6358e6-4a41-0410-a743-a5b2a554c398
src/org/biojava/bio/seq/db/biosql/BioSQLSequenceDB.java
Some databases (e.g.: hsqldb) throw the exception during the prepareStatement, so move this inside the try.
Java
apache-2.0
70130de9bf9e275163853b29eacb1a8140acc9be
0
apache/syncope,giacomolm/syncope,ilgrosso/syncope,apache/syncope,NuwanSameera/syncope,tmess567/syncope,apache/syncope,giacomolm/syncope,tmess567/syncope,securny/syncope,securny/syncope,giacomolm/syncope,nscendoni/syncope,securny/syncope,apache/syncope,ilgrosso/syncope,nscendoni/syncope,NuwanSameera/syncope,NuwanSameera...
/* * 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 ...
console/src/main/java/org/apache/syncope/console/pages/Tasks.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 ...
SYNCOPE-67 merged git-svn-id: a7ab99757ef30f12779034935f1663b65580c4f2@1431994 13f79535-47bb-0310-9956-ffa450edef68
console/src/main/java/org/apache/syncope/console/pages/Tasks.java
SYNCOPE-67 merged
Java
apache-2.0
05cdbe3deba55ae4328df273b57edd9d7a256e63
0
Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core,Sable/mclab-core
package natlab.toolkits.analysis; import natlab.ast.*; /** * An analysis helper used to hide some of the details of the * analysis. Specifically it hides the assignment of currentOutSet to * currentInSet. This guarantees that when a node is processed it will * have the out of the previous node as in. The helpee ...
languages/Natlab/src/natlab/toolkits/analysis/AnalysisHelper.java
package natlab.toolkits.analysis; import natlab.ast.*; /** * An analysis helper used to hide some of the details of the * analysis. Specifically it hides the copying of currentOutSet to * currentInSet. This guarantees that when a node is processed it will * have the out of the previous node as in. The helpee sho...
Changed the wording to a comment. git-svn-id: https://svn.sable.mcgill.ca/mclab/Project@1414 89b902b4-d83f-0410-b942-89f7a419ffdb Migrated from Sable/mclab@21a3088d70a86cb1c9b985db0a607362f1b50535
languages/Natlab/src/natlab/toolkits/analysis/AnalysisHelper.java
Changed the wording to a comment.
Java
apache-2.0
2527149e68e355aea56e96aca0b444ff88168685
0
pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus
/* * * Copyright 2007-2008 University Of Southern California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
src/edu/isi/pegasus/planner/parser/YAMLParser.java
/* * * Copyright 2007-2008 University Of Southern California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
PM-1687 configure yaml schema validator log4j logger to log only log error messages otherwise warning messages that can be ignored are logged [main] WARN schema.JsonMetaSchema - Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidatio...
src/edu/isi/pegasus/planner/parser/YAMLParser.java
PM-1687 configure yaml schema validator log4j logger to log only log error messages otherwise warning messages that can be ignored are logged [main] WARN schema.JsonMetaSchema - Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidatio...
Java
apache-2.0
83edfe6e77c496eb281a4bafe3183f03647e2151
0
neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures,neo4j-contrib/neo4j-apoc-procedures
package apoc; import apoc.export.util.ExportConfig; import apoc.util.SimpleRateLimiter; import org.apache.commons.configuration2.Configuration; import org.apache.commons.configuration2.PropertiesConfiguration; import org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder; import org.apache.com...
core/src/main/java/apoc/ApocConfig.java
package apoc; import apoc.export.util.ExportConfig; import apoc.util.SimpleRateLimiter; import org.apache.commons.configuration2.Configuration; import org.apache.commons.configuration2.PropertiesConfiguration; import org.apache.commons.configuration2.builder.combined.CombinedConfigurationBuilder; import org.apache.com...
Remove usage of obsolete GraphDatabaseInternalSettings.logical_logs_location
core/src/main/java/apoc/ApocConfig.java
Remove usage of obsolete GraphDatabaseInternalSettings.logical_logs_location
Java
apache-2.0
d3b3f071ee4d6269563a6122a51be3b3652b3b4e
0
baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,baszero/yanel
/* * Copyright 2006 Wyona * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java
/* * Copyright 2006 Wyona * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
javadoc added
src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java
javadoc added
Java
apache-2.0
0438a1ed1a6c904c5601845730da31cae2ec9514
0
eHealthAfrica/couchdb-lucene,eHealthAfrica/couchdb-lucene,eHealthAfrica/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene
package com.github.rnewson.couchdb.lucene; /** * Copyright 2010 Robert Newson * * 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/github/rnewson/couchdb/lucene/LuceneServlet.java
package com.github.rnewson.couchdb.lucene; /** * Copyright 2010 Robert Newson * * 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 * * ...
update welcome version (must automate this).
src/main/java/com/github/rnewson/couchdb/lucene/LuceneServlet.java
update welcome version (must automate this).
Java
apache-2.0
1997063a528c44f7de402f4ab68c0576e3cfba63
0
eSCT/oppfin,searchbox/framework,eSCT/oppfin,searchbox/framework,searchbox/framework
package com.searchbox.app.domain; import java.beans.PropertyDescriptor; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.p...
src/main/java/com/searchbox/app/domain/UnknownClassDefinition.java
package com.searchbox.app.domain; import java.beans.PropertyDescriptor; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import ja...
Updated UnknownClass Definition
src/main/java/com/searchbox/app/domain/UnknownClassDefinition.java
Updated UnknownClass Definition
Java
apache-2.0
f799bdbfb5300fe7daa057838d9c9581f29f9117
0
stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine
/* * This file is part of Alpine. * * 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 ...
alpine/src/main/java/alpine/persistence/PersistenceInitializer.java
/* * This file is part of Alpine. * * 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 ...
Added workaround for later versions of h2 which do not auto create the database if it doesn't already exist.
alpine/src/main/java/alpine/persistence/PersistenceInitializer.java
Added workaround for later versions of h2 which do not auto create the database if it doesn't already exist.
Java
apache-2.0
c7d89976f807f643d3de25b62e959a1b5adf0b11
0
ilyajob4j/bukreyevi
/** package info. */ package ru.job4j.array; /** class info. Concatenate and sort two Arrays. */ public class ArrayGlue { /** method info. ะกะพะทะดะฐั‚ัŒ ะผะตั‚ะพะด, ะฟั€ะธะฝะธะผะฐัŽั‰ะธะน ะฝะฐ ะฒั…ะพะด ะดะฒะฐ ะพั‚ัะพั€ั‚ะธั€ะพะฒะฐะฝะฝั‹ั… ะผะฐััะธะฒะฐ ั‚ะธะฟะฐ int. "ะกะบะปะตะธั‚ัŒ" ะดะฒะฐ ะผะฐััะธะฒะฐ ะฒ ะพะดะธะฝ, ะฟั€ะธั‡ะตะผ ัะดะตะปะฐั‚ัŒ ัั‚ะพ ะฝะต ะฟั€ะพัั‚ะพ ะดะพะฑะฐะฒะปะตะฝะธะตะผ ะฒั‚ะพั€ะพะณะพ ะผะฐััะธะฒะฐ ะฒ ะบะพะฝะตั† ะฟะตั€ะฒะพะณะพ...
chapter_001/src/main/java/ru/job4j/array/ArrayGlue.java
/** package info. */ package ru.job4j.array; /** class info. Concatenate and sort two Arrays. */ public class ArrayGlue { /** method info. , int. "" , . , {1,2,3,6} {1,3,4}, {1,1,2,3,3,4,6}. @return glueed sorted array @param a = first array @param b = first array */ ...
Repair encoding to UTF-8
chapter_001/src/main/java/ru/job4j/array/ArrayGlue.java
Repair encoding to UTF-8
Java
apache-2.0
44c5211f98a282afef09439c0894923698359063
0
rdesantis/hauldata
/* * Copyright (c) 2016, 2017, Ronald DeSantis * * 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 o...
dbpa/src/main/java/com/hauldata/dbpa/file/book/XlsxTargetSheet.java
/* * Copyright (c) 2016, 2017, Ronald DeSantis * * 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 o...
WRITE XLSX with styles refactored for maintainability
dbpa/src/main/java/com/hauldata/dbpa/file/book/XlsxTargetSheet.java
WRITE XLSX with styles refactored for maintainability
Java
apache-2.0
73b45730c5c8da05ad3d2ae73d16a660156982da
0
google/closure-compiler,ChadKillingsworth/closure-compiler,monetate/closure-compiler,ChadKillingsworth/closure-compiler,nawawi/closure-compiler,ChadKillingsworth/closure-compiler,monetate/closure-compiler,nawawi/closure-compiler,nawawi/closure-compiler,nawawi/closure-compiler,ChadKillingsworth/closure-compiler,google/c...
/* * Copyright 2009 The Closure Compiler 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...
src/com/google/javascript/jscomp/DefaultPassConfig.java
/* * Copyright 2009 The Closure Compiler 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...
Remove inlineTypeAliases from the common code path Also move passes that rely on alias inlining, namely stripCode and replaceIdGenerators, to come after aggressiveInlineAliases. PiperOrigin-RevId: 357224688
src/com/google/javascript/jscomp/DefaultPassConfig.java
Remove inlineTypeAliases from the common code path
Java
apache-2.0
3329d6037a474528a713e94acdc0c78f510452dd
0
Phonemetra/TurboLauncher
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
src/com/phonemetra/turbo/launcher/LauncherAppState.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
Update LauncherAppState.java
src/com/phonemetra/turbo/launcher/LauncherAppState.java
Update LauncherAppState.java
Java
apache-2.0
66527cd3a9c9407a8b0a84f7d28cad848e5f98e4
0
QULab/QULQuestionnaire-Android
/* * QUe * * Copyright (c) 2014 Quality and Usability Lab, * Telekom Innvation Laboratories, TU Berlin. All rights reserved. * https://github.com/QULab/QUe-Android * * This file is part of QUe. * * QUe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
QULQuestionnaire/src/de/tel/questionnaire/layout/QuestionLayout.java
/* * QUe * * Copyright (c) 2014 Quality and Usability Lab, * Telekom Innvation Laboratories, TU Berlin. All rights reserved. * https://github.com/QULab/QUe-Android * * This file is part of QUe. * * QUe is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
the value for the key 'required' is set to optional
QULQuestionnaire/src/de/tel/questionnaire/layout/QuestionLayout.java
the value for the key 'required' is set to optional
Java
apache-2.0
0613dc7684ac8998140b3a18c4588538c86a01c7
0
OpenGamma/OG-Commons,ChinaQuants/Strata,jmptrader/Strata,OpenGamma/Strata,nssales/Strata
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.collect.validate; import java.util.Collection; import java.util.Map; import java.util.Map.Entry; import com.google.common.base.CharMatcher; /** * Contains u...
collect/src/main/java/com/opengamma/collect/validate/ArgChecker.java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.collect.validate; import java.util.Collection; import java.util.Map; import java.util.Map.Entry; import com.google.common.base.CharMatcher; /** * Contains u...
Fix code samples to match coding conventions
collect/src/main/java/com/opengamma/collect/validate/ArgChecker.java
Fix code samples to match coding conventions
Java
bsd-3-clause
e3d45efd61c92f8c80fe22cf238bf67b1fa00363
0
appcelerator/jaxen_titanium,ukcrpb6/jaxen-wmb-extensions
// DocumentNavigator.java - Jaxen adapter for the W3C DOM level 2. // This file is in the Public Domain, and comes with NO WARRANTY. package org.jaxen.dom; import java.util.HashMap; import java.util.Iterator; import java.util.NoSuchElementException; import org.jaxen.DefaultNavigator; import org.w3c.dom.Attr; import...
src/java/main/org/jaxen/dom/DocumentNavigator.java
package org.jaxen.dom; import org.jaxen.DefaultNavigator; import org.jaxen.util.SingleObjectIterator; import org.w3c.dom.Attr; import org.w3c.dom.Comment; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NamedNodeMap; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import org.w3c.dom...
Completely new version with support for the preceding, following, previous-sibling, and next-sibling axes, more conformant namespace axis support, proper attribute node navigation, support for a new NamespaceNode node class, and full JavaDoc documentation. git-svn-id: 7abf240ce0ec4644a9bf59262a41ad5796234f37@102 4337...
src/java/main/org/jaxen/dom/DocumentNavigator.java
Completely new version with support for the preceding, following, previous-sibling, and next-sibling axes, more conformant namespace axis support, proper attribute node navigation, support for a new NamespaceNode node class, and full JavaDoc documentation.
Java
bsd-3-clause
e1ab75de9fde5759dc44ba8bf11dd147eef5f31b
0
muloem/xins,muloem/xins,muloem/xins
/* * $Id$ * * Copyright 2004 Wanadoo Nederland B.V. * See the COPYRIGHT file for redistribution and use restrictions. */ package org.xins.server; import java.io.IOException; import java.io.PrintWriter; import java.util.Enumeration; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServl...
src/java-server-framework/org/xins/server/OldStyleCallingConvention.java
/* * $Id$ * * Copyright 2004 Wanadoo Nederland B.V. * See the COPYRIGHT file for redistribution and use restrictions. */ package org.xins.server; import java.io.IOException; import java.io.PrintWriter; import java.util.Enumeration; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServl...
Slight style improvement.
src/java-server-framework/org/xins/server/OldStyleCallingConvention.java
Slight style improvement.
Java
mit
78c7fc92a3d250c19b2b5aaecece93eb6037b9bd
0
Innovimax-SARL/mix-them
package innovimax.mixthem.io; import java.io.IOException; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.IntStream; public class MultiChannelLineReader implements IMultiChannelLineInput { private final List<ILineInput> readers; /** * Constructor * @par...
src/main/java/innovimax/mixthem/io/MultiChannelLineReader.java
package innovimax.mixthem.io; import java.io.IOException; //import java.util.ArrayList; //import java.util.Iterator; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.IntStream; public class MultiChannelLineReader implements IMultiChannelLineInput { private fi...
Update MultiChannelLineReader.java
src/main/java/innovimax/mixthem/io/MultiChannelLineReader.java
Update MultiChannelLineReader.java
Java
mit
8f9f014ba2f0abe9d8e31b01d1398a654393cd03
0
hpsa/hpe-application-automation-tools-plugin,bamh/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,bamh/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,hpsa/hpe-application-automation-tools-plugin,HPSoftware/hpaa-octane-dev,HPSoftware/hpaa-octane-...
package com.hp.mqm.client; import com.hp.mqm.client.exception.AuthenticationException; import com.hp.mqm.client.exception.FileNotFoundException; import com.hp.mqm.client.exception.LoginErrorException; import com.hp.mqm.client.exception.LoginException; import com.hp.mqm.client.exception.RequestException; import com.hp....
mqm-client/mqm-rest-client-test/src/test/java/com/hp/mqm/client/MqmRestClientImplTest.java
package com.hp.mqm.client; import com.hp.mqm.client.exception.AuthenticationException; import com.hp.mqm.client.exception.FileNotFoundException; import com.hp.mqm.client.exception.LoginErrorException; import com.hp.mqm.client.exception.LoginException; import com.hp.mqm.client.exception.RequestException; import com.hp....
re-enable tests that are no longer blocked
mqm-client/mqm-rest-client-test/src/test/java/com/hp/mqm/client/MqmRestClientImplTest.java
re-enable tests that are no longer blocked
Java
mit
ec2c458a3e8aee1d56ae2a2f2f8a4d39787eb627
0
swoolcock/diddy,swoolcock/diddy,swoolcock/diddy,swoolcock/diddy,swoolcock/diddy
import android.database.Cursor; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.os.MessageQueue.IdleHandler; import android.provider.MediaStore; import android.app.Fragment; import android.net.ConnectivityManager; import com.google.android.gms.games.achievement.*...
src/diddy/native/gameService.java
import android.database.Cursor; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.os.MessageQueue.IdleHandler; import android.provider.MediaStore; import android.app.Fragment; import android.net.ConnectivityManager; import com.google.android.gms.games.achievement.*...
Added null pointer checks around GameService mHelper
src/diddy/native/gameService.java
Added null pointer checks around GameService mHelper
Java
mit
7a89951c0cbad87655c474733682909a1c40aba5
0
JPDSousa/mongo-obj-framework
package org.smof.collection; import org.bson.BsonDocument; import org.smof.element.Element; import org.smof.exception.SmofException; import org.smof.index.InternalIndex; import org.smof.parsers.SmofParser; import com.mongodb.client.MongoCollection; import com.mongodb.client.MongoDatabase; @SuppressWarnings("javadoc...
src/org/smof/collection/Smof.java
package org.smof.collection; import org.bson.BsonDocument; import org.smof.element.Element; import org.smof.exception.SmofException; import org.smof.index.InternalIndex; import org.smof.parsers.SmofParser; import com.mongodb.client.MongoDatabase; @SuppressWarnings("javadoc") public class Smof { private static Smo...
Performed small code refactoring
src/org/smof/collection/Smof.java
Performed small code refactoring
Java
mpl-2.0
1386714e81efa97ded557ec439f62a30b965ece1
0
carlwilson/veraPDF-library
package org.verapdf.model.impl.pb.operator.textshow; import org.apache.log4j.Logger; import org.apache.pdfbox.cos.COSArray; import org.apache.pdfbox.cos.COSBase; import org.apache.pdfbox.cos.COSString; import org.apache.pdfbox.preflight.font.container.FontContainer; import org.verapdf.model.factory.font.FontFactory; i...
model-implementation/src/main/java/org/verapdf/model/impl/pb/operator/textshow/PBOpTextShow.java
package org.verapdf.model.impl.pb.operator.textshow; import org.apache.log4j.Logger; import org.apache.pdfbox.cos.COSArray; import org.apache.pdfbox.cos.COSBase; import org.apache.pdfbox.cos.COSString; import org.apache.pdfbox.preflight.font.container.FontContainer; import org.verapdf.model.factory.font.FontFactory; i...
Fixed sonar issue.
model-implementation/src/main/java/org/verapdf/model/impl/pb/operator/textshow/PBOpTextShow.java
Fixed sonar issue.
Java
agpl-3.0
f7a9f0a89f03ed6034a6a3ce455e83e5a700ebdb
0
brsimioni/rstudio,jar1karp/rstudio,jzhu8803/rstudio,thklaus/rstudio,tbarrongh/rstudio,tbarrongh/rstudio,maligulzar/Rstudio-instrumented,jzhu8803/rstudio,Sage-Bionetworks/rstudio,more1/rstudio,JanMarvin/rstudio,jzhu8803/rstudio,JanMarvin/rstudio,jrnold/rstudio,jar1karp/rstudio,jar1karp/rstudio,nvoron23/rstudio,piershard...
/* * SVNHistoryStrategy.java * * Copyright (C) 2009-11 by RStudio, Inc. * * This program is licensed to you under the terms of version 3 of the * GNU Affero General Public License. This program is distributed WITHOUT * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, * MERCHANTABILITY OR FI...
src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/dialog/SVNHistoryStrategy.java
/* * SVNHistoryStrategy.java * * Copyright (C) 2009-11 by RStudio, Inc. * * This program is licensed to you under the terms of version 3 of the * GNU Affero General Public License. This program is distributed WITHOUT * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, * MERCHANTABILITY OR FI...
Another try at suppressing multiple svn history calls
src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/svn/dialog/SVNHistoryStrategy.java
Another try at suppressing multiple svn history calls
Java
lgpl-2.1
5e82d59a133485d8cbafc6363a0182bc64b32261
0
zebrik/testsuite,honza-kasik/testsuite,hpehl/testsuite,hal/testsuite,hpehl/testsuite,hal/testsuite,zebrik/testsuite,honza-kasik/testsuite
/* * JBoss, Home of Professional Open Source. * Copyright 2016, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
common/src/main/java/org/jboss/hal/testsuite/testlistener/ServerStateLoggerOperations.java
/* * JBoss, Home of Professional Open Source. * Copyright 2016, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
Making inner class static as it is suggested to do so
common/src/main/java/org/jboss/hal/testsuite/testlistener/ServerStateLoggerOperations.java
Making inner class static as it is suggested to do so
Java
lgpl-2.1
1ff9f840de1beca976f340192678b6ae0bf63bc1
0
exedio/copernica,exedio/copernica,exedio/copernica
package com.exedio.cope.lib; import java.sql.SQLException; import com.mysql.jdbc.Driver; public final class MysqlDatabase extends Database // TODO // implements DatabaseTimestampCapable // would require type "timestamp(14,3) null default null" // but (14,3) is not yet supported // "null default null" is needed to ...
lib/mysqlsrc/com/exedio/cope/lib/MysqlDatabase.java
package com.exedio.cope.lib; import java.sql.SQLException; import com.mysql.jdbc.Driver; public final class MysqlDatabase extends Database // TODO implement DatabaseTimestampCapable { static { try { Class.forName(Driver.class.getName()); } catch(ClassNotFoundException e) { throw new NestingRuntime...
additional hints about timestamps git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@1755 e7d4fc99-c606-0410-b9bf-843393a9eab7
lib/mysqlsrc/com/exedio/cope/lib/MysqlDatabase.java
additional hints about timestamps
Java
lgpl-2.1
17eaa0ffb3eb4175f0faa7a32c6fc3d57dd206f9
0
bstansberry/wildfly-core,jamezp/wildfly-core,soul2zimate/wildfly-core,soul2zimate/wildfly-core,ivassile/wildfly-core,yersan/wildfly-core,JiriOndrusek/wildfly-core,darranl/wildfly-core,darranl/wildfly-core,jamezp/wildfly-core,JiriOndrusek/wildfly-core,jamezp/wildfly-core,luck3y/wildfly-core,ivassile/wildfly-core,aloubya...
/* * JBoss, Home of Professional Open Source * Copyright 2014, JBoss Inc., and individual contributors as indicated * by the @authors tag. * * 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 ...
controller/src/test/java/org/jboss/as/controller/operation/global/CollectionOperationsTestCase.java
/* * JBoss, Home of Professional Open Source * Copyright 2014, JBoss Inc., and individual contributors as indicated * by the @authors tag. * * 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 ...
[WFCORE-967] Show how the map and list operations do not work when used in a composite
controller/src/test/java/org/jboss/as/controller/operation/global/CollectionOperationsTestCase.java
[WFCORE-967] Show how the map and list operations do not work when used in a composite
Java
apache-2.0
d4f285d5aa7fd31953aa50aae1a838f8fe4511ef
0
nla/bamboo,nla/bamboo,nla/bamboo,nla/bamboo
package bamboo.task; import bamboo.crawl.Warc; import bamboo.crawl.Warcs; import org.archive.io.ArchiveReader; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.IOException; import java.io.OutputStream; import java.net.URI; import java.net.URL; import java.nio.file.Files; import java.nio.file.Pa...
ui/src/bamboo/task/TextCache.java
package bamboo.task; import bamboo.crawl.Warc; import bamboo.crawl.Warcs; import org.archive.io.ArchiveReader; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.IOException; import java.io.OutputStream; import java.net.URI; import java.net.URL; import java.nio.file.Files; import java.nio.file.Pa...
Fix typo s/test/text/
ui/src/bamboo/task/TextCache.java
Fix typo s/test/text/
Java
apache-2.0
1b8a2fd159fa43f524caad98dfdb9e10d3e3888a
0
krasa/MavenHelper,fengyie007/MavenHelper
package krasa.mavenrun.analyzer; import com.intellij.ide.CommonActionsManager; import com.intellij.ide.DefaultTreeExpander; import com.intellij.openapi.actionSystem.ActionToolbar; import com.intellij.openapi.actionSystem.DefaultActionGroup; import com.intellij.openapi.actionSystem.ex.ActionManagerEx; import com.intell...
src/krasa/mavenrun/analyzer/GuiForm.java
package krasa.mavenrun.analyzer; import com.intellij.ide.CommonActionsManager; import com.intellij.ide.DefaultTreeExpander; import com.intellij.openapi.actionSystem.ActionToolbar; import com.intellij.openapi.actionSystem.DefaultActionGroup; import com.intellij.openapi.actionSystem.ex.ActionManagerEx; import com.intell...
#14 IJ15 compatibility
src/krasa/mavenrun/analyzer/GuiForm.java
#14 IJ15 compatibility
Java
apache-2.0
5b3c83c417b82d13c57bb1e145663896211fafb3
0
mattbertolini/liquibase,mattbertolini/liquibase,fossamagna/liquibase,jimmycd/liquibase,liquibase/liquibase,mattbertolini/liquibase,jimmycd/liquibase,jimmycd/liquibase,fossamagna/liquibase,jimmycd/liquibase,mattbertolini/liquibase,fossamagna/liquibase,liquibase/liquibase,liquibase/liquibase
package liquibase; import liquibase.change.CheckSum; import liquibase.change.core.RawSQLChange; import liquibase.changelog.*; import liquibase.changelog.filter.*; import liquibase.changelog.visitor.*; import liquibase.command.CommandExecutionException; import liquibase.command.CommandFactory; import liquibase.command....
liquibase-core/src/main/java/liquibase/Liquibase.java
package liquibase; import liquibase.change.CheckSum; import liquibase.change.core.RawSQLChange; import liquibase.changelog.*; import liquibase.changelog.filter.*; import liquibase.changelog.visitor.*; import liquibase.command.CommandExecutionException; import liquibase.command.CommandFactory; import liquibase.command....
Fix changeLogSync issue when Hub settings exist DAT-6938
liquibase-core/src/main/java/liquibase/Liquibase.java
Fix changeLogSync issue when Hub settings exist
Java
apache-2.0
b8087c6d0ea4a91b59bb806d95c3cf1a21a898ee
0
jpav/camel,grgrzybek/camel,cunningt/camel,mgyongyosi/camel,NickCis/camel,askannon/camel,atoulme/camel,veithen/camel,royopa/camel,lburgazzoli/camel,sverkera/camel,maschmid/camel,w4tson/camel,sirlatrom/camel,bdecoste/camel,isururanawaka/camel,dmvolod/camel,jamesnetherton/camel,jmandawg/camel,bgaudaen/camel,noelo/camel,jo...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
camel-core/src/test/java/org/apache/camel/component/file/FileConsumePollEnrichFileTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
Fixed test
camel-core/src/test/java/org/apache/camel/component/file/FileConsumePollEnrichFileTest.java
Fixed test
Java
apache-2.0
8ce1b37a319d12cf87bfc28f9ab245b33e511042
0
cheng-li/pyramid,cheng-li/pyramid
package edu.neu.ccs.pyramid.classification.logistic_regression; import edu.neu.ccs.pyramid.classification.Classifier; import edu.neu.ccs.pyramid.dataset.ClfDataSet; import edu.neu.ccs.pyramid.dataset.DataSet; import edu.neu.ccs.pyramid.dataset.LabelTranslator; import edu.neu.ccs.pyramid.eval.KLDivergence; import edu.n...
src/main/java/edu/neu/ccs/pyramid/classification/logistic_regression/LogisticRegression.java
package edu.neu.ccs.pyramid.classification.logistic_regression; import edu.neu.ccs.pyramid.classification.Classifier; import edu.neu.ccs.pyramid.dataset.ClfDataSet; import edu.neu.ccs.pyramid.dataset.DataSet; import edu.neu.ccs.pyramid.dataset.LabelTranslator; import edu.neu.ccs.pyramid.eval.KLDivergence; import edu.n...
rename parameters
src/main/java/edu/neu/ccs/pyramid/classification/logistic_regression/LogisticRegression.java
rename parameters
Java
apache-2.0
977a785de9e80c6bba9afe240adddf5ffc705794
0
yole/conflued
package ru.yole.conflued.ui; import com.intellij.ide.projectView.PresentationData; import com.intellij.ide.util.treeView.NodeDescriptor; import com.intellij.ide.util.treeView.PresentableNodeDescriptor; import com.intellij.openapi.editor.colors.EditorColorsManager; import com.intellij.openapi.project.Project; import co...
src/ru/yole/conflued/ui/ConfObjectNode.java
package ru.yole.conflued.ui; import com.intellij.ide.util.treeView.NodeDescriptor; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Comparing; import com.intellij.openapi.util.IconLoader; import ru.yole.conflued.model.ConfObject; import ru.yole.conflued.model.ConfPage; import ru.yole.confl...
show modified pages in blue
src/ru/yole/conflued/ui/ConfObjectNode.java
show modified pages in blue
Java
apache-2.0
5a1c45e1777aade4f9394a17454cf9c8ad82f852
0
apache/sandesha,apache/sandesha,apache/sandesha
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
applied the patch for SANDESHA-184 git-svn-id: 2b86aa0691b69980d9a6f3f27dca0ec9e0ea7276@724249 13f79535-47bb-0310-9956-ffa450edef68
modules/core/src/main/java/org/apache/sandesha2/msgprocessors/MakeConnectionProcessor.java
applied the patch for SANDESHA-184
Java
apache-2.0
401ab387382fff510bb79f43eb7e2893a0f0e0ff
0
adufilie/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,danteinforn...
/* * * 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"); ...
modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.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"); ...
FLEX-34332: info frame should return info in the context of the current worker.
modules/debugger/src/java/flex/tools/debugger/cli/DebugCLI.java
FLEX-34332: info frame should return info in the context of the current worker.
Java
apache-2.0
ed33955cae87e9bd4ff66d7ececa240b23e7315e
0
dysbulic/habit_tracker,wholcomb/habit_tracker,dysbulic/habit_tracker,wholcomb/habit_tracker,dysbulic/habit_tracker,dysbulic/habit_tracker,wholcomb/habit_tracker,dysbulic/habit_tracker,wholcomb/habit_tracker,wholcomb/habit_tracker,wholcomb/habit_tracker,dysbulic/habit_tracker
/* * Copyright (C) 2010 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 applicab...
src/com/example/android/samplesync/client/NetworkUtilities.java
/* * Copyright (C) 2010 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 applicab...
switching authentication source
src/com/example/android/samplesync/client/NetworkUtilities.java
switching authentication source
Java
apache-2.0
d4e615189fe33b246e34ecc1b2b97153b21abbd0
0
danc86/jena-core,danc86/jena-core
/****************************************************************** * File: TestGenericRules.java * Created by: Dave Reynolds * Created on: 08-Jun-2003 * * (c) Copyright 2003, Hewlett-Packard Development Company, LP * [See end of file] * $Id: TestGenericRules.java,v 1.12 2004-02-20 11:22:10 der Exp $ ...
src/com/hp/hpl/jena/reasoner/rulesys/test/TestGenericRules.java
/****************************************************************** * File: TestGenericRules.java * Created by: Dave Reynolds * Created on: 08-Jun-2003 * * (c) Copyright 2003, Hewlett-Packard Development Company, LP * [See end of file] * $Id: TestGenericRules.java,v 1.11 2004-02-20 10:35:42 der Exp $ ...
Reenabled tests left disabled by accident. git-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1111421 13f79535-47bb-0310-9956-ffa450edef68
src/com/hp/hpl/jena/reasoner/rulesys/test/TestGenericRules.java
Reenabled tests left disabled by accident.
Java
apache-2.0
61c26e99f775c2df239f441b32a0cb153d55a1ad
0
aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
src/main/java/org/elasticsearch/rest/action/admin/cluster/node/stats/RestNodesStatsAction.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Remove support for field names in node_stats url Field names ended up making the urls too long, fields are still supported as query string parameters though (same as indices stats)
src/main/java/org/elasticsearch/rest/action/admin/cluster/node/stats/RestNodesStatsAction.java
Remove support for field names in node_stats url
Java
apache-2.0
14f54df4ff2f3e6747a72cb7e4b0322acbf76d9f
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2011 University of British Columbia * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
gemma-mda/src/main/java/ubic/gemma/model/association/phenotype/PhenotypeAssociationDaoImpl.java
/* * The Gemma project * * Copyright (c) 2011 University of British Columbia * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
fix for 4099
gemma-mda/src/main/java/ubic/gemma/model/association/phenotype/PhenotypeAssociationDaoImpl.java
fix for 4099
Java
apache-2.0
efdbca65496d8d6d928398833c86091dcbeb74eb
0
apache/commons-jcs,apache/commons-jcs,apache/commons-jcs
package org.apache.commons.jcs.auxiliary.disk.indexed; /* * 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 ...
commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCache.java
package org.apache.commons.jcs.auxiliary.disk.indexed; /* * 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 ...
JCS-194 NullPointerException in IndexedDiskCache.addToRecycleBin(...)
commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCache.java
JCS-194 NullPointerException in IndexedDiskCache.addToRecycleBin(...)
Java
apache-2.0
3867a6223e610e1a513bb6f7b0c35576a0f7dd87
0
apache/felix-dev,apache/felix-dev,apache/felix-dev,apache/felix-dev
/* * 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 ...
dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/ServiceRaceTest.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 ...
Finalized this test, which is reproducing some problems inside ConfigurationDependencyImpl. Also, this test seems to reproduce a NPE inside config admin (see FELIX-4385). git-svn-id: e057f57e93a604d3b43d277ae69bde5ebf332112@1558377 13f79535-47bb-0310-9956-ffa450edef68
dependencymanager/test/src/test/java/org/apache/felix/dm/test/integration/api/ServiceRaceTest.java
Finalized this test, which is reproducing some problems inside ConfigurationDependencyImpl. Also, this test seems to reproduce a NPE inside config admin (see FELIX-4385).
Java
apache-2.0
1f0507dc924bef311da5d124c244691ee063d499
0
apache/jackrabbit-oak,anchela/jackrabbit-oak,apache/jackrabbit-oak,amit-jain/jackrabbit-oak,apache/jackrabbit-oak,trekawek/jackrabbit-oak,anchela/jackrabbit-oak,mreutegg/jackrabbit-oak,trekawek/jackrabbit-oak,anchela/jackrabbit-oak,amit-jain/jackrabbit-oak,mreutegg/jackrabbit-oak,mreutegg/jackrabbit-oak,mreutegg/jackra...
/* * 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 ...
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBBlobStoreDB.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 ...
OAK-8909: RDBBlobStore: when creating META table for SQL Server, assign readable name for PK git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1874084 13f79535-47bb-0310-9956-ffa450edef68
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/rdb/RDBBlobStoreDB.java
OAK-8909: RDBBlobStore: when creating META table for SQL Server, assign readable name for PK
Java
apache-2.0
ce99cc31e9c34504669c30b160eb55c7cacd9966
0
steveloughran/hadoop,wwjiang007/hadoop,steveloughran/hadoop,nandakumar131/hadoop,wwjiang007/hadoop,JingchengDu/hadoop,lukmajercak/hadoop,lukmajercak/hadoop,lukmajercak/hadoop,mapr/hadoop-common,nandakumar131/hadoop,apache/hadoop,nandakumar131/hadoop,lukmajercak/hadoop,steveloughran/hadoop,apache/hadoop,mapr/hadoop-comm...
/** * 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...
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.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...
HDFS-14303. Addendum: check block directory logic not correct when there is only meta file, print no meaning warn log. Contributed by qiang Liu.
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.java
HDFS-14303. Addendum: check block directory logic not correct when there is only meta file, print no meaning warn log. Contributed by qiang Liu.
Java
bsd-2-clause
a6ea364aec8c043872f3aded24899a9aa31f8c4c
0
voronaam/jflag
package ca.vorona.jflag; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.Field; import java.util.NoSuchElementException; import java.util.regex.Matcher; import java.util.regex.Pattern; import one.elf.*; import sun.misc.Unsafe; public class Runner { ...
src/main/java/ca/vorona/jflag/Runner.java
package ca.vorona.jflag; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.Field; import java.util.NoSuchElementException; import java.util.regex.Matcher; import java.util.regex.Pattern; import one.elf.*; import sun.misc.Unsafe; public class Runner { ...
Segfault :)
src/main/java/ca/vorona/jflag/Runner.java
Segfault :)
Java
bsd-3-clause
21730197f9c8c4d491f0ef2977f144329c8afd8a
0
oscii-lab/lex,oscii-lab/lex
package org.oscii; import com.google.gson.Gson; import com.google.gson.stream.JsonWriter; import org.apache.commons.cli.*; import org.oscii.concordance.AlignedCorpus; import org.oscii.lex.Meaning; import org.oscii.panlex.PanLexJSONParser; import java.io.File; import java.io.FileWriter; import java.io.IOException; imp...
src/main/java/org/oscii/Main.java
package org.oscii; import com.google.gson.Gson; import com.google.gson.stream.JsonWriter; import org.apache.commons.cli.*; import org.oscii.concordance.AlignedCorpus; import org.oscii.lex.Meaning; import org.oscii.panlex.PanLexJSONParser; import java.io.File; import java.io.FileWriter; import java.io.IOException; imp...
add TODO
src/main/java/org/oscii/Main.java
add TODO
Java
bsd-3-clause
8af7b8a545a4e770eabc5e8b940b1a04cbeb5acc
0
krishagni/openspecimen,asamgir/openspecimen,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen,NCIP/catissue-core,NCIP/catissue-core,NCIP/catissue-core
/** * <p>Title: Constants Class> * <p>Description: This class stores the constants used in the operations in the application.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Gautam Shetty * @version 1.00 * Created on Mar 16, 2005 */ p...
WEB-INF/src/edu/wustl/catissuecore/util/global/Constants.java
/** * <p>Title: Constants Class> * <p>Description: This class stores the constants used in the operations in the application.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Gautam Shetty * @version 1.00 * Created on Mar 16, 2005 */ p...
specimen Collection Group SVN-Revision: 458
WEB-INF/src/edu/wustl/catissuecore/util/global/Constants.java
specimen Collection Group
Java
bsd-3-clause
795e3631bda3c23261f00aec1b80b7a7bd80ad1f
0
dejlek/jlib
package com.areen.jlib; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest(final ...
src/test/java/com/areen/jlib/AppTest.java
package com.areen.jlib; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest(final ...
SVN ID set. APC-605 git-svn-id: a6571597954494654385eb5e6693f686f629ea20@136 bee1aa47-a06f-436c-a2f2-6a1efea3c100
src/test/java/com/areen/jlib/AppTest.java
SVN ID set. APC-605
Java
mit
a207a183652225a5a0647fdad140aa2481ca3ff5
0
codistmonk/IMJ
package imj2.tools; import static java.lang.Math.max; import static java.lang.Math.min; import static net.sourceforge.aprog.swing.SwingTools.horizontalBox; import static net.sourceforge.aprog.tools.Tools.cast; import static net.sourceforge.aprog.tools.Tools.debugPrint; import static net.sourceforge.aprog.tools....
IMJ/src/imj2/tools/Image2DComponent.java
package imj2.tools; import static java.lang.Math.max; import static java.lang.Math.min; import static net.sourceforge.aprog.swing.SwingTools.horizontalBox; import static net.sourceforge.aprog.tools.Tools.debugPrint; import static net.sourceforge.aprog.tools.Tools.unchecked; import imj2.core.Image2D; import i...
[IMJ][imj2] Updated Image2DComponent.
IMJ/src/imj2/tools/Image2DComponent.java
[IMJ][imj2] Updated Image2DComponent.
Java
mit
deeb448a35d597e8f39f69105dfd2766c4807599
0
bcgit/bc-java,bcgit/bc-java,bcgit/bc-java
package org.bouncycastle.util; import java.math.BigInteger; import java.util.NoSuchElementException; /** * General array utilities. */ public final class Arrays { private Arrays() { // static class, hide constructor } public static boolean areAllZeroes(byte[] buf, int off, int len) { ...
core/src/main/java/org/bouncycastle/util/Arrays.java
package org.bouncycastle.util; import java.math.BigInteger; import java.util.NoSuchElementException; /** * General array utilities. */ public final class Arrays { private Arrays() { // static class, hide constructor } public static boolean areAllZeroes(byte[] buf, int off, int len) { ...
minor reformatting.
core/src/main/java/org/bouncycastle/util/Arrays.java
minor reformatting.
Java
mit
6d3906b67962863df6bc096a8c32b88a47e62cc2
0
metricAppTeam/metricapp-server
package metricapp.rest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.spring...
src/main/java/metricapp/rest/MetricRestController.java
package metricapp.rest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.spring...
added javadoc
src/main/java/metricapp/rest/MetricRestController.java
added javadoc
Java
mit
8ebe68ba590baca852e83b8c4d2897dea313340e
0
cs383-4/sQuire
package squire.controllers; import google.mobwrite.ShareJTextComponent; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.fxml.Initializable; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.control.Button;...
src/main/java/squire/controllers/EditorController.java
package squire.controllers; import google.mobwrite.ShareJTextComponent; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.fxml.Initializable; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.control.Button;...
Added compilation error checking.
src/main/java/squire/controllers/EditorController.java
Added compilation error checking.
Java
mit
63c46007670206564cb41290424be0296724a29e
0
dbisUnibas/cineast,vitrivr/cineast,vitrivr/cineast
package org.vitrivr.cineast.api.websocket; import java.io.IOException; import java.util.HashMap; import java.util.Queue; import java.util.concurrent.*; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.eclipse.jetty.websocket.api.Session; import org.eclipse.jetty.websocket...
src/org/vitrivr/cineast/api/websocket/WebsocketAPI.java
package org.vitrivr.cineast.api.websocket; import java.io.IOException; import java.util.HashMap; import java.util.Queue; import java.util.concurrent.*; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.eclipse.jetty.websocket.api.Session; import org.eclipse.jetty.websocket...
Integrated the SegmentQueryMessageHandler.
src/org/vitrivr/cineast/api/websocket/WebsocketAPI.java
Integrated the SegmentQueryMessageHandler.
Java
mit
2ac5c88b04abb4a17f5ca5d6775814ad096a398d
0
sameer49/Appium-Grid-For-Android,sameer49/Appium-Grid-For-Android
package example; import libs.BaseTest; import org.openqa.selenium.By; public class GmailExmaple extends BaseTest{ public GmailExmaple(){ } public GmailExmaple(int deviceNum){ super(deviceNum); } public void login(){ try{ driver.get("http://gmail.com/"); Thread.sleep(2000); driver.findElement(...
src/example/GmailExmaple.java
package example; import libs.BaseTest; import org.openqa.selenium.By; public class GmailExmaple extends BaseTest{ public GmailExmaple(){ } public GmailExmaple(int deviceNum){ super(deviceNum); } public void login(){ try{ driver.get("http://gmail.com/"); Thread.sleep(2000); driver.findElement(...
added method call to destroy driver
src/example/GmailExmaple.java
added method call to destroy driver
Java
mit
6412363246fdd227ac8b2cbf1f1dd43af8fc37ec
0
gems-uff/prov-viewer
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.provviewer.GUI; import br.uff.ic.utility.graph.Edge; import br.uff.ic.provviewer.Layout.Temporal_Layout; import br.u...
src/main/java/br/uff/ic/provviewer/GUI/GuiFunctions.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.provviewer.GUI; import br.uff.ic.utility.graph.Edge; import br.uff.ic.provviewer.Layout.Temporal_Layout; import br.u...
Changed the constructor for vertex shapes to include the new parameter to configure the shape size
src/main/java/br/uff/ic/provviewer/GUI/GuiFunctions.java
Changed the constructor for vertex shapes to include the new parameter to configure the shape size
Java
epl-1.0
8f52ed0464a1002ac073dbf9541ecba82886e79d
0
522986491/yangtools,opendaylight/yangtools,opendaylight/yangtools,NovusTheory/yangtools
/* * Copyright (c) 2014 Cisco Systems, Inc. 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, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/schema/tree/SynchronizedDataTreeModification.java
/* * Copyright (c) 2014 Cisco Systems, Inc. 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, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
BUG-869: allow instantiation of SynchronizedDataTreeModification create() method should be static. Change-Id: If0bce2139163fccee8da7d8da4307a6e3d8d2dc3 Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/schema/tree/SynchronizedDataTreeModification.java
BUG-869: allow instantiation of SynchronizedDataTreeModification
Java
epl-1.0
907fa1ff33da7ad2335ea2d0f9d5cc78622998b0
0
spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4
/******************************************************************************* * Copyright (c) 2017, 2018 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/requestmapping/RequestMappingHoverProvider.java
/******************************************************************************* * Copyright (c) 2017, 2018 Pivotal, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available...
Minor refactoring reading from RM tuple
headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/requestmapping/RequestMappingHoverProvider.java
Minor refactoring reading from RM tuple
Java
agpl-3.0
d078bf80d44d861e9fef1154ee0d247976fce848
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
484be43e-2e61-11e5-9284-b827eb9e62be
hello.java
48463d2c-2e61-11e5-9284-b827eb9e62be
484be43e-2e61-11e5-9284-b827eb9e62be
hello.java
484be43e-2e61-11e5-9284-b827eb9e62be
Java
apache-2.0
a6ea551789ba62064b129c2372c334869ecc3c8d
0
subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/base,subutai-io/Subutai,subutai-io/Subutai,subutai-io/Subutai,subutai-io/Subutai,subutai-io/base,subutai-io/base
package org.safehaus.kiskis.mgmt.server.ui; import com.vaadin.Application; import com.vaadin.terminal.Sizeable; import com.vaadin.terminal.gwt.server.HttpServletRequestListener; import com.vaadin.ui.*; import com.vaadin.ui.themes.Runo; import java.util.Collections; import org.safehaus.kiskis.mgmt.server.ui.services.Mo...
management/server/vaadin/vaadin-ui/src/main/java/org/safehaus/kiskis/mgmt/server/ui/MgmtApplication.java
package org.safehaus.kiskis.mgmt.server.ui; import com.vaadin.Application; import com.vaadin.terminal.Sizeable; import com.vaadin.terminal.gwt.server.HttpServletRequestListener; import com.vaadin.ui.*; import com.vaadin.ui.themes.Runo; import java.util.Collections; import org.safehaus.kiskis.mgmt.server.ui.services.Mo...
prepare mongo for demo Former-commit-id: 5a354866bedfb29d62e993fd3b67bd6d773cc269
management/server/vaadin/vaadin-ui/src/main/java/org/safehaus/kiskis/mgmt/server/ui/MgmtApplication.java
prepare mongo for demo
Java
apache-2.0
00b2f67a4a678a86de59036afdfd9d3ac586ca8c
0
skeleton-software-community/skeleton-generator,skeleton-software-community/skeleton-generator,skeleton-software-community/skeleton-generator,skeleton-software-community/skeleton-generator,skeleton-software-community/skeleton-generator
package org.sklsft.generator.repository.backup.reader.impl; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.util.List; import org.sklsft.generator.exception.InvalidFileException; import org.sklsft.generator.exception.ReadBackupFailureException; import org.sklsft.generator.rep...
generator-root/generator-repository/src/main/java/org/sklsft/generator/repository/backup/reader/impl/TextDelimitedFileBackupReader.java
package org.sklsft.generator.repository.backup.reader.impl; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.util.List; import org.sklsft.generator.exception.InvalidFileException; import org.sklsft.generator.exception.ReadBackupFailureException; import org.sklsft.generator.rep...
correction pour analyser les echecs a la lecture du backup
generator-root/generator-repository/src/main/java/org/sklsft/generator/repository/backup/reader/impl/TextDelimitedFileBackupReader.java
correction pour analyser les echecs a la lecture du backup
Java
apache-2.0
5b630871983790588cdaa5921c39d05c414e18e1
0
babble/babble,babble/babble,babble/babble,babble/babble,babble/babble,babble/babble
// IdentitySet.java /** * Copyright (C) 2008 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that...
src/main/ed/util/IdentitySet.java
// IdentitySet.java /** * Copyright (C) 2008 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that...
addAll/Iterable
src/main/ed/util/IdentitySet.java
addAll/Iterable
Java
apache-2.0
bba078db67f03c0e149ca7d34ac817a2077da344
0
PetrGasparik/midpoint,arnost-starosta/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,PetrGasparik/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,PetrGasparik/midpoint,arnost-starosta/midpoint,Pardus-Engerek/engerek,PetrGasparik/midpoint,Pardus-Engerek/engerek,arnost-starosta/midpoint
/* * Copyright (c) 2010-2013 Evolveum * * 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...
provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ConnectorManager.java
/* * Copyright (c) 2010-2013 Evolveum * * 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...
Better handling of empty resource configuration
provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ConnectorManager.java
Better handling of empty resource configuration
Java
apache-2.0
61f24bc837e0b636a80502cd4eaf34f3aad5af73
0
alex-charos/ttlfc
package com.spectral.ttlfc.test.service; import static org.junit.Assert.*; import java.util.Set; import org.junit.Test; import com.spectral.ttlfc.model.Card; import com.spectral.ttlfc.service.CardService; import com.spectral.ttlfc.service.impl.FootballPlayerCardService; public class CardServiceTest { @Test pub...
src/test/java/com/spectral/ttlfc/test/service/CardServiceTest.java
package com.spectral.ttlfc.test.service; import static org.junit.Assert.*; import java.util.Set; import org.junit.Test; import com.spectral.ttlfc.model.Card; import com.spectral.ttlfc.service.CardService; import com.spectral.ttlfc.service.impl.FootballPlayerCardService; public class CardServiceTest { @Test pub...
fixed test assertion
src/test/java/com/spectral/ttlfc/test/service/CardServiceTest.java
fixed test assertion
Java
apache-2.0
25b3e70a2beefa278e14bd797b29adadc16ad8a6
0
fanksid/twu-biblioteca-fanksid
package com.twu.biblioteca; import java.util.Scanner; public class BibliotecaApp { public static void main(String[] args) { // login int usrcode = 0; String user = ""; System.out.println("Hello there, welcome to the library.\n" + "Press 1 to login as customer and press other char...
src/com/twu/biblioteca/BibliotecaApp.java
package com.twu.biblioteca; import java.util.Scanner; public class BibliotecaApp { public static void main(String[] args) { // login int usrcode = 0; System.out.println("Hello there, welcome to the library.\n" + "Press 1 to login as customer and press other characters to login as libr...
add user login, movie list and borrowed user.
src/com/twu/biblioteca/BibliotecaApp.java
add user login, movie list and borrowed user.
Java
apache-2.0
097a6470016b45d7c7746664e5887e16039f40a1
0
jdereg/n-cube,kpartlow/n-cube,bheekin/n-cube,crowland/n-cube,nabsha/n-cube,tympollack/n-cube,crowland/n-cube
package com.cedarsoftware.ncube; import com.cedarsoftware.ncube.formatters.JsonFormatter; import com.cedarsoftware.ncube.util.CdnClassLoader; import com.cedarsoftware.util.IOUtilities; import com.cedarsoftware.util.StringUtilities; import com.cedarsoftware.util.UniqueIdGenerator; import com.cedarsoftware.util.io.JsonO...
src/main/java/com/cedarsoftware/ncube/NCubeManager.java
package com.cedarsoftware.ncube; import com.cedarsoftware.ncube.formatters.JsonFormatter; import com.cedarsoftware.ncube.util.CdnClassLoader; import com.cedarsoftware.util.IOUtilities; import com.cedarsoftware.util.StringUtilities; import com.cedarsoftware.util.UniqueIdGenerator; import com.cedarsoftware.util.io.JsonO...
Updated error reporting on connection validation.
src/main/java/com/cedarsoftware/ncube/NCubeManager.java
Updated error reporting on connection validation.
Java
apache-2.0
cc7cdda8b70635508563410b69a47fe8054e09be
0
trifork/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,csae1152/erjang,trifork/erjang,trifork/erjang,trifork/erjang,csae1152/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/driver/FDDriverInstance.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...
ignore interruption io error
src/main/java/erjang/driver/FDDriverInstance.java
ignore interruption io error
Java
apache-2.0
1324e85b8744591f735dfa8fc70682dbad8f7ace
0
SpenceSouth/encog-java-core,Crespo911/encog-java-core,danilodesousacubas/encog-java-core,danilodesousacubas/encog-java-core,spradnyesh/encog-java-core,spradnyesh/encog-java-core,SpenceSouth/encog-java-core,krzysztof-magosa/encog-java-core,Crespo911/encog-java-core,krzysztof-magosa/encog-java-core,ThiagoGarciaAlves/enco...
/* * Encog(tm) Core v3.0 Unit Test - 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 Licen...
test/org/encog/persist/TestPersistBAM.java
/* * Encog(tm) Core v3.0 Unit Test - 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 Licen...
Converted BAM persist git-svn-id: f699b99be54c313e643266d5dd560bc939300b59@2919 f90f6e9a-ac51-0410-b353-d1b83c6f6923
test/org/encog/persist/TestPersistBAM.java
Converted BAM persist
Java
apache-2.0
c6045bb19c24a2536110eebb9bb4c4d79a02baf9
0
fitermay/intellij-community,slisson/intellij-community,michaelgallacher/intellij-community,Lekanich/intellij-community,allotria/intellij-community,tmpgit/intellij-community,lucafavatella/intellij-community,MER-GROUP/intellij-community,ahb0327/intellij-community,signed/intellij-community,vvv1559/intellij-community,clums...
package gitlog; import com.intellij.openapi.components.AbstractProjectComponent; import com.intellij.openapi.project.Project; import com.intellij.openapi.startup.StartupManager; import com.intellij.openapi.wm.ToolWindow; import com.intellij.openapi.wm.ToolWindowManager; import git4idea.GitUtil; import git4idea.repo.Gi...
plugins/git4idea/gitlog/gitlog/GitLogComponent.java
package gitlog; import com.intellij.openapi.components.AbstractProjectComponent; import com.intellij.openapi.project.Project; import com.intellij.openapi.startup.StartupManager; import git4idea.GitUtil; import git4idea.repo.GitRepository; import git4idea.repo.GitRepositoryManager; import git4idea.repo.GitRepositoryMan...
Show toolwindow on restart if it was previously showing
plugins/git4idea/gitlog/gitlog/GitLogComponent.java
Show toolwindow on restart if it was previously showing
Java
bsd-3-clause
50682ba4552c063ae5e9f7fb8c52bb3673e38203
0
CBIIT/caaers,CBIIT/caaers,NCIP/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers
package gov.nih.nci.cabig.caaers.accesscontrol.query.impl; import gov.nih.nci.cabig.caaers.dao.query.HQLQuery; import gov.nih.nci.cabig.caaers.dao.query.NativeSQLQuery; import gov.nih.nci.cabig.caaers.domain.UserGroupType; import gov.nih.nci.cabig.caaers.domain.index.IndexEntry; import java.util.ArrayList; import jav...
caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/accesscontrol/query/impl/CaaersStudyIdFetcherImpl.java
package gov.nih.nci.cabig.caaers.accesscontrol.query.impl; import gov.nih.nci.cabig.caaers.dao.query.HQLQuery; import gov.nih.nci.cabig.caaers.dao.query.NativeSQLQuery; import gov.nih.nci.cabig.caaers.domain.UserGroupType; import gov.nih.nci.cabig.caaers.domain.index.IndexEntry; import java.util.ArrayList; import jav...
CAAERS-6111 Create/Insert data in index when there is a change detected SVN-Revision: 17462
caAERS/software/core/src/main/java/gov/nih/nci/cabig/caaers/accesscontrol/query/impl/CaaersStudyIdFetcherImpl.java
CAAERS-6111 Create/Insert data in index when there is a change detected
Java
mit
cc01177d958559fa73f991c9ef17f03f0d142e38
0
leafriend/FindDiff
package net.folab.finddiff; import java.io.File; import java.io.FileNotFoundException; import java.io.FileInputStream; import java.io.IOException; import java.util.Arrays; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; public class FindDiff { public sta...
src/main/java/net/folab/finddiff/FindDiff.java
package net.folab.finddiff; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Arrays; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; public class FindDiff { public static void main(String[] args) thr...
* Print file name and progress during comparing. * Compare file content also -- before, it compared only file size.
src/main/java/net/folab/finddiff/FindDiff.java
* Print file name and progress during comparing. * Compare file content also -- before, it compared only file size.
Java
mit
b2542c0bcd492b4f1b02559312e4885968e22f46
0
gburdell/apfe,gburdell/apfe
/* * The MIT License * * Copyright 2014 gburdell. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify...
maze/test/apfe/maze/runtime/SequenceTest.java
/* * The MIT License * * Copyright 2014 gburdell. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify...
added Repetition to test. 1st run through shows issue with empty/epsilon leaf added back, so we essentially get into infinite loop
maze/test/apfe/maze/runtime/SequenceTest.java
added Repetition to test. 1st run through shows issue with empty/epsilon leaf added back, so we essentially get into infinite loop
Java
mit
977aa046704422d9e09c28b30e3c3f71d35ffac6
0
rossdrew/emuRox,rossdrew/emuRox
package com.rox.emu.mem; import org.junit.Before; import org.junit.Test; import java.util.Arrays; import static junit.framework.TestCase.assertEquals; import static junit.framework.TestCase.assertTrue; import static junit.framework.TestCase.fail; public class ReadOnlyMemoryTest { int[] memoryValues = new int[] ...
src/test/java/com/rox/emu/mem/ReadOnlyMemoryTest.java
package com.rox.emu.mem; import org.junit.Before; import org.junit.Test; import java.util.Arrays; import static junit.framework.TestCase.assertEquals; import static junit.framework.TestCase.assertTrue; import static junit.framework.TestCase.fail; public class ReadOnlyMemoryTest { int[] memoryValues = new int[] ...
[mem] Adding coverage for empty overridden method
src/test/java/com/rox/emu/mem/ReadOnlyMemoryTest.java
[mem] Adding coverage for empty overridden method
Java
mit
e8233aef45f66e39d4fdef62b59e9c833c65b7e6
0
telmomenezes/synthetic,telmomenezes/synthetic
package com.telmomenezes.synthetic.cli; import org.apache.commons.cli.CommandLine; import com.telmomenezes.synthetic.DiscreteDistrib; import com.telmomenezes.synthetic.Distrib; import com.telmomenezes.synthetic.Net; import com.telmomenezes.synthetic.generators.RandomNet; import com.telmomenezes.synthetic.io.NetFileTy...
src/com/telmomenezes/synthetic/cli/Random.java
package com.telmomenezes.synthetic.cli; import org.apache.commons.cli.CommandLine; import com.telmomenezes.synthetic.DiscreteDistrib; import com.telmomenezes.synthetic.Distrib; import com.telmomenezes.synthetic.Net; import com.telmomenezes.synthetic.generators.RandomNet; import com.telmomenezes.synthetic.io.NetFileTy...
fixing bug in Random cli command
src/com/telmomenezes/synthetic/cli/Random.java
fixing bug in Random cli command
Java
mit
a67a97332c383163cdf0ea0c945268bf9a693bfb
0
xeostream/chat
package com.trendmicro.arthur.nio.server; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.Channel; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketC...
com/trendmicro/arthur/nio/server/NServer.java
package com.trendmicro.arthur.nio.server; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.Channel; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketC...
fix bug: when client stop, server will be in dead loop
com/trendmicro/arthur/nio/server/NServer.java
fix bug: when client stop, server will be in dead loop
Java
mit
343d5dc1fadd8fba5d22966e5ead5d793a73c018
0
CyclopsMC/generator-cyclops,CyclopsMC/generator-cyclops
package <%= group %>; /** * Class that can hold basic static things that are better not hard-coded * like mod details, texture paths, ID's... * @author <%= author %> * */ @SuppressWarnings("javadoc") public class Reference { // Mod info public static final String MOD_ID = "<%= modid %>"; public stat...
generators/mod/templates/src/main/java/org/cyclops/todo/Reference.java
package <%= group %>; /** * Class that can hold basic static things that are better not hard-coded * like mod details, texture paths, ID's... * @author <%= author %> * */ @SuppressWarnings("javadoc") public class Reference { // Mod info public static final String MOD_ID = "<%= modid %>"; public stat...
Make Forge modid lowercase
generators/mod/templates/src/main/java/org/cyclops/todo/Reference.java
Make Forge modid lowercase
Java
mit
28f5d791988377060c4e3d08a1a1d3a45b4f9547
0
aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips,aterai/java-swing-tips
// -*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: // @homepage@ package example; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.awt.image.WritableRaster; import java.net...
RandomDissolve/src/java/example/MainPanel.java
// -*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: // @homepage@ package example; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import java.awt.image.DataBufferInt; import java.awt.image.WritableRaster; import java.net...
SonarLint: save and re-use this 'Random'
RandomDissolve/src/java/example/MainPanel.java
SonarLint: save and re-use this 'Random'
Java
mit
edbbaa6347e56bff1b70f5872226a8643946cc16
0
jakobehmsen/dynamake
package dynamake; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Font; import java.awt.Point; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.Com...
eclipse/src/dynamake/LiveModel.java
package dynamake; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Point; import java.awt.Rectangle; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ComponentEvent; import ja...
Attempted to improve the visual representation of button to tool associations by not only using numbers to indicate a particular mouse button also color - further, the font for mouse buttons is more distinct. Signed-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com>
eclipse/src/dynamake/LiveModel.java
Attempted to improve the visual representation of button to tool associations by not only using numbers to indicate a particular mouse button also color - further, the font for mouse buttons is more distinct.
Java
mit
f3b0d4b409bfca25248bcdc455057b682b47f24f
0
stucco/graph-alignment
package alignment.alignment_v2; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.configuration.BaseConfiguration; import org.apache.comm...
src/main/java/alignment/alignment_v2/DBConnection.java
package alignment.alignment_v2; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.configuration.BaseConfiguration; import org.apache.comm...
edgeExists improvements for tinkergraph, & general cleanup
src/main/java/alignment/alignment_v2/DBConnection.java
edgeExists improvements for tinkergraph, & general cleanup
Java
mit
320d6ab400693114862fc70bf1f0bc365c87c9c4
0
wizzardo/http,wizzardo/http
package com.wizzardo.http; import com.wizzardo.epoll.ByteBufferProvider; import com.wizzardo.epoll.Connection; import com.wizzardo.epoll.EpollCore; import com.wizzardo.epoll.IOThread; import com.wizzardo.epoll.readable.ReadableByteArray; import com.wizzardo.http.mapping.Path; import com.wizzardo.http.request.Header; i...
src/main/java/com/wizzardo/http/ProxyHandler.java
package com.wizzardo.http; import com.wizzardo.epoll.ByteBufferProvider; import com.wizzardo.epoll.Connection; import com.wizzardo.epoll.EpollCore; import com.wizzardo.epoll.IOThread; import com.wizzardo.epoll.readable.ReadableByteArray; import com.wizzardo.http.mapping.Path; import com.wizzardo.http.request.Header; i...
add simple post-requests handler
src/main/java/com/wizzardo/http/ProxyHandler.java
add simple post-requests handler
Java
mit
a7d0a6432bc9e6344b23d4815cb370eee471a7ac
0
kristenkotkas/moviediary,kristenkotkas/moviediary,kristenkotkas/moviediary,kristenkotkas/moviediary,kristenkotkas/moviediary
package server.service; import io.vertx.core.Future; import io.vertx.core.Vertx; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpClientOptions; import io.vertx.core.http.HttpClientResponse; import io.vertx.core.json.JsonObject; import io.vertx.core.logging.Logger; import io.vertx.core.logging.Logge...
src/main/java/server/service/TmdbServiceImpl.java
package server.service; import io.vertx.core.Future; import io.vertx.core.Vertx; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpClientOptions; import io.vertx.core.http.HttpClientResponse; import io.vertx.core.json.JsonObject; import io.vertx.core.logging.Logger; import io.vertx.core.logging.Logge...
tmdbservice fix
src/main/java/server/service/TmdbServiceImpl.java
tmdbservice fix
Java
mit
243fe542ba52951a64439d53a91e6b6aab7e8b5f
0
tonivade/claudb,tonivade/tiny-db,tonivade/tinydb
/* * Copyright (c) 2015-2017, Antonio Gabriel Muรฑoz Conejo <antoniogmc at gmail dot com> * Distributed under the terms of the MIT License */ package com.github.tonivade.tinydb; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.nullValue; import static org.hamcrest.number.Orde...
src/test/java/com/github/tonivade/tinydb/TinyDBTest.java
/* * Copyright (c) 2015-2017, Antonio Gabriel Muรฑoz Conejo <antoniogmc at gmail dot com> * Distributed under the terms of the MIT License */ package com.github.tonivade.tinydb; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.nullValue; import static org.hamcrest.number.Orde...
working in eval issue with jedis premature end of stream
src/test/java/com/github/tonivade/tinydb/TinyDBTest.java
working in eval issue with jedis
Java
mpl-2.0
a4d473c2222c1d23a741ac17a1dde0d42ddf560d
0
the8472/mldht,the8472/mldht
/******************************************************************************* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. ************************************...
src/lbms/plugins/mldht/kad/RPCServerManager.java
/******************************************************************************* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. ************************************...
rebind on default route changes
src/lbms/plugins/mldht/kad/RPCServerManager.java
rebind on default route changes
Java
agpl-3.0
16e054c66148f3072f53af71623d75d1750cfbb5
0
bio4j/bio4j
package com.bio4j.model.uniprot.nodes; import com.bio4j.model.uniprot.UniprotGraph.ProteinType; import com.bio4j.model.uniprot.relationships.ProteinDataset; import com.bio4j.model.uniprot.relationships.ProteinOrganism; import com.ohnosequences.typedGraphs.Node; import com.ohnosequences.typedGraphs.Property; i...
src/main/java/com/bio4j/model/uniprot/nodes/Protein.java
package com.bio4j.model.uniprot.nodes; import com.bio4j.model.uniprot.UniprotGraph.ProteinType; import com.bio4j.model.uniprot.relationships.ProteinDataset; import com.bio4j.model.uniprot.relationships.ProteinOrganism; import com.ohnosequences.typedGraphs.Node; import com.ohnosequences.typedGraphs.Property; i...
minor fix in Protein interface
src/main/java/com/bio4j/model/uniprot/nodes/Protein.java
minor fix in Protein interface
Java
lgpl-2.1
a7c392a70a25864d8b56d4245f50f87900754d50
0
ozbek/al-muazzin
package islam.adhanalarm; import net.sourceforge.jitl.Method; import net.sourceforge.jitl.Rounding; import uz.efir.muazzin.R; /** * TODO: delete this class */ public class CONSTANT { public static final String[][] CALCULATION_METHOD_COUNTRY_CODES = new String[][]{ /** METHOD_EGYPT_SURVEY: Africa, Sy...
app/src/main/java/islam/adhanalarm/CONSTANT.java
package islam.adhanalarm; import net.sourceforge.jitl.Method; import net.sourceforge.jitl.Rounding; import uz.efir.muazzin.R; /** * TODO: delete this class */ public class CONSTANT { public static final String[][] CALCULATION_METHOD_COUNTRY_CODES = new String[][]{ /** METHOD_EGYPT_SURVEY: Africa, Sy...
Set default calculation method to Umm Al-Qurra
app/src/main/java/islam/adhanalarm/CONSTANT.java
Set default calculation method to Umm Al-Qurra
Java
lgpl-2.1
4c3fa56ec5a84eeae1f2d4690fb80728bf5668b7
0
ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror
package jade.imtp.leap.nio; //#J2ME_EXCLUDE_FILE import jade.core.FrontEnd; import jade.core.BackEnd; import jade.core.BackEndContainer; import jade.core.BEConnectionManager; import jade.core.Profile; import jade.core.ProfileException; import jade.core.IMTPException; import jade.imtp.leap.MicroSkeleton; import jade.i...
leap/src/jade/imtp/leap/nio/NIOBEDispatcher.java
package jade.imtp.leap.nio; //#J2ME_EXCLUDE_FILE import jade.core.FrontEnd; import jade.core.BackEnd; import jade.core.BackEndContainer; import jade.core.BEConnectionManager; import jade.core.Profile; import jade.core.ProfileException; import jade.core.IMTPException; import jade.imtp.leap.MicroSkeleton; import jade.i...
Fixed bug on termination forced from the main.
leap/src/jade/imtp/leap/nio/NIOBEDispatcher.java
Fixed bug on termination forced from the main.
Java
lgpl-2.1
faa7e2a76e1a2a6761a417e973ace85e1168e623
0
SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer
/* * 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 ch.unizh.ini.jaer.chip.multicamera; /** * * @author Gemma * * MultiDAVIS240CCameraChip.java * */ import ...
src/ch/unizh/ini/jaer/chip/multicamera/MultiDAVIS240CCameraChip.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 ch.unizh.ini.jaer.chip.multicamera; /** * * @author Gemma * * MultiDAVIS240CCameraChip.java * */ import ...
update git-svn-id: fe6b3b33f0410f5f719dcd9e0c58b92353e7a5d3@9474 b7f4320f-462c-0410-a916-d9f35bb82d52
src/ch/unizh/ini/jaer/chip/multicamera/MultiDAVIS240CCameraChip.java
update
Java
lgpl-2.1
b653791e3fc8b556e87e4af4cdbd9c4a2eb25d24
0
xwiki/xwiki-rendering
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
[Misc] Java8 improvement
xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/ListenerChain.java
[Misc] Java8 improvement
Java
lgpl-2.1
d7f370190f862a38806196803f03ae3a63b27add
0
xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-platform-tools/xwiki-shared-tests/src/main/java/com/xpn/xwiki/test/XWikiTestSetup.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
XTSHAREDTESTS-4 Allow to wait for different http response code than 400 in XWikiTestSetup (functional tests) - Also applied checkstyle git-svn-id: 8048954da41fee09a784c272f9d722026a2fab4d@8668 f329d543-caf0-0310-9063-dda96c69346f
xwiki-platform-tools/xwiki-shared-tests/src/main/java/com/xpn/xwiki/test/XWikiTestSetup.java
XTSHAREDTESTS-4 Allow to wait for different http response code than 400 in XWikiTestSetup (functional tests)
Java
lgpl-2.1
f24ff420a6a9585ecd9f741426cadab2dadea2f9
0
jolie/jolie,jolie/jolie,jolie/jolie
/*************************************************************************** * Copyright (C) 2008-2011 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
extensions/http/src/jolie/net/HttpProtocol.java
/*************************************************************************** * Copyright (C) 2008-2011 by Fabrizio Montesi <famontesi@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
Former-commit-id: 83a7025374447d56c01d91d331211ba82aaff19a
extensions/http/src/jolie/net/HttpProtocol.java