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
e3eb9a58b5a58d0efc7253d80302c3be0168e38b
0
lostiniceland/org.ops4j.pax.web,lostiniceland/org.ops4j.pax.web
/* Copyright 2008 Alin Dreghiciu. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
pax-web-jsp/src/main/java/org/ops4j/pax/web/jsp/internal/JasperClassLoader.java
/* Copyright 2008 Alin Dreghiciu. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
PAXWEB-98 Reverting back the changes, since the changes could not solve the problem at hand. Will rework on this after a testcase is reported for the issue.
pax-web-jsp/src/main/java/org/ops4j/pax/web/jsp/internal/JasperClassLoader.java
PAXWEB-98 Reverting back the changes, since the changes could not solve the problem at hand.
Java
bsd-3-clause
3bc890d2f45faf2944113e6c8c0aa2c3e1060df0
0
iLCSoft/LCIO,iLCSoft/LCIO,petricm/LCIO,petricm/LCIO,petricm/LCIO,iLCSoft/LCIO,petricm/LCIO,petricm/LCIO,iLCSoft/LCIO,iLCSoft/LCIO,petricm/LCIO,iLCSoft/LCIO
package hep.lcio.util; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; imp...
src/java/hep/lcio/util/MergeCommandHandler.java
package hep.lcio.util; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; imp...
JM: Bug fix.
src/java/hep/lcio/util/MergeCommandHandler.java
JM: Bug fix.
Java
bsd-3-clause
73083123fc5c04d342ddf975f5a88246e4fe97ba
0
MXProgrammingClub/BSChecker,MXProgrammingClub/Codestellation2016
package bschecker.bluesheets; import java.util.ArrayList; import bschecker.reference.VerbSet; import bschecker.util.Error; import bschecker.util.ErrorList; import bschecker.util.LogHelper; import bschecker.util.Tools; import bschecker.util.UtilityMethods; import opennlp.tools.parser.AbstractBottomUpParser; import ope...
src/main/java/bschecker/bluesheets/PronounCase.java
package bschecker.bluesheets; import java.util.ArrayList; import bschecker.reference.VerbSet; import bschecker.util.Error; import bschecker.util.ErrorList; import bschecker.util.LogHelper; import bschecker.util.Tools; import bschecker.util.UtilityMethods; import opennlp.tools.parser.AbstractBottomUpParser; import ope...
additional ignored pronouns for PronounCase
src/main/java/bschecker/bluesheets/PronounCase.java
additional ignored pronouns for PronounCase
Java
bsd-3-clause
b8422169247f6515195a4451b3a800d3053ffc32
0
gark87/jj2IntelliJ,gark87/jj2IntelliJ
/* Copyright (c) 2006, Sun Microsystems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this l...
src/org/javacc/parser/ParseEngine.java
/* Copyright (c) 2006, Sun Microsystems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this l...
performance optimization (no mark() before last case in choice)
src/org/javacc/parser/ParseEngine.java
performance optimization (no mark() before last case in choice)
Java
mit
b67dbf18399e0bd0be31bec99d1559f29a514952
0
ChadCYB/ATM-System
package atmFuction; /* Class: Encryption * Fuction: [KѱKA */ public class Encryption { public Encryption(){ } public static String TransactSQLInjection(String sql) { return sql.replaceAll(".*([';]+|(--)+).*", " "); } }
src/atmFuction/Encryption.java
package atmFuction; /* Class: Encryption * Fuction: [KѱKA */ public class Encryption { public Encryption(){ // <<<<<<<<<NOT YET } public static String TransactSQLInjection(String sql) { return sql.replaceAll(".*([';]+|(--)+).*", " "); } }
7.6 delet command
src/atmFuction/Encryption.java
7.6
Java
mit
0218f1e7c92ed9da065c84ebcd17c5f0eb59cb52
0
dozedoff/commonj
package io; import java.util.Properties; public class SchemaUpdater { public static void update(MySQL sql, Properties settings) throws SchemaUpdateException{ try { String s; s = sql.getSetting(DBsettings.SchemaVersion); int versionFromRemote = Integer.parseInt(s); if(versionFromRem...
src/io/SchemaUpdater.java
package io; import java.util.Properties; public class SchemaUpdater { public static void update(ConnectionPool connPool, Properties settings) throws SchemaUpdateException{ try { MySQL sql = connPool.getResource(); String s; s = sql.getSetting(DBsettings.SchemaVersion); int versionFromRe...
close connection when done
src/io/SchemaUpdater.java
close connection when done
Java
mit
67f099744871d8407bc23f21156294234b6d9835
0
EcoGame/Eco,EcoGame/Eco
package eco.game; public class Score { public int[] scores = new int[PlayerCountry.ticks]; public int[] growths = new int[PlayerCountry.ticks]; public int tickGrowth = 0; public int tickScore = 0; public int avgScore = 0; public int avgGrowth = 0; public int peakScore = 0; public ...
src/eco/game/Score.java
package eco.game; public class Score { public int[] scores = new int[PlayerCountry.ticks]; public int[] growths = new int[PlayerCountry.ticks]; public int tickGrowth = 0; public int tickScore = 0; public int avgScore = 0; public int avgGrowth = 0; public int peakScore = 0; public ...
Update Score.java
src/eco/game/Score.java
Update Score.java
Java
mit
7760d97900b26650dc8ccee025244c191e5867e1
0
matheussilvapb/Tetris
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Random; import javax.swing.Timer; public class Board implements ActionListener { /* * This class holds the logic of the program, it consists on a 20x10 2D * array of Blocks, and a Timer to pace the game. */ private Blo...
src/Board.java
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Random; import javax.swing.Timer; public class Board implements ActionListener { /* * This class holds the logic of the program, it consists on a 20x10 2D * array of Blocks, and a Timer to pace the game. */ private Blo...
Changed rotation restrictions
src/Board.java
Changed rotation restrictions
Java
mit
88ee274d3c3489c7988a50d1ae69bd8734525835
0
nunull/QuickStarter,nunull/QuickStarter,nunull/QuickStarter,nunull/QuickStarter
package de.dqi11.quickStarter.os; import org.jnativehook.GlobalScreen; import org.jnativehook.NativeHookException; import org.jnativehook.keyboard.NativeKeyEvent; import org.jnativehook.keyboard.NativeKeyListener; /** * Wrapper for Mac OSX. */ public class MacOS extends OS implements NativeKeyListener { private ...
src/de/dqi11/quickStarter/os/MacOS.java
package de.dqi11.quickStarter.os; import org.jnativehook.GlobalScreen; import org.jnativehook.NativeHookException; import org.jnativehook.keyboard.NativeKeyEvent; import org.jnativehook.keyboard.NativeKeyListener; /** * Wrapper for Mac OSX. */ public class MacOS extends OS implements NativeKeyListener { private ...
Fixes bug of MacOS global keyboard shortcut
src/de/dqi11/quickStarter/os/MacOS.java
Fixes bug of MacOS global keyboard shortcut
Java
mit
728c672b21e31cb77af8be0817c76e1e28b049c8
0
amwenger/igv,amwenger/igv,amwenger/igv,godotgildor/igv,amwenger/igv,godotgildor/igv,itenente/igv,godotgildor/igv,godotgildor/igv,igvteam/igv,igvteam/igv,igvteam/igv,itenente/igv,igvteam/igv,itenente/igv,itenente/igv,igvteam/igv,amwenger/igv,godotgildor/igv,itenente/igv
/* * Copyright (c) 2007-2012 The Broad Institute, Inc. * SOFTWARE COPYRIGHT NOTICE * This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved. * * This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl...
src/org/broad/igv/cbio/GeneNetwork.java
/* * Copyright (c) 2007-2012 The Broad Institute, Inc. * SOFTWARE COPYRIGHT NOTICE * This software and its documentation are the copyright of the Broad Institute, Inc. All rights are reserved. * * This software is supplied without any warranty or guaranteed support whatsoever. The Broad Institute is not responsibl...
Ignore nonVisible tracks when calculating scores for cbio network viewer git-svn-id: b5cf87c434d9ee7c8f18865e4378c9faabe04646@2500 17392f64-ead8-4cea-ae29-09b3ab513800
src/org/broad/igv/cbio/GeneNetwork.java
Ignore nonVisible tracks when calculating scores for cbio network viewer
Java
mit
8d82696542e44020e737d205902b012ef743c5dc
0
PatrickCelentano/MxM,PatrickCelentano/MxM,MusicExMachina/MxM,MusicExMachina/MxM
package model.pitch; import java.util.ArrayList; import java.util.Comparator; import java.util.Iterator; /** * PitchClass is a simple class which utilizes the interning design pattern to create only * twelve different values: C, C#, D, D#, E, F, G, G#, A, A#, and B. These are usually found * on a Pitch, though may...
mxm-main/src/main/java/model/pitch/PitchClass.java
package model.pitch; import java.util.ArrayList; import java.util.Comparator; import java.util.Iterator; /** * PitchClass is a simple class which utilizes the interning design pattern to create only * twelve different values: C, C#, D, D#, E, F, G, G#, A, A#, and B. These are usually found * on a Pitch, though may...
Forgot to make static variable private.
mxm-main/src/main/java/model/pitch/PitchClass.java
Forgot to make static variable private.
Java
mit
3b31ff826d86800021f541b8f13a4acb9f15ec13
0
color-coding/ibas-framework,color-coding/ibas-framework,color-coding/ibas-framework
package org.colorcoding.ibas.bobas.common; import java.util.UUID; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; import org.colorc...
bobas.businessobjectscommon/src/main/java/org/colorcoding/ibas/bobas/common/OperationMessage.java
package org.colorcoding.ibas.bobas.common; import java.util.UUID; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; import org.colorc...
修复序列化标记错误
bobas.businessobjectscommon/src/main/java/org/colorcoding/ibas/bobas/common/OperationMessage.java
修复序列化标记错误
Java
mpl-2.0
64ffaeca6aa7bf1466fdb0a882ec4efee7fd2020
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
package org.helioviewer.jhv.viewmodel.view.jp2view.cache; import kdu_jni.KduException; import kdu_jni.Kdu_region_compositor; import org.helioviewer.jhv.base.logging.Log; import org.helioviewer.jhv.viewmodel.view.jp2view.image.ResolutionSet; import org.helioviewer.jhv.viewmodel.view.jp2view.kakadu.KakaduHelper; publi...
src/jhv/src/org/helioviewer/jhv/viewmodel/view/jp2view/cache/JP2ImageCacheStatusRemote.java
package org.helioviewer.jhv.viewmodel.view.jp2view.cache; import kdu_jni.KduException; import kdu_jni.Kdu_region_compositor; import org.helioviewer.jhv.viewmodel.view.jp2view.image.ResolutionSet; import org.helioviewer.jhv.viewmodel.view.jp2view.kakadu.KakaduHelper; public class JP2ImageCacheStatusRemote implements ...
Log inconsistent state git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@7622 b4e469a2-07ce-4b26-9273-4d7d95a670c7
src/jhv/src/org/helioviewer/jhv/viewmodel/view/jp2view/cache/JP2ImageCacheStatusRemote.java
Log inconsistent state
Java
agpl-3.0
cd306baaee069d2a2595a7f5671acd84e831673d
0
jwillia/kc-old1,mukadder/kc,ColostateResearchServices/kc,jwillia/kc-old1,jwillia/kc-old1,geothomasp/kcmit,iu-uits-es/kc,geothomasp/kcmit,iu-uits-es/kc,ColostateResearchServices/kc,geothomasp/kcmit,mukadder/kc,UniversityOfHawaiiORS/kc,UniversityOfHawaiiORS/kc,geothomasp/kcmit,mukadder/kc,jwillia/kc-old1,kuali/kc,iu-uits...
/* * Copyright 2005-2010 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless required by...
src/main/java/org/kuali/kra/coi/disclosure/CoiDispositionStatusDocumentRule.java
/* * Copyright 2005-2010 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless required by...
KCCOI-119: Removing unnecessary code.
src/main/java/org/kuali/kra/coi/disclosure/CoiDispositionStatusDocumentRule.java
KCCOI-119: Removing unnecessary code.
Java
agpl-3.0
38cf0b85a6a4a266e57e3d48fccbea061eb37011
0
gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine
package org.opensha.sha.calc.groundMotionField; import static org.junit.Assert.assertEquals; import java.rmi.RemoteException; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Random; import ...
java_tests/org/opensha/sha/calc/groundMotionField/GroundMotionFieldCalculatorTest.java
package org.opensha.sha.calc.groundMotionField; import static org.junit.Assert.assertEquals; import java.rmi.RemoteException; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Random; import ...
better naming Former-commit-id: ec5bf53c4f5444377ab9cbf23217c87c357867de
java_tests/org/opensha/sha/calc/groundMotionField/GroundMotionFieldCalculatorTest.java
better naming
Java
lgpl-2.1
e780e56566700b8cd44a6e6e3987b7d4415c5cd0
0
TheNoise/functional-tests,baranovRP/functional-tests,dmitryakushev/JTalks,DentonA/functional-tests,jtalks-org/functional-tests
package org.jtalks.tests.jcommune; import org.apache.commons.lang3.StringUtils; import org.jtalks.tests.jcommune.utils.DriverMethodHelp; import org.jtalks.tests.jcommune.webdriver.action.Topics; import org.jtalks.tests.jcommune.webdriver.action.Users; import org.jtalks.tests.jcommune.webdriver.entity.topic.Topic; impo...
functional-tests-jcommune/src/test/java/org/jtalks/tests/jcommune/BbCodeTest.java
package org.jtalks.tests.jcommune; import org.apache.commons.lang3.StringUtils; import org.jtalks.tests.jcommune.utils.DriverMethodHelp; import org.jtalks.tests.jcommune.webdriver.action.Topics; import org.jtalks.tests.jcommune.webdriver.action.Users; import org.jtalks.tests.jcommune.webdriver.entity.topic.Topic; impo...
BBCodeTests that should pass is enabled
functional-tests-jcommune/src/test/java/org/jtalks/tests/jcommune/BbCodeTest.java
BBCodeTests that should pass is enabled
Java
lgpl-2.1
cd550c650ca2117425ebf888361f5674462628c8
0
kwaxi/csvjdbc,kwaxi/csvjdbc
/* CsvJdbc - a JDBC driver for CSV files Copyright (C) 2001 Jonathan Ackerman This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ...
src/java/test/org/relique/jdbc/csv/TestCsvDriver.java
/* CsvJdbc - a JDBC driver for CSV files Copyright (C) 2001 Jonathan Ackerman This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ...
3609382, added unit tests for ResultSet.wasNull() Added TestCsvDriver.testStringWasNull, testObjectWasNull
src/java/test/org/relique/jdbc/csv/TestCsvDriver.java
3609382, added unit tests for ResultSet.wasNull()
Java
lgpl-2.1
fce35819ed69d29761af525a96d9146d5c45d3d0
0
urizev/j4gpx
/* * Track.java * * Copyright (c) 2012, AlternativeVision. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
src/com/urizev/gpx/beans/Track.java
/* * Track.java * * Copyright (c) 2012, AlternativeVision. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or ...
Missing parenthesis in constructor
src/com/urizev/gpx/beans/Track.java
Missing parenthesis in constructor
Java
lgpl-2.1
55b061a7887f27d5a3448addc2953440ba6b033a
0
pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/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-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.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...
Improve log git-svn-id: d23d7a6431d93e1bdd218a46658458610974b053@13437 f329d543-caf0-0310-9063-dda96c69346f
xwiki-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.java
Improve log
Java
lgpl-2.1
2f57071f2534275d580d533c1e3d78d7ab0b7d1d
0
geotools/geotools,geotools/geotools,geotools/geotools,geotools/geotools
package org.geotools.geometry.jts; import static org.junit.Assert.*; import org.geotools.referencing.CRS; import org.geotools.referencing.crs.DefaultEngineeringCRS; import org.geotools.referencing.crs.DefaultGeographicCRS; import org.junit.Test; import org.opengis.geometry.MismatchedReferenceSystemException; import o...
modules/library/api/src/test/java/org/geotools/geometry/jts/ReferencedEnvelope3DTest.java
package org.geotools.geometry.jts; import static org.junit.Assert.*; import org.geotools.referencing.CRS; import org.geotools.referencing.crs.DefaultEngineeringCRS; import org.geotools.referencing.crs.DefaultGeographicCRS; import org.junit.Ignore; import org.junit.Test; import org.opengis.geometry.MismatchedReference...
Fix a few imports
modules/library/api/src/test/java/org/geotools/geometry/jts/ReferencedEnvelope3DTest.java
Fix a few imports
Java
lgpl-2.1
162f6684a339ba2bfecb18cc110ef9b5faba92c2
0
Arabidopsis-Information-Portal/intermine,tomck/intermine,JoeCarlson/intermine,elsiklab/intermine,drhee/toxoMine,tomck/intermine,kimrutherford/intermine,kimrutherford/intermine,tomck/intermine,elsiklab/intermine,drhee/toxoMine,justincc/intermine,JoeCarlson/intermine,justincc/intermine,Arabidopsis-Information-Portal/inte...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2007 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
bio/sources/flyrnai-screens/main/src/org/intermine/bio/dataconversion/FlyRNAiScreenConverter.java
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2007 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
Don't create synonyms for genes from DRSC - fixes #1498.
bio/sources/flyrnai-screens/main/src/org/intermine/bio/dataconversion/FlyRNAiScreenConverter.java
Don't create synonyms for genes from DRSC - fixes #1498.
Java
unlicense
4ead50fa8e57e95e92dfb98a72627b86b570ea59
0
swentel/gentsefeesten,swentel/gentsefeesten,swentel/gentsefeesten,swentel/gentsefeesten
package com.genschefieste; import android.content.Intent; import android.graphics.PointF; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import android.widget.TextView; import android.widget.Toast; import java.util.Collections; import java.util.C...
src/com/genschefieste/AroundMe.java
package com.genschefieste; import android.content.Intent; import android.graphics.PointF; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import android.widget.TextView; import android.widget.Toast; import java.util.Collections; import java.util.C...
Revert "Order around me on time again - otherwise search results are getting very weird .." This reverts commit 8ca8ef6fe16955145f9e05188859a321cd9b7f96.
src/com/genschefieste/AroundMe.java
Revert "Order around me on time again - otherwise search results are getting very weird .."
Java
apache-2.0
0f9c9a53c16182892cdee919252d986745592909
0
asedunov/intellij-community,dslomov/intellij-community,allotria/intellij-community,supersven/intellij-community,ol-loginov/intellij-community,vvv1559/intellij-community,youdonghai/intellij-community,muntasirsyed/intellij-community,kdwink/intellij-community,MichaelNedzelsky/intellij-community,fitermay/intellij-community...
package com.intellij.psi.impl.source; import com.intellij.lang.ASTNode; import com.intellij.navigation.ItemPresentation; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.module.Module; import com.intellij.openapi.roots.OrderEntry; import com.intellij.openapi.roots.ProjectFileIndex; import com...
source/com/intellij/psi/impl/source/PsiClassImpl.java
package com.intellij.psi.impl.source; import com.intellij.lang.ASTNode; import com.intellij.navigation.ItemPresentation; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.module.Module; import com.intellij.openapi.roots.OrderEntry; import com.intellij.openapi.roots.ProjectFileIndex; import com...
IDEADEV-13862
source/com/intellij/psi/impl/source/PsiClassImpl.java
IDEADEV-13862
Java
apache-2.0
0186c2ac3c7252d50c482cb91e5a0d332f012b99
0
apache/juddi-scout,apache/juddi-scout
/** * * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
modules/scout/src/java/org/apache/ws/scout/registry/BusinessQueryManagerImpl.java
/** * * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
Basic implementation of findService() git-svn-id: 348f60c4933279c3065e1df1c9f925a60ca0b6e2@153318 13f79535-47bb-0310-9956-ffa450edef68
modules/scout/src/java/org/apache/ws/scout/registry/BusinessQueryManagerImpl.java
Basic implementation of findService()
Java
apache-2.0
5cb1a46985e7a5df59d03f4bc50b72095bd6f166
0
SES-fortiss/SmartGridCoSimulation,SES-fortiss/SmartGridCoSimulation,SES-fortiss/SmartGridCoSimulation,SES-fortiss/SmartGridCoSimulation,SES-fortiss/SmartGridCoSimulation
package fortiss.gui.listeners.textfield; import fortiss.components.Building; import fortiss.components.Component; import fortiss.gui.DesignerPanel; import fortiss.gui.listeners.helper.InsertionVerifier; public abstract class NameListener extends TextFieldListener { public NameListener() { super("Error. This field...
projects/memapGui/src/main/java/fortiss/gui/listeners/textfield/NameListener.java
package fortiss.gui.listeners.textfield; import fortiss.components.Building; import fortiss.components.Component; import fortiss.gui.DesignerPanel; import fortiss.gui.listeners.helper.InsertionVerifier; public abstract class NameListener extends TextFieldListener { public NameListener() { super("Error. This fiel...
Fix nameListener bug
projects/memapGui/src/main/java/fortiss/gui/listeners/textfield/NameListener.java
Fix nameListener bug
Java
apache-2.0
0478551be6ba87a05f7ab0b4a802252a23cccd4d
0
pplatek/camel,Thopap/camel,oscerd/camel,apache/camel,JYBESSON/camel,scranton/camel,atoulme/camel,bfitzpat/camel,pplatek/camel,anton-k11/camel,sabre1041/camel,dsimansk/camel,jlpedrosa/camel,akhettar/camel,tadayosi/camel,snurmine/camel,tadayosi/camel,dmvolod/camel,pmoerenhout/camel,CandleCandle/camel,veithen/camel,lburga...
/** * 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/management/ManagedListComponentsTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
CAMEL-8368: Adding new scheduler component
camel-core/src/test/java/org/apache/camel/management/ManagedListComponentsTest.java
CAMEL-8368: Adding new scheduler component
Java
apache-2.0
669024dbbf61025a366ceb76ca81a2c4cda5886c
0
cushon/error-prone,cushon/error-prone,google/error-prone,cushon/error-prone,cushon/error-prone,google/error-prone
/* * Copyright 2016 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
core/src/main/java/com/google/errorprone/bugpatterns/MethodCanBeStatic.java
/* * Copyright 2016 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Weaken the wording for the MethodCanBeStatic suggestion. MOE_MIGRATED_REVID=150239542
core/src/main/java/com/google/errorprone/bugpatterns/MethodCanBeStatic.java
Weaken the wording for the MethodCanBeStatic suggestion.
Java
apache-2.0
8563cad206c99d81e5ec9e052500693fe86f9588
0
arquillian/arquillian-cube-q
package org.arquillian.cube.q.api; import java.util.concurrent.TimeUnit; public interface Q { Action on(String machine, int port); public interface Action { Action down(); Action timeout(TimeoutType timeType); Action timeout(TimeoutType timeType, ToxicityType toxicityType, Toxic...
api/src/main/java/org/arquillian/cube/q/api/Q.java
package org.arquillian.cube.q.api; import java.util.concurrent.TimeUnit; public interface Q { Action on(String machine, int port); public interface Action { Action down(); Action timeout(TimeoutType timeType); Action timeout(TimeoutType timeType, ToxicityType toxicityType, Toxic...
fixes to millis conversion
api/src/main/java/org/arquillian/cube/q/api/Q.java
fixes to millis conversion
Java
apache-2.0
a919b9000b598bb1b8a5d5ce319293f6e4c077c1
0
wildfly/jandex,n1hility/jandex
/* * JBoss, Home of Professional Open Source. * Copyright 2013 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
src/main/java/org/jboss/jandex/Indexer.java
/* * JBoss, Home of Professional Open Source. * Copyright 2013 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
share case
src/main/java/org/jboss/jandex/Indexer.java
share case
Java
apache-2.0
ef61027ad7eb8a9d01eb0dd4620d6992a7340f9b
0
chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq,chirino/activemq
/** * * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
activemq-core/src/main/java/org/apache/activemq/transport/fanout/FanoutTransport.java
/** * * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
Added some better logging. git-svn-id: 7f3df76e74c7ad56904d6048df705810748eb1a6@376048 13f79535-47bb-0310-9956-ffa450edef68
activemq-core/src/main/java/org/apache/activemq/transport/fanout/FanoutTransport.java
Added some better logging.
Java
apache-2.0
e13c184d8db106961459b505f1268ed04da712e6
0
pinterest/teletraan,yongwen/teletraan,pinterest/teletraan,yongwen/teletraan,yongwen/teletraan,pinterest/teletraan,yongwen/teletraan,pinterest/teletraan,yongwen/teletraan,pinterest/teletraan,yongwen/teletraan
/** * Copyright 2016 Pinterest, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law ...
deploy-service/common/src/main/java/com/pinterest/deployservice/handler/PingHandler.java
/** * Copyright 2016 Pinterest, Inc. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law ...
Fix typo in log message (#796) * typo in setting description function * typo in log message
deploy-service/common/src/main/java/com/pinterest/deployservice/handler/PingHandler.java
Fix typo in log message (#796)
Java
apache-2.0
86dcd772cdd4f650f9fe9adeb40a2e8d89012fd9
0
cloudnautique/cattle,rancherio/cattle,Cerfoglg/cattle,cjellick/cattle,jimengliu/cattle,vincent99/cattle,rancherio/cattle,kaos/cattle,Cerfoglg/cattle,rancher/cattle,cloudnautique/cattle,cjellick/cattle,Cerfoglg/cattle,jimengliu/cattle,cloudnautique/cattle,wlan0/cattle,rancherio/cattle,wlan0/cattle,cjellick/cattle,ranche...
package io.github.ibuildthecloud.gdapi.util; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import java.util.Map; import org.apache.commons.lang3.StringUtils; public class ProxyUtils { @SuppressWarnings("unchecked") public static <T> T proxy(fina...
code/framework/java-server/src/main/java/io/github/ibuildthecloud/gdapi/util/ProxyUtils.java
package io.github.ibuildthecloud.gdapi.util; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import java.util.Map; import org.apache.commons.lang3.StringUtils; public class ProxyUtils { @SuppressWarnings("unchecked") public static <T> T proxy(fina...
Check for Integer.TYPE
code/framework/java-server/src/main/java/io/github/ibuildthecloud/gdapi/util/ProxyUtils.java
Check for Integer.TYPE
Java
apache-2.0
9f4e395cf57d28a5782992522296975f8b8a3579
0
RWTH-i5-IDSG/jamocha,RWTH-i5-IDSG/jamocha
/* * Copyright 2002-2012 The Jamocha Team * * * 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.jamocha.org/ * * Unless required by applicable law or agreed to in writ...
src/org/jamocha/engine/nodes/Node.java
/* * Copyright 2002-2012 The Jamocha Team * * * 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.jamocha.org/ * * Unless required by applicable law or agreed to in writ...
added filter.translatePath in Node Ctor
src/org/jamocha/engine/nodes/Node.java
added filter.translatePath in Node Ctor
Java
apache-2.0
97bde7f2f5051e8a408133c75e38691e96ea7a97
0
org-tigris-jsapar/jsapar
package org.jsapar.parse.bean; import org.jsapar.TstPerson; import org.jsapar.compose.bean.BeanComposeException; import org.jsapar.model.BooleanCell; import org.jsapar.model.Cell; import org.jsapar.model.StringCell; import org.junit.Test; import java.beans.BeanInfo; import java.beans.IntrospectionException; import ja...
src/test/java/org/jsapar/parse/bean/Bean2CellTest.java
package org.jsapar.parse.bean; import org.jsapar.TstPerson; import org.jsapar.compose.bean.BeanComposeException; import org.jsapar.model.BooleanCell; import org.jsapar.model.Cell; import org.junit.Test; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.b...
Added tests for empty and string assign.
src/test/java/org/jsapar/parse/bean/Bean2CellTest.java
Added tests for empty and string assign.
Java
apache-2.0
b5b7158440e00811a225eb62d7da6a4639ef1dfa
0
mittop/vaadin,Legioth/vaadin,magi42/vaadin,jdahlstrom/vaadin.react,fireflyc/vaadin,oalles/vaadin,Flamenco/vaadin,cbmeeks/vaadin,travisfw/vaadin,kironapublic/vaadin,Peppe/vaadin,magi42/vaadin,Flamenco/vaadin,carrchang/vaadin,mittop/vaadin,sitexa/vaadin,travisfw/vaadin,udayinfy/vaadin,asashour/framework,bmitc/vaadin,pete...
/* @ITMillApache2LicenseForJavaFiles@ */ package com.vaadin.terminal.gwt.client.ui; import java.util.ArrayList; import java.util.Iterator; import java.util.Set; import com.google.gwt.user.client.Command; import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.DeferredCommand; import com.google.gwt...
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
/* @ITMillApache2LicenseForJavaFiles@ */ package com.vaadin.terminal.gwt.client.ui; import java.util.ArrayList; import java.util.Iterator; import java.util.Set; import com.google.gwt.user.client.Command; import com.google.gwt.user.client.DOM; import com.google.gwt.user.client.DeferredCommand; import com.google.gwt...
Fixes #3902: VWindow focus handling broken svn changeset:10523/svn branch:6.2
src/com/vaadin/terminal/gwt/client/ui/VWindow.java
Fixes #3902: VWindow focus handling broken
Java
apache-2.0
9825ffa1261bb5e04d1f0749be442efa9db0e889
0
zhoffice/redisson,setronica-dev/redisson,mushroomgithub/redisson,mrniko/redisson,scubasau/redisson,dimrain/redisson,ys305751572/redisson,hkleecn/redisson,ContaAzul/redisson,hlta/redisson,TonnyFeng/redisson,redisson/redisson,fengshao0907/redisson,xiexingguang/redisson,sdgdsffdsfff/redisson,hepin1989/redisson,fourfireliu...
package org.redisson; import java.util.HashMap; import java.util.Map; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; public abstract class BaseConcurrentTest { pro...
src/test/java/org/redisson/BaseConcurrentTest.java
package org.redisson; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; public abstract class BaseConcurrentTest { protected void testMultiInstanceConcurrency(int iterations, final RedissonR...
MultiInstance improvements
src/test/java/org/redisson/BaseConcurrentTest.java
MultiInstance improvements
Java
apache-2.0
1e296c8f8ba7ad73cab13885b7a2fa7516e3747b
0
fvillalba/gst-foundation,dolfdijkstra/gst-foundation,dolfdijkstra/gst-foundation,fvillalba/gst-foundation,fvillalba/gst-foundation,amai/gst-foundation,amai/gst-foundation,amai/gst-foundation,dolfdijkstra/gst-foundation
/* * Copyright 2011 FatWire Corporation. 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 re...
gsf-action/src/main/java/com/fatwire/gst/foundation/controller/action/AbstractActionController.java
/* * Copyright 2011 FatWire Corporation. 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 re...
Added support for debugging blank pages when error pages are not not configured properly.
gsf-action/src/main/java/com/fatwire/gst/foundation/controller/action/AbstractActionController.java
Added support for debugging blank pages when error pages are not not configured properly.
Java
bsd-2-clause
06cc5d2ff90ac7788c2f9cf84673f69ec28d1f85
0
abelbriggs1/runelite,l2-/runelite,runelite/runelite,Sethtroll/runelite,abelbriggs1/runelite,l2-/runelite,Sethtroll/runelite,runelite/runelite,runelite/runelite,abelbriggs1/runelite
/* * Copyright (c) 2018, Ethan <https://github.com/shmeeps> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright noti...
runelite-client/src/main/java/net/runelite/client/plugins/prayer/PrayerItems.java
/* * Copyright (c) 2018, Ethan <https://github.com/shmeeps> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright noti...
Add Rada's Blessings to Prayer plugin
runelite-client/src/main/java/net/runelite/client/plugins/prayer/PrayerItems.java
Add Rada's Blessings to Prayer plugin
Java
bsd-2-clause
26ec9978e952be4caefe8e27a83953c9f9ddcfd9
0
runelite/runelite,runelite/runelite,runelite/runelite
/* * Copyright (c) 2020, dekvall <https://github.com/dekvall> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, t...
runelite-client/src/main/java/net/runelite/client/plugins/worldmap/MiningSiteLocation.java
/* * Copyright (c) 2020, dekvall <https://github.com/dekvall> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, t...
worldmap: Add Ruins of Unkah mining location
runelite-client/src/main/java/net/runelite/client/plugins/worldmap/MiningSiteLocation.java
worldmap: Add Ruins of Unkah mining location
Java
bsd-3-clause
9556bf3e9d773f591b67f647acecb114a20c9304
0
interdroid/smartsockets,interdroid/smartsockets,kastur/interdroid-smartsockets,kastur/interdroid-smartsockets,kastur/interdroid-smartsockets
package test.direct.splice; import ibis.connect.direct.DirectServerSocket; import ibis.connect.direct.DirectSocket; import ibis.connect.direct.DirectSocketFactory; import ibis.connect.direct.SocketAddressSet; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net....
src/test/direct/splice/SpliceTest.java
package test.direct.splice; import ibis.connect.direct.DirectServerSocket; import ibis.connect.direct.DirectSocket; import ibis.connect.direct.DirectSocketFactory; import ibis.connect.direct.SocketAddressSet; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net....
-- partial git-svn-id: b18fd7a0e24b353fcda54ef4436c581953080b74@3972 aaf88347-d911-0410-b711-e54d386773bb
src/test/direct/splice/SpliceTest.java
-- partial
Java
bsd-3-clause
190dbe678fbd3facc37e312262d29e3ab0295fa7
0
santiontanon/fterm,santiontanon/fterm
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package fterms.learning; import fterms.Disintegration; import fterms.FTKBase; import fterms.FTRefinement; import fterms.FeatureTerm; import fterms.Ontology; import fterms.Path; import fterms.exceptions.FeatureTermExcep...
src/fterms/learning/PropertiesTree.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package fterms.learning; import fterms.Disintegration; import fterms.FTKBase; import fterms.FTRefinement; import fterms.FeatureTerm; import fterms.Ontology; import fterms.Path; import fterms.exceptions.FeatureTermExcep...
Added a feature in PropertiesTree allowing to disintegrate only a subset of the examples
src/fterms/learning/PropertiesTree.java
Added a feature in PropertiesTree allowing to disintegrate only a subset of the examples
Java
bsd-3-clause
56e660496eba50c65ed0b0bdd0739aaf06a1aa55
0
joakimeriksson/mspsim,cmorty/mspsim,fvdnabee/mspsim,ransford/mspsim,contiki-os/mspsim,cmorty/mspsim,mspsim/mspsim,nfi/mspsim,nfi/mspsim,contiki-os/mspsim,joakimeriksson/mspsim,ransford/mspsim,fvdnabee/mspsim,mspsim/mspsim
/** * Copyright (c) 2007, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * not...
se/sics/mspsim/core/Timer.java
/** * Copyright (c) 2007, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * not...
fixed bug that made timer interrupt flag to stay flagged git-svn-id: b6c13a3f01c183418960c1e4d1e6a42a97ce9376@203 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
se/sics/mspsim/core/Timer.java
fixed bug that made timer interrupt flag to stay flagged
Java
mit
7effb96c2d01fbae020fd8e90c849f498e497afe
0
elixir-no-nels/trackfind,elixir-no-nels/trackfind,elixir-no-nels/trackfind
/* * Copyright 2000-2016 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
src/main/java/com/vaadin/data/provider/HierarchyMapper.java
/* * Copyright 2000-2016 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Suppress warnings on HierarchyMapper.
src/main/java/com/vaadin/data/provider/HierarchyMapper.java
Suppress warnings on HierarchyMapper.
Java
mit
a07d8adf62969985deaac0cb543fd7f240e1d9b3
0
jenkins-infra/ircbot
package org.jenkinsci.backend.ircbot; import com.atlassian.jira.rest.client.api.ComponentRestClient; import com.atlassian.jira.rest.client.api.IssueRestClient; import com.atlassian.jira.rest.client.api.JiraRestClient; import com.atlassian.jira.rest.client.api.RestClientException; import com.atlassian.jira.rest.client....
src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
package org.jenkinsci.backend.ircbot; import com.atlassian.jira.rest.client.api.ComponentRestClient; import com.atlassian.jira.rest.client.api.IssueRestClient; import com.atlassian.jira.rest.client.api.JiraRestClient; import com.atlassian.jira.rest.client.api.RestClientException; import com.atlassian.jira.rest.client....
Fix spotbugs issues
src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
Fix spotbugs issues
Java
mit
2df4e43b81ae55c500e2cdc8f382074e86446ff5
0
nanase/Nanasetter,nanase/Nanasetter
/* * The MIT License (MIT) * * Copyright (c) 2014 Tomona Nanase * * 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/test/net/nanase/nanasetter/utils/JSObjectUtilsTest.java
/* * The MIT License (MIT) * * Copyright (c) 2014 Tomona Nanase * * 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 ...
JSObjectUtilsTest.testGetArrayメソッドを追加
src/test/net/nanase/nanasetter/utils/JSObjectUtilsTest.java
JSObjectUtilsTest.testGetArrayメソッドを追加
Java
mit
0bd2c1c8940fb639cd06fbc65529a81481a4427d
0
CMPUT301F17T14/gitrekt
package com.example.habitrack; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import...
HabiTrack/app/src/main/java/com/example/habitrack/HabitHistory.java
package com.example.habitrack; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import...
fixed habit events after changes
HabiTrack/app/src/main/java/com/example/habitrack/HabitHistory.java
fixed habit events after changes
Java
mit
80963231832523420fa00c3a8bb2b48b45b04995
0
VictorLoren/PuzzledLove
package com.madcowscientist.puzzledlove; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Handler; import android.support.v7.app.ActionBarActivity; import android.support.v7.app.ActionBar; import android.support.v4.app.Fragment; import android.os....
app/src/main/java/com/madcowscientist/puzzledlove/TicTacToe.java
package com.madcowscientist.puzzledlove; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Handler; import android.support.v7.app.ActionBarActivity; import android.support.v7.app.ActionBar; import android.support.v4.app.Fragment; import android.os....
Updates TicTacToe game - Computer now checks for any potential winning moves.
app/src/main/java/com/madcowscientist/puzzledlove/TicTacToe.java
Updates TicTacToe game
Java
mit
095f1d6c7833762fbeb4fea85cb56952d704d00f
0
Tradeshift/ts-reaktive,Tradeshift/ts-reaktive
package com.tradeshift.reaktive.materialize; import static io.vavr.control.Option.none; import static io.vavr.control.Option.some; import static java.util.concurrent.CompletableFuture.completedFuture; import static java.util.concurrent.TimeUnit.SECONDS; import java.io.Serializable; import java.time.Duration; import j...
ts-reaktive-actors/src/main/java/com/tradeshift/reaktive/materialize/MaterializerActor.java
package com.tradeshift.reaktive.materialize; import static io.vavr.control.Option.none; import static io.vavr.control.Option.some; import static java.util.concurrent.CompletableFuture.completedFuture; import static java.util.concurrent.TimeUnit.SECONDS; import java.io.Serializable; import java.time.Duration; import j...
Fix additional metric tags problem in MaterializerActor Providing additional monitoring tags in MaterializerActor was done by calling an overridable method in the constructor which is not a safe approach. This commit adds a second constructor which can be called with the additional metric tags. The overridable mehtod ...
ts-reaktive-actors/src/main/java/com/tradeshift/reaktive/materialize/MaterializerActor.java
Fix additional metric tags problem in MaterializerActor
Java
epl-1.0
8295ab184d48871ed5a2469b299312a1538da66f
0
opendaylight/netvirt,opendaylight/ovsdb,opendaylight/ovsdb,opendaylight/netvirt,opendaylight/netvirt,opendaylight/ovsdb,opendaylight/netvirt,opendaylight/netvirt
package org.opendaylight.ovsdb.internal; import java.net.InetAddress; import java.util.*; import org.opendaylight.ovsdb.database.OVSBridge; import org.opendaylight.ovsdb.database.OVSInstance; import org.opendaylight.ovsdb.sal.configuration.IPluginInNetworkConfigurationService; import org.opendaylight.controller.sal.c...
ovsdb/src/main/java/org/opendaylight/ovsdb/internal/ConfigurationService.java
package org.opendaylight.ovsdb.internal; import java.net.InetAddress; import java.util.*; import org.opendaylight.ovsdb.database.OVSBridge; import org.opendaylight.ovsdb.database.OVSInstance; import org.opendaylight.ovsdb.sal.configuration.IPluginInNetworkConfigurationService; import org.opendaylight.controller.sal.c...
paramterized arraylist collections Signed-off-by: Brent.Salisbury <7ba2bbdf6cb29474610f8cdb778d04064603d37e@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/internal/ConfigurationService.java
paramterized arraylist collections
Java
mpl-2.0
0b5ca81f4105fcce7ebbe6a825893faadb304a9b
0
nnethercote/servo,peterjoel/servo,larsbergstrom/servo,splav/servo,splav/servo,DominoTree/servo,peterjoel/servo,paulrouget/servo,notriddle/servo,emilio/servo,saneyuki/servo,KiChjang/servo,peterjoel/servo,emilio/servo,nnethercote/servo,szeged/servo,DominoTree/servo,nnethercote/servo,peterjoel/servo,splav/servo,notriddle/...
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*- * 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 https://mozilla.org/MPL/2.0/. */ package org.mozilla.servoview; im...
support/android/apk/servoview/src/main/java/org/mozilla/servoview/ServoView.java
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*- * 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 https://mozilla.org/MPL/2.0/. */ package org.mozilla.servoview; im...
Auto merge of #22708 - Manishearth:android-click, r=paulrouget Stop catching Android click events Servo already can simulate clicks from multiple tap events fixes https://github.com/servo/servo/issues/22702 r? @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.s...
support/android/apk/servoview/src/main/java/org/mozilla/servoview/ServoView.java
Auto merge of #22708 - Manishearth:android-click, r=paulrouget
Java
agpl-3.0
fbbe7c1084c542ceb9c66d39e1f124226a218052
0
JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio
/* * RSConnectDeploy.java * * Copyright (C) 2009-19 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Lice...
src/gwt/src/org/rstudio/studio/client/rsconnect/ui/RSConnectDeploy.java
/* * RSConnectDeploy.java * * Copyright (C) 2009-18 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Lice...
fix injection of user state for publishing
src/gwt/src/org/rstudio/studio/client/rsconnect/ui/RSConnectDeploy.java
fix injection of user state for publishing
Java
agpl-3.0
ab8a1edc022ee608f7bb7cf81275d41e35f8fd56
0
ua-eas/kfs,quikkian-ua-devops/kfs,bhutchinson/kfs,kuali/kfs,ua-eas/kfs-devops-automation-fork,ua-eas/kfs-devops-automation-fork,quikkian-ua-devops/will-financials,bhutchinson/kfs,kuali/kfs,kuali/kfs,quikkian-ua-devops/will-financials,bhutchinson/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/kfs,ua-eas/kfs-devops-automa...
/* * Copyright 2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by app...
work/src/org/kuali/kfs/module/purap/document/service/impl/CreditMemoCreateServiceImpl.java
/* * Copyright 2007 The Kuali Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl1.php * * Unless required by app...
KULPURAP-1819: CreditMemo - http status 500 error when processed against payment request nbr https://test.kuali.org/jira/browse/KULPURAP-1819
work/src/org/kuali/kfs/module/purap/document/service/impl/CreditMemoCreateServiceImpl.java
KULPURAP-1819: CreditMemo - http status 500 error when processed against payment request nbr https://test.kuali.org/jira/browse/KULPURAP-1819
Java
lgpl-2.1
781eb4ffa62f59dcc96d3db77123ec9cb733c382
0
sewe/spotbugs,spotbugs/spotbugs,sewe/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,KengoTODA/spotbugs,sewe/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,sewe/spotbugs
/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2003-2008 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, o...
findbugs/src/java/edu/umd/cs/findbugs/classfile/engine/ClassParserUsingASM.java
/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2003-2008 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, o...
fix problem with computation of bridge signatures git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@12141 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
findbugs/src/java/edu/umd/cs/findbugs/classfile/engine/ClassParserUsingASM.java
fix problem with computation of bridge signatures
Java
apache-2.0
b1ea04b2cc282512cb5d94f17cd5608ea8e09d64
0
amith01994/intellij-community,xfournet/intellij-community,jagguli/intellij-community,da1z/intellij-community,SerCeMan/intellij-community,dslomov/intellij-community,tmpgit/intellij-community,apixandru/intellij-community,vvv1559/intellij-community,apixandru/intellij-community,orekyuu/intellij-community,pwoodworth/intelli...
/* * User: anna * Date: 24-Mar-2008 */ package com.intellij.refactoring.typeMigration.ui; import com.intellij.CommonBundle; import com.intellij.ide.util.treeView.AbstractTreeNode; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.application.Result; impo...
plugins/typeMigration/src/com/intellij/refactoring/typeMigration/ui/MigrationPanel.java
/* * User: anna * Date: 24-Mar-2008 */ package com.intellij.refactoring.typeMigration.ui; import com.intellij.CommonBundle; import com.intellij.ide.util.treeView.AbstractTreeNode; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.application.Result; impo...
selection in migration panel
plugins/typeMigration/src/com/intellij/refactoring/typeMigration/ui/MigrationPanel.java
selection in migration panel
Java
apache-2.0
f03f3b0882f04d69294a50fe5b77f1fc80fb5e90
0
gavanx/pdflearn,ZhenyaM/veraPDF-pdfbox,benmccann/pdfbox,veraPDF/veraPDF-pdfbox,torakiki/sambox,benmccann/pdfbox,BezrukovM/veraPDF-pdfbox,ChunghwaTelecom/pdfbox,ChunghwaTelecom/pdfbox,torakiki/sambox,veraPDF/veraPDF-pdfbox,BezrukovM/veraPDF-pdfbox,mdamt/pdfbox,ZhenyaM/veraPDF-pdfbox,mdamt/pdfbox,joansmith/pdfbox,mathieu...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/blend/BlendMode.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
PDFBOX-1292: Blend modes were always null! git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1635714 13f79535-47bb-0310-9956-ffa450edef68
pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/blend/BlendMode.java
PDFBOX-1292: Blend modes were always null!
Java
apache-2.0
41f39b8fa843d22d2b7a9d6dd5ebeef3a1739119
0
brucetoo/ViewPagerTransforms,andforce/ViewPagerTransforms,myroid/ViewPagerTransforms,ToxicBakery/ViewPagerTransforms,daimajia/ViewPagerTransforms,liyi828328/ViewPagerTransforms,natuan241/ViewPagerTransforms,qingsong-xu/ViewPagerTransforms,jiangyinbin/ViewPagerTransforms,mychoices/ViewPagerTransforms,rayzone107/ViewPage...
package com.ToxicBakery.viewpager.transforms; import android.support.v4.view.ViewPager.PageTransformer; import android.view.View; public abstract class ABaseTransformer implements PageTransformer { /** * Called each {@link #transformPage(View, float)}. * * @param view * @param position */ protected abst...
ViewPagerTransformsLibrary/src/com/ToxicBakery/viewpager/transforms/ABaseTransformer.java
package com.ToxicBakery.viewpager.transforms; import android.support.v4.view.ViewPager.PageTransformer; import android.view.View; public abstract class ABaseTransformer implements PageTransformer { /** * Called each {@link #transformPage(View, float)}. * * @param view * @param position */ protected abst...
Normalized the transform life-cycle method names.
ViewPagerTransformsLibrary/src/com/ToxicBakery/viewpager/transforms/ABaseTransformer.java
Normalized the transform life-cycle method names.
Java
apache-2.0
8f6552e9c65f2e803ddd67ef0be6ed27cec5280b
0
androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/andro...
/* * Copyright 2018 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 applica...
concurrent/futures/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java
/* * Copyright 2018 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 applica...
docs: Fixing malformed code block in comment A Javadoc comment had a malformed code block; this was messing up formatting for the whole HTML page. Also fixed another code block that was showing an extraneous tag. Once this is submitted, I'll make a change by hand in the generated HTML page (so the fix can go live soo...
concurrent/futures/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java
docs: Fixing malformed code block in comment
Java
apache-2.0
37b83ceb47f3f1f1039bb09a480dcb2eeefbf1f7
0
mtransitapps/commons-android,mtransitapps/commons-android,mtransitapps/commons-android
package org.mtransit.android.commons.provider; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.collection.SimpleArrayMap; import retrofit2.Response; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; impo...
src/main/java/org/mtransit/android/commons/provider/TwitterNewsProvider.java
package org.mtransit.android.commons.provider; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.collection.SimpleArrayMap; import retrofit2.Response; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; impo...
add debug log (temp)
src/main/java/org/mtransit/android/commons/provider/TwitterNewsProvider.java
add debug log (temp)
Java
apache-2.0
17b3f23b0e526250dc134df1f7d2e6cd7f149ba5
0
kironapublic/vaadin,asashour/framework,peterl1084/framework,peterl1084/framework,Darsstar/framework,mstahv/framework,kironapublic/vaadin,asashour/framework,Darsstar/framework,Darsstar/framework,peterl1084/framework,asashour/framework,asashour/framework,kironapublic/vaadin,peterl1084/framework,kironapublic/vaadin,mstahv...
package com.vaadin.tests.components.flash; import java.util.List; import org.junit.Assert; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.DesiredCapabilities; import com.vaadin.testbench.elements.ButtonElement; import com.vaadin.testbenc...
uitest/src/test/java/com/vaadin/tests/components/flash/FlashExpansionTest.java
package com.vaadin.tests.components.flash; import java.util.List; import org.junit.Assert; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.DesiredCapabilities; import com.vaadin.testbench.elements.ButtonElement; import com.vaadin.testbenc...
Fix FlashExpansionTest (#8919)
uitest/src/test/java/com/vaadin/tests/components/flash/FlashExpansionTest.java
Fix FlashExpansionTest (#8919)
Java
apache-2.0
e85548a3641c97dd07198bea837fe89844db5add
0
b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2020 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/date/Dates.java
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
SO-4189: Create method to return the local date of the day (#642)
core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/date/Dates.java
SO-4189: Create method to return the local date of the day (#642)
Java
apache-2.0
1c6c570db4da1723c974347bcbb804a20414a97e
0
googlearchive/firebase-jobdispatcher-android
// Copyright 2016 Google, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
jobdispatcher/src/main/java/com/firebase/jobdispatcher/JobInvocation.java
// Copyright 2016 Google, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
Fix mPrefixes in JobInvocation, make setConstraints variadic The package-private JobInvocation.Builder class's #setConstraints method accepts an int array. It's easier to use if it just accepts a variadic argument, and requires no changes in any of the callsites. This also removes the 'm' prefix from all of the setX p...
jobdispatcher/src/main/java/com/firebase/jobdispatcher/JobInvocation.java
Fix mPrefixes in JobInvocation, make setConstraints variadic
Java
apache-2.0
fa40714be337c0ebab8e4b73a7177ecf6b671dba
0
keith-turner/maven,keith-turner/maven,dsyer/maven,stephenc/maven,kidaa/maven-1,apache/maven,likaiwalkman/maven,olamy/maven,Distrotech/maven,aheritier/maven,lbndev/maven,vedmishr/demo1,njuneau/maven,changbai1980/maven,karthikjaps/maven,apache/maven,lbndev/maven,apache/maven,gorcz/maven,karthikjaps/maven,wangyuesong/mave...
package org.apache.maven.model.building; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache Lic...
maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
package org.apache.maven.model.building; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache Lic...
o Revised error handling, API misuse is really not a model/network problem git-svn-id: 2c527eb49caa05e19d6b2be874bf74fa9d7ea670@795622 13f79535-47bb-0310-9956-ffa450edef68
maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
o Revised error handling, API misuse is really not a model/network problem
Java
apache-2.0
20123ee543fd62de9ca0fe5efbcf802ad5112aef
0
DoudTechData/ignite,zzcclp/ignite,murador/ignite,kromulan/ignite,gargvish/ignite,tkpanther/ignite,endian675/ignite,apacheignite/ignite,WilliamDo/ignite,andrey-kuznetsov/ignite,nizhikov/ignite,ilantukh/ignite,pperalta/ignite,vsisko/incubator-ignite,vsisko/incubator-ignite,irudyak/ignite,pperalta/ignite,rfqu/ignite,rfqu/...
/* @java.file.header */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ * _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ * / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / * \____/ /_/ /_/ \_,__/...
modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java
/* @java.file.header */ /* _________ _____ __________________ _____ * __ ____/___________(_)______ /__ ____/______ ____(_)_______ * _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ * / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / * \____/ /_/ /_/ \_,__/...
# sprint-25-6.2.0 Manual merge with rc3.
modules/core/src/main/java/org/gridgain/grid/kernal/processors/rest/GridRestProcessor.java
# sprint-25-6.2.0 Manual merge with rc3.
Java
apache-2.0
7acf5f02173a4acce09c900b0fd73c34c235b526
0
ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE,ebi-uniprot/QuickGOBE
package uk.ac.ebi.quickgo.webservice.mapping; import uk.ac.ebi.quickgo.solr.query.model.annotation.enums.AnnotationField; import uk.ac.ebi.quickgo.web.util.annotation.AnnotationWSUtil; import uk.ac.ebi.quickgo.web.util.query.mapping.MappingFactory; import uk.ac.ebi.quickgo.webservice.definitions.FilterRequest; i...
quickgo-webapp/src/main/java/uk/ac/ebi/quickgo/webservice/mapping/QueryToSolrProcess.java
package uk.ac.ebi.quickgo.webservice.mapping; import uk.ac.ebi.quickgo.solr.query.model.annotation.enums.AnnotationField; import uk.ac.ebi.quickgo.web.util.annotation.AnnotationWSUtil; import uk.ac.ebi.quickgo.web.util.query.mapping.MappingFactory; import uk.ac.ebi.quickgo.webservice.definitions.FilterRequest; i...
targetSet to targetSets
quickgo-webapp/src/main/java/uk/ac/ebi/quickgo/webservice/mapping/QueryToSolrProcess.java
targetSet to targetSets
Java
apache-2.0
3c5862808bd61f37917b2a22d279155698d8fd9e
0
rfilippone/gwt-dom-event-binder
/* * Copyright 2013 webrippers.com * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
src/main/java/com/webrippers/gwt/dom/event/gwt/rebind/binder/DomEventBinderGenerator.java
/* * Copyright 2013 webrippers.com * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Port to gwt 2.7.0
src/main/java/com/webrippers/gwt/dom/event/gwt/rebind/binder/DomEventBinderGenerator.java
Port to gwt 2.7.0
Java
apache-2.0
d713463ed59a3986e1087224429d04cc9e02ffd2
0
FlatBallFlyer/IBM-Data-Merge-Utility,FlatBallFlyer/IBM-Data-Merge-Utility,FlatBallFlyer/IBM-Data-Merge-Utility
/* * Copyright 2015, 2015 IBM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
idmu-util/src/main/java/com/ibm/util/merge/TemplateFactory.java
/* * Copyright 2015, 2015 IBM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
version update
idmu-util/src/main/java/com/ibm/util/merge/TemplateFactory.java
version update
Java
apache-2.0
0932550b102fcd1d2b18d2d74d46b4f2c69d8bd2
0
Vicky01200059/mina,dongjiaqiang/mina,Vicky01200059/mina,weijiangzhu/mina,mway08/mina,jeffmaury/mina,weijiangzhu/mina,mway08/mina,yangzhongj/mina,yangzhongj/mina,apache/mina,universsky/mina,dongjiaqiang/mina,apache/mina,universsky/mina
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
core/src/main/java/org/apache/mina/filter/ssl/SSLFilter.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")...
Removed unnecessary internal attribute git-svn-id: b7022df5c975f24f6cce374a8cf09e1bba3b7a2e@561121 13f79535-47bb-0310-9956-ffa450edef68
core/src/main/java/org/apache/mina/filter/ssl/SSLFilter.java
Removed unnecessary internal attribute
Java
apache-2.0
9eea05d20fbc620b64d608550d42b278da6d4603
0
wayshall/onetwo,wayshall/onetwo,wayshall/onetwo,wayshall/onetwo
package org.onetwo.ext.permission; import java.lang.reflect.Method; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import javax.annotation.PostConstruct; import org.onetwo.common...
core/modules/security/src/main/java/org/onetwo/ext/permission/AbstractPermissionManager.java
package org.onetwo.ext.permission; import java.lang.reflect.Method; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import javax.annotation.PostConstruct; import org.onetwo.common...
add comment
core/modules/security/src/main/java/org/onetwo/ext/permission/AbstractPermissionManager.java
add comment
Java
apache-2.0
0d9fb8710112c2a937cc6baf39c964ff55525f7b
0
gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas
package uk.ac.ebi.atlas.model.experiment.baseline; import org.junit.Before; import org.junit.Test; import uk.ac.ebi.atlas.model.experiment.baseline.impl.FactorSet; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; public class ExpressionTest { private BaselineExpressio...
base/src/test/java/uk/ac/ebi/atlas/model/experiment/baseline/ExpressionTest.java
package uk.ac.ebi.atlas.model.experiment.baseline; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.runners.MockitoJUnitRunner; import uk.ac.ebi.atlas.model.experiment.baseline.impl.FactorSet; import static org.hamcrest.MatcherAssert.assertThat; import static org.ha...
Fix test for build http://bar:8085/browse/ATLAS-ATLASBASE-51/test
base/src/test/java/uk/ac/ebi/atlas/model/experiment/baseline/ExpressionTest.java
Fix test for build http://bar:8085/browse/ATLAS-ATLASBASE-51/test
Java
apache-2.0
a83f2a15e2af03e1a1742ce5f1ef4c866c0a035c
0
OpenHFT/Chronicle-Queue,OpenHFT/Chronicle-Queue,fengshao0907/Chronicle-Queue
/* * Copyright 2014 Higher Frequency Trading * * http://www.higherfrequencytrading.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
chronicle/src/main/java/net/openhft/chronicle/VanillaChronicle.java
/* * Copyright 2014 Higher Frequency Trading * * http://www.higherfrequencytrading.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
CHRON-79 - VanillaChronicle's ExcerpAppender does not set proper capacity address
chronicle/src/main/java/net/openhft/chronicle/VanillaChronicle.java
CHRON-79 - VanillaChronicle's ExcerpAppender does not set proper capacity address
Java
apache-2.0
9a356caf8af55cbe8f4fed32bf53bec18f414f15
0
PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder
package org.pdxfinder.dataexport; import org.pdxfinder.TSV; import org.pdxfinder.graph.dao.*; import org.pdxfinder.services.DataImportService; import org.pdxfinder.services.UtilityService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org...
indexer/src/main/java/org/pdxfinder/dataexport/UniversalDataExtractor.java
package org.pdxfinder.dataexport; import org.pdxfinder.TSV; import org.pdxfinder.graph.dao.*; import org.pdxfinder.services.DataImportService; import org.pdxfinder.services.UtilityService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org...
Refactored extractOmicdata type functions in UniversalDataExtractor to be more extendable, behavior driven, and robust
indexer/src/main/java/org/pdxfinder/dataexport/UniversalDataExtractor.java
Refactored extractOmicdata type functions in UniversalDataExtractor to be more extendable, behavior driven, and robust
Java
apache-2.0
988a4ca4e186590a2c26bc7007a038fe02c3109c
0
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.util.scopeChooser; import com.intellij.ide.DataManager; import com.intellij.ide.util.treeView.WeighedItem; import com.intellij.openapi.Disposable; import...
platform/lang-impl/src/com/intellij/ide/util/scopeChooser/ScopeChooserCombo.java
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.util.scopeChooser; import com.intellij.ide.DataManager; import com.intellij.ide.util.treeView.WeighedItem; import com.intellij.openapi.Disposable; import...
typescript tool window additional fixes WEB-45668 Move the Сompile button to the TypeScript status bar widget Restore the TypeScript tool window for Rider because they don't have Problems View Fix the issue with the compile scopes for IJ and Rider GitOrigin-RevId: 8b3fb7d940a43068947525caa9b8a76369927f2d
platform/lang-impl/src/com/intellij/ide/util/scopeChooser/ScopeChooserCombo.java
typescript tool window additional fixes WEB-45668
Java
apache-2.0
f717fa430708a552f26952f6fba8856a6fbb0d6f
0
cbalster/criticalmaps-android,johnjohndoe/criticalmaps-android,criticalmaps/criticalmaps-android
package de.stephanlindauer.criticalmaps.utils; import android.app.Activity; import androidx.core.content.ContextCompat; import android.view.ViewGroup; import org.osmdroid.config.Configuration; import org.osmdroid.config.IConfigurationProvider; import org.osmdroid.tileprovider.MapTileProviderBasic; import org.osmdroid...
app/src/main/java/de/stephanlindauer/criticalmaps/utils/MapViewUtils.java
package de.stephanlindauer.criticalmaps.utils; import android.app.Activity; import androidx.core.content.ContextCompat; import android.view.ViewGroup; import org.osmdroid.config.Configuration; import org.osmdroid.config.IConfigurationProvider; import org.osmdroid.tileprovider.MapTileProviderBasic; import org.osmdroid...
Show zoom buttons in debug builds for navigation in emulator
app/src/main/java/de/stephanlindauer/criticalmaps/utils/MapViewUtils.java
Show zoom buttons in debug builds
Java
apache-2.0
d4bd56297a389e1794c2e7f2c266cce5800b3452
0
apache/geronimo,apache/geronimo,apache/geronimo,apache/geronimo
/* * Copyright 2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
m2-plugins/car-maven-plugin/src/main/java/org/apache/geronimo/plugin/car/AbstractCarMojo.java
/* * Copyright 2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
Using @component Drop redundant artifact factory instance git-svn-id: d69ffe4ccc4861bf06065bd0072b85c931fba7ed@432928 13f79535-47bb-0310-9956-ffa450edef68
m2-plugins/car-maven-plugin/src/main/java/org/apache/geronimo/plugin/car/AbstractCarMojo.java
Using @component Drop redundant artifact factory instance
Java
apache-2.0
23b6784eeb967026313e8abdcdcda0923e7efe98
0
jianglili007/jena,adrapereira/jena,adrapereira/jena,apache/jena,atsolakid/jena,adrapereira/jena,kamir/jena,tr3vr/jena,apache/jena,apache/jena,kidaa/jena,jianglili007/jena,atsolakid/jena,adrapereira/jena,kidaa/jena,tr3vr/jena,samaitra/jena,kamir/jena,kidaa/jena,kidaa/jena,tr3vr/jena,tr3vr/jena,jianglili007/jena,atsolaki...
/* * 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 ...
jena-arq/src/test/java/org/apache/jena/riot/system/TestChecker.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 ...
Class javadoc
jena-arq/src/test/java/org/apache/jena/riot/system/TestChecker.java
Class javadoc
Java
bsd-3-clause
312ba67d3ecefa750d251ead690bc6bc3620b7f4
0
Open-MBEE/MDK,Open-MBEE/MDK
package gov.nasa.jpl.mbee.mdk.mms.validation; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ObjectNode; import com.nomagic.a...
src/main/java/gov/nasa/jpl/mbee/mdk/mms/validation/ElementValidator.java
package gov.nasa.jpl.mbee.mdk.mms.validation; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ObjectNode; import com.nomagic.a...
MAGICDRAW-685 #comment Fixed NPE
src/main/java/gov/nasa/jpl/mbee/mdk/mms/validation/ElementValidator.java
MAGICDRAW-685 #comment Fixed NPE
Java
bsd-3-clause
7e29864e76a127116a0783f7e035b350bba03d7e
0
Open-MBEE/MDK,Open-MBEE/MDK
package gov.nasa.jpl.mbee.pma.analyses; import com.nomagic.magicdraw.commandline.CommandLine; import com.nomagic.magicdraw.core.Application; import com.nomagic.magicdraw.core.Project; import com.nomagic.magicdraw.core.project.ProjectDescriptor; import com.nomagic.magicdraw.core.project.ProjectDescriptorsFactory; impor...
src/main/java/gov/nasa/jpl/mbee/pma/analyses/AutomatedViewGeneration.java
package gov.nasa.jpl.mbee.pma.analyses; import com.nomagic.magicdraw.commandline.CommandLine; import com.nomagic.magicdraw.core.Application; import com.nomagic.magicdraw.core.Project; import com.nomagic.magicdraw.core.project.ProjectDescriptor; import com.nomagic.magicdraw.core.project.ProjectDescriptorsFactory; impor...
Re-enabled, updated cancel handler
src/main/java/gov/nasa/jpl/mbee/pma/analyses/AutomatedViewGeneration.java
Re-enabled, updated cancel handler
Java
bsd-3-clause
7bb94caac956e7ec30aa1ae20dd7966b7f83e9ba
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
core/src/main/java/org/hisp/dhis/android/core/event/internal/EventWithLimitCallFactory.java
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
[androsdk-1165] Delete EventWithLimitCallFactory relationships
core/src/main/java/org/hisp/dhis/android/core/event/internal/EventWithLimitCallFactory.java
[androsdk-1165] Delete EventWithLimitCallFactory relationships
Java
bsd-3-clause
94c42842b526bf3614c91f2d12c24c06b267cd37
0
NighatYasmin/RESOLVE,yushan87/RESOLVE,yushan87/RESOLVE,mikekab/RESOLVE,yushan87/RESOLVE,NighatYasmin/RESOLVE,NighatYasmin/RESOLVE,ClemsonRSRG/RESOLVE,mikekab/RESOLVE,ClemsonRSRG/RESOLVE,ClemsonRSRG/RESOLVE
/** * VCGenerator.java * --------------------------------- * Copyright (c) 2015 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is p...
src/main/java/edu/clemson/cs/r2jt/vcgeneration/VCGenerator.java
/** * VCGenerator.java * --------------------------------- * Copyright (c) 2015 * RESOLVE Software Research Group * School of Computing * Clemson University * All rights reserved. * --------------------------------- * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is p...
Add the type representation constraint as an assume in the well defined correspondence rule
src/main/java/edu/clemson/cs/r2jt/vcgeneration/VCGenerator.java
Add the type representation constraint as an assume in the well defined correspondence rule
Java
bsd-3-clause
81c6395dbb68207aff3de2e3ae40b94a0f347e46
0
NCIP/catissue-core,krishagni/openspecimen,asamgir/openspecimen,NCIP/catissue-core,asamgir/openspecimen,NCIP/catissue-core,krishagni/openspecimen,krishagni/openspecimen,asamgir/openspecimen
/** * <p>Title: NewSpecimenHDAO Class> * <p>Description: AliquotBizLogic is used to add new aliquots into the database using Hibernate.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Aniruddha Phadnis * @version 1.00 * Created on Jun 27, 2...
WEB-INF/src/edu/wustl/catissuecore/bizlogic/AliquotBizLogic.java
/** * <p>Title: NewSpecimenHDAO Class> * <p>Description: AliquotBizLogic is used to add new aliquots into the database using Hibernate.</p> * Copyright: Copyright (c) year * Company: Washington University, School of Medicine, St. Louis. * @author Aniruddha Phadnis * @version 1.00 * Created on Jun 27, 2...
added code for generating unique label SVN-Revision: 4459
WEB-INF/src/edu/wustl/catissuecore/bizlogic/AliquotBizLogic.java
added code for generating unique label
Java
bsd-3-clause
0d248e95dd192d1404accbffb50276bfbd093537
0
digital-preservation/droid,snail1966/droid,snail1966/droid,digital-preservation/droid,snail1966/droid,adamretter/droid,jacobpovar/droid,adamretter/droid,digital-preservation/droid,adamretter/droid,snail1966/droid,digital-preservation/droid,digital-preservation/droid,jacobpovar/droid,snail1966/droid,jacobpovar/droid
/** * Copyright (c) 2012, The National Archives <pronom@nationalarchives.gsi.gov.uk> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * * Redistributions of source code must re...
droid-core/src/main/java/uk/gov/nationalarchives/droid/core/signature/droid6/ByteSequence.java
/** * Copyright (c) 2012, The National Archives <pronom@nationalarchives.gsi.gov.uk> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following * conditions are met: * * * Redistributions of source code must re...
Revert to original interface of subsequence (now using byteseek2 anyway)
droid-core/src/main/java/uk/gov/nationalarchives/droid/core/signature/droid6/ByteSequence.java
Revert to original interface of subsequence (now using byteseek2 anyway)
Java
mit
cf1c1dcf9793a830c88b2c40742d799c98ae80e6
0
mp911de/visualizr,mp911de/visualizr
model/src/main/java/biz/paluch/visualizr/model/ChartDatasource.java
package biz.paluch.visualizr.model; import java.io.Serializable; /** * @author <a href="mailto:mpaluch@paluch.biz">Mark Paluch</a> * @since 13.04.14 11:15 */ public class ChartDataSource implements Serializable { private String id; private String name; public ChartDataSource() { } public Cha...
Delete ChartDatasource.java
model/src/main/java/biz/paluch/visualizr/model/ChartDatasource.java
Delete ChartDatasource.java
Java
apache-2.0
6eff7838f49007f9bb422f2f2c5b40b67165ed2e
0
ShadowMole/CombatSim
HeavyCruiser.java
import java.util.ArrayList; import java.util.HashMap; public class HeavyCruiser extends CapitalShip{ public HeavyCruiser(String[] stats, String[] newWeapons){ super(stats[0], Integer.parseInt(stats[1]), Integer.parseInt(stats[2]), Integer.parseInt(stats[3]), Integer.parseInt(stats[4]), newWeapons); ...
Delete HeavyCruiser.java
HeavyCruiser.java
Delete HeavyCruiser.java
Java
mit
d92d44461f9b98f1dbfd33059d31d4939c975657
0
Elorri/PopularMovies
package com.example.android.popularmovies; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; imp...
app/src/main/java/com/example/android/popularmovies/DiscoveryFragment.java
package com.example.android.popularmovies; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; imp...
Remove verbose statements and mock data
app/src/main/java/com/example/android/popularmovies/DiscoveryFragment.java
Remove verbose statements and mock data
Java
mit
324847228f60159efdeae73883a98cfeeb27187d
0
JEEventStore/JEEventStore,JEEventStore/JEEventStore
package org.jeeventstore.serialization.gson; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.io.Serializable; import java.util.Iterator; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.PostConstruct; import javax.ejb.Lock; imp...
serial-gson/src/main/java/org/jeeventstore/serialization/gson/EventSerializerGson.java
package org.jeeventstore.serialization.gson; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.io.Serializable; import java.util.Iterator; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.PostConstruct; import javax.ejb.Concurren...
Make EventStoreGson use container managed locking.
serial-gson/src/main/java/org/jeeventstore/serialization/gson/EventSerializerGson.java
Make EventStoreGson use container managed locking.
Java
mit
c185c229158889b75f99488a20c7d23f6e8d2637
0
McJty/RFTools
package mcjty.rftools.blocks.builder; import mcjty.lib.container.DefaultSidedInventory; import mcjty.lib.container.InventoryHelper; import mcjty.lib.entity.GenericEnergyReceiverTileEntity; import mcjty.lib.network.Argument; import mcjty.lib.network.PacketRequestIntegerFromServer; import mcjty.lib.varia.*; import mcjty...
src/main/java/mcjty/rftools/blocks/builder/BuilderTileEntity.java
package mcjty.rftools.blocks.builder; import mcjty.lib.container.DefaultSidedInventory; import mcjty.lib.container.InventoryHelper; import mcjty.lib.entity.GenericEnergyReceiverTileEntity; import mcjty.lib.network.Argument; import mcjty.lib.network.PacketRequestIntegerFromServer; import mcjty.lib.varia.*; import mcjty...
Silk touch quarry will now also work with the filter
src/main/java/mcjty/rftools/blocks/builder/BuilderTileEntity.java
Silk touch quarry will now also work with the filter
Java
mit
ad15e9331ad68774506104f9d22c23c89ef6cb63
0
ngageoint/geopackage-android
package mil.nga.geopackage.tiles.features; import android.content.Context; import mil.nga.geopackage.BoundingBox; import mil.nga.geopackage.GeoPackage; import mil.nga.geopackage.extension.link.FeatureTileTableLinker; import mil.nga.geopackage.tiles.TileGenerator; import mil.nga.sf.proj.Projection; /** * Creates a s...
geopackage-sdk/src/main/java/mil/nga/geopackage/tiles/features/FeatureTileGenerator.java
package mil.nga.geopackage.tiles.features; import android.content.Context; import mil.nga.geopackage.BoundingBox; import mil.nga.geopackage.GeoPackage; import mil.nga.geopackage.extension.link.FeatureTileTableLinker; import mil.nga.geopackage.tiles.TileGenerator; import mil.nga.sf.proj.Projection; /** * Creates a s...
close feature tiles in the feature tile generator
geopackage-sdk/src/main/java/mil/nga/geopackage/tiles/features/FeatureTileGenerator.java
close feature tiles in the feature tile generator
Java
epl-1.0
ca574ff478bdc5726e67621549eb753fe32dab88
0
R-Brain/codenvy,R-Brain/codenvy,codenvy/codenvy,codenvy/codenvy,codenvy/codenvy,R-Brain/codenvy,codenvy/codenvy,codenvy/codenvy,R-Brain/codenvy,codenvy/codenvy,R-Brain/codenvy,R-Brain/codenvy
/******************************************************************************* * Copyright (c) 2012-2014 Codenvy, S.A. * 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 ...
command/src/main/java/com/codenvy/cli/command/builtin/RunnerCommand.java
/******************************************************************************* * Copyright (c) 2012-2014 Codenvy, S.A. * 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 ...
DSKCLI-28 : Change option name to be compliant with the specification : use --ram
command/src/main/java/com/codenvy/cli/command/builtin/RunnerCommand.java
DSKCLI-28 : Change option name to be compliant with the specification : use --ram
Java
agpl-3.0
6436330342adc3daa0406c522dcb6c88d9beb894
0
relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,relateiq/sql-layer,relateiq/sql-layer,shunwang/sql-layer-1,relateiq/sql-layer,ngaut/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,shunwang/sql-layer-1,shunwang/sql-layer-1,jaytaylor/sql-layer,wfxiang08/sql-layer-1,w...
/** * Copyright (C) 2009-2013 FoundationDB, LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Thi...
src/main/java/com/foundationdb/sql/optimizer/rule/HalloweenRecognizer.java
/** * Copyright (C) 2009-2013 FoundationDB, LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Thi...
Try to clarify error message
src/main/java/com/foundationdb/sql/optimizer/rule/HalloweenRecognizer.java
Try to clarify error message
Java
lgpl-2.1
784b250b0f620dd67cc490a5abc7113a6aaad762
0
xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/EditForm.java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
XWIKI-10252: Add and/or edit objects in a page * Improve indentation of JavaDoc in EditForm
xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/EditForm.java
XWIKI-10252: Add and/or edit objects in a page
Java
apache-2.0
f89610a9e0ba00801e7eb12046f5830704a8f3f6
0
consulo/consulo-dotnet
package consulo.msil.ide.navigation; import gnu.trove.THashSet; import java.util.Set; import javax.annotation.Nonnull; import javax.annotation.Nullable; import javax.swing.Icon; import com.intellij.ide.DataManager; import com.intellij.navigation.ChooseByNameContributorEx; import com.intellij.navigation.GotoClassCon...
msil-psi-impl/src/main/java/consulo/msil/ide/navigation/MsilGotoClassContributor.java
package consulo.msil.ide.navigation; import gnu.trove.THashSet; import java.util.Set; import javax.annotation.Nonnull; import javax.swing.Icon; import javax.annotation.Nullable; import com.intellij.ide.DataManager; import com.intellij.navigation.ChooseByNameContributorEx; import com.intellij.navigation.GotoClassCon...
fix compilation
msil-psi-impl/src/main/java/consulo/msil/ide/navigation/MsilGotoClassContributor.java
fix compilation
Java
apache-2.0
6d64160e25e57ddb2ee9c9daafe653650a021db1
0
jvasileff/ceylon-spec,jvasileff/ceylon-spec,jvasileff/ceylon-spec,lucaswerkmeister/ceylon-spec,ceylon/ceylon-spec,ceylon/ceylon-spec,ceylon/ceylon-spec
package com.redhat.ceylon.compiler.typechecker.analyzer; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.getDeclaration; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.name; import java.util.ArrayList; import java.util.List; import com.redhat.ceylon.compiler.typechecker.model.C...
src/com/redhat/ceylon/compiler/typechecker/analyzer/DeclarationVisitor.java
package com.redhat.ceylon.compiler.typechecker.analyzer; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.getDeclaration; import static com.redhat.ceylon.compiler.typechecker.analyzer.Util.name; import java.util.ArrayList; import java.util.List; import com.redhat.ceylon.compiler.typechecker.model.C...
clean up slightly
src/com/redhat/ceylon/compiler/typechecker/analyzer/DeclarationVisitor.java
clean up slightly
Java
apache-2.0
5454a711292cb8baad23dc31e2db3f057d53a639
0
davidmoten/grumpy,davidmoten/grumpy,davidmoten/grumpy,davidmoten/grumpy
package com.github.davidmoten.grumpy.wms; import java.awt.Color; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.geotools.geometry.jts.ReferencedEnvelope; import org.geotools.renderer.lite.RendererUtilities; import com.github.davi...
grumpy-ogc/src/main/java/com/github/davidmoten/grumpy/wms/WmsUtil.java
package com.github.davidmoten.grumpy.wms; import java.awt.Color; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; import com.github.davidmoten.grumpy.projection.Projector; import com.github.davidmoten.grumpy.projection.ProjectorTarget; public class WmsUtil { public ...
add calculateScale
grumpy-ogc/src/main/java/com/github/davidmoten/grumpy/wms/WmsUtil.java
add calculateScale
Java
apache-2.0
9e2610158fc1068c947a9eecbc48da814a7e23d5
0
gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom
package stroom.search; import stroom.test.TestDataFieldDefinition; import stroom.test.TestDataGenerator; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.Arrays; public class NetworkMonitoringDataGenerator { //Date, Time, EventType, Device, ...
stroom-integrationtest/src/test/java/stroom/search/NetworkMonitoringDataGenerator.java
package stroom.search; import stroom.test.TestDataFieldDefinition; import stroom.test.TestDataGenerator; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.Arrays; public class NetworkMonitoringDataGenerator { //Date, Time, EventType, Device, ...
gh-634 Fix compile error
stroom-integrationtest/src/test/java/stroom/search/NetworkMonitoringDataGenerator.java
gh-634 Fix compile error
Java
apache-2.0
0b496c3b588f3f88d75cfeda95a8271a6b894162
0
davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server,davinkevin/Podcast-Server
package lan.dk.podcastserver.manager.worker.updater; import com.fasterxml.jackson.annotation.JsonProperty; import javaslang.Tuple; import javaslang.Tuple3; import javaslang.control.Try; import lan.dk.podcastserver.entity.Item; import lan.dk.podcastserver.entity.Podcast; import lan.dk.podcastserver.service.SignatureSer...
Backend/src/main/java/lan/dk/podcastserver/manager/worker/updater/AbstractUpdater.java
package lan.dk.podcastserver.manager.worker.updater; import com.fasterxml.jackson.annotation.JsonProperty; import javaslang.Tuple; import javaslang.Tuple3; import javaslang.control.Try; import lan.dk.podcastserver.entity.Item; import lan.dk.podcastserver.entity.Podcast; import lan.dk.podcastserver.service.SignatureSer...
fix(updater): doesn't print error message when a podcast is not updated
Backend/src/main/java/lan/dk/podcastserver/manager/worker/updater/AbstractUpdater.java
fix(updater): doesn't print error message when a podcast is not updated
Java
apache-2.0
55f7e255c221f31bdadc5d6b9f0daab10b76f384
0
skoulouzis/lobcder,skoulouzis/lobcder,skoulouzis/lobcder
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package nl.uva.cs.lobcder.tests; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.GenericType; import com.sun.jersey.api.client.WebResource; import com.sun.jersey.api.client.config.ClientConfig;...
lobcder-tests/src/test/java/nl/uva/cs/lobcder/tests/TestREST.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package nl.uva.cs.lobcder.tests; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.GenericType; import com.sun.jersey.api.client.WebResource; import com.sun.jersey.api.client.config.ClientConfig;...
Fixed some bugs
lobcder-tests/src/test/java/nl/uva/cs/lobcder/tests/TestREST.java
Fixed some bugs
Java
apache-2.0
39fa76a7f5046f360fcaced4b0c1fce6b7c80dc6
0
nisrulz/android-examples,nisrulz/android-examples,nisrulz/android-examples,nisrulz/android-examples,nisrulz/android-examples,nisrulz/android-examples
package github.nisrulz.usingmpchartslib; import android.os.Bundle; import android.os.Handler; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; im...
UsingMPChartsLib/app/src/main/java/github/nisrulz/usingmpchartslib/MainActivity.java
package github.nisrulz.usingmpchartslib; import android.os.Bundle; import android.os.Handler; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; im...
[*] Updated UsingMPChartsLib to v3.0.1
UsingMPChartsLib/app/src/main/java/github/nisrulz/usingmpchartslib/MainActivity.java
[*] Updated UsingMPChartsLib to v3.0.1
Java
apache-2.0
aa97530761bce8097371d7c659c8d0f422c1a7d0
0
vvv1559/intellij-community,semonte/intellij-community,fitermay/intellij-community,ThiagoGarciaAlves/intellij-community,fitermay/intellij-community,youdonghai/intellij-community,mglukhikh/intellij-community,asedunov/intellij-community,suncycheng/intellij-community,allotria/intellij-community,vvv1559/intellij-community,a...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-psi-impl/src/com/intellij/psi/impl/PsiElementFactoryImpl.java
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
thread safe array class calculation
java/java-psi-impl/src/com/intellij/psi/impl/PsiElementFactoryImpl.java
thread safe array class calculation
Java
apache-2.0
ca07dcaf34d3e813f9b103a1ec324014bf01935c
0
Novartis/YADA,Novartis/YADA,Novartis/YADA,Novartis/YADA
/** * */ package com.novartis.opensource.yada.plugin; import java.lang.annotation.Annotation; import java.sql.ResultSet; import java.sql.SQLException; import javax.sql.rowset.CachedRowSet; import javax.sql.rowset.RowSetMetaDataImpl; import javax.sql.rowset.RowSetProvider; import org.apache.log4j.Logger; import c...
yada-api/src/main/java/com/novartis/opensource/yada/plugin/SecurityPluginDetector.java
/** * */ package com.novartis.opensource.yada.plugin; import java.lang.annotation.Annotation; import java.sql.ResultSet; import java.sql.SQLException; import javax.sql.rowset.CachedRowSet; import javax.sql.rowset.RowSetMetaDataImpl; import javax.sql.rowset.RowSetProvider; import org.apache.log4j.Logger; import c...
bugfix case-sensitive colnames; also column index is 1-based
yada-api/src/main/java/com/novartis/opensource/yada/plugin/SecurityPluginDetector.java
bugfix case-sensitive colnames; also column index is 1-based
Java
apache-2.0
b297630d8af14c501ad5215a5f26f9ca44ad3be9
0
MC-U-Team/U-Team-Core,MC-U-Team/U-Team-Core
package info.u_team.u_team_core.screen; import com.mojang.blaze3d.vertex.PoseStack; import info.u_team.u_team_core.api.gui.IRenderTickable; import info.u_team.u_team_core.menu.UContainerMenu; import info.u_team.u_team_core.util.GuiUtil; import net.minecraft.network.chat.Component; import net.minecraft.resources.Resou...
src/main/java/info/u_team/u_team_core/screen/UContainerMenuScreen.java
package info.u_team.u_team_core.screen; import com.mojang.blaze3d.vertex.PoseStack; import info.u_team.u_team_core.api.gui.IRenderTickable; import info.u_team.u_team_core.menu.UContainerMenu; import info.u_team.u_team_core.util.GuiUtil; import net.minecraft.network.chat.Component; import net.minecraft.resources.Resou...
Change to poseStack
src/main/java/info/u_team/u_team_core/screen/UContainerMenuScreen.java
Change to poseStack