mbien opened a new pull request, #8679:
URL: https://github.com/apache/netbeans/pull/8679

    - disable some refactoring actions for standalone source files, since they 
throw exceptions without having project context
    - they will now delegate to the respective generic file actions like in NB 
26
   
   alternative would be to revert https://github.com/apache/netbeans/pull/8442 
instead of attempting this selective approach
   
   tested by dragging java files around which triggers the move refactoring, 
renamed some etc. This should work with "source file launcher indexing" enabled 
and disabled (file properties). With indexing disabled it should handle files 
without doing any code refactoring (like in NB 26).
   
   Not all refactorings work but those which failed, failed gracefully, e.g 
window telling that the file is outside a project.
   
   targets delivery


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