Modify ↓
#13190 closed enhancement (fixed)
[Patch] Allow Lambda bug report parameters.
| Reported by: | michael2402 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.07 |
| Component: | Core bugreport | Version: | |
| Keywords: | gsoc-core java8 | Cc: | Don-vip, bastiK, stoecker |
Description
We can use Java 8 lambdas to easily add parameters to the bug report without causing more exceptions:
.put("key", () -> someobject.getValue())
Attachments (1)
Change History (5)
by , 9 years ago
| Attachment: | patch-bug-report-add-more-reports.patch added |
|---|
comment:1 by , 9 years ago
| Keywords: | java8 added |
|---|
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 10586/josm: