New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 892180 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
OOO until Feb 4th
Closed: Oct 4
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

SuperSize: Java classes should never have "[]" in their name

Project Member Reported by agrieve@chromium.org, Oct 4

Issue description

Looks like we need to be stripping "[]" when parsing class names, as diffs show many unique classes as "ClassName[]" with a single method called "clone" on them.

E.g.:
https://storage.googleapis.com/chrome-supersize/viewer.html?load_url=milestones%2Farm%2FMonochrome.apk%2Freport_70.0.3538.17.ndjson&method_count=on&include=%5C%5B%5C%5D


 
Status: WontFix (was: Assigned)
And just as I file this, I figure out that .clone() is actually a method specific to java arrays! So this is probably WAI.

Might be worth looking into why so many .clone() are kept though...

Sign in to add a comment