Codebase list findbugs / 5133422
fix man for findbugs yesx 10 years ago
3 changed file(s) with 8 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
+0
-41
debian/doc/findbugs.1 less more
0 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.11.
1 .TH FINDBUGS "1" "August 2013" "findbugs 2.0.2" "User Commands"
2 .SH NAME
3 findbugs \- manual page for findbugs 2.0.2
4 .SH DESCRIPTION
5 FindBugs version 2.0.2, http://findbugs.sourceforge.net
6 Command line options
7 fb analyze Perform FindBugs Analysis
8 fb filter Filter analysis results
9 fb gui Launch FindBugs GUI
10 fb help Provide help for commands
11 fb list Convert analysis results to textual form
12 fb set Set project configuration/options
13 fb version List FindBugs version
14 fb history history List details from multi\-version analysis results
15 fb merge history Combine analysis results from different versions of software to produce multi\-version analysis results
16 fb union history Merge analysis results from disjoint components
17 fb addMessages poweruser add msgs (e.g., textual descriptions of bugs) to analysis results
18 fb dis utility Disassemble a class file
19 .SS "General options:"
20 .TP
21 \fB\-jvmArgs\fR args
22 Pass args to JVM
23 .TP
24 \fB\-maxHeap\fR size
25 Maximum Java heap size in megabytes (default=768)
26 .TP
27 \fB\-javahome\fR <dir>
28 Specify location of JRE
29 .SH "SEE ALSO"
30 The full documentation for
31 .B findbugs
32 is maintained as a Texinfo manual. If the
33 .B info
34 and
35 .B findbugs
36 programs are properly installed at your site, the command
37 .IP
38 .B info findbugs
39 .PP
40 should give you access to the complete manual.
0 debian/doc/findbugs.1
0 debian/findbugs.1
2626
2727 dh_install --sourcedir=$(CURDIR)
2828
29 # prepare findbugs.1
30 help2man -h "-help" -v "-version" \
31 -n "Static Java Code Analyzer" \
32 $(CURDIR)/debian/findbugs/usr/bin/findbugs \
33 -o $(CURDIR)/debian/findbugs.1
34
2935 override_dh_auto_test:
3036 ant test
3137 dh_auto_test
38