You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2011/06/20 21:08:35 UTC

DO NOT REPLY [Bug 51397] New: Build problem with org.apache.poi.hssf.model.InternalWorkbook after transition from POI-3.6 to POI-3.7

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: dev@poi.apache.org
        ReportedBy: bertrand.gambouele@gmail.com
    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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 51397] Build problem with org.apache.poi.hssf.model.InternalWorkbook after transition from POI-3.6 to POI-3.7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51397

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
no response in a long time => resolving for now, please reopen with more
information if this is still an issue

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51397] Build problem with org.apache.poi.hssf.model.InternalWorkbook after transition from POI-3.6 to POI-3.7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51397

Nick Burch <ni...@alfresco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2011-06-20 21:30:43 UTC ---
hssf.model.Workbook was renamed to avoid confusion. Most users don't normally
use it directly

HSSFWorkbook is final because you shouldn't normally be extending it. What are
you doing that means you think you need to?

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 51397] Build problem with org.apache.poi.hssf.model.InternalWorkbook after transition from POI-3.6 to POI-3.7

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51397

barons <be...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org