-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.8.15
-
Component/s: Repositories
-
Severity 3 - Minor
Issue Summary
As reported by customer:
In Code Metrics, there is a typo in /download/resources/com.atlassian.fisheye.code-metrics-report:code-metrics-servlet/dots.js in line 16 (semicolon instead of comma), making browsers complain about illegal global assignment of max in strict mode and effectively breaking the code metrics page (it simply fails to produce any graphs).
// edit: the same typo also in /download/resources/com.atlassian.fisheye.code-metrics-report:code-metrics-servlet/raphael.js in line 1110
Steps to Reproduce
- Open Repositories -> (repository) -> Reports -> Code metrics report
Expected Results
Graphs are generated.
Actual Results
Graphs are missing.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.