Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createDeprecations (0.14 sec)

  1. testing/performance/src/templates/generateLotsOfDeprecationWarnings/build.gradle

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    @groovy.transform.CompileStatic
    void createDeprecations(int iterations) {
        for (int i = 0; i < iterations; i++) {
            // every 10th deprecation should have a different message
            if (i % 10 == 0) {
                nagUserOfDeprecated("Some unique deprecation No #\$i")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top