7500 Commits (e355d20cfab226f2dcc1f512760bb60220149dc2)
 

Author SHA1 Message Date
  Javen O'Neal e355d20cfa bug 59170: remove deprecated methods 8 years ago
  Javen O'Neal ea30ed25b4 bug 57840: make it easier to replace _rows implementation (HashMap?) by making it final 8 years ago
  Javen O'Neal ccdc23ab43 bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMap 8 years ago
  Javen O'Neal e9be07056b bug 59170: remove deprecated hpsf.Constants class 8 years ago
  Javen O'Neal 07c65c3fc4 bug 57840: add comments for explicit boxing performance optimization 8 years ago
  Javen O'Neal 72ef600ce0 remove RegionUtil reference 8 years ago
  Andreas Beeker f83ff6f8ce javadoc fixes (jdk8) 8 years ago
  Andreas Beeker d8437d0476 reverted changes of r1747942 and deprecated instead 8 years ago
  Javen O'Neal 227a62ce1e back out changes for bug 58787: will replae BorderPropertyTemplate with a more general CellStyleTemplate in the future 8 years ago
  Javen O'Neal beef6df971 back out changes for bug 58787: will replae BorderPropertyTemplate with a more general CellStyleTemplate in the future 8 years ago
  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. 8 years ago
  Javen O'Neal e61e346436 add HSSFCell.setCachedErrorResult(FormulaError) 8 years ago
  Javen O'Neal ef3564968a type check error code when setting cell error value on HSSFCell 8 years ago
  Javen O'Neal 8bf974b185 add useless unit test for o.a.p.ss.util.RegionUtil 8 years ago
  Javen O'Neal 84924a4918 add periods for complete sentences 8 years ago
  Nick Burch ae11fa3dae Javadoc fixes 8 years ago
  Nick Burch b8c13b6cc8 Javadoc fixes - @see and @link can't be combined together, at least not in Java 6 8 years ago
  Javen O'Neal 48eb5c521b improve unit test coverage on CellReference. 8 years ago
  Javen O'Neal 48410a4224 fix accidental infinite recursion 8 years ago
  Javen O'Neal 4c89f44cc5 bug 58787: add an advertisement to BorderPropertyTemplate. 8 years ago
  Javen O'Neal ede81720ee bug 58787 follow-on: update javadocs; remove unused Workbook parameter from set(Top|Bottom|Left|Right)Border and BorderColor methods 8 years ago
  Javen O'Neal d658ec8f95 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 889188f445 add description to gump and jenkins build targets 8 years ago
  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 8 years ago
  Javen O'Neal 64ae6dc0ff findbugs: fix SF_SWITCH_NO_DEFAULT warnings 8 years ago
  Javen O'Neal 84113f3c63 findbugs: fix SF_SWITCH_FALLTHROUGH warnings 8 years ago
  Javen O'Neal 609d0c1826 findbugs depends on the poi, poi-scratchpad, and poi-ooxml jars being copied to build/maven 8 years ago
  Javen O'Neal 6c5cd8e400 findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warnings 8 years ago
  Javen O'Neal b148307f0f findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warnings 8 years ago
  Javen O'Neal 1853126f9b findbugs: fix URF_UNREAD_FIELD warnings 8 years ago
  Javen O'Neal 81d15d29df whitespace 8 years ago
  Javen O'Neal ddfb99fa47 consolidate findbugs filters using Or logic 8 years ago
  Javen O'Neal 55b675a384 fix findbugs issues 8 years ago
  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. 8 years ago
  Javen O'Neal a3e44453ca rename drawBorders(..., short color, ...) to drawColoredBorders to make it obvious that method changes border line style and color 8 years ago
  Javen O'Neal 75e4c452bf test copy constructor: make changes to same range: this is a better test for deepcopy 8 years ago
  Javen O'Neal ca9431d71f add copy constructor 8 years ago
  Javen O'Neal d68b4ea41d move colors in TestBorderPropertyTemplate to testclass constants 8 years ago
  Javen O'Neal 0ae778e5cd rewrite switch statements to not re-check the switch'd variable 8 years ago
  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? 8 years ago
  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? 8 years ago
  Javen O'Neal ad98f81e5f move check if border line style is blank before setting the border color to a helper function for readability 8 years ago
  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. 8 years ago
  Javen O'Neal 513dfc5ff1 javadocs 8 years ago
  Javen O'Neal e6937956f2 use CellAddress in unit tests where possible to improve readability 8 years ago
  Javen O'Neal 3530aa3bf2 javadocs 8 years ago
  Javen O'Neal f9c7ae0102 javadocs 8 years ago
  Andreas Beeker a696823927 fixing javadocs errors (in JDK8) 8 years ago
  Andreas Beeker a1ff5002a5 fixing javadocs errors (in JDK8) 8 years ago
  Andreas Beeker 1ace43ba9f javadocs fixes 8 years ago