Miscellaneous: Removing personal info in various parts of the codebase donation_review
authorGeertjan Wielenga <geertjan@netbeans.org>
Mon, 04 Nov 2019 15:22:35 +0100
branchdonation_review
changeset 31666472f06ec3f614
parent 316663 c5d4e9955bcc
child 316665 db1c83a2fd0a
Miscellaneous: Removing personal info in various parts of the codebase
ant.browsetask/antsrc/org/netbeans/modules/ant/browsetask/NbBrowse.java
ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java
ant.debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java
ant.debugger/src/org/netbeans/modules/ant/debugger/CallStackModel.java
ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAnnotation.java
ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAntLogger.java
ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerBreakpointAnnotation.java
ant.debugger/src/org/netbeans/modules/ant/debugger/SessionsTableModelFilter.java
ant.debugger/src/org/netbeans/modules/ant/debugger/Task.java
ant.debugger/src/org/netbeans/modules/ant/debugger/Utils.java
ant.debugger/src/org/netbeans/modules/ant/debugger/VariablesModel.java
ant.debugger/src/org/netbeans/modules/ant/debugger/VerticalGridLayout.java
ant.debugger/src/org/netbeans/modules/ant/debugger/WatchesModel.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpoint.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpointActionProvider.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointAnnotationListener.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointModel.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointsReader.java
ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/PersistenceManager.java
ant.debugger/test/unit/src/org/netbeans/modules/ant/debugger/StepTest.java
ant.freeform/src/org/netbeans/modules/ant/freeform/Accessor.java
ant.freeform/src/org/netbeans/modules/ant/freeform/Actions.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ArtifactProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformEvaluator.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImpl.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProject.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectGenerator.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectOperations.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectType.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQuery.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSources.java
ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/LookupMergerImpl.java
ant.freeform/src/org/netbeans/modules/ant/freeform/Subprojects.java
ant.freeform/src/org/netbeans/modules/ant/freeform/Util.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/AccessorImpl.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/HelpIDFragmentProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectAccessor.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectConstants.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectNature.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/TargetDescriptor.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/NewFreeformProjectSupport.java
ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/Util.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoWizardPanel.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/FolderNodeFactory.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationCategoryProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizerProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingCategoryProvider.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.java
ant.freeform/src/org/netbeans/modules/ant/freeform/ui/View.java
ant.freeform/test/unit/data/example-projects/simplewithlicense/src/org/foo/NewClass.java
ant.freeform/test/unit/data/example-projects/simplewithlicense/src2/org/foo/AnotherClass.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ActionsTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ArtifactProviderTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformEvaluatorTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImplTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectGeneratorTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQueryTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSourcesTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProviderTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/LookupMergerImplTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/SubprojectsTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestBase.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestInstalledFileLocator.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/spi/support/UtilTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanelTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlertTest.java
ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/ViewTest.java
ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammar.java
ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammarQueryProvider.java
ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/AntGrammarTest.java
ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtil.java
ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtilTest.java
api.annotations.common/src/org/netbeans/api/annotations/common/CheckForNull.java
api.annotations.common/src/org/netbeans/api/annotations/common/CheckReturnValue.java
api.annotations.common/src/org/netbeans/api/annotations/common/NonNull.java
api.annotations.common/src/org/netbeans/api/annotations/common/NullAllowed.java
api.annotations.common/src/org/netbeans/api/annotations/common/NullUnknown.java
api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AbstractDICookie.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AttachingDICookie.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/CallStackFrame.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassLoadUnloadBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassVariable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DeadlockDetector.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DebuggerStartException.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ExceptionBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Field.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/FieldBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/InvalidExpressionException.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAArrayType.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpointBeanInfo.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAClassType.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDADebugger.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAStep.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThread.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThreadGroup.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAWatch.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LaunchingDICookie.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ListeningDICookie.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LocalVariable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MethodBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MonitorInfo.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MutableVariable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ObjectVariable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ReturnVariable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/SmartSteppingFilter.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Super.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/This.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadBreakpoint.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadsCollector.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Variable.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/VariableType.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointEvent.java
api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointListener.java
api.debugger.jpda/src/org/netbeans/modules/debugger/jpda/apiregistry/DebuggerProcessor.java
api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/BreakpointsClassFilter.java
api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/EditorContext.java
api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAActionsProvider.java
api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAEngineProvider.java
api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAWatchesProvider.java
api.debugger/examples/delegatingview/org/netbeans/modules/debugger/delegatingview/DVModule.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebugger.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerImpl.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerInfo.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerModule.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerTypeBeanInfo.java
api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportWatch.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebugger.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerImpl.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerInfo.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerModule.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerTypeBeanInfo.java
api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportWatch.java
api.debugger/src/org/netbeans/api/debugger/ActionsManager.java
api.debugger/src/org/netbeans/api/debugger/ActionsManagerAdapter.java
api.debugger/src/org/netbeans/api/debugger/ActionsManagerListener.java
api.debugger/src/org/netbeans/api/debugger/ActiveBreakpoints.java
api.debugger/src/org/netbeans/api/debugger/Breakpoint.java
api.debugger/src/org/netbeans/api/debugger/DebuggerEngine.java
api.debugger/src/org/netbeans/api/debugger/DebuggerInfo.java
api.debugger/src/org/netbeans/api/debugger/DebuggerManager.java
api.debugger/src/org/netbeans/api/debugger/DebuggerManagerAdapter.java
api.debugger/src/org/netbeans/api/debugger/DebuggerManagerListener.java
api.debugger/src/org/netbeans/api/debugger/GestureSubmitter.java
api.debugger/src/org/netbeans/api/debugger/IdentityHashSet.java
api.debugger/src/org/netbeans/api/debugger/LazyActionsManagerListener.java
api.debugger/src/org/netbeans/api/debugger/LazyArrayList.java
api.debugger/src/org/netbeans/api/debugger/LazyDebuggerManagerListener.java
api.debugger/src/org/netbeans/api/debugger/Lookup.java
api.debugger/src/org/netbeans/api/debugger/PathLookup.java
api.debugger/src/org/netbeans/api/debugger/PositionedList.java
api.debugger/src/org/netbeans/api/debugger/Properties.java
api.debugger/src/org/netbeans/api/debugger/Session.java
api.debugger/src/org/netbeans/api/debugger/SessionBridge.java
api.debugger/src/org/netbeans/api/debugger/Watch.java
api.debugger/src/org/netbeans/debugger/registry/ContextAwareServiceHandler.java
api.debugger/src/org/netbeans/debugger/registry/ContextAwareServicePath.java
api.debugger/src/org/netbeans/debugger/registry/DebuggerProcessor.java
api.debugger/src/org/netbeans/spi/debugger/ActionsProvider.java
api.debugger/src/org/netbeans/spi/debugger/ActionsProviderListener.java
api.debugger/src/org/netbeans/spi/debugger/ActionsProviderSupport.java
api.debugger/src/org/netbeans/spi/debugger/BreakpointsActivationProvider.java
api.debugger/src/org/netbeans/spi/debugger/ContextAwareService.java
api.debugger/src/org/netbeans/spi/debugger/ContextAwareSupport.java
api.debugger/src/org/netbeans/spi/debugger/ContextProvider.java
api.debugger/src/org/netbeans/spi/debugger/DebuggerEngineProvider.java
api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistration.java
api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistrations.java
api.debugger/src/org/netbeans/spi/debugger/DelegatingDebuggerEngineProvider.java
api.debugger/src/org/netbeans/spi/debugger/DelegatingSessionProvider.java
api.debugger/src/org/netbeans/spi/debugger/SessionProvider.java
api.templates/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java
api.templates/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java
api.visual/src/org/netbeans/api/visual/action/AcceptProvider.java
api.visual/src/org/netbeans/api/visual/action/ActionFactory.java
api.visual/src/org/netbeans/api/visual/action/AlignWithMoveDecorator.java
api.visual/src/org/netbeans/api/visual/action/AlignWithWidgetCollector.java
api.visual/src/org/netbeans/api/visual/action/ConnectDecorator.java
api.visual/src/org/netbeans/api/visual/action/ConnectProvider.java
api.visual/src/org/netbeans/api/visual/action/ConnectorState.java
api.visual/src/org/netbeans/api/visual/action/ContiguousSelectEvent.java
api.visual/src/org/netbeans/api/visual/action/ContiguousSelectProvider.java
api.visual/src/org/netbeans/api/visual/action/CycleFocusProvider.java
api.visual/src/org/netbeans/api/visual/action/EditProvider.java
api.visual/src/org/netbeans/api/visual/action/HoverProvider.java
api.visual/src/org/netbeans/api/visual/action/InplaceEditorProvider.java
api.visual/src/org/netbeans/api/visual/action/MoveControlPointProvider.java
api.visual/src/org/netbeans/api/visual/action/MoveProvider.java
api.visual/src/org/netbeans/api/visual/action/MoveStrategy.java
api.visual/src/org/netbeans/api/visual/action/PopupMenuProvider.java
     1.1 --- a/ant.browsetask/antsrc/org/netbeans/modules/ant/browsetask/NbBrowse.java	Mon Nov 04 14:46:54 2019 +0100
     1.2 +++ b/ant.browsetask/antsrc/org/netbeans/modules/ant/browsetask/NbBrowse.java	Mon Nov 04 15:22:35 2019 +0100
     1.3 @@ -58,7 +58,6 @@
     1.4  
     1.5  /**
     1.6   * Opens a web browser.
     1.7 - * @author Jesse Glick
     1.8   */
     1.9  public class NbBrowse extends Task {
    1.10  
     2.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java	Mon Nov 04 14:46:54 2019 +0100
     2.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/AdvancedActionPanel.java	Mon Nov 04 15:22:35 2019 +0100
     2.3 @@ -63,7 +63,6 @@
     2.4  
     2.5  /**
     2.6   * Panel for advanced Ant target invocation.
     2.7 - * @author Jesse Glick
     2.8   */
     2.9  final class AdvancedActionPanel extends javax.swing.JPanel {
    2.10      
     3.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java	Mon Nov 04 14:46:54 2019 +0100
     3.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java	Mon Nov 04 15:22:35 2019 +0100
     3.3 @@ -86,7 +86,6 @@
     3.4  /**
     3.5   * Ant debugger.
     3.6   *
     3.7 - * @author  Honza
     3.8   */
     3.9  public class AntDebugger extends ActionsProviderSupport {
    3.10  
    3.11 @@ -1020,7 +1019,6 @@
    3.12       * The originating target, that was not entered yet, but is causing another
    3.13       * target to be entered.
    3.14       *
    3.15 -     * @author  Martin Entlicher
    3.16       */
    3.17      private static class TargetOriginating {
    3.18  
     4.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/CallStackModel.java	Mon Nov 04 14:46:54 2019 +0100
     4.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/CallStackModel.java	Mon Nov 04 15:22:35 2019 +0100
     4.3 @@ -60,7 +60,6 @@
     4.4  
     4.5  /**
     4.6   *
     4.7 - * @author   Jan Jancura
     4.8   */
     4.9  public class CallStackModel implements TreeModel, NodeModel, 
    4.10  NodeActionsProvider, TableModel {
     5.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAnnotation.java	Mon Nov 04 14:46:54 2019 +0100
     5.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAnnotation.java	Mon Nov 04 15:22:35 2019 +0100
     5.3 @@ -52,7 +52,6 @@
     5.4  /**
     5.5   * Debugger Annotation class.
     5.6   *
     5.7 - * @author   Jan Jancura
     5.8   */
     5.9  public class DebuggerAnnotation extends Annotation {
    5.10  
     6.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAntLogger.java	Mon Nov 04 14:46:54 2019 +0100
     6.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerAntLogger.java	Mon Nov 04 15:22:35 2019 +0100
     6.3 @@ -78,7 +78,6 @@
     6.4  
     6.5  /**
     6.6   *
     6.7 - * @author  Honza
     6.8   */
     6.9  @org.openide.util.lookup.ServiceProvider(service=org.apache.tools.ant.module.spi.AntLogger.class)
    6.10  public class DebuggerAntLogger extends AntLogger {
     7.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerBreakpointAnnotation.java	Mon Nov 04 14:46:54 2019 +0100
     7.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/DebuggerBreakpointAnnotation.java	Mon Nov 04 15:22:35 2019 +0100
     7.3 @@ -54,7 +54,6 @@
     7.4  /**
     7.5   * Debugger Annotation class.
     7.6   *
     7.7 - * @author   Jan Jancura
     7.8   */
     7.9  public class DebuggerBreakpointAnnotation extends BreakpointAnnotation {
    7.10  
     8.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/SessionsTableModelFilter.java	Mon Nov 04 14:46:54 2019 +0100
     8.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/SessionsTableModelFilter.java	Mon Nov 04 15:22:35 2019 +0100
     8.3 @@ -59,7 +59,6 @@
     8.4  
     8.5  /**
     8.6   *
     8.7 - * @author Martin Entlicher
     8.8   */
     8.9  @DebuggerServiceRegistration(path="SessionsView", types=TableModelFilter.class)
    8.10  public class SessionsTableModelFilter implements TableModelFilter, Constants {
     9.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/Task.java	Mon Nov 04 14:46:54 2019 +0100
     9.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/Task.java	Mon Nov 04 15:22:35 2019 +0100
     9.3 @@ -49,7 +49,6 @@
     9.4  
     9.5  /**
     9.6   *
     9.7 - * @author  Honza
     9.8   */
     9.9  class Task {
    9.10  
    10.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/Utils.java	Mon Nov 04 14:46:54 2019 +0100
    10.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/Utils.java	Mon Nov 04 15:22:35 2019 +0100
    10.3 @@ -90,7 +90,6 @@
    10.4  
    10.5  /**
    10.6   *
    10.7 - * @author  Honza
    10.8   */
    10.9  public class Utils {
   10.10              
    11.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/VariablesModel.java	Mon Nov 04 14:46:54 2019 +0100
    11.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/VariablesModel.java	Mon Nov 04 15:22:35 2019 +0100
    11.3 @@ -55,7 +55,6 @@
    11.4  
    11.5  /**
    11.6   *
    11.7 - * @author   Jan Jancura
    11.8   */
    11.9  public class VariablesModel implements TreeModel, NodeModel, TableModel {
   11.10      
    12.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/VerticalGridLayout.java	Mon Nov 04 14:46:54 2019 +0100
    12.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/VerticalGridLayout.java	Mon Nov 04 15:22:35 2019 +0100
    12.3 @@ -54,7 +54,6 @@
    12.4  
    12.5  /**
    12.6   *
    12.7 - * @author mkozeny
    12.8   */
    12.9  public class VerticalGridLayout implements LayoutManager2 {
   12.10      
    13.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/WatchesModel.java	Mon Nov 04 14:46:54 2019 +0100
    13.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/WatchesModel.java	Mon Nov 04 15:22:35 2019 +0100
    13.3 @@ -59,7 +59,6 @@
    13.4  
    13.5  /**
    13.6   *
    13.7 - * @author   Jan Jancura
    13.8   */
    13.9  public class WatchesModel implements NodeModelFilter, TableModel {
   13.10  
    14.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
    14.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
    14.3 @@ -64,7 +64,6 @@
    14.4  
    14.5  /**
    14.6   *
    14.7 - * @author  Honza
    14.8   */
    14.9  public class AntBreakpoint extends Breakpoint {
   14.10  
    15.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpointActionProvider.java	Mon Nov 04 14:46:54 2019 +0100
    15.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpointActionProvider.java	Mon Nov 04 15:22:35 2019 +0100
    15.3 @@ -60,7 +60,6 @@
    15.4  
    15.5  /**
    15.6   *
    15.7 - * @author  Honza
    15.8   */
    15.9  @Registration(actions={"toggleBreakpoint"}, activateForMIMETypes={"text/x-ant+xml"})
   15.10  public class AntBreakpointActionProvider extends ActionsProviderSupport
    16.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointAnnotationListener.java	Mon Nov 04 14:46:54 2019 +0100
    16.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointAnnotationListener.java	Mon Nov 04 15:22:35 2019 +0100
    16.3 @@ -60,7 +60,6 @@
    16.4   * {@link org.netbeans.api.debugger.DebuggerManager#PROP_BREAKPOINTS}
    16.5   * property and annotates JPDA Debugger line breakpoints in NetBeans editor.
    16.6   *
    16.7 - * @author Jan Jancura
    16.8   */
    16.9  public class BreakpointAnnotationListener extends DebuggerManagerAdapter 
   16.10  implements PropertyChangeListener {
    17.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointModel.java	Mon Nov 04 14:46:54 2019 +0100
    17.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointModel.java	Mon Nov 04 15:22:35 2019 +0100
    17.3 @@ -58,7 +58,6 @@
    17.4  
    17.5  /**
    17.6   *
    17.7 - * @author   Jan Jancura
    17.8   */
    17.9  public class BreakpointModel implements NodeModel {
   17.10      
    18.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointsReader.java	Mon Nov 04 14:46:54 2019 +0100
    18.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/BreakpointsReader.java	Mon Nov 04 15:22:35 2019 +0100
    18.3 @@ -58,7 +58,6 @@
    18.4  
    18.5  /**
    18.6   *
    18.7 - * @author Jan Jancura
    18.8   */
    18.9  public class BreakpointsReader implements Properties.Reader {
   18.10      
    19.1 --- a/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/PersistenceManager.java	Mon Nov 04 14:46:54 2019 +0100
    19.2 +++ b/ant.debugger/src/org/netbeans/modules/ant/debugger/breakpoints/PersistenceManager.java	Mon Nov 04 15:22:35 2019 +0100
    19.3 @@ -61,7 +61,6 @@
    19.4   * - listens on all changes of breakpoints and watches (like breakoint / watch
    19.5   *     added / removed, or some property change) and saves a new values
    19.6   *
    19.7 - * @author Jan Jancura
    19.8   */
    19.9  public class PersistenceManager implements LazyDebuggerManagerListener {
   19.10      
    20.1 --- a/ant.debugger/test/unit/src/org/netbeans/modules/ant/debugger/StepTest.java	Mon Nov 04 14:46:54 2019 +0100
    20.2 +++ b/ant.debugger/test/unit/src/org/netbeans/modules/ant/debugger/StepTest.java	Mon Nov 04 15:22:35 2019 +0100
    20.3 @@ -59,7 +59,6 @@
    20.4  /**
    20.5   * Tests Ant debugger stepping actions: step in, step out and step over.
    20.6   *
    20.7 - * @author Jan Jancura
    20.8   */
    20.9  public class StepTest extends NbTestCase {
   20.10      
    21.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/Accessor.java	Mon Nov 04 14:46:54 2019 +0100
    21.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/Accessor.java	Mon Nov 04 15:22:35 2019 +0100
    21.3 @@ -48,7 +48,6 @@
    21.4  
    21.5  /**
    21.6   *
    21.7 - * @author mkleint
    21.8   */
    21.9  public abstract class Accessor {
   21.10      
    22.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/Actions.java	Mon Nov 04 14:46:54 2019 +0100
    22.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/Actions.java	Mon Nov 04 15:22:35 2019 +0100
    22.3 @@ -105,7 +105,6 @@
    22.4  
    22.5  /**
    22.6   * Action bindings for a freeform project.
    22.7 - * @author Jesse Glick
    22.8   */
    22.9  public final class Actions implements ActionProvider {
   22.10  
    23.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ArtifactProvider.java	Mon Nov 04 14:46:54 2019 +0100
    23.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ArtifactProvider.java	Mon Nov 04 15:22:35 2019 +0100
    23.3 @@ -64,7 +64,6 @@
    23.4  
    23.5  /**
    23.6   * Handles <code>&lt;export&gt;</code> elements in project.xml
    23.7 - * @author Jesse Glick
    23.8   */
    23.9  final class ArtifactProvider implements AntArtifactProvider {
   23.10      
    24.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformEvaluator.java	Mon Nov 04 14:46:54 2019 +0100
    24.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformEvaluator.java	Mon Nov 04 15:22:35 2019 +0100
    24.3 @@ -68,7 +68,6 @@
    24.4  /**
    24.5   * Manages property evaluation for the freeform project.
    24.6   * Refreshes properties if (1) project.xml changes; (2) some *.properties changes.
    24.7 - * @author Jesse Glick
    24.8   */
    24.9  final class FreeformEvaluator implements PropertyEvaluator, AntProjectListener, PropertyChangeListener {
   24.10  
    25.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImpl.java	Mon Nov 04 14:46:54 2019 +0100
    25.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImpl.java	Mon Nov 04 15:22:35 2019 +0100
    25.3 @@ -71,8 +71,6 @@
    25.4   * Implementation of FileEncodingQuery for Freeform project, its instance can be 
    25.5   * obtained from project lookup
    25.6   * 
    25.7 - * @author Milan Kubec
    25.8 - * @author Tomas Zezula
    25.9   */
   25.10  public class FreeformFileEncodingQueryImpl extends FileEncodingQueryImplementation 
   25.11          implements AntProjectListener, PropertyChangeListener {
    26.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProject.java	Mon Nov 04 14:46:54 2019 +0100
    26.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProject.java	Mon Nov 04 15:22:35 2019 +0100
    26.3 @@ -77,7 +77,6 @@
    26.4  
    26.5  /**
    26.6   * One freeform project.
    26.7 - * @author Jesse Glick
    26.8   */
    26.9  @AntBasedProjectRegistration(
   26.10      type=FreeformProjectType.TYPE,
    27.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectGenerator.java	Mon Nov 04 14:46:54 2019 +0100
    27.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectGenerator.java	Mon Nov 04 15:22:35 2019 +0100
    27.3 @@ -74,7 +74,6 @@
    27.4  /**
    27.5   * Reads/writes project.xml.
    27.6   *
    27.7 - * @author  Jesse Glick, David Konecny, Pavel Buzek
    27.8   */
    27.9  public class FreeformProjectGenerator {
   27.10  
    28.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectOperations.java	Mon Nov 04 14:46:54 2019 +0100
    28.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectOperations.java	Mon Nov 04 15:22:35 2019 +0100
    28.3 @@ -61,7 +61,6 @@
    28.4  
    28.5  /**
    28.6   *
    28.7 - * @author Jan Lahoda
    28.8   */
    28.9  public class FreeformProjectOperations implements DeleteOperationImplementation, CopyOperationImplementation, MoveOrRenameOperationImplementation {
   28.10      
    29.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectType.java	Mon Nov 04 14:46:54 2019 +0100
    29.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformProjectType.java	Mon Nov 04 15:22:35 2019 +0100
    29.3 @@ -46,7 +46,6 @@
    29.4  
    29.5  /**
    29.6   * Freeform project type.
    29.7 - * @author Jesse Glick
    29.8   */
    29.9  public final class FreeformProjectType {
   29.10      public static final String TYPE = "org.netbeans.modules.ant.freeform";
    30.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQuery.java	Mon Nov 04 14:46:54 2019 +0100
    30.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQuery.java	Mon Nov 04 15:22:35 2019 +0100
    30.3 @@ -64,8 +64,6 @@
    30.4  
    30.5  /**
    30.6   *
    30.7 - * @author Jan Lahoda
    30.8 - * @author Tomas Zezula
    30.9   */
   30.10  public class FreeformSharabilityQuery implements SharabilityQueryImplementation2, AntProjectListener {
   30.11  
    31.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSources.java	Mon Nov 04 14:46:54 2019 +0100
    31.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformSources.java	Mon Nov 04 15:22:35 2019 +0100
    31.3 @@ -76,7 +76,6 @@
    31.4  /**
    31.5   * Handles source dir list for a freeform project.
    31.6   * XXX will not correctly unregister released external source roots
    31.7 - * @author Jesse Glick
    31.8   */
    31.9  final class FreeformSources implements Sources, AntProjectListener {
   31.10      
    32.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProvider.java	Mon Nov 04 14:46:54 2019 +0100
    32.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProvider.java	Mon Nov 04 15:22:35 2019 +0100
    32.3 @@ -65,7 +65,6 @@
    32.4   * and returns it as the template attribute.
    32.5   * </dl>
    32.6   * 
    32.7 - * @author Milan Kubec
    32.8   */
    32.9  public class FreeformTemplateAttributesProvider implements CreateFromTemplateAttributesProvider {
   32.10      
    33.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/LookupMergerImpl.java	Mon Nov 04 14:46:54 2019 +0100
    33.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/LookupMergerImpl.java	Mon Nov 04 15:22:35 2019 +0100
    33.3 @@ -59,7 +59,6 @@
    33.4  /**
    33.5   * Merges ActionProvider 
    33.6   *
    33.7 - * @author David Konecny, Milos Kleint
    33.8   */
    33.9  public class LookupMergerImpl implements LookupMerger<ActionProvider> {
   33.10  
    34.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/Subprojects.java	Mon Nov 04 14:46:54 2019 +0100
    34.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/Subprojects.java	Mon Nov 04 15:22:35 2019 +0100
    34.3 @@ -61,7 +61,6 @@
    34.4  
    34.5  /**
    34.6   * Manages list of subprojects.
    34.7 - * @author Jesse Glick
    34.8   * @see "#46713"
    34.9   */
   34.10  final class Subprojects implements SubprojectProvider {
    35.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/Util.java	Mon Nov 04 14:46:54 2019 +0100
    35.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/Util.java	Mon Nov 04 15:22:35 2019 +0100
    35.3 @@ -55,7 +55,6 @@
    35.4  
    35.5  /**
    35.6   * Miscellaneous utilities.
    35.7 - * @author Jesse Glick
    35.8   */
    35.9  public class Util {
   35.10      
    36.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/AccessorImpl.java	Mon Nov 04 14:46:54 2019 +0100
    36.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/AccessorImpl.java	Mon Nov 04 15:22:35 2019 +0100
    36.3 @@ -49,7 +49,6 @@
    36.4  
    36.5  /**
    36.6   *
    36.7 - * @author mkleint
    36.8   */
    36.9  class AccessorImpl extends Accessor {
   36.10      
    37.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/HelpIDFragmentProvider.java	Mon Nov 04 14:46:54 2019 +0100
    37.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/HelpIDFragmentProvider.java	Mon Nov 04 15:22:35 2019 +0100
    37.3 @@ -55,7 +55,6 @@
    37.4   * provide the fragments. The fragments are then lexicographically sorted and
    37.5   * concatenated (separated by dots) into one string, used as a base for the help id.
    37.6   *
    37.7 - * @author Jan Lahoda
    37.8   * @since 1.11.1
    37.9   */
   37.10  public interface HelpIDFragmentProvider {
    38.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectAccessor.java	Mon Nov 04 14:46:54 2019 +0100
    38.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectAccessor.java	Mon Nov 04 15:22:35 2019 +0100
    38.3 @@ -49,7 +49,6 @@
    38.4  
    38.5  /**
    38.6   * Accessor for AntProjectHelper and PropertyEvaluator, resides in project's lookup.
    38.7 - * @author Jan Lahoda
    38.8   */
    38.9  public final class ProjectAccessor {
   38.10  
    39.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectConstants.java	Mon Nov 04 14:46:54 2019 +0100
    39.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectConstants.java	Mon Nov 04 15:22:35 2019 +0100
    39.3 @@ -46,7 +46,6 @@
    39.4  
    39.5  /**
    39.6   * Miscellaneous constants.
    39.7 - * @author David Konecny
    39.8   */
    39.9  public class ProjectConstants {
   39.10  
    40.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectNature.java	Mon Nov 04 14:46:54 2019 +0100
    40.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/ProjectNature.java	Mon Nov 04 15:22:35 2019 +0100
    40.3 @@ -60,7 +60,6 @@
    40.4   * implementation to decide (based on the project's metadata) whether they
    40.5   * want or should enhance the project or not.
    40.6   *
    40.7 - * @author David Konecny, Jesse Glick
    40.8   */
    40.9  public interface ProjectNature {
   40.10  
    41.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/TargetDescriptor.java	Mon Nov 04 14:46:54 2019 +0100
    41.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/TargetDescriptor.java	Mon Nov 04 15:22:35 2019 +0100
    41.3 @@ -50,7 +50,6 @@
    41.4   * Description of the build target to be shown in Target Mappings customizer
    41.5   * panel.
    41.6   * @see ProjectNature#getExtraTargets
    41.7 - * @author David Konecny
    41.8   */
    41.9  public final class TargetDescriptor {
   41.10  
    42.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/NewFreeformProjectSupport.java	Mon Nov 04 14:46:54 2019 +0100
    42.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/NewFreeformProjectSupport.java	Mon Nov 04 15:22:35 2019 +0100
    42.3 @@ -77,7 +77,6 @@
    42.4   * </ol>
    42.5   * </div>
    42.6   *
    42.7 - * @author  David Konecny
    42.8   */
    42.9  public class NewFreeformProjectSupport {
   42.10      
    43.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/Util.java	Mon Nov 04 14:46:54 2019 +0100
    43.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/spi/support/Util.java	Mon Nov 04 15:22:35 2019 +0100
    43.3 @@ -76,7 +76,6 @@
    43.4  
    43.5  /**
    43.6   * Miscellaneous helper methods.
    43.7 - * @author Jesse Glick, David Konecny
    43.8   */
    43.9  public class Util {
   43.10      
    44.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.java	Mon Nov 04 14:46:54 2019 +0100
    44.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.java	Mon Nov 04 15:22:35 2019 +0100
    44.3 @@ -64,7 +64,6 @@
    44.4  import org.openide.util.Utilities;
    44.5  
    44.6  /**
    44.7 - * @author  David Konecny
    44.8   */
    44.9  public class BasicProjectInfoPanel extends javax.swing.JPanel implements HelpCtx.Provider{
   44.10  
    45.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoWizardPanel.java	Mon Nov 04 14:46:54 2019 +0100
    45.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoWizardPanel.java	Mon Nov 04 15:22:35 2019 +0100
    45.3 @@ -54,7 +54,6 @@
    45.4  import org.openide.util.NbBundle;
    45.5  
    45.6  /**
    45.7 - * @author  David Konecny
    45.8   */
    45.9  public class BasicProjectInfoWizardPanel implements WizardDescriptor.Panel, ChangeListener {
   45.10  
    46.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/FolderNodeFactory.java	Mon Nov 04 14:46:54 2019 +0100
    46.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/FolderNodeFactory.java	Mon Nov 04 15:22:35 2019 +0100
    46.3 @@ -98,7 +98,6 @@
    46.4  
    46.5  /**
    46.6   *
    46.7 - * @author mkleint
    46.8   */
    46.9  @NodeFactory.Registration(projectType="org-netbeans-modules-ant-freeform")
   46.10  public class FolderNodeFactory implements NodeFactory {
    47.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationCategoryProvider.java	Mon Nov 04 14:46:54 2019 +0100
    47.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationCategoryProvider.java	Mon Nov 04 15:22:35 2019 +0100
    47.3 @@ -53,7 +53,6 @@
    47.4  
    47.5  /**
    47.6   * 
    47.7 - * @author Milan Kubec
    47.8   */
    47.9  @CompositeCategoryProvider.Registration(projectType="org-netbeans-modules-ant-freeform", position=50)
   47.10  public class GeneralInformationCategoryProvider implements CompositeCategoryProvider {
    48.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.java	Mon Nov 04 14:46:54 2019 +0100
    48.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/GeneralInformationPanel.java	Mon Nov 04 15:22:35 2019 +0100
    48.3 @@ -51,7 +51,6 @@
    48.4  
    48.5  /**
    48.6   *
    48.7 - * @author  Milan Kubec
    48.8   */
    48.9  public class GeneralInformationPanel extends javax.swing.JPanel {
   48.10      
    49.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizerProvider.java	Mon Nov 04 14:46:54 2019 +0100
    49.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizerProvider.java	Mon Nov 04 15:22:35 2019 +0100
    49.3 @@ -70,7 +70,6 @@
    49.4  
    49.5  /**
    49.6   *
    49.7 - * @author Petr Hrebejk, David Konecny
    49.8   */
    49.9  public class ProjectCustomizerProvider implements CustomizerProvider {
   49.10      
    50.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingCategoryProvider.java	Mon Nov 04 14:46:54 2019 +0100
    50.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingCategoryProvider.java	Mon Nov 04 15:22:35 2019 +0100
    50.3 @@ -62,7 +62,6 @@
    50.4  
    50.5  /**
    50.6   *
    50.7 - * @author mkleint
    50.8   */
    50.9  @CompositeCategoryProvider.Registration(projectType="org-netbeans-modules-ant-freeform", position=700)
   50.10  public class TargetMappingCategoryProvider implements CompositeCategoryProvider {
    51.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java	Mon Nov 04 14:46:54 2019 +0100
    51.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java	Mon Nov 04 15:22:35 2019 +0100
    51.3 @@ -78,7 +78,6 @@
    51.4  import org.openide.util.NbBundle;
    51.5  
    51.6  /**
    51.7 - * @author  David Konecny
    51.8   */
    51.9  public class TargetMappingPanel extends JPanel implements ActionListener, HelpCtx.Provider {
   51.10  
    52.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java	Mon Nov 04 14:46:54 2019 +0100
    52.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java	Mon Nov 04 15:22:35 2019 +0100
    52.3 @@ -62,7 +62,6 @@
    52.4  import org.openide.util.NbBundle;
    52.5  
    52.6  /**
    52.7 - * @author  David Konecny
    52.8   */
    52.9  public class TargetMappingWizardPanel implements WizardDescriptor.Panel {
   52.10  
    53.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.java	Mon Nov 04 14:46:54 2019 +0100
    53.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlert.java	Mon Nov 04 15:22:35 2019 +0100
    53.3 @@ -75,7 +75,6 @@
    53.4   * The user is prompted to pick one.
    53.5   * @see "#46886"
    53.6   * @see <a href="http://projects.netbeans.org/buildsys/freeform-project-ui-spec-promoe.html#Alert_Run_Project">UI Spec</a>
    53.7 - * @author Jesse Glick
    53.8   */
    53.9  public final class UnboundTargetAlert extends JPanel {
   53.10      
    54.1 --- a/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/View.java	Mon Nov 04 14:46:54 2019 +0100
    54.2 +++ b/ant.freeform/src/org/netbeans/modules/ant/freeform/ui/View.java	Mon Nov 04 15:22:35 2019 +0100
    54.3 @@ -77,7 +77,6 @@
    54.4  
    54.5  /**
    54.6   * Logical view of a freeform project.
    54.7 - * @author Jesse Glick
    54.8   */
    54.9  public final class View implements LogicalViewProvider {
   54.10  
    55.1 --- a/ant.freeform/test/unit/data/example-projects/simplewithlicense/src/org/foo/NewClass.java	Mon Nov 04 14:46:54 2019 +0100
    55.2 +++ b/ant.freeform/test/unit/data/example-projects/simplewithlicense/src/org/foo/NewClass.java	Mon Nov 04 15:22:35 2019 +0100
    55.3 @@ -30,7 +30,6 @@
    55.4  
    55.5  /**
    55.6   *
    55.7 - * @author Milan
    55.8   */
    55.9  public class NewClass {
   55.10  
    56.1 --- a/ant.freeform/test/unit/data/example-projects/simplewithlicense/src2/org/foo/AnotherClass.java	Mon Nov 04 14:46:54 2019 +0100
    56.2 +++ b/ant.freeform/test/unit/data/example-projects/simplewithlicense/src2/org/foo/AnotherClass.java	Mon Nov 04 15:22:35 2019 +0100
    56.3 @@ -30,7 +30,6 @@
    56.4  
    56.5  /**
    56.6   *
    56.7 - * @author Milan
    56.8   */
    56.9  public class AnotherClass {
   56.10  
    57.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ActionsTest.java	Mon Nov 04 14:46:54 2019 +0100
    57.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ActionsTest.java	Mon Nov 04 15:22:35 2019 +0100
    57.3 @@ -71,7 +71,6 @@
    57.4  /**
    57.5   * Test functionality of actions in FreeformProject.
    57.6   * This class just tests the basic functionality found in the "simple" project.
    57.7 - * @author Jesse Glick
    57.8   */
    57.9  public class ActionsTest extends TestBase {
   57.10      
    58.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ArtifactProviderTest.java	Mon Nov 04 14:46:54 2019 +0100
    58.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ArtifactProviderTest.java	Mon Nov 04 15:22:35 2019 +0100
    58.3 @@ -58,7 +58,6 @@
    58.4  
    58.5  /**
    58.6   * Test {@link ArtifactProvider}.
    58.7 - * @author Jesse Glick
    58.8   */
    58.9  public class ArtifactProviderTest extends TestBase {
   58.10      
    59.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformEvaluatorTest.java	Mon Nov 04 14:46:54 2019 +0100
    59.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformEvaluatorTest.java	Mon Nov 04 15:22:35 2019 +0100
    59.3 @@ -61,7 +61,6 @@
    59.4  
    59.5  /**
    59.6   * Test property evaluation.
    59.7 - * @author Jesse Glick
    59.8   */
    59.9  public class FreeformEvaluatorTest extends TestBase {
   59.10      
    60.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImplTest.java	Mon Nov 04 14:46:54 2019 +0100
    60.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformFileEncodingQueryImplTest.java	Mon Nov 04 15:22:35 2019 +0100
    60.3 @@ -56,7 +56,6 @@
    60.4  
    60.5  /**
    60.6   *
    60.7 - * @author Tomas Zezula
    60.8   */
    60.9  public class FreeformFileEncodingQueryImplTest extends TestBase {
   60.10  
    61.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectGeneratorTest.java	Mon Nov 04 14:46:54 2019 +0100
    61.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectGeneratorTest.java	Mon Nov 04 15:22:35 2019 +0100
    61.3 @@ -71,7 +71,6 @@
    61.4  /**
    61.5   * Tests for FreeformProjectGenerator.
    61.6   *
    61.7 - * @author David Konecny
    61.8   */
    61.9  public class FreeformProjectGeneratorTest extends NbTestCase {
   61.10  
    62.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectTest.java	Mon Nov 04 14:46:54 2019 +0100
    62.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformProjectTest.java	Mon Nov 04 15:22:35 2019 +0100
    62.3 @@ -54,7 +54,6 @@
    62.4  /**
    62.5   * Test functionality of FreeformProject.
    62.6   * This class just tests the basic functionality found in the "simple" project.
    62.7 - * @author Jesse Glick
    62.8   */
    62.9  public class FreeformProjectTest extends TestBase {
   62.10  
    63.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQueryTest.java	Mon Nov 04 14:46:54 2019 +0100
    63.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSharabilityQueryTest.java	Mon Nov 04 15:22:35 2019 +0100
    63.3 @@ -50,7 +50,6 @@
    63.4  
    63.5  /**
    63.6   *
    63.7 - * @author Jan Lahoda
    63.8   */
    63.9  public class FreeformSharabilityQueryTest extends TestBase {
   63.10  
    64.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSourcesTest.java	Mon Nov 04 14:46:54 2019 +0100
    64.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformSourcesTest.java	Mon Nov 04 15:22:35 2019 +0100
    64.3 @@ -74,7 +74,6 @@
    64.4  
    64.5  /**
    64.6   * Test {@link FreeformSources}.
    64.7 - * @author Jesse Glick
    64.8   */
    64.9  public class FreeformSourcesTest extends TestBase {
   64.10      
    65.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProviderTest.java	Mon Nov 04 14:46:54 2019 +0100
    65.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/FreeformTemplateAttributesProviderTest.java	Mon Nov 04 15:22:35 2019 +0100
    65.3 @@ -59,7 +59,6 @@
    65.4   * Test for freeform template attributes provider, currently providing only
    65.5   * project-license value from project.xml
    65.6   * 
    65.7 - * @author Milan Kubec
    65.8   */
    65.9  public class FreeformTemplateAttributesProviderTest extends TestBase {
   65.10      
    66.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/LookupMergerImplTest.java	Mon Nov 04 14:46:54 2019 +0100
    66.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/LookupMergerImplTest.java	Mon Nov 04 15:22:35 2019 +0100
    66.3 @@ -64,7 +64,6 @@
    66.4  
    66.5  /**
    66.6   * Test for merging action providers.
    66.7 - * @author Jesse Glick
    66.8   */
    66.9  public class LookupMergerImplTest extends NbTestCase {
   66.10  
    67.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/SubprojectsTest.java	Mon Nov 04 14:46:54 2019 +0100
    67.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/SubprojectsTest.java	Mon Nov 04 15:22:35 2019 +0100
    67.3 @@ -52,7 +52,6 @@
    67.4  
    67.5  /**
    67.6   * Test {@link Subprojects}.
    67.7 - * @author Jesse Glick
    67.8   */
    67.9  public class SubprojectsTest extends TestBase {
   67.10  
    68.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestBase.java	Mon Nov 04 14:46:54 2019 +0100
    68.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestBase.java	Mon Nov 04 15:22:35 2019 +0100
    68.3 @@ -68,7 +68,6 @@
    68.4  
    68.5  /**
    68.6   * Base class for tests.
    68.7 - * @author Jesse Glick
    68.8   */
    68.9  public abstract class TestBase extends NbTestCase {
   68.10      
    69.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestInstalledFileLocator.java	Mon Nov 04 14:46:54 2019 +0100
    69.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/TestInstalledFileLocator.java	Mon Nov 04 15:22:35 2019 +0100
    69.3 @@ -49,7 +49,6 @@
    69.4  
    69.5  /**
    69.6   * Points to ant.jar for unit tests.
    69.7 - * @author Jesse Glick
    69.8   */
    69.9  @org.openide.util.lookup.ServiceProvider(service=org.openide.modules.InstalledFileLocator.class)
   69.10  public final class TestInstalledFileLocator extends InstalledFileLocator {
    70.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/spi/support/UtilTest.java	Mon Nov 04 14:46:54 2019 +0100
    70.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/spi/support/UtilTest.java	Mon Nov 04 15:22:35 2019 +0100
    70.3 @@ -62,7 +62,6 @@
    70.4  import org.w3c.dom.Element;
    70.5  
    70.6  /**
    70.7 - * @author David Konecny
    70.8   */
    70.9  public class UtilTest extends TestBase {
   70.10      
    71.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanelTest.java	Mon Nov 04 14:46:54 2019 +0100
    71.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanelTest.java	Mon Nov 04 15:22:35 2019 +0100
    71.3 @@ -56,7 +56,6 @@
    71.4  
    71.5  /**
    71.6   *
    71.7 - * @author Jan Lahoda
    71.8   */
    71.9  public class BasicProjectInfoPanelTest extends TestBase {
   71.10  
    72.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlertTest.java	Mon Nov 04 14:46:54 2019 +0100
    72.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/UnboundTargetAlertTest.java	Mon Nov 04 15:22:35 2019 +0100
    72.3 @@ -60,7 +60,6 @@
    72.4  
    72.5  /**
    72.6   * Test non-GUI functionality of the unbound target alert: binding creation etc.
    72.7 - * @author Jesse Glick
    72.8   */
    72.9  public class UnboundTargetAlertTest extends TestBase {
   72.10      
    73.1 --- a/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/ViewTest.java	Mon Nov 04 14:46:54 2019 +0100
    73.2 +++ b/ant.freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/ViewTest.java	Mon Nov 04 15:22:35 2019 +0100
    73.3 @@ -81,7 +81,6 @@
    73.4  
    73.5  /**
    73.6   * Test {@link View}: changes in children etc.
    73.7 - * @author Jesse Glick
    73.8   */
    73.9  public class ViewTest extends TestBase {
   73.10      
    74.1 --- a/ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammar.java	Mon Nov 04 14:46:54 2019 +0100
    74.2 +++ b/ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammar.java	Mon Nov 04 15:22:35 2019 +0100
    74.3 @@ -85,7 +85,6 @@
    74.4   * Rather simple query implementation based on static Ant introspection info.
    74.5   * Hints given by this grammar cannot guarantee that valid XML document is created.
    74.6   *
    74.7 - * @author Petr Kuzel, Jesse Glick
    74.8   */
    74.9  class AntGrammar implements GrammarQuery {
   74.10  
    75.1 --- a/ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammarQueryProvider.java	Mon Nov 04 14:46:54 2019 +0100
    75.2 +++ b/ant.grammar/src/org/netbeans/modules/ant/grammar/AntGrammarQueryProvider.java	Mon Nov 04 15:22:35 2019 +0100
    75.3 @@ -58,7 +58,6 @@
    75.4  /**
    75.5   * Provides the Ant grammar for any documents whose root elements matches a standard pattern.
    75.6   * See also ant/src/.../resources/mime-resolver.xml.
    75.7 - * @author Petr Kuzel, Jesse Glick
    75.8   */
    75.9  @ServiceProvider(service=GrammarQueryManager.class, path=/* XXX GrammarQueryManager.DefaultQueryManager.FOLDER*/ "Plugins/XML/GrammarQueryManagers")
   75.10  public final class AntGrammarQueryProvider extends GrammarQueryManager {
    76.1 --- a/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/AntGrammarTest.java	Mon Nov 04 14:46:54 2019 +0100
    76.2 +++ b/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/AntGrammarTest.java	Mon Nov 04 15:22:35 2019 +0100
    76.3 @@ -56,7 +56,6 @@
    76.4  
    76.5  /**
    76.6   * Test functionality of AntGrammar.
    76.7 - * @author Jesse Glick
    76.8   */
    76.9  public class AntGrammarTest extends NbTestCase {
   76.10  
    77.1 --- a/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtil.java	Mon Nov 04 14:46:54 2019 +0100
    77.2 +++ b/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtil.java	Mon Nov 04 15:22:35 2019 +0100
    77.3 @@ -70,7 +70,6 @@
    77.4  
    77.5  /**
    77.6   * Helpers for AntGrammarTest.
    77.7 - * @author Jesse Glick
    77.8   */
    77.9  final class TestUtil {
   77.10      
    78.1 --- a/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtilTest.java	Mon Nov 04 14:46:54 2019 +0100
    78.2 +++ b/ant.grammar/test/unit/src/org/netbeans/modules/ant/grammar/TestUtilTest.java	Mon Nov 04 15:22:35 2019 +0100
    78.3 @@ -56,7 +56,6 @@
    78.4  
    78.5  /**
    78.6   * Test functionality of TestUtil.
    78.7 - * @author Jesse Glick
    78.8   */
    78.9  public class TestUtilTest extends NbTestCase {
   78.10  
    79.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/CheckForNull.java	Mon Nov 04 14:46:54 2019 +0100
    79.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/CheckForNull.java	Mon Nov 04 15:22:35 2019 +0100
    79.3 @@ -52,7 +52,6 @@
    79.4   * The annotated method might return <code>null</code>, thus code using it
    79.5   * should check for nullity.
    79.6   *
    79.7 - * @author Petr Hejl
    79.8   */
    79.9  @Documented
   79.10  @Target({ElementType.METHOD})
    80.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/CheckReturnValue.java	Mon Nov 04 14:46:54 2019 +0100
    80.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/CheckReturnValue.java	Mon Nov 04 15:22:35 2019 +0100
    80.3 @@ -53,7 +53,6 @@
    80.4   * {@link java.io.File#delete()} or {@link java.lang.String#substring(int)}
    80.5   * as an example of such a method.
    80.6   *
    80.7 - * @author Petr Hejl
    80.8   */
    80.9  @Documented
   80.10  @Target(ElementType.METHOD)
    81.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/NonNull.java	Mon Nov 04 14:46:54 2019 +0100
    81.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/NonNull.java	Mon Nov 04 15:22:35 2019 +0100
    81.3 @@ -51,7 +51,6 @@
    81.4  /**
    81.5   * The annotated element must not be <code>null</code>.
    81.6   *
    81.7 - * @author Petr Hejl
    81.8   */
    81.9  @Documented
   81.10  @Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER,
    82.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/NullAllowed.java	Mon Nov 04 14:46:54 2019 +0100
    82.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/NullAllowed.java	Mon Nov 04 15:22:35 2019 +0100
    82.3 @@ -52,7 +52,6 @@
    82.4   * The annotated element might be <code>null</code>, thus code using it
    82.5   * should check for nullity.
    82.6   *
    82.7 - * @author Petr Hejl
    82.8   */
    82.9  @Documented
   82.10  @Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
    83.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/NullUnknown.java	Mon Nov 04 14:46:54 2019 +0100
    83.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/NullUnknown.java	Mon Nov 04 15:22:35 2019 +0100
    83.3 @@ -60,7 +60,6 @@
    83.4   * such a method - depending on usage of the {@link java.util.Map}
    83.5   * <code>null</code> may be legal or forbidden.
    83.6   *
    83.7 - * @author Andrei Badea, Petr Hejl
    83.8   */
    83.9  @Documented
   83.10  @Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER,
    84.1 --- a/api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java	Mon Nov 04 14:46:54 2019 +0100
    84.2 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java	Mon Nov 04 15:22:35 2019 +0100
    84.3 @@ -50,7 +50,6 @@
    84.4  /**
    84.5   * Supress the warning reported by the code analyzing tool.
    84.6   *
    84.7 - * @author Petr Hejl
    84.8   */
    84.9  @Target({ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.LOCAL_VARIABLE,
   84.10          ElementType.METHOD, ElementType.PACKAGE, ElementType.PARAMETER, ElementType.TYPE})
    85.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AbstractDICookie.java	Mon Nov 04 14:46:54 2019 +0100
    85.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AbstractDICookie.java	Mon Nov 04 15:22:35 2019 +0100
    85.3 @@ -69,7 +69,6 @@
    85.4   * @see LaunchingDICookie
    85.5   * @see ListeningDICookie
    85.6   *
    85.7 - * @author Jan Jancura
    85.8   */
    85.9  public abstract class AbstractDICookie {
   85.10      
    86.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AttachingDICookie.java	Mon Nov 04 14:46:54 2019 +0100
    86.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/AttachingDICookie.java	Mon Nov 04 15:22:35 2019 +0100
    86.3 @@ -73,7 +73,6 @@
    86.4   *    );
    86.5   *    DebuggerManager.getDebuggerManager ().startDebugging (di);</pre>
    86.6   *
    86.7 - * @author Jan Jancura
    86.8   */
    86.9  public final class AttachingDICookie extends AbstractDICookie {
   86.10  
    87.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/CallStackFrame.java	Mon Nov 04 14:46:54 2019 +0100
    87.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/CallStackFrame.java	Mon Nov 04 15:22:35 2019 +0100
    87.3 @@ -58,7 +58,6 @@
    87.4   * not to implement this interface in client code. New methods can be added to
    87.5   * this interface at any time to keep up with the JDI functionality.</pre>
    87.6   *
    87.7 - * @author Jan Jancura
    87.8   */
    87.9  public interface CallStackFrame {
   87.10      
    88.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassLoadUnloadBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
    88.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassLoadUnloadBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
    88.3 @@ -71,7 +71,6 @@
    88.4   * This breakpoint stops when some class from org.netbeans.modules.editor
    88.5   * package is loaded.
    88.6   *
    88.7 - * @author Jan Jancura
    88.8   */
    88.9  public class ClassLoadUnloadBreakpoint extends JPDABreakpoint {
   88.10  
    89.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassVariable.java	Mon Nov 04 14:46:54 2019 +0100
    89.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ClassVariable.java	Mon Nov 04 15:22:35 2019 +0100
    89.3 @@ -55,7 +55,6 @@
    89.4   *
    89.5   * @since 2.7
    89.6   *
    89.7 - * @author Martin Entlicher
    89.8   */
    89.9  public interface ClassVariable extends ObjectVariable {
   89.10      
    90.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DeadlockDetector.java	Mon Nov 04 14:46:54 2019 +0100
    90.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DeadlockDetector.java	Mon Nov 04 15:22:35 2019 +0100
    90.3 @@ -55,7 +55,6 @@
    90.4   * not to implement this abstract class in client code. New methods can be added to
    90.5   * this class at any time to keep up with the JDI functionality.</pre>
    90.6   * 
    90.7 - * @author Martin Entlicher
    90.8   * @since 2.16
    90.9   */
   90.10  public abstract class DeadlockDetector {
    91.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DebuggerStartException.java	Mon Nov 04 14:46:54 2019 +0100
    91.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/DebuggerStartException.java	Mon Nov 04 15:22:35 2019 +0100
    91.3 @@ -48,7 +48,6 @@
    91.4  /**
    91.5   * Notification about problems during debugger start.
    91.6   *
    91.7 - * @author   Jan Jancura
    91.8   */
    91.9  public class DebuggerStartException extends Exception {
   91.10  
    92.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ExceptionBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
    92.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ExceptionBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
    92.3 @@ -68,7 +68,6 @@
    92.4   *    ));</pre>
    92.5   * This breakpoint stops when NullPointerException is throw and uncatched.
    92.6   *
    92.7 - * @author Jan Jancura
    92.8   */
    92.9  public class ExceptionBreakpoint extends JPDABreakpoint {
   92.10  
    93.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Field.java	Mon Nov 04 14:46:54 2019 +0100
    93.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Field.java	Mon Nov 04 15:22:35 2019 +0100
    93.3 @@ -56,7 +56,6 @@
    93.4   * this interface at any time to keep up with the JDI functionality.</pre>
    93.5   *
    93.6   * @see ObjectVariable
    93.7 - * @author   Jan Jancura
    93.8   */
    93.9  public interface Field extends MutableVariable {
   93.10  
    94.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/FieldBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
    94.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/FieldBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
    94.3 @@ -73,7 +73,6 @@
    94.4   *    ));</pre>
    94.5   * This breakpoint stops when state field of EditorPanel class is modified.
    94.6   *
    94.7 - * @author Jan Jancura
    94.8   */
    94.9  public class FieldBreakpoint extends JPDABreakpoint {
   94.10  
    95.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/InvalidExpressionException.java	Mon Nov 04 14:46:54 2019 +0100
    95.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/InvalidExpressionException.java	Mon Nov 04 15:22:35 2019 +0100
    95.3 @@ -48,7 +48,6 @@
    95.4  /**
    95.5   * Notification about bad expression.
    95.6   *
    95.7 - * @author   Jan Jancura
    95.8   */
    95.9  public class InvalidExpressionException extends Exception {
   95.10  
    96.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAArrayType.java	Mon Nov 04 14:46:54 2019 +0100
    96.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAArrayType.java	Mon Nov 04 15:22:35 2019 +0100
    96.3 @@ -54,7 +54,6 @@
    96.4   *
    96.5   * @since 2.11
    96.6   * @see JPDAClassType
    96.7 - * @author Martin Entlicher
    96.8   */
    96.9  public interface JPDAArrayType extends JPDAClassType {
   96.10      
    97.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
    97.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
    97.3 @@ -66,7 +66,6 @@
    97.4  /**
    97.5   * Abstract definition of JPDA breakpoint.
    97.6   *
    97.7 - * @author   Jan Jancura
    97.8   */
    97.9  public class JPDABreakpoint extends Breakpoint {
   97.10  
    98.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpointBeanInfo.java	Mon Nov 04 14:46:54 2019 +0100
    98.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDABreakpointBeanInfo.java	Mon Nov 04 15:22:35 2019 +0100
    98.3 @@ -49,7 +49,6 @@
    98.4  
    98.5  /**
    98.6   *
    98.7 - * @author Martin Entlicher
    98.8   */
    98.9  class JPDABreakpointBeanInfo extends SimpleBeanInfo {
   98.10      
    99.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAClassType.java	Mon Nov 04 14:46:54 2019 +0100
    99.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAClassType.java	Mon Nov 04 15:22:35 2019 +0100
    99.3 @@ -58,7 +58,6 @@
    99.4   *
    99.5   * @since 2.7
    99.6   *
    99.7 - * @author Martin Entlicher
    99.8   */
    99.9  public interface JPDAClassType extends VariableType {
   99.10      
   100.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDADebugger.java	Mon Nov 04 14:46:54 2019 +0100
   100.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDADebugger.java	Mon Nov 04 15:22:35 2019 +0100
   100.3 @@ -83,7 +83,6 @@
   100.4   *    JPDADebugger jpdaDebugger = (JPDADebugger) debuggerEngine.lookup 
   100.5   *        (JPDADebugger.class);</pre>
   100.6   *
   100.7 - * @author Jan Jancura
   100.8   */
   100.9  public abstract class JPDADebugger {
  100.10  
  100.11 @@ -658,7 +657,6 @@
  100.12       * The class must be public and have a public constructor which takes
  100.13       * no arguments or takes {@link ContextProvider} as an argument.
  100.14       *
  100.15 -     * @author Martin Entlicher
  100.16       * @since 2.19
  100.17       */
  100.18      @Retention(RetentionPolicy.SOURCE)
   101.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAStep.java	Mon Nov 04 14:46:54 2019 +0100
   101.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAStep.java	Mon Nov 04 15:22:35 2019 +0100
   101.3 @@ -51,7 +51,6 @@
   101.4  /**
   101.5   * Represents one JPDA step.
   101.6   *
   101.7 - * @author Roman Ondruska
   101.8   */
   101.9  public abstract class JPDAStep {
  101.10      private int size;
   102.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThread.java	Mon Nov 04 14:46:54 2019 +0100
   102.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThread.java	Mon Nov 04 15:22:35 2019 +0100
   102.3 @@ -61,7 +61,6 @@
   102.4   * not to implement this interface in client code. New methods can be added to
   102.5   * this interface at any time to keep up with the JDI functionality.</pre>
   102.6   *
   102.7 - * @author Jan Jancura
   102.8   */
   102.9  public interface JPDAThread {
  102.10  
   103.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThreadGroup.java	Mon Nov 04 14:46:54 2019 +0100
   103.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAThreadGroup.java	Mon Nov 04 15:22:35 2019 +0100
   103.3 @@ -53,7 +53,6 @@
   103.4   * not to implement this interface in client code. New methods can be added to
   103.5   * this interface at any time to keep up with the JDI functionality.</pre>
   103.6   *
   103.7 - * @author Jan Jancura
   103.8   */
   103.9  public interface JPDAThreadGroup  {
  103.10  
   104.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAWatch.java	Mon Nov 04 14:46:54 2019 +0100
   104.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/JPDAWatch.java	Mon Nov 04 15:22:35 2019 +0100
   104.3 @@ -54,7 +54,6 @@
   104.4   * not to implement this interface in client code. New methods can be added to
   104.5   * this interface at any time to keep up with the JDI functionality.</pre>
   104.6   *
   104.7 - * @author   Jan Jancura
   104.8   */
   104.9  
  104.10  public interface JPDAWatch extends MutableVariable {
   105.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LaunchingDICookie.java	Mon Nov 04 14:46:54 2019 +0100
   105.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LaunchingDICookie.java	Mon Nov 04 15:22:35 2019 +0100
   105.3 @@ -75,7 +75,6 @@
   105.4   *    );
   105.5   *    DebuggerManager.getDebuggerManager ().startDebugging (di);</pre>
   105.6   *
   105.7 - * @author Jan Jancura
   105.8   */
   105.9  public final class LaunchingDICookie extends AbstractDICookie {
  105.10  
   106.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
   106.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
   106.3 @@ -83,7 +83,6 @@
   106.4   *    ));</pre>
   106.5   * This breakpoint stops in Ted class on 27 line number.
   106.6   *
   106.7 - * @author Jan Jancura
   106.8   */
   106.9  public class LineBreakpoint extends JPDABreakpoint {
  106.10  
   107.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ListeningDICookie.java	Mon Nov 04 14:46:54 2019 +0100
   107.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ListeningDICookie.java	Mon Nov 04 15:22:35 2019 +0100
   107.3 @@ -72,7 +72,6 @@
   107.4   *    );
   107.5   *    DebuggerManager.getDebuggerManager ().startDebugging (di);</pre>
   107.6   *
   107.7 - * @author Jan Jancura
   107.8   */
   107.9  public final class ListeningDICookie extends AbstractDICookie {
  107.10  
   108.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LocalVariable.java	Mon Nov 04 14:46:54 2019 +0100
   108.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/LocalVariable.java	Mon Nov 04 15:22:35 2019 +0100
   108.3 @@ -56,7 +56,6 @@
   108.4   * this interface at any time to keep up with the JDI functionality.</pre>
   108.5   *
   108.6   * @see ObjectVariable
   108.7 - * @author   Jan Jancura
   108.8   */
   108.9  public interface LocalVariable extends MutableVariable {
  108.10  
   109.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MethodBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
   109.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MethodBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
   109.3 @@ -73,7 +73,6 @@
   109.4   * This breakpoint stops when some initializer of class Ted or innercalsses is
   109.5   * called.
   109.6   *
   109.7 - * @author Jan Jancura
   109.8   */
   109.9  public class MethodBreakpoint extends JPDABreakpoint {
  109.10  
   110.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MonitorInfo.java	Mon Nov 04 14:46:54 2019 +0100
   110.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MonitorInfo.java	Mon Nov 04 15:22:35 2019 +0100
   110.3 @@ -58,7 +58,6 @@
   110.4   * not to implement this interface in client code. New methods can be added to
   110.5   * this interface at any time to keep up with the JDI functionality.</pre>
   110.6   *
   110.7 - * @author Martin Entlicher
   110.8   * @since 2.16
   110.9   */
  110.10  public interface MonitorInfo {
   111.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MutableVariable.java	Mon Nov 04 14:46:54 2019 +0100
   111.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/MutableVariable.java	Mon Nov 04 15:22:35 2019 +0100
   111.3 @@ -55,7 +55,6 @@
   111.4   * @see Field
   111.5   * @see JPDAWatch
   111.6   *
   111.7 - * @author Martin Entlicher
   111.8   * @since 2.44
   111.9   */
  111.10  public interface MutableVariable extends Variable {
   112.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ObjectVariable.java	Mon Nov 04 14:46:54 2019 +0100
   112.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ObjectVariable.java	Mon Nov 04 15:22:35 2019 +0100
   112.3 @@ -64,7 +64,6 @@
   112.4   * @see JPDAThread#getContendedMonitor
   112.5   * @see JPDAThread#getOwnedMonitors
   112.6   *
   112.7 - * @author   Jan Jancura
   112.8   */
   112.9  public interface ObjectVariable extends Variable {
  112.10  
   113.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ReturnVariable.java	Mon Nov 04 14:46:54 2019 +0100
   113.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ReturnVariable.java	Mon Nov 04 15:22:35 2019 +0100
   113.3 @@ -55,7 +55,6 @@
   113.4   *
   113.5   * @since 2.7
   113.6   *
   113.7 - * @author Martin Entlicher
   113.8   */
   113.9  public interface ReturnVariable extends ObjectVariable {
  113.10      
   114.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/SmartSteppingFilter.java	Mon Nov 04 14:46:54 2019 +0100
   114.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/SmartSteppingFilter.java	Mon Nov 04 15:22:35 2019 +0100
   114.3 @@ -56,7 +56,6 @@
   114.4   * not to implement this interface in client code. New methods can be added to
   114.5   * this interface at any time to keep up with the JDI functionality.</pre>
   114.6   *
   114.7 - * @author   Jan Jancura
   114.8   */
   114.9  public interface SmartSteppingFilter {
  114.10  
   115.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Super.java	Mon Nov 04 14:46:54 2019 +0100
   115.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Super.java	Mon Nov 04 15:22:35 2019 +0100
   115.3 @@ -55,7 +55,6 @@
   115.4   *
   115.5   * @see ObjectVariable#getSuper
   115.6   *
   115.7 - * @author Jan Jancura
   115.8   */
   115.9  public interface Super extends ObjectVariable {
  115.10  }
   116.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/This.java	Mon Nov 04 14:46:54 2019 +0100
   116.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/This.java	Mon Nov 04 15:22:35 2019 +0100
   116.3 @@ -55,7 +55,6 @@
   116.4   *
   116.5   * @see CallStackFrame#getThisVariable
   116.6   *
   116.7 - * @author   Jan Jancura
   116.8   */
   116.9  public interface This extends ObjectVariable {
  116.10  }
   117.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadBreakpoint.java	Mon Nov 04 14:46:54 2019 +0100
   117.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadBreakpoint.java	Mon Nov 04 15:22:35 2019 +0100
   117.3 @@ -63,7 +63,6 @@
   117.4   *    ));</pre>
   117.5   * This breakpoint stops when some thread is created or killed.
   117.6   *
   117.7 - * @author Jan Jancura
   117.8   */
   117.9  public class ThreadBreakpoint extends JPDABreakpoint {
  117.10  
   118.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadsCollector.java	Mon Nov 04 14:46:54 2019 +0100
   118.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/ThreadsCollector.java	Mon Nov 04 15:22:35 2019 +0100
   118.3 @@ -55,7 +55,6 @@
   118.4   * not to implement this abstract class in client code. New methods can be added to
   118.5   * this class at any time to keep up with the JDI functionality.</pre>
   118.6   * 
   118.7 - * @author Martin Entlicher
   118.8   * @since 2.16
   118.9   */
  118.10  public abstract class ThreadsCollector {
   119.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Variable.java	Mon Nov 04 14:46:54 2019 +0100
   119.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/Variable.java	Mon Nov 04 15:22:35 2019 +0100
   119.3 @@ -60,7 +60,6 @@
   119.4   * @see JPDAThread#getContendedMonitor
   119.5   * @see JPDAThread#getOwnedMonitors
   119.6   *
   119.7 - * @author   Jan Jancura
   119.8   */
   119.9  public interface Variable {
  119.10  
   120.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/VariableType.java	Mon Nov 04 14:46:54 2019 +0100
   120.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/VariableType.java	Mon Nov 04 15:22:35 2019 +0100
   120.3 @@ -56,7 +56,6 @@
   120.4   *
   120.5   * @since 2.11
   120.6   * @see JPDAClassType
   120.7 - * @author Martin Entlicher
   120.8   */
   120.9  public interface VariableType {
  120.10      
   121.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointEvent.java	Mon Nov 04 14:46:54 2019 +0100
   121.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointEvent.java	Mon Nov 04 15:22:35 2019 +0100
   121.3 @@ -52,7 +52,6 @@
   121.4  /**
   121.5   * JPDABreakpoint event notification.
   121.6   *
   121.7 - * @author   Jan Jancura
   121.8   */
   121.9  public final class JPDABreakpointEvent extends EventObject {
  121.10  
   122.1 --- a/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointListener.java	Mon Nov 04 14:46:54 2019 +0100
   122.2 +++ b/api.debugger.jpda/src/org/netbeans/api/debugger/jpda/event/JPDABreakpointListener.java	Mon Nov 04 15:22:35 2019 +0100
   122.3 @@ -51,7 +51,6 @@
   122.4  /**
   122.5   * Notifies about breakpoint events.
   122.6   *
   122.7 - * @author   Jan Jancura
   122.8   */
   122.9  public interface JPDABreakpointListener extends EventListener {
  122.10  
   123.1 --- a/api.debugger.jpda/src/org/netbeans/modules/debugger/jpda/apiregistry/DebuggerProcessor.java	Mon Nov 04 14:46:54 2019 +0100
   123.2 +++ b/api.debugger.jpda/src/org/netbeans/modules/debugger/jpda/apiregistry/DebuggerProcessor.java	Mon Nov 04 15:22:35 2019 +0100
   123.3 @@ -76,7 +76,6 @@
   123.4  
   123.5  /** Processor to hide all the complexities of settings layer registration.
   123.6   *
   123.7 - * @author Martin Entlicher
   123.8   */
   123.9  @ServiceProvider(service=Processor.class)
  123.10  @SupportedSourceVersion(SourceVersion.RELEASE_7)
   124.1 --- a/api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/BreakpointsClassFilter.java	Mon Nov 04 14:46:54 2019 +0100
   124.2 +++ b/api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/BreakpointsClassFilter.java	Mon Nov 04 15:22:35 2019 +0100
   124.3 @@ -58,7 +58,6 @@
   124.4   * But there can be a need to customize the class names for a specific use.
   124.5   * For instance, add versioned classes for JRebel, etc.
   124.6   * 
   124.7 - * @author Martin Entlicher
   124.8   * @since 2.37
   124.9   */
  124.10  public abstract class BreakpointsClassFilter {
   125.1 --- a/api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/EditorContext.java	Mon Nov 04 14:46:54 2019 +0100
   125.2 +++ b/api.debugger.jpda/src/org/netbeans/spi/debugger/jpda/EditorContext.java	Mon Nov 04 15:22:35 2019 +0100
   125.3 @@ -63,7 +63,6 @@
   125.4   * Defines bridge to editor and src hierarchy. It allows to use different
   125.5   * source viewer for debugger (like some UML view).
   125.6   *
   125.7 - * @author Jan Jancura
   125.8   */
   125.9  public abstract class EditorContext {
  125.10  
  125.11 @@ -793,7 +792,6 @@
  125.12       * The class must be public and have a public constructor which takes
  125.13       * no arguments or takes {@link ContextProvider} as an argument.
  125.14       *
  125.15 -     * @author Martin Entlicher
  125.16       * @since 2.19
  125.17       */
  125.18      @Retention(RetentionPolicy.SOURCE)
   126.1 --- a/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAActionsProvider.java	Mon Nov 04 14:46:54 2019 +0100
   126.2 +++ b/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAActionsProvider.java	Mon Nov 04 15:22:35 2019 +0100
   126.3 @@ -51,7 +51,6 @@
   126.4  
   126.5  /**
   126.6   *
   126.7 - * @author   Jan Jancura
   126.8   */
   126.9  public class AAAActionsProvider extends DelegatingActionsProvider {
  126.10  
   127.1 --- a/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAEngineProvider.java	Mon Nov 04 14:46:54 2019 +0100
   127.2 +++ b/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAEngineProvider.java	Mon Nov 04 15:22:35 2019 +0100
   127.3 @@ -52,7 +52,6 @@
   127.4   * Each Debugger Implementation can add support for debugging of some
   127.5   * language or environment to the IDE.
   127.6   *
   127.7 - * @author Jan Jancura
   127.8   */
   127.9  public class AAAEngineProvider extends DebuggerEngineProvider {
  127.10  
   128.1 --- a/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAWatchesProvider.java	Mon Nov 04 14:46:54 2019 +0100
   128.2 +++ b/api.debugger/examples/delegatingdebugger/src/org/netbeans/examples/debugger/delegating/AAAWatchesProvider.java	Mon Nov 04 15:22:35 2019 +0100
   128.3 @@ -51,7 +51,6 @@
   128.4  
   128.5  /**
   128.6   *
   128.7 - * @author   Jan Jancura
   128.8   */
   128.9  public class AAAWatchesProvider extends DelegatingWatchesProvider {
  128.10  
   129.1 --- a/api.debugger/examples/delegatingview/org/netbeans/modules/debugger/delegatingview/DVModule.java	Mon Nov 04 14:46:54 2019 +0100
   129.2 +++ b/api.debugger/examples/delegatingview/org/netbeans/modules/debugger/delegatingview/DVModule.java	Mon Nov 04 15:22:35 2019 +0100
   129.3 @@ -63,7 +63,6 @@
   129.4  /**
   129.5  * Module installation class for HtmlModule
   129.6  *
   129.7 -* @author Jan Jancura
   129.8  */
   129.9  public class DVModule extends org.openide.modules.ModuleInstall {
  129.10  
   130.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebugger.java	Mon Nov 04 14:46:54 2019 +0100
   130.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebugger.java	Mon Nov 04 15:22:35 2019 +0100
   130.3 @@ -67,7 +67,6 @@
   130.4   * Into on "import java.awt.Button" opens .java file for Button and
   130.5   * puts current line to the first line of it.
   130.6   *
   130.7 - * @author Jan Jancura
   130.8   */
   130.9  public class ImportDebugger extends SecondaryDebuggerSupport {
  130.10  
   131.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerImpl.java	Mon Nov 04 14:46:54 2019 +0100
   131.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerImpl.java	Mon Nov 04 15:22:35 2019 +0100
   131.3 @@ -52,7 +52,6 @@
   131.4  /**
   131.5   * This class represents JPDA Debugger Implementation.
   131.6   *
   131.7 - * @author Jan Jancura
   131.8   */
   131.9  public class ImportDebuggerImpl extends DebuggerImpl {
  131.10  
   132.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerInfo.java	Mon Nov 04 14:46:54 2019 +0100
   132.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerInfo.java	Mon Nov 04 15:22:35 2019 +0100
   132.3 @@ -56,7 +56,6 @@
   132.4  * </UL>
   132.5  * Uses Import debugger.
   132.6  *
   132.7 -* @author Jan Jancura
   132.8  */
   132.9  public class ImportDebuggerInfo extends AbstractDebuggerInfo {
  132.10  
   133.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerModule.java	Mon Nov 04 14:46:54 2019 +0100
   133.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerModule.java	Mon Nov 04 15:22:35 2019 +0100
   133.3 @@ -50,7 +50,6 @@
   133.4  /**
   133.5  * Module installation class for ImportDebugger Module
   133.6  *
   133.7 -* @author Jan Jancura
   133.8  */
   133.9  public class ImportDebuggerModule extends ModuleInstall {
  133.10  
   134.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerTypeBeanInfo.java	Mon Nov 04 14:46:54 2019 +0100
   134.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportDebuggerTypeBeanInfo.java	Mon Nov 04 15:22:35 2019 +0100
   134.3 @@ -50,7 +50,6 @@
   134.4  
   134.5  /** Object that provides beaninfo for {@link ImportDebuggerType}.
   134.6  *
   134.7 -* @author Jan Jancura
   134.8  */
   134.9  public class ImportDebuggerTypeBeanInfo extends SimpleBeanInfo {
  134.10  
   135.1 --- a/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportWatch.java	Mon Nov 04 14:46:54 2019 +0100
   135.2 +++ b/api.debugger/examples/importdebug/org/netbeans/modules/debugger/importd/ImportWatch.java	Mon Nov 04 15:22:35 2019 +0100
   135.3 @@ -59,7 +59,6 @@
   135.4  * Standart implementation of Watch interface.
   135.5  * @see org.openide.debugger.Watch
   135.6  *
   135.7 -* @author   Jan Jancura
   135.8  * @version  0.18, Feb 23, 1998
   135.9  */
  135.10  public class ImportWatch extends AbstractWatch implements Validator.Object {
   136.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebugger.java	Mon Nov 04 14:46:54 2019 +0100
   136.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebugger.java	Mon Nov 04 15:22:35 2019 +0100
   136.3 @@ -68,7 +68,6 @@
   136.4   * Into on "import java.awt.Button" opens .java file for Button and
   136.5   * puts current line to the first line of it.
   136.6   *
   136.7 - * @author Jan Jancura
   136.8   */
   136.9  public class ImportDebugger extends SecondaryDebuggerSupport {
  136.10  
   137.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerImpl.java	Mon Nov 04 14:46:54 2019 +0100
   137.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerImpl.java	Mon Nov 04 15:22:35 2019 +0100
   137.3 @@ -52,7 +52,6 @@
   137.4  /**
   137.5   * This class represents JPDA Debugger Implementation.
   137.6   *
   137.7 - * @author Jan Jancura
   137.8   */
   137.9  public class ImportDebuggerImpl extends DebuggerImpl {
  137.10  
   138.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerInfo.java	Mon Nov 04 14:46:54 2019 +0100
   138.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerInfo.java	Mon Nov 04 15:22:35 2019 +0100
   138.3 @@ -56,7 +56,6 @@
   138.4  * </UL>
   138.5  * Uses Import debugger.
   138.6  *
   138.7 -* @author Jan Jancura
   138.8  */
   138.9  public class ImportDebuggerInfo extends AbstractDebuggerInfo {
  138.10  
   139.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerModule.java	Mon Nov 04 14:46:54 2019 +0100
   139.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerModule.java	Mon Nov 04 15:22:35 2019 +0100
   139.3 @@ -50,7 +50,6 @@
   139.4  /**
   139.5  * Module installation class for ImportDebugger Module
   139.6  *
   139.7 -* @author Jan Jancura
   139.8  */
   139.9  public class ImportDebuggerModule extends ModuleInstall {
  139.10  
   140.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerTypeBeanInfo.java	Mon Nov 04 14:46:54 2019 +0100
   140.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportDebuggerTypeBeanInfo.java	Mon Nov 04 15:22:35 2019 +0100
   140.3 @@ -50,7 +50,6 @@
   140.4  
   140.5  /** Object that provides beaninfo for {@link ImportDebuggerType}.
   140.6  *
   140.7 -* @author Jan Jancura
   140.8  */
   140.9  public class ImportDebuggerTypeBeanInfo extends SimpleBeanInfo {
  140.10  
   141.1 --- a/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportWatch.java	Mon Nov 04 14:46:54 2019 +0100
   141.2 +++ b/api.debugger/examples/importdebugII/org/netbeans/modules/debugger/importd2/ImportWatch.java	Mon Nov 04 15:22:35 2019 +0100
   141.3 @@ -59,7 +59,6 @@
   141.4  * Standart implementation of Watch interface.
   141.5  * @see org.openide.debugger.Watch
   141.6  *
   141.7 -* @author   Jan Jancura
   141.8  * @version  0.18, Feb 23, 1998
   141.9  */
  141.10  public class ImportWatch extends AbstractWatch implements Validator.Object {
   142.1 --- a/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java	Mon Nov 04 14:46:54 2019 +0100
   142.2 +++ b/api.debugger/src/org/netbeans/api/debugger/ActionsManager.java	Mon Nov 04 15:22:35 2019 +0100
   142.3 @@ -63,7 +63,6 @@
   142.4   * Manages some set of actions. Loads some set of ActionProviders registered
   142.5   * for some context, and allows to call isEnabled and doAction methods on them.
   142.6   *
   142.7 - * @author   Jan Jancura
   142.8   */
   142.9  public final class ActionsManager {
  142.10  
   143.1 --- a/api.debugger/src/org/netbeans/api/debugger/ActionsManagerAdapter.java	Mon Nov 04 14:46:54 2019 +0100
   143.2 +++ b/api.debugger/src/org/netbeans/api/debugger/ActionsManagerAdapter.java	Mon Nov 04 15:22:35 2019 +0100
   143.3 @@ -47,7 +47,6 @@
   143.4  /**
   143.5   * Empty implementation of {@link ActionsManagerListener}.
   143.6   *
   143.7 - * @author   Jan Jancura
   143.8   */
   143.9  public class ActionsManagerAdapter implements ActionsManagerListener {
  143.10  
   144.1 --- a/api.debugger/src/org/netbeans/api/debugger/ActionsManagerListener.java	Mon Nov 04 14:46:54 2019 +0100
   144.2 +++ b/api.debugger/src/org/netbeans/api/debugger/ActionsManagerListener.java	Mon Nov 04 15:22:35 2019 +0100
   144.3 @@ -51,7 +51,6 @@
   144.4   * This listener notifies about changes in the
   144.5   * {@link org.netbeans.api.debugger.DebuggerEngine}.
   144.6   *
   144.7 - * @author   Jan Jancura
   144.8   */
   144.9  public interface ActionsManagerListener extends EventListener {
  144.10  
   145.1 --- a/api.debugger/src/org/netbeans/api/debugger/ActiveBreakpoints.java	Mon Nov 04 14:46:54 2019 +0100
   145.2 +++ b/api.debugger/src/org/netbeans/api/debugger/ActiveBreakpoints.java	Mon Nov 04 15:22:35 2019 +0100
   145.3 @@ -53,7 +53,6 @@
   145.4   * This class handles an engine-related breakpoints activation/deactivation,
   145.5   * which is independent on their enabled/disabled state.
   145.6   * 
   145.7 - * @author Martin Entlicher
   145.8   * @since 1.51
   145.9   */
  145.10  public final class ActiveBreakpoints {
   146.1 --- a/api.debugger/src/org/netbeans/api/debugger/Breakpoint.java	Mon Nov 04 14:46:54 2019 +0100
   146.2 +++ b/api.debugger/src/org/netbeans/api/debugger/Breakpoint.java	Mon Nov 04 15:22:35 2019 +0100
   146.3 @@ -55,7 +55,6 @@
   146.4  /**
   146.5   * Abstract definition of breakpoint.
   146.6   *
   146.7 - * @author   Jan Jancura
   146.8   */
   146.9  public abstract class Breakpoint {
  146.10  
   147.1 --- a/api.debugger/src/org/netbeans/api/debugger/DebuggerEngine.java	Mon Nov 04 14:46:54 2019 +0100
   147.2 +++ b/api.debugger/src/org/netbeans/api/debugger/DebuggerEngine.java	Mon Nov 04 15:22:35 2019 +0100
   147.3 @@ -123,7 +123,6 @@
   147.4   *
   147.5   * </td></tr></tbody></table>
   147.6   *
   147.7 - * @author   Jan Jancura
   147.8   */
   147.9  public final class DebuggerEngine implements ContextProvider {
  147.10      
   148.1 --- a/api.debugger/src/org/netbeans/api/debugger/DebuggerInfo.java	Mon Nov 04 14:46:54 2019 +0100
   148.2 +++ b/api.debugger/src/org/netbeans/api/debugger/DebuggerInfo.java	Mon Nov 04 15:22:35 2019 +0100
   148.3 @@ -55,7 +55,6 @@
   148.4   * more information about debugger start process see:
   148.5   * {@link DebuggerManager#startDebugging}.
   148.6   *
   148.7 - * @author   Jan Jancura
   148.8   */
   148.9  public final class DebuggerInfo implements ContextProvider {
  148.10  
   149.1 --- a/api.debugger/src/org/netbeans/api/debugger/DebuggerManager.java	Mon Nov 04 14:46:54 2019 +0100
   149.2 +++ b/api.debugger/src/org/netbeans/api/debugger/DebuggerManager.java	Mon Nov 04 15:22:35 2019 +0100
   149.3 @@ -145,7 +145,6 @@
   149.4   *
   149.5   * </td></tr></tbody></table>
   149.6   *
   149.7 - * @author Jan Jancura
   149.8   */
   149.9  public final class DebuggerManager implements ContextProvider {
  149.10      
   150.1 --- a/api.debugger/src/org/netbeans/api/debugger/DebuggerManagerAdapter.java	Mon Nov 04 14:46:54 2019 +0100
   150.2 +++ b/api.debugger/src/org/netbeans/api/debugger/DebuggerManagerAdapter.java	Mon Nov 04 15:22:35 2019 +0100
   150.3 @@ -50,7 +50,6 @@
   150.4   * Empty implementation of
   150.5   * {@link DebuggerManagerListener}.
   150.6   *
   150.7 - * @author   Jan Jancura
   150.8   */
   150.9  public class DebuggerManagerAdapter implements LazyDebuggerManagerListener {
  150.10  
   151.1 --- a/api.debugger/src/org/netbeans/api/debugger/DebuggerManagerListener.java	Mon Nov 04 14:46:54 2019 +0100
   151.2 +++ b/api.debugger/src/org/netbeans/api/debugger/DebuggerManagerListener.java	Mon Nov 04 15:22:35 2019 +0100
   151.3 @@ -51,7 +51,6 @@
   151.4   * {@link org.netbeans.api.debugger.DebuggerManager} - breakpoints, watches
   151.5   * and sessions.
   151.6   *
   151.7 - * @author   Jan Jancura
   151.8   */
   151.9  public interface DebuggerManagerListener extends PropertyChangeListener {
  151.10  
   152.1 --- a/api.debugger/src/org/netbeans/api/debugger/GestureSubmitter.java	Mon Nov 04 14:46:54 2019 +0100
   152.2 +++ b/api.debugger/src/org/netbeans/api/debugger/GestureSubmitter.java	Mon Nov 04 15:22:35 2019 +0100
   152.3 @@ -54,7 +54,6 @@
   152.4  
   152.5  /**
   152.6   * A utility class for submitting UI Gestures Collector records
   152.7 - * @author Martin Entlicher
   152.8   */
   152.9  class GestureSubmitter {
  152.10      //~ Static fields/initializers -----------------------------------------------------------------------------------------------
   153.1 --- a/api.debugger/src/org/netbeans/api/debugger/IdentityHashSet.java	Mon Nov 04 14:46:54 2019 +0100
   153.2 +++ b/api.debugger/src/org/netbeans/api/debugger/IdentityHashSet.java	Mon Nov 04 15:22:35 2019 +0100
   153.3 @@ -50,7 +50,6 @@
   153.4  /**
   153.5   * Delete when someone decides to fix http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4479578
   153.6   *
   153.7 - * @author Martin Entlicher
   153.8   */
   153.9  class IdentityHashSet<T> extends AbstractSet<T> {
  153.10  
   154.1 --- a/api.debugger/src/org/netbeans/api/debugger/LazyActionsManagerListener.java	Mon Nov 04 14:46:54 2019 +0100
   154.2 +++ b/api.debugger/src/org/netbeans/api/debugger/LazyActionsManagerListener.java	Mon Nov 04 15:22:35 2019 +0100
   154.3 @@ -70,7 +70,6 @@
   154.4   * when the new instance of {@link ActionsManager} is created, and its registered
   154.5   * automatically to all properties returned by {@link #getProperties}. 
   154.6   *
   154.7 - * @author   Jan Jancura
   154.8   */
   154.9  public abstract class LazyActionsManagerListener extends ActionsManagerAdapter {
  154.10  
   155.1 --- a/api.debugger/src/org/netbeans/api/debugger/LazyArrayList.java	Mon Nov 04 14:46:54 2019 +0100
   155.2 +++ b/api.debugger/src/org/netbeans/api/debugger/LazyArrayList.java	Mon Nov 04 15:22:35 2019 +0100
   155.3 @@ -59,7 +59,6 @@
   155.4  /**
   155.5   * Lazy implementation of ArrayList
   155.6   *
   155.7 - * @author Martin Entlicher
   155.8   */
   155.9  class LazyArrayList<T> extends ArrayList<T> {
  155.10  
   156.1 --- a/api.debugger/src/org/netbeans/api/debugger/LazyDebuggerManagerListener.java	Mon Nov 04 14:46:54 2019 +0100
   156.2 +++ b/api.debugger/src/org/netbeans/api/debugger/LazyDebuggerManagerListener.java	Mon Nov 04 15:22:35 2019 +0100
   156.3 @@ -52,7 +52,6 @@
   156.4   * when the new instance of {@link DebuggerManager} is created, and is registered
   156.5   * automatically to all properties returned by {@link #getProperties}.
   156.6   *
   156.7 - * @author   Jan Jancura
   156.8   */
   156.9  public interface LazyDebuggerManagerListener extends DebuggerManagerListener {
  156.10  
   157.1 --- a/api.debugger/src/org/netbeans/api/debugger/Lookup.java	Mon Nov 04 14:46:54 2019 +0100
   157.2 +++ b/api.debugger/src/org/netbeans/api/debugger/Lookup.java	Mon Nov 04 15:22:35 2019 +0100
   157.3 @@ -93,7 +93,6 @@
   157.4   * The refreshing is performed under a lock on the list object so that
   157.5   * clients have consistent data under synchronization on the list instance.
   157.6   *
   157.7 - * @author   Jan Jancura, Martin Entlicher
   157.8   */
   157.9  abstract class Lookup implements ContextProvider {
  157.10      
   158.1 --- a/api.debugger/src/org/netbeans/api/debugger/PathLookup.java	Mon Nov 04 14:46:54 2019 +0100
   158.2 +++ b/api.debugger/src/org/netbeans/api/debugger/PathLookup.java	Mon Nov 04 15:22:35 2019 +0100
   158.3 @@ -60,7 +60,6 @@
   158.4  
   158.5  /**
   158.6   *
   158.7 - * @author Martin Entlicher
   158.8   */
   158.9  class PathLookup extends org.openide.util.Lookup {
  158.10  
   159.1 --- a/api.debugger/src/org/netbeans/api/debugger/PositionedList.java	Mon Nov 04 14:46:54 2019 +0100
   159.2 +++ b/api.debugger/src/org/netbeans/api/debugger/PositionedList.java	Mon Nov 04 15:22:35 2019 +0100
   159.3 @@ -46,7 +46,6 @@
   159.4  /**
   159.5   * A list implementation with extra position information.
   159.6   * 
   159.7 - * @author Martin Entlicher
   159.8   */
   159.9  interface PositionedList<T> extends List<T> {
  159.10      
   160.1 --- a/api.debugger/src/org/netbeans/api/debugger/Properties.java	Mon Nov 04 14:46:54 2019 +0100
   160.2 +++ b/api.debugger/src/org/netbeans/api/debugger/Properties.java	Mon Nov 04 15:22:35 2019 +0100
   160.3 @@ -85,7 +85,6 @@
   160.4  /**
   160.5   * Utility class helps store properties.
   160.6   *
   160.7 - * @author Jan Jancura
   160.8   */
   160.9  public abstract class Properties {
  160.10      
   161.1 --- a/api.debugger/src/org/netbeans/api/debugger/Session.java	Mon Nov 04 14:46:54 2019 +0100
   161.2 +++ b/api.debugger/src/org/netbeans/api/debugger/Session.java	Mon Nov 04 15:22:35 2019 +0100
   161.3 @@ -134,7 +134,6 @@
   161.4   *
   161.5   * </td></tr></tbody></table>
   161.6   *
   161.7 - * @author Jan Jancura
   161.8   */
   161.9  public final class Session implements ContextProvider {
  161.10      
   162.1 --- a/api.debugger/src/org/netbeans/api/debugger/SessionBridge.java	Mon Nov 04 14:46:54 2019 +0100
   162.2 +++ b/api.debugger/src/org/netbeans/api/debugger/SessionBridge.java	Mon Nov 04 15:22:35 2019 +0100
   162.3 @@ -65,7 +65,6 @@
   162.4   * for a session change only. The support can be extended according to the future
   162.5   * requirements.
   162.6   * 
   162.7 - * @author Martin Entlicher
   162.8   * @since 1.48
   162.9   */
  162.10  public final class SessionBridge {
   163.1 --- a/api.debugger/src/org/netbeans/api/debugger/Watch.java	Mon Nov 04 14:46:54 2019 +0100
   163.2 +++ b/api.debugger/src/org/netbeans/api/debugger/Watch.java	Mon Nov 04 15:22:35 2019 +0100
   163.3 @@ -51,7 +51,6 @@
   163.4   * Abstract definition of watch. Each watch is created for
   163.5   * one String which contains the name of variable or some expression.
   163.6   *
   163.7 - * @author   Jan Jancura
   163.8   */
   163.9  public final class Watch {
  163.10  
   164.1 --- a/api.debugger/src/org/netbeans/debugger/registry/ContextAwareServiceHandler.java	Mon Nov 04 14:46:54 2019 +0100
   164.2 +++ b/api.debugger/src/org/netbeans/debugger/registry/ContextAwareServiceHandler.java	Mon Nov 04 15:22:35 2019 +0100
   164.3 @@ -67,7 +67,6 @@
   164.4   * to an instance of the actual registered class. This will allow to mask some
   164.5   * methods with attributes and also can prevent from too early class loading.
   164.6   *
   164.7 - * @author Martin Entlicher
   164.8   */
   164.9  public class ContextAwareServiceHandler implements InvocationHandler {
  164.10  
   165.1 --- a/api.debugger/src/org/netbeans/debugger/registry/ContextAwareServicePath.java	Mon Nov 04 14:46:54 2019 +0100
   165.2 +++ b/api.debugger/src/org/netbeans/debugger/registry/ContextAwareServicePath.java	Mon Nov 04 15:22:35 2019 +0100
   165.3 @@ -44,7 +44,6 @@
   165.4  
   165.5  /**
   165.6   *
   165.7 - * @author Martin Entlicher
   165.8   */
   165.9  public interface ContextAwareServicePath {
  165.10      
   166.1 --- a/api.debugger/src/org/netbeans/debugger/registry/DebuggerProcessor.java	Mon Nov 04 14:46:54 2019 +0100
   166.2 +++ b/api.debugger/src/org/netbeans/debugger/registry/DebuggerProcessor.java	Mon Nov 04 15:22:35 2019 +0100
   166.3 @@ -86,7 +86,6 @@
   166.4  
   166.5  /** Processor to hide all the complexities of settings layer registration.
   166.6   *
   166.7 - * @author Martin Entlicher
   166.8   */
   166.9  @ServiceProvider(service=Processor.class)
  166.10  @SupportedSourceVersion(SourceVersion.RELEASE_7)
   167.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ActionsProvider.java	Mon Nov 04 14:46:54 2019 +0100
   167.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ActionsProvider.java	Mon Nov 04 15:22:35 2019 +0100
   167.3 @@ -70,7 +70,6 @@
   167.4  /**
   167.5   * Represents implementation of one or more actions.
   167.6   *
   167.7 - * @author   Jan Jancura
   167.8   */
   167.9  public abstract class ActionsProvider {
  167.10  
   168.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ActionsProviderListener.java	Mon Nov 04 14:46:54 2019 +0100
   168.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ActionsProviderListener.java	Mon Nov 04 15:22:35 2019 +0100
   168.3 @@ -50,7 +50,6 @@
   168.4  /**
   168.5   * {@link ActionsProvider} state listener.
   168.6   *
   168.7 - * @author   Jan Jancura
   168.8   */
   168.9  public interface ActionsProviderListener extends EventListener {
  168.10  
   169.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ActionsProviderSupport.java	Mon Nov 04 14:46:54 2019 +0100
   169.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ActionsProviderSupport.java	Mon Nov 04 15:22:35 2019 +0100
   169.3 @@ -53,7 +53,6 @@
   169.4   * {@link #doAction} and {@link #getActions} only, and call {@link #setEnabled}
   169.5   * when the action state is changed.
   169.6   *
   169.7 - * @author   Jan Jancura
   169.8   */
   169.9  public abstract class ActionsProviderSupport extends ActionsProvider {
  169.10  
   170.1 --- a/api.debugger/src/org/netbeans/spi/debugger/BreakpointsActivationProvider.java	Mon Nov 04 14:46:54 2019 +0100
   170.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/BreakpointsActivationProvider.java	Mon Nov 04 15:22:35 2019 +0100
   170.3 @@ -51,7 +51,6 @@
   170.4   * Register an implementation of this class for an appropriate debugger engine
   170.5   * via {@link DebuggerServiceRegistration} annotation.
   170.6   * 
   170.7 - * @author Martin Entlicher
   170.8   * @since 1.51
   170.9   */
  170.10  public interface BreakpointsActivationProvider {
   171.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ContextAwareService.java	Mon Nov 04 14:46:54 2019 +0100
   171.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ContextAwareService.java	Mon Nov 04 15:22:35 2019 +0100
   171.3 @@ -59,7 +59,6 @@
   171.4   *
   171.5   * <br/>
   171.6   *
   171.7 - * @author Martin Entlicher
   171.8   * @since 1.16
   171.9   */
  171.10  public interface ContextAwareService<T> {
   172.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ContextAwareSupport.java	Mon Nov 04 14:46:54 2019 +0100
   172.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ContextAwareSupport.java	Mon Nov 04 15:22:35 2019 +0100
   172.3 @@ -59,7 +59,6 @@
   172.4  /**
   172.5   * Support class for context-aware debugger services.
   172.6   *
   172.7 - * @author Martin Entlicher
   172.8   * @since 1.16
   172.9   */
  172.10  public final class ContextAwareSupport {
   173.1 --- a/api.debugger/src/org/netbeans/spi/debugger/ContextProvider.java	Mon Nov 04 14:46:54 2019 +0100
   173.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/ContextProvider.java	Mon Nov 04 15:22:35 2019 +0100
   173.3 @@ -50,7 +50,6 @@
   173.4  /**
   173.5   * Abstract ancestor of classes providing lookup.
   173.6   *
   173.7 - * @author Jan Jancura
   173.8   */
   173.9  public interface ContextProvider {
  173.10  
   174.1 --- a/api.debugger/src/org/netbeans/spi/debugger/DebuggerEngineProvider.java	Mon Nov 04 14:46:54 2019 +0100
   174.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/DebuggerEngineProvider.java	Mon Nov 04 15:22:35 2019 +0100
   174.3 @@ -59,7 +59,6 @@
   174.4   * for session. DebuggerEngine implements support for one debugger language
   174.5   * for session.
   174.6   *
   174.7 - * @author Jan Jancura
   174.8   */
   174.9  public abstract class DebuggerEngineProvider {
  174.10  
   175.1 --- a/api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistration.java	Mon Nov 04 14:46:54 2019 +0100
   175.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistration.java	Mon Nov 04 15:22:35 2019 +0100
   175.3 @@ -56,7 +56,6 @@
   175.4   * no arguments or takes {@link ContextProvider} as an argument.
   175.5   * @since 1.16
   175.6   *
   175.7 - * @author Martin Entlicher
   175.8   */
   175.9  @Retention(RetentionPolicy.SOURCE)
  175.10  @Target({ElementType.TYPE})
   176.1 --- a/api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistrations.java	Mon Nov 04 14:46:54 2019 +0100
   176.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/DebuggerServiceRegistrations.java	Mon Nov 04 15:22:35 2019 +0100
   176.3 @@ -51,7 +51,6 @@
   176.4   * Allows registration of multiple {@link DebuggerServiceRegistration} annotations.
   176.5   * @since 1.28
   176.6   *
   176.7 - * @author Martin Entlicher
   176.8   */
   176.9  @Retention(RetentionPolicy.SOURCE)
  176.10  @Target({ElementType.TYPE})
   177.1 --- a/api.debugger/src/org/netbeans/spi/debugger/DelegatingDebuggerEngineProvider.java	Mon Nov 04 14:46:54 2019 +0100
   177.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/DelegatingDebuggerEngineProvider.java	Mon Nov 04 15:22:35 2019 +0100
   177.3 @@ -50,7 +50,6 @@
   177.4   * Delegates support for some language to some existing
   177.5   * {@link org.netbeans.api.debugger.DebuggerEngine}.
   177.6   *
   177.7 - * @author Jan Jancura
   177.8   */
   177.9  public abstract class DelegatingDebuggerEngineProvider {
  177.10  
   178.1 --- a/api.debugger/src/org/netbeans/spi/debugger/DelegatingSessionProvider.java	Mon Nov 04 14:46:54 2019 +0100
   178.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/DelegatingSessionProvider.java	Mon Nov 04 15:22:35 2019 +0100
   178.3 @@ -53,7 +53,6 @@
   178.4   * support to some some existing
   178.5   * {@link org.netbeans.api.debugger.Session}.
   178.6   *
   178.7 - * @author Jan Jancura
   178.8   * @deprecated This class is of no use. Nobody can create Session object, but debuggercore.
   178.9   */
  178.10  // XXX: What this is for??
   179.1 --- a/api.debugger/src/org/netbeans/spi/debugger/SessionProvider.java	Mon Nov 04 14:46:54 2019 +0100
   179.2 +++ b/api.debugger/src/org/netbeans/spi/debugger/SessionProvider.java	Mon Nov 04 15:22:35 2019 +0100
   179.3 @@ -57,7 +57,6 @@
   179.4   * Creates a new instance of {@link org.netbeans.api.debugger.Session}
   179.5   * for some {@link org.netbeans.api.debugger.DebuggerInfo}.
   179.6   *
   179.7 - * @author Jan Jancura
   179.8   */
   179.9  public abstract class SessionProvider {
  179.10  
   180.1 --- a/api.templates/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java	Mon Nov 04 14:46:54 2019 +0100
   180.2 +++ b/api.templates/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java	Mon Nov 04 15:22:35 2019 +0100
   180.3 @@ -73,7 +73,6 @@
   180.4  
   180.5  /**
   180.6   *
   180.7 - * @author Jaroslav Tulach
   180.8   */
   180.9  public class SCFTHandlerTest extends NbTestCase {
  180.10      static {
   181.1 --- a/api.templates/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java	Mon Nov 04 14:46:54 2019 +0100
   181.2 +++ b/api.templates/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java	Mon Nov 04 15:22:35 2019 +0100
   181.3 @@ -62,8 +62,6 @@
   181.4  
   181.5  /**
   181.6   *
   181.7 - * @author Marek Fukala
   181.8 - * @author Jaroslav Tulach
   181.9   */
  181.10  public class ScriptingCreateFromTemplateTest extends NbTestCase {
  181.11      
   182.1 --- a/api.visual/src/org/netbeans/api/visual/action/AcceptProvider.java	Mon Nov 04 14:46:54 2019 +0100
   182.2 +++ b/api.visual/src/org/netbeans/api/visual/action/AcceptProvider.java	Mon Nov 04 15:22:35 2019 +0100
   182.3 @@ -51,7 +51,6 @@
   182.4  /**
   182.5   * This interface controls an accept (drag & drop) action.
   182.6   *
   182.7 - * @author David Kaspar
   182.8   */
   182.9  public interface AcceptProvider {
  182.10  
   183.1 --- a/api.visual/src/org/netbeans/api/visual/action/ActionFactory.java	Mon Nov 04 14:46:54 2019 +0100
   183.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ActionFactory.java	Mon Nov 04 15:22:35 2019 +0100
   183.3 @@ -64,7 +64,6 @@
   183.4   * <p>
   183.5   * Instances of the built-in actions could be shared by multiple widgets.
   183.6   *
   183.7 - * @author David Kaspar
   183.8   */
   183.9  public final class ActionFactory {
  183.10  
   184.1 --- a/api.visual/src/org/netbeans/api/visual/action/AlignWithMoveDecorator.java	Mon Nov 04 14:46:54 2019 +0100
   184.2 +++ b/api.visual/src/org/netbeans/api/visual/action/AlignWithMoveDecorator.java	Mon Nov 04 15:22:35 2019 +0100
   184.3 @@ -49,7 +49,6 @@
   184.4  /**
   184.5   * This interface decorates of a align-with move action.
   184.6   *
   184.7 - * @author David Kaspar
   184.8   */
   184.9  public interface AlignWithMoveDecorator {
  184.10  
   185.1 --- a/api.visual/src/org/netbeans/api/visual/action/AlignWithWidgetCollector.java	Mon Nov 04 14:46:54 2019 +0100
   185.2 +++ b/api.visual/src/org/netbeans/api/visual/action/AlignWithWidgetCollector.java	Mon Nov 04 15:22:35 2019 +0100
   185.3 @@ -51,7 +51,6 @@
   185.4  /**
   185.5   * This interface is used for collecting regions for which the moving widget has to be checked.
   185.6   *
   185.7 - * @author David Kaspar
   185.8   */
   185.9  public interface AlignWithWidgetCollector {
  185.10  
   186.1 --- a/api.visual/src/org/netbeans/api/visual/action/ConnectDecorator.java	Mon Nov 04 14:46:54 2019 +0100
   186.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ConnectDecorator.java	Mon Nov 04 15:22:35 2019 +0100
   186.3 @@ -53,7 +53,6 @@
   186.4  /**
   186.5   * This interface decorates a connect action.
   186.6   *
   186.7 - * @author David Kaspar
   186.8   */
   186.9  public interface ConnectDecorator {
  186.10  
   187.1 --- a/api.visual/src/org/netbeans/api/visual/action/ConnectProvider.java	Mon Nov 04 14:46:54 2019 +0100
   187.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ConnectProvider.java	Mon Nov 04 15:22:35 2019 +0100
   187.3 @@ -51,7 +51,6 @@
   187.4  /**
   187.5   * This interface controls a connect action.
   187.6   *
   187.7 - * @author David Kaspar
   187.8   */
   187.9  public interface ConnectProvider {
  187.10  
   188.1 --- a/api.visual/src/org/netbeans/api/visual/action/ConnectorState.java	Mon Nov 04 14:46:54 2019 +0100
   188.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ConnectorState.java	Mon Nov 04 15:22:35 2019 +0100
   188.3 @@ -46,7 +46,6 @@
   188.4  /**
   188.5   * This enum is used in ConnectProvider and ReconnectProvider to hold a state of connector (acceptability and searching state).
   188.6   *
   188.7 - * @author David Kaspar
   188.8   */
   188.9  public enum ConnectorState {
  188.10  
   189.1 --- a/api.visual/src/org/netbeans/api/visual/action/ContiguousSelectEvent.java	Mon Nov 04 14:46:54 2019 +0100
   189.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ContiguousSelectEvent.java	Mon Nov 04 15:22:35 2019 +0100
   189.3 @@ -50,7 +50,6 @@
   189.4  /**
   189.5   * Represents an event for ContiguousSelectEvent passed to ContiguousSelectProvider. Contains information about selection-type, previously and currently choosen objects spots.
   189.6   *
   189.7 - * @author David Kaspar
   189.8   * @since 2.17
   189.9   */
  189.10  public final class ContiguousSelectEvent {
   190.1 --- a/api.visual/src/org/netbeans/api/visual/action/ContiguousSelectProvider.java	Mon Nov 04 14:46:54 2019 +0100
   190.2 +++ b/api.visual/src/org/netbeans/api/visual/action/ContiguousSelectProvider.java	Mon Nov 04 15:22:35 2019 +0100
   190.3 @@ -46,7 +46,6 @@
   190.4  /**
   190.5   * Provides a logic for ContiguousSelectAction.
   190.6   *
   190.7 - * @author David Kaspar
   190.8   * @since 2.17
   190.9   */
  190.10  public interface ContiguousSelectProvider {
   191.1 --- a/api.visual/src/org/netbeans/api/visual/action/CycleFocusProvider.java	Mon Nov 04 14:46:54 2019 +0100
   191.2 +++ b/api.visual/src/org/netbeans/api/visual/action/CycleFocusProvider.java	Mon Nov 04 15:22:35 2019 +0100
   191.3 @@ -48,7 +48,6 @@
   191.4  /**
   191.5   * This interface provides an ability for switching focus.
   191.6   *
   191.7 - * @author David Kaspar
   191.8   */
   191.9  public interface CycleFocusProvider {
  191.10  
   192.1 --- a/api.visual/src/org/netbeans/api/visual/action/EditProvider.java	Mon Nov 04 14:46:54 2019 +0100
   192.2 +++ b/api.visual/src/org/netbeans/api/visual/action/EditProvider.java	Mon Nov 04 15:22:35 2019 +0100
   192.3 @@ -48,7 +48,6 @@
   192.4  /**
   192.5   * This interface controls an edit action.
   192.6   *
   192.7 - * @author David Kaspar
   192.8   */
   192.9  public interface EditProvider {
  192.10  
   193.1 --- a/api.visual/src/org/netbeans/api/visual/action/HoverProvider.java	Mon Nov 04 14:46:54 2019 +0100
   193.2 +++ b/api.visual/src/org/netbeans/api/visual/action/HoverProvider.java	Mon Nov 04 15:22:35 2019 +0100
   193.3 @@ -48,7 +48,6 @@
   193.4  /**
   193.5   * This interface controls hover action.
   193.6   *
   193.7 - * @author David Kaspar
   193.8   */
   193.9  public interface HoverProvider {
  193.10  
   194.1 --- a/api.visual/src/org/netbeans/api/visual/action/InplaceEditorProvider.java	Mon Nov 04 14:46:54 2019 +0100
   194.2 +++ b/api.visual/src/org/netbeans/api/visual/action/InplaceEditorProvider.java	Mon Nov 04 15:22:35 2019 +0100
   194.3 @@ -52,7 +52,6 @@
   194.4  /**
   194.5   * This interface controls an in-place editor of an in-place editor action.
   194.6   *
   194.7 - * @author David Kaspar
   194.8   */
   194.9  public interface InplaceEditorProvider<C extends JComponent> {
  194.10  
   195.1 --- a/api.visual/src/org/netbeans/api/visual/action/MoveControlPointProvider.java	Mon Nov 04 14:46:54 2019 +0100
   195.2 +++ b/api.visual/src/org/netbeans/api/visual/action/MoveControlPointProvider.java	Mon Nov 04 15:22:35 2019 +0100
   195.3 @@ -51,7 +51,6 @@
   195.4  /**
   195.5   * This interface controls a move control point action.
   195.6   *
   195.7 - * @author David Kaspar
   195.8   */
   195.9  public interface MoveControlPointProvider {
  195.10  
   196.1 --- a/api.visual/src/org/netbeans/api/visual/action/MoveProvider.java	Mon Nov 04 14:46:54 2019 +0100
   196.2 +++ b/api.visual/src/org/netbeans/api/visual/action/MoveProvider.java	Mon Nov 04 15:22:35 2019 +0100
   196.3 @@ -50,7 +50,6 @@
   196.4  /**
   196.5   * This interface controls move action.
   196.6   *
   196.7 - * @author David Kaspar
   196.8   */
   196.9  public interface MoveProvider {
  196.10  
   197.1 --- a/api.visual/src/org/netbeans/api/visual/action/MoveStrategy.java	Mon Nov 04 14:46:54 2019 +0100
   197.2 +++ b/api.visual/src/org/netbeans/api/visual/action/MoveStrategy.java	Mon Nov 04 15:22:35 2019 +0100
   197.3 @@ -50,7 +50,6 @@
   197.4  /**
   197.5   * This interfaces provides a movement strategy.
   197.6   *
   197.7 - * @author David Kaspar
   197.8   */
   197.9  public interface MoveStrategy {
  197.10  
   198.1 --- a/api.visual/src/org/netbeans/api/visual/action/PopupMenuProvider.java	Mon Nov 04 14:46:54 2019 +0100
   198.2 +++ b/api.visual/src/org/netbeans/api/visual/action/PopupMenuProvider.java	Mon Nov 04 15:22:35 2019 +0100
   198.3 @@ -51,7 +51,6 @@
   198.4  /**
   198.5   * This interface provides a popup menu.
   198.6   *
   198.7 - * @author William Headrick, David Kaspar
   198.8   */
   198.9  public interface PopupMenuProvider {
  198.10