Modify ↓
#13191 closed enhancement (fixed)
[Patch] Documentation and migration to java 8 of preset code.
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.07 |
Component: | Core | Version: | |
Keywords: | gsoc-core java8 | Cc: | Don-vip, bastiK, stoecker |
Description
While going through the preset code I documented some methods to save others the work to figure out what they mean.
I also migrated some parts of the code to java 8 (use lambdas, new predicates, stream.filter().findFist(), ...)
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | patch-java8-presets.patch added |
---|
follow-up: 4 comment:1 by , 8 years ago
comment:4 by , 8 years ago
Replying to stoecker:
Small Notes:
- TaggingPreset: "The icon name that was used for this preset." -> "assigned to" instead of "was used", that's used by the XML parser.
- For KeyedItem "Usage information on a" - a what?
Thanks for clarifying/fixing that.
Note:
See TracTickets
for help on using tickets.
Small Notes: