matthiasblaesing commented on issue #7500:
URL: https://github.com/apache/netbeans/issues/7500#issuecomment-2185003717

   This is not reproducible with a clean user/cache dir. Steps:
   
   0. Ensure userdir and cache dir don't exist `rm -r test-userdir 
test-cachedir`
   1. Started NB-22 with a clean userdir `~/bin/netbeans-22/bin/netbeans 
--userdir test-userdir --cachedir test-cachedir` (do not import settings from 
previous version if asked)
   2. Create maven Project: Select "New Project" on the start screen -> "Java 
with maven" -> "Java Application", Next (wait until clusters are activated)
   3. Accepts defaults and "Finish"
   4. Open `Mavenproject1.java`
   5. Change `public class Mavenproject1` to `public interface Mavenproject1`
   
![image](https://github.com/apache/netbeans/assets/2179736/eb8642aa-60d5-4592-a8a4-0c5183c25ee3)
   6. Select string `"Hello World!"` and select "Refactor" -> "Introduce" -> 
"Variable"
   7. Dialog is displayed as expected, accept it as displayed
   
![image](https://github.com/apache/netbeans/assets/2179736/745e6cfc-2452-4108-8792-2ae02cfe1e7e)
   8. Observe text is updated:
   
![image](https://github.com/apache/netbeans/assets/2179736/b03e4c7d-1ae1-4d18-9912-d351acf43758)
   9. Undo introduction and repeat with constant
   
   You can check the message.log and see if something is visibile, but this is 
not a general problem. Please retest with a clean user+cachedir and see if it 
is still reproducible.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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