neilcsmith-net opened a new pull request, #6678: URL: https://github.com/apache/netbeans/pull/6678
Fix #5323 Tried debugging to see what was causing the weird formatting of try/catch as first statement in switch case. Removing special casing of `try` in `wrapStatement` seems to fix this, but causes a couple of other tests to fail (try after if, etc.). Just special casing to call `wrapTree` when a first statement of case seems OK. Added a test with default settings. Opened against delivery as it's looking likely we'll have an rc4, but can be retargetted to master if concerns raised or changes needed. -- 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
