|
Project Information
Members
|
AlvorAlvor is an Eclipse plug-in, which statically validates SQL sentences embedded in Java code. It can be used either as one-shot full-program analyzer or as incremental as-you-type error guard. SQL strings found in the code can be checked against built-in SQL grammar or against actual test database. NB! Alvor is currently in BETA quality! InstallationUse following Eclipse update-site: http://updates.alvor.googlecode.com/hg/ NB! you may need to uncheck "Group items by category". Alvor works with Eclipse 3.5 - 3.7 ScreenshotHere Alvor has caught a name misspelling and a missing space (between "persons" and "where"):
Basic usageRight-click your Java project and select "Alvor SQL checker" -> "Perform manual SQL check". Found problems appear in "Problems" view. (Unsupported cases are visible in "Markers" view). Automatic, incremental checkingIf you want automatic checking after each save, then:
NB! after changing configuration, Alvor will first perform a full build, and then updates checking results incrementally each time a Java file is saved. ConfigurationIn "Alvor SQL checker" property page you can also configure:
More info
CreditsAlvor was developed in STACC (Estonian Software Technology and Applications Competence Centre) |