[关闭]
@nrailgun 2015-11-07T13:44:28.000000Z 字数 1048 阅读 2015

Eclipse Mars 使用 OpenJML

强力软件


Installation

  1. You must have Eclipse Kepler or Luna (Since Mars is newer, I guess it should work).
  2. Select menu Help >> Install New Software, add http://jmlspecs.sourceforge.net/openjml-updatesite.
  3. Install OpenJML plugin.
  4. Restart Eclipse.

A few more things you need to do:

NOTE: You might encounter "Errors running builder 'JML Builder' on project" while enabling JML. This problem is caused by the layout of you project, you should not select Use project folder as root for src and cls.

NOTE: The OpenJML preference page is in Window -> Preferences -> OpenJML.

NOTE: Since NO Fucking SMT tool for LINUX

Run with Command line

Type-checking

  1. java -jar $INSTALL/openjml.jar -no-purityCheck A.java

Static checking

  1. java -jar $INSTALL/openjml.jar \
  2. -esc -prover z3_4_3 -exec ${smt-exec} \
  3. -no-purityCheck B.java

You should replace z3_4_3 with yices2 if using yices2.

Runtime assertion checking

  1. java -jar $INSTALL/openjml.jar -rac -noPurityCheck B.java
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注