Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Determiner

Maven plugin which replaces usages of non deterministic classes with deterministic equivalents.

Code based on Simulare.

Example Configuration

<plugin>
    <groupId>net.md-5</groupId>
    <artifactId>determiner</artifactId>
    <version>0.1</version>
    <executions>
        <execution>
            <phase>process-classes</phase>
            <goals>
                <goal>transform</goal>
            </goals>
        </execution>
    </executions>
</plugin>

About

Maven plugin which replaces usages of non deterministic classes with deterministic equivalents.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages