[ 
https://issues.apache.org/jira/browse/NETBEANS-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Br Tr updated NETBEANS-4529:
----------------------------
    Description: 
In previous versions when you wrote at a class level something like:
{code:java}
// code placeholder
SomeClass.staticMethodThatReturnsAnObject();{code}
And then selected the SomeClass.staticMethodThatReturnsAnObject(), pressed a 
shortcut for introducing a variable - a class field was created.  In 12.0 
version that stopped working - you have to declare the field yourself.
That feature was great, now it doesn't work anymore.

  was:
In previous versions when you wrote at a class level something like:


{code:java}
// code placeholder
SomeClass.staticMethodThatReturnsAnObject();{code}


> Introduce variable transformation stopped working for class fields
> ------------------------------------------------------------------
>
>                 Key: NETBEANS-4529
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4529
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor, java - Refactoring
>    Affects Versions: 12.0
>            Reporter: Br Tr
>            Priority: Major
>
> In previous versions when you wrote at a class level something like:
> {code:java}
> // code placeholder
> SomeClass.staticMethodThatReturnsAnObject();{code}
> And then selected the SomeClass.staticMethodThatReturnsAnObject(), pressed a 
> shortcut for introducing a variable - a class field was created.  In 12.0 
> version that stopped working - you have to declare the field yourself.
> That feature was great, now it doesn't work anymore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to