manifold-lang / manifold

(LEGACY ARCHIVE) Manifold is a high level language for engineering design
http://manifold-lang.org
GNU General Public License v3.0
0 stars 3 forks source link

Remove checkstyle suppression filter for Java 8 support #122

Closed mtrberzi closed 10 years ago

mtrberzi commented 10 years ago

Currently checkstyle does not support Java 8 syntax, so it fails when it encounters elements such as lambda functions. Support is claimed to be forthcoming in a few months. As a stopgap measure, in an upcoming pull request that makes use of Java 8 features, I have added a suppression filter that completely ignores certain files that would otherwise cause checkstyle to throw exceptions at runtime. This filter should be removed when a version of checkstyle is available that supports Java 8 syntax.