Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.8

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
7 2 0 0

Files

Class Bugs
edu.pdx.cs.joy.airlineweb.PrettyPrinter 1
edu.pdx.cs.joy.airlineweb.TextDumper 1

edu.pdx.cs.joy.airlineweb.PrettyPrinter

Bug Category Details Line Priority
new edu.pdx.cs.joy.airlineweb.PrettyPrinter(Writer) may expose internal representation by storing an externally mutable object into PrettyPrinter.writer MALICIOUS_CODE EI_EXPOSE_REP2 26 Medium

edu.pdx.cs.joy.airlineweb.TextDumper

Bug Category Details Line Priority
new edu.pdx.cs.joy.airlineweb.TextDumper(Writer) may expose internal representation by storing an externally mutable object into TextDumper.writer MALICIOUS_CODE EI_EXPOSE_REP2 11 Medium