answer
stringlengths
17
10.2M
package org.ovirt.engine.core.common.businessentities; import java.util.Map; import org.ovirt.engine.core.common.AuditLogType; import org.ovirt.engine.core.common.errors.VdcBllErrors; import org.ovirt.engine.core.common.eventqueue.EventResult; import org.ovirt.engine.core.compat.Guid; import org.ovirt.engine.core.compa...
package org.ovirt.engine.core.extensions.mgr; import org.slf4j.Logger; import org.ovirt.engine.api.extensions.Base; import org.ovirt.engine.api.extensions.ExtMap; import org.ovirt.engine.api.extensions.Extension; public class ExtensionProxy implements Extension { private Extension proxied; private ExtMap contex...
package gov.nih.nci.cagrid.wsenum.utils; import gov.nih.nci.cagrid.common.Utils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException;...
package de.rocketinternet.android.bucket.network; import android.content.Context; import android.net.Uri; import com.squareup.okhttp.Cache; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Request; import org.json.JSONException; import java.io.File; import java.io.IOException; import java.io.InputStr...
package io.cattle.platform.systemstack.service; import static io.cattle.platform.core.model.tables.ProjectTemplateTable.*; import io.cattle.platform.archaius.util.ArchaiusUtil; import io.cattle.platform.async.utils.TimeoutException; import io.cattle.platform.core.dao.GenericResourceDao; import io.cattle.platform.core.m...
package org.openforis.collect.earth.app.service; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.sql.SQLException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import javax.annotation.PostConstruct; import or...
// CloudCoder - a web-based pedagogical programming environment // This program is free software: you can redistribute it and/or modify // (at your option) any later version. // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the package org.c...
package org.glob3.mobile.generated; public class MarkEffectTarget implements EffectTarget { public void dispose() { } //C++ TO JAVA CONVERTER TODO TASK: There is no preprocessor in Java: //#if ! C_CODE public final void unusedMethod() { } //#endif }
package org.glob3.mobile.generated; public class TileVisitorCache implements ITileVisitor { private MultiLayerTileTexturizer _texturizer; private final TilesRenderParameters _parameters; private final G3MRenderContext _rc; private final LayerSet _layerSet; public TileVisitorCache(MultiLayerTileTextu...
package fr.masciulli.drinks.fragment; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; im...
package com.example.bot.spring; import java.util.Arrays; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import lombok.extern.slf4j.Slf4j; // The following code contains a bug in it. You need to fix it in Lab 2 in // order to make it work. // After you fix the code, the bot ...
package org.springframework.beans.factory.access; import java.lang.reflect.Method; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanFactoryPostProcessor; import org.springframework.be...
package gov.nih.nci.codegen.util; import gov.nih.nci.codegen.GenerationException; import gov.nih.nci.codegen.validator.ValidatorAttribute; import gov.nih.nci.codegen.validator.ValidatorClass; import gov.nih.nci.codegen.validator.ValidatorModel; import gov.nih.nci.ncicb.xmiinout.domain.UMLAssociation; import gov.nih.nci...
// This file is part of Serleena. // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // sell copies of the Software, and to permit persons to whom t...
package com.ctrip.xpipe.service.sso; import com.google.common.base.Strings; import com.google.common.collect.Maps; import com.ctrip.xpipe.api.config.Config; import org.springframework.boot.context.embedded.FilterRegistrationBean; import org.springframework.boot.context.embedded.ServletContextInitializer; import org.spr...
package com.ensipoly.match3.activities; import android.content.Context; import android.content.DialogInterface; import android.content.SharedPreferences; import android.graphics.Color; import android.graphics.drawable.GradientDrawable; import android.os.Bundle; import android.os.Handler; import android.support.v7.app.A...
package com.ensipoly.match3.activities; import android.content.Context; import android.content.DialogInterface; import android.content.SharedPreferences; import android.graphics.Color; import android.graphics.drawable.GradientDrawable; import android.os.Bundle; import android.os.Handler; import android.support.v7.app.A...
package com.intellij.psi; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Pair; import com.intellij.psi.util.InheritanceUtil; import com.intellij.psi.util.PsiUtil; import com.intellij.psi.util.TypeConversionUtil; import com.intellij.psi.search.GlobalSearchScope; import com.intellij.psi.s...
// This source code is available under agreement available at // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France package org.talend.dataprep.dataset.adapter.conversions; import static org.talend.dataprep.conversions.BeanConver...
package org.hisp.dhis.analytics; import com.google.common.base.MoreObjects; import org.hisp.dhis.util.DateUtils; import org.hisp.dhis.calendar.Calendar; import org.hisp.dhis.calendar.DateTimeUnit; import org.hisp.dhis.period.PeriodType; import org.hisp.dhis.scheduling.JobConfiguration; import java.util.Date; import jav...
package de.charite.compbio.exomiser.cli.options; import de.charite.compbio.exomiser.core.analysis.Settings.SettingsBuilder; import org.apache.commons.cli.OptionBuilder; /** * * @author Jules Jacobsen <jules.jacobsen@sanger.ac.uk> */ public class PathogenicityFilterCutOffOptionMarshaller extends AbstractOptionMarshal...
package com.github.avarabyeu.jashing.integration.vcs.github.model; import com.google.gson.annotations.SerializedName; import java.util.Date; /** * Repository model class */ public class Repository { private boolean fork; private boolean hasDownloads; private boolean hasIssues; private boolean hasWiki;...
/* * generated by Xtext */ package com.rockwellcollins.atc.agree.formatting; import org.eclipse.xtext.Keyword; import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter; import org.eclipse.xtext.formatting.impl.FormattingConfig; import org.eclipse.xtext.util.Pair; import com.google.inject.Inject; import c...
package org.spongepowered.forge.applaunch.loading.moddiscovery.locator; import cpw.mods.modlauncher.api.LamdbaExceptionUtils; import net.minecraftforge.fml.loading.LogMarkers; import net.minecraftforge.fml.loading.ModDirTransformerDiscoverer; import net.minecraftforge.fml.loading.StringUtils; import net.minecraftforge....
package org.eclipse.persistence.platform.server.wls; import java.lang.reflect.Method; import java.security.AccessController; import javax.management.MBeanServer; import javax.management.ObjectName; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import org.eclipse.p...
package org.jtalks.jcommune.web.controller; import org.jtalks.jcommune.model.entity.JCUser; import org.jtalks.jcommune.model.entity.Language; import org.jtalks.jcommune.model.entity.Post; import org.jtalks.jcommune.service.PostService; import org.jtalks.jcommune.service.UserService; import org.jtalks.jcommune.service.e...
package com.atlassian.jira.plugins.dvcs.spi.github.webwork; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import org.apache.commons.lang.StringUt...
package org.languagetool.rules.fr; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; import org.languagetool.AnalyzedToken; import org.languaget...
package org.safehaus.subutai.core.tracker.impl; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.UUID; import org.safehaus.subutai.common.tracker.ProductOperation; import org.safehaus.subutai.common.tracker.ProductOperationState; import org.safehaus.subutai.common.tracker.Produ...
package org.laladev.moneyjinn.server.controller.capitalsource; import java.time.LocalDate; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.laladev.moneyjinn.core.error.ErrorCode; import org.laladev.moneyji...
package com.planetmayo.debrief.satc.model.contributions; import java.awt.geom.Point2D; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.Iterator; import java.util.List; import org.eclipse.core.runtime.Status; import com.planetmayo.debrie...
package org.devgateway.toolkit.persistence.mongo.spring; import org.apache.commons.io.IOUtils; import org.devgateway.ocds.persistence.mongo.DefaultLocation; import org.devgateway.ocds.persistence.mongo.Organization; import org.devgateway.ocds.persistence.mongo.Release; import org.devgateway.ocds.persistence.mongo.flags...
package eu.cloudscaleproject.env.toolchain.util; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.eclipse.swt.SWT; import org.eclipse.swt.custom....
package org.opencps.paymentmgt.service.impl; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.opencps.paymentmgt.model.PaymentFile; import org.opencps.paymentmgt.service.base.PaymentFileLocalServiceBaseImpl; import com.liferay.portal.kernel.log.Log; import com.liferay.portal.kernel.l...
package org.jtalks.poulpe.web.controller.component; import org.hibernate.validator.constraints.NotEmpty; import org.jtalks.common.model.entity.Component; import org.jtalks.common.model.entity.ComponentType; import org.jtalks.common.validation.ValidationException; import org.jtalks.poulpe.service.ComponentService; impor...
// TODO: Also add information on how to contact you by electronic and paper mail. package com.github.vrpolak.q10sk.reference.implementation.api; /** * Object used for running q10sk programs. * * <p>The behavior corresponds to an immutable object * whose method mutates some of given arguments. * Implementations are...
package org.eclipse.mylar.zest.core.internal.gefx; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.eclipse.draw2d.ColorConstants; import org.eclipse.draw2d.FigureCanvas; import org.eclipse.draw2d.geometry.Dimension; import org.eclipse.gef.DefaultEditDomain; import org.eclipse.ge...
package org.sagebionetworks.change.workers; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.Date; import org.junit.After; import org.junit.Assume; import org.junit.Before; import org.junit.Test; import org.junit.runne...
package org.tuxdevelop.spring.data.solr.demo.repository; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; import org.springframe...
package org.wyona.yanel.impl.resources; import org.wyona.yanel.core.Path; import org.wyona.yanel.core.Resource; import org.wyona.yanel.core.ResourceConfiguration; import org.wyona.yanel.core.ResourceTypeDefinition; import org.wyona.yanel.core.ResourceTypeRegistry; import org.wyona.yanel.core.api.attributes.CreatableV2;...
package org.wyona.yanel.servlet.toolbar.impl; import javax.servlet.http.HttpServletRequest; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; import org.wyona.security.core.api.Identity; import org.wyona.yanel.core.Resource; import org.wyona.yanel.core.api.attributes.VersionableV2; imp...
package org.jboss.as.test.integration.management.cli; import java.io.IOException; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; import org.jboss.as.controller.descriptions.ModelDescriptionConstants; import org.jboss.as.test.integration.management.base.Abstract...
public class Solution { public int[] intersection(int[] nums1, int[] nums2) { Set<Integer> temp = new HashSet<>(); for (int i = 0; i < nums1.length; i++) { temp.add(nums1[i]); } } List<Integer> numbers = new ArrayList<>(); for (int i = 0; i < nums2.length; i++) { if (temp.contains(nums2[i]...
import java.awt.Point; import java.awt.event.MouseEvent; import java.awt.event.MouseWheelEvent; import java.awt.geom.Point2D; import javax.media.opengl.GL; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLCanvas; import javax.vecmath.Matrix4f; import javax.vecmath.Point3d; import javax.vecmath.Quat...
package pair; import java.util.function.BiConsumer; import java.util.function.BiFunction; import java.util.function.BiPredicate; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Predicate; import java.util.function.ToDoubleBiFunction; import java.util.function.ToDoubleFu...
package org.jpos.iso; import org.jpos.core.Configurable; import org.jpos.core.Configuration; import org.jpos.core.ConfigurationException; import org.jpos.util.*; import java.io.EOFException; import java.io.IOException; import java.io.InterruptedIOException; import java.io.PrintStream; import java.lang.ref.WeakReference...
package com.intellij.codeInspection.varScopeCanBeNarrowed; import com.intellij.codeInsight.daemon.GroupNames; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; import com.intellij.codeInspection.ProblemDescriptor; import com.intellij.codeInspection.ProblemHighlightT...
package ca.bc.gov.restrictions; import java.security.Principal; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.nuxeo.ecm.core.api.security.ACE; import org.nuxeo.ecm.core.api.security.ACL; import org.nuxeo.ecm.core.api.security.ACP; import org.nuxeo.ecm.core.api.security.Access; i...
package org.xwiki.tool.spoon; import java.util.List; import java.util.Map; import org.apache.log4j.Level; import spoon.processing.AbstractProcessor; import spoon.processing.Property; import spoon.reflect.code.CtExpression; import spoon.reflect.code.CtInvocation; /** * Failed the build if some code is calling a forbidd...
package org.xwiki.test.ui.framework; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.support.events.EventFiringWebDriver; import org...
package io.github.lonamiwebs.stringlate.git; import android.app.Activity; import org.eclipse.jgit.lib.ProgressMonitor; import io.github.lonamiwebs.stringlate.R; import io.github.lonamiwebs.stringlate.interfaces.ProgressUpdateCallback; public abstract class GitCloneProgressCallback implements ProgressUpdateCallb...
package be.kuleuven.cs.distrinet.jnome.core.expression.invocation; import static be.kuleuven.cs.distrinet.rejuse.collection.CollectionOperations.exists; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.aikodi.chameleon.core.lookup.LookupException; import org.aikodi.chameleon.oo...
package org.rstudio.studio.client.workbench.prefs.views; import com.google.gwt.resources.client.ImageResource; import com.google.gwt.user.client.ui.CheckBox; import com.google.inject.Inject; import org.rstudio.core.client.prefs.PreferencesDialogBaseResources; import org.rstudio.core.client.widget.NumericValueWidget; im...
package org.activiti.cycle.impl.connector.signavio.transform.pattern; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.activiti.cycle.RepositoryConnector; import org.acti...
package org.openhab.binding.zwave.internal; import java.math.BigDecimal; import java.net.URI; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.Set; import org.eclipse.sm...
package au.com.museumvictoria.fieldguide.vic.fork.ui.fragments; import android.app.Activity; import android.database.Cursor; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View...
package com.github.kaiwinter.androidremotenotifications.model; import com.github.kaiwinter.androidremotenotifications.RemoteNotifications; import java.util.Date; /** * Defines how often the notifications are updated from the server. Doing this on each start of your app ({@link #NOW}) * might lead to too many server c...
package edu.pitt.apollo; import edu.pitt.apollo.db.ApolloDatabaseKeyNotFoundException; import edu.pitt.apollo.db.ApolloDbUtils; import edu.pitt.apollo.service.translatorservice.v2_0_1.TranslatorServiceEI; import edu.pitt.apollo.types.v2_0_1.MethodCallStatusEnum; import edu.pitt.apollo.types.v2_0_1.RunAndSoftwareIdentif...
package com.axelor.apps.production.service.productionorder; import com.axelor.apps.base.db.Product; import com.axelor.apps.base.db.repo.SequenceRepository; import com.axelor.apps.base.service.administration.SequenceService; import com.axelor.apps.production.db.BillOfMaterial; import com.axelor.apps.production.db.ManufO...
package com.grayben.riskExtractor.htmlScorer; import com.grayben.riskExtractor.htmlScorer.partScorers.Scorer; import org.jsoup.nodes.Element; import org.jsoup.nodes.Node; import org.jsoup.select.NodeVisitor; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Set; public class...
package org.openhealthtools.mdht.uml.cda.core.util; import java.io.PrintStream; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.eclipse.core.resources.IFolder; import org.eclipse.core....
package com.raoulvdberge.refinedstorage.apiimpl.network.node; import com.raoulvdberge.refinedstorage.RS; import com.raoulvdberge.refinedstorage.RSBlocks; import com.raoulvdberge.refinedstorage.RSItems; import com.raoulvdberge.refinedstorage.api.network.INetwork; import com.raoulvdberge.refinedstorage.api.network.grid.G...
package io.cattle.platform.configitem.context.dao.impl; import static io.cattle.platform.core.model.tables.HostIpAddressMapTable.*; import static io.cattle.platform.core.model.tables.HostTable.*; import static io.cattle.platform.core.model.tables.InstanceHostMapTable.*; import static io.cattle.platform.core.model.table...
package com.royalrangers.controller.achievement; import com.dropbox.core.DbxException; import com.royalrangers.dto.ResponseResult; import com.royalrangers.dto.achievement.AchievementRequestDto; import com.royalrangers.enums.ImageType; import com.royalrangers.service.DropboxService; import com.royalrangers.service.achie...
package com.yahoo.sketches.pig.tuple; import com.yahoo.memory.Memory; import com.yahoo.sketches.tuple.ArrayOfDoublesSketch; import com.yahoo.sketches.tuple.ArrayOfDoublesSketches; import java.io.IOException; import org.apache.commons.math3.stat.inference.TTest; import org.apache.commons.math3.stat.StatUtils; import org...
package org.phenotips.data.internal; import org.phenotips.Constants; import org.xwiki.component.annotation.Component; import org.xwiki.model.EntityType; import org.xwiki.model.reference.DocumentReference; import org.xwiki.model.reference.DocumentReferenceResolver; import org.xwiki.model.reference.EntityReference; impor...
package io.github.lukehutch.fastclasspathscanner.scanner; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentLinkedQueue; imp...
package org.jboss.as.controller.remote; import static java.security.AccessController.doPrivileged; import static org.jboss.as.controller.logging.ControllerLogger.MGMT_OP_LOGGER; import java.security.PrivilegedAction; import java.util.concurrent.ExecutorService; import java.util.concurrent.LinkedBlockingDeque; import ja...
package io.github.thatsmusic99.headsplus.commands.maincommand; import io.github.thatsmusic99.headsplus.HeadsPlus; import io.github.thatsmusic99.headsplus.api.HPPlayer; import io.github.thatsmusic99.headsplus.commands.CommandInfo; import io.github.thatsmusic99.headsplus.commands.IHeadsPlusCommand; import io.github.thats...
package net.sf.taverna.t2.workbench.reference.config; import java.util.HashMap; import java.util.Map; import net.sf.taverna.t2.workbench.configuration.AbstractConfigurable; /** * Configuration for the reference service and provenance. * * @author David Withers * @author Stuart Owen */ public class DataManagementCo...
package net.finmath.montecarlo.assetderivativevaluation; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Map; import net.finmath.exception.CalculationException; import net.finmath.montecarlo.IndependentIncrements; import net.finmath.montecarlo.model.ProcessModel; import net.finmath.montecarlo...
package org.hisp.dhis.dxf2.metadata; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hisp.dhis.common.IdentifiableObject; import org.hisp.dhis.common.SetMap; import org.hisp.dhis.commons.timer....
package edu.wustl.catissuecore.action; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.struts.action.ActionForm; import org.apache.struts.ac...
package org.jfree.text; import java.awt.Font; import java.awt.FontMetrics; import java.awt.Graphics2D; import java.awt.Paint; import java.awt.Shape; import java.awt.font.FontRenderContext; import java.awt.font.LineMetrics; import java.awt.font.TextLayout; import java.awt.geom.AffineTransform; import java.awt.geom.Recta...
package org.eclipse.birt.report.engine.presentation; import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.lang.ref.SoftReference; import java.util.ArrayList; import java.util.Collection; import ...
package org.cyclops.integrateddynamics.part.aspect.write; import com.google.common.base.Optional; import com.google.common.base.Predicate; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import net.minecraft.block.state.IBlockState; import n...
package org.wikipathways.wp2rdf; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Collections; import org.bridgedb.DataSource; import org.bridgedb.IDMapperException; import org.bridgedb.IDMapperStack; import org.bridgedb.bio.DataSourceTxt; import org.junit.A...
package org.jivesoftware.smackx; import java.util.*; import org.jivesoftware.smack.packet.*; import org.jivesoftware.smackx.packet.DataForm; /** * Represents a Form for gathering data. The form could be of the following types: * <ul> * <li>form -> Indicates a form to fill out.</li> * <li>submit -> The form is fil...
package ru.tuin; /** * @author Viktor Tulin * @version 1 * @since 27.10.2016 */ public class StartUI { private Calculator calc; private ConsoleInput input; private InteractCalculator menu; public StartUI(ConsoleInput input, Calculator calc, InteractCalculator menu) { this.calc = calc; ...
package org.cyclops.structuredcrafting.craft.provider; import com.mojang.authlib.GameProfile; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.ItemStack; import net.minecraft...
package de.vanmar.android.yarrn.requests; import android.app.Application; import com.octo.android.robospice.persistence.DurationInMillis; import com.octo.android.robospice.persistence.exception.SpiceException; import com.octo.android.robospice.persistence.springandroid.json.gson.GsonObjectPersisterFactory; import org.a...
package org.jenkinsci.plugins.docker.commons.impl; import java.io.ByteArrayInputStream; import java.io.IOException; import java.net.URL; import java.nio.charset.StandardCharsets; import javax.annotation.Nonnull; import org.apache.commons.lang.StringUtils; import org.jenkinsci.plugins.docker.commons.credentials.KeyMater...
package makeithappen.vaadin.app.internal; import org.eclipse.emf.ecp.makeithappen.model.task.TaskFactory; import org.eclipse.emf.ecp.makeithappen.model.task.User; import org.eclipse.emf.ecp.view.core.vaadin.ECPVaadinView; import org.eclipse.emf.ecp.view.core.vaadin.ECPVaadinViewRenderer; import org.lunifera.runtime.web...
package org.openhab.binding.heos.internal.discovery; import static org.openhab.binding.heos.HeosBindingConstants.*; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.Set; import org.eclipse.jdt.annotation.NonNullByDefault; import org.eclipse.jdt.an...
package org.eclipse.persistence.exceptions.i18n; import java.text.MessageFormat; import java.util.Locale; import java.util.ResourceBundle; import java.util.Vector; import org.eclipse.persistence.internal.helper.ConversionManager; import org.eclipse.persistence.internal.helper.Helper; public class ExceptionMessageGenera...
package org.eclipse.persistence.internal.oxm.record; import java.util.ArrayList; import java.util.List; import javax.xml.namespace.QName; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamReader; import org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext; import o...
package net.java.sip.communicator.impl.protocol.yahoo; import java.io.*; import net.java.sip.communicator.service.protocol.*; import net.java.sip.communicator.service.protocol.event.*; import net.java.sip.communicator.util.*; import ymsg.network.*; import ymsg.network.event.*; /** * An implementation of the protocol p...
package gobblin.ingestion.google.adwords; import java.io.File; import java.io.FileOutputStream; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; impo...
package org.dbflute.erflute.editor.model.diagram_contents.element.node.table; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import org.dbflute.erflute.core.util.Format; import org.dbflute.erflute.db.DBManager; import org.dbflute....
package ca.uhn.fhir.rest.server.interceptor.auth; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.api.AddProfileTagEnum; import ca.uhn.fhir.interceptor.api.HookParams; import ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster; import ca.uhn.fhir.interceptor.api.Pointcut; import ca.uhn.fhir.model.pri...
package org.helioviewer.plugins.eveplugin.view; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.Date; import javax.swing.BoxLayout; import jav...
package com.highcharts.export.pool; import java.net.URL; import java.util.HashMap; import java.util.Map; import javax.annotation.PostConstruct; import org.apache.log4j.Logger; import com.highcharts.export.server.Server; import com.highcharts.export.server.ServerState; import java.io.File; import java.io.FileOutputStrea...
package net.ttddyy.evernote.rest; import org.junit.Test; import static org.mockito.BDDMockito.given; import static org.mockito.Mockito.verify; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post; /** * Miscellaneous tests for {@link StoreOperationController}. * * @author Tadaya Tsu...
package org.springframework.data.gclouddatastore.repository; import static org.hamcrest.Matchers.contains; import static org.hamcrest.Matchers.instanceOf; import java.net.URI; import java.nio.charset.Charset; import java.time.Instant; import java.time.LocalDateTime; import java.time.OffsetDateTime; import java.time.Zon...
package com.github.davidmoten.fsm.runtime.rx; import java.util.ArrayDeque; import java.util.Deque; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.TimeUnit; import com.github.davidmoten.fsm.runti...
package com.github.davidmoten.fsm.runtime.rx; import java.util.ArrayDeque; import java.util.Deque; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.TimeUnit; import com.github.davidmoten.fsm.runtime.CancelTimedSignal; impo...
package com.emc.mongoose.storage.mock.impl.base; import com.emc.mongoose.common.collection.ListingLRUMap; import com.emc.mongoose.common.concurrent.BlockingQueueTaskSequencer; import com.emc.mongoose.common.concurrent.FutureTaskBase; import com.emc.mongoose.model.api.data.ContentSource; import com.emc.mongoose.model.im...
package org.duracloud.swiftstorage; import static org.duracloud.common.error.RetryFlaggableException.NO_RETRY; import static org.duracloud.common.error.RetryFlaggableException.RETRY; import static org.duracloud.storage.provider.StorageProvider.PROPERTIES_CONTENT_CHECKSUM; import static org.duracloud.storage.provider.St...
package org.telegram.telegrambots.meta.api.objects; import com.fasterxml.jackson.annotation.JsonProperty; import org.telegram.telegrambots.meta.api.interfaces.BotApiObject; import org.telegram.telegrambots.meta.api.objects.games.Animation; import org.telegram.telegrambots.meta.api.objects.games.Game; import org.telegra...
// TODO : les todos package client; import java.net.MalformedURLException; import java.rmi.AlreadyBoundException; import java.rmi.Naming; import java.rmi.RemoteException; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; import java.rmi.server.UnicastRemoteObject; import java.util.UUID; import...