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`  6. Select string `"Hello World!"` and select "Refactor" -> "Introduce" -> "Variable" 7. Dialog is displayed as expected, accept it as displayed  8. Observe text is updated:  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
