This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source to autocompile rest source, to javascript source | |
Use: | |
$> grunt watch |
NewerOlder