This bug is about Version 0.1-1 of beeland.
As of release 1.5 Java has a data type 'enum'.
Because of that the word enum is a keyword and may not
be used as an identifier.
You're using enum as an identifier in the source files
Beeland.java and QueenBee.java.
Just thought you'd like to know, just in case.