You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Br Tr (Jira)" <ji...@apache.org> on 2020/07/02 09:30:00 UTC

[jira] [Updated] (NETBEANS-4529) Introduce variable transformation stopped working for class fields

     [ 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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