Hi

In 632 when I try creating a Local Variable by intention, the variable
declaration and assignment lines are surrouned in a {} block.
e.g.

bytes| = Utils.loadMessage("SecurityVault.p12");

with the cursor at |, pressing alt-enter and selecting "Create Local
Variable bytes" gives me

{
  byte[] bytes;
  bytes = Utils.loadMessage("SecurityVault.p12");
}

There are no other occurances of "bytes" in the class.

regards

kevin


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to