Issue 56602

Summary: uno-skeletonmaker: polymorphic structs
Product: udk Reporter: Stephan Bergmann <stephan.bergmann.secondary>
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 680   
Target Milestone: AOO PleaseHelp   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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".