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 2017/05/15 09:53:56 UTC

[Bug 61096] New: [PATCH] Add support module type in VBAMacroReader

https://bz.apache.org/bugzilla/show_bug.cgi?id=61096

            Bug ID: 61096
           Summary: [PATCH] Add support module type in VBAMacroReader
           Product: POI
           Version: 3.17-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POIFS
          Assignee: dev@poi.apache.org
          Reporter: fossamagna2@gmail.com
  Target Milestone: ---

Created attachment 34994
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34994&action=edit
Proposed patch

This patch add support to read macro type (e.g: Standard Module, Class Module,
Document Module) at VBAMacroReader.

I added Module interface as representation of VBA Module. It will allow to get
module type and content via getModuleType and getContent method.

-- 
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 61096] [PATCH] Add support module type in VBAMacroReader

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

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
Ugh.  I missed this.  Thank you, Dominik, for your curation of the issues!

Masahiko, I really like this.  I'll try to work on it next week.  Thank you!

-- 
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 61096] [PATCH] Add support module type in VBAMacroReader

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Keywords|                            |PatchAvailable

-- 
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 61096] [PATCH] Add support module type in VBAMacroReader

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Applied now via r1811383, thanks a lot for the patch!

-- 
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