File: core.jnlp

package info (click to toggle)
findbugs 3.1.0~preview2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 16,412 kB
  • sloc: java: 132,265; xml: 31,759; sh: 361; sql: 126; perl: 122; makefile: 35
file content (30 lines) | stat: -rwxr-xr-x 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0+" >
  <information> 
    <title>FindBugs</title>
    <vendor>University of Maryland</vendor> 
    <homepage href="http://findbugs.sourceforge.net"/> 
    <description>Findbugs: Static Bug Finder</description> 
    <description kind="short">Static analysis tool for defect detection</description> 
    <icon href="buggy-sm.png"/> 
    <offline-allowed/> 
  </information> 
  <security> 
      <all-permissions/> 
  </security> 
  <resources> 
    <jar href="bcel.jar"/>
    <jar href="dom4j.jar"/>
    <jar href="asm.jar"/>
    <jar href="asm-tree.jar"/>
    <jar href="asm-commons.jar"/>
    <jar href="jaxen.jar"/>
    <jar href="jFormatString.jar"/>
    <jar href="commons-lang.jar"/>
    <jar href="jsr305.jar"/>
  </resources> 
  <component-desc />
</jnlp>