Findings are printed twice

Issue #180 new
Former user created an issue

When we run the "Demos....FieldAndArrayUsageAnalysis" analysis for the rt.jar of the JDK 8 all findings are listed twice.

[info] sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }:
[info]   574 new DefinitionSite(m=sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }, pc=34
[info]   574 ArrayStore(pc=44,UVar(defSites={6},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]),UVar(defSites={12},value=AnIntegerValue),UVar(defSites={13},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE))}
[info]                                                             
[info] sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }:
[info]   574 new DefinitionSite(m=sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }, pc=34
[info]   574 ArrayStore(pc=44,UVar(defSites={6},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]),UVar(defSites={12},value=AnIntegerValue),UVar(defSites={13},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE))}
[info]    

Comments (1)

  1. Michael Eichberg repo owner

    When we run the "Demos....FieldAndArrayUsageAnalysis" analysis for the rt.jar of the JDK 8 all findings are listed twice.

    [info] sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }:
    [info]   574 new DefinitionSite(m=sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }, pc=34
    [info]   574 ArrayStore(pc=44,UVar(defSites={6},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]),UVar(defSites={12},value=AnIntegerValue),UVar(defSites={13},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE))}
    [info]                                                             
    [info] sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }:
    [info]   574 new DefinitionSite(m=sun.security.pkcs11.P11Key$P11RSAPrivateNonCRTKey{ private void fetchValues() }, pc=34
    [info]   574 ArrayStore(pc=44,UVar(defSites={6},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]),UVar(defSites={12},value=AnIntegerValue),UVar(defSites={13},value=sun.security.pkcs11.wrapper.CK_ATTRIBUTE))}
    [info]    
    
  2. Log in to comment