9014 Revīzijas (d4ad2ffd53609f395141ea39c1dac6e0f34902cc)
 

Autors SHA1 Ziņojums Datums
  Dominik Stadler d4ad2ffd53 Add test-case which shows that bug 55814 is fixed already by other changes pirms 6 gadiem
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods pirms 6 gadiem
  Javen O'Neal 3e1ee0afeb bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter pirms 6 gadiem
  Javen O'Neal 11b5e066e7 bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface pirms 6 gadiem
  Javen O'Neal dcd3993146 bug 61474, github #81: bump visibility of abstract methods in BaseRowColShifter abstract class pirms 6 gadiem
  Javen O'Neal 37ee513fc9 bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes pirms 6 gadiem
  Javen O'Neal 890d6e70e6 bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to XSSFRowColShifter; implement ColumnShifter#updateFormulas; remove duplicated JavaDocs (better to inherit) pirms 6 gadiem
  Javen O'Neal 0f14370c21 bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter pirms 6 gadiem
  Javen O'Neal 2d7e44db5a bug 61474, github #81: implement updateNamedRanges for ColumnShifter pirms 6 gadiem
  Javen O'Neal 9f03e0bc08 bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead of rows pirms 6 gadiem
  Javen O'Neal 6ceee17033 bug 61474, github #81: add ColumnShifter interface; deduplicate some code in RowShifter, CFRecordsAggregate pirms 6 gadiem
  Javen O'Neal 25b94af3bb bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shifter to FormulaShifter formulaShifter to reduce confusion with the shifter variable referring to the RowShifter pirms 6 gadiem
  Javen O'Neal 69408a69e5 bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.ColumnMove pirms 6 gadiem
  Javen O'Neal 31daa180c6 github-81: extract routines in HSSFRow#shiftRows pirms 6 gadiem
  Javen O'Neal 4e744a5739 rename ambiguous variable name shifter -> formulaShifter pirms 6 gadiem
  Javen O'Neal 7e0c095ff5 whitespace pirms 6 gadiem
  Andreas Beeker 37e4c32065 #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does pirms 6 gadiem
  Nick Burch 00ac2545bb Javadoc fix pirms 6 gadiem
  Javen O'Neal a4bc870e46 eventually we want to forbid StringBuffer usage pirms 6 gadiem
  PJ Fanning aa9b57774f use StringBuilder in more places pirms 6 gadiem
  Javen O'Neal cb28546f50 github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to Alain-Bearez. pirms 6 gadiem
  PJ Fanning 06ea018e03 add test case for bug 61701 pirms 6 gadiem
  PJ Fanning d6f261473d add test case for bug 61701 and use StringBuilder in more places pirms 6 gadiem
  Javen O'Neal b3cb1211a4 github-77: Remove the 'public' modifier to make fields package protected (findbugs-MS_PKGPROTECT). Thanks to BruceKuiLiu for the PR. This closes #77 on github. pirms 6 gadiem
  Javen O'Neal b4ee3da44f consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() pirms 6 gadiem
  Javen O'Neal 179fa31242 bump the Eclipse compile source to Java 1.8 pirms 6 gadiem
  Javen O'Neal 98c6f2ba1f bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException: Comparison method violates its general contract! (bug 61630, comment 17, attachment 35468). Found during manual testing. pirms 6 gadiem
  Javen O'Neal a2f30cd63a remove test-hssf ant target pirms 6 gadiem
  Javen O'Neal fa8314e8dc remove test-ss and test-ooxml-ss ant targets, as these were causing problems with the build/ooxml-testokfile.txt being written, requiring test-ooxml to be rerun on subsequent ant calls even if had previously completed successfully and not modifications to the ooxml source had been made. pirms 6 gadiem
  Javen O'Neal 5eaf1d582d bug 61630: further XSSFExportToXML performance improvements from Daniel (bug 61630 comment 15, attachment 35450) pirms 6 gadiem
  Javen O'Neal 91fbf5db4f bug 61630: revert r1813240, which failed the integration test with org.apache.poi.stress.XSSFFileHandler on test-data/spreadsheet/59025.xlsx pirms 6 gadiem
  Javen O'Neal 4e782652dc bug 61630: further XSSFExportToXML performance improvements from Daniel (comment 9, bug 61630 attachment 35450) pirms 6 gadiem
  PJ Fanning 7dce661861 Remove more deprecated code pirms 6 gadiem
  PJ Fanning e2e3b52013 Remove more deprecated code pirms 6 gadiem
  PJ Fanning 707f266eef Remove more deprecated code pirms 6 gadiem
  PJ Fanning 5ecf32781d Introduce new BorderFormatting methods to expose border styles pirms 6 gadiem
  PJ Fanning e52d29df16 Remove use of deprecated methods pirms 6 gadiem
  PJ Fanning 2cd8c7bc65 Remove use of deprecated methods pirms 6 gadiem
  PJ Fanning dffa1ccd9c Remove use of deprecated methods pirms 6 gadiem
  Dominik Stadler 63bf8e8ba5 Add getter/setter for ReadingOrder to XSSF, closes issue #73 pirms 6 gadiem
  Nick Burch 112a7c1480 Bump up the Eclipse JVM version to 8 to match Ant pirms 6 gadiem
  Nick Burch 72ad57fe43 Bump up the Eclipse JVM version pirms 6 gadiem
  Javen O'Neal 9a27ae194f bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for the patch. pirms 6 gadiem
  Javen O'Neal 2a0aac8ea5 cleanup for r1812470: avoid NPEs from string.isEmpty() pirms 6 gadiem
  Javen O'Neal 3a7e3846d5 fix compile error pirms 6 gadiem
  Javen O'Neal fb854a6f34 cleanup for r1812475: avoid NPEs from string.isEmpty() pirms 6 gadiem
  Javen O'Neal fac34b6740 cleanup for r1812476: avoid NPEs from string.isEmpty() pirms 6 gadiem
  Javen O'Neal 2ef3af567c replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already pirms 6 gadiem
  Javen O'Neal b8de369f2c prefer literal.equals(variable) over variable.equals(literal) pirms 6 gadiem
  Javen O'Neal 59277965a2 convert "".equals(string) to string.isEmpty() pirms 6 gadiem