Created
April 17, 2015 22:08
-
-
Save sebersole/0e7b9bbeaf2ef7f9228a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<BugCollection version="3.0.1" sequence="0" timestamp="1429308174672" analysisTimestamp="1429308174687" release=""> | |
<Project projectName=""> | |
<Jar>/home/sebersole/projects/tmp/DmConvertCase/build/classes/main/DmConvertCase.class</Jar> | |
<SrcDir>/home/sebersole/projects/tmp/DmConvertCase/src/main/java/DmConvertCase.java</SrcDir> | |
</Project> | |
<BugInstance type="URF_UNREAD_FIELD" priority="2" rank="18" abbrev="UrF" category="PERFORMANCE"> | |
<Class classname="DmConvertCase"> | |
<SourceLine classname="DmConvertCase" start="1" end="2" sourcefile="DmConvertCase.java" sourcepath="DmConvertCase.java"/> | |
</Class> | |
<Field classname="DmConvertCase" name="field" signature="Ljava/lang/String;" isStatic="false"> | |
<SourceLine classname="DmConvertCase" sourcefile="DmConvertCase.java" sourcepath="DmConvertCase.java"/> | |
</Field> | |
<SourceLine classname="DmConvertCase" start="2" end="2" startBytecode="10" endBytecode="10" sourcefile="DmConvertCase.java" sourcepath="DmConvertCase.java"/> | |
</BugInstance> | |
<Errors errors="0" missingClasses="0"></Errors> | |
<FindBugsSummary timestamp="Fri, 17 Apr 2015 17:02:54 -0500" total_classes="1" referenced_classes="10" total_bugs="1" total_size="5" num_packages="1" java_version="1.8.0_40" vm_version="25.40-b25" cpu_seconds="4.05" clock_seconds="0.90" peak_mbytes="101.08" alloc_mbytes="3499.00" gc_seconds="0.02" priority_2="1"> | |
<PackageStats package="" total_bugs="1" total_types="1" total_size="5" priority_2="1"> | |
<ClassStats class="DmConvertCase" sourceFile="DmConvertCase.java" interface="false" size="5" bugs="1" priority_2="1"/> | |
</PackageStats> | |
<FindBugsProfile> | |
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine" totalMilliseconds="169" invocations="302" avgMicrosecondsPerInvocation="562" maxMicrosecondsPerInvocation="11979" standardDeviationMircosecondsPerInvocation="1210"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.FieldItemSummary" totalMilliseconds="51" invocations="10" avgMicrosecondsPerInvocation="5161" maxMicrosecondsPerInvocation="17267" standardDeviationMircosecondsPerInvocation="6044"/> | |
<ClassProfile name="edu.umd.cs.findbugs.OpcodeStack$JumpInfoFactory" totalMilliseconds="44" invocations="58" avgMicrosecondsPerInvocation="759" maxMicrosecondsPerInvocation="4511" standardDeviationMircosecondsPerInvocation="883"/> | |
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.MethodGenFactory" totalMilliseconds="37" invocations="1" avgMicrosecondsPerInvocation="37923" maxMicrosecondsPerInvocation="37923" standardDeviationMircosecondsPerInvocation="0"/> | |
<ClassProfile name="edu.umd.cs.findbugs.util.TopologicalSort" totalMilliseconds="32" invocations="268" avgMicrosecondsPerInvocation="120" maxMicrosecondsPerInvocation="1089" standardDeviationMircosecondsPerInvocation="185"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.FindNoSideEffectMethods" totalMilliseconds="27" invocations="10" avgMicrosecondsPerInvocation="2737" maxMicrosecondsPerInvocation="12355" standardDeviationMircosecondsPerInvocation="3663"/> | |
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.JavaClassAnalysisEngine" totalMilliseconds="22" invocations="23" avgMicrosecondsPerInvocation="981" maxMicrosecondsPerInvocation="11178" standardDeviationMircosecondsPerInvocation="2306"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.NoteDirectlyRelevantTypeQualifiers" totalMilliseconds="20" invocations="10" avgMicrosecondsPerInvocation="2063" maxMicrosecondsPerInvocation="8681" standardDeviationMircosecondsPerInvocation="2622"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.OverridingEqualsNotSymmetrical" totalMilliseconds="19" invocations="10" avgMicrosecondsPerInvocation="1995" maxMicrosecondsPerInvocation="12183" standardDeviationMircosecondsPerInvocation="3534"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.FunctionsThatMightBeMistakenForProcedures" totalMilliseconds="17" invocations="10" avgMicrosecondsPerInvocation="1764" maxMicrosecondsPerInvocation="6901" standardDeviationMircosecondsPerInvocation="2233"/> | |
<ClassProfile name="edu.umd.cs.findbugs.detect.BuildObligationPolicyDatabase" totalMilliseconds="14" invocations="10" avgMicrosecondsPerInvocation="1450" maxMicrosecondsPerInvocation="5206" standardDeviationMircosecondsPerInvocation="1681"/> | |
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.ClassDataAnalysisEngine" totalMilliseconds="13" invocations="303" avgMicrosecondsPerInvocation="45" maxMicrosecondsPerInvocation="635" standardDeviationMircosecondsPerInvocation="46"/> | |
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.bcel.CFGFactory" totalMilliseconds="13" invocations="1" avgMicrosecondsPerInvocation="13217" maxMicrosecondsPerInvocation="13217" standardDeviationMircosecondsPerInvocation="0"/> | |
</FindBugsProfile> | |
</FindBugsSummary> | |
<ClassFeatures></ClassFeatures> | |
<History></History> | |
</BugCollection> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment