Generating Javadoc Javadoc execution Loading source files for package com.bbn.jena... Loading source files for package com.bbn.swede.core... Loading source files for package com.bbn.swede.core.builders... Loading source files for package com.bbn.swede.core.config... Loading source files for package com.bbn.swede.core.dom... Loading source files for package com.bbn.swede.core.dom.owl... Loading source files for package com.bbn.swede.core.dom.rdf... Loading source files for package com.bbn.swede.core.dom.rdfs... Loading source files for package com.bbn.swede.core.libraries... Loading source files for package com.bbn.swede.core.resources... Loading source files for package com.bbn.swede.editor... Loading source files for package com.bbn.swede.editor.contentassist... Loading source files for package com.bbn.swede.editor.formatting... Loading source files for package com.bbn.swede.editor.rules... Loading source files for package com.bbn.swede.editor.visualeditors.restriction... Loading source files for package com.bbn.swede.library.dumpont... Loading source files for package com.bbn.swede.library.kazuki... Loading source files for package com.bbn.swede.library.vowlidator... Loading source files for package com.bbn.swede.tools... Loading source files for package com.bbn.swede.tools.codegenerator... Loading source files for package com.bbn.swede.tools.translator... Loading source files for package com.bbn.swede.ui... Loading source files for package com.bbn.swede.ui.action... Loading source files for package com.bbn.swede.ui.properties... Loading source files for package com.bbn.swede.ui.wizards... Loading source files for package com.bbn.swede.ui.wizards.action... Loading source files for package com.bbn.swede.view... Loading source files for package com.bbn.swede.view.uriexplorer.core... Loading source files for package com.bbn.swede.view.uriexplorer.ui... Constructing Javadoc information... target\src\com\bbn\jena\JenaContainer.java:14: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IPath; ^ target\src\com\bbn\jena\JenaContainer.java:15: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Path; ^ target\src\com\bbn\jena\JenaContainer.java:16: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathContainer; ^ target\src\com\bbn\jena\JenaContainer.java:17: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathEntry; ^ target\src\com\bbn\jena\JenaContainer.java:18: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.JavaCore; ^ target\src\com\bbn\jena\JenaContainer.java:25: cannot resolve symbol symbol : class IClasspathContainer location: class com.bbn.jena.JenaContainer public class JenaContainer implements IClasspathContainer ^ target\src\com\bbn\jena\JenaContainer.java:27: cannot resolve symbol symbol : class IPath location: class com.bbn.jena.JenaContainer private IPath _path; ^ target\src\com\bbn\jena\JenaContainer.java:29: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaContainer private static IClasspathEntry[] _classpathEntries; ^ target\src\com\bbn\jena\JenaContainer.java:36: cannot resolve symbol symbol : class IPath location: class com.bbn.jena.JenaContainer public JenaContainer(IPath path) ^ target\src\com\bbn\jena\JenaContainer.java:66: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaContainer public IClasspathEntry[] getClasspathEntries() ^ target\src\com\bbn\jena\JenaContainer.java:93: cannot resolve symbol symbol : class IPath location: class com.bbn.jena.JenaContainer public IPath getPath() ^ target\src\com\bbn\jena\JenaContainerInitializer.java:12: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.CoreException; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:13: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IPath; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:14: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.ClasspathContainerInitializer; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:15: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathContainer; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:16: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IJavaProject; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:17: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.JavaCore; ^ target\src\com\bbn\jena\JenaContainerInitializer.java:24: cannot resolve symbol symbol : class ClasspathContainerInitializer location: class com.bbn.jena.JenaContainerInitializer public class JenaContainerInitializer extends ClasspathContainerInitializer ^ target\src\com\bbn\jena\JenaContainerInitializer.java:31: cannot resolve symbol symbol : class IPath location: class com.bbn.jena.JenaContainerInitializer public void initialize(IPath containerPath, IJavaProject project) ^ target\src\com\bbn\jena\JenaContainerInitializer.java:31: cannot resolve symbol symbol : class IJavaProject location: class com.bbn.jena.JenaContainerInitializer public void initialize(IPath containerPath, IJavaProject project) ^ target\src\com\bbn\jena\JenaContainerInitializer.java:32: cannot resolve symbol symbol : class CoreException location: class com.bbn.jena.JenaContainerInitializer throws CoreException ^ target\src\com\bbn\jena\JenaContainerPage.java:11: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IPath; ^ target\src\com\bbn\jena\JenaContainerPage.java:12: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Path; ^ target\src\com\bbn\jena\JenaContainerPage.java:13: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathEntry; ^ target\src\com\bbn\jena\JenaContainerPage.java:14: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.JavaCore; ^ target\src\com\bbn\jena\JenaContainerPage.java:15: package org.eclipse.jdt.ui.wizards does not exist import org.eclipse.jdt.ui.wizards.IClasspathContainerPage; ^ target\src\com\bbn\jena\JenaContainerPage.java:16: package org.eclipse.jface.wizard does not exist import org.eclipse.jface.wizard.WizardPage; ^ target\src\com\bbn\jena\JenaContainerPage.java:17: package org.eclipse.swt does not exist import org.eclipse.swt.SWT; ^ target\src\com\bbn\jena\JenaContainerPage.java:18: package org.eclipse.swt.widgets does not exist import org.eclipse.swt.widgets.Composite; ^ target\src\com\bbn\jena\JenaContainerPage.java:19: package org.eclipse.swt.widgets does not exist import org.eclipse.swt.widgets.Label; ^ target\src\com\bbn\jena\JenaContainerPage.java:29: cannot resolve symbol symbol : class WizardPage location: class com.bbn.jena.JenaContainerPage extends WizardPage ^ target\src\com\bbn\jena\JenaContainerPage.java:30: cannot resolve symbol symbol : class IClasspathContainerPage location: class com.bbn.jena.JenaContainerPage implements IClasspathContainerPage ^ target\src\com\bbn\jena\JenaContainerPage.java:44: cannot resolve symbol symbol : class Composite location: class com.bbn.jena.JenaContainerPage public void createControl(Composite parent) ^ target\src\com\bbn\jena\JenaContainerPage.java:72: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaContainerPage public IClasspathEntry getSelection() ^ target\src\com\bbn\jena\JenaContainerPage.java:77: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaContainerPage private IClasspathEntry _entry; ^ target\src\com\bbn\jena\JenaContainerPage.java:82: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaContainerPage public void setSelection(IClasspathEntry containerEntry) ^ target\src\com\bbn\jena\JenaPlugin.java:11: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Path; ^ target\src\com\bbn\jena\JenaPlugin.java:12: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Platform; ^ target\src\com\bbn\jena\JenaPlugin.java:13: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Plugin; ^ target\src\com\bbn\jena\JenaPlugin.java:14: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathEntry; ^ target\src\com\bbn\jena\JenaPlugin.java:15: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IJavaProject; ^ target\src\com\bbn\jena\JenaPlugin.java:16: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.JavaCore; ^ target\src\com\bbn\jena\JenaPlugin.java:17: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.JavaModelException; ^ target\src\com\bbn\jena\JenaPlugin.java:27: cannot resolve symbol symbol : class Plugin location: class com.bbn.jena.JenaPlugin public class JenaPlugin extends Plugin ^ target\src\com\bbn\jena\JenaPlugin.java:100: cannot resolve symbol symbol : class IJavaProject location: class com.bbn.jena.JenaPlugin public static void addJenaToClasspath(IJavaProject project) ^ target\src\com\bbn\jena\JenaPlugin.java:101: cannot resolve symbol symbol : class JavaModelException location: class com.bbn.jena.JenaPlugin throws JavaModelException ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:12: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.CoreException; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:13: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.Path; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:14: package org.eclipse.debug.core does not exist import org.eclipse.debug.core.ILaunchConfiguration; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:15: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IClasspathEntry; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:16: package org.eclipse.jdt.core does not exist import org.eclipse.jdt.core.IJavaProject; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:17: package org.eclipse.jdt.launching does not exist import org.eclipse.jdt.launching.IRuntimeClasspathEntry; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:18: package org.eclipse.jdt.launching does not exist import org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:19: package org.eclipse.jdt.launching does not exist import org.eclipse.jdt.launching.IVMInstall; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:20: package org.eclipse.jdt.launching does not exist import org.eclipse.jdt.launching.JavaRuntime; ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:28: cannot resolve symbol symbol : class IRuntimeClasspathEntryResolver location: class com.bbn.jena.JenaRuntimeResolver public class JenaRuntimeResolver implements IRuntimeClasspathEntryResolver ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:36: cannot resolve symbol symbol : class IRuntimeClasspathEntry location: class com.bbn.jena.JenaRuntimeResolver IRuntimeClasspathEntry entry, ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:37: cannot resolve symbol symbol : class ILaunchConfiguration location: class com.bbn.jena.JenaRuntimeResolver ILaunchConfiguration configuration) ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:35: cannot resolve symbol symbol : class IRuntimeClasspathEntry location: class com.bbn.jena.JenaRuntimeResolver public IRuntimeClasspathEntry[] resolveRuntimeClasspathEntry( ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:38: cannot resolve symbol symbol : class CoreException location: class com.bbn.jena.JenaRuntimeResolver throws CoreException ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:55: cannot resolve symbol symbol : class IRuntimeClasspathEntry location: class com.bbn.jena.JenaRuntimeResolver IRuntimeClasspathEntry entry, ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:56: cannot resolve symbol symbol : class IJavaProject location: class com.bbn.jena.JenaRuntimeResolver IJavaProject project) ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:54: cannot resolve symbol symbol : class IRuntimeClasspathEntry location: class com.bbn.jena.JenaRuntimeResolver public IRuntimeClasspathEntry[] resolveRuntimeClasspathEntry( ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:57: cannot resolve symbol symbol : class CoreException location: class com.bbn.jena.JenaRuntimeResolver throws CoreException ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:73: cannot resolve symbol symbol : class IClasspathEntry location: class com.bbn.jena.JenaRuntimeResolver public IVMInstall resolveVMInstall(IClasspathEntry entry) ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:73: cannot resolve symbol symbol : class IVMInstall location: class com.bbn.jena.JenaRuntimeResolver public IVMInstall resolveVMInstall(IClasspathEntry entry) ^ target\src\com\bbn\jena\JenaRuntimeResolver.java:74: cannot resolve symbol symbol : class CoreException location: class com.bbn.jena.JenaRuntimeResolver throws CoreException ^ target\src\com\bbn\swede\core\IOWLElement.java:11: package org.eclipse.core.resources does not exist import org.eclipse.core.resources.IResource; ^ target\src\com\bbn\swede\core\IOWLElement.java:12: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IAdaptable; ^ target\src\com\bbn\swede\core\IOWLElement.java:13: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IPath; ^ target\src\com\bbn\swede\core\IOWLElement.java:20: cannot resolve symbol symbol : class IAdaptable location: interface com.bbn.swede.core.IOWLElement public interface IOWLElement extends IAdaptable ^ target\src\com\bbn\swede\core\IOWLElement.java:38: cannot resolve symbol symbol : class IPath location: interface com.bbn.swede.core.IOWLElement IPath getPath(); ^ target\src\com\bbn\swede\core\IOWLElement.java:45: cannot resolve symbol symbol : class IResource location: interface com.bbn.swede.core.IOWLElement IResource getResource(); ^ target\src\com\bbn\swede\core\IOWLElement.java:52: cannot resolve symbol symbol : class IResource location: interface com.bbn.swede.core.IOWLElement IResource getCorrespondingResource(); ^ target\src\com\bbn\swede\core\IOWLElement.java:86: cannot resolve symbol symbol : class IResource location: interface com.bbn.swede.core.IOWLElement boolean contains(IResource resource); ^ target\src\com\bbn\swede\core\IOWLElement.java:102: cannot resolve symbol symbol : class IResource location: interface com.bbn.swede.core.IOWLElement IOWLElement getCorrespondingElement(IResource resource); ^ target\src\com\bbn\swede\core\IOWLClass.java:11: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Resource; ^ target\src\com\bbn\swede\core\IOWLClass.java:26: cannot resolve symbol symbol : class Resource location: interface com.bbn.swede.core.IOWLClass Resource getJenaResource(); ^ target\src\com\bbn\swede\core\IOWLDocument.java:13: package org.eclipse.core.resources does not exist import org.eclipse.core.resources.IFile; ^ target\src\com\bbn\swede\core\IOWLDocument.java:14: package org.eclipse.core.runtime does not exist import org.eclipse.core.runtime.IPath; ^ target\src\com\bbn\swede\core\IOWLDocument.java:16: package com.hp.hpl.jena.rdf.arp does not exist import com.hp.hpl.jena.rdf.arp.MalformedURIException; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:13: package org.eclipse.core.resources does not exist import org.eclipse.core.resources.IFile; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:18: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Model; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:19: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Property; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:20: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.ResIterator; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:21: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Resource; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:22: package com.hp.hpl.jena.vocabulary does not exist import com.hp.hpl.jena.vocabulary.OWL; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:23: package com.hp.hpl.jena.vocabulary does not exist import com.hp.hpl.jena.vocabulary.RDF; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:33: cannot resolve symbol symbol : class Model location: class com.bbn.swede.core.OWLDocumentInfo private Model _model; ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:73: cannot resolve symbol symbol : class Model location: class com.bbn.swede.core.OWLDocumentInfo public Model getModel() ^ target\src\com\bbn\swede\core\OWLDocumentInfo.java:89: cannot resolve symbol symbol : class Resource location: class com.bbn.swede.core.OWLDocumentInfo public Resource[] getNamedIndividuals() ^ target\src\com\bbn\swede\core\dom\IOWLAbstractSyntaxTree.java:14: package com.hp.hpl.jena.ontology does not exist import com.hp.hpl.jena.ontology.OntModel; ^ target\src\com\bbn\swede\core\dom\IOWLAbstractSyntaxTree.java:15: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Resource; ^ target\src\com\bbn\swede\core\dom\IOWLAbstractSyntaxTree.java:16: package com.hp.hpl.jena.rdf.model does not exist import com.hp.hpl.jena.rdf.model.Statement; ^ target\src\com\bbn\swede\core\dom\DocumentRoot.java:11: package org.eclipse.core.resources does not exist import org.eclipse.core.resources.IFile; ^ target\src\com\bbn\swede\core\dom\DocumentRoot.java:12: package org.eclipse.jface.text does not exist import org.eclipse.jface.text.IRegion; ^ target\src\com\bbn\swede\core\dom\DocumentRoot.java:13: package org.eclipse.jface.text does not exist import org.eclipse.jface.text.Region; ^ target\src\com\bbn\swede\core\dom\OASTNode.java:16: package org.eclipse.core.resources does not exist import org.eclipse.core.resources.IFile; ^ target\src\com\bbn\swede\core\dom\OASTNode.java:17: package org.eclipse.jface.text does not exist import org.eclipse.jface.text.IRegion; ^ target\src\com\bbn\swede\core\dom\DocumentRoot.java:26: cannot resolve symbol symbol : class IFile location: class com.bbn.swede.core.dom.DocumentRoot private IFile _file; ^ Standard Doclet version 1.4.2_04 target\src\com\bbn\swede\editor\rules\XMLNameRule.java:28: cannot resolve symbol symbol : class Token location: class com.bbn.swede.editor.rules.XMLNameRule public static final IToken TOKEN_XML = new Token( ^ target\src\com\bbn\swede\editor\rules\XMLNameRule.java:30: cannot resolve symbol symbol : variable SWT location: class com.bbn.swede.editor.rules.XMLNameRule OWLColorProvider.XML_ATTRIBUTE, SWT.BOLD)); ^ target\src\com\bbn\swede\editor\rules\OWLNameRule.java:32: cannot resolve symbol symbol : class Token location: class com.bbn.swede.editor.rules.OWLNameRule public static final IToken TOKEN_GENERIC = new Token( ^ target\src\com\bbn\swede\editor\rules\OWLNameRule.java:38: cannot resolve symbol symbol : class Token location: class com.bbn.swede.editor.rules.OWLNameRule public static final IToken TOKEN_LANG = new Token( ^ target\src\com\bbn\swede\editor\rules\OWLNameRule.java:41: cannot resolve symbol symbol : variable SWT location: class com.bbn.swede.editor.rules.OWLNameRule SWT.BOLD)); ^ target\src\com\bbn\swede\editor\visualeditors\restriction\NewRestrictionWizard.java:79: cannot resolve symbol symbol : class ViewerFilter location: class com.bbn.swede.editor.visualeditors.restriction.NewRestrictionWizard public static final ViewerFilter THE_LANGUAGE_NAMESPACE_FILTER = new ViewerFilter() ^ target\src\com\bbn\swede\editor\visualeditors\restriction\NewRestrictionWizard.java:109: cannot resolve symbol symbol : class ViewerFilter location: class com.bbn.swede.editor.visualeditors.restriction.NewRestrictionWizard public static final ViewerFilter THE_XSD_NAMESPACE_FILTER = new ViewerFilter() ^ target\src\com\bbn\swede\core\OWLCore.java:91: cannot resolve symbol symbol : class QualifiedName location: class com.bbn.swede.core.OWLCore new QualifiedName(PLUGIN_ID, "uri"); ^ target\src\com\bbn\swede\core\OWLCore.java:98: cannot resolve symbol symbol : class QualifiedName location: class com.bbn.swede.core.OWLCore new QualifiedName(PLUGIN_ID, "sourceURL"); ^ Generating target\docs\apidocs\constant-values.html... Copying file C:\Documents and Settings\jlerner\.maven\cache\maven-javadoc-plugin-1.6.1\plugin-resources\stylesheet.css to file target\docs\apidocs\stylesheet.css... Building tree for all the packages and classes... Generating target\docs\apidocs\com\bbn\swede\core\class-use\IOWLLibrary.html... "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e." target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: This sentence is different from what will be interpreted as the first sentence in the next major release (when that interpretation will be internationalized), which is: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, 'Projects, 'Classes, etc.) support for libraries." To avoid this note, change the doc comment to make this a proper first sentence, then use -breakiterator from that point forward, which will output this new sentence. Generating target\docs\apidocs\com\bbn\swede\core\class-use\IOWLElement.html... "This class is an implementation of the IOWLLibrary interface, target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: providing SWeDE-type (i.e." This sentence is different from what would be generated using -breakiterator: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: 'Projects, 'Classes, etc.) support for libraries." Generating target\docs\apidocs\com\bbn\swede\core\class-use\IOWLDocument.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Internal error: package sets don't match: [] with: null target\src\com\bbn\swede\core\dom\OAST.java:1553: warning - Tag @see: can't find attachChildren(OASTNode, OASTNode) in com.bbn.swede.core.dom.OAST target\src\com\bbn\swede\core\dom\OAST.java:1553: warning - Tag @see: can't find attachChildren(OASTNode[], OASTNode) in com.bbn.swede.core.dom.OAST target\src\com\bbn\swede\core\libraries\LibraryDescriptor.java:331: warning - Tag @see: can't find edit( com.bbn.swede.core.libraries.LibraryEdit, org.eclipse.core.runtime.IProgressMonitor) in com.bbn.swede.core.libraries.ILibraryDescriptor Generating target\docs\apidocs\com\bbn\swede\core\libraries\class-use\ILibraryChangeListener.html... "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e." target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, 'Projects, 'Classes, etc.) support for libraries." Internal error: package sets don't match: [] with: null target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\core\resources\class-use\OWLElement.html... "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e." This sentence is different from what would be generated using -breakiterator: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, 'Projects, 'Classes, etc.) support for libraries." Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\TranslatorPlugin.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\TranslatorDescriptor.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\TranslationRunner.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " Internal error: package sets don't match: [] with: null This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Internal error: package sets don't match: [] with: null Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\SemanticWebTranslatorWizardHelper.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\ITranslator.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Generating target\docs\apidocs\com\bbn\swede\tools\translator\class-use\AbstractTranslator.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null Internal error: package sets don't match: [] with: null target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\core\package-use.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\package-use.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Building index for all the packages and classes... Generating target\docs\apidocs\index-all.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\tools\codegenerator\AbstractCodeGenerator.java:62: warning - The first sentence is interpreted to be: "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e." This sentence is different from what would be generated using -breakiterator: "Implement configureProject to perform any setup operations that must be target\src\com\bbn\swede\core\dom\PropertyNode.java:122: warning - Tag @see: can't find createObject(Model) in com.bbn.swede.core.dom.PropertyNode completed before generated code will be usable (i.e. adding natures, classpath setup, etc.)" "Returns URIs (in String form) of all the available properties in known namespaces (i.e." target\src\com\bbn\swede\editor\visualeditors\restriction\RestrictionEditorInspector.java:336: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "Returns URIs (in String form) of all the available properties in known namespaces (i.e. all of the instances defined in documents which can be accessed of the group including those documents that are given namespaces, and those that are specified in owl:import statements)." target\src\com\bbn\swede\editor\visualeditors\restriction\ComboBoxCellEditorModel.java:104: warning - Tag @link: reference not found: ComboBoxCellEditor#setItems(java.lang.String[]) "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e." target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: target\src\com\bbn\swede\editor\rules\OWLNameRule.java:26: warning - The first sentence is interpreted to be: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, target\src\com\bbn\swede\editor\OWLPartitionScanner.java:57: warning - The first sentence is interpreted to be: 'Projects, 'Classes, etc.) support for libraries." "Word rule for identifying language tags vs. non-language tags." target\src\com\bbn\swede\editor\OWLSourceViewerConfiguration.java:273: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "Word rule for identifying language tags vs." "Creates an OWLPartitionScanner with basic rules for identifying begin vs." This sentence is different from what would be generated using -breakiterator: "Creates an OWLPartitionScanner with basic rules for identifying begin vs. end tags, comments, processing instructions, and DOCTYPEs" "OWLDamagerRepairer controls syntax highlighting of monochromatic areas of an OWL document (i.e." This sentence is different from what would be generated using -breakiterator: "OWLDamagerRepairer controls syntax highlighting of monochromatic areas target\src\com\bbn\swede\editor\EditorPlugin.java:77: warning - The first sentence is interpreted to be: of an OWL document (i.e. comments, processing instructions...). " "Editor preference controlling use of single vs." This sentence is different from what would be generated using -breakiterator: "Editor preference controlling use of single vs. double quotes for attribute values." target\src\com\bbn\swede\core\libraries\LibraryDescriptor.java:266: warning - Tag @see: can't find refresh(org.eclipse.core.runtime.IProgressMonitor) in com.bbn.swede.core.libraries.ILibraryDescriptor target\src\com\bbn\swede\core\libraries\LibraryOWLDocument.java:170: warning - Tag @see: can't find setGeneratedCodeLocation(java.lang.String, org.eclipse.core.runtime.IPath) in com.bbn.swede.core.IOWLDocument target\src\com\bbn\swede\core\dom\UnparseableFilterRandomAccessFile.java:46: warning - Tag @see: can't find mode in java.io.RandomAccessFile target\src\com\bbn\swede\core\dom\UnparseableFilterRandomAccessFile.java:36: warning - Tag @link: reference not found: IRegion target\src\com\bbn\swede\core\dom\UnparseableFilterStream.java:38: warning - Tag @link: reference not found: IRegion Building index for all classes... target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\overview-summary.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" Generating target\docs\apidocs\com\bbn\swede\core\libraries\package-summary.html... "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e." target\src\com\bbn\swede\core\libraries\OWLLibrary.java:28: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "This class is an implementation of the IOWLLibrary interface, providing SWeDE-type (i.e. consistent with IOWLElements, 'Documents, 'Projects, 'Classes, etc.) support for libraries." target\src\com\bbn\swede\editor\rules\OWLNameRule.java:26: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\editor\rules\package-summary.html... "Word rule for identifying language tags vs. non-language tags." This sentence is different from what would be generated using -breakiterator: "Word rule for identifying language tags vs." target\src\com\bbn\swede\tools\translator\package.html: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\translator\package-summary.html... "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats " This sentence is different from what would be generated using -breakiterator: "<p>SWeDE's Translation support, allowing for extension and conversion among various Semantic Web formats </p>" target\src\com\bbn\swede\core\SWeDECorePreferenceInitializer.java:22: warning - Tag @link: reference not found: AbstractPreferenceInitializer target\src\com\bbn\swede\core\SWeDECorePreferenceInitializer.java:22: warning - Tag @see: reference not found: AbstractPreferenceInitializer target\src\com\bbn\swede\core\dom\UnparseableFilterRandomAccessFile.java:36: warning - Tag @link: reference not found: IRegion target\src\com\bbn\swede\core\dom\UnparseableFilterRandomAccessFile.java:36: warning - Tag @link: reference not found: IRegion target\src\com\bbn\swede\core\dom\UnparseableFilterStream.java:38: warning - Tag @link: reference not found: IRegion target\src\com\bbn\swede\core\dom\UnparseableFilterStream.java:38: warning - Tag @link: reference not found: IRegion target\src\com\bbn\swede\core\libraries\EditLibraryJob.java:73: warning - Tag @see: reference not found: org.eclipse.core.internal.jobs.InternalJob#run(org.eclipse.core.runtime.IProgressMonitor) target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\LibraryStructuralEdit.java:73: warning - Tag @link: can't find LibraryStructuralEdit(IFile, String, int) in com.bbn.swede.core.libraries.LibraryStructuralEdit target\src\com\bbn\swede\core\libraries\RefreshLibraryJob.java:28: warning - Tag @see: reference not found: Job target\src\com\bbn\swede\core\libraries\RefreshLibraryJob.java:75: warning - Tag @see: reference not found: org.eclipse.core.internal.jobs.InternalJob#belongsTo(java.lang.Object) target\src\com\bbn\swede\core\libraries\RefreshLibraryJob.java:120: warning - Tag @see: reference not found: org.eclipse.core.internal.jobs.InternalJob#run(org.eclipse.core.runtime.IProgressMonitor) target\src\com\bbn\swede\editor\EditorPlugin.java:77: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\editor\EditorPlugin.html... "Editor preference controlling use of single vs." This sentence is different from what would be generated using -breakiterator: "Editor preference controlling use of single vs. double quotes for attribute values." target\src\com\bbn\swede\editor\EditorPreferencesInitializaer.java:19: warning - Tag @link: reference not found: AbstractPreferenceInitializer Generating target\docs\apidocs\com\bbn\swede\editor\OWLPartitionScanner.html... "Creates an OWLPartitionScanner with basic rules for identifying begin vs." target\src\com\bbn\swede\editor\OWLPartitionScanner.java:57: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "Creates an OWLPartitionScanner with basic rules for identifying begin vs. end tags, comments, processing instructions, and DOCTYPEs" Generating target\docs\apidocs\com\bbn\swede\editor\OWLSourceViewerConfiguration.html... "OWLDamagerRepairer controls syntax highlighting of monochromatic areas of an OWL document (i.e." target\src\com\bbn\swede\editor\OWLSourceViewerConfiguration.java:273: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "OWLDamagerRepairer controls syntax highlighting of monochromatic areas of an OWL document (i.e. comments, processing instructions...). " target\src\com\bbn\swede\editor\visualeditors\restriction\RestrictionWrapper.java:253: warning - Tag @link: reference not found: IRestrictionWrapper target\src\com\bbn\swede\editor\visualeditors\restriction\RestrictionWrapper.java:305: warning - Tag @link: reference not found: IRestrictionWrapper target\src\com\bbn\swede\editor\visualeditors\restriction\ComboBoxCellEditorModel.java:104: warning - Tag @link: reference not found: ComboBoxCellEditor#setItems(java.lang.String[]) target\src\com\bbn\swede\editor\visualeditors\restriction\ComboBoxCellEditorModel.java:104: warning - Tag @link: reference not found: ComboBoxCellEditor#setItems(java.lang.String[]) target\src\com\bbn\swede\editor\visualeditors\restriction\ModelLoadJob.java:160: warning - Tag @see: reference not found: org.eclipse.core.internal.jobs.InternalJob#run(org.eclipse.core.runtime.IProgressMonitor) Generating target\docs\apidocs\com\bbn\swede\editor\visualeditors\restriction\RestrictionEditorInspector.html... "Returns URIs (in String form) of all the available properties in known namespaces (i.e." This sentence is different from what would be generated using -breakiterator: "Returns URIs (in String form) of all the available properties in known target\src\com\bbn\swede\editor\visualeditors\restriction\RestrictionEditorInspector.java:336: warning - The first sentence is interpreted to be: namespaces (i.e. all of the instances defined in documents which can be accessed of the group including those documents that are given namespaces, and those that are specified in owl:import statements)." Generating target\docs\apidocs\com\bbn\swede\library\kazuki\InterfaceGenerator.html... "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e." target\src\com\bbn\swede\library\kazuki\InterfaceGenerator.java:72: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e. adding natures, classpath setup, etc.)" Generating target\docs\apidocs\com\bbn\swede\tools\codegenerator\AbstractCodeGenerator.html... "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e." target\src\com\bbn\swede\tools\codegenerator\AbstractCodeGenerator.java:62: warning - The first sentence is interpreted to be: This sentence is different from what would be generated using -breakiterator: "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e. adding natures, classpath setup, etc.)" target\src\com\bbn\swede\tools\codegenerator\VocabularyGenerator.java:53: warning - The first sentence is interpreted to be: Generating target\docs\apidocs\com\bbn\swede\tools\codegenerator\VocabularyGenerator.html... "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e." This sentence is different from what would be generated using -breakiterator: "Implement configureProject to perform any setup operations that must be completed before generated code will be usable (i.e. adding natures, classpath setup, etc.)" Generating target\docs\apidocs\help-doc.html... 9 errors 164 warnings