Menu

#97 Failed to recognized array return type

v6.2
closed-wont-fix
None
High
2019-12-05
2005-04-23
V H
No

For example:

-keepclasseswithmembers public class com.MyClass{
final public byte [] getExchangeData();
}

Notice that between "byte" and "[]" there is a space.
This bug also applies to parameter.

Discussion

  • Eric Lafortune

    Eric Lafortune - 2005-04-23

    Logged In: YES
    user_id=555208

    ProGuard currently expects types to be specified without
    spaces. Relaxing this constraint doesn't have a very high
    priority, since it's easy enough not to insert such spaces.

     
  • Eric Lafortune

    Eric Lafortune - 2005-04-23
    • priority: 5 --> 2
    • assigned_to: nobody --> lafortune
     
  • T. Neidhart

    T. Neidhart - 2019-12-05
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     For example:
    
     -keepclasseswithmembers public class com.MyClass\{
    
    • status: open --> closed-wont-fix
    • Group: --> v6.2
    • Priority: 2 --> High
     
  • T. Neidhart

    T. Neidhart - 2019-12-05

    No intention to support that syntax.

     

Log in to post a comment.