Body Contents parameter

Issue #89 resolved
Nicolas Morew created an issue

For customization and enhancement of the disassembled view in the Atom package, it would be useful to have a parameter with which only the contents of the body of the generated html file are written in stdout. This would avoid having to filter it out with a regular expression.

EDIT: Additionally to the feature requested above, would it be possible to make it so that when returning only the body content, all onclick and similar events are removed from the html tags? Otherwise I would have to remove them through regular expressions as Atom doesn't allow these.

Comments (13)

  1. Michael Eichberg repo owner

    Would it be better if it would be included in the body element or if it just would be the content. I.e.,

    <body><div>java.lang.List extends...</div></body>
    

    or

    <div>java.lang.List extends...</div>
    
  2. Nicolas Morew reporter

    Additionally to the feature requested above, would it be possible to make it so that when returning only the body content, all onclick and similar events are removed from the html tags? Otherwise I would have to remove them through regular expressions as Atom doesn't allow these.

  3. Michael Eichberg repo owner

    Merge branch 'develop' into feature/Hermes

    • develop: added documentation Added documentation and removed lazy modifier of project added -help parameter and a further note regarding the default behavior added a possibility to omnit the filter; added a possibility to just write out the body (fixes issue: #89) the class name is optional (again) (fixes issue #91) added missing types, improved formatting & documentation added a possibility to add initialization information for project keys to a project Print method name for failed tests improved allocation site doc Minor change to AbstractFixpointAnalysisTest to make it more flexible

    → <<cset 67878ed10cc7>>

  4. Michael Eichberg repo owner

    Merge branch 'develop' into feature/Scala2.12.X

    • develop: line endings corrected fixes issue #95 - improved documentation of AllocationSitesKey.scala improved the documentation moved FormalParameters to BR project; changed the origin information; added tests Adjusted comments to 100 character width Fixed name in comments (copy&paste mistake) Added a representation of formal parameters including a key to collect all formal parameters of all methods with a body. fixes issue #92 added documentation Added documentation and removed lazy modifier of project added -help parameter and a further note regarding the default behavior added a possibility to omnit the filter; added a possibility to just write out the body (fixes issue: #89) the class name is optional (again) (fixes issue #91) added missing types, improved formatting & documentation added a possibility to add initialization information for project keys to a project Print method name for failed tests improved allocation site doc Minor change to AbstractFixpointAnalysisTest to make it more flexible

    Conflicts:

    OPAL/br/src/main/scala/org/opalj/br/analyses/OneStepAnalysis.scala

    → <<cset bf0384cfce8a>>

  5. Michael Eichberg repo owner

    Merge branch 'develop' into feature/IDL2.0

    • develop: (25 commits) line endings corrected fixes issue #95 - improved documentation of AllocationSitesKey.scala improved the documentation moved FormalParameters to BR project; changed the origin information; added tests Adjusted comments to 100 character width Fixed name in comments (copy&paste mistake) Added a representation of formal parameters including a key to collect all formal parameters of all methods with a body. fixes issue #92 added documentation Added documentation and removed lazy modifier of project added -help parameter and a further note regarding the default behavior added a possibility to omnit the filter; added a possibility to just write out the body (fixes issue: #89) the class name is optional (again) (fixes issue #91) added missing types, improved formatting & documentation added a possibility to add initialization information for project keys to a project Print method name for failed tests improved allocation site doc minor formatting and documentation updates fixed typo in documentation fixed line number ...

    → <<cset 0f418bc886b6>>

  6. Log in to comment