id stringlengths 36 36 | meta stringlengths 429 697 | code_content large_stringlengths 612 1.26k |
|---|---|---|
0b139ad4-bdad-4698-aa24-a0838254de69 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-20 08:05:15", "repo_name": "igorZdw/FootballApp", "sub_path": "/src/main/java/com/akademia/kodu/AplikacjaSpring/repositories/BonusRepository.java", "file_name": "BonusRepository.java", "file_ext": "java", "fil... | package com.akademia.kodu.AplikacjaSpring.repositories;
import com.akademia.kodu.AplikacjaSpring.models.Bonus;
import org.springframework.stereotype.Repository;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.transaction.Transactional;
@Repository
public class BonusR... |
055e9f87-2cf4-46e7-be0b-158cafe5d333 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-18 00:17:28", "repo_name": "joakinAlva/food", "sub_path": "/src/test/java/com/microservice/food/service/mapper/MenuRestauranteMapperTest.java", "file_name": "MenuRestauranteMapperTest.java", "file_ext": "java"... | package com.microservice.food.service.mapper;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class MenuRestauranteMapperTest {
private MenuRestauranteMapper menuRestauranteMapper;
/* @BeforeEach
public void setU... |
00352e58-0cd7-4b21-9bfd-b66101e67846 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-13 01:02:16", "repo_name": "xiao80335566/repository", "sub_path": "/Module/Plugintest1/src/main/java/com/xyd/project/plugintest1/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_... | package com.xyd.project.plugintest1;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCr... |
7763f4b0-46be-4696-bf91-675227fe0905 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-10-18T19:26:30", "repo_name": "assaabloy-ppi/binson-go", "sub_path": "/project-nov-2018.md", "file_name": "project-nov-2018.md", "file_ext": "md", "file_size_in_byte": 620, "line_count": 21, "lang": "en", "do... | By: Frans Lundberg
project-nov-2018.md
===================
Development project specification, November 2018.
Requirements and notes:
* *Simple and short*. Should likely be less than 1000 lines of code, since that is possible in Java.
* *Only a low-level API*. This is enough for now. By low-level, I mean somethin... |
02cf742a-c5d4-4f3e-900d-f16e23e650e2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-17 05:57:21", "repo_name": "WubiBus/xzc02", "sub_path": "/contrast/src/main/java/cn/incorner/contrast/util/TT.java", "file_name": "TT.java", "file_ext": "java", "file_size_in_byte": 630, "line_count": 28, "lan... | package cn.incorner.contrast.util;
import android.content.Context;
import android.widget.Toast;
/**
* 信息提示工具
*
* @author yeshimin
*/
public class TT {
public static final int LONG = Toast.LENGTH_LONG;
public static final int SHORT = Toast.LENGTH_SHORT;
public static void show(Context context, String content... |
aa1c99c4-b42f-44ce-8cbb-326e972e0120 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-21 15:49:55", "repo_name": "Ayeshaali3735/JavaAssignment3Q1", "sub_path": "/Square.java", "file_name": "Square.java", "file_ext": "java", "file_size_in_byte": 619, "line_count": 35, "lang": "en", "doc_type": "... |
public class Square extends Rectangle {
public Square() {
}
public Square(double side) {
super();
}
public Square(double side,String color,boolean filled)
{
super();
}
public double getSide() {
double s;
s=super.getLength();
return s;
}
public void setSide(double side)
{
... |
dc0bb260-a72d-49e8-afb7-66f7a0a77541 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-03 20:24:37", "repo_name": "diegoqueres/playlist-por-temperatura", "sub_path": "/src/main/java/net/diegoqueres/playlistportemperatura/integrations/openweather/entities/Weather.java", "file_name": "Weather.java... | package net.diegoqueres.playlistportemperatura.integrations.openweather.entities;
import net.diegoqueres.playlistportemperatura.entities.City;
/**
* Encapsula o retorno da integração com o Open Weather.
*
* @author Diego Queres
* @since 29 de jun de 2020
*
*/
public class Weather {
private City city;
private... |
ececb040-8c4b-4d71-814c-8e21174bc495 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-05 02:27:57", "repo_name": "wang-shun/transaction", "sub_path": "/foreground/listed/src/main/java/com/sinochem/crude/trade/listed/model/vo/deprecate/ConfigurationValueVO.java", "file_name": "ConfigurationValue... | package com.sinochem.crude.trade.listed.model.vo.deprecate;
/**
* @Description:
* @Author : chenyz
* @Date: 2017/12/11
*/
@Deprecated
public class ConfigurationValueVO {
private int id;
private String name;
public ConfigurationValueVO() {
}
public ConfigurationValueVO(int id, String name) {
... |
a076c33d-7f98-430a-9b66-48a1302db8fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-26T21:26:16", "repo_name": "akashp2001/akashp2001", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 647, "line_count": 11, "lang": "en", "doc_type": "text", "blob... | - 👋 Hi, I’m @akashp2001
- 👀 I’m interested in ...3 C's---which are Cricket,Cinema and ofcourse Coding.I love to develop websites and web applications.
- 🌱 I’m currently learning ...web-development and various other cool stuffs.
- 💞️ I’m looking to collaborate on ...any project/internship in especially web developme... |
7e184c2f-0fde-40bb-8b16-a3712ded96fd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-24 14:49:11", "repo_name": "as1k/oop-java-course", "sub_path": "/lab3/src/task3/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 35, "lang": "en", "doc_type... | package task3;
import java.util.Objects;
class Person{
public String name;
public String id;
public Person(String name, String id){
this.name = name;
this.id = id;
}
public boolean equals(Object p){
if (p == this) {
return true;
}
if (!(p instanceof Person)) ... |
310e45d7-2be2-47c7-9254-c5b278861025 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-09 05:12:32", "repo_name": "mahmoudimus/from-bitbucket", "sub_path": "/cocuyo/org.cocuyo.dsl.grammar/src/org/cocuyo/dsl/grammar/ast/ThisDecorator.java", "file_name": "ThisDecorator.java", "file_ext": "java", "... | package org.cocuyo.dsl.grammar.ast;
import java.util.ArrayList;
import org.cocuyo.dsl.grammar.ebnf.EBNFGrammar;
//open-imports//close-imports
public class ThisDecorator extends Decorator
//open-inheritance//close-inheritance
{
private ArrayList<Property> propertylist;
//open-fields//close-fields
public ThisDecor... |
f1d1e60d-569c-48af-9692-d43987bd3fc7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-10 20:55:49", "repo_name": "AdhamGamal/Icy-Tower", "sub_path": "/src/Icy_Tower/Background.java", "file_name": "Background.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 28, "lang": "en", "d... | package Icy_Tower;
import java.awt.Image;
import java.awt.event.KeyEvent;
public class Background extends ImageModel {
private final Input input;
public Background(Image img, double dy, Input input) {
this.img = img;
x = 0;
y = img.getHeight(null) * -1 + 475;
stored_dy = dy;
... |
f0fdc006-e4bf-42d7-92ae-137cfbd5da0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-08 01:16:46", "repo_name": "hanna-park/Boot_2_jpa", "sub_path": "/src/test/java/com/qq/b1/member/MemberFilesRepositoryTest.java", "file_name": "MemberFilesRepositoryTest.java", "file_ext": "java", "file_size_i... | package com.qq.b1.member;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MemberFilesRepositoryTest {
@Autowired
private MemberFiles... |
ec6f8676-80bb-490a-87f5-440d97937305 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-19 14:11:59", "repo_name": "noudisan/myapp", "sub_path": "/src/com/example/dao/LocationDao.java", "file_name": "LocationDao.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 24, "lang": "en", ... | package com.example.dao;
import android.database.sqlite.SQLiteOpenHelper;
import com.common.dao.BaseDAO;
import com.example.model.Location;
import java.util.List;
public class LocationDao extends BaseDAO<Location, Integer> {
public LocationDao(SQLiteOpenHelper sqliteOpenHelper) {
super(sqliteOpenHelper)... |
43584237-780c-42c0-9e6e-f81be5072390 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-23 13:23:24", "repo_name": "alexdurnoff/HTMLConvertService", "sub_path": "/src/main/java/ru/durnov/HtmlConvertService/xlsx/CellColumnWidth.java", "file_name": "CellColumnWidth.java", "file_ext": "java", "file_... | package ru.durnov.HtmlConvertService.xlsx;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.jsoup.nodes.Element;
import ru.durnov.HtmlConvertService.table.MinimumColumnWidth;
public class CellColumnWidth {
private final Element cellElement;
private final XSSFCell xssfCell;
public CellColumnWidth... |
39ec4ebb-de8b-4f2a-b211-71e214461ef0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-06-05 03:31:54", "repo_name": "caseinpoynt/roshambo", "sub_path": "/josephbot/HistoryBasedStrategy.java", "file_name": "HistoryBasedStrategy.java", "file_ext": "java", "file_size_in_byte": 619, "line_count": 29, ... | import java.util.List;
import com.google.common.collect.Lists;
public abstract class HistoryBasedStrategy implements Strategy {
protected List<ActionPair> history = Lists.newArrayList();
protected Action myAction;
public Action createNextAction() {
Action nextAction = determineNextAction();
... |
4182996a-4b05-4f41-82de-4d6027642ff7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-13T17:05:42", "repo_name": "Justinzhao666/JavaBase", "sub_path": "/异常/src/top/zhaohaoren/exception/ExceptionDefinition.java", "file_name": "ExceptionDefinition.java", "file_ext": "java", "file_size_in_byte": 4... | /*
* Copyright (c) 2017/9/1 by zhaohaoren
* Welcome to visit my site:
*
* www.zhaohaoren.top
*
* @ Project: JavaCode
* @ Lan: Java
* @ author zhaohaoren
* @ version 1.0
* ExceptionDefinition Create on 2017/9/1
*/
package top.zhaohaoren.exception;
/**
* 自定义异常
*
* 让异常使用自己的名字,便于处理
*/
public class Exc... |
f9bf99fd-a35e-499d-8fd9-6a3307b1d85c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-05 04:44:08", "repo_name": "srjk/planage", "sub_path": "/sprint/api/src/main/java/in/stackroute/planage/sprint/statistics/model/TaskCompletion.java", "file_name": "TaskCompletion.java", "file_ext": "java", "fi... | package in.stackroute.planage.sprint.statistics.model;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import java.util.Date;
@Getter
@Setter
@ToString
@NoArgsConstructor
public class TaskCompletion {
private Date completeDate;
private int taskMust;
pr... |
8d0dc6a4-f882-4070-a051-60db82d65481 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-19T14:00:01", "repo_name": "clarkej91/clarkej91.github.io", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 618, "line_count": 14, "lang": "en", "doc_type": "text... | NBA Random Player Generator
HOW TO USE:
When NBA logo is clicked, Random NBA player is generated.
Towards the bottom of the page, There is a carousel of some NBA players.
TECHNOLOGY:
I used an API to search a database and use that information to give the user a random player.
BUGS/PROBLEMS:
My only hang up is some... |
3dd7d7b3-b1d4-4c9d-b14e-ba73ad74c832 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-02-15T03:41:57", "repo_name": "miguelmota/node-raspistill-stream", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 618, "line_count": 33, "lang": "en", "doc_type": "... | # Node raspistill stream
All this does is start a `raspistill` process to continously write images to `/tmp/stream` so that node can read in those images and send them to the browser via a socket stream with [BinaryJS](https://github.com/binaryjs/binaryjs).
Experimental use.
## Dependencies
- RPi camera module
- ra... |
8bfdbf22-99eb-4e38-a90f-0085131dc3b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-25 17:39:28", "repo_name": "senphan511/SenPT_JavaSelenium2", "sub_path": "/src/test/resources/tests/LoginPageTest.java", "file_name": "LoginPageTest.java", "file_ext": "java", "file_size_in_byte": 617, "line_c... | package tests;
import cucumber.api.CucumberOptions;
import driver.DriverManager;
import driver.DriverManagerFactory;
import driver.DriverType;
import pages.LoginPage;
import org.testng.annotations.BeforeClass;
@CucumberOptions = (features = {""},
plugin = {""})
public class LoginPageTest extends TestNGCucumbe... |
9f5724f7-a928-4583-b9a7-73183665531f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-21 23:34:14", "repo_name": "qiuchili/ggnn_graph_classification", "sub_path": "/program_data/JavaProgramData/56/2937.java", "file_name": "2937.java", "file_ext": "java", "file_size_in_byte": 619, "line_count": ... | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int i;
int n = 0;
String d = new String(new char[5]);
String c = new String(new char[5]);
for (i = 0;i < 5;i++)
{
String tempVar = ConsoleInput.scanfRead(null, 1);
if (tempVar != null)
{
d = tangible.StringFunctions.c... |
0fd07a7b-006b-4aa7-a83e-7a944fb3422a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-17 16:16:41", "repo_name": "tygq13/big-fight", "sub_path": "/src/main/java/bigfight/model/skill/skills/permanent/AssassinsTechnique.java", "file_name": "AssassinsTechnique.java", "file_ext": "java", "file_size... | package bigfight.model.skill.skills.permanent;
import bigfight.model.skill.struct.SkillStruct;
import bigfight.model.warrior.component.attr.Attribute;
public class AssassinsTechnique extends PermanentSkill{
private final double SMALL_THROW_HIT_RATE = 0.01;
public AssassinsTechnique(SkillStruct skill) {super(... |
05e96420-df32-424c-8aab-bcc688ec292d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-09 17:15:14", "repo_name": "m0bYczE/Dragons", "sub_path": "/src/cz/m0bY_czE/dragons/Listeners/Entity/Hunger.java", "file_name": "Hunger.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 24, "l... | package cz.m0bY_czE.dragons.Listeners.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.entity.FoodLevelChangeEvent;
import cz.m0bY_czE.dragons.Listeners.DeadEndListener;
public class Hunger extends DeadEndListener {
public... |
74d95ee8-db85-4dc0-8cf1-ea1e1b5e15e3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-23 17:55:50", "repo_name": "automsen/psiot", "sub_path": "/tw-paas-service-notify/src/main/java/cn/com/tw/paas/service/notify/queue/NotifyConfig.java", "file_name": "NotifyConfig.java", "file_ext": "java", "fi... | package cn.com.tw.paas.service.notify.queue;
import java.util.HashMap;
import java.util.Map;
import org.springframework.stereotype.Component;
/**
* 通知配置项
* @author admin
*
*/
@Component
public class NotifyConfig {
public int maxNotifyTimes = 5;
@SuppressWarnings("serial")
public Map<In... |
176a2860-1116-4339-bc3c-84896385c8dd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-07 08:46:08", "repo_name": "liuzw-code/lock-spring-boot-starter", "sub_path": "/src/main/java/com/liuzw/redisson/RedissonConfigProperties.java", "file_name": "RedissonConfigProperties.java", "file_ext": "java"... | package com.liuzw.redisson;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import java.util.concurrent.TimeUnit;
/**
* @author liuzw
*/
@Data
@ConfigurationProperties(prefix = RedissonConfigProperties.REDISSON_PREFIX)
public class RedissonConfigProperties {
pub... |
9c7afd2c-7e0c-4959-a7b4-0bf53a45ed6c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-21 18:30:09", "repo_name": "SaraAlmohannadi/FragmentHw", "sub_path": "/Lab6FragmentHw/app/src/main/java/m/lab6fragmenthw/phoneThird.java", "file_name": "phoneThird.java", "file_ext": "java", "file_size_in_byte... | package m.lab6fragmenthw;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class phoneThird extends AppCompatActivity {
int score;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... |
f5f90145-a8a6-47da-a2cb-79ee70d22ad3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-08 19:42:32", "repo_name": "MasterGuyver/jd-oct2015", "sub_path": "/lesson6/fm9/SubscribeSystem.java", "file_name": "SubscribeSystem.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 35, "lang... | package fm9;
import java.util.ArrayList;
import java.util.List;
public class SubscribeSystem implements Subscribe {
private List<Copy> exsemplars;
public SubscribeSystem() {
exsemplars = new ArrayList<>();
}
@Override
public void addSubscribe(Copy exs) {
exsemplars.add(exs);
}
@Override
public void ... |
f196949d-3c3e-4a78-94d1-e74d2157b95c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-26 04:52:46", "repo_name": "imchan033/Spring_Labs", "sub_path": "/SpringDI_Basic06_AOP_Sample/src/AOP_Annotation/Program.java", "file_name": "Program.java", "file_ext": "java", "file_size_in_byte": 634, "line_... | package AOP_Annotation;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class Program {
public static void main(String[] args) throws Exception {
ApplicationContext context = new AnnotationConfigApplication... |
42495a6e-82db-4673-9dc7-76c14d1cdc58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-26 04:25:59", "repo_name": "moutainhigh/goku-base", "sub_path": "/dp-basic-code/src/main/java/com/pgman/goku/dp23/factory/abs/pizzastore/order/LDFactory.java", "file_name": "LDFactory.java", "file_ext": "java"... | package com.pgman.goku.dp23.factory.abs.pizzastore.order;
import com.pgman.goku.dp23.factory.abs.pizzastore.pizza.LDCheesePizza;
import com.pgman.goku.dp23.factory.abs.pizzastore.pizza.LDPepperPizza;
import com.pgman.goku.dp23.factory.abs.pizzastore.pizza.Pizza;
public class LDFactory implements AbsFactory {
... |
cb7206d3-baae-44ad-862f-0084fadfd980 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-04-27 15:57:41", "repo_name": "moheqionglin/spring-demo", "sub_path": "/spring-test/src/main/java/com/moheqionglin/logger/SpringLogger.java", "file_name": "SpringLogger.java", "file_ext": "java", "file_size_in_by... | package com.moheqionglin.logger;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* @author wanli.zhou
* @description
* @time 12/12/2018 1:45 PM
*/
@Component
public class SpringLogger {
private Logger log = LoggerFactory.getLogger(this.getClass())... |
bfa5e2b8-e08e-46a5-8e3d-6aec0a93fdfc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-05 12:43:44", "repo_name": "PoojaRudrawar/myWork", "sub_path": "/src/OLD/Threads/ThreadInterruptDemo.java", "file_name": "ThreadInterruptDemo.java", "file_ext": "java", "file_size_in_byte": 616, "line_count": ... | package OLD.Threads;
/**
* Created by PRudrawar on 12/25/2017.
*/
public class ThreadInterruptDemo {
public static void main(String[] args) {
ChildThread thread=new ChildThread();
thread.start();
thread.interrupt();
System.out.println("In main thread");
}
}
class ChildThread ... |
312a1920-dea7-4c0f-8518-e69469b64140 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-24 09:36:27", "repo_name": "jongyeon95/employee", "sub_path": "/src/test/java/com/jongyeon/employee/domain/NoticeTest.java", "file_name": "NoticeTest.java", "file_ext": "java", "file_size_in_byte": 616, "line_... | package com.jongyeon.employee.domain;
import org.junit.Test;
import java.time.LocalDate;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
import static org.mockito.ArgumentMatchers.isNotNull;
public class NoticeTest {
@Test
public void create(){
Notice notice= Notice.builder... |
76a55528-f8a3-4938-9a69-09decd4e9fca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-16 01:46:18", "repo_name": "hzr958/myProjects", "sub_path": "/scmv6/core-base-utils/src/main/java/com/smate/sie/core/base/utils/dao/psn/SieInsPsnLogDao.java", "file_name": "SieInsPsnLogDao.java", "file_ext": "... | package com.smate.sie.core.base.utils.dao.psn;
import org.springframework.stereotype.Repository;
import com.smate.core.base.utils.data.SieHibernateDao;
import com.smate.sie.core.base.utils.model.psn.SieInsPsnLog;
/**
*
* @author yxs
* @descript 人员日志dao
*/
@Repository
public class SieInsPsnLogDao extends SieHibe... |
6aee9d1b-6884-40d5-9ece-57e2555e3f74 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 21:04:33", "repo_name": "thombergs/code-examples", "sub_path": "/aws/aws-rds-hello-world/src/main/java/io/reflectoring/awshelloworld/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_b... | package io.reflectoring.awshelloworld;
import org.springframework.data.annotation.Id;
import org.springframework.data.relational.core.mapping.Table;
@Table("hello_user")
public class User {
@Id
private Long id;
private String name;
public User(Long id, String name) {
this.id = id;
t... |
5ecf7cb0-d4dc-4023-87b2-a2d6169ba817 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-01-06 07:44:55", "repo_name": "wanlifeng/ICT331Workspace", "sub_path": "/Assignment/StringReader.java", "file_name": "StringReader.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 41, "lang": "e... | import java.io.*;
public class StringReader
{
public static void main (String[] args)
{
System.out.println("Type some text and press 'Enter.'");
String string = "";
InputStreamReader input = new InputStreamReader(System.in);
BufferedReader reader = new BufferedReader(input);
// read in user input
try
{
strin... |
1228769a-92a9-4b2c-8e66-c202eea2cb58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-12 00:21:30", "repo_name": "pabloscoccimarro/practica_github", "sub_path": "/PracticaGit/src/practicagit/dao/ControlDAO.java", "file_name": "ControlDAO.java", "file_ext": "java", "file_size_in_byte": 617, "lin... | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package practicagit.dao;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persiste... |
7e66663d-a747-4dfd-a722-6b2537132cee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-22 06:44:32", "repo_name": "pengjinfei/concurrence-learning", "sub_path": "/ch4/src/main/java/com/pengjinfei/concurrence/instanceConfinement/PersonSet.java", "file_name": "PersonSet.java", "file_ext": "java", ... | package com.pengjinfei.concurrence.instanceConfinement;
import com.pengjinfei.concurrence.annotation.ThreadSafe;
import java.util.HashSet;
import java.util.Set;
/**
* Created by Pengjinfei on 16/9/25.
* Description: 将数据封装在对象内部,可以将数据的访问限制在对象的方法法,从而更容易确保线程在访问数据是总能持有正确的锁。
* java监视器模式:把对象的所有可变状态都封装起来,并由对象自己的内置锁来保护
*... |
7d13813d-fce0-4c61-b8ec-660667993650 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-10-04T00:31:06", "repo_name": "ranepiyush/Assignment5", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 620, "line_count": 25, "lang": "en", "doc_type": "text", "blo... | # Assignment5
>This is the 5th assignment of CS648 on designing the web page called **_Vecta Corporation._**
#### Technologies used to _design_ this web page:
>* _HTML_
>* _GULP_
>* _SASS_
>* _CSS_
#### Gulp
>Gulp is a web development framework that complies down SASS code to CSS code.
#### SASS
>SASS(syntacti... |
49cfa836-7097-4853-80b5-6119fcd041e3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-25 10:27:26", "repo_name": "aqianglala/MusicPlayer", "sub_path": "/app/src/main/java/com/example/admin/musicplayer/bean/LyricItem.java", "file_name": "LyricItem.java", "file_ext": "java", "file_size_in_byte": ... | package com.example.admin.musicplayer.bean;
public class LyricItem implements Comparable<LyricItem>{
/** 歌词的开始显示时间 */
public long startShowTime;
/**歌词文本 */
public String text;
public LyricItem(long startShowTime, String text) {
super();
this.startShowTime = startShowTime;
... |
5c5eb933-b2d0-4950-b896-9579aea25dd9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-07 01:32:27", "repo_name": "phucthienan/SpringMasterclass", "sub_path": "/spring-di-constructor-demo/src/main/java/com/nguyenphucthienan/serviceimpl/ReferralRecruitmentServiceImpl.java", "file_name": "Referral... | package com.nguyenphucthienan.serviceimpl;
import com.nguyenphucthienan.service.RecruimentService;
import java.util.Random;
public class ReferralRecruitmentServiceImpl implements RecruimentService {
@Override
public String recruitEmployees(String companyName, String departmentName, int numberOfRecruitments) ... |
ac714338-2d8d-4163-8b9b-878c755892da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-10-30 12:03:47", "repo_name": "d8gmyself/d8gmyself", "sub_path": "/d8gmyself-core/src/main/java/com/d8gmyself/core/eventbus/DeadEvent.java", "file_name": "DeadEvent.java", "file_ext": "java", "file_size_in_byte":... | package com.d8gmyself.core.eventbus;
/**
* 无效事件封装
*
* @author zhangduo -- 2018/1/28
*/
public class DeadEvent {
private final Object eventBus;
private final Object event;
public DeadEvent(Object eventBus, Object event) {
this.eventBus = eventBus;
this.event = event;
}
public ... |
22e6910f-644d-4550-a26a-44f5b36f049d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-07-08T13:44:45", "repo_name": "myrual/mixin_dev_resource", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 683, "line_count": 20, "lang": "en", "doc_type": "text", "... | # mixin_dev_resource
The repo is obsolete, all development resource of Mixin Network is in https://github.com/awesome-mixin-network/mixin_network_sdk_resource
XIN is king of cryptocurrency
[Offical mixin dev resource] (http://developer.mixin.zone)
[Hackernews bot writen by Offical mixin team](https://github.com/cros... |
02b54762-2af2-462d-a72d-f1184571521d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-09 20:31:37", "repo_name": "bharchan2607/GuestBookService", "sub_path": "/src/main/java/com/guestbook/GuestbookService/GuestBookController.java", "file_name": "GuestBookController.java", "file_ext": "java", "f... | package com.guestbook.GuestbookService;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class GuestBookController {
GuestBookService service;
public GuestBookController(GuestBookService service){
this.servic... |
cbad7e05-e586-4023-8dad-9dfcb7fe9ed6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-16 14:48:54", "repo_name": "qihouying/thinkMind", "sub_path": "/src/main/java/com/qhy/design/Son.java", "file_name": "Son.java", "file_ext": "java", "file_size_in_byte": 647, "line_count": 28, "lang": "en", "d... | package com.qhy.design;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
* @Author dream
* @Date 2020/1/18 8:58 PM
* @Description [] Topics: [] companies: []
*/
public class Son extends Father {
public Collection doSomething(Map map) {
System.out.println("son class i... |
5f41a891-5642-4c47-b2f7-5baa30e26528 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-01 07:52:22", "repo_name": "yuanabc/spring-security", "sub_path": "/icarUser/trunk/src/main/java/com/ybinsure/icar/user/model/param/PolicyParam.java", "file_name": "PolicyParam.java", "file_ext": "java", "file... | package com.ybinsure.icar.user.model.param;
import com.ybinsure.icar.user.model.AuthInfo;
import com.ybinsure.icar.user.util.JsonUtil;
import org.hibernate.validator.constraints.NotBlank;
/**
* 保单信息查询对象
*
* @author HANHT
* @version 2018/7/8 20:32
*/
public class PolicyParam extends AuthInfo {
@NotBlank(mess... |
43f5ede7-2267-4624-9ed3-9014d2eaefa8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-18 10:24:45", "repo_name": "gaelrottier/M1", "sub_path": "/ProgAvancee/src/fr/miage/m1/tp2/Test.java", "file_name": "Test.java", "file_ext": "java", "file_size_in_byte": 619, "line_count": 27, "lang": "en", "d... | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fr.miage.m1.tp2;
import java.awt.Polygon;
/**
*
* @author Gaël
*/
public class Test {
private int int1... |
d229499a-8a27-4140-b74d-c3811c64efc3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-30T16:26:17", "repo_name": "jcpoulson/git_automation_scripts", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 617, "line_count": 11, "lang": "en", "doc_type": "t... | # git_automation_scripts
In this repository is a simple python script to automate my 5 most common git processes, running this script within a project simply would just make the process easier for me when it comes to my most common commands.
There are processes in Git that require more intuition like branching, mergin... |
3321bc86-4539-4c38-bea0-a91f80f8f795 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-19 20:00:06", "repo_name": "jcooke92/WordGuessingGame", "sub_path": "/Final/src/app/SpellingCheckService.java", "file_name": "SpellingCheckService.java", "file_ext": "java", "file_size_in_byte": 616, "line_cou... | package app;
import java.net.*;
import java.io.*;
import java.lang.*;
public class SpellingCheckService implements SpellingCheck
{
@Override
public boolean checkSpelling(String word) throws MalformedURLException, IOException
{
URL url = new URL("http://agile.cs.uh.edu/spell?check=" + word);
InputStream strea... |
3b77f977-79e2-4dbc-891c-423bf5d43b5e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-30 00:29:50", "repo_name": "dailiang18bb/c1-spring-boot-basics-examples-charles", "sub_path": "/src/main/java/com/udacity/jwdnd/c1/review/domain/AnimalMessageForm.java", "file_name": "AnimalMessageForm.java", ... | package com.udacity.jwdnd.c1.review.domain;
public class AnimalMessageForm {
private String animalText;
private String adjective;
public AnimalMessageForm(String animalText, String adjective) {
this.animalText = animalText;
this.adjective = adjective;
}
public String getAnimalTex... |
651e8a36-0a1d-4dc4-8705-7332d1274489 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-02 04:47:57", "repo_name": "Sharjeelh/SensibleWalletVaam", "sub_path": "/app/src/main/java/com/woodywallet/BroadcastReceiver.java", "file_name": "BroadcastReceiver.java", "file_ext": "java", "file_size_in_byte... | package com.woodywallet;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.v4.content.WakefulBroadcastReceiver;
// Referenced classes of package com.hespress.android.gcm:
// IntentService
public class BroadcastReceiver extends WakefulBroadca... |
0000c2fa-e2e6-46f8-8d00-f3f23385bd3d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-12 08:50:50", "repo_name": "SrikanthGadde/MaGE-JavaFS", "sub_path": "/Week-1/Aug27/Demos/CustomDefinedExceptionDemo/src/com/telstra/exceptions/Employee.java", "file_name": "Employee.java", "file_ext": "java", ... | package com.telstra.exceptions;
public class Employee {
private int eid;
private int balLeaves;
public Employee(int eid, int balLeaves) {
super();
this.eid = eid;
this.balLeaves = balLeaves;
}
public String applyLeave(int leave) throws InsufficientLeaveException {
if (balLeaves<leave) {
throw ... |
5eed810f-d84f-40c7-9a16-8b19cc387b81 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-02 23:29:03", "repo_name": "OnishchenkoDmitriy/caloriesCounter", "sub_path": "/src/main/java/org/topjava/training/util/TimeUtil.java", "file_name": "TimeUtil.java", "file_ext": "java", "file_size_in_byte": 617... | package org.topjava.training.util;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
public class TimeUtil {
public static final DateTimeFormatter DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
public static boolean isBetween(Local... |
0557fe35-8cf9-4086-8122-01966b604470 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-17 19:02:28", "repo_name": "rhullathy/compare", "sub_path": "/compare-service-jar/src/main/java/com/vw/compare/domain/Trims.java", "file_name": "Trims.java", "file_ext": "java", "file_size_in_byte": 618, "line... | package com.vw.compare.domain;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "Trims")
@XmlType(name = "")
public class Trims implements Response {
private List<Y... |
4a350a04-efac-4056-936a-c98c6cd4afde | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 01:28:17", "repo_name": "SceneryGone/design-pattern", "sub_path": "/src/main/java/com/future/spring/state/PackageContext.java", "file_name": "PackageContext.java", "file_ext": "java", "file_size_in_byte": 6... | package com.future.spring.state;
/**
* 功能描述:
*
* @author future
* @date 2021-08-19 17:36
*/
public class PackageContext {
private PackageState currentState;
private String packageId;
public PackageContext(PackageState currentState, String packageId) {
this.currentState = currentState;
... |
2dfdb4db-774c-46a8-bd80-5ac97d5fa47c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-24 08:24:34", "repo_name": "yommu947/OOPJ2017", "sub_path": "/SavingAccount.java", "file_name": "SavingAccount.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 22, "lang": "en", "doc_type": "... |
public class SavingAccount extends Account
{
private Keypad keypad;
private double InterestRate=0.001;//interest rate default 0.1%
public SavingAccount
(int theAccountNumber,int thePIN,double theAvailableBalance,double theTotalBalance)
{
super(theAccountNumber, thePIN, theAvailableBalanc... |
ce3b2c92-d49f-4d2c-8deb-31d1010c273b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-02-20 20:20:05", "repo_name": "KleeGroup/vertigo-labs", "sub_path": "/vertigo-labs-test/src/main/java/io/vertigo/pandora/webservices/smart/SmartResult.java", "file_name": "SmartResult.java", "file_ext": "java", "... | package io.vertigo.pandora.webservices.smart;
import io.vertigo.dynamo.domain.model.DtObject;
import io.vertigo.dynamo.domain.util.DtObjectUtil;
import java.util.List;
public final class SmartResult<D extends DtObject> {
// public String name;
public SmartDataDefinition definition;
public List<D> rows;
public S... |
869f7e7a-6171-4f7f-b042-156432ff79da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-27 12:37:32", "repo_name": "GeorgianaSCIIT/Library", "sub_path": "/Library/src/com/georgiana/library/Novel.java", "file_name": "Novel.java", "file_ext": "java", "file_size_in_byte": 618, "line_count": 28, "lan... | package com.georgiana.library;
import java.util.List;
public class Novel extends Book {
private String type;
/**
* Constructor creates a new Novel
* @param name
* @param pages
* @param category
* @param type
*/
public Novel(String name, int pages, String ca... |
1e4d47a1-68a4-4071-9674-fda47ef8e477 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-14 02:47:43", "repo_name": "snehaNarendran01/twu-biblioteca-sneha-narendran", "sub_path": "/src/main/java/com/twu/biblioteca/BookViewer.java", "file_name": "BookViewer.java", "file_ext": "java", "file_size_in_... | package com.twu.biblioteca;
import java.io.IOException;
import java.time.Year;
import java.util.ArrayList;
public class BookViewer {
private ArrayList<Book> books;
private Console console;
public BookViewer(Console console) {
books = new ArrayList<>();
books.add(new Book("Famous Five", "E... |
d65610d1-8e57-4e3c-bdd4-9858aec4a701 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-09 15:51:14", "repo_name": "khaledboussaba/JardeenProject", "sub_path": "/AppJardeenWeb/src/main/java/fr/afcepf/ai105/p3/g1/appjardeen/controller/DisconnectManagedBean.java", "file_name": "DisconnectManagedBea... | package fr.afcepf.ai105.p3.g1.appjardeen.controller;
import java.io.Serializable;
import javax.faces.bean.ManagedBean;
import javax.faces.context.FacesContext;
import javax.servlet.http.HttpSession;
@ManagedBean(name="mbDisconnect")
public class DisconnectManagedBean implements Serializable {
private static final l... |
7088e8e6-fbaa-4c30-8621-74e5e36aa49f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-18 03:44:58", "repo_name": "LekshmiAL/hibernate-manyto-many", "sub_path": "/src/main/java/in/mapping/many2many/dao/EmployeeDao.java", "file_name": "EmployeeDao.java", "file_ext": "java", "file_size_in_byte": 6... | package in.mapping.many2many.dao;
import org.hibernate.Session;
import org.hibernate.Transaction;
import in.mapping.many2many.model.Employee;
import in.mapping.many2many.util.HibernateUtil;
public class EmployeeDao {
public void insertEmployee(Employee employee) {
Transaction transaction=null;
try(Session ... |
b96ae93f-3136-4088-b7bb-5c9f501e0a5f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-12-02T22:13:27", "repo_name": "asalles/ansible-liferay-dxp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 617, "line_count": 46, "lang": "en", "doc_type": "text",... | ansible-liferay-DXP
========================
Ansible JBoss EAP 7.1 Standalone Playbook
Ansible Playbook for: JBoss EAP 7.1 Standalone + Liferay 7 + Oracle 12c
Adittional DB Drivers included:
- PostgreSQL
- HSQL
- MariaDB
- MySQL
Requirements
------------
- ansible +2.7
- set inventory.
- set vars.
Role Variables
-... |
8e0ea8df-f687-4c39-9b60-e2a9f60cb85f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-30 16:42:57", "repo_name": "sanvert/salesMessageProcessor", "sub_path": "/src/main/java/sales/entity/UpdateOperation.java", "file_name": "UpdateOperation.java", "file_ext": "java", "file_size_in_byte": 617, "l... | package sales.entity;
import sales.type.UpdateOperationType;
/**
* Created by sanver.
*
**/
public class UpdateOperation {
private Double price;
private UpdateOperationType type;
public UpdateOperation(Double price, UpdateOperationType type) {
this.price = price;
this.type = type;
... |
fe0de816-14b5-4928-a3fa-a44565147d8a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-23 13:35:11", "repo_name": "ststefany/data-structures", "sub_path": "/src/linkedlist/ListIterator.java", "file_name": "ListIterator.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 30, "lang"... | package linkedlist;
public class ListIterator<T> {
private LinkedList<T> list;
private Node<T> current;
public ListIterator(LinkedList<T> list) {
if (list == null) {
throw new IllegalArgumentException("Nothing to iterate through");
}
this.list = list;
current = ... |
f347c33b-f1b2-414a-988f-68324796e714 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-17 07:15:03", "repo_name": "DwArFeng/mh4w", "sub_path": "/src/com/dwarfeng/jier/mh4w/core/model/cm/AbstractResourceModel.java", "file_name": "AbstractResourceModel.java", "file_ext": "java", "file_size_in_byte... | package com.dwarfeng.jier.mh4w.core.model.cm;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
/**
* 抽象资源模型。
* <p> 资源模型的抽象实现。
* <p> 模型中数据的读写均应该是线程安全的。
* @author DwArFeng
* @since 0.0.1-beta
*/
public abstract class AbstractResourceModel impl... |
8e980c61-f398-45b5-a013-449e15bd94ab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-09 00:00:23", "repo_name": "thermida/RentalCars", "sub_path": "/src/com/thermida/rentalcars/core/VehicleByRating.java", "file_name": "VehicleByRating.java", "file_ext": "java", "file_size_in_byte": 618, "line_... | package com.thermida.rentalcars.core;
/**
* Created by thermida on 06/03/2016.
*/
public class VehicleByRating {
private String name;
private String carType;
private String supplier;
private double rating;
public VehicleByRating(String name, String carType, String supplier, double rating) {
... |
cd26ccfb-65a9-4e0a-ac41-2ca660faf908 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-11 05:11:23", "repo_name": "AppSecAI-TEST/stroom-auth", "sub_path": "/stroom-auth-svc/src/main/java/stroom/auth/service/security/ServiceUser.java", "file_name": "ServiceUser.java", "file_ext": "java", "file_si... | package stroom.auth.service.security;
import com.google.common.base.Preconditions;
import javax.validation.constraints.NotNull;
import java.security.Principal;
public final class ServiceUser implements Principal {
@NotNull
private String name;
@NotNull
private final String jwt;
@NotNull
public String g... |
76d4d128-390c-4dbd-b44a-1c716eaefc62 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-19 04:52:04", "repo_name": "jottasystem/HairStyle", "sub_path": "/app/src/main/java/com/example/hairstyle/ListItemComments.java", "file_name": "ListItemComments.java", "file_ext": "java", "file_size_in_byte": ... | package com.example.hairstyle;
public class ListItemComments {
private String name_comments;
private String desc_comments;
private int rating_star;
public ListItemComments(String name_comments, String desc_comments, int rating_star) {
this.name_comments = name_comments;
this.desc_c... |
85e4b5f9-2446-4f17-b566-fa6e75fa59f5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-06-21 08:44:38", "repo_name": "eiceblue/Spire.Office-for-Java", "sub_path": "/Spire.XLS/07_conversion/HtmlToExcel.java", "file_name": "HtmlToExcel.java", "file_ext": "java", "file_size_in_byte": 618, "line_count"... | import com.spire.xls.ExcelVersion;
import com.spire.xls.Workbook;
public class HtmlToExcel {
public static void main(String[] args) {
//Input and output file path
String inputFile = "data/HtmlToExcel.html";
String outputFile="output/HtmlToExcel_output.xlsx";
//Create a wor... |
e1c5ac37-6c9c-482c-9884-037d3b705833 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-21 18:18:41", "repo_name": "yawkat/fiction", "sub_path": "/src/main/java/at/yawk/fiction/impl/fanfiction/FfnSubCategory.java", "file_name": "FfnSubCategory.java", "file_ext": "java", "file_size_in_byte": 617, ... | /*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package at.yawk.fiction.impl.fanfiction;
import java.util.Collection;
import lombok.Data;
/**
* @author yaw... |
8b46631b-9432-49a5-a0dc-b4606e0c3c20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-07 01:29:23", "repo_name": "ZhangNR/demo", "sub_path": "/src/test/java/com/example/demo/NullOfOptionalTest.java", "file_name": "NullOfOptionalTest.java", "file_ext": "java", "file_size_in_byte": 617, "line_cou... | package com.example.demo;
import com.alibaba.fastjson.JSONObject;
import com.example.demo.others.npe.optional.NullOfOptional;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
/**
* NullOfOptionalTest
*
* @author ZhangJP
* @date 2021/... |
9b0857ac-8f4b-4053-b9b4-0724573c8a12 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-24 01:39:11", "repo_name": "twlk-jzy/PromptView", "sub_path": "/app/src/main/java/com/github/promptview/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 625, "line... | package com.github.promptview;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.github.promptview.weidgt.PromptView;
public class MainActivity extends AppCompatActivity {
private PromptView prompt_view;
@Override
protected void onCreate(Bundle savedInstanceState) {
... |
c4cbf5de-4366-498b-bfef-ab12b999a5fe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-01 05:00:13", "repo_name": "Bjelijah/INZ4G", "sub_path": "/ecamsdk/src/main/java/com/howell/protocol/turn/TurnUtil.java", "file_name": "TurnUtil.java", "file_ext": "java", "file_size_in_byte": 617, "line_count... | package com.howell.protocol.turn;
/**
* Created by Administrator on 2017/6/29.
*/
public class TurnUtil {
public static String transformItemId2DeviceId(String itemId){
StringBuffer str = new StringBuffer(itemId);
str.setCharAt(24,'0');
str.setCharAt(25,'0');
str.setCharAt(28,'0')... |
2678a0c8-c4b1-4d42-9acc-853218a60690 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-07 21:43:51", "repo_name": "medg73/TreasureTables", "sub_path": "/src/main/java/com/medg/treasuretables/add1/miscItems/MedallionOfESP.java", "file_name": "MedallionOfESP.java", "file_ext": "java", "file_size_i... | package com.medg.treasuretables.add1.miscItems;
import com.medg.treasuretables.dice.Dice;
import com.medg.treasuretables.add1.enums.MiscItemTable;
public class MedallionOfESP extends MiscItem {
public MedallionOfESP(Dice dice,
MiscItemTableRoller miscItemTableRoller) {
super(dic... |
66fd23d9-dd18-4043-a046-0c22924f25ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-12-18 18:05:18", "repo_name": "ArtBigbot/DantistApp", "sub_path": "/src/main/java/sample/Controllers/DeleteDoctorController.java", "file_name": "DeleteDoctorController.java", "file_ext": "java", "file_size_in_byt... | package sample.Controllers;
import Services.DoctorService;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
public class DeleteDoctorController {
@FXML
private ResourceBundle resourses;
@FXML
private TextField doctorPe... |
72755b5f-170b-457e-8254-2b00e74d9671 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-21 22:16:06", "repo_name": "jafifd/poo_3257_v2", "sub_path": "/tarea_17_agosto/src/tarea_17_agosto/Tarea_17_agosto.java", "file_name": "Tarea_17_agosto.java", "file_ext": "java", "file_size_in_byte": 617, "lin... | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tarea_17_agosto;
import Tarea.Libro;
import datos.editorial;
/**
*
* @author jafif
*/
public class Tarea_17_agosto {
... |
96baf366-45f6-49f2-b8c2-29fee79de6e6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-17 17:26:55", "repo_name": "Ali-X/Servlet_JSP", "sub_path": "/src/main/java/ua/ali_x/controller/category/CategoriesPageController.java", "file_name": "CategoriesPageController.java", "file_ext": "java", "file_... | package ua.ali_x.controller.category;
import ua.ali_x.controller.Controller;
import ua.ali_x.service.CategoryService;
import ua.ali_x.servlet.Request;
import ua.ali_x.servlet.ViewModel;
public class CategoriesPageController implements Controller {
private final CategoryService categoryService;
public Catego... |
6d61ec68-60b1-479d-9d3f-197ef58aa1c2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-02-19 21:54:27", "repo_name": "jshen130/cs169-ec-warmup2", "sub_path": "/src/cs169/ec/warmup/WebActivity.java", "file_name": "WebActivity.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 25, "la... | package cs169.ec.warmup;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
public class WebActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
WebView webview = new WebView(this);
setContentView(webv... |
1ca30010-7cda-4a90-bedd-c9cbb56d23b3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-26 21:12:21", "repo_name": "nhh/spotted-mc", "sub_path": "/src/main/java/com/niklashanft/spottedmc/events/PlayerDiedEvent.java", "file_name": "PlayerDiedEvent.java", "file_ext": "java", "file_size_in_byte": 61... | package com.niklashanft.spottedmc.events;
import com.niklashanft.spottedmc.util.SpotService;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.PlayerDeathEvent;
public class PlayerDiedEvent implements Listener {
@EventHandler
... |
5fcfc4bb-0d32-4ce1-9f20-0a62b4fb95d8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-20 03:55:16", "repo_name": "hujunhain/wechat", "sub_path": "/src/java/me/chanjar/weixin/common/util/http/RequestExecutor.java", "file_name": "RequestExecutor.java", "file_ext": "java", "file_size_in_byte": 649... | package me.chanjar.weixin.common.util.http;
import java.io.IOException;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import me.chanjar.weixin.common.exception.WxErrorException;
/**
* http请求执行器
* @auth... |
36a06373-b818-4e20-a68d-7886ce660cf2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-14 09:17:03", "repo_name": "vishva07/CricInfo", "sub_path": "/src/main/java/com/vishva/CricInfo/model/TossEntity.java", "file_name": "TossEntity.java", "file_ext": "java", "file_size_in_byte": 617, "line_count... | package com.vishva.CricInfo.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
import lombok.RequiredArgsConstructor;
import javax.persistence.*;
@Data
@Table(name = "toss")
@Entity
@JsonIgnoreProperties(ignoreUnknown = true)
@RequiredArgsConstructor
public class TossEntity {
... |
90c8b47b-d525-4788-8759-2a715f8c282f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-01-07 01:54:45", "repo_name": "corestone/jsphelper3", "sub_path": "/src/chk/jsphelper/object/sub/MailTo.java", "file_name": "MailTo.java", "file_ext": "java", "file_size_in_byte": 616, "line_count": 49, "lang": "... | package chk.jsphelper.object.sub;
public class MailTo
{
private String bcc;
private String cc;
private String email;
private String name;
public String getBcc ()
{
return this.bcc;
}
public String getCc ()
{
return this.cc;
}
public String getEmail ()
{
return this.email;
}
public String getNam... |
ea225142-d7ed-42f2-b634-7f24da4075d9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-06 08:14:50", "repo_name": "Spectrumleeee/StudyJava", "sub_path": "/2、workplace/test/test-benchmark/src/main/java/com/tplink/test/factory/TestDBFactory.java", "file_name": "TestDBFactory.java", "file_ext": "ja... | /**
* Copyright (c) 2014, TP-Link Co.,Ltd.
* Author: liguangpu <liguangpu@tp-link.net>
* Created: 2015-10-30
*
*/
package com.tplink.test.factory;
import com.tplink.test.mongodb.TestMongoDB;
import com.tplink.test.redis.TestRedis;
public class TestDBFactory {
public static TestDBInterface getTestDBInst... |
c98c2ab5-dc90-4e43-9747-79a5c5316de1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-10-07 02:26:59", "repo_name": "masp/kitpvp", "sub_path": "/src/main/java/masp/plugins/kitpvp/kit/identity/identities/NameIdentity.java", "file_name": "NameIdentity.java", "file_ext": "java", "file_size_in_byte": ... | package masp.plugins.kitpvp.kit.identity.identities;
import masp.plugins.kitpvp.kit.identity.KitIdentity;
public class NameIdentity implements KitIdentity {
private String name;
public NameIdentity(String name) {
this.name = name;
}
@Override
public boolean is(KitIdentity identity) {
return equals(identit... |
d3ea8efd-bd35-418f-bbc2-cde2d767811c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-04-24 14:11:30", "repo_name": "PxcL/Tic-Tac-Tower", "sub_path": "/TTT-Desktop/src/com/tictactower/gameboard/Square.java", "file_name": "Square.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 35... | package com.tictactower.gameboard;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.Vector2;
public class Square {
private Vector2 position;
private Mark mark;
public final static int EDGE_LENGTH = Gdx.graphics.getWidth() / 10;
public Square(int x, int y) {
position = new Vector2(Gameboard.X_OFFSET ... |
82849331-6fb6-44ab-a10b-ee0fdd1793f9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-08 05:02:02", "repo_name": "xudabeauty/java_demo", "sub_path": "/spring/src/main/java/com/my/spring/chapter07/dynamicProxy/PermanceHandler.java", "file_name": "PermanceHandler.java", "file_ext": "java", "file_... | package com.my.spring.chapter07.dynamicProxy;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import com.my.spring.chapter07.PermanceMonitor;
public class PermanceHandler implements InvocationHandler{
private Object target;
public PermanceHandler(Object obj) {
this.targ... |
b22e8883-66b5-4797-88bd-fbf1615eb5f3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-17T00:09:15", "repo_name": "noltron000-coursework/alert-carousel", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 617, "line_count": 11, "lang": "en", "doc_type"... | # Alert Stamping
As a part of my degree at Kent State University, I had to undergo a technical internship. My time at Alert Stamping was a part of my journey into the technical world, as I used to HTML, CSS, JavaScript, Excel, and relational databases extensively.
## This Project
I improved Alert Stamping's website by... |
a07910e6-25e0-448d-888f-c6dfdb1cbf9a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-08 07:22:06", "repo_name": "heebinYoo/board", "sub_path": "/src/main/java/piece/Piece.java", "file_name": "Piece.java", "file_ext": "java", "file_size_in_byte": 617, "line_count": 30, "lang": "en", "doc_type":... | package piece;
import java.util.Objects;
public abstract class Piece {
protected int player;
protected String id;
public abstract int getPlayer();
public abstract Enum getType();
public String getId() {
return id;
}
@Override
public boolean equals(Object o) {
if (thi... |
18db4fc9-d0c9-4810-983d-8846eb02ae87 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-11 16:29:56", "repo_name": "guyuepeng/Time", "sub_path": "/app/src/main/java/ltns/time/network/bean/WeatherBean.java", "file_name": "WeatherBean.java", "file_ext": "java", "file_size_in_byte": 623, "line_count... | package ltns.time.network.bean;
import com.google.gson.annotations.SerializedName;
/**
* Created by guyuepeng on 2017/5/9.
* Email: gu.yuepeng@foxmail.com
*/
public class WeatherBean {
@SerializedName("name")
public String cityName = "大连";
@SerializedName("code")
public String weatherCode="0";
... |
e4a5bc8f-fa55-45a3-aa42-6f0d14944819 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-26 04:21:43", "repo_name": "deepthought42/orientdb3-ferma", "sub_path": "/src/main/java/qanairy/orientdb_ferma/graph/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 617, "lin... | package qanairy.orientdb_ferma.graph;
import java.util.List;
import com.syncleus.ferma.AbstractVertexFrame;
import com.syncleus.ferma.annotations.Adjacency;
import com.syncleus.ferma.annotations.GraphElement;
@GraphElement
public class Person extends AbstractVertexFrame {
private List<Pet> pets;
public Person()... |
60411058-d5f6-436b-b664-704d52489d24 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-10T13:10:49", "repo_name": "SamirOsmanov/agro", "sub_path": "/src/main/java/az/egov/utility/helper/OperationStatus.java", "file_name": "OperationStatus.java", "file_ext": "java", "file_size_in_byte": 617, "lin... | package az.egov.utility.helper;
/**
* Created by admin on 17.09.2018.
*/
public enum OperationStatus {
ACTIVE_USER_STATUS(1) ,
UPDATE_USER_STATUS(2) ,
SESSION_EXPIRED(2) ,
UPDATE_STATUS(2) ,
INSERT_STATUS(1) ,
DELETE_STATUS(3) ,
IS_NOT_VERIFIED(0) ,
IS_MOBILE(1) ,
IS_NOT_MOBILE(... |
b404a86d-04b7-4353-8031-ad48bce26877 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-11 15:56:08", "repo_name": "phaxio/phaxio-java", "sub_path": "/client/src/test/java/com/phaxio/unittests/PhaxCodeTests.java", "file_name": "PhaxCodeTests.java", "file_ext": "java", "file_size_in_byte": 617, "l... | package com.phaxio.unittests;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.phaxio.resources.PhaxCode;
import com.phaxio.helpers.Responses;
import org.junit.Test;
import java.io.IOException;
import static org.junit.Assert.assertEquals;
public class PhaxCodeTests {
@Test
public void ignoresE... |
ad2d63ce-677f-40a8-9039-b4497013b1ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-17 02:45:54", "repo_name": "sandersoncoelho/wirecard-challenge", "sub_path": "/src/main/java/com/wirecard/service/BuyerService.java", "file_name": "BuyerService.java", "file_ext": "java", "file_size_in_byte": ... | package com.wirecard.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.wirecard.model.Buyer;
import com.wirecard.repository.BuyerRepository;
@Service
public class BuyerService {
@Autowired
private BuyerRepository buyerRepository;
... |
e8efd11f-56f3-461d-bcf7-184d923ac270 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-13 12:05:40", "repo_name": "sasha-alohin/HibernateWithSecurity", "sub_path": "/src/main/java/com/alexalokhin/test_task/services/RoleService.java", "file_name": "RoleService.java", "file_ext": "java", "file_siz... | package com.alexalokhin.test_task.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.alexalokhin.test_task.models.dao.RoleDao;
import com.alexalokhin.test_task.models.enteties.Role;
@Service
public class RoleServi... |
fe1f1c4f-e3db-4d4e-9161-12c0727a81a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-29 23:00:02", "repo_name": "joshbarcher/IT426_Fall2018_6081", "sub_path": "/FactoryMethodPattern/src/factorymethod/Searching.java", "file_name": "Searching.java", "file_ext": "java", "file_size_in_byte": 617, ... | package factorymethod;
import searching.ISearchingSorting;
public abstract class Searching
{
private int[] searchSpace;
public Searching(int[] searchSpace)
{
this.searchSpace = searchSpace;
}
public boolean contains(int search)
{
ISearchingSorting searchingSorting = getRoutin... |
bab75fdb-c61f-4841-8999-83db82ac2845 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-08-18T11:56:31", "repo_name": "sanskritikhare142/Memory-game-using-speech", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 617, "line_count": 16, "lang": "en", "doc... | # Memory-game-using-speech
A game to test your memory powered by your voice using speech recognition module by Google API.
## Overview
This program is written in python using Jupyter notebook and has Google Speech to Text API to recognise your speech and play the game.
## Installations required
You'll be needing:
* ... |
0856dd96-04d9-41fe-8e60-ecff74eb3089 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-05 09:00:38", "repo_name": "windy827/Test", "sub_path": "/src/com/tts168/autoset/tools/GetSDCardPath.java", "file_name": "GetSDCardPath.java", "file_ext": "java", "file_size_in_byte": 636, "line_count": 25, "l... | package com.tts168.autoset.tools;
import java.io.File;
import android.os.Environment;
/**
* 得到SD卡路径
* @author 袁剑
*
*/
public class GetSDCardPath {
public static String getSDPath(){
File sdDir = null;
String path="";
boolean sdCardExist = Environment.getExternalStorageState()
... |
e21d1675-dd44-42b7-add9-ed2149fab359 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 21:04:33", "repo_name": "thombergs/code-examples", "sub_path": "/spring-boot/dependency-injection/src/main/java/com/example/constructorinjection/Sandwich.java", "file_name": "Sandwich.java", "file_ext": "ja... | package com.example.constructorinjection;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.example.dependency.Bread;
import com.example.dependency.Topping;
@Component
public class Sandwich {
private Topping toppings;
private Bread breadType... |
9da99394-9e01-41c6-88f7-27f4d83133af | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-11-30T09:44:47", "repo_name": "hellosarobotics/Simple-PowerOff-Program-Using-BLIP-and-WeMosD1Mini", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 615, "line_count"... | # BLIP
Like an Amazon Dash Button, the BLIP device can be used for your own purpose.
This software is made to work with WeMos D1 mini and with BLIP auto power off circuit that you can find here: http://www.sa-robotics.com/it/auto-power-off-circuit/
Photo

Simple wiring dia... |
93bfe7fb-cbf7-42a2-913e-9f452eb7e1b2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-26 12:18:42", "repo_name": "laurentleseigneur/operation-analyzer", "sub_path": "/src/main/java/com/bonitasoft/support/reports/ActivityReportWarning.java", "file_name": "ActivityReportWarning.java", "file_ext":... | package com.bonitasoft.support.reports;
import org.bonitasoft.engine.bpm.flownode.ActivityDefinition;
import org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo;
/**
* @author Laurent Leseigneur
*/
public class ActivityReportWarning extends ProcessReportWarning {
private final String activityName;
pub... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.