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

   This PR solves issue #7044 
   
   
   The issue describes that record info was lost when doing and inner to outer 
or pull up refactoring.
   
   In this pull request
   * tests to show the issue.
   * junit test helper to make test output better understandable: 
AssertLinesEqualHelpers.java
   * added RecordUtils.java to find proper record parameters despite generics 
and varargs throwing in some issues.
   * added RECORD case label where appropriate, for instance where the record 
template should be used.
   * added FlagsMap to more easily interpret the modifier flags used by (nb-) 
javac
   * added factory for Record classTree in TreeFactory and TreeMaker
   * suppressed useless/annoying stacktrace print in DeleteFile.java
   * Solves some issues in Rename refactoring for record, that showed up in 
tests.
   


-- 
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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

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

Reply via email to