[arquillian-issues] [JBoss JIRA] (ARQ-1547) Improve the parsing of activities from AndroidManifest.xml of AUT

Stefan Miklosovic (JIRA) jira-events at lists.jboss.org
Thu Oct 24 04:32:02 EDT 2013


    [ https://issues.jboss.org/browse/ARQ-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12824551#comment-12824551 ] 

Stefan Miklosovic commented on ARQ-1547:
----------------------------------------

wait for string "E: activity", then loop throught lines until "A: android:name" is found, parse the value, if it starts with dot, append it to parsed "A: package" value, otherwise add it as it is. Be sure to treat this case sensitively and filter out all other strings which contain "activity" string or some variation of it.
                
> Improve the parsing of activities from AndroidManifest.xml of AUT
> -----------------------------------------------------------------
>
>                 Key: ARQ-1547
>                 URL: https://issues.jboss.org/browse/ARQ-1547
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Droidium
>    Affects Versions: droidium_1.0.0.Alpha2
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>
> Current parsing of activities from AndroidManifest.xml during activity scanning is not sufficient. There are cases when parser gets lost like package contains "activity" string but parser relies on the appearance of that string somewhere else which ends up with IndexOutOfBoundException.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list