Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-540

Style objects are not cleaned up or reused

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • 3.5.0
    • 3.0.0
    • None
    • Tested in ZK6.5.5

      org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTXfImpl instances kept increasing each time the spreadsheet page is refreshed (esp. in Chrome) or styles are applied to the cells.

      Steps to reproduce:
      1. Use Java VisualVM to sample memory
      2. Observe the instances of CTXfImpl (via filter)
      3. Perform the following operations in any sequence:
      a. refresh page
      b. select a range of cells and apply some styles

      • bold/underline/italic (reused; constant increase)
      • border
      • foreground/backgrounnd color (not reused; increased proportional to number of cells)

            Jenkins Jenkins
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: