Issue 56602 - uno-skeletonmaker: polymorphic structs
Summary: uno-skeletonmaker: polymorphic structs
Status: ACCEPTED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: 680
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 11:12 UTC by Stephan Bergmann
Modified: 2017-05-20 11:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2005-10-25 11:12:52 UTC
uno-skeletonmaker dump --java5 -t com.sun.star.beans.Optional
outputs
  public Optional(boolean IsPresent, java.lang.Object Value);
instead of something like
  public <T> Optional(boolean IsPresent, java.lang.Object.Value);

Also,
  uno-skeletonmaker dump -t com.sun.star.beans.Optional<T>
and
  uno-skeletonmaker dump -t com.sun.star.beans.Optional<long>
lead to errors.  It must be clarified whether the arguments to -t can be
polymorphic struct type templates (with or without parameters) and/or
instantiated polymorphic struct types.

does not reflect that
Comment 1 jsc 2006-03-20 16:08:50 UTC
accepted
Comment 2 Marcus 2017-05-20 11:31:28 UTC
Reset assigne to the default "issues@openoffice.apache.org".