7499 Revize (ea30ed25b4103012c2ef86314a0190d0baaa0b8d)
 

Autor SHA1 Zpráva Datum
  Javen O'Neal ea30ed25b4 bug 57840: make it easier to replace _rows implementation (HashMap?) by making it final před 8 roky
  Javen O'Neal ccdc23ab43 bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMap před 8 roky
  Javen O'Neal e9be07056b bug 59170: remove deprecated hpsf.Constants class před 8 roky
  Javen O'Neal 07c65c3fc4 bug 57840: add comments for explicit boxing performance optimization před 8 roky
  Javen O'Neal 72ef600ce0 remove RegionUtil reference před 8 roky
  Andreas Beeker f83ff6f8ce javadoc fixes (jdk8) před 8 roky
  Andreas Beeker d8437d0476 reverted changes of r1747942 and deprecated instead před 8 roky
  Javen O'Neal 227a62ce1e back out changes for bug 58787: will replae BorderPropertyTemplate with a more general CellStyleTemplate in the future před 8 roky
  Javen O'Neal beef6df971 back out changes for bug 58787: will replae BorderPropertyTemplate with a more general CellStyleTemplate in the future před 8 roky
  Javen O'Neal 4a85959d45 Sonar: 'static modifier out of order with the JLS suggestions.remove No need to check for null before an instanceof; the instanceof keyword returns false when given a null argument. před 8 roky
  Javen O'Neal e61e346436 add HSSFCell.setCachedErrorResult(FormulaError) před 8 roky
  Javen O'Neal ef3564968a type check error code when setting cell error value on HSSFCell před 8 roky
  Javen O'Neal 8bf974b185 add useless unit test for o.a.p.ss.util.RegionUtil před 8 roky
  Javen O'Neal 84924a4918 add periods for complete sentences před 8 roky
  Nick Burch ae11fa3dae Javadoc fixes před 8 roky
  Nick Burch b8c13b6cc8 Javadoc fixes - @see and @link can't be combined together, at least not in Java 6 před 8 roky
  Javen O'Neal 48eb5c521b improve unit test coverage on CellReference. před 8 roky
  Javen O'Neal 48410a4224 fix accidental infinite recursion před 8 roky
  Javen O'Neal 4c89f44cc5 bug 58787: add an advertisement to BorderPropertyTemplate. před 8 roky
  Javen O'Neal ede81720ee bug 58787 follow-on: update javadocs; remove unused Workbook parameter from set(Top|Bottom|Left|Right)Border and BorderColor methods před 8 roky
  Javen O'Neal d658ec8f95 whitespace (tabs to spaces) před 8 roky
  Javen O'Neal 889188f445 add description to gump and jenkins build targets před 8 roky
  Javen O'Neal e4e4cbb71e findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future před 8 roky
  Javen O'Neal 64ae6dc0ff findbugs: fix SF_SWITCH_NO_DEFAULT warnings před 8 roky
  Javen O'Neal 84113f3c63 findbugs: fix SF_SWITCH_FALLTHROUGH warnings před 8 roky
  Javen O'Neal 609d0c1826 findbugs depends on the poi, poi-scratchpad, and poi-ooxml jars being copied to build/maven před 8 roky
  Javen O'Neal 6c5cd8e400 findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warnings před 8 roky
  Javen O'Neal b148307f0f findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warnings před 8 roky
  Javen O'Neal 1853126f9b findbugs: fix URF_UNREAD_FIELD warnings před 8 roky
  Javen O'Neal 81d15d29df whitespace před 8 roky
  Javen O'Neal ddfb99fa47 consolidate findbugs filters using Or logic před 8 roky
  Javen O'Neal 55b675a384 fix findbugs issues před 8 roky
  Javen O'Neal 9d58a47e0c bug 58787: reintegrate changes from ss_border_property_template branch at r1748074. The BorderPropertyTemplate allows changes to border formatting to be staged in a template and applied to a sheet at a later time. This reduces the number of intermediate styles created, reduces interactions with cell objects (CellUtil.get/setCellProperties), and makes it easier to make the same formatting changes to multiple sheets. This utility can currently apply border line style and border color. This utility also adds the ability to add a border around a cell range rather than a single cell. Contributed by Mark Murphy. před 8 roky
  Javen O'Neal a3e44453ca rename drawBorders(..., short color, ...) to drawColoredBorders to make it obvious that method changes border line style and color před 8 roky
  Javen O'Neal 75e4c452bf test copy constructor: make changes to same range: this is a better test for deepcopy před 8 roky
  Javen O'Neal ca9431d71f add copy constructor před 8 roky
  Javen O'Neal d68b4ea41d move colors in TestBorderPropertyTemplate to testclass constants před 8 roky
  Javen O'Neal 0ae778e5cd rewrite switch statements to not re-check the switch'd variable před 8 roky
  Javen O'Neal a63d82bbee rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style from NONE to THIN fails the unit test. What is the correct behavior? před 8 roky
  Javen O'Neal 67b7e97a9f rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style from NONE to THIN fails the unit test. What is the correct behavior? před 8 roky
  Javen O'Neal ad98f81e5f move check if border line style is blank before setting the border color to a helper function for readability před 8 roky
  Javen O'Neal 344b9d9884 remove public convenience methods that let the user avoid creating a CellAddress object. Having the user provide a CellAddress increases the chance the user-provided object will be reused if possible. This also moves the validation of the CellAddress object outside of this BorderPropertyTemplate class (easier to debug), improves readability, and runs slightly faster since the CellAddress is needed anyways as a key. před 8 roky
  Javen O'Neal 513dfc5ff1 javadocs před 8 roky
  Javen O'Neal e6937956f2 use CellAddress in unit tests where possible to improve readability před 8 roky
  Javen O'Neal 3530aa3bf2 javadocs před 8 roky
  Javen O'Neal f9c7ae0102 javadocs před 8 roky
  Andreas Beeker a696823927 fixing javadocs errors (in JDK8) před 8 roky
  Andreas Beeker a1ff5002a5 fixing javadocs errors (in JDK8) před 8 roky
  Andreas Beeker 1ace43ba9f javadocs fixes před 8 roky
  Andreas Beeker 0ef5f1d292 sonar fixes před 8 roky