<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CheckInv</title><link>https://sourceforge.net/p/checkinv/home/CheckInv/</link><description>Recent changes to CheckInv</description><atom:link href="https://sourceforge.net/p/checkinv/home/CheckInv/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 18 Jun 2011 18:47:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/checkinv/home/CheckInv/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage CheckInv modified by Anonymous Coward</title><link>https://sourceforge.net/p/checkinv/home/CheckInv/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,7 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/checkinv/home/markdown_syntax/) syntax.
+CheckInv is an Eclipse plugin that automatically and non-invasively adds class invariant checks to a Java package. The checks are stored separately in a JSON file.
+
+Other approaches to this tend to use either a precompiler, a replacement compiler, or Java's reflection capability, but our goal was to find a design pattern that would add the checks in a language agnostic way.
+
+(Even then, there is prior art, specifically that of Brian A. Malloy at Clemson University. For more information, see #19, #26, and #40 [here](http://www.cs.clemson.edu/~malloy/papers/papers.html). Our work differs by attempting to support abstract and generic classes, as well as checks involving fields that don't already have accessor methods.)
+
+Although this plugin is largely a proof-of-concept tool in support of the design pattern, it's quite functional as-is. The generated classes can be used as drop-in replacements in unit testing, and if an invariant should fail to hold, the tester is told which one failed, during which method call, and during which test. That makes debugging much easier, as we discovered when it found some bugs of our own!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Sat, 18 Jun 2011 18:47:14 -0000</pubDate><guid>https://sourceforge.net82034827b71ad9f188028cef6e0bfd7d9663ea3b</guid></item><item><title>WikiPage Home modified by Anonymous Coward</title><link>https://sourceforge.net/p/checkinv/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/checkinv/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Sat, 18 Jun 2011 18:46:47 -0000</pubDate><guid>https://sourceforge.netdf5fda18e2b621c15e47a31215f29666d98067cf</guid></item></channel></rss>