Permissions: Long swapping

Same problem as the "integer swapping" example, but now the content of two shared `long`'s are swapped. Methods are included that make use of the swapping method, some of which verify and some do not.

General Information

  • Backend: Chalice
  • Language: Java
  • Features:
  • Path to Example File: permissions/SwapLong.java
  • Should Verify: Yes
  • Date: 2017-06-20
  • Lines of Code: 37 (comments not included)
  • Lines of Specification: 9 (24.3% of total)
  • Computation Time: 9.0 seconds