Bug 8844

Summary: HPSF DWORD COMPILATION ERROR (modified final variable)
Product: POI Reporter: Andy Oliver <poi-support>
Component: HPSFAssignee: POI Developers List <dev>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 2.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Andy Oliver 2002-05-06 23:04:35 UTC
compile:
Compiling project core with Java 1.4, debug on, optimize off, deprecation on
Compiling 256 source files to
/mnt/u03/home/andyext/jakarta/jakarta-poi/build/classes
/mnt/u03/home/andyext/jakarta/jakarta-poi/build/java/org/apache/poi/hpsf/Property.java:217:
variable length might already have been assigned to
                length = length - DWord.LENGTH;
                ^
1 error

BUILD FAILED
/mnt/u03/home/andyext/jakarta/jakarta-poi/tools/cents/centipede.cent/xbuild.xml:28:
Compile failed; see the compiler error output for details.
Comment 1 Andy Oliver 2002-05-07 22:36:20 UTC
I fixed it