--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java 2017-12-20 13:34:31.092940547 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java 2017-12-20 13:34:30.069840674 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -24,6 +23,7 @@ /** * Exception constants. * @since 6.0 (intended to replace the InstructionConstant interface) + * @LastModified: Oct 2017 */ public final class ExceptionConst { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Utility.java 2017-12-20 13:34:35.060327836 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Utility.java 2017-12-20 13:34:33.977222105 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -44,6 +43,7 @@ * Utility functions that do not really belong to any class in particular. * * @version $Id: Utility.java 1751107 2016-07-03 02:41:18Z dbrosius $ + * @LastModified: Oct 2017 */ // @since 6.0 methods are no longer final public abstract class Utility { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.java 2017-12-20 13:34:38.915704191 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ARRAYLENGTH.java 2017-12-20 13:34:37.872602365 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., arrayref -> ..., length
* * @version $Id: ARRAYLENGTH.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class ARRAYLENGTH extends Instruction implements ExceptionThrower, StackProducer, StackConsumer /* since 6.0 */ { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ATHROW.java 2017-12-20 13:34:42.688072442 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ATHROW.java 2017-12-20 13:34:41.576963978 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., objectref -> objectref
* * @version $Id: ATHROW.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class ATHROW extends Instruction implements UnconditionalBranch, ExceptionThrower { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/IDIV.java 2017-12-20 13:34:45.956391490 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/IDIV.java 2017-12-20 13:34:44.933291616 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., value1, value2 -> result
* * @version $Id: IDIV.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class IDIV extends ArithmeticInstruction implements ExceptionThrower { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/IREM.java 2017-12-20 13:34:49.872773800 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/IREM.java 2017-12-20 13:34:48.769666116 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., value1, value2 -> result
* * @version $Id: IREM.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class IREM extends ArithmeticInstruction implements ExceptionThrower { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LDIV.java 2017-12-20 13:34:53.511128969 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LDIV.java 2017-12-20 13:34:52.514031635 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ * ..., result.word1, result.word2 * * @version $Id: LDIV.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class LDIV extends ArithmeticInstruction implements ExceptionThrower { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LREM.java 2017-12-20 13:34:57.515519871 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LREM.java 2017-12-20 13:34:56.538424489 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., value1, value2 -> result
* * @version $Id: LREM.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class LREM extends ArithmeticInstruction implements ExceptionThrower { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MONITORENTER.java 2017-12-20 13:35:01.609919559 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MONITORENTER.java 2017-12-20 13:35:00.485809826 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., objectref -> ...
* * @version $Id: MONITORENTER.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class MONITORENTER extends Instruction implements ExceptionThrower, StackConsumer { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MONITOREXIT.java 2017-12-20 13:35:05.268276682 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MONITOREXIT.java 2017-12-20 13:35:04.199172317 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ *
Stack: ..., objectref -> ...
* * @version $Id: MONITOREXIT.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class MONITOREXIT extends Instruction implements ExceptionThrower, StackConsumer { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MethodGen.java 2017-12-20 13:35:09.029643860 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/MethodGen.java 2017-12-20 13:35:08.042547501 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -59,6 +58,7 @@ * @version $Id: MethodGen.java 1749603 2016-06-21 20:50:19Z ggregory $ * @see InstructionList * @see Method + * @LastModified: Oct 2017 */ public class MethodGen extends FieldGenOrMethodGen { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/NEWARRAY.java 2017-12-20 13:35:12.746006645 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/NEWARRAY.java 2017-12-20 13:35:11.711905698 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * type must be one of T_INT, T_SHORT, ... * * @version $Id: NEWARRAY.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public class NEWARRAY extends Instruction implements AllocationInstruction, ExceptionThrower, StackProducer { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ReturnInstruction.java 2017-12-20 13:35:17.151436696 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/ReturnInstruction.java 2017-12-20 13:35:15.827307437 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ * Super class for the xRETURN family of instructions. * * @version $Id: ReturnInstruction.java 1747278 2016-06-07 17:28:43Z britter $ + * @LastModified: Oct 2017 */ public abstract class ReturnInstruction extends Instruction implements ExceptionThrower, TypedInstruction, StackConsumer { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/BCELFactory.java 2017-12-20 13:35:20.998812270 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/BCELFactory.java 2017-12-20 13:35:19.988713666 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -66,6 +65,7 @@ * * @see BCELifier * @version $Id: BCELFactory.java 1749603 2016-06-21 20:50:19Z ggregory $ + * @LastModified: Oct 2017 */ class BCELFactory extends EmptyVisitor { --- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2017-12-20 13:35:25.069209616 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2017-12-20 13:35:23.893094806 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -66,6 +65,7 @@ * @version $Id: InstructionFinder.java 1749603 2016-06-21 20:50:19Z ggregory $ * @see com.sun.org.apache.bcel.internal.generic.Instruction * @see InstructionList + * @LastModified: Oct 2017 */ public class InstructionFinder { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java 2017-12-20 13:35:29.106603740 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/ExsltDatetime.java 2017-12-20 13:35:28.057501328 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -45,6 +44,7 @@ * * @see EXSLT * @xsl.usage general + * @LastModified: Nov 2017 */ public class ExsltDatetime --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/res/XSLMessages.java 2017-12-20 13:35:32.913975410 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/res/XSLMessages.java 2017-12-20 13:35:31.868873389 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ * be called XalanMessages, or some such. * * @xsl.usage internal + * @LastModified: Sep 2017 */ public class XSLMessages extends XPATHMessages { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ConfigurationError.java 2017-12-20 13:35:35.871264096 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ConfigurationError.java 2017-12-20 13:35:34.925171740 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -23,6 +22,8 @@ /** * A configuration error. This was an internal class in ObjectFactory previously + * + * @LastModified: Oct 2017 */ public final class ConfigurationError extends Error { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java 2017-12-20 13:35:39.090578360 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java 2017-12-20 13:35:38.019473801 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * class and modified to be used as a general utility for creating objects * dynamically. * + * @LastModified: Oct 2017 */ public class ObjectFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/Translet.java 2017-12-20 13:35:43.059965846 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/Translet.java 2017-12-20 13:35:41.924855038 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -27,6 +26,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public interface Translet { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.java 2017-12-20 13:35:46.176270055 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ApplyTemplates.java 2017-12-20 13:35:45.286183166 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class ApplyTemplates extends Instruction { private Expression _select; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.java 2017-12-20 13:35:50.376680093 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeSet.java 2017-12-20 13:35:49.334578364 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Nov 2017 */ final class AttributeSet extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.java 2017-12-20 13:35:54.108044343 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/AttributeValueTemplate.java 2017-12-20 13:35:53.036939784 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class AttributeValueTemplate extends AttributeValue { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.java 2017-12-20 13:35:57.185344745 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/BinOpExpr.java 2017-12-20 13:35:56.133242040 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ final class BinOpExpr extends Expression { public static final int PLUS = 0; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.java 2017-12-20 13:36:00.918709191 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/BooleanCall.java 2017-12-20 13:35:59.835603460 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class BooleanCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java 2017-12-20 13:36:04.635071976 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CallTemplate.java 2017-12-20 13:36:03.644975325 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ final class CallTemplate extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.java 2017-12-20 13:36:08.440443452 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CastCall.java 2017-12-20 13:36:07.410342895 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ /** * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class CastCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.java 2017-12-20 13:36:12.561845777 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/CeilingCall.java 2017-12-20 13:36:11.451737411 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class CeilingCall extends FunctionCall { public CeilingCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.java 2017-12-20 13:36:16.872266556 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Choose.java 2017-12-20 13:36:15.755157505 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -45,6 +44,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class Choose extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.java 2017-12-20 13:36:20.954665074 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ConcatCall.java 2017-12-20 13:36:19.910563151 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class ConcatCall extends FunctionCall { public ConcatCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.java 2017-12-20 13:36:24.978057833 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ContainsCall.java 2017-12-20 13:36:23.902952883 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class ContainsCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.java 2017-12-20 13:36:28.874438193 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/DocumentCall.java 2017-12-20 13:36:27.876340760 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ /** * @author Jacek Ambroziak * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class DocumentCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.java 2017-12-20 13:36:32.703812012 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ElementAvailableCall.java 2017-12-20 13:36:31.542698665 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class ElementAvailableCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java 2017-12-20 13:36:36.506183195 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Expression.java 2017-12-20 13:36:35.414076585 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * @author Santiago Pericas-Geertsen * @author Morten Jorgensen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ abstract class Expression extends SyntaxTreeNode { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.java 2017-12-20 13:36:40.429566191 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FilterExpr.java 2017-12-20 13:36:39.419467586 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Nov 2017 */ class FilterExpr extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.java 2017-12-20 13:36:44.176932005 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FloorCall.java 2017-12-20 13:36:43.140830861 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class FloorCall extends FunctionCall { public FloorCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.java 2017-12-20 13:36:48.046309729 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FlowList.java 2017-12-20 13:36:46.811189158 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class FlowList { private List _elements; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.java 2017-12-20 13:36:51.992694971 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ForEach.java 2017-12-20 13:36:50.950593242 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class ForEach extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.java 2017-12-20 13:36:55.695056391 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FormatNumberCall.java 2017-12-20 13:36:54.696958958 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class FormatNumberCall extends FunctionCall { private Expression _value; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.java 2017-12-20 13:36:59.511428941 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionAvailableCall.java 2017-12-20 13:36:58.486328872 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ /** * @author G. Todd Miller * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ final class FunctionAvailableCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java 2017-12-20 13:37:03.311799929 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/FunctionCall.java 2017-12-20 13:37:02.222693612 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author Todd Miller + * @LastModified: Nov 2017 */ class FunctionCall extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.java 2017-12-20 13:37:07.337192885 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/GenerateIdCall.java 2017-12-20 13:37:06.232085005 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class GenerateIdCall extends FunctionCall { public GenerateIdCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java 2017-12-20 13:37:11.004550889 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Import.java 2017-12-20 13:37:09.943447305 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author Gunnlaugur Briem + * @LastModified: Sep 2017 */ final class Import extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java 2017-12-20 13:37:14.892930469 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Include.java 2017-12-20 13:37:14.027846020 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author Gunnlaugur Briem + * @LastModified: Sep 2017 */ final class Include extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java 2017-12-20 13:37:18.827314538 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Key.java 2017-12-20 13:37:17.477182741 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -52,6 +51,7 @@ /** * @author Morten Jorgensen * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class Key extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java 2017-12-20 13:37:22.625685333 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/KeyCall.java 2017-12-20 13:37:21.534578820 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ /** * @author Morten Jorgensen * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class KeyCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.java 2017-12-20 13:37:26.677080827 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LangCall.java 2017-12-20 13:37:25.692984760 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class LangCall extends FunctionCall { private Expression _lang; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.java 2017-12-20 13:37:30.591462945 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LiteralElement.java 2017-12-20 13:37:29.528359166 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class LiteralElement extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.java 2017-12-20 13:37:34.333828272 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LocalNameCall.java 2017-12-20 13:37:33.344731717 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class LocalNameCall extends NameBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.java 2017-12-20 13:37:37.933179637 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/LogicalExpr.java 2017-12-20 13:37:36.925081228 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Nov 2017 */ final class LogicalExpr extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Message.java 2017-12-20 13:37:41.589536568 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Message.java 2017-12-20 13:37:40.586438646 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Nov 2017 */ final class Message extends Instruction { private boolean _terminate = false; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java 2017-12-20 13:37:45.632931281 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Mode.java 2017-12-20 13:37:44.535824182 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author G. Todd Miller + * @LastModified: Nov 2017 */ final class Mode implements Constants { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java 2017-12-20 13:37:49.546313303 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NameBase.java 2017-12-20 13:37:48.427204056 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ /** * @author Morten Jorgensen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ class NameBase extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.java 2017-12-20 13:37:53.665715436 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NameCall.java 2017-12-20 13:37:52.495601210 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class NameCall extends NameBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.java 2017-12-20 13:37:57.678107122 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NamespaceUriCall.java 2017-12-20 13:37:56.460988308 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class NamespaceUriCall extends NameBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.java 2017-12-20 13:38:01.663496173 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NotCall.java 2017-12-20 13:38:00.545387024 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class NotCall extends FunctionCall { public NotCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Number.java 2017-12-20 13:38:05.356856717 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Number.java 2017-12-20 13:38:04.330756550 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -54,6 +53,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ final class Number extends Instruction implements Closure { private static final int LEVEL_SINGLE = 0; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.java 2017-12-20 13:38:09.251236884 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/NumberCall.java 2017-12-20 13:38:08.142128613 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class NumberCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java 2017-12-20 13:38:13.320634136 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Parser.java 2017-12-20 13:38:12.208525572 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -67,6 +66,7 @@ * @author G. Todd Miller * @author Morten Jorgensen * @author Erwin Bolwidt + * @LastModified: Nov 2017 */ public class Parser implements Constants, ContentHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.java 2017-12-20 13:38:17.203013131 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Predicate.java 2017-12-20 13:38:16.116907106 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -52,6 +51,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class Predicate extends Expression implements Closure { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.java 2017-12-20 13:38:21.468429519 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/ProcessingInstructionPattern.java 2017-12-20 13:38:20.419327106 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class ProcessingInstructionPattern extends StepPattern { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.java 2017-12-20 13:38:25.473820523 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr.java 2017-12-20 13:38:24.313707273 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -44,6 +43,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class RelationalExpr extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.java 2017-12-20 13:38:29.167181067 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/RoundCall.java 2017-12-20 13:38:28.008067915 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class RoundCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.java 2017-12-20 13:38:33.505604581 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Sort.java 2017-12-20 13:38:32.505506952 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -59,6 +58,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Nov 2017 */ final class Sort extends Instruction implements Closure { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.java 2017-12-20 13:38:37.484993047 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StartsWithCall.java 2017-12-20 13:38:36.451892197 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class StartsWithCall extends FunctionCall { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Step.java 2017-12-20 13:38:41.307366185 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Step.java 2017-12-20 13:38:40.214259477 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class Step extends RelativeLocationPath { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java 2017-12-20 13:38:45.095736004 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StepPattern.java 2017-12-20 13:38:44.034632420 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -58,6 +57,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ class StepPattern extends RelativePathPattern { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.java 2017-12-20 13:38:48.849102407 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StringCall.java 2017-12-20 13:38:47.714991694 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class StringCall extends FunctionCall { public StringCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.java 2017-12-20 13:38:52.771485308 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/StringLengthCall.java 2017-12-20 13:38:51.750385629 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class StringLengthCall extends FunctionCall { public StringLengthCall(QName fname, List arguments) { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.java 2017-12-20 13:38:56.509850246 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Stylesheet.java 2017-12-20 13:38:55.319734067 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -66,6 +65,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ public final class Stylesheet extends SyntaxTreeNode { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.java 2017-12-20 13:39:00.293219577 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable.java 2017-12-20 13:38:59.239116676 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class SymbolTable { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java 2017-12-20 13:39:04.380618588 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode.java 2017-12-20 13:39:03.303513441 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -58,6 +57,7 @@ * @author Morten Jorensen * @author Erwin Bolwidt * @author John Howard + * @LastModified: Nov 2017 */ public abstract class SyntaxTreeNode implements Constants { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java 2017-12-20 13:39:08.377008714 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Template.java 2017-12-20 13:39:07.302903860 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * @author Santiago Pericas-Geertsen * @author Morten Jorgensen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ public final class Template extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java 2017-12-20 13:39:12.411402549 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TestSeq.java 2017-12-20 13:39:11.308294866 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ * @author Santiago Pericas-Geertsen * @author Erwin Bolwidt * @author Morten Jorgensen + * @LastModified: Nov 2017 */ final class TestSeq { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.java 2017-12-20 13:39:15.799733319 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement.java 2017-12-20 13:39:14.583614601 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,9 @@ import java.util.ArrayList; import java.util.List; +/** + * @LastModified: Oct 2017 + */ class TopLevelElement extends SyntaxTreeNode { /* --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.java 2017-12-20 13:39:18.953041144 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnaryOpExpr.java 2017-12-20 13:39:17.923940683 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ final class UnaryOpExpr extends Expression { private Expression _left; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java 2017-12-20 13:39:22.968433125 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java 2017-12-20 13:39:21.914330224 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ final class UnionPathExpr extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.java 2017-12-20 13:39:27.008827548 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnparsedEntityUriCall.java 2017-12-20 13:39:25.892718594 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class UnparsedEntityUriCall extends FunctionCall { private Expression _entity; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.java 2017-12-20 13:39:31.122229097 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnsupportedElement.java 2017-12-20 13:39:29.912110966 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class UnsupportedElement extends SyntaxTreeNode { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.java 2017-12-20 13:39:34.969604678 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UseAttributeSets.java 2017-12-20 13:39:33.925502753 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class UseAttributeSets extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java 2017-12-20 13:39:38.819980550 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase.java 2017-12-20 13:39:37.789879993 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author John Howard + * @LastModified: Oct 2017 */ class VariableBase extends TopLevelElement { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.java 2017-12-20 13:39:42.578347442 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace.java 2017-12-20 13:39:41.527244834 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ /** * @author Morten Jorgensen + * @LastModified: Oct 2017 */ final class Whitespace extends TopLevelElement { // Three possible actions for the translet: --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.java 2017-12-20 13:39:45.694651656 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XPathLexer.java 2017-12-20 13:39:44.595544361 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,9 @@ import com.sun.java_cup.internal.runtime.Symbol; +/** + * @LastModified: Oct 2017 + */ class XPathLexer implements com.sun.java_cup.internal.runtime.Scanner { private final int YY_BUFFER_SIZE = 512; private final int YY_F = -1; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java 2017-12-20 13:39:48.746949621 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java 2017-12-20 13:39:47.733850722 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -59,6 +58,7 @@ * @author G. Todd Miller * @author Morten Jorgensen * @author John Howard (johnh@schemasoft.com) + * @LastModified: Oct 2017 */ public final class XSLTC { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java 2017-12-20 13:39:52.514317391 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XslAttribute.java 2017-12-20 13:39:51.421210682 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -50,6 +49,7 @@ * @author Morten Jorgensen * @author Erwin Bolwidt * @author Gunnlaugur Briem + * @LastModified: Oct 2017 */ final class XslAttribute extends Instruction { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.java 2017-12-20 13:39:56.294686430 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/BooleanType.java 2017-12-20 13:39:55.262585677 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class BooleanType extends Type { protected BooleanType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java 2017-12-20 13:40:00.004048538 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg.java 2017-12-20 13:39:58.925943294 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * @author G. Todd Miller * @author Erwin Bolwidt * @author Morten Jorgensen + * @LastModified: Sep 2017 */ public final class ErrorMsg { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java 2017-12-20 13:40:03.753414552 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java 2017-12-20 13:40:02.675309307 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -50,6 +49,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class IntType extends NumberType { protected IntType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/InternalError.java 2017-12-20 13:40:06.987730285 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/InternalError.java 2017-12-20 13:40:05.739608444 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -24,6 +23,8 @@ /** * Marks a class of errors in which XSLTC has reached some incorrect internal * state from which it cannot recover. + * + * @LastModified: Oct 2017 */ public class InternalError extends Error { private static final long serialVersionUID = -6690855975016554786L; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java 2017-12-20 13:40:10.066030789 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator.java 2017-12-20 13:40:09.007927497 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -76,6 +75,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ public class MethodGenerator extends MethodGen implements com.sun.org.apache.xalan.internal.xsltc.compiler.Constants { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.java 2017-12-20 13:40:13.827397974 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType.java 2017-12-20 13:40:12.791296830 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -27,6 +26,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class MethodType extends Type { private final Type _resultType; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.java 2017-12-20 13:40:17.662772384 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeSetType.java 2017-12-20 13:40:16.668675340 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class NodeSetType extends Type { protected NodeSetType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.java 2017-12-20 13:40:21.763172665 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/NodeType.java 2017-12-20 13:40:20.481047504 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class NodeType extends Type { private final int _type; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.java 2017-12-20 13:40:25.790565820 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ObjectType.java 2017-12-20 13:40:24.696459013 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ /** * @author Todd Miller * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class ObjectType extends Type { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.java 2017-12-20 13:40:29.809958194 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/RealType.java 2017-12-20 13:40:28.647844748 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class RealType extends NumberType { protected RealType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java 2017-12-20 13:40:33.617329870 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ReferenceType.java 2017-12-20 13:40:32.479218767 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Erwin Bolwidt + * @LastModified: Oct 2017 */ public final class ReferenceType extends Type { protected ReferenceType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.java 2017-12-20 13:40:37.676726149 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ResultTreeType.java 2017-12-20 13:40:36.471608505 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ public final class ResultTreeType extends Type { private final String _methodName; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.java 2017-12-20 13:40:42.187166459 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringStack.java 2017-12-20 13:40:41.057056138 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -26,6 +25,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class StringStack extends Stack { static final long serialVersionUID = -1506910875640317898L; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.java 2017-12-20 13:40:45.752514509 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/StringType.java 2017-12-20 13:40:44.744416099 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public class StringType extends Type { protected StringType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.java 2017-12-20 13:40:49.510881402 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Type.java 2017-12-20 13:40:48.340767174 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ public abstract class Type implements Constants { public static final Type Int = new IntType(); --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java 2017-12-20 13:40:53.220243511 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/Util.java 2017-12-20 13:40:52.147138754 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Sep 2017 */ public final class Util { private static char filesep; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.java 2017-12-20 13:40:57.107622998 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/VoidType.java 2017-12-20 13:40:56.021516972 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class VoidType extends Type { protected VoidType() {} --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java 2017-12-20 13:41:00.928996041 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java 2017-12-20 13:40:59.902895874 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,7 @@ * deprecated. * @author Morten Jorgensen * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public class KeyIndex extends DTMAxisIteratorBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.java 2017-12-20 13:41:05.230415947 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/LoadDocument.java 2017-12-20 13:41:04.115307091 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ /** * @author Morten Jorgensen + * @LastModified: Sep 2017 */ public final class LoadDocument { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.java 2017-12-20 13:41:09.231806565 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeCounter.java 2017-12-20 13:41:08.127698782 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen * @author Morten Jorgensen + * @LastModified: Oct 2017 */ public abstract class NodeCounter { public static final int END = DTM.NULL; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.java 2017-12-20 13:41:12.512126791 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecord.java 2017-12-20 13:41:11.404018618 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,8 @@ /** * Base class for sort records containing application specific sort keys + * + * @LastModified: Oct 2017 */ public abstract class NodeSortRecord { public static final int COMPARE_STRING = 0; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.java 2017-12-20 13:41:15.184387658 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/NodeSortRecordFactory.java 2017-12-20 13:41:13.976269721 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,9 @@ import java.text.Collator; import java.util.Locale; +/** + * @LastModified: Oct 2017 + */ public class NodeSortRecordFactory { private static int DESCENDING = "descending".length(); --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java 2017-12-20 13:41:18.551716379 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/SAXImpl.java 2017-12-20 13:41:17.554619042 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -69,6 +68,7 @@ * @author Santiago Pericas-Geertsen * @author Morten Jorgensen * @author Douglas Sellers + * @LastModified: Oct 2017 */ public final class SAXImpl extends SAX2DTM2 implements DOMEnhancedForDTM, DOMBuilder --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.java 2017-12-20 13:41:22.667118126 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet.java 2017-12-20 13:41:21.335988181 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -55,6 +54,7 @@ * @author Morten Jorgensen * @author G. Todd Miller * @author John Howard, JohnH@schemasoft.com + * @LastModified: Oct 2017 */ public abstract class AbstractTranslet implements Translet { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java 2017-12-20 13:41:25.901433861 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/BasisLibrary.java 2017-12-20 13:41:24.847330958 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -61,6 +60,8 @@ /** * Standard XSLT functions. All standard functions expect the current node * and the DOM as their last two arguments. + * + * @LastModified: Sep 2017 */ public final class BasisLibrary { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/InternalRuntimeError.java 2017-12-20 13:41:28.510688578 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/InternalRuntimeError.java 2017-12-20 13:41:27.469586945 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -25,6 +24,8 @@ /** * Class to express failed assertions and similar for the xsltc runtime. * As java.lang.AssertionError was introduced in JDK 1.4 we can't use that yet. + * + * @LastModified: Oct 2017 */ public class InternalRuntimeError extends Error { private static final long serialVersionUID = 2802784919179095307L; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.java 2017-12-20 13:41:31.554985764 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory.java 2017-12-20 13:41:30.545887255 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -49,6 +48,7 @@ /** * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public class TransletOutputHandlerFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java 2017-12-20 13:41:35.494370329 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java 2017-12-20 13:41:34.366260202 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ /** * @author Santiago Pericas-Geertsen + * @LastModified: Sep 2017 */ class WriterOutputBuffer implements OutputBuffer { private static final int KB = 1024; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.java 2017-12-20 13:41:39.500761435 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/DOM2SAX.java 2017-12-20 13:41:38.458659704 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -46,6 +45,7 @@ /** * @author G. Todd Miller + * @LastModified: Oct 2017 */ public class DOM2SAX implements XMLReader, Locator { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java 2017-12-20 13:41:43.382140337 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/SAX2DOM.java 2017-12-20 13:41:42.355040071 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -46,6 +45,7 @@ * @author G. Todd Miller * @author Sunitha Reddy * @author Huizhe Wang + * @LastModified: Nov 2017 */ public class SAX2DOM implements ContentHandler, LexicalHandler, Constants { --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java 2017-12-20 13:41:47.030496492 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TemplatesImpl.java 2017-12-20 13:41:46.004396323 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -69,6 +68,7 @@ * @author G. Todd Millerj * @author Jochen Cordes * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ public final class TemplatesImpl implements Templates, Serializable { static final long serialVersionUID = 673094361519270707L; --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java 2017-12-20 13:41:50.898874125 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java 2017-12-20 13:41:49.924779033 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -89,6 +88,7 @@ * @author G. Todd Miller * @author Morten Jorgensen * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ @SuppressWarnings("deprecation") //org.xml.sax.helpers.XMLReaderFactory public class TransformerFactoryImpl --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.java 2017-12-20 13:41:54.832258105 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerImpl.java 2017-12-20 13:41:53.848162036 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -95,6 +94,7 @@ * @author Morten Jorgensen * @author G. Todd Miller * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ public final class TransformerImpl extends Transformer implements DOMCache, ErrorListener --- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.java 2017-12-20 13:41:58.734639057 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/XSLTCSource.java 2017-12-20 13:41:57.741542111 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ /** * @author Morten Jorgensen + * @LastModified: Nov 2017 */ public final class XSLTCSource implements Source { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/AttributeMap.java 2017-12-20 13:42:02.687024892 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/AttributeMap.java 2017-12-20 13:42:01.628921599 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ public class AttributeMap extends NamedNodeMapImpl { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.java 2017-12-20 13:42:06.508397937 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl.java 2017-12-20 13:42:05.512300697 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -84,6 +83,7 @@ * @author Andy Clark, IBM * @author Ralf Pfeiffer, IBM * @since PR-DOM-Level-1-19980818. + * @LastModified: Nov 2017 */ public class CoreDocumentImpl extends ParentNode implements Document { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java 2017-12-20 13:42:10.141752628 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java 2017-12-20 13:42:09.044645527 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -71,6 +70,7 @@ * * @author Elena Litani, IBM * @author Neeraj Bajaj, Sun Microsystems. + * @LastModified: Oct 2017 */ public class DOMConfigurationImpl extends ParserConfigurationSettings implements XMLParserConfiguration, DOMConfiguration { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.java 2017-12-20 13:42:14.010130261 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMImplementationListImpl.java 2017-12-20 13:42:13.002031849 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * * @author Neil Delima, IBM * @since DOM Level 3 Core + * @LastModified: Oct 2017 */ public class DOMImplementationListImpl implements DOMImplementationList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.java 2017-12-20 13:42:18.075527129 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMImplementationSourceImpl.java 2017-12-20 13:42:17.036425691 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ public class DOMImplementationSourceImpl implements DOMImplementationSource { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java 2017-12-20 13:42:22.300939578 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java 2017-12-20 13:42:21.256837665 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * @xerces.internal * * @author Sandy Gao, IBM + * @LastModified: Sep 2017 */ public class DOMMessageFormatter { public static final String DOM_DOMAIN = "http://www.w3.org/dom/DOMTR"; --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java 2017-12-20 13:42:26.501349570 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java 2017-12-20 13:42:25.420244046 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -97,6 +96,7 @@ * * @author Elena Litani, IBM * @author Neeraj Bajaj, Sun Microsystems, inc. + * @LastModified: Nov 2017 */ public class DOMNormalizer implements XMLDocumentHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.java 2017-12-20 13:42:30.548744627 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMStringListImpl.java 2017-12-20 13:42:29.407633246 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * @xerces.internal * * @author Neil Delima, IBM + * @LastModified: Nov 2017 */ public class DOMStringListImpl implements DOMStringList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.java 2017-12-20 13:42:34.470127385 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMXSImplementationSourceImpl.java 2017-12-20 13:42:33.416024496 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @xerces.internal * * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public class DOMXSImplementationSourceImpl extends DOMImplementationSourceImpl { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.java 2017-12-20 13:42:38.411512095 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl.java 2017-12-20 13:42:37.328406375 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -72,6 +71,7 @@ * @xerces.internal * * @since PR-DOM-Level-1-19980818. + * @LastModified: Oct 2017 */ public class DeepNodeListImpl implements NodeList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.java 2017-12-20 13:42:42.436905005 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl.java 2017-12-20 13:42:41.246788840 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * @xerces.internal * * @since PR-DOM-Level-1-19980818. + * @LastModified: Oct 2017 */ public class DeferredDocumentImpl extends DocumentImpl --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.java 2017-12-20 13:42:46.508302405 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DeferredDocumentTypeImpl.java 2017-12-20 13:42:45.340188388 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * @xerces.internal * * @since PR-DOM-Level-1-19980818. + * @LastModified: Oct 2017 */ public class DeferredDocumentTypeImpl extends DocumentTypeImpl --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DocumentImpl.java 2017-12-20 13:42:50.551697072 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DocumentImpl.java 2017-12-20 13:42:49.491593598 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -85,6 +84,7 @@ * @author Andy Clark, IBM * @author Ralf Pfeiffer, IBM * @since PR-DOM-Level-1-19980818. + * @LastModified: Nov 2017 */ public class DocumentImpl extends CoreDocumentImpl --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.java 2017-12-20 13:42:54.464078952 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl.java 2017-12-20 13:42:53.360971280 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -57,6 +56,7 @@ * @xerces.internal * * @since PR-DOM-Level-1-19980818. + * @LastModified: Oct 2017 */ public class NamedNodeMapImpl implements NamedNodeMap, Serializable { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/RangeImpl.java 2017-12-20 13:42:58.340457317 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/RangeImpl.java 2017-12-20 13:42:57.259351793 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ public class RangeImpl implements Range { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/Constants.java 2017-12-20 13:43:02.027817233 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/Constants.java 2017-12-20 13:43:01.057722544 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ * * @author Andy Clark, IBM * + * @LastModified: Oct 2017 */ public final class Constants { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java 2017-12-20 13:43:05.756181151 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDTDScannerImpl.java 2017-12-20 13:43:04.641072307 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -64,6 +63,7 @@ * @author Glenn Marcy, IBM * @author Eric Ye, IBM * + * @LastModified: Nov 2017 */ public class XMLDTDScannerImpl extends XMLScanner --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2017-12-20 13:43:09.681564299 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2017-12-20 13:43:08.641462777 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* @@ -72,6 +71,7 @@ * @author Eric Ye, IBM * @author Sunitha Reddy, SUN Microsystems * + * @LastModified: Sep 2017 */ public class XMLDocumentFragmentScannerImpl extends XMLScanner --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java 2017-12-20 13:43:13.679954574 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl.java 2017-12-20 13:43:12.655854614 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* @@ -65,6 +64,7 @@ * Refer to the table in unit-test javax.xml.stream.XMLStreamReaderTest.SupportDTD for changes * related to property SupportDTD. * @author Joe Wang, Sun Microsystems + * @LastModified: Sep 2017 */ public class XMLDocumentScannerImpl extends XMLDocumentFragmentScannerImpl{ --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java 2017-12-20 13:43:17.917368180 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java 2017-12-20 13:43:16.839262948 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -90,6 +89,7 @@ * @author K.Venugopal SUN Microsystems * @author Neeraj Bajaj SUN Microsystems * @author Sunitha Reddy SUN Microsystems + * @LastModified: Oct 2017 */ public class XMLEntityManager implements XMLComponent, XMLEntityResolver { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.java 2017-12-20 13:43:21.853752403 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLErrorReporter.java 2017-12-20 13:43:20.876657030 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -71,6 +70,7 @@ * @author Eric Ye, IBM * @author Andy Clark, IBM * + * @LastModified: Nov 2017 */ public class XMLErrorReporter implements XMLComponent { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.java 2017-12-20 13:43:25.728130573 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLNamespaceBinder.java 2017-12-20 13:43:24.617022120 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -57,6 +56,7 @@ * * @author Andy Clark, IBM * + * @LastModified: Nov 2017 */ public class XMLNamespaceBinder implements XMLComponent, XMLDocumentFilter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLScanner.java 2017-12-20 13:43:29.555504156 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLScanner.java 2017-12-20 13:43:28.513402439 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -68,6 +67,7 @@ * @author Eric Ye, IBM * @author K.Venugopal SUN Microsystems * @author Sunitha Reddy, SUN Microsystems + * @LastModified: Nov 2017 */ public abstract class XMLScanner implements XMLComponent { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.java 2017-12-20 13:43:33.378877348 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar.java 2017-12-20 13:43:32.308772898 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,7 @@ * @author Andy Clark, IBM * @author Neil Graham, IBM * + * @LastModified: Oct 2017 */ public class DTDGrammar implements XMLDTDHandler, XMLDTDContentModelHandler, EntityState, Grammar { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.java 2017-12-20 13:43:37.344264403 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDDescription.java 2017-12-20 13:43:36.338166199 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * @xerces.internal * * @author Neil Graham, IBM + * @LastModified: Oct 2017 */ public class XMLDTDDescription extends XMLResourceIdentifierImpl implements com.sun.org.apache.xerces.internal.xni.grammars.XMLDTDDescription { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.java 2017-12-20 13:43:41.511671176 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDLoader.java 2017-12-20 13:43:40.432565846 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -68,6 +67,7 @@ * @author Neil Graham, IBM * @author Michael Glavassevich, IBM * + * @LastModified: Nov 2017 */ public class XMLDTDLoader extends XMLDTDProcessor --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.java 2017-12-20 13:43:45.496060084 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor.java 2017-12-20 13:43:44.391952315 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -72,6 +71,7 @@ * * @author Neil Graham, IBM * + * @LastModified: Nov 2017 */ public class XMLDTDProcessor implements XMLComponent, XMLDTDFilter, XMLDTDContentModelFilter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java 2017-12-20 13:43:49.372438451 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator.java 2017-12-20 13:43:48.272331071 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -85,6 +84,7 @@ * @author Jeffrey Rodriguez IBM * @author Neil Graham, IBM * + * @LastModified: Nov 2017 */ public class XMLDTDValidator implements XMLComponent, XMLDocumentFilter, XMLDTDValidatorFilter, RevalidationHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.java 2017-12-20 13:43:53.259817891 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/DFAContentModel.java 2017-12-20 13:43:52.162710804 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -41,6 +40,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ public class DFAContentModel implements ContentModelValidator { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.java 2017-12-20 13:43:56.315116113 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/DatatypeException.java 2017-12-20 13:43:55.476034212 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Sep 2017 */ public class DatatypeException extends Exception { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/XSFacets.java 2017-12-20 13:44:00.093484913 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/XSFacets.java 2017-12-20 13:43:59.021380267 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ public class XSFacets { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/util/Base64.java 2017-12-20 13:44:03.749841804 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/util/Base64.java 2017-12-20 13:44:02.765745748 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * * @author Jeffrey Rodriguez * @author Sandy Gao + * @LastModified: Nov 2017 */ public final class Base64 { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.java 2017-12-20 13:44:07.654222904 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/util/ByteListImpl.java 2017-12-20 13:44:06.624122358 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * * @author Ankit Pasricha, IBM * + * @LastModified: Oct 2017 */ public class ByteListImpl extends AbstractList implements ByteList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.java 2017-12-20 13:44:11.501598440 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/BaseDVFactory.java 2017-12-20 13:44:10.425493403 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * @author Neeraj Bajaj, Sun Microsystems, inc. * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class BaseDVFactory extends SchemaDVFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/ExtendedSchemaDVFactoryImpl.java 2017-12-20 13:44:15.350974171 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/ExtendedSchemaDVFactoryImpl.java 2017-12-20 13:44:14.272868939 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * * @author Khaled Noaman, IBM * + * @LastModified: Nov 2017 */ public class ExtendedSchemaDVFactoryImpl extends BaseSchemaDVFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java 2017-12-20 13:44:19.294359079 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java 2017-12-20 13:44:18.255257654 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * @author Neeraj Bajaj, Sun Microsystems, inc. * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class FullDVFactory extends BaseDVFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.java 2017-12-20 13:44:23.228743108 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/ListDV.java 2017-12-20 13:44:22.091632116 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * @author Neeraj Bajaj, Sun Microsystems, inc. * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ public class ListDV extends TypeValidator{ --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.java 2017-12-20 13:44:27.209131627 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/SchemaDVFactoryImpl.java 2017-12-20 13:44:26.212034302 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * @author Neeraj Bajaj, Sun Microsystems, inc. * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class SchemaDVFactoryImpl extends BaseSchemaDVFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.java 2017-12-20 13:44:31.044505992 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/XSSimpleTypeDecl.java 2017-12-20 13:44:29.886392950 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -64,6 +63,7 @@ * @author Sandy Gao, IBM * @author Neeraj Bajaj, Sun Microsystems, inc. * + * @LastModified: Nov 2017 */ public class XSSimpleTypeDecl implements XSSimpleType, TypeInfo { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.java 2017-12-20 13:44:35.048896854 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter.java 2017-12-20 13:44:33.911785863 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_de.java 2017-12-20 13:44:39.080290353 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_de.java 2017-12-20 13:44:38.076192344 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_de implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_es.java 2017-12-20 13:44:42.973670380 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_es.java 2017-12-20 13:44:41.833559095 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_es implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_fr.java 2017-12-20 13:44:46.693033421 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_fr.java 2017-12-20 13:44:45.702936779 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_fr implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_it.java 2017-12-20 13:44:50.477402808 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_it.java 2017-12-20 13:44:49.424300016 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_it implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ja.java 2017-12-20 13:44:54.439789571 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ja.java 2017-12-20 13:44:53.286677017 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_ja implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ko.java 2017-12-20 13:44:58.231159641 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_ko.java 2017-12-20 13:44:57.153054409 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_ko implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_pt_BR.java 2017-12-20 13:45:01.857513605 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_pt_BR.java 2017-12-20 13:45:00.826412960 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_pt_BR implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_sv.java 2017-12-20 13:45:05.694888165 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_sv.java 2017-12-20 13:45:04.659787131 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_sv implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_CN.java 2017-12-20 13:45:09.623271610 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_CN.java 2017-12-20 13:45:08.657177310 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_zh_CN implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_TW.java 2017-12-20 13:45:13.663665987 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter_zh_TW.java 2017-12-20 13:45:12.569559193 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Eric Ye, IBM * + * @LastModified: Sep 2017 */ public class XMLMessageFormatter_zh_TW implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ConfigurableValidationState.java 2017-12-20 13:45:17.513041720 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ConfigurableValidationState.java 2017-12-20 13:45:16.396932778 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ * @xerces.internal * * @author Peter McCracken, IBM + * @LastModified: Oct 2017 */ public final class ConfigurableValidationState extends ValidationState { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.java 2017-12-20 13:45:21.561436878 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ValidationManager.java 2017-12-20 13:45:20.346318272 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * @xerces.internal * * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public class ValidationManager { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ValidationState.java 2017-12-20 13:45:25.934863763 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/validation/ValidationState.java 2017-12-20 13:45:24.659739300 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @xerces.internal * * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public class ValidationState implements ValidationContext { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java 2017-12-20 13:45:29.859246817 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java 2017-12-20 13:45:28.694133092 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * * @xerces.internal * + * @LastModified: Sep 2017 */ class RegexParser { static final int T_CHAR = 0; --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java 2017-12-20 13:45:33.820633483 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java 2017-12-20 13:45:32.668521027 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * @xerces.internal * * @author Elena Litani IBM + * @LastModified: Nov 2017 */ public class AttributePSVImpl implements AttributePSVI { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.java 2017-12-20 13:45:37.846026397 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/ElementPSVImpl.java 2017-12-20 13:45:36.734917943 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -47,6 +46,7 @@ * @xerces.internal * * @author Elena Litani IBM + * @LastModified: Nov 2017 */ public class ElementPSVImpl implements ElementPSVI { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/PSVIErrorList.java 2017-12-20 13:45:41.548387780 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/PSVIErrorList.java 2017-12-20 13:45:40.504285867 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ * * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ final class PSVIErrorList extends AbstractList implements StringList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.java 2017-12-20 13:45:45.490772592 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/SchemaGrammar.java 2017-12-20 13:45:44.459671947 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -78,6 +77,7 @@ * @author Sandy Gao, IBM * @author Elena Litani, IBM * + * @LastModified: Oct 2017 */ public class SchemaGrammar implements XSGrammar, XSNamespaceItem { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.java 2017-12-20 13:45:49.157130461 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/SubstitutionGroupHandler.java 2017-12-20 13:45:48.163033428 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class SubstitutionGroupHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java 2017-12-20 13:45:53.006506194 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java 2017-12-20 13:45:51.927400864 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -102,6 +101,7 @@ * @xerces.internal * * @author Neil Graham, IBM + * @LastModified: Sep 2017 */ public class XMLSchemaLoader implements XMLGrammarLoader, XMLComponent, XSElementDeclHelper, --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.java 2017-12-20 13:45:56.857882123 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaValidator.java 2017-12-20 13:45:55.736772692 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -112,6 +111,7 @@ * @author Elena Litani IBM * @author Andy Clark IBM * @author Neeraj Bajaj, Sun Microsystems, inc. + * @LastModified: Nov 2017 */ public class XMLSchemaValidator implements XMLComponent, XMLDocumentFilter, FieldActivator, RevalidationHandler, XSElementDeclHelper { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.java 2017-12-20 13:46:00.762263225 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl.java 2017-12-20 13:45:59.622151940 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * * @author Elena Litani, IBM * @author Sandy Gao, IBM + * @LastModified: Nov 2017 */ public class XSComplexTypeDecl implements XSComplexTypeDefinition, TypeInfo { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.java 2017-12-20 13:46:04.529630954 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSConstraints.java 2017-12-20 13:46:03.483528845 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -46,6 +45,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class XSConstraints { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.java 2017-12-20 13:46:08.656033728 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSGrammarBucket.java 2017-12-20 13:46:07.593930057 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * @xerces.internal * * @author Sandy Gao, IBM + * @LastModified: Nov 2017 */ public class XSGrammarBucket { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.java 2017-12-20 13:46:12.511410047 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSMessageFormatter.java 2017-12-20 13:46:11.449306377 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * @xerces.internal * * @author Elena Litani, IBM + * @LastModified: Sep 2017 */ public class XSMessageFormatter implements MessageFormatter { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.java 2017-12-20 13:46:16.228772895 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/XSModelImpl.java 2017-12-20 13:46:15.158668444 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -58,6 +57,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ @SuppressWarnings("unchecked") // method toArray(T[]) public final class XSModelImpl extends AbstractList implements XSModel, XSNamespaceItemList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.java 2017-12-20 13:46:20.108151558 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/CMBuilder.java 2017-12-20 13:46:18.954038906 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * @author Elena Litani, IBM * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ public class CMBuilder { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.java 2017-12-20 13:46:24.027534125 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSAllCM.java 2017-12-20 13:46:22.901424207 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * @xerces.internal * * @author Pavani Mukthipudi, Sun Microsystems Inc. + * @LastModified: Oct 2017 */ public class XSAllCM implements XSCMValidator { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.java 2017-12-20 13:46:28.048926649 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSCMValidator.java 2017-12-20 13:46:26.908815364 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * * @author Sandy Gao, IBM * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public interface XSCMValidator { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java 2017-12-20 13:46:32.063318491 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSDFACM.java 2017-12-20 13:46:30.944209255 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -46,6 +45,7 @@ * @xerces.internal * * @author Neil Graham, IBM + * @LastModified: Oct 2017 */ public class XSDFACM implements XSCMValidator { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.java 2017-12-20 13:46:36.238726048 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/XSEmptyCM.java 2017-12-20 13:46:35.070612030 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * * @author Elena Litani, Lisa Martin * @author IBM + * @LastModified: Oct 2017 */ public class XSEmptyCM implements XSCMValidator { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.java 2017-12-20 13:46:40.094102368 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaDOM.java 2017-12-20 13:46:38.969992645 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -41,6 +40,7 @@ * @author Rahul Srivastava, Sun Microsystems Inc. * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ public class SchemaDOM extends DefaultDocument { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.java 2017-12-20 13:46:43.975481227 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/SchemaParsingConfig.java 2017-12-20 13:46:42.908377067 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -59,6 +58,7 @@ * * @author Rahul Srivastava, Sun Microsystems Inc. * + * @LastModified: Sep 2017 */ public class SchemaParsingConfig extends BasicParserConfiguration implements XMLPullParserConfiguration { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/StAXSchemaParser.java 2017-12-20 13:46:47.940868285 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/StAXSchemaParser.java 2017-12-20 13:46:46.839760806 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -53,6 +52,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ final class StAXSchemaParser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.java 2017-12-20 13:46:51.893254074 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSAttributeChecker.java 2017-12-20 13:46:50.695137127 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -68,6 +67,7 @@ * @xerces.internal * * @author Sandy Gao, IBM + * @LastModified: Nov 2017 */ public class XSAttributeChecker { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.java 2017-12-20 13:46:55.592615166 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDAbstractTraverser.java 2017-12-20 13:46:54.540512471 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -60,6 +59,7 @@ * @author Rahul Srivastava, Sun Microsystems Inc. * @author Neeraj Bajaj, Sun Microsystems Inc. * + * @LastModified: Oct 2017 */ abstract class XSDAbstractTraverser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java 2017-12-20 13:46:59.294976550 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDElementTraverser.java 2017-12-20 13:46:58.287878248 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -70,6 +69,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ class XSDElementTraverser extends XSDAbstractTraverser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.java 2017-12-20 13:47:03.245362144 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDHandler.java 2017-12-20 13:47:02.174257595 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -131,6 +130,7 @@ * @author Neil Graham, IBM * @author Pavani Mukthipudi, Sun Microsystems * + * @LastModified: Nov 2017 */ @SuppressWarnings("deprecation") //org.xml.sax.helpers.XMLReaderFactory public class XSDHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java 2017-12-20 13:47:06.974726165 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDSimpleTypeTraverser.java 2017-12-20 13:47:05.975628644 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -77,6 +76,7 @@ * @author Neeraj Bajaj, Sun Microsystems, Inc. * @author Sandy Gao, IBM * + * @LastModified: Nov 2017 */ class XSDSimpleTypeTraverser extends XSDAbstractTraverser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.java 2017-12-20 13:47:10.537073883 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDUniqueOrKeyTraverser.java 2017-12-20 13:47:09.507973434 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * @xerces.internal * * @author Neil Graham, IBM + * @LastModified: Nov 2017 */ class XSDUniqueOrKeyTraverser extends XSDAbstractIDConstraintTraverser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.java 2017-12-20 13:47:14.385449521 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/XSDocumentInfo.java 2017-12-20 13:47:13.335347021 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -44,6 +43,7 @@ * @xerces.internal * * @author Neil Graham, IBM + * @LastModified: Oct 2017 */ class XSDocumentInfo { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/LSInputListImpl.java 2017-12-20 13:47:18.607861668 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/LSInputListImpl.java 2017-12-20 13:47:17.312735251 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ @SuppressWarnings("unchecked") // method toArray(T[]) public final class LSInputListImpl extends AbstractList implements LSInputList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/ObjectListImpl.java 2017-12-20 13:47:22.596250972 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/ObjectListImpl.java 2017-12-20 13:47:21.508144762 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ * * @xerces.internal * + * @LastModified: Oct 2017 */ @SuppressWarnings("unchecked") // method toArray(T[]) public final class ObjectListImpl extends AbstractList implements ObjectList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.java 2017-12-20 13:47:26.324614895 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/ShortListImpl.java 2017-12-20 13:47:25.293514250 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ public final class ShortListImpl extends AbstractList implements ShortList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.java 2017-12-20 13:47:30.166989947 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl.java 2017-12-20 13:47:29.112887056 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ @SuppressWarnings("unchecked") // method toArray(T[]) public final class StringListImpl extends AbstractList implements StringList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.java 2017-12-20 13:47:33.945358751 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSGrammarPool.java 2017-12-20 13:47:32.923258985 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * * @xerces.internal * + * @LastModified: Nov 2017 */ public class XSGrammarPool extends XMLGrammarPoolImpl { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.java 2017-12-20 13:47:38.201774217 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSNamedMapImpl.java 2017-12-20 13:47:37.008657758 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ public class XSNamedMapImpl extends AbstractMap implements XSNamedMap { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.java 2017-12-20 13:47:42.073152101 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl.java 2017-12-20 13:47:40.914038960 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Sandy Gao, IBM * + * @LastModified: Oct 2017 */ @SuppressWarnings("unchecked") // method toArray(T[]) public class XSObjectListImpl extends AbstractList implements XSObjectList { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java 2017-12-20 13:47:46.093544529 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java 2017-12-20 13:47:44.925430510 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -62,6 +61,7 @@ * @author Rajiv Mordani * @author Edwin Goei * + * @LastModified: Oct 2017 */ @SuppressWarnings("deprecation") public class SAXParserImpl extends javax.xml.parsers.SAXParser --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.java 2017-12-20 13:47:49.829909234 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/UnparsedEntityHandler.java 2017-12-20 13:47:48.844813079 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * Events are forwarded to the registered XMLDTDHandler without modification.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ final class UnparsedEntityHandler implements XMLDTDFilter, EntityState { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.java 2017-12-20 13:47:53.688285848 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema.java 2017-12-20 13:47:52.617181298 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ *

Abstract implementation of Schema for W3C XML Schemas.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ abstract class AbstractXMLSchema extends Schema implements XSGrammarPoolContainer { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.java 2017-12-20 13:47:57.375645770 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMResultBuilder.java 2017-12-20 13:47:56.261537022 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -66,6 +65,7 @@ *

DOM result builder.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ final class DOMResultBuilder implements DOMDocumentHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java 2017-12-20 13:48:01.248023751 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java 2017-12-20 13:48:00.219923398 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -62,6 +61,7 @@ *

A validator helper for DOMSources.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ final class DOMValidatorHelper implements ValidatorHelper, EntityState { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.java 2017-12-20 13:48:05.062396070 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/JAXPValidationMessageFormatter.java 2017-12-20 13:48:04.028295132 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ *

Used to format JAXP Validation API error messages using a specified locale.

* * @author Michael Glavassevich, IBM + * @LastModified: Sep 2017 */ final class JAXPValidationMessageFormatter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.java 2017-12-20 13:48:08.863767120 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/SimpleXMLSchema.java 2017-12-20 13:48:07.889672039 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ * contains schema components from one target namespace.

* * @author Michael Glavassevich, IBM + * @LastModified: Nov 2017 */ final class SimpleXMLSchema extends AbstractXMLSchema implements XMLGrammarPool { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.java 2017-12-20 13:48:12.602132021 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/SoftReferenceGrammarPool.java 2017-12-20 13:48:11.511025518 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * the target namespace for the schema and schema location.

* * @author Michael Glavassevich, IBM + * @LastModified: Nov 2017 */ final class SoftReferenceGrammarPool implements XMLGrammarPool { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java 2017-12-20 13:48:16.325495457 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java 2017-12-20 13:48:15.326397935 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -95,6 +94,7 @@ * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ final class ValidatorHandlerImpl extends ValidatorHandler implements DTDHandler, EntityState, PSVIProvider, ValidatorHelper, XMLDocumentHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.java 2017-12-20 13:48:20.007854891 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WeakReferenceXMLSchema.java 2017-12-20 13:48:19.028759322 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * its memory.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ final class WeakReferenceXMLSchema extends AbstractXMLSchema { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java 2017-12-20 13:48:23.235169908 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java 2017-12-20 13:48:22.222071020 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,8 @@ * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * + * @LastModified: Oct 2017 */ public class WrappedSAXException extends RuntimeException { private static final long serialVersionUID = -3201986204982729962L; --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.java 2017-12-20 13:48:26.694507573 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/AbstractDOMParser.java 2017-12-20 13:48:25.616402339 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -85,6 +84,7 @@ * @author Andy Clark, IBM * @author Elena Litani, IBM * + * @LastModified: Nov 2017 */ public class AbstractDOMParser extends AbstractXMLDocumentParser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.java 2017-12-20 13:48:30.919920014 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/BasicParserConfiguration.java 2017-12-20 13:48:29.839814585 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -95,6 +94,7 @@ * @author Arnaud Le Hors, IBM * @author Andy Clark, IBM * + * @LastModified: Oct 2017 */ public abstract class BasicParserConfiguration extends ParserConfigurationSettings --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.java 2017-12-20 13:48:34.812299948 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/DOMParserImpl.java 2017-12-20 13:48:33.774198619 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -79,6 +78,7 @@ * @author Pavani Mukthipudi, Sun Microsystems Inc. * @author Elena Litani, IBM * @author Rahul Srivastava, Sun Microsystems Inc. + * @LastModified: Oct 2017 */ --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java 2017-12-20 13:48:38.347645032 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java 2017-12-20 13:48:37.380550635 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -78,6 +77,7 @@ * @author Neil Graham, IBM * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ public class XML11Configuration extends ParserConfigurationSettings implements XMLPullParserConfiguration, XML11Configurable { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.java 2017-12-20 13:48:42.218022819 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11DTDConfiguration.java 2017-12-20 13:48:41.118915536 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -104,6 +103,7 @@ * @author Michael Glavassevich, IBM * @author John Kim, IBM * + * @LastModified: Oct 2017 */ public class XML11DTDConfiguration extends ParserConfigurationSettings implements XMLPullParserConfiguration, XML11Configurable { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.java 2017-12-20 13:48:46.148406463 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XML11NonValidatingConfiguration.java 2017-12-20 13:48:44.992293615 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -77,6 +76,7 @@ * @author John Kim, IBM * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ public class XML11NonValidatingConfiguration extends ParserConfigurationSettings implements XMLPullParserConfiguration, XML11Configurable { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.java 2017-12-20 13:48:50.169798991 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/XMLGrammarPreparser.java 2017-12-20 13:48:49.173701762 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -50,6 +49,7 @@ * * @author Neil Graham, IBM * + * @LastModified: Oct 2017 */ public class XMLGrammarPreparser { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/AugmentationsImpl.java 2017-12-20 13:48:53.900163111 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/AugmentationsImpl.java 2017-12-20 13:48:52.898065296 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ *

* * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public class AugmentationsImpl implements Augmentations{ --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.java 2017-12-20 13:48:58.016564912 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper.java 2017-12-20 13:48:56.928458702 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -45,6 +44,7 @@ * @author Gopal Sharma, SUN MicroSystems Inc. * @author Elena Litani, IBM * @author Ramesh Mandava, Sun Microsystems + * @LastModified: Nov 2017 */ public class DOMEntityResolverWrapper implements XMLEntityResolver { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.java 2017-12-20 13:49:01.921946116 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/DatatypeMessageFormatter.java 2017-12-20 13:49:00.804837075 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ *

Used to format JAXP 1.3 Datatype API error messages using a specified locale.

* * @author Neeraj Bajaj, Sun Microsystems + * @LastModified: Sep 2017 */ public class DatatypeMessageFormatter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/JAXPNamespaceContextWrapper.java 2017-12-20 13:49:05.432288760 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/JAXPNamespaceContextWrapper.java 2017-12-20 13:49:04.681215448 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * * @author Michael Glavassevich, IBM * + * @LastModified: Oct 2017 */ public final class JAXPNamespaceContextWrapper implements NamespaceContext { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/NamespaceSupport.java 2017-12-20 13:49:08.668604657 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/NamespaceSupport.java 2017-12-20 13:49:07.668507037 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * * @author Andy Clark, IBM * + * @LastModified: Oct 2017 */ public class NamespaceSupport implements NamespaceContext { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.java 2017-12-20 13:49:12.588987325 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/SAXMessageFormatter.java 2017-12-20 13:49:11.558886777 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ * * @author Michael Glavassevich, IBM * + * @LastModified: Sep 2017 */ public class SAXMessageFormatter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/SymbolHash.java 2017-12-20 13:49:15.784299219 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/SymbolHash.java 2017-12-20 13:49:15.016224247 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ * The hash code uses the same algorithm as SymbolTable class. * * @author Elena Litani + * @LastModified: Nov 2017 */ public class SymbolHash { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/ConfigurationError.java 2017-12-20 13:49:19.090621949 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/ConfigurationError.java 2017-12-20 13:49:17.914507149 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -23,6 +22,8 @@ /** * A configuration error. This was an internal class in ObjectFactory previously + * + * @LastModified: Oct 2017 */ public final class ConfigurationError extends Error { private static final long serialVersionUID = 8095902236393167968L; --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java 2017-12-20 13:49:22.361941263 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/utils/ObjectFactory.java 2017-12-20 13:49:21.300837688 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * when bundled as part of the JDK. *

* + * @LastModified: Oct 2017 */ public final class ObjectFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.java 2017-12-20 13:49:26.224318269 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/MultipleScopeNamespaceSupport.java 2017-12-20 13:49:25.064205030 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * * @author Peter McCracken, IBM * + * @LastModified: Oct 2017 */ public class MultipleScopeNamespaceSupport extends NamespaceSupport { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java 2017-12-20 13:49:30.548740376 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeHandler.java 2017-12-20 13:49:29.480636118 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -128,6 +127,7 @@ * * * @see XIncludeNamespaceSupport + * @LastModified: Nov 2017 */ public class XIncludeHandler implements XMLComponent, XMLDocumentFilter, XMLDTDFilter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.java 2017-12-20 13:49:34.180094833 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeMessageFormatter.java 2017-12-20 13:49:33.126992039 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * * @author Peter McCracken, IBM * + * @LastModified: Sep 2017 */ public class XIncludeMessageFormatter implements MessageFormatter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.java 2017-12-20 13:49:38.277494780 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/XIncludeTextReader.java 2017-12-20 13:49:37.333402627 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,7 @@ * * * @see XIncludeHandler + * @LastModified: Oct 2017 */ public class XIncludeTextReader { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/Augmentations.java 2017-12-20 13:49:42.415898730 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/Augmentations.java 2017-12-20 13:49:41.352794960 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -37,6 +36,7 @@ * should not save any reference to the structure. * * @author Elena Litani, IBM + * @LastModified: Oct 2017 */ public interface Augmentations { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/NamespaceContext.java 2017-12-20 13:49:46.143262558 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/NamespaceContext.java 2017-12-20 13:49:45.131163767 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ * * @author Andy Clark, IBM * + * @LastModified: Oct 2017 */ public interface NamespaceContext { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java 2017-12-20 13:49:49.743613989 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xpointer/XPointerMessageFormatter.java 2017-12-20 13:49:48.704512562 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ * * @xerces.internal * + * @LastModified: Sep 2017 */ final class XPointerMessageFormatter implements MessageFormatter { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/LSInputList.java 2017-12-20 13:49:52.913923444 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/LSInputList.java 2017-12-20 13:49:51.894823969 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,8 @@ * The LSInputList interface provides the abstraction of an * ordered collection of LSInputs, without defining or * constraining how this collection is implemented. + * + * @LastModified: Oct 2017 */ public interface LSInputList extends List { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/ShortList.java 2017-12-20 13:49:55.375163686 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/ShortList.java 2017-12-20 13:49:54.375066066 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -26,6 +25,8 @@ /** * The ShortList is an immutable ordered collection of * unsigned short. + * + * @LastModified: Oct 2017 */ public interface ShortList extends List { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/StringList.java 2017-12-20 13:49:57.973417302 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/StringList.java 2017-12-20 13:49:56.932315679 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -26,6 +25,8 @@ /** * The StringList is an immutable ordered collection of * GenericString. + * + * @LastModified: Oct 2017 */ public interface StringList extends List { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamedMap.java 2017-12-20 13:50:00.659679508 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamedMap.java 2017-12-20 13:49:59.541570369 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,8 @@ * accessed by name. Note that XSNamedMap does not inherit from * XSObjectList. The XSObjects in * XSNamedMaps are not maintained in any particular order. + * + * @LastModified: Oct 2017 */ public interface XSNamedMap extends Map { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java 2017-12-20 13:50:03.209928438 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java 2017-12-20 13:50:02.183828281 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -27,6 +26,8 @@ * The XSNamesaceItemList interface provides the abstraction of * an immutable ordered collection of XSNamespaceItems, without * defining or constraining how this collection is implemented. + * + * @LastModified: Oct 2017 */ public interface XSNamespaceItemList extends List { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSObjectList.java 2017-12-20 13:50:05.778179126 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSObjectList.java 2017-12-20 13:50:04.706074477 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -27,6 +26,8 @@ * The XSObjectList interface provides the abstraction of an * immutable ordered collection of XSObjects, without defining * or constraining how this collection is implemented. + * + * @LastModified: Oct 2017 */ public interface XSObjectList extends List { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java 2017-12-20 13:50:08.977491411 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java 2017-12-20 13:50:07.904386665 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ * * @author Ankit Pasricha, IBM * + * @LastModified: Oct 2017 */ public interface ByteList extends List { --- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.java 2017-12-20 13:50:13.057889700 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/datatypes/ObjectList.java 2017-12-20 13:50:11.937780366 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ * * @author Ankit Pasricha, IBM * + * @LastModified: Oct 2017 */ public interface ObjectList extends List { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java 2017-12-20 13:50:16.055182267 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java 2017-12-20 13:50:15.127091675 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -45,6 +44,7 @@ *

* Status: In progress, under discussion. * + * @LastModified: Oct 2017 */ public class CustomStringPool extends DTMStringPool { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.java 2017-12-20 13:50:19.316500605 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMDefaultBase.java 2017-12-20 13:50:18.301401521 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,8 @@ * The DTMDefaultBase class serves as a helper base for DTMs. * It sets up structures for navigation and type, while leaving data * management and construction to the derived classes. + * + * @LastModified: Oct 2017 */ public abstract class DTMDefaultBase implements DTM { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.java 2017-12-20 13:50:21.982760859 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMDocumentImpl.java 2017-12-20 13:50:20.814646839 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -60,6 +59,8 @@ * *

Origin: the implemention is a composite logic based on the DTM of XalanJ1 and * DocImpl, DocumentImpl, ElementImpl, TextImpl, etc. of XalanJ2

+ * + * @LastModified: Oct 2017 */ public class DTMDocumentImpl implements DTM, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java 2017-12-20 13:50:24.655021699 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMManagerDefault.java 2017-12-20 13:50:23.607919491 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -71,7 +70,9 @@ * activity (eg, when getDTM() is invoked). The downside of that solution * would be a greater delay before the DTM's storage is actually released * for reuse. - * */ + * + * @LastModified: Nov 2017 + */ public class DTMManagerDefault extends DTMManager { //static final boolean JKESS_XNI_EXPERIMENT=true; --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.java 2017-12-20 13:50:26.742225432 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeList.java 2017-12-20 13:50:25.997152704 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -53,7 +52,9 @@ * * *

State: In progress!!

- * */ + * + * @LastModified: Nov 2017 + */ public class DTMNodeList extends DTMNodeListBase { private DTMIterator m_iter; --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java 2017-12-20 13:50:29.888532544 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java 2017-12-20 13:50:28.541401050 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -61,6 +60,7 @@ * DTMNodeProxy may be subclassed further to present specific DOM node types. * * @see org.w3c.dom + * @LastModified: Nov 2017 */ public class DTMNodeProxy implements Node, Document, Text, Element, Attr, --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.java 2017-12-20 13:50:33.017837997 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMStringPool.java 2017-12-20 13:50:31.923731200 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -53,7 +52,9 @@ * ObjectPool if one was needed.

* *

Status: Passed basic test in main().

- * */ + * + * @LastModified: Oct 2017 + */ public class DTMStringPool { List m_intToString; --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java 2017-12-20 13:50:35.558085951 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java 2017-12-20 13:50:34.536986281 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,7 +39,9 @@ *

Usage example: See main().

* *

Status: Passes simple main() unit-test. NEEDS JAVADOC.

- * */ + * + * @LastModified: Oct 2017 + */ public class IncrementalSAXSource_Xerces implements IncrementalSAXSource { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.java 2017-12-20 13:50:38.143338298 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.java 2017-12-20 13:50:37.000226719 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -62,7 +61,9 @@ * Note too that we do not currently attempt to track document * mutation. If you alter the DOM after wrapping DOM2DTM around it, * all bets are off. - * */ + * + * @LastModified: Oct 2017 + */ public class DOM2DTM extends DTMDefaultBaseIterators { static final boolean JJK_DEBUG=false; --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java 2017-12-20 13:50:40.730590841 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM.java 2017-12-20 13:50:39.601480628 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,8 @@ /** * This class implements a DTM that tends to be optimized more for speed than * for compactness, that is constructed via SAX2 ContentHandler events. + * + * @LastModified: Oct 2017 */ public class SAX2DTM extends DTMDefaultBaseIterators implements EntityResolver, DTDHandler, ContentHandler, ErrorHandler, --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java 2017-12-20 13:50:43.282839967 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java 2017-12-20 13:50:42.189733269 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -62,6 +61,8 @@ *

* %MK% The code in this class is critical to the XSLTC_DTM performance. Be very careful * when making changes here! + * + * @LastModified: Oct 2017 */ public class SAX2DTM2 extends SAX2DTM { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.java 2017-12-20 13:50:46.059110960 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2RTFDTM.java 2017-12-20 13:50:44.849992937 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -58,7 +57,9 @@ * %REVIEW% In fact, since the differences are so minor, I think it * may be possible/practical to fold them back into the base * SAX2DTM. Consider that as a future code-size optimization. - * */ + * + * @LastModified: Oct 2017 + */ public class SAX2RTFDTM extends SAX2DTM { /** Set true to monitor SAX events and similar diagnostic info. */ --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/res/XMLMessages.java 2017-12-20 13:50:49.402437304 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/res/XMLMessages.java 2017-12-20 13:50:48.321331776 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ /** * A utility class for issuing XML error messages. * @xsl.usage internal + * @LastModified: Sep 2017 */ public class XMLMessages { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.java 2017-12-20 13:50:52.558745392 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/BaseMarkupSerializer.java 2017-12-20 13:50:51.430635277 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -129,6 +128,8 @@ * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. + * + * @LastModified: Nov 2017 */ @Deprecated public abstract class BaseMarkupSerializer --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java 2017-12-20 13:50:55.136997056 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java 2017-12-20 13:50:54.100895922 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -75,6 +74,8 @@ * * @deprecated As of JDK 9, Xerces 2.9.0, replaced by * {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl} + * + * @LastModified: Oct 2017 */ @Deprecated public class DOMSerializerImpl implements LSSerializer, DOMConfiguration { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/Encodings.java 2017-12-20 13:50:57.646241985 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/Encodings.java 2017-12-20 13:50:56.607140558 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,8 @@ * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. + * + * @LastModified: Oct 2017 */ @Deprecated class Encodings --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/SerializerFactory.java 2017-12-20 13:51:00.216492868 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/SerializerFactory.java 2017-12-20 13:50:59.156389391 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017 Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,8 @@ * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. + * + * @LastModified: Oct 2017 */ @Deprecated public abstract class SerializerFactory --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/XMLSerializer.java 2017-12-20 13:51:02.798744923 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/XMLSerializer.java 2017-12-20 13:51:01.685636272 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -92,6 +91,8 @@ * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. + * + * @LastModified: Oct 2017 */ @Deprecated public class XMLSerializer --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/CharInfo.java 2017-12-20 13:51:06.234080248 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/CharInfo.java 2017-12-20 13:51:05.099969547 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -48,6 +47,7 @@ * DEVELOPERS: See Known Issue in the constructor. * * @xsl.usage internal + * @LastModified: Oct 2017 */ final class CharInfo { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java 2017-12-20 13:51:09.787427092 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java 2017-12-20 13:51:08.776328398 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -43,6 +42,7 @@ * across package boundaries. * * @xsl.usage internal + * @LastModified: Oct 2017 */ public class EmptySerializer implements SerializationHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/Encodings.java 2017-12-20 13:51:13.709809958 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/Encodings.java 2017-12-20 13:51:12.530694864 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -49,6 +48,7 @@ * for each encoding. * * @author Assaf Arkin + * @LastModified: Oct 2017 */ public final class Encodings extends Object --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/NamespaceMappings.java 2017-12-20 13:51:17.494179352 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/NamespaceMappings.java 2017-12-20 13:51:16.498082123 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -61,6 +60,7 @@ * This class is public only because it is used by Xalan. It is not a public API * * @xsl.usage internal + * @LastModified: Nov 2017 */ public class NamespaceMappings { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java 2017-12-20 13:51:21.305551383 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory.java 2017-12-20 13:51:20.223445758 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -80,6 +79,7 @@ * @see SerializerFactory * @see Method * @see Serializer + * @LastModified: Oct 2017 */ public final class OutputPropertiesFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/SerializerFactory.java 2017-12-20 13:51:25.033915311 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/SerializerFactory.java 2017-12-20 13:51:24.056819936 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -56,6 +55,7 @@ * @see OutputPropertiesFactory * @see Method * @see Serializer + * @LastModified: Oct 2017 */ public final class SerializerFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java 2017-12-20 13:51:28.177222131 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToSAXHandler.java 2017-12-20 13:51:27.054112503 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * This class is not a public API. * * @xsl.usage internal + * @LastModified: Oct 2017 */ public abstract class ToSAXHandler extends SerializerBase { public ToSAXHandler() { } --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToStream.java 2017-12-20 13:51:32.353629792 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToStream.java 2017-12-20 13:51:31.274524460 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -53,6 +52,7 @@ * serializers (xml, html, text ...) that write output to a stream. * * @xsl.usage internal + * @LastModified: Nov 2017 */ abstract public class ToStream extends SerializerBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToUnknownStream.java 2017-12-20 13:51:35.844970585 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToUnknownStream.java 2017-12-20 13:51:35.098897760 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -49,6 +48,7 @@ * * This class is not a public API, it is public because it is used within Xalan. * @xsl.usage internal + * @LastModified: Oct 2017 */ public final class ToUnknownStream extends SerializerBase { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.java 2017-12-20 13:51:39.513328656 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes.java 2017-12-20 13:51:38.498229571 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -51,6 +50,7 @@ * This interface is only used internally within Xalan. * * @xsl.usage internal + * @LastModified: Oct 2017 */ interface XSLOutputAttributes { /** --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/DOM3TreeWalker.java 2017-12-20 13:51:43.512719039 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/DOM3TreeWalker.java 2017-12-20 13:51:42.366607166 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -63,6 +62,7 @@ * parameters and filters if any during serialization. * * @xsl.usage internal + * @LastModified: Oct 2017 */ final class DOM3TreeWalker { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/DOMStringListImpl.java 2017-12-20 13:51:47.361094681 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/DOMStringListImpl.java 2017-12-20 13:51:46.301991301 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one @@ -31,6 +30,7 @@ * This class implemets the DOM Level 3 Core interface DOMStringList. * * @xsl.usage internal + * @LastModified: Oct 2017 */ final class DOMStringListImpl implements DOMStringList { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/NamespaceSupport.java 2017-12-20 13:51:51.162465736 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/NamespaceSupport.java 2017-12-20 13:51:50.072359330 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one @@ -36,6 +35,7 @@ * @author Andy Clark, IBM * * @version $Id: Exp $ + * @LastModified: Oct 2017 */ public class NamespaceSupport { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/Messages.java 2017-12-20 13:51:54.879828590 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/Messages.java 2017-12-20 13:51:53.809724137 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -90,6 +89,7 @@ * used in com.sun.org.apache.xml.internal.serializer. * * @xsl.usage internal + * @LastModified: Sep 2017 */ public final class Messages { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/URI.java 2017-12-20 13:51:58.411173288 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/URI.java 2017-12-20 13:51:57.385073129 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -62,6 +61,7 @@ * the class is no longer "public". * * @xsl.usage internal + * @LastModified: Oct 2017 */ final class URI { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/DOMBuilder.java 2017-12-20 13:52:02.067530187 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/DOMBuilder.java 2017-12-20 13:52:01.088434617 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * that SAX doesn't handle yet) and adds the result to a document * or document fragment. * @xsl.usage general + * @LastModified: Oct 2017 */ public class DOMBuilder implements ContentHandler, LexicalHandler --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/ObjectPool.java 2017-12-20 13:52:05.747889430 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/ObjectPool.java 2017-12-20 13:52:04.737790834 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ /** * Pool of object of a given type to pick from to help memory usage * @xsl.usage internal + * @LastModified: Oct 2017 */ public class ObjectPool implements java.io.Serializable { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/QName.java 2017-12-20 13:52:09.648270150 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/QName.java 2017-12-20 13:52:08.612169015 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,7 @@ * is used as the name of the object. The default namespace is not used for * unprefixed names." * @xsl.usage general + * @LastModified: Oct 2017 */ public class QName implements java.io.Serializable { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StringComparable.java 2017-12-20 13:52:13.505646671 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StringComparable.java 2017-12-20 13:52:12.495548075 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * International friendly string comparison with case-order * @author Igor Hersht, igorh@ca.ibm.com + * @LastModified: Oct 2017 */ public class StringComparable implements Comparable { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java 2017-12-20 13:52:16.513940313 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java 2017-12-20 13:52:15.526843962 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,8 @@ * Search for the xml-stylesheet processing instructions in an XML document. * @see * Associating Style Sheets with XML documents, Version 1.0 + * + * @LastModified: Oct 2017 */ public class StylesheetPIHandler extends DefaultHandler { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/URI.java 2017-12-20 13:52:20.056286085 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/URI.java 2017-12-20 13:52:18.790162497 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -58,6 +57,7 @@ * grammar and basic set of operations that can be applied to a URI. * * + * @LastModified: Oct 2017 */ public class URI implements Serializable { --- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XMLReaderManager.java 2017-12-20 13:52:23.342606866 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XMLReaderManager.java 2017-12-20 13:52:22.243499581 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,8 @@ /** * Creates XMLReader objects and caches them for re-use. * This class follows the singleton pattern. + * + * @LastModified: Sep 2017 */ @SuppressWarnings("deprecation") //org.xml.sax.helpers.XMLReaderFactory public class XMLReaderManager { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/Expression.java 2017-12-20 13:52:25.802847012 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/Expression.java 2017-12-20 13:52:24.870756030 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -42,6 +41,8 @@ * construction has completed. An exception to the immutibility rule is iterators * and walkers, which must be cloned in order to be used -- the original must * still be immutable. + * + * @LastModified: Oct 2017 */ public abstract class Expression implements java.io.Serializable, ExpressionNode, XPathVisitable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/ExtensionsProvider.java 2017-12-20 13:52:29.147173455 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/ExtensionsProvider.java 2017-12-20 13:52:28.061067439 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ * Interface that XPath objects can call to obtain access to an * ExtensionsTable. * + * @LastModified: Oct 2017 */ public interface ExtensionsProvider { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/NodeSet.java 2017-12-20 13:52:33.006550172 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/NodeSet.java 2017-12-20 13:52:31.988450794 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -56,6 +55,7 @@ * to the same calls; the disadvantage is that some of them may return * less-than-enlightening results when you do so.

* @xsl.usage advanced + * @LastModified: Nov 2017 */ public class NodeSet implements NodeList, NodeIterator, Cloneable, ContextNodeList --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/SourceTreeManager.java 2017-12-20 13:52:35.936836200 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/SourceTreeManager.java 2017-12-20 13:52:35.181762497 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,8 @@ * This class bottlenecks all management of source trees. The methods * in this class should allow easy garbage collection of source * trees (not yet!), and should centralize parsing for those source trees. + * + * @LastModified: Oct 2017 */ @SuppressWarnings("deprecation") public class SourceTreeManager --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/VariableStack.java 2017-12-20 13:52:38.942129549 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/VariableStack.java 2017-12-20 13:52:37.820020019 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ *

This has been changed from the previous incarnations of this * class to be fairly low level.

* @xsl.usage internal + * @LastModified: Nov 2017 */ public class VariableStack implements Cloneable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPath.java 2017-12-20 13:52:42.755501776 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPath.java 2017-12-20 13:52:41.685397322 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -41,6 +40,7 @@ * The XPath class wraps an expression object and provides general services * for execution of that expression. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class XPath implements Serializable, ExpressionOwner { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathContext.java 2017-12-20 13:52:45.963814943 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathContext.java 2017-12-20 13:52:45.213741728 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -57,6 +56,7 @@ * *

This class extends DTMManager but does not directly implement it.

* @xsl.usage advanced + * @LastModified: Oct 2017 */ public class XPathContext extends DTMManager // implements ExpressionContext { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathException.java 2017-12-20 13:52:49.600169891 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathException.java 2017-12-20 13:52:48.504062899 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * all the traces of the nested exceptions, not just the trace * of this object. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XPathException extends TransformerException { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/AxesWalker.java 2017-12-20 13:52:52.830485206 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/AxesWalker.java 2017-12-20 13:52:51.762380947 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,8 @@ /** * Serves as common interface for axes Walkers, and stores common * state variables. + * + * @LastModified: Oct 2017 */ public class AxesWalker extends PredicatedNodeTest implements Cloneable, PathComponent, ExpressionOwner --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprIterator.java 2017-12-20 13:52:55.550750734 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprIterator.java 2017-12-20 13:52:54.353633882 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,9 @@ import com.sun.org.apache.xpath.internal.objects.XNodeSet; import java.util.List; +/** + * @LastModified: Oct 2017 + */ public class FilterExprIterator extends BasicTestIterator { static final long serialVersionUID = 2552176105165737614L; --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.java 2017-12-20 13:52:58.103999959 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprIteratorSimple.java 2017-12-20 13:52:57.049897067 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,8 @@ /** * Class to use for one-step iteration that doesn't have a predicate, and * doesn't need to set the context. + * + * @LastModified: Oct 2017 */ public class FilterExprIteratorSimple extends LocPathIterator { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprWalker.java 2017-12-20 13:53:01.099292333 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/FilterExprWalker.java 2017-12-20 13:53:00.090193834 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * Walker for the OP_VARIABLE, or OP_EXTFUNCTION, or OP_FUNCTION, or OP_GROUP, * op codes. * @see XPath FilterExpr descriptions + * @LastModified: Oct 2017 */ public class FilterExprWalker extends AxesWalker { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/IteratorPool.java 2017-12-20 13:53:04.914664755 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/IteratorPool.java 2017-12-20 13:53:03.789554932 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,7 @@ /** * Pool of object of a given type to pick from to help memory usage * @xsl.usage internal + * @LastModified: Oct 2017 */ public final class IteratorPool implements java.io.Serializable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java 2017-12-20 13:53:09.083071638 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java 2017-12-20 13:53:07.907956934 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -46,6 +45,7 @@ * the case where the LocPathIterator is "owned" by a UnionPathIterator, * in which case the UnionPathIterator will cache the nodes.

* @xsl.usage advanced + * @LastModified: Nov 2017 */ public abstract class LocPathIterator extends PredicatedNodeTest implements Cloneable, DTMIterator, java.io.Serializable, PathComponent --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java 2017-12-20 13:53:12.441399448 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java 2017-12-20 13:53:11.259284061 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -39,6 +38,8 @@ * traversal against the LocationPath interpreted as a match pattern. This * class is useful to find nodes in document order that are complex paths * whose steps probably criss-cross each other. + * + * @LastModified: Oct 2017 */ public class MatchPatternIterator extends LocPathIterator { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/NodeSequence.java 2017-12-20 13:53:15.090658045 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/NodeSequence.java 2017-12-20 13:53:13.955547246 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,8 @@ /** * This class is the dynamic wrapper for a Xalan DTMIterator instance, and * provides random access capabilities. + * + * @LastModified: Oct 2017 */ public class NodeSequence extends XObject implements DTMIterator, Cloneable, PathComponent --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java 2017-12-20 13:53:17.634906392 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/PredicatedNodeTest.java 2017-12-20 13:53:16.542799791 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,9 @@ import com.sun.org.apache.xpath.internal.patterns.NodeTest; import java.util.List; +/** + * @LastModified: Oct 2017 + */ public abstract class PredicatedNodeTest extends NodeTest implements SubContextList { static final long serialVersionUID = -6193530757296377351L; --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionChildIterator.java 2017-12-20 13:53:20.410177290 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionChildIterator.java 2017-12-20 13:53:19.262065221 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,8 @@ * This class defines a simplified type of union iterator that only * tests along the child axes. If the conditions are right, it is * much faster than using a UnionPathIterator. + * + * @LastModified: Oct 2017 */ public class UnionChildIterator extends ChildTestIterator { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java 2017-12-20 13:53:23.512480109 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/UnionPathIterator.java 2017-12-20 13:53:22.541385320 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * As each node is iterated via nextNode(), the node is also stored * in the NodeVector, so that previousNode() can easily be done. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class UnionPathIterator extends LocPathIterator implements Cloneable, DTMIterator, java.io.Serializable, PathComponent --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkerFactory.java 2017-12-20 13:53:26.731794350 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkerFactory.java 2017-12-20 13:53:25.671690872 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -41,6 +40,8 @@ * This class is both a factory for XPath location path expressions, * which are built from the opcode map output, and an analysis engine * for the location path expressions in order to provide optimization hints. + * + * @LastModified: Oct 2017 */ public class WalkerFactory { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkingIterator.java 2017-12-20 13:53:29.347049629 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkingIterator.java 2017-12-20 13:53:28.261943710 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,8 @@ /** * Location path iterator that uses Walkers. + * + * @LastModified: Oct 2017 */ public class WalkingIterator extends LocPathIterator implements ExpressionOwner --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.java 2017-12-20 13:53:32.843390911 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkingIteratorSorted.java 2017-12-20 13:53:31.616271130 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * This class iterates over set of nodes that needs to be sorted. * @xsl.usage internal + * @LastModified: Oct 2017 */ public class WalkingIteratorSorted extends WalkingIterator { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/FunctionTable.java 2017-12-20 13:53:35.933692559 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/FunctionTable.java 2017-12-20 13:53:34.929594548 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /** * Licensed to the Apache Software Foundation (ASF) under one @@ -31,6 +30,8 @@ /** * The function table for XPath. + * + * @LastModified: Oct 2017 */ public class FunctionTable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/Lexer.java 2017-12-20 13:53:38.504943542 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/Lexer.java 2017-12-20 13:53:37.388834596 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,8 @@ /** * This class is in charge of lexical processing of the XPath * expression into tokens. + * + * @LastModified: Nov 2017 */ class Lexer { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/OpMap.java 2017-12-20 13:53:40.896176953 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/OpMap.java 2017-12-20 13:53:39.906080308 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -29,6 +28,8 @@ /** * This class represents the data structure basics of the XPath * object. + * + * @LastModified: Nov 2017 */ public class OpMap { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncCurrent.java 2017-12-20 13:53:44.216501054 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncCurrent.java 2017-12-20 13:53:43.065388693 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ /** * Execute the current() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncCurrent extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java 2017-12-20 13:53:47.199792257 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java 2017-12-20 13:53:46.165691317 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -41,6 +40,7 @@ * the expression executes, it calls ExtensionsTable#extFunction, and then * converts the result to the appropriate XObject. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncExtFunction extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncFalse.java 2017-12-20 13:53:51.153178152 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncFalse.java 2017-12-20 13:53:50.061071550 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * Execute the False() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncFalse extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncHere.java 2017-12-20 13:53:54.510505866 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncHere.java 2017-12-20 13:53:53.382395749 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /** * Licensed to the Apache Software Foundation (ASF) under one @@ -36,6 +35,8 @@ /** * Execute the XML Signature here() function. + * + * @LastModified: Oct 2017 */ public final class FuncHere extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncLast.java 2017-12-20 13:53:56.975746501 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncLast.java 2017-12-20 13:53:56.018653078 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ /** * Execute the Last() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncLast extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncPosition.java 2017-12-20 13:54:01.223161097 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncPosition.java 2017-12-20 13:54:00.175058790 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ /** * Execute the Position() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncPosition extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java 2017-12-20 13:54:05.005530299 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java 2017-12-20 13:54:03.976429847 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ /** * Execute the SystemProperty() function. * @xsl.usage advanced + * @LastModified: Sep 2017 */ public class FuncSystemProperty extends FunctionOneArg { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncTrue.java 2017-12-20 13:54:08.895910045 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncTrue.java 2017-12-20 13:54:07.814804516 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,7 @@ /** * Execute the True() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncTrue extends Function { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function2Args.java 2017-12-20 13:54:12.771288326 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function2Args.java 2017-12-20 13:54:11.755189143 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * Base class for functions that accept two arguments. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class Function2Args extends FunctionOneArg { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function3Args.java 2017-12-20 13:54:16.554657626 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function3Args.java 2017-12-20 13:54:15.499554636 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * Base class for functions that accept three arguments. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class Function3Args extends Function2Args { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.java 2017-12-20 13:54:20.560048598 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FunctionMultiArgs.java 2017-12-20 13:54:19.279923643 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * Base class for functions that accept an undetermined number of multiple * arguments. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FunctionMultiArgs extends Function3Args { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FunctionOneArg.java 2017-12-20 13:54:24.505433713 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FunctionOneArg.java 2017-12-20 13:54:23.310317055 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,7 @@ /** * Base class for functions that accept one argument. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FunctionOneArg extends Function implements ExpressionOwner { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.java 2017-12-20 13:54:28.386812580 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/JAXPExtensionsProvider.java 2017-12-20 13:54:27.212697973 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ /** * * @author Ramesh Mandava ( ramesh.mandava@sun.com ) + * @LastModified: Nov 2017 */ public class JAXPExtensionsProvider implements ExtensionsProvider { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XNodeSet.java 2017-12-20 13:54:32.408205114 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XNodeSet.java 2017-12-20 13:54:31.386105345 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -36,6 +35,7 @@ * This class represents an XPath nodeset object, and is capable of * converting the nodeset to other types, such as a string. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XNodeSet extends NodeSequence { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XObject.java 2017-12-20 13:54:36.548609265 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XObject.java 2017-12-20 13:54:35.535510375 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -45,6 +44,7 @@ * This class acts as the base class to other XPath type objects, * such as XString, and provides polymorphic casting capabilities. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XObject extends Expression implements Serializable, Cloneable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.java 2017-12-20 13:54:39.800926729 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XRTreeFragSelectWrapper.java 2017-12-20 13:54:38.750824224 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,8 @@ /** * This class makes an select statement act like an result tree fragment. + * + * @LastModified: Oct 2017 */ public class XRTreeFragSelectWrapper extends XRTreeFrag implements Cloneable { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Operation.java 2017-12-20 13:54:42.391179567 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Operation.java 2017-12-20 13:54:41.264069548 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,8 @@ /** * The baseclass for a binary operation. + * + * @LastModified: Oct 2017 */ public class Operation extends Expression implements ExpressionOwner { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/UnaryOperation.java 2017-12-20 13:54:45.010435237 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/UnaryOperation.java 2017-12-20 13:54:43.908327658 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -31,6 +30,8 @@ /** * The unary operation base class. + * + * @LastModified: Oct 2017 */ public abstract class UnaryOperation extends Expression implements ExpressionOwner { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Variable.java 2017-12-20 13:54:47.460674409 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Variable.java 2017-12-20 13:54:46.419572783 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,8 @@ /** * The variable reference expression executer. + * + * @LastModified: Oct 2017 */ public class Variable extends Expression implements PathComponent { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.java 2017-12-20 13:54:49.904912995 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/ContextMatchStepPattern.java 2017-12-20 13:54:48.893814300 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -30,6 +29,8 @@ import com.sun.org.apache.xpath.internal.objects.XObject; /** * Special context node pattern matcher. + * + * @LastModified: Oct 2017 */ public class ContextMatchStepPattern extends StepPattern { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/FunctionPattern.java 2017-12-20 13:54:53.003215425 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/FunctionPattern.java 2017-12-20 13:54:51.982115754 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -35,6 +34,7 @@ /** * Match pattern step that contains a function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FunctionPattern extends StepPattern { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/NodeTest.java 2017-12-20 13:54:56.116519320 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/NodeTest.java 2017-12-20 13:54:55.373446787 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ * This is the basic node test class for both match patterns and location path * steps. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class NodeTest extends Expression { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/StepPattern.java 2017-12-20 13:55:00.131911268 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/StepPattern.java 2017-12-20 13:54:58.988799687 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,7 @@ /** * This class represents a single pattern match step. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class StepPattern extends NodeTest implements SubContextList, ExpressionOwner { --- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/UnionPattern.java 2017-12-20 13:55:04.145303022 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/UnionPattern.java 2017-12-20 13:55:02.956186951 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -33,6 +32,7 @@ * This class represents a union pattern, which can have multiple individual * StepPattern patterns. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class UnionPattern extends Expression {