Extact method error


2004-06-24 03:07:47 AM
jbuilder12
Greetings,
I'm running JBuilder8 and have recently begun to get the following error
when I try to use Extract Method on a block of code:
Multiple variables read after written in block
- var written
- var written
The 'var written' points to variable declarations in my code block (e.g.
String blah = "blah";
Has anyone else run into this problem?
Thanks!
Dave