|
From: Andre B. <and...@gm...> - 2002-12-22 11:32:34
|
I was just remembering some usefull functionality in a Java IDE. What about having: - moving a declaration to the top of the container compound statement or even move it to parent scopes, the is "Increase scope of a variable" ... might this be usefull ? - add a try-catch-block arround a function call (or any other statement). For the first we could ask the user for the exception type that will be catched and later we could analyse the statement and give the user a list of exceptions that maybe have to be handled because of "throws" in function declarations of calls. -- Andre |