OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bcel
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
acknowledgments.html
52
our humble apologies).</p></div><div class="sect1" title="2. 使用しているソフトウェア"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3561"></a>2. 使用しているソフトウェア</h2></div></div></div><p><span class="application">FindBugs</span> は、いくつかのオープンソースソフトウェアパッケージを使用しています。これらがなければ、 <span class="application">FindBugs</span> の開発は、より一層困難なものになったことでしょう。</p><div class="sect2" title="2.1.
BCEL
"><div class="titlepage"><div><div><h3 class="title"><a name="d0e3571"></a>2.1.
BCEL
</h3></div></div></div><p><span class="application">FindBugs</span> includes software developed by the Apache Software Foundation
54
Specifically, it uses the <a class="ulink" href="http://jakarta.apache.org/
bcel
/" target="_top">Byte Code
anttask.html
6
</pre><p>タスク定義は、 <code class="literal">findbugs</code> 要素を <code class="filename">build.xml</code> 上に記述したとき、そのタスクの実行に使用されるクラスを指定します。</p><p>タスク定義の記述をすれば、<code class="literal">findbugs</code> タスクを使ってターゲットを定義できます。次に示すのは、 Apache <a class="ulink" href="http://jakarta.apache.org/
bcel
/" target="_top">
BCEL
</a> ライブラリーを分析する場合を想定した <code class="filename">build.xml</code> の記述例です。</p><pre class="screen">
12
outputFile="
bcel
-fb.xml" >
15
<class location="${basedir}/bin/
bcel
.jar" />
18
</pre><p><code class="literal">findbugs</code> 要素には、 <code class="literal">home</code> 属性が必須です。 <span class="application">FindBugs</span> のインストールディレクトリーすなわち <em class="replaceable"><code>$FINDBUGS_HOME</code></em> の値を設定します。<a class="xref" href="installing.html" title="第2章 FindBugs™ のインストール">2章<i><span class="application">FindBugs</span>™ のインストール</i></a> を参照してください。</p><p>このターゲットは <code class="filename">
bcel
.jar</code> に対して <span class="application">FindBugs</span> を実行します。この Jar ファイルは、
BCEL
ビルドスクリプトによって作成されるものです。(上記のターゲットが「jar」ターゲットに依存している (depends) と設定することにより、 <span class="application">FindBugs</span> が実行される前に当該ライブラリーが完全にコンパイルされていることを保証しています。) <span class="application">FindBugs</span> の出力は、 XML 形式で <code class="filename">
bcel
-fb.xml</code> ファイルに保存されます。補助 Jar ファイル <code class="filename">Regex.jar</code> を aux classpath に記述しています。なぜなら、当該 Jar ファイルが
BCEL
メイン・ライブラリーから参照されるからです。source path を指定することで、保存されるバグデータに
BCEL
ソースコードへの正確な参照が記述されます。</p></div><div class="sect1" title="3. タスクの実行"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e1278"></a>3. タスクの実行</h2></div></div></div><p>コマンドラインから <span class="application">Ant</span> を起動する例を次に示します。前述の <code class="literal">findbugs</code> ターゲットを使用しています。</p><pre class="screen">
33
[findbugs] Output saved to
bcel
-fb.xm
[
all
...]
/external/owasp/sanitizer/tools/findbugs/doc/manual/
acknowledgments.html
53
development would have been much more difficult.</p><div class="sect2" title="2.1.
BCEL
"><div class="titlepage"><div><div><h3 class="title"><a name="d0e3759"></a>2.1.
BCEL
</h3></div></div></div><p><span class="application">FindBugs</span> includes software developed by the Apache Software Foundation
55
Specifically, it uses the <a class="ulink" href="http://jakarta.apache.org/
bcel
/" target="_top">Byte Code
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
.classpath
9
<classpathentry kind="lib" path="plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ant-apache-
bcel
.jar"/>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
ECLIPSEF.SF
6
Name: lib/ant-apache-
bcel
.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.pom
181
<artifactId>
bcel
</artifactId>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-parent/1.7.0/
ant-parent-1.7.0.pom
73
<module>ant-apache-
bcel
</module>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-parent/1.8.0/
ant-parent-1.8.0.pom
73
<module>ant-apache-
bcel
</module>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant-parent/1.8.2/
ant-parent-1.8.2.pom
85
<module>ant-apache-
bcel
</module>
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho/0.18.1/
tycho-0.18.1.pom
261
<groupId>
bcel
</groupId>
262
<artifactId>
bcel
</artifactId>
/external/owasp/sanitizer/tools/findbugs/doc/
performance.html
92
<ClassProfile name="edu.umd.cs.findbugs.classfile.engine.
bcel
.LockDataflowFactory" totalMilliseconds="11"
manual_ja.xml
760
<para>?????????????<literal>findbugs</literal> ??????????????????????????? Apache <ulink url="http://jakarta.apache.org/
bcel
/">
BCEL
</ulink> ?????????????????? <filename>build.xml</filename> ???????<screen>
766
outputFile="
bcel
-fb.xml" >
769
<class location="${basedir}/bin/
bcel
.jar" />
774
<para>???????? <filename>
bcel
.jar</filename> ???? &FindBugs; ????????? Jar ??????
BCEL
??????????????????????(??????????jar????????????? (depends) ??????????? &FindBugs; ?????????????????????????????????????????) &FindBugs; ????? XML ??? <filename>
bcel
-fb.xml</filename> ?????????????? Jar ???? <filename>Regex.jar</filename> ? aux classpath ???????????????? Jar ?????
BCEL
??????????????????????source path ????????????????????
BCEL
?????????????????????</para>
795
[findbugs] Output saved to
bcel
-fb.xm
[
all
...]
Changes.html
[
all
...]
sysprops.html
165
<td>Disable the workaround for the bug in
BCEL
5.0's LineNumberTable class.</td>
manual.xml
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.pom
117
<exclude>org/apache/tools/ant/util/depend/
bcel
/*</exclude>
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho/0.20.0/
tycho-0.20.0.pom
267
<groupId>
bcel
</groupId>
268
<artifactId>
bcel
</artifactId>
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0-sources.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0-sources.jar
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java
270
* Checks all the classes defined in the JarClassName instance and uses
BCEL
to
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/
commons-parent-32.pom
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/
commons-parent-25.pom
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/28/
commons-parent-28.pom
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/32/
commons-parent-32.pom
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/33/
commons-parent-33.pom
[
all
...]
Completed in 5991 milliseconds
1
2
3