|
a/tool/run/plugins/spdx/showFileDetails.java |
|
b/tool/run/plugins/spdx/showFileDetails.java |
|
... |
|
... |
277 |
//+ html.br
|
277 |
//+ html.br
|
278 |
+ swingUtils.addIfNotEmpty("SSDEEP", resultSSDEEP)
|
278 |
+ swingUtils.addIfNotEmpty("SSDEEP", resultSSDEEP)
|
279 |
+ html.br
|
279 |
+ html.br
|
280 |
+ swingUtils.addIfNotEmpty("Look for \""
|
280 |
+ swingUtils.addIfNotEmpty("Look for \""
|
281 |
+filename
|
281 |
+filename
|
282 |
+"\" in search engines"
|
282 |
+"\""
|
283 |
, resultFilename)
|
283 |
, resultFilename)
|
284 |
+ html._div
|
284 |
+ html._div
|
285 |
// + swingUtils.addSSDEEP("SSDEEP", file)
|
285 |
// + swingUtils.addSSDEEP("SSDEEP", file)
|
286 |
// + swingUtils.addIfNotEmpty("Copyright text",file.tagFileCopyrightText.toString())
|
286 |
// + swingUtils.addIfNotEmpty("Copyright text",file.tagFileCopyrightText.toString())
|
287 |
;
|
287 |
;
|