https://issues.apache.org/bugzilla/show_bug.cgi?id=51397

             Bug #: 51397
           Summary: Build problem with
                    org.apache.poi.hssf.model.InternalWorkbook after
                    transition from POI-3.6 to POI-3.7
           Product: POI
           Version: 3.7
          Platform: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


I used the POI 3.6 library in a project and I recently migrated to the 3.7
version.

After migration, I had problems when building the project:

- In fact, I noticed that the "org.apache.poi.hssf.usermodel.HSSFWorkbook"
class is "final" in the new version (3.7). And there is a class in my project
that inherits from it.

I removed the "final" modifier and rebuilt the library. Now I have a new
problem :
the new class "org.apache.poi.hssf.model.InternalWorkbook" is not found when
building but when I replace it by "org.apache.poi.hssf.model.Workbook" there is
no problem.

What is strange is that "Workbook" class is no longer exists in POI 3.7 because
renamed "InternalWorkbook".

I would ask if it is a common problem or if there is a possibility to resolve
it.

Yours sincerely.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to