Skip to content

Instantly share code, notes, and snippets.

View netstart's full-sized avatar

Clayton K. N. Passos netstart

View GitHub Profile
import java.lang.reflect.*;
import java.util.*;
import java.util.Collections;
import org.hibernate.*;
import org.hibernate.engine.*;
import org.hibernate.hql.*;
import org.hibernate.hql.ast.*;
import org.hibernate.impl.*;
import org.hibernate.loader.*;
Run jacoco without modify pom.xml to sonnar get coverage and generate html using cobertura
mvn -U clean org.jacoco:jacoco-maven-plugin:prepare-agent deploy org.codehaus.mojo:cobertura-maven-plugin:cobertura -Dcobertura.report.format=html
package br.com.elotech.tributacao.repository.smt.suite;
import java.io.File;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Modifier;
import java.net.URLDecoder;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
Source to autocompile rest source, to javascript source
Use:
$> grunt watch