Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/messages.properties')
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/messages.properties212
1 files changed, 212 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/messages.properties b/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/messages.properties
new file mode 100644
index 0000000000..a49d4524f5
--- /dev/null
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/messages.properties
@@ -0,0 +1,212 @@
+### JavaModel messages.
+
+### assertion
+assert.nullArgument = null argument; {0}
+assert.failed = Assertion failed; {0}.
+assert.shouldNotImplement = Should not be called
+
+### hierarchy
+hierarchy.nullProject = Project argument cannot be null.
+hierarchy.nullRegion = Region cannot be null.
+hierarchy.nullFocusType = Type focus cannot be null.
+hierarchy.creating = Creating type hierarchy...
+
+### java element
+element.doesNotExist = {0} does not exist.
+element.invalidClassFileName = Class file name must end with .class.
+element.cannotReconcile = Must create reconciler on a working copy.
+element.attachingSource = Attaching source...
+element.invalidType = Type is not one of the defined constants.
+element.classpathCycle = A cycle was detected in the project's classpath.
+element.onlyOneJavaModel = Cannot instantiate more than one Java Model.
+element.projectDoesNotExist = Project {0} not present
+element.cannotLocate = Failed to locate {0} in {1}
+element.invalidResourceForProject = Illegal argument - must be one of IProject, IFolder, or IFile
+element.nullName = Name cannot be null.
+element.nullType = Type cannot be null.
+element.illegalParent = Illegal parent argument.
+element.notPresent = Not present
+
+### java model operations
+operation.needElements = Operation requires one or more elements.
+operation.needName = Operation requires a name.
+operation.needPath = Operation requires a path.
+operation.needAbsolutePath = Operation requires an absolute path. Relative path specified was: {0}
+operation.needString = Operation requires a String.
+operation.notSupported = Operation not supported for specified element type(s):
+operation.cancelled = Operation cancelled.
+operation.nullContainer = Container cannot be null.
+operation.nullName = Name cannot be null.
+operation.copyElementProgress = Copying elements...
+operation.moveElementProgress = Moving elements...
+operation.renameElementProgress = Renaming elements...
+operation.copyResourceProgress = Copying resources...
+operation.moveResourceProgress = Moving resources...
+operation.renameResourceProgress = Renaming resources...
+operation.createUnitProgress = Creating a compilation unit...
+operation.createFieldProgress = Creating a field...
+operation.createImportsProgress = Creating imports...
+operation.createInitializerProgress = Creating an initializer...
+operation.createMethodProgress = Creating a method...
+operation.createPackageProgress = Creating a package declaration...
+operation.createPackageFragmentProgress = Creating package fragment(s)...
+operation.createTypeProgress = Creating a type...
+operation.deleteElementProgress = Deleting elements...
+operation.deleteResourceProgress = Deleting resources...
+operation.cannotRenameDefaultPackage = Default package cannot be renamed.
+operation.pathOutsideProject = Path {0} must denote location inside project {1}
+
+### working copy
+workingCopy.commit = Committing working copy...
+
+### build
+build.readStateProgress = Reading saved built state for project {0}.
+build.saveStateProgress = Saving built state for project {0}.
+build.saveStateComplete = Saved in {0} ms
+build.wrongFileFormat = Wrong file format.
+build.unhandledVersionFormat = Unhandled version of file format.
+build.cannotRestoreState = Failed to restore state
+build.cannotSaveState = Error saving last build state for project {0}.
+build.cannotSaveStates = Error saving builder states
+build.initializationError = Builder initialization error.
+build.serializationError = Builder serialization error.
+build.analyzingPackages = Analyzing packages
+build.analyzingSources = Analyzing sources
+build.analyzing = Analyzing {0}
+build.preparingBuild = Preparing for build
+build.compiling = Compiling {0}
+build.readingDelta = Reading resource change information for : {0}
+build.completed = Java build completed
+build.builderName = Java Builder
+build.compilingContent = Compiling content of {0}
+build.scrubbingOutput = Scrubbing output folder
+build.duplicateType = Type {0} already provided by {1}
+build.errorParsingBinary = Error parsing class file for {0}
+build.packageMismatch = Package declaration does not match folder. Expected folder is {0}.
+build.errorBuildingType = Unable to build type: {0}.
+build.missingFile = Missing file for {0}
+build.beginBatch = Begin batch build
+build.beginIncremental = Begin incremental build
+build.done = Build done.
+build.endBatch = End batch build
+build.endIncremental = End incremental build
+build.oneProblemFound = {0} problem found
+build.problemsFound = {0} problems found
+build.oneProblemFixed = {0} problem fixed
+build.problemsFixed = {0} problems fixed
+build.packageName = package {0}
+build.defaultPackageName = default package for {0}
+build.noPackagePath = Attempt to access packages for non-existent path: {0}
+build.ambiguousPackage = Didn't get exactly one package for {0}
+build.copyingResources = Copying all resources on the classpath
+build.updatingResources = Updating resources on the classpath
+
+### status
+status.coreException = Core exception.
+status.coreExceptionWithArg = Core exception: {0}
+status.IOException = I/O exception.
+status.targetException = Target exception.
+status.cannotUseDeviceOnPath = Operation requires a path with no device. Path specified was: {0}
+status.JDOMError = JDOM error.
+status.indexOutOfBounds = Index out of bounds.
+status.evaluationError = Evaluation error: {0}.
+status.invalidContents = Invalid contents specified.
+status.invalidDestination = Invalid destination: {0}.
+status.invalidName = Invalid name specified: {0}.
+status.invalidPackage = Invalid package: {0}.
+status.invalidPath = Invalid path: {0}.
+status.invalidProject = Invalid project: {0}.
+status.invalidResource = Invalid resource: {0}.
+status.invalidResourceType = Invalid resource type for {0}.
+status.invalidSibling = Invalid sibling: {0}.
+status.nameCollision = Name collision.
+status.defaultPackeReadOnly = Default package is read-only.
+status.readOnly = {0} is read-only.
+status.updateConflict = Update conflict.
+status.noLocalContents = Cannot find local contents for resource: {0}
+
+### classpath
+classpath.cycle = A cycle was detected in the project's classpath.
+classpath.buildPath = Build path
+classpath.cannotNestSourceFolderInSource = Cannot nest source folder {0} inside source folder {1}.
+classpath.cannotNestSourceFolderInOutput = Cannot nest source folder {0} inside output location {1}.
+classpath.cannotNestOuputInSourceFolder = Cannot nest output location {0} inside source folder {1}.
+classpath.unboundVariablePath = Unbound variable path: {0}.
+classpath.illegalVariablePath = Illegal variable path: {0}.
+classpath.nullVariablePath = Variable path cannot be null.
+classpath.unboundSourceAttachment = Invalid source attachment: {0}.
+classpath.unboundLibrary = Missing library: {0}.
+classpath.illegalLibraryPath = Illegal library path: {0}.
+classpath.unboundProject = Missing Java project: {0}.
+classpath.illegalProjectPath = Illegal project path: {0}.
+classpath.unboundSourceFolder = Missing source folder: {0}.
+classpath.illegalSourceFolderPath = Illegal source folder path: {0}.
+classpath.settingProgress = Setting classpath...
+classpath.settingOutputLocationProgress = Setting output location...
+classpath.needAbsolutePath = Path for IClasspathEntry must be absolute.
+
+### miscellaneous
+file.notFound = File not found.
+file.badFormat = Bad format.
+variable.badFormat = Bad format for variables.
+path.nullPath = Path cannot be null.
+path.mustBeAbsolute = Path must be absolute.
+cache.invalidLoadFactor = Incorrect load factor
+
+### code assist
+codeAssist.nullRequestor = Requestor cannot be null.
+
+### java conventions
+convention.unit.nullName = Compilation unit name must not be null.
+convention.unit.notJavaName = Compilation unit name must end with .java.
+convention.illegalIdentifier = {0} is not a valid Java identifier.
+convention.import.nullImport = An import declaration must not be null.
+convention.import.unqualifiedImport = An import declaration must not end with an unqualified *.
+convention.type.nullName = A Java type name must not be null.
+convention.type.nameWithBlanks = A Java type name must not start or end with a blank.
+convention.type.dollarName = By convention, Java type names usually don't contain the $ character.
+convention.type.lowercaseName = By convention, Java type names usually start with an uppercase letter.
+convention.type.invalidName = The type name {0} is not a valid identifier.
+convention.package.nullName = A package name must not be null.
+convention.package.emptyName = A package name must not be empty.
+convention.package.dotName = A package name cannot start or end with a dot.
+convention.package.nameWithBlanks = A package name must not start or end with a blank.
+convention.package.consecutiveDotsName = A package name must not contain two consecutive dots.
+
+### DOM
+dom.cannotDetail = Unable to generate detailed source indexes.
+dom.nullTypeParameter = Cannot add parameter with null type
+dom.nullNameParameter = Cannot add parameter with null name
+dom.nullReturnType = Return type cannot be null
+dom.nullExceptionType = Cannot add null exception
+dom.mismatchArgNamesAndTypes = Types and names must have identical length
+dom.addNullChild = Attempt to add null child
+dom.addIncompatibleChild = Attempt to add child of incompatible type
+dom.addChildWithParent = Attempt to add child that is already parented
+dom.unableAddChild = Attempt to add child to node that cannot have children
+dom.addAncestorAsChild = Attempt to add ancestor as child
+dom.addNullSibling = Attempt to insert null sibling
+dom.addSiblingBeforeRoot = Attempt to insert sibling before root node
+dom.addIncompatibleSibling = Attempt to insert sibling of incompatible type
+dom.addSiblingWithParent = Attempt to insert sibling that is already parented
+dom.addAncestorAsSibling = Attempt to insert ancestor as sibling
+dom.addNullInterface = Cannot add null interface
+dom.nullInterfaces = Illegal to set super interfaces to null
+
+### eval
+eval.needBuiltState = Cannot evaluate if the project has not been built once
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Back to the top