<pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
    <pre id="vvttv"></pre>

      <p id="vvttv"></p>

          <p id="vvttv"></p>

                <p id="vvttv"></p>

                <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                  <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                    <p id="vvttv"></p>

                    Immutable Classes: Field Mutation

                    ABSTRACT

                    被注釋為不可變,但是文件 中第 行的字段 出現了變化。

                    EXPLANATION

                    此類帶有來自 JCIP 注釋包的“不可變”注釋。然而,該類的可變字段之一具有在構造函數和析構函數之外對其進行調用的變化的方法。

                    例 1:不可變最終類的下列代碼錯誤地將集聲明為 publicfinal


                    @Immutable
                    public final class ThreeStooges {
                    private final Set stooges = new HashSet>();
                    ...

                    public void addStooge(String name) {
                    stooges.add(name);
                    }

                    }

                    REFERENCES

                    [1] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 471

                    [2] B. Goetz Java Concurrency in Practice.Chapter 3:Sharing Objects Guidelines

                    [3] Package net.jcip.annotations Specification


                    Copyright 2013 Fortify Software - All rights reserved.
                    (Generated from version 2013.1.1.0008 of the Fortify Secure Coding Rulepacks)
                    desc.structural.java.immutable_field_mutation

                      <pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
                      <pre id="vvttv"></pre>

                        <p id="vvttv"></p>

                            <p id="vvttv"></p>

                                  <p id="vvttv"></p>

                                  <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                                    <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                                      <p id="vvttv"></p>

                                      这里只有精品视频