lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | e866faf612e9a7d165f3cbfb721b56f59f754db1 | 0 | deeplearning4j/nd4j,ambraspace/nd4j,huitseeker/nd4j,deeplearning4j/nd4j,huitseeker/nd4j,ambraspace/nd4j,gagatust/nd4j,gagatust/nd4j,smarthi/nd4j,smarthi/nd4j | package org.nd4j.linalg.lossfunctions.impl;
import lombok.EqualsAndHashCode;
import org.apache.commons.math3.util.Pair;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.linalg.factory.Nd4j;
import org.nd4j.linalg.lossfunctions.ILossFunction;
import org.nd4j.linalg.ops.transforms.Transforms;
/**
* Created... | nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/lossfunctions/impl/LossMSLE.java | package org.nd4j.linalg.lossfunctions.impl;
import lombok.EqualsAndHashCode;
import org.apache.commons.math3.util.Pair;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.linalg.factory.Nd4j;
import org.nd4j.linalg.lossfunctions.ILossFunction;
import org.nd4j.linalg.ops.transforms.Transforms;
/**
* Created... | Fix LossMSLE score and gradient
| nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/lossfunctions/impl/LossMSLE.java | Fix LossMSLE score and gradient | |
Java | apache-2.0 | b3a8ae7ab20f51e53ef68d0af3f9584e66817c45 | 0 | ham1/jmeter,ham1/jmeter,benbenw/jmeter,etnetera/jmeter,apache/jmeter,ham1/jmeter,ham1/jmeter,etnetera/jmeter,apache/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,apache/jmeter,apache/jmeter,benbenw/jmeter,benbenw/jmeter,etnetera/jmeter,ham1/jmeter,etnetera/jmeter | /*
* 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/protocol/jms/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.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 ... | Fix some thread-safety issues
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@712034 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 556a19817ece22029a5e11c399031588633f0a59 | src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.java | Fix some thread-safety issues | |
Java | apache-2.0 | bc64fcdec7c4a13654cde955406c6f8c974da53d | 0 | AlexeyKashintsev/PlatypusJS,altsoft/PlatypusJS,vadimv/PlatypusJS,vadimv/PlatypusJS,AlexeyKashintsev/PlatypusJS,jskonst/PlatypusJS,marat-gainullin/platypus-js,vadimv/PlatypusJS,jskonst/PlatypusJS,marat-gainullin/PlatypusJS,jskonst/PlatypusJS,marat-gainullin/PlatypusJS,altsoft/PlatypusJS,jskonst/PlatypusJS,marat-gainulli... | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.eas.designer.application.module.completion;
import com.eas.script.ScriptUtils;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
import javax.swing.text.... | designer/PlatypusModules/src/com/eas/designer/application/module/completion/CompletionPoint.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.eas.designer.application.module.completion;
import com.eas.script.ScriptUtils;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
import javax.swing.text.... | Somme commented code removed.
| designer/PlatypusModules/src/com/eas/designer/application/module/completion/CompletionPoint.java | Somme commented code removed. | |
Java | apache-2.0 | e24afc9c2fc39285aa0f5100b15bf31c88159567 | 0 | ctamisier/generator-jhipster,pascalgrimaud/generator-jhipster,ctamisier/generator-jhipster,JulienMrgrd/generator-jhipster,dynamicguy/generator-jhipster,baskeboler/generator-jhipster,duderoot/generator-jhipster,xetys/generator-jhipster,gzsombor/generator-jhipster,deepu105/generator-jhipster,atomfrede/generator-jhipster,... | package <%=packageName%>.repository;
<% if (databaseType == 'cassandra') { %>
import com.datastax.driver.core.*;
import com.datastax.driver.mapping.Mapper;
import com.datastax.driver.mapping.MappingManager;<% } %>
import <%=packageName%>.domain.User;
import java.time.ZonedDateTime;<% if (databaseType == 'sql') { %>
im... | generators/server/templates/src/main/java/package/repository/_UserRepository.java | package <%=packageName%>.repository;
<% if (databaseType == 'cassandra') { %>
import com.datastax.driver.core.*;
import com.datastax.driver.mapping.Mapper;
import com.datastax.driver.mapping.MappingManager;<% } %>
import <%=packageName%>.domain.User;
import java.time.ZonedDateTime;<% if (databaseType == 'sql') { %>
im... | Use an outer join to get users without authorities
Fix #4056
| generators/server/templates/src/main/java/package/repository/_UserRepository.java | Use an outer join to get users without authorities | |
Java | apache-2.0 | cc918ae72deeea6654301efedd7e537356d391f1 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.provision.maintenance;
import com.yahoo.component.AbstractComponent;
import com.yahoo.component.annotation.Inject;
import com.yahoo.concurrent.maintenance.Maintainer;
import com.yahoo... | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeRepositoryMaintenance.java | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.provision.maintenance;
import com.yahoo.component.AbstractComponent;
import com.yahoo.component.annotation.Inject;
import com.yahoo.concurrent.maintenance.Maintainer;
import com.yahoo... | Fail nodes in 20-27 minutes instead of 30-39
| node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeRepositoryMaintenance.java | Fail nodes in 20-27 minutes instead of 30-39 | |
Java | apache-2.0 | 65efab34f4100c7f4ce8942ce5e900c6e7bfc49b | 0 | phax/ph-oton,phax/ph-oton,phax/ph-oton | /**
* Copyright (C) 2014-2015 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | ph-oton-bootstrap3/src/main/java/com/helger/photon/bootstrap3/form/DefaultBootstrapFormGroupRenderer.java | /**
* Copyright (C) 2014-2015 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | Show help text only if a control is present | ph-oton-bootstrap3/src/main/java/com/helger/photon/bootstrap3/form/DefaultBootstrapFormGroupRenderer.java | Show help text only if a control is present | |
Java | apache-2.0 | 8e47376d464cc786989d2de60ab054299b7044b3 | 0 | dgrigutsch/mosby,lenguyenthanh/mosby,vjames19/mosby,sockeqwe/mosby,gmail-msn/mosby,guyschaos/mosby,b-cuts/mosby,b-cuts/mosby,dgrigutsch/mosby,vjames19/mosby,sockeqwe/mosby,b-cuts/mosby,10211509/mosby,guyschaos/mosby,10211509/mosby,androidgilbert/mosby,androidgilbert/mosby,gmail-msn/mosby,gmail-msn/mosby,10211509/mosby,... | /*
* Copyright 2015 Hannes Dorfmann.
*
* 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... | mvp/src/main/java/com/hannesdorfmann/mosby/mvp/MvpActivity.java | /*
* Copyright 2015 Hannes Dorfmann.
*
* 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... | MvpActivity: marking onRetainCustomNonConfigurationInstance() as final since internally used by mosby; New snapshot available
| mvp/src/main/java/com/hannesdorfmann/mosby/mvp/MvpActivity.java | MvpActivity: marking onRetainCustomNonConfigurationInstance() as final since internally used by mosby; New snapshot available | |
Java | apache-2.0 | 6caf5a7822d3e005191856029cc2d69b5c9aa851 | 0 | krissman/rhiot,rimolive/rhiot,rhiot/rhiot,rhiot/rhiot,rimolive/rhiot,rimolive/rhiot,lasombra/rhiot,rhiot/rhiot,rimolive/rhiot,rimolive/rhiot,krissman/rhiot,lasombra/rhiot,rhiot/rhiot,rimolive/rhiot,krissman/rhiot,rhiot/rhiot,lasombra/rhiot,krissman/rhiot,krissman/rhiot,rhiot/rhiot,krissman/rhiot,rhiot/rhiot,lasombra/rh... | /**
* Licensed to the Rhiot under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in co... | datastream/components/camel-device-io/src/main/java/io/rhiot/component/deviceio/i2c/driver/BMP180Driver.java | /**
* Licensed to the Rhiot under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in co... | fix unit | datastream/components/camel-device-io/src/main/java/io/rhiot/component/deviceio/i2c/driver/BMP180Driver.java | fix unit | |
Java | bsd-3-clause | da5b8368af3d6533107c99e5509338e98f1c7dd4 | 0 | knime-mpicbg/HCS-Tools,knime-mpicbg/HCS-Tools,knime-mpicbg/HCS-Tools,knime-mpicbg/HCS-Tools | package de.mpicbg.knime.hcs.base.nodes.manip.col.createinterval;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import javax.swing.BorderFactory;
import javax.swing.BoxLayo... | de.mpicbg.knime.hcs.base/src/de/mpicbg/knime/hcs/base/nodes/manip/col/createinterval/CreateIntervalNodeDialog.java | package de.mpicbg.knime.hcs.base.nodes.manip.col.createinterval;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import javax.swing.BorderFactory;
import javax.swing.BoxLayo... | Create Interval: fix default value of append output column
| de.mpicbg.knime.hcs.base/src/de/mpicbg/knime/hcs/base/nodes/manip/col/createinterval/CreateIntervalNodeDialog.java | Create Interval: fix default value of append output column | |
Java | mit | 86d911e16f5e9e27314493ef98556cb1e65e016c | 0 | cinnober/msgcodec | /*
* Copyright (c) 2013 Cinnober Financial Technology AB, Stockholm,
* Sweden. All rights reserved.
*
* This software is the confidential and proprietary information of
* Cinnober Financial Technology AB, Stockholm, Sweden. You shall not
* disclose such Confidential Information and shall use it only in
* accorda... | msgcodec-json/src/main/java/com/cinnober/msgcodec/json/JsonValueHandler.java | /*
* Copyright (c) 2013 Cinnober Financial Technology AB, Stockholm,
* Sweden. All rights reserved.
*
* This software is the confidential and proprietary information of
* Cinnober Financial Technology AB, Stockholm, Sweden. You shall not
* disclose such Confidential Information and shall use it only in
* accorda... | Bug-fix: parse arrays
| msgcodec-json/src/main/java/com/cinnober/msgcodec/json/JsonValueHandler.java | Bug-fix: parse arrays | |
Java | mit | b1b50f8f9bf863265c8bc9c0b19f928f00ee5b37 | 0 | ArjanO/Purify | /**
* Copyright (c) 2013 HAN University of Applied Sciences
* Arjan Oortgiese
* Boyd Hofman
* Joëll Portier
* Michiel Westerbeek
* Tim Waalewijn
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal i... | src/main/java/nl/han/ica/ap/purify/module/java/duplicatecode/HashVisitor.java | /**
* Copyright (c) 2013 HAN University of Applied Sciences
* Arjan Oortgiese
* Boyd Hofman
* Joëll Portier
* Michiel Westerbeek
* Tim Waalewijn
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal i... | Added hashing for known variables with the same hash.
| src/main/java/nl/han/ica/ap/purify/module/java/duplicatecode/HashVisitor.java | Added hashing for known variables with the same hash. | |
Java | mit | beb30a6dc5b44f6ded9db823730af320f0298341 | 0 | LothrazarMinecraftMods/OverpoweredInventory,PrinceOfAmber/OverpoweredInventory | package com.lothrazar.powerinventory.inventory;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.inventory.ContainerPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.InventoryCrafting;
import net.min... | src/main/java/com/lothrazar/powerinventory/inventory/BigContainerPlayer.java | package com.lothrazar.powerinventory.inventory;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.inventory.ContainerPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.InventoryCrafting;
import net.min... | PowerInventory: fix off by one error for shift clicking the far lower right slot
| src/main/java/com/lothrazar/powerinventory/inventory/BigContainerPlayer.java | PowerInventory: fix off by one error for shift clicking the far lower right slot | |
Java | mit | d1a992e01d8bf490f15d2b346093f208efb41820 | 0 | EasyBatch/easybatch-framework,EasyBatch/easybatch-framework | /*
* The MIT License
*
* Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including witho... | easybatch-extensions/easybatch-msexcel/src/main/java/org/easybatch/extensions/msexcel/MsExcelRecordReader.java | /*
* The MIT License
*
* Copyright (c) 2015, Mahmoud Ben Hassine (mahmoud@benhassine.fr)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including witho... | close workbook in MsExcelRecordReader
| easybatch-extensions/easybatch-msexcel/src/main/java/org/easybatch/extensions/msexcel/MsExcelRecordReader.java | close workbook in MsExcelRecordReader | |
Java | mit | 827caade5cf563acde7be1dca413640d9c3c4299 | 0 | ngageoint/geopackage-core-java | package mil.nga.geopackage.extension.style;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import mil.nga.geopackage.GeoPackageCore;
import mil.nga.geopackage.GeoPackageException;
import mil.nga.geopackage.extension.BaseExtension;
import mil.nga.geopackage.extension.ExtensionScopeTyp... | src/main/java/mil/nga/geopackage/extension/style/FeatureCoreStyleExtension.java | package mil.nga.geopackage.extension.style;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import mil.nga.geopackage.GeoPackageCore;
import mil.nga.geopackage.GeoPackageException;
import mil.nga.geopackage.extension.BaseExtension;
import mil.nga.geopackage.extension.ExtensionScopeTyp... | mapping table dropped by relationship removal
| src/main/java/mil/nga/geopackage/extension/style/FeatureCoreStyleExtension.java | mapping table dropped by relationship removal | |
Java | mit | 7c78da7e02ead6b8360a6f0804c0aec3739e2fee | 0 | larunrahul/JADS | package com.learning.ads.string.patternmatch;
public class RabinKarpPattenMatching {
private static final int MOD = 1000000007;
private static final int BASE = 31;
/**
* https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm
*
* https://www.topcoder.com/community/data-science/data-science-tutorials/int... | src/main/java/com/learning/ads/string/patternmatch/RabinKarpPattenMatching.java | package com.learning.ads.string.patternmatch;
public class RabinKarpPattenMatching {
private static final int MOD = 1000000007;
private static final int BASE = 31;
/**
* https://en.wikipedia.org/wiki/Rabin%E2%80%93Karp_algorithm
*
* https://www.topcoder.com/community/data-science/data-science-tutorials/int... | Adding additional modulos to prevent overflows | src/main/java/com/learning/ads/string/patternmatch/RabinKarpPattenMatching.java | Adding additional modulos to prevent overflows | |
Java | mit | 0cbd9da16c63f47e80dda2e68967728ad6b530bf | 0 | RoboEagles4828/LandrovalToast,RoboEagles4828/LandrovalToast | import frc.team4828.landrovaltoast.TestClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.logging.Logger;
import static org.junit.Assert.assertEquals;
/**
* This class is used for testing t... | src/test/java/Tester.java | import frc.team4828.landrovaltoast.TestClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.util.logging.Level;
import java.util.logging.Logger;
import static org.junit.Assert.assertEquals;
/**
* This class is used for testing things on the robot.
*/
@RunWith(... | Logger Test
Testing Java's logger
| src/test/java/Tester.java | Logger Test | |
Java | epl-1.0 | eeba2c0ac4bcfe48fe3c4813e8be4d24c807bf53 | 0 | codenvy/codenvy,R-Brain/codenvy,R-Brain/codenvy,R-Brain/codenvy,codenvy/codenvy,codenvy/codenvy,R-Brain/codenvy,codenvy/codenvy,codenvy/codenvy,codenvy/codenvy,R-Brain/codenvy,R-Brain/codenvy | /*
*
* CODENVY CONFIDENTIAL
* ________________
*
* [2012] - [2013] Codenvy, S.A.
* All Rights Reserved.
* NOTICE: All information contained herein is, and remains
* the property of Codenvy S.A. and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Codenvy S... | analytics-core/src/main/java/com/codenvy/analytics/metrics/ReadBasedMetric.java | /*
*
* CODENVY CONFIDENTIAL
* ________________
*
* [2012] - [2013] Codenvy, S.A.
* All Rights Reserved.
* NOTICE: All information contained herein is, and remains
* the property of Codenvy S.A. and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Codenvy S... | clean up
| analytics-core/src/main/java/com/codenvy/analytics/metrics/ReadBasedMetric.java | clean up | |
Java | agpl-3.0 | a613f425b8290e382df9cea1a4ab54055e619f14 | 0 | wfxiang08/sql-layer-1,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,ngaut/sql-layer,qiuyesuifeng/sql-layer,jaytaylor/sql-layer,relateiq/sql-layer,relateiq/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,ngaut/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,jaytaylor/sql-layer,wfxiang08/sql-layer-1,relateiq/sql-l... | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | src/test/java/com/akiban/server/aggregation/std/BitAggregatorsTest.java | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | Separate parameterization fields from working test fields.
| src/test/java/com/akiban/server/aggregation/std/BitAggregatorsTest.java | Separate parameterization fields from working test fields. | |
Java | agpl-3.0 | 90a77047e3cfee771a61bca987563fa901813500 | 0 | headsupdev/agile,headsupdev/agile,headsupdev/agile,headsupdev/agile | /*
* HeadsUp Agile
* Copyright 2009-2013 Heads Up Development Ltd.
*
* 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 late... | agile-storage/src/main/java/org/headsupdev/agile/storage/StoredXCodeProject.java | /*
* HeadsUp Agile
* Copyright 2009-2013 Heads Up Development Ltd.
*
* 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 late... | Render dependencies with no version
| agile-storage/src/main/java/org/headsupdev/agile/storage/StoredXCodeProject.java | Render dependencies with no version | |
Java | lgpl-2.1 | 151b24ad2786fe5facad13a76d5d65f82432bb98 | 0 | IsaacYangSLA/nuxeo-drive,IsaacYangSLA/nuxeo-drive,DirkHoffmann/nuxeo-drive,IsaacYangSLA/nuxeo-drive,rsoumyassdi/nuxeo-drive,loopingz/nuxeo-drive,loopingz/nuxeo-drive,arameshkumar/base-nuxeo-drive,DirkHoffmann/nuxeo-drive,DirkHoffmann/nuxeo-drive,loopingz/nuxeo-drive,arameshkumar/nuxeo-drive,DirkHoffmann/nuxeo-drive,ara... | /*
* (C) Copyright 2012 Nuxeo SA (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.gnu.o... | nuxeo-drive-server/nuxeo-drive-core/src/test/java/org/nuxeo/drive/service/TestAuditDocumentChangeFinder.java | /*
* (C) Copyright 2012 Nuxeo SA (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.gnu.o... | Fix comment
| nuxeo-drive-server/nuxeo-drive-core/src/test/java/org/nuxeo/drive/service/TestAuditDocumentChangeFinder.java | Fix comment | |
Java | apache-2.0 | 3368226d49640f24f9cf03bc5e78761024e5ccc3 | 0 | sequenceiq/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,sequenceiq/cloudbreak | package com.sequenceiq.cloudbreak.service.stack;
import java.util.Map;
import java.util.Set;
import javax.annotation.Resource;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | src/main/java/com/sequenceiq/cloudbreak/service/stack/DefaultStackService.java | package com.sequenceiq.cloudbreak.service.stack;
import java.util.Map;
import java.util.Set;
import javax.annotation.Resource;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | CLOUD-282 update stack status with stack updater in DefaultStackService
| src/main/java/com/sequenceiq/cloudbreak/service/stack/DefaultStackService.java | CLOUD-282 update stack status with stack updater in DefaultStackService | |
Java | apache-2.0 | 400cc7842544514fa1f7f50b1005404b2eb5e76f | 0 | kexinrong/macrobase,kexinrong/macrobase,kexinrong/macrobase,stanford-futuredata/macrobase,stanford-futuredata/macrobase,stanford-futuredata/macrobase,kexinrong/macrobase,kexinrong/macrobase,kexinrong/macrobase,kexinrong/macrobase,stanford-futuredata/macrobase,stanford-futuredata/macrobase | package macrobase.ingest;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.db.ManagedDataSource;
import macrobase.MacroBase;
import macrobase.datamodel.Datum;
import macrobase.ingest.result.ColumnValue;
import macrobase... | src/main/java/macrobase/ingest/SQLLoader.java | package macrobase.ingest;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.db.ManagedDataSource;
import macrobase.MacroBase;
import macrobase.datamodel.Datum;
import macrobase.ingest.result.ColumnValue;
import macrobase... | Do not escape single quotes in SQLLoader.
| src/main/java/macrobase/ingest/SQLLoader.java | Do not escape single quotes in SQLLoader. | |
Java | apache-2.0 | d2253da4f9a29b507bb6468d98a80b8da1f08789 | 0 | sjaco002/incubator-asterixdb,waans11/incubator-asterixdb,ty1er/incubator-asterixdb,ty1er/incubator-asterixdb,waans11/incubator-asterixdb,ty1er/incubator-asterixdb,waans11/incubator-asterixdb,heriram/incubator-asterixdb,kisskys/incubator-asterixdb,heriram/incubator-asterixdb,waans11/incubator-asterixdb,waans11/incubator... | /*
* Copyright 2009-2012 by The Regents of the University of California
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may obtain a copy of the License from
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | asterix-app/src/main/java/edu/uci/ics/asterix/aql/translator/AqlTranslator.java | /*
* Copyright 2009-2012 by The Regents of the University of California
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* you may obtain a copy of the License from
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | Formatting fix.
| asterix-app/src/main/java/edu/uci/ics/asterix/aql/translator/AqlTranslator.java | Formatting fix. | |
Java | apache-2.0 | 8b6a9a5f07b3e938156000cac1e089bfed9b5392 | 0 | MICommunity/psi-jami,MICommunity/psi-jami,MICommunity/psi-jami | package psidev.psi.mi.jami.model.impl;
import psidev.psi.mi.jami.model.*;
import psidev.psi.mi.jami.utils.CvTermUtils;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
/**
* Default implementation for Interactor
*
* Notes: The equals and hashcode ... | jami-core/src/main/java/psidev/psi/mi/jami/model/impl/DefaultInteractor.java | package psidev.psi.mi.jami.model.impl;
import psidev.psi.mi.jami.model.*;
import psidev.psi.mi.jami.utils.CvTermUtils;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
/**
* Default implementation for Interactor
*
* Notes: The equals and hashcode ... | DefaultInteractor : fixed A bug in getPreferredIdentifier | jami-core/src/main/java/psidev/psi/mi/jami/model/impl/DefaultInteractor.java | DefaultInteractor : fixed A bug in getPreferredIdentifier | |
Java | apache-2.0 | e1f9a38f9f2592201ad324aa0596636a1ae0d25a | 0 | joansmith/orientdb,joansmith/orientdb,mmacfadden/orientdb,sanyaade-g2g-repos/orientdb,wyzssw/orientdb,rprabhat/orientdb,sanyaade-g2g-repos/orientdb,rprabhat/orientdb,wyzssw/orientdb,mmacfadden/orientdb,sanyaade-g2g-repos/orientdb,rprabhat/orientdb,allanmoso/orientdb,allanmoso/orientdb,joansmith/orientdb,wyzssw/orientdb... | /*
*
* * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/... | core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/binary/ORecordSerializerBinaryV0.java | /*
*
* * Copyright 2014 Orient Technologies LTD (info(at)orientechnologies.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/... | Optimized fetching of collection of LINKs
| core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/binary/ORecordSerializerBinaryV0.java | Optimized fetching of collection of LINKs | |
Java | apache-2.0 | b1d01a767bf4ebbbf9930d822e41768c213649c0 | 0 | gradle/gradle,gradle/gradle,blindpirate/gradle,lsmaira/gradle,blindpirate/gradle,blindpirate/gradle,gstevey/gradle,robinverduijn/gradle,gradle/gradle,gstevey/gradle,robinverduijn/gradle,robinverduijn/gradle,lsmaira/gradle,gradle/gradle,lsmaira/gradle,gradle/gradle,gradle/gradle,lsmaira/gradle,gradle/gradle,lsmaira/grad... | /*
* Copyright 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 applica... | subprojects/cpp/src/main/groovy/org/gradle/nativebinaries/toolchain/internal/msvcpp/VisualCppOptionsFileArgTransformer.java | /*
* Copyright 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 applica... | Javadoc fix.
| subprojects/cpp/src/main/groovy/org/gradle/nativebinaries/toolchain/internal/msvcpp/VisualCppOptionsFileArgTransformer.java | Javadoc fix. | |
Java | apache-2.0 | 9ddd8727a92b52d2c042907d3d78e549b438a6dd | 0 | hhu94/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,Sage-Bion... | package org.sagebionetworks.dynamo.dao;
import java.util.Date;
import java.util.Locale;
import org.sagebionetworks.StackConfiguration;
import org.sagebionetworks.dynamo.DynamoTable;
import org.sagebionetworks.dynamo.KeyValueSplitter;
import com.amazonaws.services.dynamodb.datamodeling.DynamoDBAttribute;
import com.a... | lib/lib-dynamo/src/main/java/org/sagebionetworks/dynamo/dao/DboNodeLineage.java | package org.sagebionetworks.dynamo.dao;
import java.util.Date;
import java.util.Locale;
import org.sagebionetworks.dynamo.DynamoTable;
import org.sagebionetworks.dynamo.KeyValueSplitter;
import com.amazonaws.services.dynamodb.datamodeling.DynamoDBAttribute;
import com.amazonaws.services.dynamodb.datamodeling.DynamoD... | Salt the root with stack instance
| lib/lib-dynamo/src/main/java/org/sagebionetworks/dynamo/dao/DboNodeLineage.java | Salt the root with stack instance | |
Java | apache-2.0 | e94ee0fc1431e77764d5dc915cad7d414d054208 | 0 | omindu/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework,omindu/carbon-identity-framework,wso2/carbon-identity-framework | /*
* Copyright (c) 2014 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lic... | components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/IdentityProviderManager.java | /*
* Copyright (c) 2014 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lic... | Idp Pagination validate offset
| components/idp-mgt/org.wso2.carbon.idp.mgt/src/main/java/org/wso2/carbon/idp/mgt/IdentityProviderManager.java | Idp Pagination validate offset | |
Java | apache-2.0 | acd1fbc36bf19233d0abe2e993c42af9408683d3 | 0 | metaborg/nabl,metaborg/nabl,metaborg/nabl | package mb.nabl2.terms.stratego;
import java.util.ArrayList;
import java.util.List;
import org.spoofax.interpreter.terms.IStrategoTerm;
import org.spoofax.interpreter.terms.ITermFactory;
import org.spoofax.terms.io.TermFactoryVisitor;
import org.spoofax.terms.io.TermVisitor;
import mb.nabl2.terms.ITerm;
import mb.na... | nabl2.terms/src/main/java/mb/nabl2/terms/stratego/TermBuildVisitor.java | package mb.nabl2.terms.stratego;
import java.util.ArrayList;
import java.util.List;
import org.spoofax.interpreter.terms.IStrategoTerm;
import org.spoofax.interpreter.terms.ITermFactory;
import org.spoofax.terms.io.TermFactoryVisitor;
import org.spoofax.terms.io.TermVisitor;
import mb.nabl2.terms.ITerm;
import mb.na... | Fix field scoping.
| nabl2.terms/src/main/java/mb/nabl2/terms/stratego/TermBuildVisitor.java | Fix field scoping. | |
Java | apache-2.0 | bb2c02d14478ec3c1256f8739dd3e9a09deacb10 | 0 | wido/cloudstack,wido/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,jcshen007/cloudstack,DaanHoogland/cloudstack,DaanHoogland/cloudstack,resmo/cloudstack,resmo/cloudstack,GabrielBrascher/cloudstack,resmo/cloudstack,jcshen007/cloudstack,resmo/cloudstack,GabrielBrascher/cloudstack,w... | // 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... | services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.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... | coverity 1116693: properties template file creation unlikely but if repetitive, serious.
Signed-off-by: Daan Hoogland <0c11e55e6a36a8185db5745ba7416a2dde0b12ba@onecht.net>
| services/secondary-storage/server/src/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java | coverity 1116693: properties template file creation unlikely but if repetitive, serious. | |
Java | apache-2.0 | 71adbc8e576a97d67f42a8768089e72dfc070c40 | 0 | yihtserns/camelscript | /*
* Copyright 2013 yihtserns.
*
* 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... | src/main/java/com/github/yihtserns/camelscript/transform/CamelScriptASTTransformation.java | /*
* Copyright 2013 yihtserns.
*
* 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... | Added comment to explain why deprecated=true for @Delegate. | src/main/java/com/github/yihtserns/camelscript/transform/CamelScriptASTTransformation.java | Added comment to explain why deprecated=true for @Delegate. | |
Java | apache-2.0 | 59340d7213703be7770a8dceedb45b2b6bc705f7 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.filter.security.rule;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
... | jdisc-security-filters/src/test/java/com/yahoo/jdisc/http/filter/security/rule/RuleBasedRequestFilterTest.java | // Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.http.filter.security.rule;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
... | Test dryrun
| jdisc-security-filters/src/test/java/com/yahoo/jdisc/http/filter/security/rule/RuleBasedRequestFilterTest.java | Test dryrun | |
Java | apache-2.0 | 719b7ae95ebf9144c24369bca36c4fb6c0337880 | 0 | rlangbehn/rules,rlangbehn/rules | /*****************************************************************************
* $Id$
*
* Copyright 2008, The Rules Framework Development Team, and individual
* contributors as indicated by the @authors tag. See the copyright.txt
* in the distribution for a full listing of individual contributors.
*
* Lic... | rules-service/rules-service-impl/src/main/java/net/sourceforge/rules/service/StatelessDecisionServiceBean.java | /*****************************************************************************
* $Id$
*
* Copyright 2008, The Rules Framework Development Team, and individual
* contributors as indicated by the @authors tag. See the copyright.txt
* in the distribution for a full listing of individual contributors.
*
* Lic... | initial revision | rules-service/rules-service-impl/src/main/java/net/sourceforge/rules/service/StatelessDecisionServiceBean.java | initial revision | |
Java | apache-2.0 | fa757810d0cd285eb3ed76b3eedfef01b9cc9d71 | 0 | edx/edx-app-android,edx/edx-app-android,edx/edx-app-android,edx/edx-app-android,edx/edx-app-android,edx/edx-app-android | package org.edx.mobile.util.links;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.Toast;
import com.google.inject.Inject;
... | OpenEdXMobile/src/main/java/org/edx/mobile/util/links/DefaultActionListener.java | package org.edx.mobile.util.links;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.Toast;
import com.google.inject.Inject;
... | Fix program details screen loading issue
- LEARNER-7088
- It was happening due to wrong url
| OpenEdXMobile/src/main/java/org/edx/mobile/util/links/DefaultActionListener.java | Fix program details screen loading issue | |
Java | apache-2.0 | b53d6057f96721530d4fe62cddd3430ee9662f20 | 0 | grfeng/conductor,Netflix/conductor,Netflix/conductor,Netflix/conductor,grfeng/conductor,grfeng/conductor,Netflix/conductor,grfeng/conductor,grfeng/conductor,grfeng/conductor,Netflix/conductor | /*
* Copyright 2016 Netflix, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or ... | core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java | /*
* Copyright 2016 Netflix, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or ... | fix error message
| core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java | fix error message | |
Java | apache-2.0 | 22c35f4da0b944f9afaa3d7bafafe2b2755edec5 | 0 | ernestp/consulo,caot/intellij-community,apixandru/intellij-community,petteyg/intellij-community,salguarnieri/intellij-community,pwoodworth/intellij-community,TangHao1987/intellij-community,ryano144/intellij-community,da1z/intellij-community,hurricup/intellij-community,diorcety/intellij-community,gnuhub/intellij-communi... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | fix artifacts in background process popup
| platform/platform-impl/src/com/intellij/openapi/wm/impl/status/InlineProgressIndicator.java | fix artifacts in background process popup | |
Java | apache-2.0 | aabcd28ac5c65dddc131f201f181224b8481e65b | 0 | wmedvede/guvnor,porcelli-forks/guvnor,droolsjbpm/guvnor,kiereleaseuser/guvnor,adrielparedes/guvnor,kiereleaseuser/guvnor,wmedvede/guvnor,mbiarnes/guvnor,droolsjbpm/guvnor,hxf0801/guvnor,hxf0801/guvnor,droolsjbpm/guvnor,adrielparedes/guvnor,etirelli/guvnor,kiereleaseuser/guvnor,yurloc/guvnor,etirelli/guvnor,hxf0801/guvn... | /*
* Copyright 2012 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | guvnor-ng/guvnor-editors/guvnor-project-editor/guvnor-project-editor-client/src/main/java/org/kie/guvnor/projecteditor/client/forms/ProjectScreenPresenter.java | /*
* Copyright 2012 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | fix for circular deps
| guvnor-ng/guvnor-editors/guvnor-project-editor/guvnor-project-editor-client/src/main/java/org/kie/guvnor/projecteditor/client/forms/ProjectScreenPresenter.java | fix for circular deps | |
Java | apache-2.0 | cac78f467b15d759b0426928dc8c5c994aa17f3c | 0 | sbrossie/killbill,sbrossie/killbill,killbill/killbill,sbrossie/killbill,killbill/killbill,sbrossie/killbill,sbrossie/killbill,killbill/killbill,killbill/killbill,killbill/killbill | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014-2018 Groupon, Inc
* Copyright 2014-2018 The Billing Project, LLC
*
* The Billing Project licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a cop... | jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java | /*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014-2018 Groupon, Inc
* Copyright 2014-2018 The Billing Project, LLC
*
* The Billing Project licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a cop... | jaxrs: Modify dryrun endpoint to return 204 instead of 404 when there is nothing to generate
| jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java | jaxrs: Modify dryrun endpoint to return 204 instead of 404 when there is nothing to generate | |
Java | apache-2.0 | 39522f00e87698fe83009cd36812eca15603b3d9 | 0 | coolcrowd/object-service,coolcrowd/ObjectService,coolcrowd/object-service,coolcrowd/ObjectService,coolcrowd/object-service,coolcrowd/object-service,coolcrowd/ObjectService,coolcrowd/ObjectService | package edu.kit.ipd.crowdcontrol.objectservice;
import edu.kit.ipd.crowdcontrol.objectservice.crowdworking.PlatformManager;
import edu.kit.ipd.crowdcontrol.objectservice.crowdworking.TaskOperationException;
import edu.kit.ipd.crowdcontrol.objectservice.event.ChangeEvent;
import edu.kit.ipd.crowdcontrol.objectservice.e... | src/main/java/edu/kit/ipd/crowdcontrol/objectservice/ExperimentController.java | package edu.kit.ipd.crowdcontrol.objectservice;
import edu.kit.ipd.crowdcontrol.objectservice.crowdworking.PlatformManager;
import edu.kit.ipd.crowdcontrol.objectservice.crowdworking.TaskOperationException;
import edu.kit.ipd.crowdcontrol.objectservice.event.ChangeEvent;
import edu.kit.ipd.crowdcontrol.objectservice.e... | Clean up. Now starts on state-change to published
| src/main/java/edu/kit/ipd/crowdcontrol/objectservice/ExperimentController.java | Clean up. Now starts on state-change to published | |
Java | apache-2.0 | 947a56e53ce886b53b3e0287cebddb339e1a10a9 | 0 | satrapu/church-management-jee,satrapu/church-management-jee | /*
* Copyright 2014 satrapu.
*
* 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/main/java/ro/satrapu/churchmanagement/persistence/DiscipleshipTeacher.java | /*
* Copyright 2014 satrapu.
*
* 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... | Enforce the fact that a discipleship teacher will always be associated with one person. | src/main/java/ro/satrapu/churchmanagement/persistence/DiscipleshipTeacher.java | Enforce the fact that a discipleship teacher will always be associated with one person. | |
Java | apache-2.0 | e201004e985f3ae43ee8c65baa16bcc0aecc0000 | 0 | wuwen5/dubbo,bpzhang/dubbo,lovepoem/dubbo,alibaba/dubbo,fengyie007/dubbo,bpzhang/dubbo,qtvbwfn/dubbo,aglne/dubbo,lovepoem/dubbo,fengyie007/dubbo,aglne/dubbo,alibaba/dubbo,JasonHZXie/dubbo,yuyijq/dubbo,yuyijq/dubbo,qtvbwfn/dubbo,qtvbwfn/dubbo,lovepoem/dubbo,wuwen5/dubbo,JasonHZXie/dubbo,qtvbwfn/dubbo,wuwen5/dubbo,bpzhan... | /*
* 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 ... | dubbo-config/dubbo-config-api/src/test/java/com/alibaba/dubbo/config/ProtocolConfigTest.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 ... | Fix UT failure.
| dubbo-config/dubbo-config-api/src/test/java/com/alibaba/dubbo/config/ProtocolConfigTest.java | Fix UT failure. | |
Java | apache-2.0 | 2bf71e8e937a64ea4a18e85cc818bc9408aa8a8c | 0 | eclab/edisyn,eclab/edisyn,eclab/edisyn | /***
Copyright 2020 by Sean Luke
Licensed under the Apache License version 2.0
*/
package edisyn.synth.alesisd4;
import edisyn.*;
import edisyn.gui.*;
import edisyn.util.*;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.border.*;
import javax.swing.*;
import java.awt.event.*;
import java.util.*... | edisyn/synth/alesisd4/AlesisD4.java | /***
Copyright 2020 by Sean Luke
Licensed under the Apache License version 2.0
*/
package edisyn.synth.alesisd4;
import edisyn.*;
import edisyn.gui.*;
import edisyn.util.*;
import java.awt.*;
import java.awt.geom.*;
import javax.swing.border.*;
import javax.swing.*;
import java.awt.event.*;
import java.util.*... | extended download time | edisyn/synth/alesisd4/AlesisD4.java | extended download time | |
Java | apache-2.0 | f7db7c2c8a2b911fe93cde170f285100bb1a2c1d | 0 | reportportal/service-api,reportportal/service-api,reportportal/service-api,reportportal/service-api,reportportal/service-api | /*
* Copyright 2019 EPAM Systems
*
* 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/main/java/com/epam/ta/reportportal/ws/controller/FileStorageController.java | /*
* Copyright 2019 EPAM Systems
*
* 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 ... | Attachment type resolving logic moved after copying (#927)
| src/main/java/com/epam/ta/reportportal/ws/controller/FileStorageController.java | Attachment type resolving logic moved after copying (#927) | |
Java | apache-2.0 | 15949ec6e623e98e3a53c2ac95ebb2643b24b3c4 | 0 | romanoid/buck,Addepar/buck,Addepar/buck,SeleniumHQ/buck,JoelMarcey/buck,Addepar/buck,JoelMarcey/buck,facebook/buck,zpao/buck,romanoid/buck,kageiit/buck,JoelMarcey/buck,JoelMarcey/buck,facebook/buck,SeleniumHQ/buck,nguyentruongtho/buck,zpao/buck,Addepar/buck,facebook/buck,nguyentruongtho/buck,zpao/buck,JoelMarcey/buck,A... | /*
* Copyright 2018-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... | src/com/facebook/buck/parser/PerBuildStateFactoryWithConfigurableAttributes.java | /*
* Copyright 2018-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... | Close rawTargetNodePipeline in PerBuildStateFactoryWithConfigurableAttributes
Summary: This needs to be closed.
Reviewed By: sbalabanov
fbshipit-source-id: 146c4ab767
| src/com/facebook/buck/parser/PerBuildStateFactoryWithConfigurableAttributes.java | Close rawTargetNodePipeline in PerBuildStateFactoryWithConfigurableAttributes | |
Java | bsd-3-clause | eefe35a14564a3284d80b73e691f0f5fb1cc4d18 | 0 | abego/treelayout,abego/treelayout,abego/treelayout | /*
* [The "BSD license"]
* Copyright (c) 2011, abego Software GmbH, Germany (http://www.abego.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 ... | org.abego.treelayout/src/main/java/org/abego/treelayout/TreeLayout.java | /*
* [The "BSD license"]
* Copyright (c) 2011, abego Software GmbH, Germany (http://www.abego.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 ... | add checkTree and dumpTree to TreeLayout, to support debugging | org.abego.treelayout/src/main/java/org/abego/treelayout/TreeLayout.java | add checkTree and dumpTree to TreeLayout, to support debugging | |
Java | bsd-3-clause | dd091e5e88c1c322a4fb0227df359263f153d448 | 0 | liry/gooddata-java,martiner/gooddata-java,standevgd/gooddata-java | /*
* Copyright (C) 2007-2015, GoodData(R) Corporation. All rights reserved.
*/
package com.gooddata.featureflag;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.anno... | src/main/java/com/gooddata/featureflag/FeatureFlags.java | /*
* Copyright (C) 2007-2015, GoodData(R) Corporation. All rights reserved.
*/
package com.gooddata.featureflag;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.anno... | remove deprecated FeatureFlags.getFeatureFlags
use isEnabled(String) method or Iterable feature of FeatureFlags class
| src/main/java/com/gooddata/featureflag/FeatureFlags.java | remove deprecated FeatureFlags.getFeatureFlags | |
Java | bsd-3-clause | f7b7ed2731354ec53e101798e5f5df22fed5891e | 0 | NCIP/cab2b,NCIP/cab2b,NCIP/cab2b | package edu.wustl.cab2b.client.ui.experiment;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.Insets;
import java.rmi.RemoteException;
import javax.swing.JFrame;
import javax.swing.JSplitPane;
import edu.wustl.cab2b.common.domain.Experiment;
import edu.wus... | source/client/main/edu/wustl/cab2b/client/ui/experiment/ExperimentOpenPanel.java | package edu.wustl.cab2b.client.ui.experiment;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.Insets;
import java.rmi.RemoteException;
import javax.swing.JFrame;
import javax.swing.JSplitPane;
import edu.wustl.cab2b.common.domain.Experiment;
import edu.wus... | added getExperimentDataCategoryGridPanel() method
| source/client/main/edu/wustl/cab2b/client/ui/experiment/ExperimentOpenPanel.java | added getExperimentDataCategoryGridPanel() method | |
Java | mit | 1285319fc80b4a99aceb883c014ca1675fb242ac | 0 | ctlab/sgmwcs-solver,ctlab/gmwcs-solver,ctlab/sgmwcs-solver | package ru.ifmo.ctddev.gmwcs;
import ilog.concert.IloException;
import org.jgrapht.UndirectedGraph;
import org.jgrapht.alg.BiconnectivityInspector;
import org.jgrapht.alg.ConnectivityInspector;
import org.jgrapht.graph.SimpleGraph;
import org.jgrapht.graph.UndirectedSubgraph;
import java.util.*;
public abstract clas... | src/main/java/ru/ifmo/ctddev/gmwcs/Solver.java | package ru.ifmo.ctddev.gmwcs;
import ilog.concert.IloException;
import org.jgrapht.UndirectedGraph;
import org.jgrapht.alg.BiconnectivityInspector;
import org.jgrapht.alg.ConnectivityInspector;
import org.jgrapht.graph.SimpleGraph;
import org.jgrapht.graph.UndirectedSubgraph;
import java.util.*;
public abstract clas... | Bug with absorbance fixed
| src/main/java/ru/ifmo/ctddev/gmwcs/Solver.java | Bug with absorbance fixed | |
Java | mit | 51a6950bad1d6684a3dac0a11841cc1b017d91ea | 0 | amuniz/dry-plugin,jenkinsci/dry-plugin,recena/dry-plugin,recena/dry-plugin,amuniz/dry-plugin,jenkinsci/dry-plugin,recena/dry-plugin,jenkinsci/dry-plugin,amuniz/dry-plugin | package hudson.plugins.dry.parser;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import org.apache.commons.io.IOUtils;
import co... | src/main/java/hudson/plugins/dry/parser/DuplicationParserRegistry.java | package hudson.plugins.dry.parser;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import org.apache.commons.io.IOUtils;
import co... | [FIXED JENKINS-24873] Use warning type in hash code computation.
| src/main/java/hudson/plugins/dry/parser/DuplicationParserRegistry.java | [FIXED JENKINS-24873] Use warning type in hash code computation. | |
Java | mit | 30bb5950f5a8e73ff5a75c5189e4c91584906c1d | 0 | jvoegele/pulse,jvoegele/pulse,fluxroot/pulse,jvoegele/pulse,fluxroot/pulse | /*
* Copyright 2013-2014 the original author or authors.
*
* This file is part of Pulse Chess.
*
* Pulse Chess is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | src/main/java/com/fluxchess/pulse/Board.java | /*
* Copyright 2013-2014 the original author or authors.
*
* This file is part of Pulse Chess.
*
* Pulse Chess is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | Improve performance in isAttacked()
| src/main/java/com/fluxchess/pulse/Board.java | Improve performance in isAttacked() | |
Java | epl-1.0 | 16e527c3b82c24e646355f55910179f9c5138b08 | 0 | violinlakshmi/opendaylight,mandeepdhami/controller,violinlakshmi/opendaylight,aryantaheri/monitoring-controller,aryantaheri/controller,tx1103mark/controller,my76128/controller,opendaylight/controller,tx1103mark/controller,aryantaheri/controller,aryantaheri/monitoring-controller,aryantaheri/controller,inocybe/odl-contro... | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
/**
* Class... | opendaylight/forwardingrulesmanager/implementation/src/main/java/org/opendaylight/controller/forwardingrulesmanager/internal/FlowEntryDistributionOrderFutureTask.java | /*
* Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
/**
* Class... | FRMsync get stuck, miscelaneous fix
- The future FlowEntryDistributionOrderFutureTask was erroneously
thinking and entry was not expected simply because the equality check
was failing.
- Added more extensive logging to catch further bugs in the area.
Change-Id: I8c2cb08ecf7bd9ea3623d79eae9a3ec16f023724
Signed-off-by:... | opendaylight/forwardingrulesmanager/implementation/src/main/java/org/opendaylight/controller/forwardingrulesmanager/internal/FlowEntryDistributionOrderFutureTask.java | FRMsync get stuck, miscelaneous fix | |
Java | epl-1.0 | c1607004bfbbea69f718790bb16952b8c9f5b4a3 | 0 | floralvikings/jenjin | package com.jenjinstudios.world.client.message;
import com.jenjinstudios.core.io.Message;
import static org.testng.Assert.assertFalse;
/**
* @author Caleb Brinkman
*/
public class ExecutableWorldLogoutResponseTest extends WorldClientExecutableMessageTest
{
@Override
public void testMessageExecution() throws Exce... | jenjin-world-client/src/test/java/com/jenjinstudios/world/client/message/ExecutableWorldLogoutResponseTest.java | package com.jenjinstudios.world.client.message;
import com.jenjinstudios.core.io.Message;
import static org.testng.Assert.assertFalse;
/**
* @author Caleb Brinkman
*/
public class ExecutableWorldLogoutResponseTest extends WorldClientExecutableMessageTest
{
@Override
public void testMessageExecution() throws Exce... | Added call to sendBlockingLogoutRequest
| jenjin-world-client/src/test/java/com/jenjinstudios/world/client/message/ExecutableWorldLogoutResponseTest.java | Added call to sendBlockingLogoutRequest | |
Java | agpl-3.0 | e4c529fa1f26e066b930add300f46bd34af3c14e | 0 | MilosKozak/AndroidAPS,RoumenGeorgiev/AndroidAPS,winni67/AndroidAPS,AdrianLxM/AndroidAPS,jotomo/AndroidAPS,LadyViktoria/AndroidAPS,LadyViktoria/AndroidAPS,samihusseingit/AndroidAPS,RoumenGeorgiev/AndroidAPS,Heiner1/AndroidAPS,AdrianLxM/AndroidAPS,winni67/AndroidAPS,Heiner1/AndroidAPS,Heiner1/AndroidAPS,jotomo/AndroidAPS... | package info.nightscout.androidaps.plugins.CircadianPercentageProfile;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import info.nigh... | app/src/main/java/info/nightscout/androidaps/plugins/CircadianPercentageProfile/CircadianPercentageProfilePlugin.java | package info.nightscout.androidaps.plugins.CircadianPercentageProfile;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import info.nigh... | reenable safety function | app/src/main/java/info/nightscout/androidaps/plugins/CircadianPercentageProfile/CircadianPercentageProfilePlugin.java | reenable safety function | |
Java | lgpl-2.1 | dfba932d46848dd24da41755ca7482132bb174b3 | 0 | mediaworx/opencms-core,victos/opencms-core,alkacon/opencms-core,MenZil/opencms-core,mediaworx/opencms-core,ggiudetti/opencms-core,MenZil/opencms-core,alkacon/opencms-core,gallardo/opencms-core,alkacon/opencms-core,MenZil/opencms-core,alkacon/opencms-core,MenZil/opencms-core,victos/opencms-core,gallardo/opencms-core,gal... | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free So... | src/org/opencms/db/CmsDbPool.java | /*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free So... | Fix CmsDbPool: define missing constant | src/org/opencms/db/CmsDbPool.java | Fix CmsDbPool: define missing constant | |
Java | lgpl-2.1 | 0766bc40ee54ad0eb9955f80417929e1706cd07e | 0 | svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,svn2github/beast-mcmc,armanbilge/BEAST_sandbox,svn2github/beast-mcmc,armanbilge/BEAST_sandbox | package test.dr.evomodel.branchratemodel;
import dr.evolution.alignment.SitePatterns;
import dr.evolution.datatype.Nucleotides;
import dr.evolution.util.TaxonList;
import dr.evomodel.branchratemodel.DiscretizedBranchRates;
import dr.evomodel.coalescent.CoalescentLikelihood;
import dr.evomodel.coalescent.Constan... | src/test/dr/evomodel/branchratemodel/UncorrelatedRelaxedClockTest.java | package test.dr.evomodel.branchratemodel;
import dr.evolution.alignment.SitePatterns;
import dr.evolution.datatype.Nucleotides;
import dr.evolution.util.TaxonList;
import dr.evomodel.branchratemodel.DiscretizedBranchRates;
import dr.evomodel.coalescent.CoalescentLikelihood;
import dr.evomodel.coalescent.Constan... | fix JUnit test as Jessie advised
git-svn-id: 67bc77c75b8364e4e9cdff0eb6560f5818674cd8@3924 ca793f91-a31e-0410-b540-2769d408b6a1
| src/test/dr/evomodel/branchratemodel/UncorrelatedRelaxedClockTest.java | fix JUnit test as Jessie advised | |
Java | unlicense | f3c7b9acce854eaf04d18a561abc3844d01c6bea | 0 | ferreusveritas/Growing-Trees | package com.ferreusveritas.dynamictrees.render;
import com.ferreusveritas.dynamictrees.api.TreeHelper;
import com.ferreusveritas.dynamictrees.blocks.BlockBranch;
import com.ferreusveritas.dynamictrees.entities.EntityFallingTree;
import com.ferreusveritas.dynamictrees.util.BranchDestructionData;
import net.minecraft.b... | src/main/java/com/ferreusveritas/dynamictrees/render/AnimationHandlers.java | package com.ferreusveritas.dynamictrees.render;
import com.ferreusveritas.dynamictrees.entities.EntityFallingTree;
import com.ferreusveritas.dynamictrees.util.BranchDestructionData;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.util.EnumFacing;
import net.minecraft.util.math.MathHelper;
im... | Holy crap it's kinda working | src/main/java/com/ferreusveritas/dynamictrees/render/AnimationHandlers.java | Holy crap it's kinda working | |
Java | apache-2.0 | f3c4667d9de5ba6ba6616d79be1df14bdc4b7b55 | 0 | mathieufortin01/pdfbox,benmccann/pdfbox,joansmith/pdfbox,benmccann/pdfbox,mathieufortin01/pdfbox,gavanx/pdflearn,joansmith/pdfbox,gavanx/pdflearn | /*
* 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 ... | examples/src/main/java/org/apache/pdfbox/examples/util/ExtractTextByArea.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | PDFBOX-2852: add private constructor, make class final
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1703257 13f79535-47bb-0310-9956-ffa450edef68
| examples/src/main/java/org/apache/pdfbox/examples/util/ExtractTextByArea.java | PDFBOX-2852: add private constructor, make class final | |
Java | apache-2.0 | b0a5cc2c3952803e84390095b962cf3a8e53abce | 0 | mglukhikh/intellij-community,salguarnieri/intellij-community,clumsy/intellij-community,ahb0327/intellij-community,diorcety/intellij-community,SerCeMan/intellij-community,fitermay/intellij-community,diorcety/intellij-community,alphafoobar/intellij-community,semonte/intellij-community,petteyg/intellij-community,ibinti/in... | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/java-impl/src/com/intellij/psi/impl/file/JavaUpdateAddedFileProcessor.java | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | IDEA-52048: "Could not set package name for jsp files" message when creating an XHTML file
| java/java-impl/src/com/intellij/psi/impl/file/JavaUpdateAddedFileProcessor.java | IDEA-52048: "Could not set package name for jsp files" message when creating an XHTML file | |
Java | apache-2.0 | 5900bcd6d03743d5d44fba1d7cfd9496c7f56421 | 0 | amar-sharma/selenium,misttechnologies/selenium,titusfortner/selenium,chrsmithdemos/selenium,onedox/selenium,davehunt/selenium,RamaraoDonta/ramarao-clone,s2oBCN/selenium,lummyare/lummyare-lummy,sag-enorman/selenium,gotcha/selenium,customcommander/selenium,SouWilliams/selenium,arunsingh/selenium,gemini-testing/selenium,u... | /*
Copyright 2012 WebDriver committers
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law ... | java/client/test/org/openqa/selenium/testing/drivers/OperaDriverSupplier.java | // Copyright 2011 Google Inc. All Rights Reserved.
package org.openqa.selenium.testing.drivers;
import com.google.common.base.Supplier;
import com.opera.core.systems.OperaDriver;
import org.openqa.selenium.Capabilities;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
/*... | AndreasTolfTolfsen: Using new preferences API
r15903
| java/client/test/org/openqa/selenium/testing/drivers/OperaDriverSupplier.java | AndreasTolfTolfsen: Using new preferences API | |
Java | apache-2.0 | 0929bdad68a7adf0f2acb1ae48144ab2eb1436b4 | 0 | topicusonderwijs/wicket,bitstorm/wicket,apache/wicket,astrapi69/wicket,bitstorm/wicket,Servoy/wicket,astrapi69/wicket,freiheit-com/wicket,mosoft521/wicket,klopfdreh/wicket,zwsong/wicket,apache/wicket,mafulafunk/wicket,dashorst/wicket,aldaris/wicket,mosoft521/wicket,freiheit-com/wicket,dashorst/wicket,selckin/wicket,Ser... | package wicket.extensions.ajax.markup.html.autocomplete;
import wicket.RequestCycle;
import wicket.Response;
import wicket.ajax.AbstractDefaultAjaxBehavior;
import wicket.behavior.AbstractAjaxBehavior;
import wicket.markup.html.PackageResourceReference;
/**
* @since 1.2
*
* @author Janne Hietamäki... | wicket-extensions/src/java/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java | package wicket.extensions.ajax.markup.html.autocomplete;
import wicket.RequestCycle;
import wicket.Response;
import wicket.ajax.AbstractDefaultAjaxBehavior;
import wicket.behavior.AbstractAjaxBehavior;
import wicket.markup.html.PackageResourceReference;
/**
* @since 1.2
*
* @author Janne Hietamäki... | always initially hidden
git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@460235 13f79535-47bb-0310-9956-ffa450edef68
| wicket-extensions/src/java/wicket/extensions/ajax/markup/html/autocomplete/AbstractAutoCompleteBehavior.java | always initially hidden | |
Java | apache-2.0 | 7808954dee072183af25248285718dc9468e7d6c | 0 | RiparianData/Timberwolf,RiparianData/Timberwolf | /**
* Copyright 2012 Riparian Data
* http://www.ripariandata.com
* contact@ripariandata.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | src/main/java/com/ripariandata/timberwolf/conf4j/ConfigEntry.java | /**
* Copyright 2012 Riparian Data
* http://www.ripariandata.com
* contact@ripariandata.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | Adding default value for usage argument.
| src/main/java/com/ripariandata/timberwolf/conf4j/ConfigEntry.java | Adding default value for usage argument. | |
Java | apache-2.0 | 56474137b5691bcfc51705f18bf166287a5ad931 | 0 | MatthewTamlin/Spyglass | package com.matthewtamlin.spyglass.library.default_adapters;
import android.content.Context;
import com.matthewtamlin.spyglass.library.default_annotations.DefaultToColor;
import static com.matthewtamlin.java_utilities.checkers.NullChecker.checkNotNull;
public class DefaultToColorAdapter implements DefaultAdapter<In... | library/src/main/java/com/matthewtamlin/spyglass/library/default_adapters/DefaultToColorAdapter.java | package com.matthewtamlin.spyglass.library.default_adapters;
import android.content.Context;
import com.matthewtamlin.spyglass.library.default_annotations.DefaultToColor;
import static com.matthewtamlin.java_utilities.checkers.NullChecker.checkNotNull;
public class DefaultToColorAdapter implements DefaultAdapter<In... | Added missing null checks
| library/src/main/java/com/matthewtamlin/spyglass/library/default_adapters/DefaultToColorAdapter.java | Added missing null checks | |
Java | apache-2.0 | 0671eab608fcac3acb1586fa424e9719d73bf772 | 0 | EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci | package uk.ac.ebi.spot.goci.curation.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spr... | goci-interfaces/goci-curation/src/main/java/uk/ac/ebi/spot/goci/curation/controller/AssociationController.java | package uk.ac.ebi.spot.goci.curation.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spr... | Added method to check edit snps
| goci-interfaces/goci-curation/src/main/java/uk/ac/ebi/spot/goci/curation/controller/AssociationController.java | Added method to check edit snps | |
Java | apache-2.0 | 2d4872e754a881bbfcad4afd8b7138aa44a1426d | 0 | knightingal/android_start_demo | package com.example.jianming.myapplication;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Bun... | app/src/main/java/com/example/jianming/myapplication/ZoomActivity.java | package com.example.jianming.myapplication;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Bun... | commit from coding webIDE
| app/src/main/java/com/example/jianming/myapplication/ZoomActivity.java | commit from coding webIDE | |
Java | apache-2.0 | f43d678cc0b2923b543bcd43a4fc8a6bd44617e9 | 0 | lettuce-io/lettuce-core,mp911de/lettuce,lettuce-io/lettuce-core,mp911de/lettuce,lettuce-io/lettuce-core,lettuce-io/lettuce-core | package com.lambdaworks.redis.commands.rx;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import com.lambdaworks.redis.internal.AbstractInvocationHandler;
import rx.Observable;... | src/test/java/com/lambdaworks/redis/commands/rx/RxSyncInvocationHandler.java | package com.lambdaworks.redis.commands.rx;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import com.lambdaworks.redis.internal.AbstractInvocationHandler;
import rx.Observable;... | Fix RxSyncInvocationHandler
Switch to exception propagation so errors are propagated after onNext was called.
| src/test/java/com/lambdaworks/redis/commands/rx/RxSyncInvocationHandler.java | Fix RxSyncInvocationHandler | |
Java | apache-2.0 | fc763ea0fc3e664f053e0ef5963341e9942fa7cf | 0 | olehmberg/winter | /*
* Copyright (c) 2017 Data and Web Science Group, University of Mannheim, Germany (http://dws.informatik.uni-mannheim.de/)
*
* 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... | winter-framework/src/main/java/de/uni_mannheim/informatik/dws/winter/matching/blockers/StandardBlocker.java | /*
* Copyright (c) 2017 Data and Web Science Group, University of Mannheim, Germany (http://dws.informatik.uni-mannheim.de/)
*
* 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... | added maximum block pair size parameter | winter-framework/src/main/java/de/uni_mannheim/informatik/dws/winter/matching/blockers/StandardBlocker.java | added maximum block pair size parameter | |
Java | apache-2.0 | 0d1ff7162ffb6ed818de1bd1374c0deb4b3a045c | 0 | bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr,bmwcarit/joynr | /*
* #%L
* %%
* Copyright (C) 2011 - 2017 BMW Car IT GmbH
* %%
* 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... | java/integration-tests/src/test/java/io/joynr/integration/ShutdownTest.java | /*
* #%L
* %%
* Copyright (C) 2011 - 2017 BMW Car IT GmbH
* %%
* 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... | [Java] ShutdownTest for unregisterProvider shutdown race condition
Change-Id: I04c0e87bb0aef7ce444ae525663798a372a3f61d
| java/integration-tests/src/test/java/io/joynr/integration/ShutdownTest.java | [Java] ShutdownTest for unregisterProvider shutdown race condition | |
Java | apache-2.0 | a56d4ccb9d624e915cdecba2575a380a1eea8af8 | 0 | pax95/camel,adessaigne/camel,christophd/camel,adessaigne/camel,cunningt/camel,cunningt/camel,pax95/camel,christophd/camel,tadayosi/camel,apache/camel,adessaigne/camel,christophd/camel,tadayosi/camel,christophd/camel,apache/camel,christophd/camel,apache/camel,tadayosi/camel,pax95/camel,adessaigne/camel,cunningt/camel,cu... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | CAMEL-17043 Added rest endpoint parameters to nestedParameters (#6211)
| components/camel-rest-openapi/src/main/java/org/apache/camel/component/rest/openapi/RestOpenApiEndpoint.java | CAMEL-17043 Added rest endpoint parameters to nestedParameters (#6211) | |
Java | apache-2.0 | 225d887ba5662778ea8e11be4ac8712673af7df8 | 0 | MythTV-Clients/MythTV-Service-API | /**
*
*/
package org.mythtv.services.api.converters;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import org.simpleframework.xml.transform... | src/main/java/org/mythtv/services/api/converters/JodaDateTimeTransform.java | /**
*
*/
package org.mythtv.services.api.converters;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.joda.time.DateTime;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import org.simpleframework.xml.transform.Transform;
/**
* @author Daniel ... | updated status datetime conversion to use UTC dates | src/main/java/org/mythtv/services/api/converters/JodaDateTimeTransform.java | updated status datetime conversion to use UTC dates | |
Java | apache-2.0 | 5707a2cfb7a444e2b75b72a0250e5ed1c283aad0 | 0 | jacksonic/vjlofvhjfgm,foam-framework/foam2,foam-framework/foam2,foam-framework/foam2,foam-framework/foam2,foam-framework/foam2,jacksonic/vjlofvhjfgm,jacksonic/vjlofvhjfgm | /**
* @license
* Copyright 2017 The FOAM Authors. All Rights Reserved.
* http://www.apache.org/licenses/LICENSE-2.0
*/
package foam.lib.json;
import foam.lib.parse.*;
import foam.util.SafetyUtil;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
public class DateParser
extends Proxy... | src/foam/lib/json/DateParser.java | /**
* @license
* Copyright 2017 The FOAM Authors. All Rights Reserved.
* http://www.apache.org/licenses/LICENSE-2.0
*/
package foam.lib.json;
import foam.lib.parse.*;
import foam.util.SafetyUtil;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
public class DateParser
extends Proxy... | Fixed styling | src/foam/lib/json/DateParser.java | Fixed styling | |
Java | apache-2.0 | 1bee9243f90717c93e0012a720c767e0bd5ee39e | 0 | dkpro/dkpro-lab | /*******************************************************************************
* Copyright 2016
* Ubiquitous Knowledge Processing (UKP) Lab
* Technische Universität Darmstadt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | dkpro-lab-core/src/test/java/org/dkpro/lab/conversion/ConversionServiceTest.java | /*******************************************************************************
* Copyright 2016
* Ubiquitous Knowledge Processing (UKP) Lab
* Technische Universität Darmstadt
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... | #106 - Spurious test failure in ConversionServiceTest.testDiscriminationWithoutConversionServiceOverride
- Ensure each test runs with its own copy of the conversion service.
| dkpro-lab-core/src/test/java/org/dkpro/lab/conversion/ConversionServiceTest.java | #106 - Spurious test failure in ConversionServiceTest.testDiscriminationWithoutConversionServiceOverride | |
Java | apache-2.0 | 9941b8e605aab76eafb66ab063092af6ff944221 | 0 | tkpanther/ignite,BiryukovVA/ignite,ilantukh/ignite,apacheignite/ignite,psadusumilli/ignite,svladykin/ignite,f7753/ignite,vsuslov/incubator-ignite,shurun19851206/ignite,shroman/ignite,samaitra/ignite,leveyj/ignite,vldpyatkov/ignite,dream-x/ignite,NSAmelchev/ignite,dlnufox/ignite,SharplEr/ignite,ryanzz/ignite,NSAmelchev/... | /*
* 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 ... | modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.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 ... | # IGNITE-32:Minor UI tweaks.
| modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java | # IGNITE-32:Minor UI tweaks. | |
Java | apache-2.0 | de1c4cdbecd062ffbcd12b2a88584b4998556453 | 0 | nikolaylagutko/spock-modelcitizen | /**
* Copyright 2015 Nikolay Lagutko <nikolay.lagutko@mail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | src/main/java/org/gerzog/spock/modelcitizen/ModelCitizenExtension.java | /**
* Copyright 2015 Nikolay Lagutko <nikolay.lagutko@mail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | register interceptor for setup method | src/main/java/org/gerzog/spock/modelcitizen/ModelCitizenExtension.java | register interceptor for setup method | |
Java | apache-2.0 | 282c39c03f8d5227191e5a4d989be5925023ba54 | 0 | brandt/GridSphere,brandt/GridSphere | /*
* @author <a href="mailto:michael.russell@aei.mpg.de">Michael Russell</a>
* @version $Id$
*/
package org.gridlab.gridsphere.portlets.core.layout;
import org.gridlab.gridsphere.layout.PortletPage;
import org.gridlab.gridsphere.layout.PortletTab;
import org.gridlab.gridsphere.layout.PortletTabbedPane;
import org.g... | src/org/gridlab/gridsphere/portlets/core/layout/UserLayoutPortlet.java | /*
* @author <a href="mailto:michael.russell@aei.mpg.de">Michael Russell</a>
* @version $Id$
*/
package org.gridlab.gridsphere.portlets.core.layout;
import org.gridlab.gridsphere.layout.PortletPage;
import org.gridlab.gridsphere.layout.PortletTab;
import org.gridlab.gridsphere.layout.PortletTabbedPane;
import org.g... | use radiobutton as bean
git-svn-id: 616481d960d639df1c769687dde8737486ca2a9a@3557 9c99c85f-4d0c-0410-8460-a9a1c48a3a7f
| src/org/gridlab/gridsphere/portlets/core/layout/UserLayoutPortlet.java | use radiobutton as bean | |
Java | apache-2.0 | d90e19183779b109db8591982092c053d19ca361 | 0 | apache/cordova-android,apache/cordova-android,apache/cordova-android | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the... | framework/src/org/apache/cordova/engine/SystemWebChromeClient.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... | Accept multiple mime types on file input (#971)
| framework/src/org/apache/cordova/engine/SystemWebChromeClient.java | Accept multiple mime types on file input (#971) | |
Java | apache-2.0 | 4885cdf83f6b8780e3ca721dc9160fca58b908ea | 0 | nixplay/cordova-plugin-local-notifications,rastreabilidadebrasil/cordova-plugin-local-notifications,dpalou/cordova-plugin-local-notifications,de-monkeyz/cordova-local-notifications,katzer/cordova-plugin-local-notifications,SpoonX/cordova-plugin-local-notifications,mikeljames/cordova-plugin-local-notifications,willyboy/... | /*
Copyright 2013-2014 appPlant UG
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache Lic... | src/android/LocalNotification.java | /*
Copyright 2013-2014 appPlant UG
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache Lic... | Android: Avoid blocking the main thread.
| src/android/LocalNotification.java | Android: Avoid blocking the main thread. | |
Java | apache-2.0 | 92b8fcae76bb93ec07c0e9ee602fdaeaead4cb76 | 0 | metaborg/jsglr,metaborg/jsglr,metaborg/jsglr,metaborg/jsglr | package org.spoofax.jsglr2.parser;
import org.metaborg.parsetable.IParseTable;
import org.metaborg.parsetable.actions.IAction;
import org.metaborg.parsetable.actions.IReduce;
import org.metaborg.parsetable.actions.IShift;
import org.metaborg.parsetable.states.IState;
import org.spoofax.jsglr2.parseforest.IDerivation;
... | org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/parser/Parser.java | package org.spoofax.jsglr2.parser;
import org.metaborg.parsetable.IParseTable;
import org.metaborg.parsetable.actions.IAction;
import org.metaborg.parsetable.actions.IReduce;
import org.metaborg.parsetable.actions.IShift;
import org.metaborg.parsetable.states.IState;
import org.spoofax.jsglr2.parseforest.IDerivation;
... | Remove redundant initializer
| org.spoofax.jsglr2/src/main/java/org/spoofax/jsglr2/parser/Parser.java | Remove redundant initializer | |
Java | apache-2.0 | 546bb72ffcd886389c0137cf60ef8237e2d5e080 | 0 | griffon/griffon,tschulte/griffon,levymoreira/griffon,levymoreira/griffon,tschulte/griffon,griffon/griffon,tschulte/griffon,levymoreira/griffon | /*
* Copyright 2008-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... | subprojects/griffon-rt/src/main/groovy/org/codehaus/griffon/runtime/util/GriffonApplicationHelper.java | /*
* Copyright 2008-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... | Allow action interceptor order to be suggested by applications
| subprojects/griffon-rt/src/main/groovy/org/codehaus/griffon/runtime/util/GriffonApplicationHelper.java | Allow action interceptor order to be suggested by applications | |
Java | apache-2.0 | 89ef5727a7bf957463491bb1220a7f4bd7af3150 | 0 | Alluxio/alluxio,Reidddddd/mo-alluxio,Alluxio/alluxio,jsimsa/alluxio,jswudi/alluxio,ShailShah/alluxio,aaudiber/alluxio,apc999/alluxio,calvinjia/tachyon,wwjiang007/alluxio,jsimsa/alluxio,uronce-cc/alluxio,yuluo-ding/alluxio,riversand963/alluxio,PasaLab/tachyon,ShailShah/alluxio,uronce-cc/alluxio,ChangerYoung/alluxio,aaud... | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | integration/yarn/src/main/java/alluxio/yarn/ApplicationMaster.java | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 (the
* "License"). You may not use this work except in compliance with the License, which is available
* at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | Fix license
| integration/yarn/src/main/java/alluxio/yarn/ApplicationMaster.java | Fix license | |
Java | apache-2.0 | b1f303248aff29fdec5e0fa9a9ee8f9c54be22d8 | 0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus | package io.quarkus.smallrye.health.deployment;
import static io.quarkus.arc.processor.Annotations.containsAny;
import static io.quarkus.arc.processor.Annotations.getAnnotations;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.uti... | extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java | package io.quarkus.smallrye.health.deployment;
import static io.quarkus.arc.processor.Annotations.containsAny;
import static io.quarkus.arc.processor.Annotations.getAnnotations;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.uti... | Health-UI calls the wrong URL for health in dev mode
| extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java | Health-UI calls the wrong URL for health in dev mode | |
Java | apache-2.0 | 05242b269662cd24387f77310919925b23b121af | 0 | lucafavatella/intellij-community,signed/intellij-community,signed/intellij-community,Distrotech/intellij-community,suncycheng/intellij-community,holmes/intellij-community,vvv1559/intellij-community,caot/intellij-community,kool79/intellij-community,youdonghai/intellij-community,MichaelNedzelsky/intellij-community,Michae... | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | java/idea-ui/src/com/intellij/platform/templates/ArchivedTemplatesFactory.java | /*
* Copyright 2000-2012 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... | IDEA-106723 Project Templates provided by disabled plugins still appear in wizard [nik]
| java/idea-ui/src/com/intellij/platform/templates/ArchivedTemplatesFactory.java | IDEA-106723 Project Templates provided by disabled plugins still appear in wizard [nik] | |
Java | apache-2.0 | dd01362d783fc4da74d3bdf05d9ba47649033cc5 | 0 | SlapTurtle/SoftwareProject | package Tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import org.junit.*;
import java.util.Calenda... | SE1/src/Tests/TestDateServer.java | package Tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import org.junit.*;
import java.util.Calenda... | Virker det så nu1!? | SE1/src/Tests/TestDateServer.java | Virker det så nu1!? | |
Java | bsd-3-clause | 4fe47c52d0fa91c004d5cf846621be3a0800827d | 0 | BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog,BayesianLogic/blog | /*
* Copyright (c) 2005, Regents of the University of California
* 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
* ... | src/blog/distrib/Multinomial.java | /*
* Copyright (c) 2005, Regents of the University of California
* 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
* ... | make backwards compatible with java6
| src/blog/distrib/Multinomial.java | make backwards compatible with java6 | |
Java | mit | fca2e006c8e8e4386effd3b5f4ab4d4bce071531 | 0 | Team254/FRC-2015,Team254/FRC-2015,Team254/FRC-2015,Team254/FRC-2015 | package com.team254.frc2015.behavior;
import com.team254.frc2015.Constants;
import com.team254.frc2015.ElevatorSafety;
import com.team254.frc2015.HardwareAdaptor;
import com.team254.frc2015.behavior.routines.*;
import com.team254.frc2015.subsystems.BottomCarriage;
import com.team254.frc2015.subsystems.Drive;
import co... | src/com/team254/frc2015/behavior/BehaviorManager.java | package com.team254.frc2015.behavior;
import com.team254.frc2015.Constants;
import com.team254.frc2015.ElevatorSafety;
import com.team254.frc2015.HardwareAdaptor;
import com.team254.frc2015.behavior.routines.*;
import com.team254.frc2015.subsystems.BottomCarriage;
import com.team254.frc2015.subsystems.Drive;
import co... | Give up controllers when any jog button is hit
| src/com/team254/frc2015/behavior/BehaviorManager.java | Give up controllers when any jog button is hit | |
Java | mit | 43e823b5add084d8424865bf022e5559a7ade6b1 | 0 | mhogrefe/wheels | package mho.wheels.iterables;
import mho.wheels.structures.*;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.*;
import java.util.function.Function;
import java.util.function.Predicate;
import static mho.w... | src/main/java/mho/wheels/iterables/IterableUtils.java | package mho.wheels.iterables;
import mho.wheels.structures.*;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.*;
import java.util.function.Function;
import java.util.function.Predicate;
import static mho.w... | added inits and tails
| src/main/java/mho/wheels/iterables/IterableUtils.java | added inits and tails | |
Java | mit | a3bfcefdca61daa9a205b9ddc363adaef72b8553 | 0 | MylesIsCool/ViaVersion,Matsv/ViaVersion | package us.myles.ViaVersion.commands;
import lombok.RequiredArgsConstructor;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import us.myles.ViaVersion.ViaVersionPlugin;
import us.myles.Via... | src/main/java/us/myles/ViaVersion/commands/ViaVersionCommand.java | package us.myles.ViaVersion.commands;
import lombok.RequiredArgsConstructor;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import us.myles.ViaVersion.ViaVersionPlugin;
import us.myles.Via... | Added fallback options on CommandHandler | src/main/java/us/myles/ViaVersion/commands/ViaVersionCommand.java | Added fallback options on CommandHandler | |
Java | mit | 6503450cdd1ebfb9e2fa874de6676bbf7531c5b1 | 0 | The-Dream-Team/Tardis,The-Dream-Team/Tardis | package me.dreamteam.tardis;
import java.awt.Canvas;
import java.awt.Dimension;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.image.BufferStrategy;
import javax.swing.JFrame;
import javax.swing.JPanel;
/**
Main Class
*/
public class Game extends Canvas {
/**
* Begin t... | src/me/dreamteam/tardis/Game.java | package me.dreamteam.tardis;
import java.awt.Canvas;
import java.awt.image.BufferStrategy;
/**
Main Class
*/
public class Game extends Canvas {
/**
* Begin the game parameters that will allow us to define certain elements.
*/
private BufferStrategy strategy;
// This provides hardware acceleration
priv... | Build the canvas, add more params, game loop, main!!!
| src/me/dreamteam/tardis/Game.java | Build the canvas, add more params, game loop, main!!! | |
Java | mit | ab873c3401b339324862ec80ade55dfabfb74e86 | 0 | ltearno/pom-explorer,ltearno/pom-explorer,ltearno/pom-explorer,ltearno/pom-explorer | package fr.lteconsulting.pomexplorer;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStreamReader;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.u... | pom-explorer/src/main/java/fr/lteconsulting/pomexplorer/Tools.java | package fr.lteconsulting.pomexplorer;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStreamReader;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.u... | better stacktrace dump
| pom-explorer/src/main/java/fr/lteconsulting/pomexplorer/Tools.java | better stacktrace dump | |
Java | mit | 3dd97bdb019e6c4eec58bf34120e519fb1441757 | 0 | AgriCraft/AgriCore | package com.agricraft.agricore.util;
import com.agricraft.agricore.core.AgriCore;
import java.io.InputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardCopyOption;
import java.util.Set;
import java.util.function.Function;
import java.util.function.Predicate;
import org.reflect... | src/main/java/com/agricraft/agricore/util/ResourceHelper.java | package com.agricraft.agricore.util;
import com.agricraft.agricore.core.AgriCore;
import java.io.InputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardCopyOption;
import java.util.Set;
import java.util.function.Predicate;
import org.reflections.Reflections;
import org.reflect... | Optimize ResourceHelper memory usage
Fixes #10 | src/main/java/com/agricraft/agricore/util/ResourceHelper.java | Optimize ResourceHelper memory usage | |
Java | mit | 927f086f6adecda5182ed15e13e7e79180b9b1ea | 0 | gscrot/gscrot-watermark | package gscrot.processor.watermark;
import gscrot.processor.watermark.WatermarkPlugin.Mode;
import gscrot.processor.watermark.WatermarkPlugin.Position;
import iconlib.IconUtils;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;
import com.redpois0n.g... | src/gscrot/processor/watermark/WatermarkProcessor.java | package gscrot.processor.watermark;
import gscrot.processor.watermark.WatermarkPlugin.Mode;
import gscrot.processor.watermark.WatermarkPlugin.Position;
import iconlib.IconUtils;
import java.awt.Graphics2D;
import com.redpois0n.gscrot.GraphicsImageProcessor;
public class WatermarkProcessor extends GraphicsImageProce... | Draw image
| src/gscrot/processor/watermark/WatermarkProcessor.java | Draw image | |
Java | mit | 6fb59020510c6b7927d13b395b7fb15d6e7534f1 | 0 | GuntherDW/inventory-tweaks-liteloader,TerraGamingNetwork/inventory-tweaks,asiekierka/inventory-tweaks,TGNThump/inventory-tweaks,14mRh4X0r/inventory-tweaks,PrinceOfAmber/inventory-tweaks,TerraGamingNetwork/inventory-tweaks,PrinceOfAmber/inventory-tweaks,GuntherDW/inventory-tweaks-liteloader,asiekierka/inventory-tweaks,V... | package invtweaks;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.lang.reflect.Method;
import invtweaks.api.ContainerSection;
import invtweaks.api.ContainerGUI;
import invtweaks.api.InventoryGUI;
import net.minecraft.inventory.Container;
import net.minecraft.client.gui... | src/minecraft/invtweaks/InvTweaksModCompatibility.java | package invtweaks;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.lang.reflect.Method;
import invtweaks.api.ContainerSection;
import invtweaks.api.ContainerGUI;
import invtweaks.api.InventoryGUI;
import net.minecraft.inventory.Container;
import net.minecraft.client.gui... | Set language-level to 6.0, fix the one strange compile error caused by that.
| src/minecraft/invtweaks/InvTweaksModCompatibility.java | Set language-level to 6.0, fix the one strange compile error caused by that. | |
Java | mit | 2a0c6596db9cfc7ec10e7e6ee17c5909b793a7b8 | 0 | msemys/esjc,msemys/esjc | package lt.msemys.esjc.util;
import static java.nio.charset.StandardCharsets.UTF_8;
public class Strings {
public static final String EMPTY = "";
public static boolean isNullOrEmpty(String string) {
return string == null || string.isEmpty();
}
public static String newString(byte[] bytes) {
... | src/main/java/lt/msemys/esjc/util/Strings.java | package lt.msemys.esjc.util;
import static java.nio.charset.StandardCharsets.UTF_8;
public class Strings {
public static final String EMPTY = "";
public static boolean isNullOrEmpty(String string) {
return string == null || string.isEmpty();
}
public static String newString(byte[] bytes) {
... | added: string to bytes converter
| src/main/java/lt/msemys/esjc/util/Strings.java | added: string to bytes converter | |
Java | mit | fdc430dd1b6e838bace33ab3bca4278f2dc1e827 | 0 | lightblueseas/swing-components,lightblueseas/swing-components | /**
* The MIT License
*
* Copyright (C) 2015 Asterios Raptis
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, c... | src/main/java/de/alpharogroup/swing/img/ImageExtensions.java | /**
* The MIT License
*
* Copyright (C) 2015 Asterios Raptis
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, c... | Update ImageExtensions.java | src/main/java/de/alpharogroup/swing/img/ImageExtensions.java | Update ImageExtensions.java | |
Java | mit | c383a13390a5ee5d94c335ff9d1071c6808a2c78 | 0 | y20k/transistor,meonwax/transistor | /**
* MainActivityFragment.java
* Implements the main fragment of the main activity
* This fragment is a list view of radio stations
*
* This file is part of
* TRANSISTOR - Radio App for Android
*
* Copyright (c) 2015 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/
packa... | app/src/main/java/org/y20k/transistor/MainActivityFragment.java | /**
* MainActivityFragment.java
* Implements the main fragment of the main activity
* This fragment is a list view of radio stations
*
* This file is part of
* TRANSISTOR - Radio App for Android
*
* Copyright (c) 2015 - Y20K.org
* Licensed under the MIT-License
* http://opensource.org/licenses/MIT
*/
packa... | possible fix for bug "Simultaneous playback of several radiostations" (#31)
| app/src/main/java/org/y20k/transistor/MainActivityFragment.java | possible fix for bug "Simultaneous playback of several radiostations" (#31) | |
Java | mit | 9498dbfd93eadf25052ed59888d442d6e21cc130 | 0 | itinance/react-native-fs,johanneslumpe/react-native-fs,itinance/react-native-fs,johanneslumpe/react-native-fs,johanneslumpe/react-native-fs,itinance/react-native-fs,itinance/react-native-fs | package com.rnfs;
import java.io.IOException;
import java.util.Map;
import java.util.HashMap;
import android.os.Environment;
import android.os.StatFs;
import android.util.Base64;
import android.support.annotation.Nullable;
import android.util.SparseArray;
import java.io.File;
import java.io.OutputStream;
import java... | android/src/main/java/com/rnfs/RNFSManager.java | package com.rnfs;
import java.util.Map;
import java.util.HashMap;
import android.os.Environment;
import android.os.StatFs;
import android.util.Base64;
import android.support.annotation.Nullable;
import android.util.SparseArray;
import java.io.File;
import java.io.OutputStream;
import java.io.InputStream;
import java... | move-file fallback
| android/src/main/java/com/rnfs/RNFSManager.java | move-file fallback | |
Java | mit | b3a6496049483b42ebcc34db2e06329032d363c1 | 0 | AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL,AlmasB/FXGL | /*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB (almaslvl@gmail.com).
* See LICENSE for details.
*/
package sandbox.particles;
import com.almasb.fxgl.animation.AnimatedValue;
import com.almasb.fxgl.animation.Interpolators;
import com.almasb.fxgl.app.GameApplication;
import com.almas... | fxgl-samples/src/main/java/sandbox/particles/CrystalApp2.java | /*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB (almaslvl@gmail.com).
* See LICENSE for details.
*/
package sandbox.particles;
import com.almasb.fxgl.animation.AnimatedValue;
import com.almasb.fxgl.animation.Interpolators;
import com.almasb.fxgl.app.GameApplication;
import com.almas... | refactor
| fxgl-samples/src/main/java/sandbox/particles/CrystalApp2.java | refactor | |
Java | lgpl-2.1 | 0e8d57d73f7fce904eea795bd12d121e9f96f55c | 0 | ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror,ekiwi/jade-mirror | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
The updating of this file to JADE 2.0 has been partially supported by the IST-1999-10211... | src/jade/domain/ams.java | /*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
The updating of this file to JADE 2.0 has been partially supported by the IST-1999-10211... | Fixed bug #71 in the Jitterbug system. Now a check for non-emptiness
is made on the agent descriptions list before using it in removedMTP()
method.
| src/jade/domain/ams.java | Fixed bug #71 in the Jitterbug system. Now a check for non-emptiness is made on the agent descriptions list before using it in removedMTP() method. | |
Java | lgpl-2.1 | 6a92cc8bda821efb94f6734cf5f0a54cabc0e85e | 0 | certusoft/swingx,certusoft/swingx | src/java/org/jdesktop/swingx/treetable/TreeModelSupport.java | /*
* $Id$
*
* Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foun... | Issue number: 836
We almost forgot to remove this deprecated class.
| src/java/org/jdesktop/swingx/treetable/TreeModelSupport.java | Issue number: 836 We almost forgot to remove this deprecated class. | ||
Java | lgpl-2.1 | 0e6d2fad4f5c59887a89679e2c6e6618f5a119ad | 0 | dizzzz/exist,adamretter/exist,ambs/exist,dizzzz/exist,lcahlander/exist,ambs/exist,adamretter/exist,eXist-db/exist,ambs/exist,eXist-db/exist,lcahlander/exist,windauer/exist,wolfgangmm/exist,dizzzz/exist,wolfgangmm/exist,windauer/exist,wolfgangmm/exist,lcahlander/exist,wolfgangmm/exist,windauer/exist,dizzzz/exist,adamret... | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-2018 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version ... | exist-core/src/main/java/org/exist/xquery/XQueryContext.java | /*
* eXist Open Source Native XML Database
* Copyright (C) 2001-2018 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version ... | [optimisation] Don't create unnecessary HashMaps when pushing in scope namespaces
| exist-core/src/main/java/org/exist/xquery/XQueryContext.java | [optimisation] Don't create unnecessary HashMaps when pushing in scope namespaces | |
Java | apache-2.0 | 2a61bbeb6408c5d368b615366573bf6fcd76e623 | 0 | eldevanjr/nfe,wmixvideo/nfe,granella/nfe,isaiastavares/nfe,fincatto/nfe,caiocteodoro/nfe,jefperito/nfe,danieldhp/nfe,klutzer/nfe,fauker/nfe | package com.fincatto.nfe310.webservices;
import com.fincatto.nfe310.NFeConfig;
import com.fincatto.nfe310.classes.NFUnidadeFederativa;
import com.fincatto.nfe310.classes.cadastro.NFRetornoConsultaCadastro;
import com.fincatto.nfe310.classes.evento.NFEnviaEventoRetorno;
import com.fincatto.nfe310.classes.evento.inutili... | src/main/java/com/fincatto/nfe310/webservices/WSFacade.java | package com.fincatto.nfe310.webservices;
import com.fincatto.nfe310.NFeConfig;
import com.fincatto.nfe310.classes.NFUnidadeFederativa;
import com.fincatto.nfe310.classes.cadastro.NFRetornoConsultaCadastro;
import com.fincatto.nfe310.classes.evento.NFEnviaEventoRetorno;
import com.fincatto.nfe310.classes.evento.inutili... | Deploy da nova versao do nfe para testar novo algoritmo de criptografia.
| src/main/java/com/fincatto/nfe310/webservices/WSFacade.java | Deploy da nova versao do nfe para testar novo algoritmo de criptografia. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.