Skip to content

Commit

Permalink
Removing unused div-by-zero example plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 14, 2009
1 parent 6d3aec5 commit 57a10ee
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
10 changes: 0 additions & 10 deletions example/src/test/scala/Example0.scala

This file was deleted.

2 changes: 1 addition & 1 deletion example/src/test/scala/Example1.scala
Expand Up @@ -3,9 +3,9 @@ import javax.annotation.Nonnull
/**
* @author Adam Warski (adam at warski dot org)
*/

object Example1 {
def parameterMustBeNull(@Nonnull parameter : Object)(param2 : Object): Int = {
// Here an if should be generated, which checks if the parameter is null.
println("Shouldn't get here!")
1
}
Expand Down
4 changes: 0 additions & 4 deletions plugin/src/main/resources/scalac-plugin.xml
@@ -1,7 +1,3 @@
<!--<plugin>-->
<!--<name>divbyzero</name>-->
<!--<classname>DivByZero</classname>-->
<!--</plugin>-->
<plugin>
<name>annotations-check-gen</name>
<classname>AnnotationsCheckGenPlugin</classname>
Expand Down
33 changes: 0 additions & 33 deletions plugin/src/main/scala/DivByZero.scala

This file was deleted.

0 comments on commit 57a10ee

Please sign in to comment.