MCPcopy Index your code
hub / github.com/1150037361/SpringScan / clearRow

Method clearRow

src/main/java/tableMode/VulTableMode.java:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public void clearRow(){
47 this.vulData.clear();
48 fireTableRowsDeleted(vulData.size(),vulData.size());
49 }
50
51 public Boolean contiansUrl(String url){
52 if (vulData == null){

Callers 1

actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected