All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.javadoc.hints.Bundle.properties Maven / Gradle / Ivy

There is a newer version: RELEASE240
Show newest version
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

## {0} class member name
MISSING_JAVADOC_HINT=Create missing javadoc for {0}
MISSING_JAVADOC_DESC=Missing javadoc.
FIX_ALL_HINT=Fix all missing javadocs

## {0} exception fqn
MISSING_THROWS_DESC=Missing @throws tag for {0}
## {0} [@throws|@exception]
## {1} @throws name
ILLEGAL_ANNOTATION_TYPE_THROWS_DESC=Illegal {0} {1} tag.

## {0} @param name
UNKNOWN_PARAM_DESC=Unknown @param: {0}
## {0} @param name
ILLEGAL_ANNOTATION_TYPE_PARAM_DESC=Remove illegal @param {0} tag

## {0} @param name
DUPLICATE_TYPEPARAM_DESC=Duplicate @param name: {0}
## {0} @param name
MISSING_TYPEPARAM_DESC=Missing @param tag for {0}

MISSING_DEPRECATED_DESC=Missing @deprecated tag.
DUPLICATE_DEPRECATED_DESC=Duplicate @deprecated tag.

org-netbeans-modules-java-hints/rules/hints/javadoc=Javadoc

DN_CREATE_JAVADOC_HINT=Create Javadoc
DESC_CREATE_JAVADOC_HINT=Create Javadoc
DN_ERROR_IN_JAVADOC_HINT=Error in Javadoc
DESC_ERROR_IN_JAVADOC_HINT=Error in Javadoc
CTL_PUBLIC_OPTION=&public
CTL_PROTECTED_OPTION=p&rotected
CTL_PACKAGE_OPTION=p&ackage
CTL_PRIVATE_OPTION=pr&ivate
HINT_PUBLIC_OPTION=Analyzes only public classes and members.
HINT_PROTECTED_OPTION=Analyzes only protected and public classes and members.
HINT_PACKAGE_OPTION=Analyzes only package, protected, and public classes and members
HINT_PRIVATE_OPTION=Analyzes all classes and members.
ACD_PUBLIC_OPTION=Analyzes only public classes and members.
ACD_PROTECTED_OPTION=Analyzes only protected and public classes and members.
ACD_PACKAGE_OPTION=Analyzes only package, protected, and public classes and members
ACD_PRIVATE_OPTION=Analyzes all classes and members.
ACN_PUBLIC_OPTION=public radio button
ACN_PROTECTED_OPTION=protected radio button
ACN_PACKAGE_OPTION=package radio button
ACN_PRIVATE_OPTION=private radio button

LBL_SCOPE=Scope

CTL_APICHECKBOX=Check also publicly unavailable packages
AN_APICHECKBOX=Api Checkbox
AD_APICHECKBOX=Turns on javadoc hints also for publicly unavailable packages





© 2015 - 2025 Weber Informatics LLC | Privacy Policy