answer
stringlengths
17
10.2M
package com.github.msemys.esjc; import com.github.msemys.esjc.event.Events; import com.github.msemys.esjc.node.EndpointDiscoverer; import com.github.msemys.esjc.node.NodeEndpoints; import com.github.msemys.esjc.node.cluster.ClusterDnsEndpointDiscoverer; import com.github.msemys.esjc.node.static_.StaticEndpointDiscovere...
package programminglife.parser; import org.junit.*; import programminglife.model.DataManager; import programminglife.model.GenomeGraph; import programminglife.model.GenomeGraphTest; import programminglife.model.Graph; import programminglife.model.exception.UnknownTypeException; import java.io.File; import java.util.Obs...
package com.github.msemys.esjc; import com.github.msemys.esjc.event.Events; import com.github.msemys.esjc.node.EndpointDiscoverer; import com.github.msemys.esjc.node.NodeEndpoints; import com.github.msemys.esjc.node.cluster.ClusterDnsEndpointDiscoverer; import com.github.msemys.esjc.node.static_.StaticEndpointDiscovere...
package seedu.ezdo.model.task; import java.text.ParseException; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import org.junit.runner.RunWith; import org.mockito.BDDMockito; import org.powermock.api.mockito.PowerMockito; import org.powermock.core.classl...
package seedu.taskell.model.task; import org.junit.Before; import org.junit.Test; import seedu.taskell.commons.exceptions.IllegalValueException; import seedu.taskell.model.tag.UniqueTagList; import static org.junit.Assert.assertEquals; //@@author A0139257X /** * This test class is time and date sensitive */ public cl...
package com.hipchalytics.model; import com.google.common.base.Objects; import java.io.Serializable; /** * Bean that represents a hipchat message. This bean contains actual {@link Room} and {@link User} * objects instead of IDs. The slimmer version of this object is {@link Message}. * * @author giannis * */ public...
package com.imsweb.seerapi.client; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.List; import java.util.Properties; import java.util.TimeZone; import javax.ws.rs.client.Client; import javax.ws.rs.client.C...
package org.jdesktop.swingx; import java.awt.Component; import java.awt.Container; import java.awt.Window; import java.awt.event.ActionEvent; import java.util.Locale; import java.util.Timer; import java.util.TimerTask; import javax.swing.AbstractAction; import javax.swing.JButton; import javax.swing.JComponent; import ...
package com.matianl.explore; import java.util.Arrays; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.support.AbstractApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.matianl...
package com.jcabi.aspects.aj; import com.jcabi.aspects.Loggable; import com.jcabi.log.Logger; import java.lang.reflect.Method; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.reflect.MethodSignature; /** * Logs m...
package org.pentaho.di.core.geospatial; import java.io.File; import java.util.Vector; import org.gdal.ogr.DataSource; import org.gdal.ogr.Driver; import org.gdal.ogr.Feature; import org.gdal.ogr.FieldDefn; import org.gdal.ogr.Layer; import org.gdal.ogr.ogr; import org.gdal.ogr.ogrConstants; import org.gdal.osr.SpatialR...
package org.pentaho.di.core.row; import java.math.BigDecimal; import java.util.Date; import org.pentaho.di.core.Const; import org.pentaho.di.core.exception.KettleValueException; import org.pentaho.di.core.logging.LogWriter; import org.pentaho.di.core.xml.XMLHandler; import org.w3c.dom.Node; public class ValueMetaAndDat...
package com.lafaspot.pop.client; import java.util.Random; import java.util.concurrent.TimeUnit; import javax.annotation.Nonnull; import javax.net.ssl.SSLException; import com.lafaspot.logfast.logging.LogContext; import com.lafaspot.logfast.logging.LogManager; import com.lafaspot.logfast.logging.Logger; import com.lafas...
package com.lhkbob.entreri.task; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ThreadFactory; import java.util.concurrent.TimeUnit; import java.util.conc...
package com.openfeint.memcached; import com.openfeint.memcached.error.Error; import com.openfeint.memcached.transcoder.MarshalTranscoder; import com.openfeint.memcached.transcoder.MarshalZlibTranscoder; import net.spy.memcached.AddrUtil; import net.spy.memcached.ConnectionFactoryBuilder; import net.spy.memcached.Connec...
package ualberta.g12.adventurecreator; import android.util.Log; import java.io.File; import java.util.List; /** * Controller that dictates all fragment methods. Is responsible for all * modification within a fragment. Contains code that allows the user to add, * edit or delete, the illustrations, text or choices wit...
package uk.co.uwcs.choob.plugins; import java.io.*; import java.net.*; import java.security.*; import java.util.*; import java.util.regex.*; import uk.co.uwcs.choob.*; import uk.co.uwcs.choob.support.events.*; import uk.co.uwcs.choob.support.*; import uk.co.uwcs.choob.modules.*; import org.mozilla.javascript.*; import ...
package com.redhat.victims; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import org.apache.commons.io.FileUtils; import org.apache.commons.io.filefilter.DirectoryFileFilter; import org.apache.commons.io....
package com.relayrides.pushy.apns; import java.io.IOException; import java.io.InputStream; import java.security.KeyStore; import java.security.KeyStore.PrivateKeyEntry; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import java.security.UnrecoverableEntryException; import java.se...
package com.rultor.agents.github; import co.stateful.Lock; import co.stateful.Locks; import com.jcabi.aspects.Immutable; import com.jcabi.github.Repo; import com.jcabi.log.Logger; import com.rultor.spi.Talk; import java.io.IOException; import lombok.EqualsAndHashCode; import lombok.ToString; /** * Repo lock. * * <p>...
package com.sandwell.JavaSimulation; import java.util.ArrayList; import java.util.Arrays; import com.jaamsim.input.InputAgent; import com.jaamsim.input.ValueListInput; import com.jaamsim.math.Color4d; import com.jaamsim.math.Vec3d; import com.jaamsim.units.DimensionlessUnit; import com.jaamsim.units.TimeUnit; import co...
package com.statemachinesystems.envy; import com.statemachinesystems.envy.parsers.*; import java.util.*; /** * Top-level fa&ccedil;ade for creating configuration objects. */ public class Envy { /** * Create a configuration object from the given interface, optionally with custom value parsers. * * @...
package com.sync.dao.impl; import com.sync.dao.DaoException; import com.sync.dao.UserDao; import com.sync.domain.User; import com.sync.jdbc.JdbcUtils; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class UserDaoJd...
package com.threerings.gwt.util; import java.util.Map; import java.util.Set; import com.google.common.base.Function; /** * A collection of general purpose functions. */ public class Functions { /** Implements boolean not. */ public static Function<Boolean, Boolean> NOT = new Function<Boolean, Boolean>() { ...
package de.dhbw.humbuch.util; import java.util.Map; import com.lowagie.text.Document; import com.lowagie.text.DocumentException; import com.lowagie.text.pdf.PdfPTable; import de.dhbw.humbuch.model.entity.Grade; import de.dhbw.humbuch.model.entity.TeachingMaterial; public final class PDFClassList extends PDFHandler { ...
package de.zh32.teleportsigns.ping; import java.io.*; import java.net.ConnectException; import java.net.InetSocketAddress; import java.net.Socket; import java.nio.charset.Charset; import java.util.logging.Level; import lombok.Getter; import lombok.Setter; import org.bukkit.Bukkit; @Getter public final class MCPing { ...
package edu.harvard.iq.dataverse; import edu.harvard.iq.dataverse.authorization.users.AuthenticatedUser; import java.sql.Timestamp; import java.util.List; import java.util.Objects; import javax.persistence.*; /** * Base of the object hierarchy for "anything that can be inside a dataverse". * * @author michael */ @N...
package edu.ufl.cise.cnt5106c; import edu.ufl.cise.cnt5106c.conf.CommonProperties; import edu.ufl.cise.cnt5106c.file.Destination; import java.util.BitSet; import java.util.Collection; import java.util.LinkedList; import java.util.Properties; /** * * @author Giacomo Benincasa (giacomo@cise.ufl.edu) */ public class...
package fi.helsinki.cs.tmc.cli; import fi.helsinki.cs.tmc.cli.io.Io; import fi.helsinki.cs.tmc.cli.io.TerminalIo; import fi.helsinki.cs.tmc.cli.tmcstuff.CourseInfo; import fi.helsinki.cs.tmc.cli.tmcstuff.CourseInfoIo; import fi.helsinki.cs.tmc.cli.tmcstuff.Settings; import fi.helsinki.cs.tmc.cli.tmcstuff.SettingsIo; im...
package geoptimize.swing; import java.util.LinkedList; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Image; import java.awt.Point; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelListener; import javax.swing.JComponent; import javax.swing.JScrollPane;...
package gov.nasa.jpl.mbee.model; import gov.nasa.jpl.mbee.DocGen3Profile; import gov.nasa.jpl.mbee.generator.DocumentValidator; import gov.nasa.jpl.mbee.generator.GenerationContext; import gov.nasa.jpl.mbee.lib.Debug; import gov.nasa.jpl.mbee.lib.GeneratorUtils; import gov.nasa.jpl.mbee.lib.Utils; import gov.nasa.jpl.m...
package graphql.cachecontrol; import graphql.ExecutionResult; import graphql.ExecutionResultImpl; import graphql.PublicApi; import graphql.execution.ExecutionPath; import graphql.schema.DataFetchingEnvironment; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedHashMap; import java.util.Li...
package hu.experiment_team.dao; import hu.experiment_team.dao.interfaces.MoveDaoInterface; import hu.experiment_team.dao.interfaces.PokemonDaoInterface; import hu.experiment_team.dao.interfaces.TrainerDaoInterface; import hu.experiment_team.models.BasicPokemon; import hu.experiment_team.models.Move; import hu.experimen...
package hudson.remoting; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import org.jenkinsci.constant_pool_scanner.ConstantPoolScanner; import org.jenkinsci.remoting.SerializableOnlyOverRemoting; import javax.annotation.CheckForNull; import javax.annotation.Nonnull; import java.io.File; import java.io.IOExc...
package info.u_team.u_team_core.util; /** * Basic rgba representation of a color with some conversion methods * * @author HyCraftHD */ public class RGBA { public static final RGBA BLACK = new RGBA(0x000000FF); public static final RGBA WHITE = new RGBA(0xFFFFFFFF); private final int red, green, blue, alp...
package kihira.tails.client.gui; import com.google.common.base.Strings; import kihira.foxlib.client.gui.GuiBaseScreen; import kihira.foxlib.client.gui.GuiIconButton; import kihira.foxlib.client.gui.GuiList; import kihira.foxlib.client.gui.IListCallback; import kihira.tails.client.FakeEntity; import kihira.tails.client....
package mytown.new_protection; import cpw.mods.fml.common.eventhandler.EventPriority; import cpw.mods.fml.common.eventhandler.SubscribeEvent; import cpw.mods.fml.common.gameevent.TickEvent; import cpw.mods.fml.relauncher.Side; import mytown.MyTown; import mytown.config.Config; import mytown.datasource.MyTownUniverse; i...
package net.sf.jabref.gui; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.util.Collection...
package net.spy.memcached; import net.spy.memcached.auth.AuthDescriptor; import net.spy.memcached.auth.AuthThreadMonitor; import net.spy.memcached.compat.SpyObject; import net.spy.memcached.internal.BulkFuture; import net.spy.memcached.internal.BulkGetFuture; import net.spy.memcached.internal.GetFuture; import net.spy....
package net.twasi.core.plugin; import com.coxautodev.graphql.tools.GraphQLQueryResolver; import net.twasi.core.database.models.User; import net.twasi.core.graphql.WebInterfaceApp; import net.twasi.core.logger.TwasiLogger; import net.twasi.core.plugin.java.JavaPluginLoader; import net.twasi.core.plugin.java.PluginClassL...
package org.animotron.statement.query; import javolution.util.FastList; import javolution.util.FastMap; import javolution.util.FastSet; import javolution.util.FastTable; import org.animotron.graph.index.Order; import org.animotron.io.Pipe; import org.animotron.manipulator.Evaluator; import org.animotron.manipulator.OnC...
package org.commcare.suite.model; import org.javarosa.core.model.condition.EvaluationContext; import org.javarosa.core.util.externalizable.DeserializationException; import org.javarosa.core.util.externalizable.ExtUtil; import org.javarosa.core.util.externalizable.ExtWrapList; import org.javarosa.core.util.externalizabl...
package org.commcare.util; import org.json.JSONException; import org.json.JSONObject; /** Utility for hidden values as geocoder receivers * * @author rcostello * @return A String value for the property name passed in if that property exists else a blank String */ public class GetJsonProperty { public static Str...
package org.daisy.pipeline.gui; import javafx.application.Application; import org.daisy.common.properties.Properties; import org.daisy.common.spi.CreateOnStart; import org.daisy.common.spi.ServiceLoader; import org.osgi.framework.BundleException; import org.osgi.framework.FrameworkUtil; import org.osgi.framework.launch...
package org.extratrees; import java.util.Set; /** * All subclasses should have their generic argument equal to itself, * i.e. X extends AbstractBinaryTree<X>. * Otherwise getItself() will break. * * @author jaak * * @param <T> */ public abstract class AbstractBinaryTree <T extends AbstractBinaryTree<T, D>, D> {...
package org.jboss.rhiot.ble.bluez; import org.jboss.rhiot.ble.common.Beacon; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.ArrayList; /** * This is the Java to native bridge class that exposes the bluez hcidump information as Java objects. It two different * modes of running based on what ca...
package org.jtrfp.trcl.coll; import java.util.Collection; public interface BulkRemovable<E> { public void bulkRemove(Collection<E> items); }
package org.langzhaozhi.common.graph; /** * <p><><>Weight()</p> * <p>Edge"this""this" * EdgeEdge"other"</p> * <p>Edge * <>Edge * "this"</p> * <p>Edge""Weight"" * <p><code>getWeight()</code></p> * * @param <A> */ public interface Edge<A, V extends Vertex<A>> { /** * "this""other" */ public V...
package org.libj.xquery.compiler; import org.libj.xquery.XQuery; import org.libj.xquery.lexer.Lexer; import org.libj.xquery.lisp.Cons; import org.libj.xquery.namespace.*; import org.libj.xquery.parser.Parser; import java.io.*; public class Compiler { private RootNamespace namespace = new DefaultRootNamespace(); ...
package org.lightmare.cache; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; impor...
package org.myrobotlab.arduino; import java.io.ByteArrayOutputStream; import java.io.OutputStream; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.Arrays; import java.util.concurrent.atomic.AtomicInteger; import org.myrobotlab.logging.Level; import org.myrobotlab.ardu...
package org.osiam.storage.dao; import java.util.List; import java.util.Set; import javax.persistence.EntityManager; import javax.persistence.NoResultException; import javax.persistence.NonUniqueResultException; import javax.persistence.PersistenceContext; import javax.persistence.TypedQuery; import javax.persistence.cr...
package org.sdsai.dsp; /** * A filter based on the moving avarge of samples. */ public final class MovingAverageFilter { /** * Prevous n samples. */ private short samples[]; /** * The sum of the average before it is finally divided. */ private double partialResult; /** * T...
package org.xtx.ut4converter.t3d; import org.xtx.ut4converter.MapConverter; import org.xtx.ut4converter.tools.ImageUtils; /** * Class for converting lights. * @author XtremeXp */ public class T3DLight extends T3DActor { /** * Light Effect * Used in unreal engine 1 / 2 */ enum UE12_LightEffect ...
package pl.edu.agh.two.gui.views; import java.awt.Color; import java.awt.Component; import javax.swing.JPanel; import javax.swing.border.MatteBorder; import net.miginfocom.swing.MigLayout; import pl.edu.agh.two.domain.map.Map; import pl.edu.agh.two.domain.rooms.Coordinates; import pl.edu.agh.two.domain.rooms.EmptyRoom;...
package ru.r2cloud.jradio.at03; import java.io.ByteArrayInputStream; import java.io.DataInputStream; import java.io.IOException; import java.nio.charset.StandardCharsets; import ru.r2cloud.jradio.Beacon; import ru.r2cloud.jradio.fec.ccsds.UncorrectableException; public class At03Beacon extends Beacon { private Beac...
package ru.taximaxim.pgsqlblocks; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.eclipse.jface.action.*; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.jface.viewers.*; import org.eclipse.jface.window.ApplicationWindow; im...
package rx.subscriptions; import javafx.beans.binding.Binding; import rx.Subscription; import rx.exceptions.Exceptions; import java.util.*; /** * A group of of Bindings that are disposed together. * <p> * All methods of this class must be called on JavaFX Thread */ public final class CompositeBinding { private ...
package seedu.taskboss.model; import java.util.ArrayList; import java.util.EmptyStackException; import java.util.List; import java.util.Set; import java.util.Stack; import java.util.logging.Logger; import javafx.collections.transformation.FilteredList; import seedu.taskboss.commons.core.ComponentManager; import seedu.t...
package seedu.taskell.logic.parser; import static seedu.taskell.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.taskell.commons.core.Messages.MESSAGE_UNKNOWN_COMMAND; import static seedu.taskell.commons.core.Messages.MESSAGE_INVALID_TASK_DISPLAYED_INDEX; import java.util.*; import java.util.re...
package com.intellij.openapi.vcs.changes.ui; import com.intellij.ide.DeleteProvider; import com.intellij.ide.dnd.*; import com.intellij.ide.util.DeleteHandler; import com.intellij.ide.util.treeView.TreeState; import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.fileEditor.OpenFileDescriptor; import c...
package org.opencms.gwt.client.ui.css; import org.opencms.gwt.client.ui.css.I_CmsLayoutBundle.I_CmsContextmenuItemCss; import com.google.gwt.core.client.GWT; import com.google.gwt.resources.client.ClientBundle; import com.google.gwt.resources.client.CssResource; import com.google.gwt.resources.client.CssResource.NotStr...
package org.opencms.setup.xml.v7; import org.opencms.configuration.CmsConfigurationManager; import org.opencms.configuration.CmsVfsConfiguration; import org.opencms.configuration.I_CmsXmlConfiguration; import org.opencms.setup.xml.A_CmsXmlVfs; import org.opencms.setup.xml.CmsSetupXmlHelper; import org.opencms.widgets.C...
package org.helioviewer.jhv.database; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; impo...
package com.cloudera.framework.testing.server; import java.io.IOException; import java.net.ServerSocket; import java.util.concurrent.atomic.AtomicInteger; import com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule; import com.cloudera.framework.testing.TestConstants; import com.cloudera.framework.testing....
package io.strimzi.operator.cluster.operator.resource; import java.io.IOException; import java.net.InetSocketAddress; import java.net.Socket; import java.time.Duration; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Ma...
package io.strimzi.operator.cluster.model; import io.fabric8.kubernetes.api.model.ConfigMap; import io.fabric8.kubernetes.api.model.ConfigMapKeySelectorBuilder; import io.fabric8.kubernetes.api.model.ConfigMapVolumeSourceBuilder; import io.fabric8.kubernetes.api.model.Container; import io.fabric8.kubernetes.api.model.E...
/** * Class representations of resources in State Rest API. * * Note that the toString() implementation will put out a slash separated list of the tokens, * and thus be compatible with the link format. */ package com.yahoo.vespa.clustercontroller.core.restapiv2; import com.yahoo.vdslib.state.NodeType; public class...
package com.izforge.izpack.util; import java.io.File; import java.io.FileOutputStream; import java.io.FileWriter; import java.math.BigInteger; import java.security.InvalidKeyException; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.KeyStore; import java.security.NoSuchProvider...
package org.yamcs; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.IdentityHashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.logging.Lo...
package plus1s.app; import org.junit.Test; import plus1s.app.controllers.RegisterActivity; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; public class RegisterValidTest { /** * Test for valid name input * @throws Exception if the input is not valid; */ @Te...
package org.wikipedia; import android.os.Parcel; import android.os.Parcelable; import android.text.TextUtils; import org.json.JSONException; import org.json.JSONObject; import org.wikipedia.staticdata.FileAliasData; import org.wikipedia.staticdata.MainPageNameData; import org.wikipedia.staticdata.SpecialAliasData; impo...
package org.chromium.content.browser; import android.test.suitebuilder.annotation.SmallTest; import org.chromium.base.test.util.Feature; public class JavaBridgeCoercionTest extends JavaBridgeTestBase { private class TestObject extends Controller { private Object objectInstance; private CustomType cu...
package org.hisp.dhis.android.core.trackedentity; import android.support.annotation.NonNull; import org.hisp.dhis.android.core.D2InternalModules; import org.hisp.dhis.android.core.arch.handlers.IdentifiableSyncHandlerImpl; import org.hisp.dhis.android.core.arch.handlers.SyncHandlerWithTransformer; import org.hisp.dhis....
package com.castlabs.dash.dashfragmenter.mp4todash; import com.coremedia.iso.boxes.*; import com.coremedia.iso.boxes.fragment.MovieFragmentBox; import com.coremedia.iso.boxes.fragment.TrackRunBox; import com.googlecode.mp4parser.BasicContainer; import com.googlecode.mp4parser.authoring.Movie; import com.googlecode.mp4p...
package me.capit.mechanization.factory; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.inventory.Inventory; import org.bukkit.i...
package me.coley.recaf.ui.component.list; import java.awt.Color; import java.util.HashMap; import java.util.Map; import javax.swing.DefaultListModel; import javax.swing.JList; import javax.swing.ListSelectionModel; import org.objectweb.asm.tree.AbstractInsnNode; import org.objectweb.asm.tree.MethodNode; import me.coley...
package com.intellij.psi; /** * @author peter */ public interface CommonClassNames { String DEFAULT_PACKAGE = "java.lang"; String JAVA_LANG_OBJECT = "java.lang.Object"; String JAVA_LANG_OBJECT_SHORT = "Object"; String JAVA_LANG_CLASS = "java.lang.Class"; String JAVA_LANG_OVERRIDE = "java.lang.Override"; S...
package net.somethingdreadful.MAL; import android.app.DialogFragment; import android.app.FragmentManager; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.net.Uri; import android.nfc.NdefMessage; import android.nfc.NdefRecord; import android.nfc.NfcAdap...
package net.somethingdreadful.MAL; import android.content.Context; import android.util.Log; import net.somethingdreadful.MAL.api.MALApi; import net.somethingdreadful.MAL.api.response.Anime; import net.somethingdreadful.MAL.api.response.AnimeList; import net.somethingdreadful.MAL.api.response.Manga; import net.something...
package com.intellij.util.text; import com.intellij.UtilBundle; import com.intellij.jna.JnaLoader; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.*; import com.intellij.openapi.util.text.StringUtil; import com.sun.jna.Library; import com.sun.jna.Native; import com.sun.jna.Pointer; impor...
package com.ballistic.windows; import java.awt.Dimension; import java.awt.Label; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.SpringLayout; public class About { private JFrame aboutFrame = null; private String sName = "Ballistic Meteorite"; public About(){ aboutFrame = ne...
package baloncesto.modelo.Conector; import com.db4o.Db4oEmbedded; import com.db4o.ObjectContainer; import com.mysql.jdbc.Connection; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties;...
package io.branch.referral; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.graphics.Color; import and...
package Transportation.test; import junit.framework.TestCase; import Transportation.BusAgent; import Transportation.test.mock.MockBusStop; import Transportation.test.mock.MockPassenger; public class TransportationTest1 extends TestCase { BusAgent bus; MockPassenger mp1; MockPassenger mp2; MockBusStop st...
package org.owasp.dependencycheck.data.update; import org.owasp.dependencycheck.data.nvdcve.InvalidDataException; import java.io.File; import java.io.IOException; import java.net.MalformedURLException; import java.sql.SQLException; import java.util.Calendar; import java.util.Date; import java.util.HashSet; import java....
package mmlib4j.imagej.filters; import java.lang.reflect.Field; import ij.ImagePlus; import ij.gui.GenericDialog; import ij.plugin.filter.PlugInFilter; import ij.process.ByteProcessor; import ij.process.ColorProcessor; import ij.process.ImageProcessor; import mmlib4j.imagej.filters.annotations.NumericParameter; import ...
package US.bittiez.TotalTracker; import org.bukkit.Material; import org.bukkit.Statistic; import org.bukkit.configuration.file.FileConfiguration; import org.bukkit.entity.Player; import org.bukkit.scheduler.BukkitRunnable; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class Impor...
package com.episode6.hackit.disposable.future; import com.episode6.hackit.disposable.*; import com.google.common.base.Function; import com.google.common.util.concurrent.AsyncFunction; import com.google.common.util.concurrent.FutureCallback; import com.google.common.util.concurrent.Futures; import com.google.common.util...
package algorithms.imageProcessing.segmentation; import algorithms.graphs.NormalizedCutsNode; import algorithms.graphs.RAGCSubGraph; import algorithms.graphs.RegionAdjacencyGraphColor; import algorithms.imageProcessing.ImageExt; import algorithms.imageProcessing.util.MatrixUtil; import java.util.Arrays; import java.uti...
package com.adobe.phonegap.push; import android.app.NotificationManager; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.content.Context; import android.content.Intent; import android.media.RingtoneManager; import com.google.and...
package org.dspace.dataonemn; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.sql.SQLException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.u...
package net.domesdaybook.reader.cache; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.util.HashMap; import java.util.Map; import net.domesdaybook.reader.ReadUtils; import net.domesdaybook.reader.Window; /** * * @author Matt Palmer */ public final class TempFileCache ext...
package org.dspace.dataonemn; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.sql.SQLException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.u...
package otld.otld.intermediate; import java.util.Arrays; import java.util.Map; /** * Function in the program. * * A function has a unique identifier. A function can have zero or more arguments and always has a single return value. */ public class Function extends Element implements TypedElement { /** The unique...
package net.wolfesoftware.jax.semalysis; import java.util.*; import net.wolfesoftware.jax.ast.*; import net.wolfesoftware.jax.codegen.Instructions; import net.wolfesoftware.jax.parsing.Parsing; import net.wolfesoftware.jax.tokenization.Lang; public class Semalysizer { public static Semalysization semalysize(Parsing...
package edu.oregonstate.cope.eclipse; import static org.junit.Assert.*; import java.io.File; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.runtime.IPath; import org.eclips...
package be.ibridge.kettle.trans.step.denormaliser; import java.util.ArrayList; import java.util.Collections; import java.util.Hashtable; import java.util.Set; import be.ibridge.kettle.core.Const; import be.ibridge.kettle.core.Row; import be.ibridge.kettle.core.exception.KettleException; import be.ibridge.kettle.core.ex...
package edu.oregonstate.cope.eclipse.listeners; import java.io.InputStream; import java.util.Scanner; import java.util.concurrent.ForkJoinPool; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IResourceChangeEvent; import org.eclipse.core.resources....
package com.dmdirc.ui.swing.components.pluginpanel; import com.dmdirc.config.prefs.PreferencesInterface; import com.dmdirc.plugins.PluginInfo; import com.dmdirc.plugins.PluginManager; import com.dmdirc.ui.swing.components.TextLabel; import com.dmdirc.ui.swing.components.renderers.AddonCellRenderer; import com.dmdirc.ut...