| Summary: | [formatter] FormattingNotApplicableException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] Xtend | Reporter: | Dennis Huebner <dennis.huebner> | ||||
| Component: | Core | Assignee: | Project Inbox <xtend-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | christian.dietrich.opensource | ||||
| Version: | 2.9.0 | Keywords: | triaged | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Mac OS X | ||||||
| See Also: | https://github.com/eclipse/xtext-core/pull/779 | ||||||
| Whiteboard: | v2.15 | ||||||
| Attachments: |
|
||||||
Created attachment 255693 [details]
error log
Error log
GitHub Pull Request 779 created by [cdietrich] https://github.com/eclipse/xtext-core/pull/779 Fixed in 2.15 |
Exception is logged during formatting this Example class: class FormatterTest { def testFormatter2() { val map = newHashMap("1" -> #{"a", "b"}) map.forEach [ type, roots | roots.forEach [ println(type + it) ] ] } }