Structural Search question - inline instantiation of a field

Hi,
i'm looking for way to use structural search for finding all the places in my code base where class fields are inline instantiated
Thanks,
Maty.

0

Try starting with
$Class$.$Field$ = $Expr

On 12.05.2011 17:31, maty david wrote:

Hi,
i'm looking for way to use structural search for finding all the places in my code base where class fields are inline instantiated
Thanks,
Maty.

>

---
Original message URL: http://devnet.jetbrains.net/message/5302984#5302984



--
Best regards,
   Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

Well, i need the search to be only on class fields.
i used the following
private $Type$ $Field$ = $Expr$

and i've edited the Expr field to contain the word new
that more or less did the work.
thanks.

0

请先登录再写评论。