Is there a (reasonably easy) way to add validation checks for my java files?
I want to insure that a call to the connect() routine always has a matching disconnect() in the execution stream. Much the same as it does when you attempt to use a try statement without a catch or finally statement.
Is there a validation library or something like that?
Windows 7; MyEclipse Version: 10.6
Build id: 10.6-20120727
Thanks,
Jeff