Bug 8844 - HPSF DWORD COMPILATION ERROR (modified final variable)
Summary: HPSF DWORD COMPILATION ERROR (modified final variable)
Status: CLOSED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HPSF (show other bugs)
Version: 2.0-dev
Hardware: Other other
: P3 blocker (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-06 23:04 UTC by Andy Oliver
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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