org.makumba.devel.relations
Class JavaMDDParser

java.lang.Object
  extended by org.makumba.devel.relations.JavaMDDParser

public class JavaMDDParser
extends Object

Simple parser that detects relations to MDDs in Java files (queries and other)
FIXME the regexp needs to be improved so as to exclude queries that are composed by additions of strings. now we try to detect this by the usage of "+" but this can lead to issues with aggregate functions.
TODO detect db.insert() etc.

Version:
$Id: JavaMDDParser.java,v 1.1 Apr 20, 2008 11:49:57 AM manu Exp $
Author:
Manuel Gay

Constructor Summary
JavaMDDParser(String path)
           
 
Method Summary
 Vector<String> getQueries()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaMDDParser

public JavaMDDParser(String path)
Method Detail

main

public static void main(String[] args)

getQueries

public Vector<String> getQueries()