Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 32.53
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
for a function
void foo(Bar... bar)
The javancss report lists the signature as
foo(Bar)
This is problematic when trying to match this method to other methods reported from byte code analysis reports because the byte code lists this as foo([LBar;)V; (in source void foo(Bar[]).