Home
last modified time | relevance | path

Searched refs:PACKAGE_INFO_NAME (Results 1 – 25 of 39) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DPackageBinding.java314 …ReferenceBinding packageInfo = this.getType(TypeConstants.PACKAGE_INFO_NAME, this.enclosingModule); in isViewedAsDeprecated()
325 ReferenceBinding packageInfo = getType(TypeConstants.PACKAGE_INFO_NAME, this.enclosingModule); in initDefaultNullness()
H A DTypeConstants.java529 public static final char[] PACKAGE_INFO_NAME = "package-info".toCharArray(); //$NON-NLS-1$ field
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/apt/model/
H A DPackageElementImpl.java55 …oundName = CharOperation.arrayConcat(packageBinding.compoundName, TypeConstants.PACKAGE_INFO_NAME); in getAnnotationBindings()
H A DElementsImpl.java352 …oundName = CharOperation.arrayConcat(packageBinding.compoundName, TypeConstants.PACKAGE_INFO_NAME); in getUnparsedDocComment()
H A DFactory.java350 if (CharOperation.equals(referenceBinding.sourceName, TypeConstants.PACKAGE_INFO_NAME)) { in newElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DIncrementalImageBuilder.java272 if (last.length() == TypeConstants.PACKAGE_INFO_NAME.length) in addDependentsOf()
273 if (CharOperation.equals(last.toCharArray(), TypeConstants.PACKAGE_INFO_NAME)) { in addDependentsOf()
846 if (CharOperation.equals(sourceFile.getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME)) { in updateProblemsFor()
853 …Compilation(true, new AbortIncrementalBuildException(new String(TypeConstants.PACKAGE_INFO_NAME))); in updateProblemsFor()
H A DAbstractImageBuilder.java424 …harOperation.equals(javaElement.getElementName().toCharArray(), TypeConstants.PACKAGE_INFO_NAME)) {
734 …ackage && !(CharOperation.equals(sourceFile.getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME))) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DTypeConstants.java155 public static final char[] PACKAGE_INFO_NAME = "package-info".toCharArray(); //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/model/
H A DPackageElementImpl.java61 …oundName = CharOperation.arrayConcat(packageBinding.compoundName, TypeConstants.PACKAGE_INFO_NAME); in getAnnotationBindings()
H A DElementsImpl.java363 …oundName = CharOperation.arrayConcat(packageBinding.compoundName, TypeConstants.PACKAGE_INFO_NAME); in getUnparsedDocComment()
H A DFactory.java361 if (CharOperation.equals(referenceBinding.sourceName, TypeConstants.PACKAGE_INFO_NAME)) { in newElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaConventions.java235 if (!CharOperation.equals(identifier.toCharArray(), TypeConstants.PACKAGE_INFO_NAME) in validateCompilationUnitName()
306 if (!CharOperation.equals(identifier.toCharArray(), TypeConstants.PACKAGE_INFO_NAME) in validateClassFileName()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DPackageBinding.java229 ReferenceBinding packageInfo = this.getType(TypeConstants.PACKAGE_INFO_NAME); in isViewedAsDeprecated()
H A DTypeConstants.java366 public static final char[] PACKAGE_INFO_NAME = "package-info".toCharArray(); //$NON-NLS-1$ field
H A DBinaryTypeBinding.java1604 … isPackageInfo = CharOperation.equals(binaryBinding.sourceName(), TypeConstants.PACKAGE_INFO_NAME); in scanTypeForNullDefaultAnnotation()
1678 ReferenceBinding packageInfo = packageBinding.getType(TypeConstants.PACKAGE_INFO_NAME); in scanTypeForNullDefaultAnnotation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DPackageBinding.java108 nameEnvironment.findType(TypeConstants.PACKAGE_INFO_NAME, this.binding.compoundName); in getAnnotations()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DCompilationUnitDeclaration.java195 declaration.name = TypeConstants.PACKAGE_INFO_NAME; in createPackageInfoType()
406 return CharOperation.equals(getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME); in isPackageInfo()
H A DTypeDeclaration.java1212 if (this.scope != null && (this.name != TypeConstants.PACKAGE_INFO_NAME)) { in resolve()
1521 return CharOperation.equals(this.name, TypeConstants.PACKAGE_INFO_NAME); in isPackageInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DCompilationUnitDeclaration.java222 declaration.name = TypeConstants.PACKAGE_INFO_NAME; in createPackageInfoType()
455 return CharOperation.equals(getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME); in isPackageInfo()
H A DAnnotation.java1098 if (CharOperation.equals(sourceType.sourceName, TypeConstants.PACKAGE_INFO_NAME)) in resolveType()
1163 if (CharOperation.equals(sourceType.sourceName, TypeConstants.PACKAGE_INFO_NAME)) in isAnnotationTargetAllowed()
1185 … (CharOperation.equals(((ReferenceBinding) recipient).sourceName, TypeConstants.PACKAGE_INFO_NAME)) in isAnnotationTargetAllowed()
H A DTypeDeclaration.java1495 if (this.scope != null && (this.name != TypeConstants.PACKAGE_INFO_NAME)) { in resolve()
1848 return CharOperation.equals(this.name, TypeConstants.PACKAGE_INFO_NAME); in isPackageInfo()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DCompilationResult.java268 …f (CharOperation.equals(this.compilationUnit.getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME)) { in getCUProblems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DCompilationResult.java272 …f (CharOperation.equals(this.compilationUnit.getMainTypeName(), TypeConstants.PACKAGE_INFO_NAME)) { in getCUProblems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DAbstractRegressionTest.java1201 public final static String PACKAGE_INFO_NAME = new String(TypeConstants.PACKAGE_INFO_NAME); field in AbstractRegressionTest
1502 if (className.endsWith(PACKAGE_INFO_NAME)) return; in executeClass()
2520 !className.endsWith(PACKAGE_INFO_NAME) && !className.endsWith(MODULE_INFO_NAME)) {
3454 if (!className.endsWith(PACKAGE_INFO_NAME) && !className.endsWith(MODULE_INFO_NAME)) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
H A DClasspathDirectory.java170 if(CharOperation.equals(TypeConstants.PACKAGE_INFO_NAME, typeName)) { in findSecondaryInClass()

12