#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.




0
2 comments

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...

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.

>
>
>
>


0

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...

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...

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.

>
>
>
>

>
>


0

Please sign in to leave a comment.