marcoym2
marcoym2
report name: OS_OPEN_STREAM To reproduce: Eclipse development env: SpotBugs Expected Behavior: the file open the stream and without a close stream, which will make the application memory leaking and crash...
report name: DM_DEFAULT_ENCODING description: To reproduce: Eclipse development env: SpotBugs Expected Behavior: Should have a default for the following code: Food(int itemno,int quantity) { this.itemno=itemno; this.quantity=quantity; switch(itemno)v { case 1:price=quantity*50;...
Bug report: Exception is caught when Exception Decription: Hotel-Management-Project-Java/Main.java:591 Exception is caught when Exception is not thrown in Main.main(String[]) [Of Concern(15), High confidence] Tools usage: SpotBugs To Repoduce: using eclispe...