Found a bug in the MOVE PACKAGE refactor using build 626.  I hadn't seen it
reported yet, so here it is.  I'm using Win2k, Java 1.3.1_03.

I executed a package move refactor to move 'com.gameshow24.vendorx' to
'com.gameshow24.webapp.vendorx'.  A JSP contains the following two lines:


<jsp:useBean id="merchCertBean"
class="com.gameshow24.vendorx.MerchantCertificateBean" scope="request"/>
<wd:controller id="controller"
controllerClass="com.gameshow24.vendorx.VendorXCertController"/>


The refactoring preview panel showed the useBean line, but not the
controller line.  (On a side note, I LOVE the fact that it recognizes the
useBean line is a CODE change and not a STRING change.)  The controller line
was not listed in any of the various refactoring preview sections, although
I had all the refactoring boxes checked (strings, comments, non-javas, etc).
Upon clicking the DO REFACTOR button, I found that that useBean was
correctly fixed, but the controller tag was not.

On another side note, I am really impressed with the new support for web
apps and custom jsp tags.  I couldn't believe it when I middle-clicked on a
usage of the controller variable that is created by that custom controller
tag and IDEA actually took me to the correct class!  Nice job!

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

Reply via email to