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
mit
2ccd5b111b50ed9eba8fcae0f053e66d3d4b2736
0
ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform,ljshj/actor-platform
package im.actor.runtime; import im.actor.runtime.power.WakeLock; public class LifecycleRuntimeProvider implements LifecycleRuntime { @Override public void killApp() { throw new RuntimeException("Dumb"); } @Override public WakeLock makeWakeLock() { throw new RuntimeException("Dumb...
actor-sdk/sdk-core/runtime/runtime-shared/src/template/java/im/actor/runtime/LifecycleRuntimeProvider.java
package im.actor.runtime; public class LifecycleRuntimeProvider implements LifecycleRuntime { @Override public void killApp() { throw new RuntimeException("Dumb"); } }
fix(runtime): Fixing compilation error
actor-sdk/sdk-core/runtime/runtime-shared/src/template/java/im/actor/runtime/LifecycleRuntimeProvider.java
fix(runtime): Fixing compilation error
Java
mit
363d423b43e5bb17cc268c5c66019a4c4e6448a5
0
MNascimentoS/CineTudo
package cinetudoproject.model.domain; /** * Created by diogo on 20/08/16. */ public class Assento { private String fila; private int numero; private int ocupado; public Assento(String fila, int numero) { this.fila = fila; this.numero = numero; this.ocupado = 0; } pu...
src/cinetudoproject/model/domain/Assento.java
package cinetudoproject.model.domain; /** * Created by diogo on 20/08/16. */ public class Assento { private char fila; private int numero; private boolean ocupado; public Assento(char fila, int numero) { this.fila = fila; this.numero = numero; this.ocupado = false; } p...
adicionado logica da classe assento
src/cinetudoproject/model/domain/Assento.java
adicionado logica da classe assento
Java
mit
1b3e400f93c5459bd1fcf558521d01569e09c957
0
vivekyadav01/fluent-jdbc
/* * Copyright 2002-2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
fluent-jdbc/src/main/java/org/codejargon/fluentjdbc/internal/query/namedparameter/NamedParameterUtils.java
/* * Copyright 2002-2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
getting rid of minor warnings
fluent-jdbc/src/main/java/org/codejargon/fluentjdbc/internal/query/namedparameter/NamedParameterUtils.java
getting rid of minor warnings
Java
mit
ecf1a7cad797eb07e72f5894125e8cc8458da515
0
gubatron/frostwire-jlibtorrent,aldenml/frostwire-jlibtorrent,aldenml/frostwire-jlibtorrent,aldenml/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent,gubatron/frostwire-jlibtorrent,gubatron/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent,frostwire/frostwire-jlibtorrent
package com.frostwire.jlibtorrent; import com.frostwire.jlibtorrent.alerts.*; import com.frostwire.jlibtorrent.plugins.Plugin; import com.frostwire.jlibtorrent.plugins.SwigPlugin; import com.frostwire.jlibtorrent.swig.*; import com.frostwire.jlibtorrent.swig.session_handle.options_t; import java.io.File; import java....
src/main/java/com/frostwire/jlibtorrent/Session.java
package com.frostwire.jlibtorrent; import com.frostwire.jlibtorrent.alerts.*; import com.frostwire.jlibtorrent.plugins.Plugin; import com.frostwire.jlibtorrent.plugins.SwigPlugin; import com.frostwire.jlibtorrent.swig.*; import com.frostwire.jlibtorrent.swig.session_handle.options_t; import java.io.File; import java....
Reverting the weak reference change. Kind of bad idea at this moment.
src/main/java/com/frostwire/jlibtorrent/Session.java
Reverting the weak reference change. Kind of bad idea at this moment.
Java
mit
7fb08ec14ed24005b4eb68b31a2b724f494fb14c
0
bitcoin-solutions/multibit-hd,oscarguindzberg/multibit-hd,bitcoin-solutions/multibit-hd,akonring/multibit-hd-modified,oscarguindzberg/multibit-hd,bitcoin-solutions/multibit-hd,akonring/multibit-hd-modified,akonring/multibit-hd-modified,oscarguindzberg/multibit-hd
package org.multibit.hd.ui.views.wizards.receive_bitcoin; import com.google.bitcoin.uri.BitcoinURI; import com.google.common.base.Optional; import net.miginfocom.swing.MigLayout; import org.multibit.hd.ui.events.view.ViewEvents; import org.multibit.hd.ui.i18n.MessageKey; import org.multibit.hd.ui.views.components.*; i...
mbhd-swing/src/main/java/org/multibit/hd/ui/views/wizards/receive_bitcoin/ReceiveBitcoinEnterAmountPanelView.java
package org.multibit.hd.ui.views.wizards.receive_bitcoin; import com.google.bitcoin.uri.BitcoinURI; import com.google.common.base.Optional; import net.miginfocom.swing.MigLayout; import org.multibit.hd.ui.i18n.MessageKey; import org.multibit.hd.ui.events.view.ViewEvents; import org.multibit.hd.ui.views.components.*; i...
Set Finish to be permanently enabled on Receive panel Removed Cancel from Receive panel (useless)
mbhd-swing/src/main/java/org/multibit/hd/ui/views/wizards/receive_bitcoin/ReceiveBitcoinEnterAmountPanelView.java
Set Finish to be permanently enabled on Receive panel Removed Cancel from Receive panel (useless)
Java
mit
ea0ead5adbfc37eb12806dfc83ceb4f944fb36e7
0
uq-eresearch/aorra,uq-eresearch/aorra,uq-eresearch/aorra,uq-eresearch/aorra
package charts.builder.spreadsheet; import static charts.ChartType.LOADS; import static charts.ChartType.LOADS_DIN; import static charts.ChartType.LOADS_PSII; import static charts.ChartType.LOADS_TN; import static charts.ChartType.LOADS_TSS; import static com.google.common.collect.Lists.newLinkedList; import static ja...
app/charts/builder/spreadsheet/LoadsBuilder.java
package charts.builder.spreadsheet; import static charts.ChartType.LOADS; import static charts.ChartType.LOADS_DIN; import static charts.ChartType.LOADS_PSII; import static charts.ChartType.LOADS_TN; import static charts.ChartType.LOADS_TSS; import static com.google.common.collect.Lists.newLinkedList; import static ja...
Adding CSV output for loads.
app/charts/builder/spreadsheet/LoadsBuilder.java
Adding CSV output for loads.
Java
epl-1.0
467b613c5cba11126b4f0194d832c96fb797abd8
0
tobiasbaum/reviewtool
package de.setsoftware.reviewtool.model.changestructure; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; i...
de.setsoftware.reviewtool.core/src/de/setsoftware/reviewtool/model/changestructure/ToursInReview.java
package de.setsoftware.reviewtool.model.changestructure; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; i...
changed creation of markers to WorkspaceJob to avoid performance problems due to a lot of events
de.setsoftware.reviewtool.core/src/de/setsoftware/reviewtool/model/changestructure/ToursInReview.java
changed creation of markers to WorkspaceJob to avoid performance problems due to a lot of events
Java
agpl-3.0
a58e0a308b15eb1a519841c4b9b8471411f71f13
0
MarkehMe/FactionsPlus
package markehme.factionsplus; import markehme.factionsplus.config.Config; import org.bukkit.ChatColor; import org.bukkit.configuration.file.YamlConfiguration; public class FactionsPlusTemplates { public static String Go(String templateOption, String args[]) { String workingstring = "Invalid Template File for " +...
src/markehme/factionsplus/FactionsPlusTemplates.java
package markehme.factionsplus; import markehme.factionsplus.config.Config; import org.bukkit.ChatColor; import org.bukkit.configuration.file.YamlConfiguration; public class FactionsPlusTemplates { public static String Go(String templateOption, String args[]) { String workingstring = "Invalid Template File for " +...
Potential bug here?
src/markehme/factionsplus/FactionsPlusTemplates.java
Potential bug here?
Java
agpl-3.0
42bb43f2273ead4b6b5cc34c47c72f5cdc249b6e
0
Concursive/concourseconnect-community,Concursive/concourseconnect-community,Concursive/concourseconnect-community
/* * ConcourseConnect * Copyright 2009 Concursive Corporation * http://www.concursive.com * * This file is part of ConcourseConnect, an open source social business * software and community platform. * * Concursive ConcourseConnect is free software: you can redistribute it and/or * modify it under the terms of ...
concourseconnect/trunk/src/main/java/com/concursive/connect/web/modules/wiki/portlets/main/SaveWikiCommentsAction.java
/* * ConcourseConnect * Copyright 2009 Concursive Corporation * http://www.concursive.com * * This file is part of ConcourseConnect, an open source social business * software and community platform. * * Concursive ConcourseConnect is free software: you can redistribute it and/or * modify it under the terms of ...
FIX: Commenting on a specific page was broke and defaulted to the wiki's home page
concourseconnect/trunk/src/main/java/com/concursive/connect/web/modules/wiki/portlets/main/SaveWikiCommentsAction.java
FIX: Commenting on a specific page was broke and defaulted to the wiki's home page
Java
agpl-3.0
ffd87f332adebc0a16f5010da9a8ff1bd0e400ef
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
dd870330-2e61-11e5-9284-b827eb9e62be
hello.java
dd81a138-2e61-11e5-9284-b827eb9e62be
dd870330-2e61-11e5-9284-b827eb9e62be
hello.java
dd870330-2e61-11e5-9284-b827eb9e62be
Java
lgpl-2.1
3d67f687fe591bb9af11dc38656c5e69ba605aa1
0
victos/opencms-core,serrapos/opencms-core,sbonoc/opencms-core,serrapos/opencms-core,ggiudetti/opencms-core,ggiudetti/opencms-core,gallardo/opencms-core,alkacon/opencms-core,alkacon/opencms-core,serrapos/opencms-core,serrapos/opencms-core,MenZil/opencms-core,victos/opencms-core,serrapos/opencms-core,gallardo/opencms-cor...
/* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/defaults/Attic/A_CmsContentDefinition.java,v $ * Date : $Date: 2001/10/19 15:02:17 $ * Version: $Revision: 1.7 $ * * This library is part of OpenCms - * the Open Source Content Mananagement System * * Copyright (C) 2001 The OpenCms Group * * This library is...
src/com/opencms/defaults/A_CmsContentDefinition.java
/* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/defaults/Attic/A_CmsContentDefinition.java,v $ * Date : $Date: 2001/07/31 15:50:13 $ * Version: $Revision: 1.6 $ * * This library is part of OpenCms - * the Open Source Content Mananagement System * * Copyright (C) 2001 The OpenCms Group * * This library is...
New method isExtendedList returns true if the content definition should use the new list with projectflag and state.
src/com/opencms/defaults/A_CmsContentDefinition.java
New method isExtendedList returns true if the content definition should use the new list with projectflag and state.
Java
lgpl-2.1
afb5307e0281960ea1dd105dd1d086e48c945cff
0
deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,deadcyclo/nuxeo-f...
/* * (C) Copyright 2006-2009 Nuxeo SAS (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www...
nuxeo-platform-imaging-tiling/nuxeo-platform-imaging-tiling/src/test/java/org/nuxeo/ecm/platform/pictures/tiles/service/test/TestAdapters.java
/* * (C) Copyright 2006-2009 Nuxeo SAS (http://nuxeo.com/) and contributors. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www...
NXP-13240: re-enable tiling test failing randomly
nuxeo-platform-imaging-tiling/nuxeo-platform-imaging-tiling/src/test/java/org/nuxeo/ecm/platform/pictures/tiles/service/test/TestAdapters.java
NXP-13240: re-enable tiling test failing randomly
Java
unlicense
07c2ca801cb059b6e5f2856fe4caf149ebbbc244
0
Kramermp/FoodMood
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package moodprofile.controller; import foodprofile.view.FoodUI; import java.sql.Connection; import moodprofile.model.Mood; i...
src/moodprofile/controller/MoodController.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package moodprofile.controller; import java.sql.Connection; import moodprofile.model.Mood; import java.sql.DriverManager; im...
Exception catching
src/moodprofile/controller/MoodController.java
Exception catching
Java
apache-2.0
6b78f2471342547e6b406da581deb65f6cef73aa
0
PhenoImageShare/PhenoImageShare,PhenoImageShare/PhenoImageShare,PhenoImageShare/PhenoImageShare,PhenoImageShare/PhenoImageShare,PhenoImageShare/PhenoImageShare
package uk.ac.ebi.phis.service; import java.io.IOException; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServerException; import org.ap...
PhIS/source/main/java/uk/ac/ebi/phis/service/ImageService.java
package uk.ac.ebi.phis.service; import java.io.IOException; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServerException; import org.ap...
removed bold for autsuggest match highlight
PhIS/source/main/java/uk/ac/ebi/phis/service/ImageService.java
removed bold for autsuggest match highlight
Java
apache-2.0
b394760aff2af802d562920767b18b80bcbf0346
0
statsbiblioteket/ticket-system
package dk.statsbiblioteket.medieplatform.ticketsystem; import dk.statsbiblioteket.doms.webservices.configuration.ConfigCollection; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathPar...
ticket-system-service/src/main/java/dk/statsbiblioteket/medieplatform/ticketsystem/TicketSystemService.java
package dk.statsbiblioteket.medieplatform.ticketsystem; import dk.statsbiblioteket.doms.webservices.configuration.ConfigCollection; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathPar...
removed unneeded field
ticket-system-service/src/main/java/dk/statsbiblioteket/medieplatform/ticketsystem/TicketSystemService.java
removed unneeded field
Java
apache-2.0
d819b952d382d2fe2bb51afdd63ea2f947b4eb17
0
brandt/GridSphere,brandt/GridSphere
/* * @author <a href="mailto:novotny@aei.mpg.de">Jason Novotny</a> * @version $Id$ */ package org.gridlab.gridsphere.layout; import org.gridlab.gridsphere.core.persistence.castor.descriptor.Description; import org.gridlab.gridsphere.layout.event.PortletComponentEvent; import org.gridlab.gridsphere.layout.event.Port...
src/org/gridlab/gridsphere/layout/PortletTab.java
/* * @author <a href="mailto:novotny@aei.mpg.de">Jason Novotny</a> * @version $Id$ */ package org.gridlab.gridsphere.layout; import org.gridlab.gridsphere.core.persistence.castor.descriptor.Description; import org.gridlab.gridsphere.layout.event.PortletComponentEvent; import org.gridlab.gridsphere.layout.event.Port...
GPF-185 add ability to provide external links in tabs. Added new attribute to portlet-tab 'url' to do this. AT the same time got rid of the javascript=enabled stuff git-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@4540 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f
src/org/gridlab/gridsphere/layout/PortletTab.java
GPF-185 add ability to provide external links in tabs. Added new attribute to portlet-tab 'url' to do this. AT the same time got rid of the javascript=enabled stuff
Java
apache-2.0
1ad4a07617d825c80bc7210575fb2e7d2d04f0a6
0
jjj117/airavata,gouravshenoy/airavata,apache/airavata,gouravshenoy/airavata,hasinitg/airavata,dogless/airavata,apache/airavata,gouravshenoy/airavata,hasinitg/airavata,apache/airavata,anujbhan/airavata,gouravshenoy/airavata,dogless/airavata,machristie/airavata,apache/airavata,machristie/airavata,gouravshenoy/airavata,an...
/* * * 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"); y...
modules/commons/common-registry-api/src/main/java/org/apache/airavata/common/registry/api/impl/JCRRegistry.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"); y...
handling the case where the root node session has expired git-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1304532 13f79535-47bb-0310-9956-ffa450edef68
modules/commons/common-registry-api/src/main/java/org/apache/airavata/common/registry/api/impl/JCRRegistry.java
handling the case where the root node session has expired
Java
apache-2.0
4969a1b1c46f199092ec5e78dee8f4db9ce5ff3c
0
InformaticsMatters/squonk,InformaticsMatters/squonk,InformaticsMatters/squonk,InformaticsMatters/squonk
package org.squonk.chemaxon.services; import org.apache.camel.Exchange; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.model.dataformat.JsonLibrary; import org.apache.camel.model.rest.RestBindingMode; import org.squonk.camel.chemaxon.processor.clustering.SphereExclusionClusteringProcessor; impor...
components/chem-services-chemaxon-basic/src/main/java/org/squonk/chemaxon/services/ChemaxonRestRouteBuilder.java
package org.squonk.chemaxon.services; import org.apache.camel.Exchange; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.model.dataformat.JsonLibrary; import org.apache.camel.model.rest.RestBindingMode; import org.squonk.camel.chemaxon.processor.clustering.SphereExclusionClusteringProcessor; impor...
consistent naming and icons
components/chem-services-chemaxon-basic/src/main/java/org/squonk/chemaxon/services/ChemaxonRestRouteBuilder.java
consistent naming and icons
Java
apache-2.0
542b789878df979090cedf05356d0c428535f51a
0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
/* * Copyright 2012 Shared Learning Collaborative, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
sli/ingestion/ingestion-core/src/test/java/org/slc/sli/ingestion/transformation/normalization/did/DidReferenceResolutionTest.java
/* * Copyright 2012 Shared Learning Collaborative, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[DE2214] reorder courseReference tests
sli/ingestion/ingestion-core/src/test/java/org/slc/sli/ingestion/transformation/normalization/did/DidReferenceResolutionTest.java
[DE2214] reorder courseReference tests
Java
apache-2.0
62295c6d1bb6e0dfbdb343438d79890a986c2df1
0
calotocen/Canal
/* * Copyright 2015 calotocen * * 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...
src/canal/Main.java
/* * Copyright 2015 calotocen * * 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...
不要な例外のスロー宣言を削除した。
src/canal/Main.java
不要な例外のスロー宣言を削除した。
Java
apache-2.0
dabe810666c7078903df97ff9f47e9b78f4f28e9
0
javalite/activejdbc,javalite/activejdbc,javalite/activejdbc,javalite/activejdbc
/* Copyright 2009-2014 Igor Polevoy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwa...
activeweb/src/main/java/org/javalite/activeweb/HttpSupport.java
/* Copyright 2009-2014 Igor Polevoy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwa...
activeweb-187 HttpSupport.getMap() must skip uploaded files
activeweb/src/main/java/org/javalite/activeweb/HttpSupport.java
activeweb-187 HttpSupport.getMap() must skip uploaded files
Java
apache-2.0
28bb651bd13ec6dec8c57520621e6e29d1f4d208
0
tpb1908/AndroidProjectsClient,tpb1908/AndroidProjectsClient,tpb1908/AndroidProjectsClient
/* * Copyright 2016 Theo Pearson-Bray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
app/src/main/java/com/tpb/projects/project/ProjectActivity.java
/* * Copyright 2016 Theo Pearson-Bray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
Closed ProjectActivity search on suggestion selected.
app/src/main/java/com/tpb/projects/project/ProjectActivity.java
Closed ProjectActivity search on suggestion selected.
Java
apache-2.0
049d46f9977f59dc2df7c92531f57c68e9d98f17
0
ador/ProteinPatternSearch
package protka.main; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; import protka.FastaItem; import protka.io.ProteinStatsArffWriter; import protka.io.FastaReader; import protka.stat.ProteinAminoAcidStats;...
java/src/main/java/protka/main/CreateArffFromFragmentStats.java
package protka.main; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.util.Properties; import protka.FastaItem; import protka.io.ProteinStatsArffWriter; import protka.io.FastaReader; import protka.stat.ProteinAminoAcidStats;...
Fix: creating output result dir for clustering results
java/src/main/java/protka/main/CreateArffFromFragmentStats.java
Fix: creating output result dir for clustering results
Java
apache-2.0
4a6219bf57c0aaff8e7f5a81002570e3ea25eb0e
0
natzei/bitcoinj,bitcoinj/bitcoinj,bitcoinj/bitcoinj,natzei/bitcoinj
/* * Copyright 2014 The bitcoinj authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
core/src/main/java/org/bitcoinj/crypto/X509Utils.java
/* * Copyright 2014 The bitcoinj authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
X509Utils: handle CertificateParsingException in getDisplayNameFromCertificate() if certificate has no SubjectAltName extension This fix makes the method compatible with JDK 18. Previously, it relied on the method returning `null` if the extension is not present.
core/src/main/java/org/bitcoinj/crypto/X509Utils.java
X509Utils: handle CertificateParsingException in getDisplayNameFromCertificate() if certificate has no SubjectAltName extension
Java
apache-2.0
395f96568cd2e668924d4ed0f61209f5de97b65b
0
lovecc0923/asmack,lizhangqu/asmack,lovecc0923/asmack,ZachGoldberg/asmack,Flowdalic/asmack,chuangWu/asmack,ZachGoldberg/asmack,chuangWu/asmack,tks-dp/asmack,Flowdalic/asmack,lizhangqu/asmack,tks-dp/asmack
package org.jivesoftware.smack; import java.util.logging.Logger; import org.jivesoftware.smack.util.DNSUtil; import org.jivesoftware.smack.util.dns.DNSJavaResolver; import org.xbill.DNS.ResolverConfig; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import and...
static-src/custom/org/jivesoftware/smack/SmackAndroid.java
package org.jivesoftware.smack; import org.jivesoftware.smack.util.DNSUtil; import org.jivesoftware.smack.util.dns.DNSJavaResolver; import org.xbill.DNS.ResolverConfig; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import ...
Add JUL to SmackAndroid
static-src/custom/org/jivesoftware/smack/SmackAndroid.java
Add JUL to SmackAndroid
Java
apache-2.0
e379e78e6deae302afd9078f0c6432837f1c6765
0
vector-im/riot-android,vector-im/vector-android,vector-im/riot-android,vector-im/riot-android,vector-im/vector-android,vector-im/riot-android,vector-im/riot-android,vector-im/vector-android,vector-im/vector-android
/* * Copyright 2014 OpenMarket 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 agr...
vector/src/main/java/im/vector/view/PillView.java
/* * Copyright 2014 OpenMarket 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 agr...
Fix some unexpected pills
vector/src/main/java/im/vector/view/PillView.java
Fix some unexpected pills
Java
apache-2.0
434801f6ebd353702b8c96cd7c228adc335c3309
0
stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine
/* * This file is part of Alpine. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
alpine/src/main/java/alpine/auth/UserPrincipalResolver.java
/* * This file is part of Alpine. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Added class init
alpine/src/main/java/alpine/auth/UserPrincipalResolver.java
Added class init
Java
apache-2.0
643bbda787f6f4d5a94ec0346f86e1d64ac0a6e0
0
oktadeveloper/okta-aws-cli-assume-role,oktadeveloper/okta-aws-cli-assume-role,oktadeveloper/okta-aws-cli-assume-role
package com.okta.tools.saml; import com.okta.tools.authentication.BrowserAuthentication; import com.okta.tools.OktaAwsCliEnvironment; import com.okta.tools.authentication.OktaAuthentication; import com.okta.tools.helpers.CookieHelper; import org.apache.http.HttpStatus; import org.apache.http.client.CookieStore; import...
src/main/java/com/okta/tools/saml/OktaSaml.java
package com.okta.tools.saml; import com.okta.tools.authentication.BrowserAuthentication; import com.okta.tools.OktaAwsCliEnvironment; import com.okta.tools.authentication.OktaAuthentication; import com.okta.tools.helpers.CookieHelper; import org.apache.http.HttpStatus; import org.apache.http.client.CookieStore; import...
:art: Address @randomsamples' code review
src/main/java/com/okta/tools/saml/OktaSaml.java
:art: Address @randomsamples' code review
Java
bsd-3-clause
6fd0bac450349a82a9d7e79de6a5109c76ba9530
0
owlcollab/owltools,fbastian/owltools,fbastian/owltools,dhimmel/owltools,fbastian/owltools,owlcollab/owltools,owlcollab/owltools,dhimmel/owltools,fbastian/owltools,owlcollab/owltools,fbastian/owltools,dhimmel/owltools,dhimmel/owltools,fbastian/owltools,owlcollab/owltools,dhimmel/owltools,dhimmel/owltools,owlcollab/owlto...
package owltools.sim2; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.Set; import java.util.Vector; import ...
OWLTools-Sim/src/main/java/owltools/sim2/AbstractOwlSim.java
package owltools.sim2; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Pr...
Removed dependency on OWLGraphWrapper - this is a cause of inefficiency. OGW required mainly for working with crossSpeciesPheno.obo, which uses alt_ids for equivalent classes. alt_ids are invisible to an OWL reasoner. If we need this again, we will add a step to expand CSP alt_ids ==> equivalentClasses git-svn-id: ...
OWLTools-Sim/src/main/java/owltools/sim2/AbstractOwlSim.java
Removed dependency on OWLGraphWrapper - this is a cause of inefficiency.
Java
mit
4f97e19558e760b799279dc1ad93b84d12081b95
0
lehmann/ArtigoMSM_UFSC
package br.ufsc.lehmann.survey; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.concurrent.TimeUnit; import java.util.stream.Collectors; import java.util.stream.IntStream; import java.util.stream.Str...
artigo/src/test/java/br/ufsc/lehmann/survey/AbstractPairClassClusteringEvaluation.java
package br.ufsc.lehmann.survey; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.concurrent.TimeUnit; import java.util.stream.Collectors; import java.util.stream.IntStream; import java.util.stream.Str...
Fixing pair-clustering validation
artigo/src/test/java/br/ufsc/lehmann/survey/AbstractPairClassClusteringEvaluation.java
Fixing pair-clustering validation
Java
mit
d61f5733dfa2c0a0134a17e1ebd9b15dc5bf3d93
0
spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror,spurious/kawa-mirror
package kawa.lang; import codegen.*; /** * Class used to implement "let" syntax (and variants) for Scheme. * @author Per Bothner */ public class LetExp extends ScopeExp { Expression[] inits; public Expression body; public LetExp (Expression[] i) { inits = i; } public Object eval (Environment env) ...
kawa/lang/LetExp.java
package kawa.lang; import codegen.*; /** * Class used to implement "let" syntax (and variants) for Scheme. * @author Per Bothner */ public class LetExp extends ScopeExp { Expression[] inits; public Expression body; public LetExp (Expression[] i) { inits = i; } public Object eval (Environment env) ...
Fix typo in comment. git-svn-id: 169764d5f12c41a1cff66b81d896619f3ce5473d@327 5e0a886f-7f45-49c5-bc19-40643649e37f
kawa/lang/LetExp.java
Fix typo in comment.
Java
mit
dfd5501132bce578a94b541df3508fe071b53f73
0
bruno-medeiros/toml4j,mwanji/toml4j
package com.moandjiezana.toml; import static com.moandjiezana.toml.ValueConverterUtils.INVALID; import static com.moandjiezana.toml.ValueConverterUtils.parse; import static com.moandjiezana.toml.ValueConverterUtils.parser; import java.util.List; import java.util.regex.Pattern; class TomlParser { private static fin...
src/main/java/com/moandjiezana/toml/TomlParser.java
package com.moandjiezana.toml; import static com.moandjiezana.toml.ValueConverterUtils.INVALID; import static com.moandjiezana.toml.ValueConverterUtils.parse; import static com.moandjiezana.toml.ValueConverterUtils.parser; import java.util.List; import java.util.regex.Pattern; class TomlParser { private static fin...
Introduced Multiline enum to clean TomlParser up a bit
src/main/java/com/moandjiezana/toml/TomlParser.java
Introduced Multiline enum to clean TomlParser up a bit
Java
mit
c1ab72c77f807c59bdfde9357d0cde277856b6dd
0
lanwen/github-plugin,recena/github-plugin,jenkinsci/github-plugin,recena/github-plugin,recena/github-plugin,jenkinsci/github-plugin,lanwen/github-plugin,lanwen/github-plugin,jenkinsci/github-plugin
package org.jenkinsci.plugins.github; import hudson.Plugin; import hudson.init.InitMilestone; import hudson.init.Initializer; import org.jenkinsci.plugins.github.config.GitHubPluginConfig; import org.jenkinsci.plugins.github.migration.Migrator; import javax.annotation.Nonnull; import static org.apache.commons.lang3....
src/main/java/org/jenkinsci/plugins/github/GitHubPlugin.java
package org.jenkinsci.plugins.github; import hudson.Plugin; import hudson.init.Initializer; import org.jenkinsci.plugins.github.config.GitHubPluginConfig; import org.jenkinsci.plugins.github.migration.Migrator; import javax.annotation.Nonnull; import static hudson.init.InitMilestone.PLUGINS_PREPARED; import static h...
[FIXED JENKINS-36446] Ensure all plugin extensions are initialized before migration (#150)
src/main/java/org/jenkinsci/plugins/github/GitHubPlugin.java
[FIXED JENKINS-36446] Ensure all plugin extensions are initialized before migration (#150)
Java
mit
17af5ad482956c94c8fe6415184d1b896c1c1a16
0
JosuaKrause/BusVis,JosuaKrause/BusVis
package infovis.embed; import static infovis.VecUtil.*; import infovis.ctrl.Controller; import infovis.data.BusLine; import infovis.data.BusStation; import infovis.data.BusStation.Neighbor; import infovis.data.BusTime; import infovis.embed.pol.Interpolator; import infovis.routing.RoutingManager; import infovis.routing...
src/main/java/infovis/embed/StationDistance.java
package infovis.embed; import static infovis.VecUtil.*; import infovis.ctrl.Controller; import infovis.data.BusLine; import infovis.data.BusStation; import infovis.data.BusStation.Neighbor; import infovis.data.BusTime; import infovis.embed.pol.Interpolator; import infovis.routing.RoutingManager; import infovis.routing...
using alpha composite for fading circles
src/main/java/infovis/embed/StationDistance.java
using alpha composite for fading circles
Java
mit
ad665927fbc4625238c7e481e570545f989363fb
0
ceciliavanin/Trabalho
package br.univel; import java.io.FileWriter; import java.io.IOException; import java.io.StringWriter; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.transform.stream.StreamResult; public class GravaXml { public String gravaXml ...
Trabalho154143/src/main/java/br/univel/GravaXml.java
package br.univel; import java.io.FileWriter; import java.io.IOException; import java.io.StringWriter; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.transform.stream.StreamResult; public class GravaXml { public String gravaXml ...
Cocertando classe GravaXml
Trabalho154143/src/main/java/br/univel/GravaXml.java
Cocertando classe GravaXml
Java
mit
7eb51dc5bbe315ff524d8ef7c772ac8f77a0f8f2
0
tkuhn/nanopub-server,tkuhn/nanopub-server
package ch.tkuhn.nanopub.server; import java.io.IOException; import javax.servlet.http.HttpServletResponse; public class MainPage extends Page { public static void show(ServerRequest req, HttpServletResponse httpResp) throws IOException { MainPage obj = new MainPage(req, httpResp); obj.show(); } public Main...
src/main/java/ch/tkuhn/nanopub/server/MainPage.java
package ch.tkuhn.nanopub.server; import java.io.IOException; import javax.servlet.http.HttpServletResponse; public class MainPage extends Page { public static void show(ServerRequest req, HttpServletResponse httpResp) throws IOException { MainPage obj = new MainPage(req, httpResp); obj.show(); } public Main...
Show available actions in HTML of main page
src/main/java/ch/tkuhn/nanopub/server/MainPage.java
Show available actions in HTML of main page
Java
mit
8563e36523ba80f11a5787a02a1fadff2c21df6c
0
hsz/idea-gitignore,hsz/idea-gitignore
/* * The MIT License (MIT) * * Copyright (c) 2017 hsz Jakub Chrzanowski <jakub@hsz.mobi> * * 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 limita...
src/mobi/hsz/idea/gitignore/util/MatcherUtil.java
/* * The MIT License (MIT) * * Copyright (c) 2017 hsz Jakub Chrzanowski <jakub@hsz.mobi> * * 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 limita...
#415 - cache calculated matching results
src/mobi/hsz/idea/gitignore/util/MatcherUtil.java
#415 - cache calculated matching results
Java
mit
b7e7ac93bbd2f3fab2d1fa957dfaf286b4fa7290
0
JetBrains/ideavim,JetBrains/ideavim
package com.maddyhome.idea.vim.option; /* * IdeaVim - A Vim emulator plugin for IntelliJ Idea * Copyright (C) 2003 Rick Maddy * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 ...
src/com/maddyhome/idea/vim/option/ListOption.java
package com.maddyhome.idea.vim.option; /* * IdeaVim - A Vim emulator plugin for IntelliJ Idea * Copyright (C) 2003 Rick Maddy * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 ...
*** empty log message ***
src/com/maddyhome/idea/vim/option/ListOption.java
*** empty log message ***
Java
agpl-3.0
f031628f830c881484316a4dfd44333fdfa1c044
0
juanibdn/jPOS,yinheli/jPOS,fayezasar/jPOS,barspi/jPOS,yinheli/jPOS,poynt/jPOS,c0deh4xor/jPOS,sebastianpacheco/jPOS,jpos/jPOS,poynt/jPOS,sebastianpacheco/jPOS,imam-san/jPOS-1,fayezasar/jPOS,chhil/jPOS,alcarraz/jPOS,imam-san/jPOS-1,c0deh4xor/jPOS,juanibdn/jPOS,bharavi/jPOS,alcarraz/jPOS,jpos/jPOS,atancasis/jPOS,juanibdn/...
/* * Copyright (c) 2000 jPOS.org. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
jpos6/modules/jpos/src/org/jpos/iso/ISOMsg.java
/* * Copyright (c) 2000 jPOS.org. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
optimization: no need to create a new String
jpos6/modules/jpos/src/org/jpos/iso/ISOMsg.java
optimization: no need to create a new String
Java
agpl-3.0
98647bb05c0e6df72882b64bbfd7b3d39414695a
0
cogmission/htm.java-examples,numenta/htm.java-examples
/* --------------------------------------------------------------------- * Numenta Platform for Intelligent Computing (NuPIC) * Copyright (C) 2014, Numenta, Inc. Unless you have an agreement * with Numenta, Inc., for a separate license for this software code, the * following terms and conditions apply: * *...
src/main/java/org/numenta/nupic/examples/qt/QuickTest.java
/* --------------------------------------------------------------------- * Numenta Platform for Intelligent Computing (NuPIC) * Copyright (C) 2014, Numenta, Inc. Unless you have an agreement * with Numenta, Inc., for a separate license for this software code, the * following terms and conditions apply: * *...
Changed to load active cell indexes
src/main/java/org/numenta/nupic/examples/qt/QuickTest.java
Changed to load active cell indexes
Java
lgpl-2.1
3336a656eacbab06c2c566eda1925d631c2b15e8
0
ethaneldridge/vassal,ethaneldridge/vassal,ethaneldridge/vassal
/* * * Copyright (c) 2000-2003 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * bu...
vassal-app/src/main/java/VASSAL/counters/BasicPiece.java
/* * * Copyright (c) 2000-2003 by Rodney Kinney * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License (LGPL) as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * bu...
Localized Piece Names exposed to Beanshell for creating display strings
vassal-app/src/main/java/VASSAL/counters/BasicPiece.java
Localized Piece Names exposed to Beanshell for creating display strings
Java
lgpl-2.1
0c1adfb926ae3c633393501b9eefb25ad0fa0c12
0
jfree/jfreechart,jfree/jfreechart,jfree/jfreechart,jfree/jfreechart
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2017, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
src/main/java/org/jfree/chart/text/TextUtils.java
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2017, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
Javadoc tags.
src/main/java/org/jfree/chart/text/TextUtils.java
Javadoc tags.
Java
unlicense
35ed83ae386c15599380d68c8a215f7a910c8553
0
TheGoodlike13/goodlike-utils
package eu.goodlike.time; import com.google.common.base.MoreObjects; import eu.goodlike.time.impl.TimeHandler; import java.time.LocalDate; import java.time.ZoneId; import java.util.Objects; /** * <pre> * Resolves epoch milliseconds from various formats * * Intended to reduce code duplication when checking for va...
src/main/java/eu/goodlike/time/TimeResolver.java
package eu.goodlike.time; import com.google.common.base.MoreObjects; import eu.goodlike.time.impl.TimeHandler; import java.time.LocalDate; import java.time.ZoneId; import java.util.Objects; /** * <pre> * Resolves epoch milliseconds from various formats * * Intended to reduce code duplication when checking for va...
Small doc fix
src/main/java/eu/goodlike/time/TimeResolver.java
Small doc fix
Java
apache-2.0
3b8eba2deac218b66624e4b9bb0c789c6a03489d
0
androidx/media,google/ExoPlayer,amzn/exoplayer-amazon-port,ened/ExoPlayer,google/ExoPlayer,ened/ExoPlayer,androidx/media,androidx/media,ened/ExoPlayer,amzn/exoplayer-amazon-port,google/ExoPlayer,amzn/exoplayer-amazon-port
/* * Copyright 2019 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...
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
/* * Copyright 2019 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...
Refactor `initTrackSelectionAdapter` As suggested in parent change, return a list of `TrackType` instead of appending to it. This has the slight disadvantage of iterating twice over the (short) list, but clarifies the code. PiperOrigin-RevId: 402844458
library/ui/src/main/java/com/google/android/exoplayer2/ui/StyledPlayerControlView.java
Refactor `initTrackSelectionAdapter`
Java
apache-2.0
85a86e434a6aa4be083afe38130818865622d061
0
stari4ek/ExoPlayer,google/ExoPlayer,androidx/media,ened/ExoPlayer,stari4ek/ExoPlayer,amzn/exoplayer-amazon-port,superbderrick/ExoPlayer,androidx/media,amzn/exoplayer-amazon-port,ened/ExoPlayer,stari4ek/ExoPlayer,androidx/media,superbderrick/ExoPlayer,superbderrick/ExoPlayer,google/ExoPlayer,ened/ExoPlayer,amzn/exoplaye...
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
library/core/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Increase gapless trim sample count PiperOrigin-RevId: 247348352
library/core/src/main/java/com/google/android/exoplayer2/extractor/mp4/AtomParsers.java
Increase gapless trim sample count
Java
apache-2.0
c78527989c312e02cadb6595c876613eec37c1fd
0
Tom-Willemsen/PicoBramble,Tom-Willemsen/PicoBramble,Tom-Willemsen/PicoBramble
package bramble.node.controller; import java.util.ArrayList; import java.util.Collection; import bramble.networking.JobMetadata; public class JobList { private ArrayList<JobMetadata> unstartedJobs; private ArrayList<JobMetadata> startedJobs; private ArrayList<JobMetadata> completedJobs; /** * ...
PicoBramble/src/bramble/node/controller/JobList.java
package bramble.node.controller; import java.util.ArrayList; import java.util.Collection; import bramble.networking.JobMetadata; public class JobList { private ArrayList<JobMetadata> unstartedJobs; private ArrayList<JobMetadata> startedJobs; private ArrayList<JobMetadata> completedJobs; /** * ...
Fix indentation
PicoBramble/src/bramble/node/controller/JobList.java
Fix indentation
Java
apache-2.0
a67848676be61fcdd77e35c25b205080a5dc0de5
0
gbif/occurrence,gbif/occurrence,gbif/occurrence
package org.gbif.occurrence.download.hive; import org.apache.commons.lang3.tuple.Pair; import org.gbif.dwc.terms.DcTerm; import org.gbif.dwc.terms.DwcTerm; import org.gbif.dwc.terms.GbifInternalTerm; import org.gbif.dwc.terms.GbifTerm; import org.gbif.dwc.terms.Term; import java.util.Set; import com.google.common.co...
occurrence-hdfs-table/src/main/java/org/gbif/occurrence/download/hive/DownloadTerms.java
package org.gbif.occurrence.download.hive; import org.apache.commons.lang3.tuple.Pair; import org.gbif.dwc.terms.DcTerm; import org.gbif.dwc.terms.DwcTerm; import org.gbif.dwc.terms.GbifInternalTerm; import org.gbif.dwc.terms.GbifTerm; import org.gbif.dwc.terms.Term; import java.util.Set; import com.google.common.co...
excluding hostingOrganizationKey from downloads until it is populated
occurrence-hdfs-table/src/main/java/org/gbif/occurrence/download/hive/DownloadTerms.java
excluding hostingOrganizationKey from downloads until it is populated
Java
apache-2.0
17a6ccf4d8994fb590dd7d409d2d81ebbfd80433
0
SPBTV/DraggablePanel,tjose0101/Draggable-ui,Fiddl3/DraggablePanel,hoangsondev/DraggablePanel,FreeDao/DraggablePanel,ppamorim/DraggablePanel,hmit/DraggablePanel,frakc/DraggablePanel,Thornith/DraggablePanel,dfodor/DraggablePanel,MaTriXy/DraggablePanel,pedrovgs/DraggablePanel,murat8505/DraggablePanel,qiwx2012/DraggablePan...
package com.github.pedrovgs.sample.viewmodel; import com.pedrogomez.renderers.AdapteeCollection; import javax.inject.Inject; import java.util.Collection; import java.util.LinkedList; import java.util.List; /** * @author Pedro Vicente Gómez Sánchez. */ public class TvShowCollectionViewModel implements AdapteeCollec...
sample/src/main/java/com/github/pedrovgs/sample/viewmodel/TvShowCollectionViewModel.java
package com.github.pedrovgs.sample.viewmodel; import com.pedrogomez.renderers.AdapteeCollection; import javax.inject.Inject; import java.util.Collection; import java.util.LinkedList; import java.util.List; /** * @author Pedro Vicente Gómez Sánchez. */ public class TvShowCollectionViewModel implements AdapteeCollec...
Add Arrow information
sample/src/main/java/com/github/pedrovgs/sample/viewmodel/TvShowCollectionViewModel.java
Add Arrow information
Java
apache-2.0
6de89118fabe6e660c581dd32628fe615051dc03
0
selckin/wicket,freiheit-com/wicket,topicusonderwijs/wicket,topicusonderwijs/wicket,freiheit-com/wicket,mosoft521/wicket,mosoft521/wicket,astrapi69/wicket,klopfdreh/wicket,astrapi69/wicket,klopfdreh/wicket,selckin/wicket,topicusonderwijs/wicket,freiheit-com/wicket,AlienQueen/wicket,mosoft521/wicket,dashorst/wicket,klopf...
/* * 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...
wicket-core/src/main/java/org/apache/wicket/util/iterator/AbstractHierarchyIterator.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...
Non functional changes. Fix typos in comments. Use character instead of String where possible.
wicket-core/src/main/java/org/apache/wicket/util/iterator/AbstractHierarchyIterator.java
Non functional changes.
Java
apache-2.0
55c6d41d1af28f47807eaac7c468bdb2c74a9355
0
anishek/hive,anishek/hive,vergilchiu/hive,nishantmonu51/hive,vergilchiu/hive,nishantmonu51/hive,vineetgarg02/hive,lirui-apache/hive,vergilchiu/hive,sankarh/hive,nishantmonu51/hive,anishek/hive,jcamachor/hive,anishek/hive,vineetgarg02/hive,vineetgarg02/hive,nishantmonu51/hive,nishantmonu51/hive,vergilchiu/hive,sankarh/h...
/** * 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...
ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.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...
HIVE-10790 : orc write on viewFS throws exception (Xioawei Wang via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <c5d41606feead64bfdd91acad8ffb47026db2f38@apache.org>
ql/src/java/org/apache/hadoop/hive/ql/io/orc/WriterImpl.java
HIVE-10790 : orc write on viewFS throws exception (Xioawei Wang via Ashutosh Chauhan)
Java
apache-2.0
5c01cd3ad7a9ff14e00c978d17dc16c75f89d827
0
ProfilingIO/insight-ml
/* * Copyright (C) 2016 Stefan Henß * * 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/insightml/data/SimpleDataset.java
/* * Copyright (C) 2016 Stefan Henß * * 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 ...
SimpleDataset: restrict type of training data
src/main/java/com/insightml/data/SimpleDataset.java
SimpleDataset: restrict type of training data
Java
apache-2.0
696dd3c2f42018e49df00458ca8dbe5244e356a7
0
AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,aosp-mirror/platform_frameworks_support,androidx/android...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
v4/java/android/support/v4/widget/DrawerLayout.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
am 62c63bed: am 99cb2bbf: Make DrawerLayout system UI flag manipulation less excitable * commit '62c63bed846de0f9097dd1c22313304788491a68': Make DrawerLayout system UI flag manipulation less excitable
v4/java/android/support/v4/widget/DrawerLayout.java
am 62c63bed: am 99cb2bbf: Make DrawerLayout system UI flag manipulation less excitable
Java
apache-2.0
0605955fa05c021e7a4f492910544fc6921f6c56
0
speedy01/Openfire,Gugli/Openfire,magnetsystems/message-openfire,akrherz/Openfire,akrherz/Openfire,magnetsystems/message-openfire,GregDThomas/Openfire,GregDThomas/Openfire,Gugli/Openfire,GregDThomas/Openfire,akrherz/Openfire,igniterealtime/Openfire,GregDThomas/Openfire,guusdk/Openfire,GregDThomas/Openfire,akrherz/Openfi...
/** * $Revision $ * $Date $ * * 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 ...
src/plugins/rayo/src/java/org/ifsoft/rayo/RayoComponent.java
/** * $Revision $ * $Date $ * * 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 ...
Rayo plugin - Added start/stop speaking messages to MUC message thread git-svn-id: 2e83ce7f183c9abd424edb3952fab2cdab7acd7f@13870 b35dd754-fafc-0310-a699-88a17e54d16e
src/plugins/rayo/src/java/org/ifsoft/rayo/RayoComponent.java
Rayo plugin - Added start/stop speaking messages to MUC message thread
Java
apache-2.0
26e53abb41a6839abfe056972aa775cf55fbd8d1
0
dnng/SSNoC-Java,dnng/SSNoC-Java
package edu.cmu.sv.ws.ssnoc.test; import static com.eclipsesource.restfuse.Assert.assertBadRequest; import static com.eclipsesource.restfuse.Assert.assertCreated; import static com.eclipsesource.restfuse.Assert.assertOk; import java.sql.Timestamp; import org.junit.AfterClass; import org.junit.Assert; import org.juni...
src/it/java/edu/cmu/sv/ws/ssnoc/test/MessageServiceIT.java
package edu.cmu.sv.ws.ssnoc.test; import static com.eclipsesource.restfuse.Assert.assertBadRequest; import static com.eclipsesource.restfuse.Assert.assertCreated; import static com.eclipsesource.restfuse.Assert.assertOk; import java.sql.Timestamp; import org.junit.AfterClass; import org.junit.Assert; import org.juni...
integration test fix
src/it/java/edu/cmu/sv/ws/ssnoc/test/MessageServiceIT.java
integration test fix
Java
apache-2.0
59cf444daf9fb4403beafc210a7364548e1f307e
0
cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x,cbeams-archive/spring-framework-2.5.x
/* * Copyright 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
src/org/springframework/web/portlet/util/PortletUtils.java
/* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
Polishing - correct use of braces for single statement if statements, <code>null</code> in Javadoc, hyperlinked the Javadoc. git-svn-id: b619a0c99665f88f1afe72824344cefe9a1c8c90@9817 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
src/org/springframework/web/portlet/util/PortletUtils.java
Polishing - correct use of braces for single statement if statements, <code>null</code> in Javadoc, hyperlinked the Javadoc.
Java
apache-2.0
0c09a63c5b9bc6c90dc827e7849704f530e1772f
0
codehaus/httpcache4j,httpcache4j/httpcache4j,httpcache4j/httpcache4j,codehaus/httpcache4j
package org.codehaus.httpcache4j.util; import org.codehaus.httpcache4j.cache.CacheItem; import org.codehaus.httpcache4j.cache.Key; import org.codehaus.httpcache4j.cache.MemoryCacheStorage; import org.codehaus.httpcache4j.cache.Vary; import java.net.URI; import java.util.LinkedHashMap; import java.util.Map; public cl...
httpcache4j-core/src/main/java/org/codehaus/httpcache4j/util/InvalidateOnRemoveLRUHashMap.java
package org.codehaus.httpcache4j.util; import org.codehaus.httpcache4j.cache.CacheItem; import org.codehaus.httpcache4j.cache.Key; import org.codehaus.httpcache4j.cache.MemoryCacheStorage; import org.codehaus.httpcache4j.cache.Vary; import java.net.URI; import java.util.LinkedHashMap; import java.util.Map; public cl...
Actually remove entry from cache on call to remove. Update return type.
httpcache4j-core/src/main/java/org/codehaus/httpcache4j/util/InvalidateOnRemoveLRUHashMap.java
Actually remove entry from cache on call to remove. Update return type.
Java
apache-2.0
6c720a79dc64f26febc0c9235f62c4ab345a99bf
0
tapomay/gaussianescapa,tapomay/gaussianescapa,omiey/gaussianescapa,omiey/gaussianescapa
package com.t5hm.escapa.game.desktop; import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; import com.t5hm.escapa.game.MainEscapaGame; import com.t5hm.escapa.game.MainEscapaLightsNoGame; public class DesktopLauncher { public static void main (...
desktop/src/com/t5hm/escapa/game/desktop/DesktopLauncher.java
package com.t5hm.escapa.game.desktop; import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; import com.t5hm.escapa.game.MainEscapaGame; import com.t5hm.escapa.game.MainEscapaLightsNoGame; public class DesktopLauncher { public static void main (...
DesktopLauncher width height setting...equivalent to device size.
desktop/src/com/t5hm/escapa/game/desktop/DesktopLauncher.java
DesktopLauncher width height setting...equivalent to device size.
Java
apache-2.0
2b0e19da481dc11a1f3655c78d8aa20477e1eac3
0
kool79/intellij-community,salguarnieri/intellij-community,mglukhikh/intellij-community,nicolargo/intellij-community,asedunov/intellij-community,da1z/intellij-community,apixandru/intellij-community,wreckJ/intellij-community,Distrotech/intellij-community,adedayo/intellij-community,ernestp/consulo,caot/intellij-community,...
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/codeInsight/completion/impl/LiftShorterItemsClassifier.java
/* * Copyright 2000-2011 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...
workaround Collections.sort bug on Apache Harmony (EA-30430)
platform/lang-impl/src/com/intellij/codeInsight/completion/impl/LiftShorterItemsClassifier.java
workaround Collections.sort bug on Apache Harmony (EA-30430)
Java
apache-2.0
5d7a8f2692f0d2f0ddf264e5f13a2de63e4ebb5d
0
catholicon/jackrabbit-oak,meggermo/jackrabbit-oak,catholicon/jackrabbit-oak,francescomari/jackrabbit-oak,alexkli/jackrabbit-oak,alexkli/jackrabbit-oak,anchela/jackrabbit-oak,rombert/jackrabbit-oak,alexparvulescu/jackrabbit-oak,francescomari/jackrabbit-oak,alexparvulescu/jackrabbit-oak,alexparvulescu/jackrabbit-oak,mdue...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
oak-run/src/main/java/org/apache/jackrabbit/oak/run/Main.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
OAK-1152: SegmentMK: Improved debuggability Add an "inspect" mode to oak-run, for inspecting TarMK contents git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1539825 13f79535-47bb-0310-9956-ffa450edef68
oak-run/src/main/java/org/apache/jackrabbit/oak/run/Main.java
OAK-1152: SegmentMK: Improved debuggability
Java
apache-2.0
03b0cc847990d679a8f9f45686ed88c81cadd780
0
diffplug/durian-rx,diffplug/durian-rx
/* * Copyright 2016 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
src/com/diffplug/common/rx/RxTracingPolicy.java
/* * Copyright 2016 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Moved StackDumper to durian-debug from durian-base.
src/com/diffplug/common/rx/RxTracingPolicy.java
Moved StackDumper to durian-debug from durian-base.
Java
apache-2.0
b71ba9ac275207e12dc98fed0c0f62c32fd2db09
0
LifengWang/ReportGen,LifengWang/ReportGen,LifengWang/ReportGen
package com.intel.alex.Utils; import jxl.Sheet; import jxl.Workbook; import jxl.read.biff.BiffException; import jxl.write.*; import jxl.write.Number; import java.io.*; /** * Created by root on 3/7/16. */ public class ExcelUtil { private final String logDir; public ExcelUtil(String logDir) { this....
src/main/java/com/intel/alex/Utils/ExcelUtil.java
package com.intel.alex.Utils; import jxl.Sheet; import jxl.Workbook; import jxl.read.biff.BiffException; import jxl.write.*; import jxl.write.Number; import java.io.*; /** * Created by root on 3/7/16. */ public class ExcelUtil { private final String logDir; public ExcelUtil(String logDir) { this....
Update ExcelUtil.java to generate excel file to project folder
src/main/java/com/intel/alex/Utils/ExcelUtil.java
Update ExcelUtil.java to generate excel file to project folder
Java
apache-2.0
1c059c101759ca6804e64c1c45e67ed83dabddd9
0
stain/profilechecker
package no.s11.owlapi; import java.io.File; import java.net.URI; import java.util.Arrays; import java.util.List; import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.model.OWLOntologyCreationExcepti...
src/main/java/no/s11/owlapi/ProfileChecker.java
package no.s11.owlapi; import java.io.File; import java.net.URI; import java.util.Arrays; import java.util.List; import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLOntology; import org.semanticweb.owlapi.model.OWLOntologyCreationExcepti...
syntax fix
src/main/java/no/s11/owlapi/ProfileChecker.java
syntax fix
Java
apache-2.0
99715647b246fa23b7670dc536981c88640ab6db
0
robbertvanginkel/buck,nguyentruongtho/buck,davido/buck,ilya-klyuchnikov/buck,romanoid/buck,vschs007/buck,shs96c/buck,SeleniumHQ/buck,darkforestzero/buck,shybovycha/buck,shs96c/buck,ilya-klyuchnikov/buck,nguyentruongtho/buck,rmaz/buck,Addepar/buck,rmaz/buck,Addepar/buck,dsyang/buck,LegNeato/buck,LegNeato/buck,robbertvan...
/* * Copyright 2014-present Facebook, 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...
test/com/facebook/buck/jvm/java/abi/StubJarTest.java
/* * Copyright 2014-present Facebook, 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...
Manually specify which classes should be stubbed in tests Summary: Previously we had some logic in `assertClassesStubbedCorrectly` that tried to figure out which classes should be stubbed. That logic largely duplicated the logic in the product code. The product code is about to get really complicated as we try to incl...
test/com/facebook/buck/jvm/java/abi/StubJarTest.java
Manually specify which classes should be stubbed in tests
Java
bsd-2-clause
ce1587c273744b42a4284a83422dc2658967506b
0
sebastianscatularo/javadns,sebastianscatularo/javadns
// Copyright (c) 1999 Brian Wellington (bwelling@xbill.org) // Portions Copyright (c) 1999 Network Associates, Inc. package org.xbill.DNS; import java.io.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name { private st...
org/xbill/DNS/Name.java
// Copyright (c) 1999 Brian Wellington (bwelling@xbill.org) // Portions Copyright (c) 1999 Network Associates, Inc. package org.xbill.DNS; import java.io.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name { private st...
missing comment
org/xbill/DNS/Name.java
missing comment
Java
apache-2.0
cbc1498bbc96687cd9422879c46640f0c3261dbd
0
jboz/living-documentation,jboz/living-documentation,jboz/living-documentation,jboz/living-documentation,jboz/living-documentation,jboz/living-documentation
livingdoc-maven-plugin/src/main/java/ch/ifocusit/livingdoc/plugin/CommonMojoDefinition.java
/* * Living Documentation * * Copyright (C) 2017 Focus IT * * 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 u...
refactoring
livingdoc-maven-plugin/src/main/java/ch/ifocusit/livingdoc/plugin/CommonMojoDefinition.java
refactoring
Java
mit
e0ae65995447e09c0caa5f469455bc786c8f3ffc
0
tlanders/javase8
package java8_in_action.chapter6; import java.util.ArrayList; import java.util.Collections; import java.util.EnumSet; import java.util.List; import java.util.Set; import java.util.function.BiConsumer; import java.util.function.BinaryOperator; import java.util.function.Function; import java.util.function.Pred...
src/java8_in_action/chapter6/PrimesCollector.java
package java8_in_action.chapter6; import java.util.ArrayList; import java.util.Collections; import java.util.EnumSet; import java.util.List; import java.util.Set; import java.util.function.BiConsumer; import java.util.function.BinaryOperator; import java.util.function.Function; import java.util.function.Pred...
optimized primes that are checked against the candidate
src/java8_in_action/chapter6/PrimesCollector.java
optimized primes that are checked against the candidate
Java
mit
4e4c3118e8cd4aa8c30186e4856970793fde89a5
0
classgraph/classgraph,lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner
/* * This file is part of FastClasspathScanner. * * Author: Luke Hutchison * * Hosted at: https://github.com/lukehutch/fast-classpath-scanner * * -- * * The MIT License (MIT) * * Copyright (c) 2016 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this softw...
src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClassInfo.java
/* * This file is part of FastClasspathScanner. * * Author: Luke Hutchison * * Hosted at: https://github.com/lukehutch/fast-classpath-scanner * * -- * * The MIT License (MIT) * * Copyright (c) 2016 Luke Hutchison * * Permission is hereby granted, free of charge, to any person obtaining a copy of this softw...
Deprecate ClassInfo#getClassLoaders() (#209) (A classloader may need to be created dynamically for Spring-Boot classes, when calling getClassRef())
src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/ClassInfo.java
Deprecate ClassInfo#getClassLoaders() (#209)
Java
mit
fbd1b673d7f1e92b2e7ce9182f26b2c06219a879
0
mainini/stiam-sender,iam-ictm/stiam-sender
/* * Copyright 2014 Pascal Mainini, Marc Kunz * Licensed under MIT license, see included file LICENSE or * http://opensource.org/licenses/MIT */ package ch.bfh.ti.ictm.iam.stiam.aa.authority; import ch.bfh.ti.ictm.iam.stiam.aa.test.TestConfiguration; import ch.bfh.ti.ictm.iam.stiam.aa.util.saml.ExtendedAttributeQu...
src/test/java/ch/bfh/ti/ictm/iam/stiam/aa/authority/AttributeServiceTest.java
/* * Copyright 2014 Pascal Mainini, Marc Kunz * Licensed under MIT license, see included file LICENSE or * http://opensource.org/licenses/MIT */ package ch.bfh.ti.ictm.iam.stiam.aa.authority; import ch.bfh.ti.ictm.iam.stiam.aa.test.TestConfiguration; import ch.bfh.ti.ictm.iam.stiam.aa.util.saml.ExtendedAttributeQu...
fixed unit test
src/test/java/ch/bfh/ti/ictm/iam/stiam/aa/authority/AttributeServiceTest.java
fixed unit test
Java
mit
3dcb9bd7a8b9c27c576f9e9879a428afe78dc4cd
0
FlareBot/FlareBot,weeryan17/FlareBot,binaryoverload/FlareBot
package com.bwfcwalshy.flarebot; import com.bwfcwalshy.flarebot.commands.Command; import com.bwfcwalshy.flarebot.commands.CommandType; import com.bwfcwalshy.flarebot.util.Welcome; import sx.blah.discord.api.events.EventSubscriber; import sx.blah.discord.handle.impl.events.*; import sx.blah.discord.handle.obj.IChannel;...
src/main/java/com/bwfcwalshy/flarebot/Events.java
package com.bwfcwalshy.flarebot; import com.bwfcwalshy.flarebot.commands.Command; import com.bwfcwalshy.flarebot.commands.CommandType; import com.bwfcwalshy.flarebot.util.Welcome; import sx.blah.discord.api.events.EventSubscriber; import sx.blah.discord.handle.impl.events.*; import sx.blah.discord.handle.obj.IChannel;...
Disable message delete
src/main/java/com/bwfcwalshy/flarebot/Events.java
Disable message delete
Java
mit
1d76e5b2a31b51980a66ee26b62a47ebad2f34be
0
VijayKrishna/bookworm
package self.vpalepu.bookworm; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.nio.file.Files; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; import java.util.ArrayList; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import ...
src/main/java/self/vpalepu/bookworm/BookWorm.java
package self.vpalepu.bookworm; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.nio.file.Files; import java.nio.file.Paths; import java.nio.file.StandardCopyOption; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; imp...
Displaying status for only donwloadable files.
src/main/java/self/vpalepu/bookworm/BookWorm.java
Displaying status for only donwloadable files.
Java
agpl-3.0
462cf4ebfc775dc974209d8af88762556770d01c
0
shunwang/sql-layer-1,ngaut/sql-layer,ngaut/sql-layer,wfxiang08/sql-layer-1,ngaut/sql-layer,shunwang/sql-layer-1,jaytaylor/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,jaytaylor/sql-layer,relateiq/sql-layer,wfxiang08/sql-layer-1,qiuyesuifeng/sql-laye...
/** * 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/server/types/common/funcs/Substring.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...
Substring.
src/main/java/com/foundationdb/server/types/common/funcs/Substring.java
Substring.
Java
lgpl-2.1
b8e7f6ae07bea88a7e0e55118ba44dc3cf2d0660
0
xtremexp/UT4Converter
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.xtx.ut4converter.t3d; import javax.vecmath.Vector3d; import org.xtx.ut4converter.MapConverter; import org.xtx.ut4...
src/main/java/org/xtx/ut4converter/t3d/T3DTeleporter.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.xtx.ut4converter.t3d; import javax.vecmath.Vector3d; import org.xtx.ut4converter.MapConverter; import org.xtx.ut4...
write teleporter even if no linked teleporter found
src/main/java/org/xtx/ut4converter/t3d/T3DTeleporter.java
write teleporter even if no linked teleporter found
Java
lgpl-2.1
ea05382aa97eae01755fca009ca8b530154d88ef
0
threerings/nenya,threerings/nenya
// // $Id: BundledComponentRepositoryTest.java 3720 2005-10-05 01:39:45Z mdb $ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or ...
tests/src/java/com/threerings/cast/bundle/BundledComponentRepositoryTest.java
// // $Id: BundledComponentRepositoryTest.java 3720 2005-10-05 01:39:45Z mdb $ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or ...
Local variable never read. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@581 ed5b42cb-e716-0410-a449-f6a68f950b19
tests/src/java/com/threerings/cast/bundle/BundledComponentRepositoryTest.java
Local variable never read.
Java
apache-2.0
a41bb778c295fdea3df1e86f4ac37662932d7891
0
TridentSDK/TridentSDK,TridentSDK/TridentSDK,TridentSDK/TridentSDK
/* * Trident - A Multithreaded Server Alternative * Copyright 2016 The TridentSDK 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.apache.org/licenses/LICENSE-2....
src/main/java/net/tridentsdk/entity/meta/living/golem/ShulkerMeta.java
/* * Trident - A Multithreaded Server Alternative * Copyright 2016 The TridentSDK 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.apache.org/licenses/LICENSE-2....
Log version during startup Get rid of Direction use in ShulkerMeta
src/main/java/net/tridentsdk/entity/meta/living/golem/ShulkerMeta.java
Log version during startup Get rid of Direction use in ShulkerMeta
Java
apache-2.0
7c71c515ef1ee92debe740d42a29fd27eea8681c
0
BlurEngine/Blur,BlurEngine/Blur
/* * Copyright 2016 Ali Moghnieh * * 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/blurengine/blur/BlurListener.java
/* * Copyright 2016 Ali Moghnieh * * 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...
Make PlayerMoveBlockEvent fire more often. Change to compare double coordinates rather than integer.
src/main/java/com/blurengine/blur/BlurListener.java
Make PlayerMoveBlockEvent fire more often.
Java
apache-2.0
3fe17bb2f41d1b4c8beb6123c15bfc1545d1e92a
0
robymus/tinylog,yarish/tinylog,yarish/tinylog,robymus/tinylog
/* * Copyright 2012 Martin Winandy * * 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 agr...
tests/src/org/pmw/tinylog/PropertiesLoaderTest.java
/* * Copyright 2012 Martin Winandy * * 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 agr...
Removed unnecessary annotations
tests/src/org/pmw/tinylog/PropertiesLoaderTest.java
Removed unnecessary annotations
Java
apache-2.0
62efc2c4264c7ef551e67447b3b9c6e206dd8dd8
0
smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
lib/trino-plugin-toolkit/src/test/java/io/trino/plugin/base/cache/TestEvictableCache.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
Improve test interleaving determinism
lib/trino-plugin-toolkit/src/test/java/io/trino/plugin/base/cache/TestEvictableCache.java
Improve test interleaving determinism
Java
apache-2.0
7bb833d2f2c3023203dd949c8ec3f40b91f40eea
0
christiaandejong/AxonFramework,AxonFramework/AxonFramework,krosenvold/AxonFramework,bojanv55/AxonFramework,phaas/AxonFramework,adinath/AxonFramework,BrentDouglas/AxonFramework,soulrebel/AxonFramework,Cosium/AxonFramework,oiavorskyi/AxonFramework,fpape/AxonFramework
/* * Copyright (c) 2010. Axon Framework * * 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 ...
sample/addressbook/app/src/main/java/org/axonframework/sample/app/query/AddressEntry.java
/* * Copyright (c) 2010. Axon Framework * * 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 ...
Explicitly set column size on UUID type
sample/addressbook/app/src/main/java/org/axonframework/sample/app/query/AddressEntry.java
Explicitly set column size on UUID type
Java
apache-2.0
a998a693e76d649ff0b94bf7a4016f1372ee7f87
0
tuijldert/jitsi,mckayclarey/jitsi,tuijldert/jitsi,marclaporte/jitsi,marclaporte/jitsi,damencho/jitsi,mckayclarey/jitsi,martin7890/jitsi,dkcreinoso/jitsi,jitsi/jitsi,gpolitis/jitsi,bhatvv/jitsi,iant-gmbh/jitsi,level7systems/jitsi,gpolitis/jitsi,level7systems/jitsi,damencho/jitsi,bhatvv/jitsi,ibauersachs/jitsi,Metaswitch...
/* * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.gui.customcontrols; import java.awt.*; import java.awt.event.*; import javax.swing.*; import net.java.sip.communicator....
src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommFrame.java
/* * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ package net.java.sip.communicator.impl.gui.customcontrols; import java.awt.*; import java.awt.event.*; import javax.swing.*; import net.java.sip.communicator....
Prevents the keybinding service from retaining SIPCommFrame (e.g. ChatWindow).
src/net/java/sip/communicator/impl/gui/customcontrols/SIPCommFrame.java
Prevents the keybinding service from retaining SIPCommFrame (e.g. ChatWindow).
Java
apache-2.0
4236bc2af55bcf5ce2e7ea4f78f054e85cdc759b
0
andsel/moquette,andsel/moquette,windbender/moquette,windbender/moquette,andsel/moquette,windbender/moquette,windbender/moquette,andsel/moquette
/* * Copyright (c) 2012-2017 The original author or authorsgetRockQuestions() * ------------------------------------------------------ * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompani...
broker/src/main/java/io/moquette/server/Constants.java
/* * Copyright (c) 2012-2017 The original author or authorsgetRockQuestions() * ------------------------------------------------------ * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompani...
broker/Constants: code formatter used
broker/src/main/java/io/moquette/server/Constants.java
broker/Constants: code formatter used
Java
apache-2.0
a1434d04604edce3973989546e40b49d60b38d65
0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
org.jenetics.example/src/main/java/org/jenetics/example/tsp/gpx/WayPoint.java
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
Add additional factory methods.
org.jenetics.example/src/main/java/org/jenetics/example/tsp/gpx/WayPoint.java
Add additional factory methods.
Java
apache-2.0
41ad27b8be1cebc0685497fbee4040e8757c61b3
0
bladecoder/libgdx,nooone/libgdx,FyiurAmron/libgdx,codepoke/libgdx,hyvas/libgdx,stickyd/libgdx,jsjolund/libgdx,ninoalma/libgdx,antag99/libgdx,ricardorigodon/libgdx,kagehak/libgdx,alex-dorokhov/libgdx,del-sol/libgdx,stickyd/libgdx,bsmr-java/libgdx,ThiagoGarciaAlves/libgdx,petugez/libgdx,djom20/libgdx,Badazdz/libgdx,haedr...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Button.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
[fixed] issue 432
gdx/src/com/badlogic/gdx/scenes/scene2d/ui/Button.java
[fixed] issue 432
Java
apache-2.0
4ff407fa659fbfbc91c93021880690b9af0f582b
0
JNOSQL/diana-driver,JNOSQL/diana-driver
/* * Copyright (c) 2017 Otávio Santana and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * The Eclipse Public License is available at http://ww...
diana-driver-commons/src/main/java/org/jnosql/diana/driver/ValueUtil.java
/* * Copyright (c) 2017 Otávio Santana and others * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * The Eclipse Public License is available at http://ww...
adds value util method
diana-driver-commons/src/main/java/org/jnosql/diana/driver/ValueUtil.java
adds value util method
Java
apache-2.0
139aa3660c77c3bae5574a46fea4a8bf17882dbd
0
sandrineBeauche/commons-collections,mohanaraosv/commons-collections,jankill/commons-collections,jankill/commons-collections,MuShiiii/commons-collections,gonmarques/commons-collections,sandrineBeauche/commons-collections,jankill/commons-collections,mohanaraosv/commons-collections,apache/commons-collections,gonmarques/co...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
src/main/java/org/apache/commons/collections/iterators/IteratorChain.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 ...
Javadoc fixes. git-svn-id: 53f0c1087cb9b05f99ff63ab1f4d1687a227fef1@1451209 13f79535-47bb-0310-9956-ffa450edef68
src/main/java/org/apache/commons/collections/iterators/IteratorChain.java
Javadoc fixes.
Java
apache-2.0
c78ea6eb1506f2d70e06ee1092505e93e203ae64
0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
org.jenetics/src/main/java/org/jenetics/Phenotype.java
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
Minor code reformatting.
org.jenetics/src/main/java/org/jenetics/Phenotype.java
Minor code reformatting.
Java
apache-2.0
080477d36902396e71aea52c3f4326d1fc76f817
0
Cantara/Java-Auto-Update,Cantara/Java-Auto-Update
package no.cantara.jau; import com.sun.jna.Pointer; import com.sun.jna.platform.win32.Kernel32; import com.sun.jna.platform.win32.WinNT; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.*; import java.lang.reflect.Field; import java.nio.file.Files; import java.nio.file.Path; import java.nio.fil...
src/main/java/no/cantara/jau/DuplicateProcessHandler.java
package no.cantara.jau; import com.sun.jna.Pointer; import com.sun.jna.platform.win32.Kernel32; import com.sun.jna.platform.win32.WinNT; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.*; import java.lang.reflect.Field; import java.nio.file.Files; import java.nio.file.Path; import java.nio.fil...
Restrict scope for methods not requiring public
src/main/java/no/cantara/jau/DuplicateProcessHandler.java
Restrict scope for methods not requiring public
Java
apache-2.0
4f59ad85cc803d7c28d25d13de84dc847d7d72b1
0
greese/dasein-persist,Sylistron/dasein-persist
/** * Copyright (C) 1998-2011 enStratusNetworks LLC * * ==================================================================== * 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://w...
src/main/java/org/dasein/persist/Transaction.java
/** * Copyright (C) 1998-2011 enStratusNetworks LLC * * ==================================================================== * 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://w...
Reduce contention in transaction tracking
src/main/java/org/dasein/persist/Transaction.java
Reduce contention in transaction tracking
Java
artistic-2.0
b353d9bbdf347c4c9cf314db74d02a2b85a5ee0e
0
lawremi/PerFabricaAdAstra,lawremi/PerFabricaAdAstra
package org.pfaa.chemica.model; import java.awt.Color; import org.pfaa.chemica.model.ChemicalStateProperties.Gas; import org.pfaa.chemica.model.ChemicalStateProperties.Liquid; import org.pfaa.chemica.model.ChemicalStateProperties.Liquid.Yaws; import org.pfaa.chemica.model.ChemicalStateProperties.Solid; import org.pfa...
src/main/java/org/pfaa/chemica/model/Element.java
package org.pfaa.chemica.model; import java.awt.Color; import org.pfaa.chemica.model.ChemicalStateProperties.Gas; import org.pfaa.chemica.model.ChemicalStateProperties.Liquid; import org.pfaa.chemica.model.ChemicalStateProperties.Liquid.Yaws; import org.pfaa.chemica.model.ChemicalStateProperties.Solid; import org.pfa...
add helium
src/main/java/org/pfaa/chemica/model/Element.java
add helium
Java
bsd-2-clause
2d71120482463cf3b02d1ba988cfba4f2b359d1f
0
UltraNurd/robot-mason-gp,UltraNurd/robot-mason-gp
/** * @file Tournament.java * @author nward@fas.harvard.edu * @date 2012.03.17 */ package edu.harvard.seas.cs266.naptime; import sim.engine.SimState; import sim.field.continuous.Continuous2D; import sim.util.Double2D; /** * Implements a simulation of the robot foraging field. * * @author nward@fas.harvard.ed...
simulator/Tournament/src/edu/harvard/seas/cs266/naptime/Tournament.java
/** * @file Tournament.java * @author nward@fas.harvard.edu * @date 2012.03.17 */ package edu.harvard.seas.cs266.naptime; import sim.engine.SimState; import sim.field.continuous.Continuous2D; import sim.util.Double2D; /** * Implements a simulation of the robot foraging field. * * @author nward@fas.harvard.ed...
start balls away from walls
simulator/Tournament/src/edu/harvard/seas/cs266/naptime/Tournament.java
start balls away from walls
Java
bsd-3-clause
c169ef42810e1cfcea27014cdda53eba0d5d52b7
0
James137137/FactionChat
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package nz.co.lolnet.james137137.FactionChat; /** * * @author James */ public class FactionChatMessage { String format; St...
src/main/java/nz/co/lolnet/james137137/FactionChat/FactionChatMessage.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package nz.co.lolnet.james137137.FactionChat; /** * * @author James */ public class FactionChatMessage { String format; St...
Fixed issue with double spaces if player had no title https://github.com/James137137/FactionChat/issues/26
src/main/java/nz/co/lolnet/james137137/FactionChat/FactionChatMessage.java
Fixed issue with double spaces if player had no title
Java
bsd-3-clause
d17cbd2824f338385cba99f27e62754516a27191
0
galmeida/raven-java,reki2000/raven-java6,reki2000/raven-java6,buckett/raven-java,littleyang/raven-java,littleyang/raven-java,galmeida/raven-java,buckett/raven-java
package net.kencochrane.raven.connection; import net.kencochrane.raven.Raven; import net.kencochrane.raven.event.Event; import net.kencochrane.raven.marshaller.Marshaller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.net.ssl.HostnameVerifier; import javax.net.ssl.HttpsURLConnection; import ja...
raven/src/main/java/net/kencochrane/raven/connection/HttpConnection.java
package net.kencochrane.raven.connection; import net.kencochrane.raven.Raven; import net.kencochrane.raven.event.Event; import net.kencochrane.raven.marshaller.Marshaller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.net.ssl.HostnameVerifier; import javax.net.ssl.HttpsURLConnection; import ja...
Improve exception message to not mention DSN if not necessary
raven/src/main/java/net/kencochrane/raven/connection/HttpConnection.java
Improve exception message to not mention DSN if not necessary
Java
bsd-3-clause
cb04e3298f7288e54f788467359e0706256deba1
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2017, 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 condition...
core/src/main/java/org/hisp/dhis/android/core/program/ProgramStageHandler.java
/* * Copyright (c) 2017, 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 condition...
program-stage-feature-type: override beforeObjectHandled on ProgramStageHandler
core/src/main/java/org/hisp/dhis/android/core/program/ProgramStageHandler.java
program-stage-feature-type: override beforeObjectHandled on ProgramStageHandler
Java
isc
ac5168a6389c3512f091cb5c9203c2ae39f0849c
0
pradeep1991singh/react-native-secure-key-store,pradeep1991singh/react-native-secure-key-store,pradeep1991singh/react-native-secure-key-store
/** * React Native Secure Key Store * Store keys securely in Android Keystore * Ref: cordova-plugin-secure-key-store */ package com.reactlibrary.securekeystore; import android.content.Context; import android.os.Build; import android.security.KeyPairGeneratorSpec; import android.util.Log; import com.facebook.reac...
android/src/main/java/com/reactlibrary/securekeystore/RNSecureKeyStoreModule.java
/** * React Native Secure Key Store * Store keys securely in Android Keystore * Ref: cordova-plugin-secure-key-store */ package com.reactlibrary.securekeystore; import android.content.Context; import android.os.Build; import android.security.KeyPairGeneratorSpec; import android.util.Log; import com.facebook.reac...
fix: RN 0.60+
android/src/main/java/com/reactlibrary/securekeystore/RNSecureKeyStoreModule.java
fix: RN 0.60+
Java
mit
a45c1c8a88b8e0b9b499e19802acff6315ed95e5
0
simple-elf/selenide,simple-elf/selenide,simple-elf/selenide,codeborne/selenide,simple-elf/selenide,codeborne/selenide,codeborne/selenide
package com.codeborne.selenide.webdriver; import com.codeborne.selenide.WebDriverRunner; import org.openqa.selenium.Proxy; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.firefox.FirefoxOptions; import org.openqa.selenium.firefox.FirefoxProfile; impor...
src/main/java/com/codeborne/selenide/webdriver/FirefoxDriverFactory.java
package com.codeborne.selenide.webdriver; import com.codeborne.selenide.WebDriverRunner; import org.openqa.selenium.Proxy; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxBinary; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.firefox.FirefoxOptions; import ...
removed unused import
src/main/java/com/codeborne/selenide/webdriver/FirefoxDriverFactory.java
removed unused import
Java
mit
58fecdcdefa2ef2e9abb2e08d9d7c7a6b7d2027f
0
sathiya-mit/jenkins,pjanouse/jenkins,daniel-beck/jenkins,v1v/jenkins,oleg-nenashev/jenkins,viqueen/jenkins,bkmeneguello/jenkins,batmat/jenkins,viqueen/jenkins,Vlatombe/jenkins,ikedam/jenkins,damianszczepanik/jenkins,jenkinsci/jenkins,recena/jenkins,jenkinsci/jenkins,pjanouse/jenkins,daniel-beck/jenkins,andresrc/jenkins...
package jenkins.security; import hudson.Extension; import hudson.model.User; import org.acegisecurity.Authentication; import org.acegisecurity.userdetails.UserDetails; import org.acegisecurity.userdetails.UsernameNotFoundException; import org.springframework.dao.DataAccessException; import javax.servlet.ServletExcept...
core/src/main/java/jenkins/security/BasicHeaderApiTokenAuthenticator.java
package jenkins.security; import hudson.Extension; import hudson.model.User; import org.acegisecurity.Authentication; import org.acegisecurity.userdetails.UserDetails; import org.acegisecurity.userdetails.UsernameNotFoundException; import org.springframework.dao.DataAccessException; import javax.servlet.ServletExcept...
[SECURITY-1162]
core/src/main/java/jenkins/security/BasicHeaderApiTokenAuthenticator.java
[SECURITY-1162]
Java
mit
e506bb23399e443cc59c2976cffba7777b90b26e
0
nulab/zxcvbn4j
package com.nulabinc.zxcvbn.matchers; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class Dictionary { private static final String R...
src/main/java/com/nulabinc/zxcvbn/matchers/Dictionary.java
package com.nulabinc.zxcvbn.matchers; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class Dictionary { private static final Resource...
avoid unnecessary diffs
src/main/java/com/nulabinc/zxcvbn/matchers/Dictionary.java
avoid unnecessary diffs
Java
mit
54dd53eca8ea88375b05a43075f363c1acd3a4bd
0
blendee/blendee
package org.blendee.util; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Properties; import java.util.function.Consumer; import java.util.regex.Pattern; import org.blendee.internal.TransactionManager; import org.blendee.inter...
blendee.core/src/org/blendee/util/Blendee.java
package org.blendee.util; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.Properties; import java.util.function.Consumer; import java.util.regex.Pattern; import org.blendee.internal.TransactionManager; import org.blendee.internal.TransactionShell; i...
update
blendee.core/src/org/blendee/util/Blendee.java
update
Java
epl-1.0
082d3097a77641960ac22208d65925f14bde9175
0
Beagle-PSE/Beagle,Beagle-PSE/Beagle,Beagle-PSE/Beagle
package de.uka.ipd.sdq.beagle.core.timeout; /** * Always says that the timeout isn't reached. * * @author Christoph Michelbach */ public class NoTimeout extends Timeout { @Override public boolean isReached() { return false; } }
Core/src/main/java/de/uka/ipd/sdq/beagle/core/timeout/NoTimeout.java
package de.uka.ipd.sdq.beagle.core.timeout; /** * Always says that the timeout isn't reached. * * @author Christoph Michelbach */ public class NoTimeout implements Timeout { @Override public boolean isReached() { return false; } }
Adapted `NoTimeout` to new design.
Core/src/main/java/de/uka/ipd/sdq/beagle/core/timeout/NoTimeout.java
Adapted `NoTimeout` to new design.
Java
epl-1.0
1d71547a31f6d4905df96796517ae69b96213560
0
abreslav/alvor,abreslav/alvor,abreslav/alvor
package ee.stacc.productivity.edsl.main; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import org.eclipse.jdt.core.IJavaElement; import ee.stacc.productivity.edsl.checkers.IAbstractStringChecker; import ee.stacc.productivity.edsl.checkers.ISQLErrorHa...
ee.stacc.productivity.edsl.crawler/src/ee/stacc/productivity/edsl/main/JavaElementChecker.java
package ee.stacc.productivity.edsl.main; import java.util.Arrays; import java.util.List; import java.util.Map; import org.eclipse.jdt.core.IJavaElement; import ee.stacc.productivity.edsl.checkers.IAbstractStringChecker; import ee.stacc.productivity.edsl.checkers.ISQLErrorHandler; import ee.stacc.productivi...
Hotspot patterns are read from a property file
ee.stacc.productivity.edsl.crawler/src/ee/stacc/productivity/edsl/main/JavaElementChecker.java
Hotspot patterns are read from a property file
Java
lgpl-2.1
371e855fe5c8ca0a19ded1f898b5b8c968f2e5a2
0
wolfgangmm/exist,patczar/exist,joewiz/exist,wshager/exist,eXist-db/exist,hungerburg/exist,dizzzz/exist,patczar/exist,RemiKoutcherawy/exist,wshager/exist,eXist-db/exist,jessealama/exist,shabanovd/exist,windauer/exist,MjAbuz/exist,jessealama/exist,dizzzz/exist,joewiz/exist,lcahlander/exist,zwobit/exist,adamretter/exist,s...
package org.exist.xquery.functions.util; import org.exist.dom.NodeSet; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; import org.exist.storage.DBBroker; import org.exist.xmldb.DatabaseInstanceManager; import org.exist.xquery.XPathException; import org.exist....
test/src/org/exist/xquery/functions/util/EvalTest.java
package org.exist.xquery.functions.util; import org.exist.dom.NodeSet; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; import org.exist.storage.DBBroker; import org.exist.xmldb.DatabaseInstanceManager; import org.exist.xquery.XPathException; import org.exist....
[documentation.README] removed incorrect version information svn path=/trunk/eXist/; revision=9317
test/src/org/exist/xquery/functions/util/EvalTest.java
[documentation.README] removed incorrect version information