#621: EJB home interface methods
When I have a business method defined in my EJB home interface (e.g.
myMethod())
the corresponding bean implementation method should be ejbHomeMyMethod().
It seems that IDEA doesn't follow this pattern (Ctrl-I, find usages,
goto-arrows left from
the method...) and assumes ejbMyMethod() is right.
r.
Please sign in to leave a comment.
Oh, and forgot to report that Ctrl-I makes the method static.
It generates
public static void ejbMyMethod()
instead of
public void ejbHomeMyMethod()
r.
"Richard Nemec" wrote in message news:ac2v6a$2pe$1@is.intellij.net...
(e.g.myMethod())
usages,goto-arrows left from
>
>
>
>
>
Richard,
This should be fixed in build #625.
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Richard Nemec" <rndzank@attbi.com> wrote in message
news:ac2vuc$3ms$1@is.intellij.net...
>
>
ejbHomeMyMethod().
>
>
>
>