検出漏れ
検出漏れしたやつがどんなんかを調べる
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❯❯❯ for i in 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 ; do go run intersection.go ./pro_result_parse_without_uc_0722/2gram.csv ../pre_result_remove/2grampre_0.75_greater.csv "$i";done
false_negatives_each_files/false_negatives_0.9.csvをみる
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❯❯❯ cat false_negatives_each_files/false_negatives_0.9.csv | xargs -I@ grep @ ./pochi/pochi-runner/2gram-csv-compare.csv
0.1ごとに整理した
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❯❯❯ paste <(for i in 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 ; do echo $i ;done) <(for i in 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0; do echo $i ;done) | while read bef aft ; do awk -F ',' -v threshold="$bef" -v aft="$aft" '{if (aft > $3 && $3 >= threshold) print $0 }' false_negatives_class_result.csv ; echo "------";done > file.csv
org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,org.xmlpull.v1.XmlPullParserException,0.0
org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,org.xmlpull.v1.XmlPullParserException,0.013888888888888888
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13RequestHeaders,0.02702702702702703
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13RequestPacket,0.0821917808219178
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker$CycleCheck,0.0
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13RequestHeaders,0.02702702702702703
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13RequestPacket,0.0821917808219178
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.xmlpull.v1.XmlPullParserException,0.013888888888888888
------
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedContentInfoParser,0.19607843137254902
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,0.13043478260869565
org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation,org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation$1,0.17692307692307693
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker,0.11206896551724138
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$1,0.13043478260869565
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$2,0.10857142857142857
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$ProgressCalculator,0.10071942446043165
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,0.12
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,0.10416666666666667
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.EncryptedContentInfoParser,0.19230769230769232
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,0.10416666666666667
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,0.10416666666666667
------
------
org.pdfbox.util.operator.GSave,org.pdfbox.util.operator.ShowTextGlyph,0.3793103448275862
------
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.ShowTextGlyph,0.41237113402061853
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.ShowTextGlyph,0.4077669902912621
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.ShowTextGlyph,0.4215686274509804
org.bouncycastle.asn1.cmp.ErrorMsgContent,org.bouncycastle.asn1.cmp.PKIMessages,0.45454545454545453
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.ShowTextGlyph,0.4077669902912621
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.ShowTextGlyph,0.48936170212765956
org.pdfbox.afmtypes.CharMetric,org.pdfbox.afmtypes.CompositePart,0.46153846153846156
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ess.ESSCertIDv2,0.449438202247191
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.ShowTextGlyph,0.4020618556701031
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ess.ESSCertIDv2,0.43333333333333335
------
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.5647058823529412
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.5925925925925926
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.apache.tools.ant.types.Mapper$MapperType,0.525
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag,0.5945945945945946
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.5892857142857143
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwapping,0.5517241379310345
com.sun.el.util.MessageFactory,org.apache.jasper.compiler.Localizer,0.5660377358490566
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.ParamTag,0.5945945945945946
org.eclipse.jdt.internal.core.util.ConstantValueAttribute,org.eclipse.jdt.internal.core.util.SourceFileAttribute,0.5517241379310345
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.5689655172413793
org.apache.tools.ant.types.Mapper$MapperType,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,0.525
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.5689655172413793
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetTextLeading,0.5757575757575758
com.sun.appserv.util.cache.BaseCache$CacheItem,net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl,0.5925925925925926
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetWordSpacing,0.5846153846153846
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.5689655172413793
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper,org.apache.servicemix.soap.core.AbstractInterceptorProvider,0.5384615384615384
------
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.Attribute,0.6935483870967742
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,0.6818181818181818
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag,org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,0.6756756756756757
org.bouncycastle.asn1.ocsp.OCSPRequest,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6935483870967742
org.bouncycastle.asn1.crmf.POPOSigningKeyInput,org.bouncycastle.asn1.ocsp.Signature,0.6666666666666666
org.bouncycastle.asn1.DERConstructedSequence,org.bouncycastle.asn1.DERConstructedSet,0.6666666666666666
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.SetGraphicsStateParameters,0.6896551724137931
org.bouncycastle.asn1.ocsp.Request,org.bouncycastle.asn1.tsp.MessageImprint,0.6349206349206349
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.ShowText,0.6842105263157895
no.tornado.brap.common.ModificationList,org.pdfbox.afmtypes.CharMetric,0.68
com.threerings.media.tile.bundle.tools.TileSetBundler$Mapping,org.pdfbox.ttf.NameRecord,0.6923076923076923
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.ShowText,0.6507936507936508
org.eclipse.jdt.internal.compiler.ast.SingleNameReference,org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference,0.6893617021276596
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.6933333333333334
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.ocsp.Signature,0.671875
org.bouncycastle.asn1.ocsp.OCSPRequest,org.bouncycastle.asn1.tsp.MessageImprint,0.6349206349206349
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,0.6515151515151515
org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo,org.bouncycastle.asn1.pkcs.SignerInfo,0.6885245901639344
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.core.ParamTag,0.6666666666666666
com.threerings.cast.CompositedActionFrames$ComponentFrames,org.pdfbox.ttf.NameRecord,0.6296296296296297
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cmp.CertifiedKeyPair,0.6612903225806451
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.ShowText,0.6
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.xml.ParamTag,0.6388888888888888
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KEKIdentifier,0.6774193548387096
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,0.64
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetGraphicsStateParameters,0.6307692307692307
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.ShowText,0.625
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.Request,0.6935483870967742
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPRequest,0.6935483870967742
org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation,org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation,0.6940298507462687
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.Signature,0.6984126984126984
org.bouncycastle.asn1.ocsp.RevokedInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6825396825396826
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.6375
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.Attribute,0.6825396825396826
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.OtherRecipientInfo,0.696969696969697
org.bouncycastle.asn1.cmp.RevDetails,org.bouncycastle.asn1.ocsp.RevokedInfo,0.6825396825396826
org.bouncycastle.jce.provider.JCEElGamalPrivateKey,org.bouncycastle.jce.provider.JDKDSAPrivateKey,0.6875
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.Signature,0.6615384615384615
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.ShowText,0.6779661016949152
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6875
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.MethodRefParameter,0.6461538461538462
org.apache.taglibs.standard.tag.el.fmt.BundleTag,org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,0.6216216216216216
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.SetWordSpacing,0.6610169491525424
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.SetTextLeading,0.625
org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.6071428571428571
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,0.671875
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cmp.PKIStatusInfo,0.65625
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.CertificationRequest,0.6923076923076923
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.65
org.bouncycastle.asn1.pkcs.EncryptionScheme,org.bouncycastle.asn1.x9.X9FieldID,0.6153846153846154
com.icesoft.net.messaging.expression.Equal,com.icesoft.net.messaging.expression.Or,0.6829268292682927
org.bouncycastle.asn1.isismtt.ocsp.CertHash,org.bouncycastle.asn1.tsp.MessageImprint,0.6949152542372882
org.bouncycastle.asn1.crmf.AttributeTypeAndValue,org.bouncycastle.asn1.pkcs.EncryptionScheme,0.6
com.icesoft.net.messaging.MessageSelector,com.icesoft.net.messaging.expression.Operator,0.6956521739130435
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer,0.6666666666666666
org.pdfbox.afmtypes.CharMetric,org.pdfbox.afmtypes.Composite,0.68
org.bouncycastle.asn1.cmp.ProtectedPart,org.bouncycastle.asn1.esf.SPuri,0.6976744186046512
net.sf.mmm.util.lang.base.SystemUtilImpl,net.sf.mmm.util.text.base.JustificationBuilderImpl,0.65625
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.ocsp.Signature,0.6825396825396826
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.MethodRefParameter,0.6461538461538462
org.eclipse.jdt.internal.compiler.util.ObjectVector,org.eclipse.jdt.internal.core.TypeVector,0.6240601503759399
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.ocsp.RevokedInfo,0.6935483870967742
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.PKCS12PBEParams,0.6363636363636364
org.bouncycastle.asn1.pkcs.SignerInfo,org.bouncycastle.asn1.tsp.TimeStampResp,0.6612903225806451
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.Request,0.6935483870967742
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cmp.RevDetails,0.676923076923077
org.bouncycastle.asn1.pkcs.EncryptedData,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6029411764705882
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.cms.OtherKeyAttribute,0.6825396825396826
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.tsp.MessageImprint,0.6060606060606061
org.bouncycastle.asn1.cryptopro.GOST28147Parameters,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,0.640625
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.6125
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.ShowText,0.6964285714285714
org.eclipse.jdt.internal.compiler.ast.AllocationExpression,org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression,0.6808510638297872
org.bouncycastle.asn1.cms.EncryptedData,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6615384615384615
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.pkcs.EncryptedData,0.6029411764705882
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.tsp.MessageImprint,0.6451612903225806
org.apache.taglibs.standard.lang.jstl.test.Bean2,org.pdfbox.ttf.NameRecord,0.6666666666666666
org.bouncycastle.asn1.esf.CommitmentTypeIndication,org.bouncycastle.asn1.pkcs.EncryptionScheme,0.6
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,0.671875
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.SetWordSpacing,0.6349206349206349
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.RevokedInfo,0.6666666666666666
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.crmf.CertId,0.6875
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,0.6792452830188679
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.fmt.BundleTag,0.696969696969697
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,0.6774193548387096
org.pdfbox.examples.pdmodel.CreateBlankPDF,org.pdfbox.examples.pdmodel.PrintDocumentMetaData,0.6440677966101694
com.sun.el.parser.SimpleCharStream,org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,0.69140625
org.bouncycastle.asn1.crmf.AttributeTypeAndValue,org.bouncycastle.asn1.esf.SPuri,0.6976744186046512
org.bouncycastle.asn1.cmp.CertifiedKeyPair,org.bouncycastle.asn1.crmf.SinglePubInfo,0.6825396825396826
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetTextFont,0.6833333333333333
net.sf.mmm.util.nls.impl.NlsDependenciesImpl,net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl,0.6428571428571429
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.Signature,0.6875
org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,0.6666666666666666
org.bouncycastle.asn1.cms.EncryptedData,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,0.6615384615384615
org.eclipse.jdt.internal.compiler.ast.ForStatement,org.eclipse.jdt.internal.compiler.ast.WhileStatement,0.6967741935483871
com.sun.appserv.util.cache.BaseCache$CacheItem,net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor,0.6296296296296297
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.ocsp.Signature,0.6666666666666666
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPResponse,0.6984126984126984
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetMatrix,0.6307692307692307
com.threerings.openal.Stream$FadeMode,it.openutils.hibernate.security.dataobject.PermissionEnum,0.6538461538461539
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetGraphicsStateParameters,0.65625
org.apache.taglibs.standard.tag.el.fmt.SetBundleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.6428571428571429
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.tsp.MessageImprint,0.6153846153846154
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6515151515151515
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.core.RedirectTag,0.6111111111111112
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,0.6935483870967742
com.generationjava.swing.GJTableSortIndex,net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor,0.6956521739130435
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.MethodRefParameter,0.6527777777777778
org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference,org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference,0.6176470588235294
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.core.ParamTag,0.6111111111111112
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.SetWordSpacing,0.6964285714285714
org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference,org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference,0.6764705882352942
org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo,org.bouncycastle.asn1.pkcs.SignedData,0.6774193548387096
net.sf.mmm.util.nls.api.NlsAccess,net.sf.mmm.util.text.base.JustificationBuilderImpl,0.6774193548387096
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.core.RedirectTag,0.6666666666666666
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6935483870967742
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.RevokedInfo,0.6825396825396826
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.xml.TransformTag,0.6666666666666666
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,0.6935483870967742
org.bouncycastle.asn1.ocsp.Request,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6935483870967742
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedData,0.6666666666666666
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.6984126984126984
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,0.6486486486486487
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetWordSpacing,0.6612903225806451
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.RecipientEncryptedKey,0.6865671641791045
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPRequest,0.6935483870967742
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetTextLeading,0.6507936507936508
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.KEKIdentifier,0.6935483870967742
org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.6071428571428571
------
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,0.7468354430379747
com.generationjava.swing.GJTableSortIndex,com.sun.appserv.util.cache.BaseCache$CacheItem,0.75
org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.7333333333333333
org.pdfbox.filter.CCITTFaxDecodeFilter,org.pdfbox.pdmodel.font.PDCIDFontType0Font,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,0.7468354430379747
org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream,0.7047244094488189
org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,org.xmlpull.v1.XmlPullParser,0.7407407407407407
com.sun.el.parser.ELParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,0.7407407407407407
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,0.7468354430379747
org.eclipse.jdt.internal.core.SetClasspathOperation$2,org.eclipse.jdt.internal.core.SetClasspathOperation$3,0.75
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.x509.NoticeReference,0.7049180327868853
org.eclipse.jdt.core.dom.MethodRef,org.eclipse.jdt.core.dom.MethodRefParameter,0.7226277372262774
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.IgnoredPackage,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.75
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedContentInfo,0.711864406779661
org.apache.taglibs.standard.tag.el.core.RedirectTag,org.apache.taglibs.standard.tag.el.core.SetTag,0.7333333333333333
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,0.7468354430379747
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,0.75
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.esf.SignaturePolicyId,0.7241379310344828
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,0.717948717948718
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.crmf.AttributeTypeAndValue,0.7073170731707317
org.apache.taglibs.standard.tag.el.fmt.BundleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.7
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.eclipse.jdt.core.dom.IfStatement,org.eclipse.jdt.core.dom.ThisExpression,0.7368421052631579
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.ParseDateTag,0.7021276595744681
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.cmp.PKIStatusInfo,0.7076923076923077
org.pdfbox.ttf.HeaderTable,org.pdfbox.ttf.MaximumProfileTable,0.7083333333333334
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.crmf.CertId,0.7096774193548387
org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,org.xmlpull.v1.XmlPullParser,0.75
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.Attribute,0.7166666666666667
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.TypeParameter,0.7226277372262774
org.apache.taglibs.standard.tag.el.fmt.ParamTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,0.7272727272727273
org.eclipse.jdt.core.dom.ReturnStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,0.7327586206896551
org.bouncycastle.asn1.cmp.ErrorMsgContent,org.bouncycastle.asn1.cmp.PKIMessage,0.7377049180327869
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,0.7468354430379747
org.eclipse.jdt.core.dom.MethodRef,org.eclipse.jdt.core.dom.ThisExpression,0.7478260869565218
org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType,org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType,0.7083333333333334
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.x509.IssuerSerial,0.7457627118644068
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KEKRecipientInfo,0.7368421052631579
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.cmp.ProtectedPart,0.7073170731707317
org.bouncycastle.asn1.crmf.OptionalValidity,org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod,0.7096774193548387
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPResponse,0.7096774193548387
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.crmf.SinglePubInfo,0.7049180327868853
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,0.7166666666666667
org.pdfbox.ttf.HeaderTable,org.pdfbox.ttf.HorizontalHeaderTable,0.7083333333333334
org.eclipse.jdt.core.dom.SuperConstructorInvocation,org.eclipse.jdt.core.dom.ThisExpression,0.7368421052631579
org.pdfbox.filter.CCITTFaxDecodeFilter,org.pdfbox.pdmodel.font.PDCIDFontType2Font,0.75
org.pdfbox.util.operator.GRestore,org.pdfbox.util.operator.SetGraphicsStateParameters,0.7291666666666666
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetMoveAndShow,0.7017543859649122
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,0.7468354430379747
org.eclipse.jdt.core.dom.Block,org.eclipse.jdt.core.dom.ReturnStatement,0.7070707070707071
org.jvnet.hyperjaxb3.ejb.schemas.customizations.JaxbContext$Field,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.SingleMemberAnnotation,0.7368421052631579
org.eclipse.jdt.core.dom.EnumConstantDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,0.740506329113924
org.bouncycastle.jce.provider.JDKX509CertificateFactory,org.bouncycastle.jce.provider.X509CRLParser,0.7419354838709677
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlDateConverter,0.7058823529411765
org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.bouncycastle.asn1.pkcs.ContentInfo,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,0.7076923076923077
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.SingleMemberAnnotation,0.7433628318584071
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.LabeledStatement,0.7333333333333333
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,0.7407407407407407
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequest,0.703125
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.SetTextLeading,0.7068965517241379
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,0.7377049180327869
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,0.7534246575342466
org.bouncycastle.asn1.esf.OtherHashAlgAndValue,org.bouncycastle.asn1.x509.NoticeReference,0.7096774193548387
org.bouncycastle.asn1.cms.RecipientEncryptedKey,org.bouncycastle.asn1.ocsp.RevokedInfo,0.746031746031746
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,0.7468354430379747
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,0.7468354430379747
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,0.75
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SuperFieldAccess,0.7333333333333333
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.TypeParameter,0.7205882352941176
net.sf.mmm.util.text.base.JustificationImpl$1,org.apache.vysper.xml.sax.impl.XMLParser$1,0.7272727272727273
org.apache.taglibs.standard.tag.el.sql.ParamTag,org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag,0.7272727272727273
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.Request,0.7333333333333333
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.SwitchCase,0.7196969696969697
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.MethodRef,0.7413793103448276
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,0.75
org.bouncycastle.asn1.x509.Attribute,org.bouncycastle.asn1.x509.NoticeReference,0.7213114754098361
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.SwitchCase,0.7350427350427351
org.apache.taglibs.standard.extra.spath.ASCII_CharStream,org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,0.7109375
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.crmf.CertRequest,0.7076923076923077
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.Request,0.75
org.bouncycastle.asn1.ocsp.ResponseBytes,org.bouncycastle.asn1.ocsp.Signature,0.746031746031746
org.bouncycastle.jce.provider.JCEElGamalPrivateKey,org.bouncycastle.jce.provider.JCEElGamalPublicKey,0.75
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,0.7
org.eclipse.jdt.core.dom.EnumConstantDeclaration,org.eclipse.jdt.core.dom.SwitchCase,0.7443609022556391
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,0.7468354430379747
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax,0.7435897435897436
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.x509.IssuerSerial,0.75
org.pdfbox.util.operator.GSave,org.pdfbox.util.operator.ShowText,0.717391304347826
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.esf.SignaturePolicyId,0.7457627118644068
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MemberRef,0.7388059701492538
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13Request,0.7272727272727273
org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
com.sun.el.parser.ELParserTreeConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,0.7407407407407407
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.TypeDeclarationStatement,0.7299270072992701
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.SwitchCase,0.7350427350427351
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13Request,0.7272727272727273
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,0.717948717948718
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,0.7413793103448276
org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlTimeConverter,0.7058823529411765
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodRef,0.7122302158273381
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.Signature,0.734375
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,0.7468354430379747
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.MethodRef,0.7413793103448276
org.bouncycastle.asn1.sec.SECObjectIdentifiers,org.bouncycastle.asn1.x509.KeyPurposeId,0.7
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,0.7241379310344828
org.bouncycastle.asn1.x509.AttCertValidityPeriod,org.bouncycastle.asn1.x509.NoticeReference,0.7457627118644068
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.OriginatorPublicKey,0.7164179104477612
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.Attribute,0.7288135593220338
org.eclipse.jdt.internal.core.search.indexing.IndexAllProject$2,org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder$2,0.7142857142857143
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SuperConstructorInvocation,0.7028985507246377
org.bouncycastle.crypto.paddings.ISO10126d2Padding,org.bouncycastle.crypto.paddings.X923Padding,0.7457627118644068
org.bouncycastle.asn1.pkcs.CertBag,org.bouncycastle.asn1.pkcs.EncryptionScheme,0.7272727272727273
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,0.7468354430379747
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.KeyTransRecipientInfo,0.7413793103448276
org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,org.bouncycastle.asn1.x509.DigestInfo,0.703125
com.generationjava.awt.ReportEvent,com.sun.appserv.util.cache.BaseCache$CacheItem,0.7407407407407407
com.icesoft.net.messaging.expression.And,com.icesoft.net.messaging.expression.Equal,0.7435897435897436
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.x509.CertificateList,0.7192982456140351
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ess.ESSCertID,0.7413793103448276
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,0.7049180327868853
org.bouncycastle.asn1.ocsp.ResponseBytes,org.bouncycastle.asn1.x509.IssuerSerial,0.75
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequest,0.7258064516129032
com.sun.el.parser.ELParserTreeConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,0.75
org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,0.740506329113924
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.SuperConstructorInvocation,0.7132352941176471
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,0.746031746031746
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KeyTransRecipientInfo,0.7241379310344828
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.xmlpull.v1.XmlPullParser,0.75
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.MethodInvocation,0.74375
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.cms.KEKIdentifier,0.7258064516129032
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.QualifiedType,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,0.7468354430379747
com.sun.el.parser.ELParserTreeConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,0.75
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.QualifiedName,0.7407407407407407
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.QualifiedType,0.7480916030534351
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,0.7303370786516854
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.SetWordSpacing,0.7090909090909091
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,0.7300613496932515
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.x509.CertificateList,0.7049180327868853
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,0.7468354430379747
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,0.7468354430379747
org.eclipse.jdt.core.dom.LabeledStatement,org.eclipse.jdt.core.dom.ThisExpression,0.7433628318584071
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.esf.SignaturePolicyId,0.7457627118644068
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPRequest,0.7333333333333333
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,0.7468354430379747
org.bouncycastle.asn1.cmp.InfoTypeAndValue,org.bouncycastle.asn1.ocsp.RevokedInfo,0.7142857142857143
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ess.ESSCertID,0.7413793103448276
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,0.7333333333333333
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination,org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitHeightDestination,0.7058823529411765
org.eclipse.jdt.core.dom.AssertStatement,org.eclipse.jdt.core.dom.ThisExpression,0.7433628318584071
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.EncryptedContentInfo,0.7288135593220338
org.pdfbox.util.operator.EndText,org.pdfbox.util.operator.SetGraphicsStateParameters,0.723404255319149
org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration,org.eclipse.jdt.core.dom.SwitchCase,0.7443609022556391
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.7333333333333333
net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod,net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod,0.7435897435897436
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MemberValuePair,0.7313432835820896
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.esf.SignaturePolicyId,0.75
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,0.7468354430379747
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,0.7468354430379747
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,0.7468354430379747
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPRequest,0.75
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlTimestampConverter,0.7058823529411765
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.QualifiedName,0.7388059701492538
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,0.7468354430379747
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.x509.IssuerSerial,0.75
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.TypeParameter,0.75
org.apache.taglibs.standard.tag.el.core.ParamTag,org.apache.taglibs.standard.tag.el.core.SetTag,0.7333333333333333
com.thoughtworks.xstream.converters.extended.CurrencyConverter,com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,0.7058823529411765
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.x509.IssuerSerial,0.7241379310344828
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,0.7049180327868853
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.SingleMemberAnnotation,0.7433628318584071
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.cms.OtherRecipientInfo,0.746031746031746
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters,0.7017543859649122
org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,org.bouncycastle.asn1.x509.NoticeReference,0.7049180327868853
org.apache.taglibs.standard.tag.el.core.UrlTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,0.7142857142857143
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.esf.SignaturePolicyId,0.75
org.eclipse.jdt.internal.core.search.BasicSearchEngine$1$AllTypeDeclarationsVisitor,org.eclipse.jdt.internal.core.search.BasicSearchEngine$2$AllTypeDeclarationsVisitor,0.7321428571428571
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.crmf.CertId,0.7333333333333333
org.bouncycastle.asn1.x509.KeyPurposeId,org.bouncycastle.asn1.x509.X509ObjectIdentifiers,0.7
org.bouncycastle.jce.provider.JDKX509CertificateFactory,org.bouncycastle.jce.provider.X509AttrCertParser,0.7175572519083969
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,0.711864406779661
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,0.7468354430379747
org.pdfbox.filter.DCTFilter,org.pdfbox.pdmodel.font.PDCIDFontType2Font,0.75
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.MethodRefParameter,0.75
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.7258064516129032
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,0.7166666666666667
org.eclipse.jdt.core.dom.ThisExpression,org.eclipse.jdt.core.dom.TypeParameter,0.7155172413793104
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,0.7468354430379747
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SingleVariableDeclaration,0.7345679012345679
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,0.7288135593220338
org.apache.taglibs.standard.tag.el.sql.ParamTag,org.apache.taglibs.standard.tag.el.sql.TransactionTag,0.7272727272727273
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cmp.PollRepContent,0.7076923076923077
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.MethodRef,0.7384615384615385
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.esf.SignaturePolicyId,0.75
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.x509.IssuerSerial,0.75
org.eclipse.jdt.core.dom.SwitchStatement,org.eclipse.jdt.core.dom.VariableDeclarationFragment,0.7352941176470589
com.sun.el.parser.ELParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,0.75
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,0.7288135593220338
org.eclipse.jdt.core.dom.FieldAccess,org.eclipse.jdt.core.dom.MethodRefParameter,0.75
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.ocsp.RevokedInfo,0.7049180327868853
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.x509.AccessDescription,0.75
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,0.7
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.Attribute,0.7413793103448276
org.eclipse.jdt.core.dom.SwitchCase,org.eclipse.jdt.core.dom.VariableDeclarationFragment,0.717391304347826
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,0.7258064516129032
org.bouncycastle.asn1.cmp.PollReqContent,org.bouncycastle.asn1.crmf.PKIPublicationInfo,0.746031746031746
org.bouncycastle.asn1.ess.ESSCertID,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,0.7413793103448276
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters,0.7368421052631579
org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern,org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern,0.7222222222222222
org.eclipse.jdt.core.dom.MethodInvocation,org.eclipse.jdt.core.dom.SingleVariableDeclaration,0.7484276729559748
org.eclipse.jdt.internal.core.jdom.DOMImport,org.eclipse.jdt.internal.core.jdom.DOMPackage,0.7216494845360825
org.eclipse.jdt.core.dom.ParameterizedType,org.eclipse.jdt.core.dom.VariableDeclarationFragment,0.7388059701492538
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.eclipse.jdt.core.dom.AssertStatement,org.eclipse.jdt.core.dom.MethodRefParameter,0.7443609022556391
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,0.7368421052631579
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,0.7407407407407407
org.pdfbox.filter.DCTFilter,org.pdfbox.pdmodel.font.PDCIDFontType0Font,0.75
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.ocsp.ResponseBytes,0.7301587301587301
org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,0.7424242424242424
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.VariableDeclarationFragment,0.7391304347826086
org.eclipse.jdt.core.dom.SwitchCase,org.eclipse.jdt.core.dom.ThisExpression,0.7413793103448276
com.sun.el.parser.ELParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,0.75
org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation,org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation,0.7083333333333334
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,0.7468354430379747
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,0.7303370786516854
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination,org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitWidthDestination,0.7058823529411765
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,0.7166666666666667
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.x509.IssuerSerial,0.7166666666666667
org.eclipse.jdt.core.dom.EnhancedForStatement,org.eclipse.jdt.core.dom.ImportDeclaration,0.7333333333333333
org.bouncycastle.asn1.ocsp.RevokedInfo,org.bouncycastle.asn1.pkcs.Attribute,0.7049180327868853
------
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodRefParameter,0.8796992481203008
------
------
検出漏れの長さをやろう
全てのバースマークからgrepして該当のもを取り出す
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❯❯❯ find ../birthmark_server/data/birthmark -name "*2gram*" | while read file ;do awk -F ',' '{print $1}' false_negatives_class_result.csv | xargs -I@ grep @ "$file";done > dolar1.csv
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❮❮❮ find ../birthmark_server/data/birthmark -name "*2gram*" | while read file ;do awk -F ',' '{print $2}' false_negatives_class_result.csv | xargs -I@ grep @ "$file";done > dolar2.csv
長さ比較
/Volumes/HD/false_negative_50_jar/false_negative - [master|*] ❯❯❯ python3 lenght_check_for_two_files.py dolar1.csv dolar2.csv false_negatives_class_result.csv
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,68,70,2
com.generationjava.swing.GJTableSortIndex,com.sun.appserv.util.cache.BaseCache$CacheItem,22,27,5
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.Attribute,62,43,19
org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,24,28,4
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,64,47,17
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,64,69,5
org.pdfbox.filter.CCITTFaxDecodeFilter,org.pdfbox.pdmodel.font.PDCIDFontType0Font,27,29,2
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag,org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,25,37,12
org.bouncycastle.asn1.ocsp.OCSPRequest,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,60,45,15
org.bouncycastle.asn1.crmf.POPOSigningKeyInput,org.bouncycastle.asn1.ocsp.Signature,42,63,21
org.bouncycastle.asn1.DERConstructedSequence,org.bouncycastle.asn1.DERConstructedSet,24,36,12
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,70,68,2
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.SetGraphicsStateParameters,54,44,10
org.bouncycastle.asn1.ocsp.Request,org.bouncycastle.asn1.tsp.MessageImprint,60,43,17
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.ShowText,54,42,12
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.ShowTextGlyph,54,83,29
no.tornado.brap.common.ModificationList,org.pdfbox.afmtypes.CharMetric,17,25,8
com.threerings.media.tile.bundle.tools.TileSetBundler$Mapping,org.pdfbox.ttf.NameRecord,18,26,8
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.ShowText,62,42,20
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.ShowTextGlyph,62,83,21
org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,org.apache.taglibs.standard.lang.jstl.parser.SimpleCharStream,244,189,55
org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,org.xmlpull.v1.XmlPullParser,27,20,7
org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,org.xmlpull.v1.XmlPullParserException,27,51,24
com.sun.el.parser.ELParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,20,27,7
org.eclipse.jdt.internal.compiler.ast.SingleNameReference,org.eclipse.jdt.internal.eval.CodeSnippetSingleNameReference,221,176,45
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,68,70,2
org.eclipse.jdt.internal.core.SetClasspathOperation$2,org.eclipse.jdt.internal.core.SetClasspathOperation$3,19,16,3
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.x509.NoticeReference,45,59,14
org.eclipse.jdt.core.dom.MethodRef,org.eclipse.jdt.core.dom.MethodRefParameter,112,124,12
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,58,47,11
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,58,69,11
org.jvnet.hyperjaxb3.ejb.schemas.customizations.IgnoredPackage,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,63,84,21
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedContentInfo,42,59,17
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedContentInfoParser,42,19,23
org.apache.taglibs.standard.tag.el.core.RedirectTag,org.apache.taglibs.standard.tag.el.core.SetTag,22,30,8
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,68,70,2
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.ocsp.Signature,44,63,19
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,20,22,2
org.bouncycastle.asn1.ocsp.OCSPRequest,org.bouncycastle.asn1.tsp.MessageImprint,60,43,17
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,64,45,19
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.esf.SignaturePolicyId,42,58,16
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,42,44,2
org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo,org.bouncycastle.asn1.pkcs.SignerInfo,44,59,15
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,90,111,21
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.crmf.AttributeTypeAndValue,30,40,10
org.apache.taglibs.standard.tag.el.fmt.BundleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,23,28,5
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.core.ParamTag,33,22,11
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.apache.tools.ant.types.Mapper$MapperType,22,39,17
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.eclipse.jdt.core.dom.IfStatement,org.eclipse.jdt.core.dom.ThisExpression,109,89,20
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.ParseDateTag,37,43,6
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.cmp.PKIStatusInfo,47,64,17
org.pdfbox.ttf.HeaderTable,org.pdfbox.ttf.MaximumProfileTable,24,17,7
com.threerings.cast.CompositedActionFrames$ComponentFrames,org.pdfbox.ttf.NameRecord,18,26,8
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.crmf.CertId,62,44,18
org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,org.xmlpull.v1.XmlPullParser,22,20,2
org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,org.xmlpull.v1.XmlPullParserException,22,51,29
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cmp.CertifiedKeyPair,42,61,19
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.Attribute,60,43,17
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.TypeParameter,126,110,16
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.ShowText,62,42,20
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.ShowTextGlyph,62,83,21
org.apache.taglibs.standard.tag.el.fmt.ParamTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,22,16,6
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.xml.ParamTag,36,23,13
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KEKIdentifier,42,62,20
org.eclipse.jdt.core.dom.ReturnStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,90,111,21
org.bouncycastle.asn1.cmp.ErrorMsgContent,org.bouncycastle.asn1.cmp.PKIMessage,47,59,12
org.bouncycastle.asn1.cmp.ErrorMsgContent,org.bouncycastle.asn1.cmp.PKIMessages,47,49,2
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,20,22,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,68,70,2
org.eclipse.jdt.core.dom.MethodRef,org.eclipse.jdt.core.dom.ThisExpression,112,89,23
org.eclipse.jdt.internal.codeassist.complete.CompletionOnFieldType,org.eclipse.jdt.internal.codeassist.select.SelectionOnFieldType,24,17,7
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,25,16,9
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.x509.IssuerSerial,45,58,13
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetGraphicsStateParameters,62,44,18
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KEKRecipientInfo,42,57,15
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.ShowText,62,42,20
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.ShowTextGlyph,62,83,21
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag,37,22,15
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.cmp.ProtectedPart,30,40,10
org.bouncycastle.asn1.crmf.OptionalValidity,org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod,46,60,14
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPResponse,44,62,18
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,44,8,36
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.crmf.SinglePubInfo,59,45,14
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,43,60,17
org.pdfbox.ttf.HeaderTable,org.pdfbox.ttf.HorizontalHeaderTable,24,17,7
org.eclipse.jdt.core.dom.SuperConstructorInvocation,org.eclipse.jdt.core.dom.ThisExpression,109,89,20
org.pdfbox.filter.CCITTFaxDecodeFilter,org.pdfbox.pdmodel.font.PDCIDFontType2Font,27,29,2
org.pdfbox.util.operator.GRestore,org.pdfbox.util.operator.SetGraphicsStateParameters,39,44,5
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.Request,45,60,15
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetMoveAndShow,44,53,9
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPRequest,45,60,15
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,70,68,2
org.eclipse.jdt.core.dom.Block,org.eclipse.jdt.core.dom.ReturnStatement,79,90,11
org.jvnet.hyperjaxb3.ejb.schemas.customizations.JaxbContext$Field,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,63,84,21
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.SingleMemberAnnotation,124,107,17
org.eclipse.jdt.core.dom.EnumConstantDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,119,156,37
org.bouncycastle.jce.provider.JDKX509CertificateFactory,org.bouncycastle.jce.provider.X509CRLParser,117,99,18
org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation,org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation$1,113,40,73
org.eclipse.jdt.internal.core.DeletePackageFragmentRootOperation,org.eclipse.jdt.internal.core.MovePackageFragmentRootOperation,113,114,1
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlDateConverter,34,24,10
org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.bouncycastle.asn1.pkcs.ContentInfo,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,49,62,13
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.Signature,44,63,19
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.SingleMemberAnnotation,90,107,17
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.LabeledStatement,126,108,18
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,20,27,7
org.bouncycastle.asn1.ocsp.RevokedInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,61,45,16
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequest,62,47,15
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,62,69,7
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.SetTextLeading,57,42,15
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.Attribute,63,43,20
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.CertificationRequest,59,47,12
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,59,69,10
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.OtherRecipientInfo,64,48,16
org.bouncycastle.asn1.esf.OtherHashAlgAndValue,org.bouncycastle.asn1.x509.NoticeReference,47,59,12
org.bouncycastle.asn1.cmp.RevDetails,org.bouncycastle.asn1.ocsp.RevokedInfo,45,61,16
org.bouncycastle.jce.provider.JCEElGamalPrivateKey,org.bouncycastle.jce.provider.JDKDSAPrivateKey,45,63,18
org.bouncycastle.asn1.cms.RecipientEncryptedKey,org.bouncycastle.asn1.ocsp.RevokedInfo,49,61,12
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,68,70,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id,68,70,2
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,20,22,2
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.Signature,45,63,18
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SuperFieldAccess,126,108,18
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.TypeParameter,124,110,14
net.sf.mmm.util.text.base.JustificationImpl$1,org.apache.vysper.xml.sax.impl.XMLParser$1,16,22,6
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.ShowText,57,42,15
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.ShowTextGlyph,57,83,26
org.apache.taglibs.standard.tag.el.sql.ParamTag,org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag,16,22,6
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.Request,44,60,16
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,63,45,18
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.SwitchCase,114,113,1
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.MethodRef,90,112,22
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.MethodRefParameter,90,124,34
org.apache.taglibs.standard.lang.jstl.parser.ELParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,20,22,2
org.apache.taglibs.standard.tag.el.fmt.BundleTag,org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,23,37,14
org.pdfbox.util.operator.SetTextFont,org.pdfbox.util.operator.SetWordSpacing,57,41,16
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.SetTextLeading,62,42,20
org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,17,28,11
org.bouncycastle.asn1.x509.Attribute,org.bouncycastle.asn1.x509.NoticeReference,46,59,13
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.SwitchCase,90,113,23
org.apache.taglibs.standard.extra.spath.ASCII_CharStream,org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,194,244,50
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.crmf.CertRequest,64,47,17
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.Request,45,60,15
org.bouncycastle.asn1.ocsp.ResponseBytes,org.bouncycastle.asn1.ocsp.Signature,47,63,16
org.bouncycastle.jce.provider.JCEElGamalPrivateKey,org.bouncycastle.jce.provider.JCEElGamalPublicKey,45,53,8
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,60,42,18
org.eclipse.jdt.core.dom.EnumConstantDeclaration,org.eclipse.jdt.core.dom.SwitchCase,119,113,6
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embeddable,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,70,68,2
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,62,45,17
org.bouncycastle.asn1.cmp.PKIConfirmContent,org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax,30,38,8
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.x509.IssuerSerial,47,58,11
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cmp.PKIStatusInfo,42,64,22
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.CertificationRequest,63,47,16
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,63,69,6
org.pdfbox.util.operator.GSave,org.pdfbox.util.operator.ShowText,37,42,5
org.pdfbox.util.operator.GSave,org.pdfbox.util.operator.ShowTextGlyph,37,83,46
org.bouncycastle.asn1.pkcs.EncryptionScheme,org.bouncycastle.asn1.x9.X9FieldID,24,39,15
com.icesoft.net.messaging.expression.Equal,com.icesoft.net.messaging.expression.Or,38,31,7
org.bouncycastle.asn1.isismtt.ocsp.CertHash,org.bouncycastle.asn1.tsp.MessageImprint,57,43,14
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.esf.SignaturePolicyId,45,58,13
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,45,44,1
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MemberRef,126,107,19
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13Request,16,22,6
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13RequestHeaders,16,22,6
org.bouncycastle.crypto.agreement.kdf.DHKDFParameters,org.mortbay.jetty.ajp.Ajp13RequestPacket,16,63,47
org.bouncycastle.asn1.crmf.AttributeTypeAndValue,org.bouncycastle.asn1.pkcs.EncryptionScheme,40,24,16
org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
com.icesoft.net.messaging.MessageSelector,com.icesoft.net.messaging.expression.Operator,22,17,5
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwapping,17,28,11
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker$CycleCheck,17,0,17
com.thoughtworks.proxy.toys.failover.Failover,com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker,17,112,95
com.sun.el.parser.ELParserTreeConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,20,27,7
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.TypeDeclarationStatement,126,111,15
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$1,41,11,30
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$2,41,153,112
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer$ProgressCalculator,41,112,71
com.icesoft.faces.async.common.PushServerAdaptingServlet,com.icesoft.faces.webapp.http.core.UploadServer,41,54,13
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.SwitchCase,90,113,23
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13Request,16,22,6
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13RequestHeaders,16,22,6
org.apache.tools.ant.taskdefs.Javadoc$LinkArgument,org.mortbay.jetty.ajp.Ajp13RequestPacket,16,63,47
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.TypeDeclarationStatement,90,111,21
org.pdfbox.afmtypes.CharMetric,org.pdfbox.afmtypes.Composite,25,17,8
org.pdfbox.afmtypes.CharMetric,org.pdfbox.afmtypes.CompositePart,25,13,12
com.sun.el.util.MessageFactory,org.apache.jasper.compiler.Localizer,39,44,5
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,57,44,13
org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.bouncycastle.asn1.cmp.ProtectedPart,org.bouncycastle.asn1.esf.SPuri,40,33,7
net.sf.mmm.util.lang.base.SystemUtilImpl,net.sf.mmm.util.text.base.JustificationBuilderImpl,28,25,3
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlTimeConverter,34,24,10
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.ocsp.Signature,43,63,20
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.ParamTag,37,22,15
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodRef,126,112,14
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodRefParameter,126,124,2
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.Signature,48,63,15
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,68,70,2
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.MethodRef,90,112,22
org.eclipse.jdt.core.dom.BreakStatement,org.eclipse.jdt.core.dom.MethodRefParameter,90,124,34
org.bouncycastle.asn1.sec.SECObjectIdentifiers,org.bouncycastle.asn1.x509.KeyPurposeId,16,18,2
org.eclipse.jdt.internal.compiler.util.ObjectVector,org.eclipse.jdt.internal.core.TypeVector,101,115,14
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.ocsp.RevokedInfo,44,61,17
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,58,42,16
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.PKCS12PBEParams,64,44,20
org.bouncycastle.asn1.x509.AttCertValidityPeriod,org.bouncycastle.asn1.x509.NoticeReference,44,59,15
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.OriginatorPublicKey,64,51,13
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.Attribute,59,43,16
org.eclipse.jdt.internal.core.search.indexing.IndexAllProject$2,org.eclipse.jdt.internal.core.search.indexing.IndexBinaryFolder$2,52,44,8
org.bouncycastle.asn1.pkcs.SignerInfo,org.bouncycastle.asn1.tsp.TimeStampResp,59,44,15
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SuperConstructorInvocation,126,109,17
org.bouncycastle.crypto.paddings.ISO10126d2Padding,org.bouncycastle.crypto.paddings.X923Padding,51,52,1
org.bouncycastle.asn1.pkcs.CertBag,org.bouncycastle.asn1.pkcs.EncryptionScheme,33,24,9
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.Request,45,60,15
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,68,70,2
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.KeyTransRecipientInfo,43,58,15
org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,org.bouncycastle.asn1.x509.DigestInfo,62,47,15
com.generationjava.awt.ReportEvent,com.sun.appserv.util.cache.BaseCache$CacheItem,20,27,7
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cmp.RevDetails,64,45,19
com.icesoft.net.messaging.expression.And,com.icesoft.net.messaging.expression.Equal,30,38,8
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.x509.CertificateList,42,56,14
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ess.ESSCertID,45,56,11
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ess.ESSCertIDv2,45,84,39
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,59,45,14
org.bouncycastle.asn1.pkcs.EncryptedData,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,64,45,19
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.cms.OtherKeyAttribute,62,44,18
org.bouncycastle.asn1.ocsp.Signature,org.bouncycastle.asn1.tsp.MessageImprint,63,43,20
org.bouncycastle.asn1.cryptopro.GOST28147Parameters,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,43,62,19
org.bouncycastle.asn1.ocsp.ResponseBytes,org.bouncycastle.asn1.x509.IssuerSerial,47,58,11
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequest,60,47,13
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.CertificationRequestInfo,60,69,9
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.ShowText,53,42,11
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.ShowTextGlyph,53,83,30
com.sun.el.parser.ELParserTreeConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,20,22,2
org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,119,156,37
org.eclipse.jdt.internal.compiler.ast.AllocationExpression,org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression,152,164,12
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.SuperConstructorInvocation,124,109,15
org.bouncycastle.asn1.cms.EncryptedData,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,63,45,18
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,48,62,14
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,48,8,40
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.pkcs.EncryptedData,45,64,19
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.KeyTransRecipientInfo,42,58,16
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.xmlpull.v1.XmlPullParser,22,20,2
org.apache.tools.ant.taskdefs.FixCRLF$CrLf,org.xmlpull.v1.XmlPullParserException,22,51,29
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.MethodInvocation,156,123,33
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.cms.KEKIdentifier,45,62,17
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.QualifiedType,126,105,21
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,68,70,2
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.tsp.MessageImprint,59,43,16
com.sun.el.parser.ELParserTreeConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,20,22,2
org.apache.taglibs.standard.lang.jstl.test.Bean2,org.pdfbox.ttf.NameRecord,19,26,7
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.QualifiedName,126,109,17
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.QualifiedType,124,105,19
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,84,70,14
org.pdfbox.util.operator.SetMoveAndShow,org.pdfbox.util.operator.SetWordSpacing,53,41,12
org.bouncycastle.asn1.esf.CommitmentTypeIndication,org.bouncycastle.asn1.pkcs.EncryptionScheme,40,24,16
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,45,62,17
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,45,8,37
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MethodDeclaration,126,156,30
org.pdfbox.util.operator.SetMatrix,org.pdfbox.util.operator.SetWordSpacing,62,41,21
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.RevokedInfo,44,61,17
org.bouncycastle.asn1.cms.OtherRecipientInfo,org.bouncycastle.asn1.x509.CertificateList,48,56,8
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,70,68,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,68,70,2
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.crmf.CertId,64,44,20
org.eclipse.jdt.core.dom.LabeledStatement,org.eclipse.jdt.core.dom.ThisExpression,108,89,19
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.esf.SignaturePolicyId,45,58,13
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,45,44,1
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.ocsp.OCSPRequest,44,60,16
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version,68,70,2
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.fmt.BundleTag,33,23,10
org.bouncycastle.asn1.cmp.InfoTypeAndValue,org.bouncycastle.asn1.ocsp.RevokedInfo,47,61,14
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,62,42,20
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ess.ESSCertID,45,56,11
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ess.ESSCertIDv2,45,84,39
org.eclipse.jdt.internal.core.util.ConstantValueAttribute,org.eclipse.jdt.internal.core.util.SourceFileAttribute,17,28,11
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,59,45,14
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination,org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitHeightDestination,24,34,10
org.eclipse.jdt.core.dom.AssertStatement,org.eclipse.jdt.core.dom.ThisExpression,108,89,19
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.EncryptedContentInfo,43,59,16
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.EncryptedContentInfoParser,43,19,24
org.pdfbox.examples.pdmodel.CreateBlankPDF,org.pdfbox.examples.pdmodel.PrintDocumentMetaData,41,56,15
com.sun.el.parser.SimpleCharStream,org.apache.taglibs.standard.extra.spath.ASCII_UCodeESC_CharStream,189,244,55
org.bouncycastle.asn1.crmf.AttributeTypeAndValue,org.bouncycastle.asn1.esf.SPuri,40,33,7
org.pdfbox.util.operator.EndText,org.pdfbox.util.operator.SetGraphicsStateParameters,37,44,7
org.bouncycastle.asn1.cmp.CertifiedKeyPair,org.bouncycastle.asn1.crmf.SinglePubInfo,61,45,16
org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration,org.eclipse.jdt.core.dom.SwitchCase,119,113,6
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetTextFont,44,57,13
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,59,45,14
net.sf.mmm.util.nls.impl.NlsDependenciesImpl,net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl,28,18,10
net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod,net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod,38,30,8
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.MemberValuePair,126,106,20
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.esf.SignaturePolicyId,47,58,11
org.bouncycastle.asn1.crmf.CertRequest,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,47,44,3
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany,68,70,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,70,68,2
org.apache.tools.ant.types.Mapper$MapperType,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,39,22,17
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,70,68,2
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPRequest,45,60,15
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,com.thoughtworks.xstream.converters.extended.SqlTimestampConverter,34,24,10
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.Signature,45,63,18
org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,org.apache.taglibs.standard.tag.el.sql.ParamTag,24,16,8
org.eclipse.jdt.core.dom.MethodRefParameter,org.eclipse.jdt.core.dom.QualifiedName,124,109,15
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,70,68,2
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.x509.IssuerSerial,47,58,11
org.bouncycastle.asn1.cms.EncryptedData,org.bouncycastle.asn1.cms.IssuerAndSerialNumber,63,45,18
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.TypeParameter,114,110,4
org.apache.taglibs.standard.tag.el.core.ParamTag,org.apache.taglibs.standard.tag.el.core.SetTag,22,30,8
org.eclipse.jdt.internal.compiler.ast.ForStatement,org.eclipse.jdt.internal.compiler.ast.WhileStatement,149,114,35
com.thoughtworks.xstream.converters.extended.CurrencyConverter,com.thoughtworks.xstream.converters.extended.ISO8601DateConverter,24,34,10
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.x509.IssuerSerial,42,58,16
org.bouncycastle.asn1.cms.OtherKeyAttribute,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,44,60,16
org.eclipse.jdt.core.dom.ContinueStatement,org.eclipse.jdt.core.dom.SingleMemberAnnotation,90,107,17
com.sun.appserv.util.cache.BaseCache$CacheItem,net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor,27,17,10
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.cms.OtherRecipientInfo,62,48,14
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.ocsp.Signature,42,63,21
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPResponse,45,62,17
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,45,8,37
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters,42,55,13
org.pdfbox.util.operator.SetGraphicsStateParameters,org.pdfbox.util.operator.SetMatrix,44,62,18
org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,org.bouncycastle.asn1.x509.NoticeReference,45,59,14
org.apache.taglibs.standard.tag.el.core.UrlTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,20,28,8
com.threerings.openal.Stream$FadeMode,it.openutils.hibernate.security.dataobject.PermissionEnum,40,46,6
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.esf.SignaturePolicyId,47,58,11
org.bouncycastle.asn1.cmp.CertStatus,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,47,44,3
org.eclipse.jdt.internal.core.search.BasicSearchEngine$1$AllTypeDeclarationsVisitor,org.eclipse.jdt.internal.core.search.BasicSearchEngine$2$AllTypeDeclarationsVisitor,44,53,9
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetGraphicsStateParameters,62,44,18
org.apache.taglibs.standard.tag.el.fmt.SetBundleTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,18,28,10
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetTextLeading,62,42,20
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.crmf.CertId,60,44,16
org.bouncycastle.asn1.x509.KeyPurposeId,org.bouncycastle.asn1.x509.X509ObjectIdentifiers,18,16,2
org.bouncycastle.jce.provider.JDKX509CertificateFactory,org.bouncycastle.jce.provider.X509AttrCertParser,117,108,9
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,59,42,17
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToOne,68,70,2
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.tsp.MessageImprint,62,43,19
org.pdfbox.filter.DCTFilter,org.pdfbox.pdmodel.font.PDCIDFontType2Font,27,29,2
com.sun.appserv.util.cache.BaseCache$CacheItem,net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl,27,16,11
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.MethodRefParameter,156,124,32
org.bouncycastle.asn1.cms.KEKIdentifier,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,62,45,17
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,59,44,15
org.eclipse.jdt.core.dom.ThisExpression,org.eclipse.jdt.core.dom.TypeParameter,89,110,21
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,64,45,19
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.core.RedirectTag,36,22,14
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Entity,org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion,70,68,2
org.eclipse.jdt.core.dom.ImportDeclaration,org.eclipse.jdt.core.dom.SingleVariableDeclaration,126,155,29
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.cms.OtherKeyAttribute,58,44,14
org.apache.taglibs.standard.tag.el.sql.ParamTag,org.apache.taglibs.standard.tag.el.sql.TransactionTag,16,22,6
org.pdfbox.util.operator.Invoke,org.pdfbox.util.operator.SetWordSpacing,62,41,21
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,45,60,15
com.generationjava.swing.GJTableSortIndex,net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor,22,17,5
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cmp.PollRepContent,64,47,17
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.MethodRef,114,112,2
org.eclipse.jdt.core.dom.ArrayType,org.eclipse.jdt.core.dom.MethodRefParameter,114,124,10
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.esf.SignaturePolicyId,47,58,11
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.esf.SignaturePolicyIdentifier,47,44,3
org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference,org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference,63,47,16
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.core.ParamTag,36,22,14
org.bouncycastle.asn1.cmp.PollRepContent,org.bouncycastle.asn1.x509.IssuerSerial,47,58,11
org.eclipse.jdt.core.dom.SwitchStatement,org.eclipse.jdt.core.dom.VariableDeclarationFragment,112,124,12
org.pdfbox.util.operator.MoveTextSetLeading,org.pdfbox.util.operator.SetWordSpacing,54,41,13
com.sun.el.parser.ELParserConstants,org.apache.tools.ant.types.selectors.SizeSelector$ByteUnits,20,22,2
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,57,45,12
org.eclipse.jdt.core.dom.FieldAccess,org.eclipse.jdt.core.dom.MethodRefParameter,107,124,17
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.ocsp.RevokedInfo,43,61,18
org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference,org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference,52,62,10
org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo,org.bouncycastle.asn1.pkcs.SignedData,44,60,16
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.x509.AccessDescription,45,53,8
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.RecipientKeyIdentifier,42,60,18
net.sf.mmm.util.nls.api.NlsAccess,net.sf.mmm.util.text.base.JustificationBuilderImpl,27,25,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.pkcs.Attribute,58,43,15
org.eclipse.jdt.core.dom.SwitchCase,org.eclipse.jdt.core.dom.VariableDeclarationFragment,113,124,11
org.apache.taglibs.standard.tag.el.core.ImportTag,org.apache.taglibs.standard.tag.el.core.RedirectTag,33,22,11
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPResponse,45,62,17
org.bouncycastle.asn1.crmf.SinglePubInfo,org.bouncycastle.asn1.ocsp.OCSPResponseStatus,45,8,37
org.bouncycastle.asn1.cmp.PollReqContent,org.bouncycastle.asn1.crmf.PKIPublicationInfo,50,60,10
org.bouncycastle.asn1.ess.ESSCertID,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,56,45,11
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,60,45,15
org.bouncycastle.asn1.crmf.CertId,org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters,44,55,11
org.bouncycastle.asn1.cms.IssuerAndSerialNumber,org.bouncycastle.asn1.ocsp.RevokedInfo,45,61,16
org.eclipse.jdt.internal.core.search.matching.PackageReferencePattern,org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern,84,102,18
org.eclipse.jdt.core.dom.MethodInvocation,org.eclipse.jdt.core.dom.SingleVariableDeclaration,123,155,32
org.eclipse.jdt.internal.core.jdom.DOMImport,org.eclipse.jdt.internal.core.jdom.DOMPackage,90,77,13
org.apache.taglibs.standard.tag.el.core.OutTag,org.apache.taglibs.standard.tag.el.xml.TransformTag,36,24,12
org.eclipse.jdt.core.dom.ParameterizedType,org.eclipse.jdt.core.dom.VariableDeclarationFragment,109,124,15
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.eclipse.jdt.core.dom.AssertStatement,org.eclipse.jdt.core.dom.MethodRefParameter,108,124,16
org.jvnet.hyperjaxb3.ejb.schemas.customizations.EmbeddedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.bouncycastle.asn1.cms.RecipientKeyIdentifier,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,60,45,15
org.bouncycastle.asn1.ocsp.Request,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,60,45,15
org.bouncycastle.asn1.cms.KEKRecipientInfo,org.bouncycastle.asn1.crmf.POPOSigningKeyInput,57,42,15
org.apache.taglibs.standard.extra.spath.SPathParserConstants,org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants,20,27,7
org.pdfbox.filter.DCTFilter,org.pdfbox.pdmodel.font.PDCIDFontType0Font,27,29,2
org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent,org.bouncycastle.asn1.cms.EncryptedData,42,63,21
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.ocsp.ResponseBytes,62,47,15
org.bouncycastle.asn1.ocsp.OCSPResponse,org.bouncycastle.asn1.pkcs.IssuerAndSerialNumber,62,45,17
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag,org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag,37,24,13
org.bouncycastle.asn1.cryptopro.GOST3410ParamSetParameters,org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure,53,62,9
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetWordSpacing,62,41,21
org.eclipse.jdt.core.dom.MethodDeclaration,org.eclipse.jdt.core.dom.VariableDeclarationFragment,156,124,32
org.eclipse.jdt.core.dom.SwitchCase,org.eclipse.jdt.core.dom.ThisExpression,113,89,24
org.bouncycastle.asn1.cmp.PKIStatusInfo,org.bouncycastle.asn1.cms.RecipientEncryptedKey,64,49,15
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.ocsp.OCSPRequest,45,60,15
org.pdfbox.util.operator.Concatenate,org.pdfbox.util.operator.SetTextLeading,62,42,20
com.sun.el.parser.ELParserConstants,org.apache.tools.ant.taskdefs.FixCRLF$CrLf,20,22,2
org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation,org.eclipse.jdt.internal.core.DiscardWorkingCopyOperation,42,40,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId,org.jvnet.hyperjaxb3.ejb.schemas.customizations.MappedSuperclass,68,70,2
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToMany,org.jvnet.hyperjaxb3.ejb.schemas.customizations.Persistence,70,84,14
org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitDestination,org.pdfbox.pdmodel.interactive.documentnavigation.destination.PDPageFitWidthDestination,24,34,10
org.bouncycastle.asn1.cms.KeyTransRecipientInfo,org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,58,45,13
org.bouncycastle.asn1.cms.Attribute,org.bouncycastle.asn1.cms.KEKIdentifier,43,62,19
org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag,org.apache.taglibs.standard.tag.el.xml.ParseTag,17,28,11
org.bouncycastle.asn1.esf.SigPolicyQualifierInfo,org.bouncycastle.asn1.x509.IssuerSerial,45,58,13
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper,org.apache.servicemix.soap.core.AbstractInterceptorProvider,39,21,18
org.eclipse.jdt.core.dom.EnhancedForStatement,org.eclipse.jdt.core.dom.ImportDeclaration,108,126,18
org.bouncycastle.asn1.ocsp.RevokedInfo,org.bouncycastle.asn1.pkcs.Attribute,61,43,18
意外と長い奴があるな